On 12.08.25 17:44, Lorenzo Stoakes wrote:
Now we have updated all users of mm->flags to use the bitmap accessors, repalce it with the bitmap version entirely. We are then able to move to having 64 bits of mm->flags on both 32-bit and 64-bit architectures. We also update the VMA userland tests to ensure that everything remains functional there. No functional changes intended, other than there now being 64 bits of available mm_struct flags. Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> --- include/linux/mm.h | 12 ++++++------ include/linux/mm_types.h | 14 +++++--------- include/linux/sched/coredump.h | 2 +- tools/testing/vma/vma_internal.h | 19 +++++++++++++++++-- 4 files changed, 29 insertions(+), 18 deletions(-)
The vma test code duplication is still making me sad ... but I'll get over it I'm sure.
Acked-by: David Hildenbrand <david@xxxxxxxxxx> -- Cheers David / dhildenb