mbox

[PULL,0/5] Linux user for 6.2 patches

Message ID 20211122082310.377809-1-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier Nov. 22, 2021, 8:23 a.m. UTC
The following changes since commit 8627edfb3f1fca24a96a0954148885c3241c10f8:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2021-11-19 17:16:57 +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 802ae45e94151a6d3ee20eadcb865cf6c875df34:

  linux-user: fix Coverity CID 1464101 (2021-11-22 09:17:08 +0100)

----------------------------------------------------------------
linux-user pull request 20211122

Fixes for CID 1464101 and gilab #704

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

Laurent Vivier (1):
  linux-user: fix Coverity CID 1464101

Richard Henderson (4):
  linux-user: Split out do_getdents, do_getdents64
  linux-user: Always use flexible arrays for dirent d_name
  linux-user: Fix member types of target_dirent64
  linux-user: Rewrite do_getdents, do_getdents64

 linux-user/elfload.c      |  10 +-
 linux-user/syscall.c      | 314 +++++++++++++++++++-------------------
 linux-user/syscall_defs.h |  12 +-
 3 files changed, 172 insertions(+), 164 deletions(-)

Comments

Richard Henderson Nov. 22, 2021, 11:13 a.m. UTC | #1
On 11/22/21 9:23 AM, Laurent Vivier wrote:
> The following changes since commit 8627edfb3f1fca24a96a0954148885c3241c10f8:
> 
>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2021-11-19 17:16:57 +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 802ae45e94151a6d3ee20eadcb865cf6c875df34:
> 
>    linux-user: fix Coverity CID 1464101 (2021-11-22 09:17:08 +0100)
> 
> ----------------------------------------------------------------
> linux-user pull request 20211122
> 
> Fixes for CID 1464101 and gilab #704
> 
> ----------------------------------------------------------------
> 
> Laurent Vivier (1):
>    linux-user: fix Coverity CID 1464101
> 
> Richard Henderson (4):
>    linux-user: Split out do_getdents, do_getdents64
>    linux-user: Always use flexible arrays for dirent d_name
>    linux-user: Fix member types of target_dirent64
>    linux-user: Rewrite do_getdents, do_getdents64
> 
>   linux-user/elfload.c      |  10 +-
>   linux-user/syscall.c      | 314 +++++++++++++++++++-------------------
>   linux-user/syscall_defs.h |  12 +-
>   3 files changed, 172 insertions(+), 164 deletions(-)

Applied, thanks.

r~