[PULL 0/8] Linux user for 6.1 patches

Laurent Vivier posted 8 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210708100756.212085-1-laurent@vivier.eu
Maintainers: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Laurent Vivier <laurent@vivier.eu>, Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Jiaxun Yang <jiaxun.yang@flygoat.com>
There is a newer version of this series
linux-user/alpha/target_syscall.h  | 198 ++++++++++++++---------------
linux-user/elfload.c               |  13 ++
linux-user/hppa/target_syscall.h   |   2 +
linux-user/linuxload.c             |  42 +++---
linux-user/mips/target_syscall.h   |   2 +
linux-user/mips64/target_syscall.h |   2 +
linux-user/syscall.c               | 191 ++++++++++++++--------------
7 files changed, 235 insertions(+), 215 deletions(-)
[PULL 0/8] Linux user for 6.1 patches
Posted by Laurent Vivier 2 years, 9 months ago
The following changes since commit 9aef0954195cc592e86846dbbe7f3c2c5603690a:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-07-06 11:24:58 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c632ea1dd90313bc360b9de9d5014c2167f4d038:

  linux-user/syscall: Remove hardcoded tabs (code style) (2021-07-07 21:34:21 +0200)

----------------------------------------------------------------
linux-user pull request 20210708

Code and style cleanup
Add ppid in self/stat
ELF_HWCAP for RISC-V

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

Andreas Schwab (1):
  linux-user: fill ppid field in /proc/self/stat

Kito Cheng (1):
  linux-user/elfload: Implement ELF_HWCAP for RISC-V

Philippe Mathieu-Daudé (5):
  linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
  linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
  linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
  linux-user/alpha: Remove hardcoded tabs (code style)
  linux-user/syscall: Remove hardcoded tabs (code style)

Richard Henderson (1):
  linux-user: Fix style problems in linuxload.c

 linux-user/alpha/target_syscall.h  | 198 ++++++++++++++---------------
 linux-user/elfload.c               |  13 ++
 linux-user/hppa/target_syscall.h   |   2 +
 linux-user/linuxload.c             |  42 +++---
 linux-user/mips/target_syscall.h   |   2 +
 linux-user/mips64/target_syscall.h |   2 +
 linux-user/syscall.c               | 191 ++++++++++++++--------------
 7 files changed, 235 insertions(+), 215 deletions(-)

-- 
2.31.1


Re: [PULL 0/8] Linux user for 6.1 patches
Posted by Peter Maydell 2 years, 9 months ago
On Thu, 8 Jul 2021 at 11:10, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 9aef0954195cc592e86846dbbe7f3c2c5603690a:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-07-06 11:24:58 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-6.1-pull-request
>
> for you to fetch changes up to c632ea1dd90313bc360b9de9d5014c2167f4d038:
>
>   linux-user/syscall: Remove hardcoded tabs (code style) (2021-07-07 21:34:21 +0200)
>
> ----------------------------------------------------------------
> linux-user pull request 20210708
>
> Code and style cleanup
> Add ppid in self/stat
> ELF_HWCAP for RISC-V
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM