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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 15 Jun 2021 09:26:19 -0700
From:   Linus Torvalds <torvalds@...ux-foundation.org>
To:     Leon Romanovsky <leon@...nel.org>
Cc:     Kees Cook <keescook@...omium.org>,
        Christian Brauner <christian.brauner@...ntu.com>,
        Andrea Righi <andrea.righi@...onical.com>,
        stable <stable@...r.kernel.org>,
        linux-netdev <netdev@...r.kernel.org>
Subject: Re: NetworkManager fails to start

On Tue, Jun 15, 2021 at 9:21 AM Leon Romanovsky <leon@...nel.org> wrote:
>
> The commit 591a22c14d3f ("proc: Track /proc/$pid/attr/ opener mm_struct")
> that we got in v5.13-rc6 broke our regression to pieces. The NIC interfaces
> fail to start when using NetworkManager.

Does the attached patch fix it?

It just makes the open always succeed, and then the private_data that
the open did (that may or may not then have been filled in) is only
used on write.

               Linus

View attachment "patch.diff" of type "text/x-patch" (629 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ