From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>
Subject: [PULL 0/4] Linux user for 6.2 patches
Date: Thu, 11 Nov 2021 12:05:00 +0100 [thread overview]
Message-ID: <20211111110504.1574242-1-laurent@vivier.eu> (raw)
The following changes since commit 856f9fa9a2c528dc29693d3b3a64a9b93bf866a2:
Merge tag 'pull-jobs-2021-11-09' of https://src.openvz.org/scm/~vsementsov/qemu into staging (2021-11-09 21:40:05 +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 3c499fa24521527e933e171a9b04a896a1c29cf9:
linux-user: Rewrite do_getdents, do_getdents64 (2021-11-10 11:21:16 +0100)
----------------------------------------------------------------
Fix getdents alignment issues (#704)
----------------------------------------------------------------
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.c | 290 ++++++++++++++++++--------------------
linux-user/syscall_defs.h | 12 +-
2 files changed, 141 insertions(+), 161 deletions(-)
--
2.31.1
next reply other threads:[~2021-11-11 11:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-11 11:05 Laurent Vivier [this message]
2021-11-11 11:05 ` [PULL 1/4] linux-user: Split out do_getdents, do_getdents64 Laurent Vivier
2021-11-11 11:05 ` [PULL 2/4] linux-user: Always use flexible arrays for dirent d_name Laurent Vivier
2021-11-11 11:05 ` [PULL 3/4] linux-user: Fix member types of target_dirent64 Laurent Vivier
2021-11-11 11:05 ` [PULL 4/4] linux-user: Rewrite do_getdents, do_getdents64 Laurent Vivier
2021-11-11 15:35 ` Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211111110504.1574242-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).