The quilt patch titled Subject: test_xarray-add-tests-for-advanced-multi-index-use-fix-fix-fix has been removed from the -mm tree. Its filename was test_xarray-add-tests-for-advanced-multi-index-use-fix-fix-fix.patch This patch was dropped because it was folded into test_xarray-add-tests-for-advanced-multi-index-use.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: test_xarray-add-tests-for-advanced-multi-index-use-fix-fix-fix Date: Tue Feb 20 10:59:48 AM PST 2024 restore static storage for loop counter Cc: Daniel Gomez <da.gomez@xxxxxxxxxxx> Cc: Luis Chamberlain <mcgrof@xxxxxxxxxx> Cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Pankaj Raghav <p.raghav@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/test_xarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/test_xarray.c~test_xarray-add-tests-for-advanced-multi-index-use-fix-fix-fix +++ a/lib/test_xarray.c @@ -728,7 +728,7 @@ static noinline void *test_get_entry(str { XA_STATE(xas, xa, index); void *p; - unsigned int loops = 0; + static unsigned int loops = 0; rcu_read_lock(); repeat: _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are test_xarray-add-tests-for-advanced-multi-index-use.patch kexec-split-crashkernel-reservation-code-out-from-crash_corec-fix.patch arch-crash-move-arch_crash_save_vmcoreinfo-out-to-file-vmcore_infoc-fix.patch mm-swapfile-__swap_duplicate-drop-redundant-write_once-on-swap_map-for-err-cases-fix.patch kprobes-use-synchronize_rcu_tasks_rude-in-kprobe_optimizer-fix.patch panic-add-option-to-dump-blocked-tasks-in-panic_print-fix.patch