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
| ||
|
Message-ID: <a43f9224e6b245ade4b587a018c8a21815091f0f.camel@intel.com> Date: Tue, 21 May 2019 01:20:33 +0000 From: "Edgecombe, Rick P" <rick.p.edgecombe@...el.com> To: "davem@...emloft.net" <davem@...emloft.net> CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, "peterz@...radead.org" <peterz@...radead.org>, "linux-mm@...ck.org" <linux-mm@...ck.org>, "mroos@...ux.ee" <mroos@...ux.ee>, "mingo@...hat.com" <mingo@...hat.com>, "namit@...are.com" <namit@...are.com>, "luto@...nel.org" <luto@...nel.org>, "bp@...en8.de" <bp@...en8.de>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "Hansen, Dave" <dave.hansen@...el.com>, "sparclinux@...r.kernel.org" <sparclinux@...r.kernel.org> Subject: Re: [PATCH v2] vmalloc: Fix issues with flush flag On Mon, 2019-05-20 at 20:33 -0400, David Miller wrote: > From: "Edgecombe, Rick P" <rick.p.edgecombe@...el.com> > Date: Tue, 21 May 2019 00:20:13 +0000 > > > This behavior shouldn't happen until modules or BPF are being > > freed. > > Then that would rule out my theory. > > The only thing left is whether the permissions are actually set > properly. If they aren't we'll take an exception when the BPF > program > is run and I'm not %100 sure that kernel execute permission > violations > are totally handled cleanly. Permissions shouldn't be affected with this except on free. But reading the code it looked like sparc had all PAGE_KERNEL as executable and no set_memory_() implementations. Is there some places where permissions are being set? Should it handle executing an unmapped page gracefully? Because this change is causing that to happen much earlier. If something was relying on a cached translation to execute something it could find the mapping disappear.
Powered by blists - more mailing lists