[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/13] Linux user for 6.0 patches
From: |
Peter Maydell |
Subject: |
Re: [PULL 00/13] Linux user for 6.0 patches |
Date: |
Mon, 15 Feb 2021 14:15:31 +0000 |
On Mon, 15 Feb 2021 at 13:44, Philippe Mathieu-Daudé <philmd@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
- [PULL 04/13] linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha, (continued)
- [PULL 04/13] linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha, Laurent Vivier, 2021/02/15
- [PULL 12/13] docs/user: Remove outdated 'Quick Start' section, Laurent Vivier, 2021/02/15
- [PULL 13/13] linux-user/mips: Support the n32 ABI for the R5900, Laurent Vivier, 2021/02/15
- [PULL 10/13] linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}, Laurent Vivier, 2021/02/15
- [PULL 08/13] linux-user/mmap: Avoid asserts for out of range mremap calls, Laurent Vivier, 2021/02/15
- [PULL 02/13] linux-user/mips64: Support o32 ABI syscalls, Laurent Vivier, 2021/02/15
- [PULL 01/13] linux-user/mips64: Restore setup_frame() for o32 ABI, Laurent Vivier, 2021/02/15
- [PULL 11/13] linux-user: target: signal: Support TARGET_SS_AUTODISARM, Laurent Vivier, 2021/02/15
- [PULL 03/13] linux-user/signal: Decode waitid si_code, Laurent Vivier, 2021/02/15
- Re: [PULL 00/13] Linux user for 6.0 patches, Philippe Mathieu-Daudé, 2021/02/15
- Re: [PULL 00/13] Linux user for 6.0 patches,
Peter Maydell <=