[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CA+55aFxyagGA=3XqqVhw8XAKG90Z+EWKYA=DSVkQKzmHsO+6cQ@mail.gmail.com>
Date: Sun, 22 Jul 2018 11:45:29 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Al Viro <viro@...iv.linux.org.uk>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Matt Turner <mattst88@...il.com>, linux-alpha@...r.kernel.org
Subject: Re: [PATCH] fix osf_wait4() breakage
Applied.
Just a note:
On Sun, Jul 22, 2018 at 7:07 AM Al Viro <viro@...iv.linux.org.uk> wrote:
>
> Fixes: "osf_wait4: switch to kernel_wait4()"
Please put the actual commit ID there too, because that's what people
with automation check.
> Cc: stable@...r.kernel.org # v4.12+
.. and when you do that, you'll see that it wasn't actually in 4.12,
but got merged during the 4.13 merge window:
$ git name-rev 92ebce5ac55d
92ebce5ac55d tags/v4.13-rc1~154^2
(unless it was backported, but I don't think it was).
Also, the prototype for kernel_wait4() (in <linux/sched/task.h>) is
wrong, and doesn't have the __user annotation.
Linus
Powered by blists - more mailing lists