On Mon, Feb 26, 2024 at 11:02:24AM +0800, Chengming Zhou wrote: > On 2024/2/24 21:52, chengming.zhou@xxxxxxxxx wrote: > > From: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx> > > > > The SLAB_MEM_SPREAD flag is already a no-op as of 6.8-rc1, remove > > its usage so we can delete it from slab. No functional change. > > Update changelog to make it clearer: > > The SLAB_MEM_SPREAD flag used to be implemented in SLAB, which was > removed as of v6.8-rc1, so it became a dead flag since the commit > 16a1d968358a ("mm/slab: remove mm/slab.c and slab_def.h"). And the > series[1] went on to mark it obsolete to avoid confusion for users. > Here we can just remove all its users, which has no functional change. Please submit a version 2 with this updated changelog. thanks, greg k-h