diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-08 18:52:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-08 18:52:05 -0700 |
commit | a3fa7a101dcff93791d1b1bdb3affcad1410c8c1 (patch) | |
tree | a74a91fb58c6de813b0441f909eb85b47824ff0a /mm/mempolicy.c | |
parent | 730bf31b8fc8e94f3d2d58aaee5f07e5f1f8146f (diff) | |
parent | a7a08b275a8bbade798c4bdaad07ade68fe7003c (diff) | |
parent | ddb13122aa7e988e15283701afb086e0950c405f (diff) | |
download | linux-stable-a3fa7a101dcff93791d1b1bdb3affcad1410c8c1.tar.gz linux-stable-a3fa7a101dcff93791d1b1bdb3affcad1410c8c1.tar.bz2 linux-stable-a3fa7a101dcff93791d1b1bdb3affcad1410c8c1.zip |
Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)
Merge yet more updates and hotfixes from Andrew Morton:
"Post-linux-next material, based upon latest upstream to catch the
now-merged dependencies:
- 10 patches.
Subsystems affected by this patch series: mm (vmstat and migration)
and compat.
And bunch of hotfixes, mostly cc:stable:
- 8 patches.
Subsystems affected by this patch series: mm (hmm, hugetlb, vmscan,
pagealloc, pagemap, kmemleak, mempolicy, and memblock)"
* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
arch: remove compat_alloc_user_space
compat: remove some compat entry points
mm: simplify compat numa syscalls
mm: simplify compat_sys_move_pages
kexec: avoid compat_alloc_user_space
kexec: move locking into do_kexec_load
mm: migrate: change to use bool type for 'page_was_mapped'
mm: migrate: fix the incorrect function name in comments
mm: migrate: introduce a local variable to get the number of pages
mm/vmstat: protect per cpu variables with preempt disable on RT
* emailed hotfixes from Andrew Morton <akpm@linux-foundation.org>:
nds32/setup: remove unused memblock_region variable in setup_memory()
mm/mempolicy: fix a race between offset_il_node and mpol_rebind_task
mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfp
mmap_lock: change trace and locking order
mm/page_alloc.c: avoid accessing uninitialized pcp page migratetype
mm,vmscan: fix divide by zero in get_scan_count
mm/hugetlb: initialize hugetlb_usage in mm_init
mm/hmm: bypass devmap pte when all pfn requested flags are fulfilled