lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ