On Mon, 15 Feb 2021 at 13:44, Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > On 2/15/21 1:45 PM, Laurent Vivier wrote: > > ---------------------------------------------------------------- > > Pull request linux-user 20210215 > > > > mips o32 ABI update / R5900 update > > Remove outdated info from docs > > Add definitions of TARGET_SS_AUTODISARM, TARGET_SO_DOMAIN, > > TARGET_SO_PROTOCOL > > Fix ioctl(), waitid(), mremap(), signalfd4(), eventfd2() > > Fix O_NONBLOCK (hppa), __O_TMPFILE (hppa/alpha) > > > > ---------------------------------------------------------------- > > Stefan (1): > > linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets. > > Not sure this is very important, but from the QEMU guidelines > about submitting patches [*]: "Please use your real name to sign > a patch (not an alias or acronym)." > > [*] > https://wiki.qemu.org/Contribute/SubmitAPatch#Patch_emails_must_include_a_Signed-off-by:_line
Yeah, that's not ideal. Unfortunately I just pushed this merge to master about 5 seconds before I read this... In this specific case this is only a two-line patch, so it's not a big deal, but in general, yes, we require full names, because the signed-off-by tags are part of the legal tracking of who has contributed. (Assuming Stefan has a surname, of course; I have a coworker who only has a single name.) Anyway, applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0 for any user-visible changes. -- PMM