Closed thehajime closed 2 weeks ago
with v6.11 and cherry-picks, didn't reproduce. with v6.12-rc1, it reproduced. (will investigate more with bisect)
result of (manual) bisect.
FAIL v6.12-rc1
FAIL 5a53623d0fe6 Documentation/cgroup-v2: clarify that zswap.writeback is ignored if zswap is disabled
FAIL 78788c3ede90 kasan: simplify and clarify Makefile
FAIL 3ac9999c5d6f MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
FAIL 650975d2b181 mm: swap: skip slot cache on freeing for mTHP
FAIL d07a46a4ac18 mm: swap: mTHP allocate swap entries from nonfull list
FAIL 73ed0baae66d mm: swap: swap cluster switch to double link list
FAIL ed4dfd9aa1b1 maple_tree: make write helper functions void
FAIL c27e6183c654 maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()
FAIL(panic) add60ea5f6d8 maple_tree: remove repeated sanity checks from write helper functions
FAIL(panic) 9155e8433498 maple_tree: remove node allocations from various write helper functions
PASS 4037d44f548f maple_tree: have mas_store() allocate nodes if needed
PASS 580fcbd67ce2 maple_tree: use store type in mas_wr_store_entry()
PASS 02f4bbefcada mm: kmem: add lockdep assertion to obj_cgroup_memcg
PASS f689a3ab7b8e dma-direct: optimize page freeing when it is not addressable
PASS 92193b3569ad vdpa_sim: don't select DMA_OPS
PASS v6.11
if I revert commits below, the issue is gone.
(maple tree is far beyond of my fav... takes time to investigate why/what happens)
Will look into the exit_mmap() side of nommu code