mm: mmu_gather: prepare to gather encoded page pointers with flags
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Nov 2022 20:30:50 +0000 (12:30 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 30 Nov 2022 23:58:50 +0000 (15:58 -0800)
commit7cc8f9c7146a5c2dad6e71653c4f69972e73df6b
treec5ef2891eb00057626c9039cd826cda6de683419
parent449c796768c9a1c738d1fa8671fb01663380b8a7
mm: mmu_gather: prepare to gather encoded page pointers with flags

This is purely a preparatory patch that makes all the data structures
ready for encoding flags with the mmu_gather page pointers.

The code currently always sets the flag to zero and doesn't use it yet,
but now it's tracking the type state along.  The next step will be to
actually start using it.

Link: https://lkml.kernel.org/r/20221109203051.1835763-3-torvalds@linux-foundation.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/s390/include/asm/tlb.h
include/asm-generic/tlb.h
include/linux/swap.h
mm/mmu_gather.c
mm/swap_state.c