[PULL 0/1] Linux user for 6.2 patches

Laurent Vivier posted 1 patch 2 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211129140456.604255-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/ioctls.h        | 4 ++++
linux-user/linux_loop.h    | 2 ++
linux-user/syscall_defs.h  | 4 ++++
linux-user/syscall_types.h | 6 ++++++
4 files changed, 16 insertions(+)
[PULL 0/1] Linux user for 6.2 patches
Posted by Laurent Vivier 2 years, 5 months ago
The following changes since commit e750c10167fa8ad3fcc98236a474c46e52e7c18c:

  Merge tag 'pull-target-arm-20211129' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2021-11-29 11:56:07 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-6.2-pull-request

for you to fetch changes up to 0a761ce30338526213f74dfe9900b9213d4bbb0b:

  linux-user: implement more loop ioctls (2021-11-29 14:54:17 +0100)

----------------------------------------------------------------
linux-user pull request 20211129

Fix losetup

----------------------------------------------------------------

Andreas Schwab (1):
  linux-user: implement more loop ioctls

 linux-user/ioctls.h        | 4 ++++
 linux-user/linux_loop.h    | 2 ++
 linux-user/syscall_defs.h  | 4 ++++
 linux-user/syscall_types.h | 6 ++++++
 4 files changed, 16 insertions(+)

-- 
2.31.1


Re: [PULL 0/1] Linux user for 6.2 patches
Posted by Richard Henderson 2 years, 5 months ago
On 11/29/21 3:04 PM, Laurent Vivier wrote:
> The following changes since commit e750c10167fa8ad3fcc98236a474c46e52e7c18c:
> 
>    Merge tag 'pull-target-arm-20211129' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2021-11-29 11:56:07 +0100)
> 
> are available in the Git repository at:
> 
>    git://github.com/vivier/qemu.git tags/linux-user-for-6.2-pull-request
> 
> for you to fetch changes up to 0a761ce30338526213f74dfe9900b9213d4bbb0b:
> 
>    linux-user: implement more loop ioctls (2021-11-29 14:54:17 +0100)
> 
> ----------------------------------------------------------------
> linux-user pull request 20211129
> 
> Fix losetup
> 
> ----------------------------------------------------------------
> 
> Andreas Schwab (1):
>    linux-user: implement more loop ioctls
> 
>   linux-user/ioctls.h        | 4 ++++
>   linux-user/linux_loop.h    | 2 ++
>   linux-user/syscall_defs.h  | 4 ++++
>   linux-user/syscall_types.h | 6 ++++++
>   4 files changed, 16 insertions(+)

Applied, thanks.

r~