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: <20220926142013.GF12777@breakpoint.cc> Date: Mon, 26 Sep 2022 16:20:13 +0200 From: Florian Westphal <fw@...len.de> To: Michal Hocko <mhocko@...e.com> Cc: Florian Westphal <fw@...len.de>, linux-mm@...ck.org, linux-kernel@...r.kernel.org, vbabka@...e.cz, akpm@...ux-foundation.org, urezki@...il.com, netdev@...r.kernel.org, netfilter-devel@...r.kernel.org, Martin Zaharinov <micron10@...il.com> Subject: Re: [PATCH mm] mm: fix BUG with kvzalloc+GFP_ATOMIC Michal Hocko <mhocko@...e.com> wrote: > On Mon 26-09-22 15:08:08, Florian Westphal wrote: > [...] > > To the best of my knowledge there are users of this interface that > > invoke it with rcu read lock held, and since those always nest, the > > rcu_read_unlock() won't move us to GFP_KERNEL territory. > > Fiar point. I can see a comment above rhashtable_insert_fast which is > supposed to be used by drivers and explicitly documented to be > compatible with an atomic context. So the above is clearly a no-go > > In that case I would propose to go with the patch going > http://lkml.kernel.org/r/YzFplwSxwwsLpzzX@dhcp22.suse.cz direction. FWIW that patch works for me. Will you do a formal patch submission?
Powered by blists - more mailing lists