On 4/3/19 1:05 AM, Tobin C. Harding wrote: > Tobin C. Harding (7): > list: Add function list_rotate_to_front() > slob: Respect list_head abstraction layer > slob: Use slab_list instead of lru > slub: Add comments to endif pre-processor macros > slub: Use slab_list instead of lru > slab: Use slab_list instead of lru > mm: Remove stale comment from page struct For the whole series: Acked-by: Vlastimil Babka <vbabka@xxxxxxx> > > include/linux/list.h | 18 ++++++++++++ > include/linux/mm_types.h | 2 +- > mm/slab.c | 49 ++++++++++++++++---------------- > mm/slob.c | 59 +++++++++++++++++++++++++++------------ > mm/slub.c | 60 ++++++++++++++++++++-------------------- > 5 files changed, 115 insertions(+), 73 deletions(-) >