mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
authorSuren Baghdasaryan <surenb@google.com>
Wed, 1 Feb 2023 00:01:16 +0000 (16:01 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 10 Feb 2023 00:51:41 +0000 (16:51 -0800)
commit601c3c29dbeb049862faa00917f2daf094a71028
tree24e4ec4694356281c6ee9e12858f52a889d977da
parent7e4a32c0e8adafdda6161635c9046e6c1e8b95b5
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates

Provide vm_flags_reset_once() and replace the vm_flags updates which used
WRITE_ONCE() to prevent compiler optimizations.

Link: https://lkml.kernel.org/r/20230201000116.1333160-1-surenb@google.com
Fixes: 0cce31a0aa0e ("mm: replace vma->vm_flags direct modifications with modifier calls")
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Reported-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Reviewed-by: Hyeonggon Yoo <42.hyeyoo@gmail.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm.h
mm/mlock.c