The quilt patch titled Subject: xarray-port-tests-to-kunit-fix has been removed from the -mm tree. Its filename was xarray-port-tests-to-kunit-fix.patch This patch was dropped because it was folded into xarray-port-tests-to-kunit.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: xarray-port-tests-to-kunit-fix Date: Mon Dec 9 07:06:54 PM PST 2024 Fix cocci warning: lib/test_xarray.c:1019:52-53: WARNING comparing pointer to 0 Reported-by: kernel test robot <lkp@xxxxxxxxx> Closes: https://lore.kernel.org/oe-kbuild-all/202412081700.YXB3vBbg-lkp@xxxxxxxxx/ Cc: Tamir Duberstein <tamird@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/test_xarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/test_xarray.c~xarray-port-tests-to-kunit-fix +++ a/lib/test_xarray.c @@ -1016,7 +1016,7 @@ static noinline void check_xa_alloc_1(st XA_BUG_ON(xa, xa_alloc(xa, &id, xa_mk_index(10), XA_LIMIT(10, 5), GFP_KERNEL) != -EBUSY); - XA_BUG_ON(xa, xa_store_index(xa, 3, GFP_KERNEL) != 0); + XA_BUG_ON(xa, xa_store_index(xa, 3, GFP_KERNEL) != NULL); XA_BUG_ON(xa, xa_alloc(xa, &id, xa_mk_index(10), XA_LIMIT(10, 5), GFP_KERNEL) != -EBUSY); xa_erase_index(test, xa, 3); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-swap_cgroup-allocate-swap_cgroup-map-using-vcalloc-fix.patch mm-page_alloc-add-some-detailed-comments-in-can_steal_fallback-fix.patch mm-introduce-mmap_lock_speculate_try_beginretry-fix.patch mm-damon-tests-vaddr-kunith-reduce-stack-consumption.patch mm-damon-tests-vaddr-kunith-reduce-stack-consumption-fix.patch mm-fix-outdated-incorrect-code-comments-for-handle_mm_fault-fix.patch mm-huge_memoryc-rename-shadowed-local.patch mm-shmem-skip-swapcache-for-swapin-of-synchronous-swap-device-fix.patch mm-hugetlb-rename-isolate_hugetlb-to-folio_isolate_hugetlb-fix.patch documentation-filesystems-procrst-fix-possessive-form-of-process.patch xarray-port-tests-to-kunit.patch checkpatch-check-return-of-git_commit_info-fix.patch fault-inject-use-prandom-where-cryptographically-secure-randomness-is-not-needed-fix.patch hung_task-add-task-flags-blocked-by-coredump-to-log-fix.patch