[PULL 0/2] Linux user for 5.2 patches

Laurent Vivier posted 2 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201111214033.432676-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
There is a newer version of this series
linux-user/alpha/target_signal.h      |  3 +--
linux-user/arm/target_signal.h        |  6 +++---
linux-user/cris/target_signal.h       |  6 +++---
linux-user/hppa/target_signal.h       |  2 +-
linux-user/i386/target_signal.h       |  6 +++---
linux-user/m68k/target_signal.h       |  6 +++---
linux-user/microblaze/target_signal.h |  6 +++---
linux-user/mips/target_signal.h       |  6 +++---
linux-user/mips64/target_signal.h     |  7 +++----
linux-user/nios2/target_signal.h      |  5 +++--
linux-user/ppc/target_signal.h        |  6 +++---
linux-user/s390x/target_signal.h      |  2 +-
linux-user/sh4/target_signal.h        |  6 +++---
linux-user/sparc/target_signal.h      |  6 +++---
linux-user/syscall.c                  | 26 +++++++++++++++++---------
linux-user/x86_64/target_signal.h     |  6 +++---
16 files changed, 56 insertions(+), 49 deletions(-)
[PULL 0/2] Linux user for 5.2 patches
Posted by Laurent Vivier 3 years, 6 months ago
The following changes since commit c6f28ed5075df79fef39c500362a3f4089256c9c:

  Update version for v5.2.0-rc1 release (2020-11-10 22:29:57 +0000)

are available in the Git repository at:

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

for you to fetch changes up to c7811022ebfcaae64e06383ff734f3b3651bf892:

  linux-user: Prevent crash in epoll_ctl (2020-11-11 11:01:08 +0100)

----------------------------------------------------------------
Fixes for epoll_ctl and stack_t

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

LemonBoy (2):
  linux-user: Correct definition of stack_t
  linux-user: Prevent crash in epoll_ctl

 linux-user/alpha/target_signal.h      |  3 +--
 linux-user/arm/target_signal.h        |  6 +++---
 linux-user/cris/target_signal.h       |  6 +++---
 linux-user/hppa/target_signal.h       |  2 +-
 linux-user/i386/target_signal.h       |  6 +++---
 linux-user/m68k/target_signal.h       |  6 +++---
 linux-user/microblaze/target_signal.h |  6 +++---
 linux-user/mips/target_signal.h       |  6 +++---
 linux-user/mips64/target_signal.h     |  7 +++----
 linux-user/nios2/target_signal.h      |  5 +++--
 linux-user/ppc/target_signal.h        |  6 +++---
 linux-user/s390x/target_signal.h      |  2 +-
 linux-user/sh4/target_signal.h        |  6 +++---
 linux-user/sparc/target_signal.h      |  6 +++---
 linux-user/syscall.c                  | 26 +++++++++++++++++---------
 linux-user/x86_64/target_signal.h     |  6 +++---
 16 files changed, 56 insertions(+), 49 deletions(-)

-- 
2.28.0


Re: [PULL 0/2] Linux user for 5.2 patches
Posted by Peter Maydell 3 years, 6 months ago
On Wed, 11 Nov 2020 at 21:42, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit c6f28ed5075df79fef39c500362a3f4089256c9c:
>
>   Update version for v5.2.0-rc1 release (2020-11-10 22:29:57 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-5.2-pull-request
>
> for you to fetch changes up to c7811022ebfcaae64e06383ff734f3b3651bf892:
>
>   linux-user: Prevent crash in epoll_ctl (2020-11-11 11:01:08 +0100)
>
> ----------------------------------------------------------------
> Fixes for epoll_ctl and stack_t
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM