[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ffc84d42-b530-58a7-2af2-4c8b55f697dd@suse.cz>
Date: Tue, 11 Jul 2023 11:57:29 +0200
From: Vlastimil Babka <vbabka@...e.cz>
To: Matteo Rizzo <matteorizzo@...gle.com>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, cl@...ux.com, penberg@...nel.org,
rientjes@...gle.com, iamjoonsoo.kim@....com,
akpm@...ux-foundation.org, roman.gushchin@...ux.dev,
42.hyeyoo@...il.com
Cc: jannh@...gle.com
Subject: Re: [PATCH v2] mm/slub: refactor freelist to use custom type
On 7/4/23 15:58, Matteo Rizzo wrote:
> From: Jann Horn <jannh@...gle.com>
>
> Currently the SLUB code represents encoded freelist entries as "void*".
> That's misleading, those things are encoded under
> CONFIG_SLAB_FREELIST_HARDENED so that they're not actually dereferencable.
>
> Give them their own type, and split freelist_ptr() into one function per
> direction (one for encoding, one for decoding).
>
> Signed-off-by: Jann Horn <jannh@...gle.com>
> Co-developed-by: Matteo Rizzo <matteorizzo@...gle.com>
> Signed-off-by: Matteo Rizzo <matteorizzo@...gle.com>
Thanks, merged:
https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git/log/?h=slab/for-6.6/cleanup
While reviewing this I think more cleanups are possible but I will post them
on top as it's better for bisection purposes than folding anyway, and should
involve kasan folks.
Powered by blists - more mailing lists