Re: linux-next: Signed-off-by missing for commit in the rcu tree

From: Zhangjin Wu
Date: Fri Jun 09 2023 - 00:08:19 EST


Hi, Stephen, Willy, Thomas, Paul

> Hi all,
>
> Sorry, the subject should have been "linux-next: fixes tag needs work
> in rcu tree".
>
> On Fri, 9 Jun 2023 08:27:22 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> w=
> rote:
> >
> > In commit
> >=20
> > df772c12508a ("selftests/nolibc: syscall_args: use generic __NR_statx")
> >=20
> > Fixes tag
> >=20
> > Fixes: 8e3ab529bef9 ("tools/nolibc/unistd: add syscall()")
> >=20
> > has these problem(s):
> >=20
> > - Target SHA1 does not exist
> >=20
> > Maybe you meant
> >=20
> > Fixes: 6bff2a1e97e3 ("tools/nolibc/unistd: add syscall()")

Thanks, just checked the rcu/next branch of Paul, the commit is really the one
you corrected:

Fixes: 6bff2a1e97e3 ("tools/nolibc/unistd: add syscall()")

Willy, this happened may be because of the 'int' to 'long' fixup merged to the
old "tools/nolibc/unistd: add syscall()" commit, I forgot the check of this
change in my patch.

Btw, perhaps it is possible to merge this typo fixup (tools/nolibc: fix up typo
_sycall_narg -> _syscall_narg) [1] to this commit too:

6bff2a1e97e3 ("tools/nolibc/unistd: add syscall()")

And then update the new 'Fixes' tag in this patch:

df772c12508a ("selftests/nolibc: syscall_args: use generic __NR_statx")

Or even merge both of them to the first one, and eventually, no Fixes lines
required.

As a summary, the following two fixes:

df772c12508a ("selftests/nolibc: syscall_args: use generic __NR_statx")

not merged ("tools/nolibc: fix up typo _sycall_narg -> _syscall_narg"), see [1]

are for this one:

6bff2a1e97e3 ("tools/nolibc/unistd: add syscall()")

Merging both of them to the above one may be a choice ;-)

Best Regards,
Zhangjin

[1]: https://lore.kernel.org/lkml/64f663e9e024564a7baca6769394f1e7d5a0422c.1686230738.git.falcon@xxxxxxxxxxx/