qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/4] linux-user: Fix getdents alignment issues (#704)


From: Laurent Vivier
Subject: Re: [PATCH 0/4] linux-user: Fix getdents alignment issues (#704)
Date: Wed, 10 Nov 2021 11:24:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

Le 07/11/2021 à 13:48, Richard Henderson a écrit :
There are a number of alignement issues flagged up by clang,
this attempts to fix only one of them: getdents.

r~

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/syscall_defs.h |  12 +-
  linux-user/syscall.c      | 290 ++++++++++++++++++--------------------
  2 files changed, 141 insertions(+), 161 deletions(-)


Series applied to my linux-user-for-6.2 branch.

Thanks,
Laurent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]