The patch titled Subject: lib-stackdepot-add-support-to-configure-stack_hash_size-fix has been removed from the -mm tree. Its filename was lib-stackdepot-add-support-to-configure-stack_hash_size-fix.patch This patch was dropped because it was folded into lib-stackdepot-add-support-to-configure-stack_hash_size.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-stackdepot-add-support-to-configure-stack_hash_size-fix fix warning lib/stackdepot.c:153:2: warning: ignoring return value of kstrtouint, declared with attribute warn_unused_result [-Wunused-result] Cc: Alexander Potapenko <glider@xxxxxxxxxx> Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Cc: Mark Brown <broonie@xxxxxxxxxx> Cc: Masami Hiramatsu <mhiramat@xxxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Cc: Vijayanand Jitta <vjitta@xxxxxxxxxxxxxx> Cc: Vinayak Menon <vinmenon@xxxxxxxxxxxxxx> Cc: Yogesh Lal <ylal@xxxxxxxxxxxxxx> Cc: Zhenhua Huang <zhenhuah@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/stackdepot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/lib/stackdepot.c~lib-stackdepot-add-support-to-configure-stack_hash_size-fix +++ a/lib/stackdepot.c @@ -150,8 +150,7 @@ static struct stack_record **stack_table static int __init setup_stack_hash_order(char *str) { - kstrtouint(str, 0, &stack_hash_order); - return 0; + return kstrtouint(str, 0, &stack_hash_order); } early_param("stack_hash_order", setup_stack_hash_order); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kthread_worker-document-cpu-hotplug-handling-fix.patch mm.patch mm-remove-the-unuseful-else-after-a-return-checkpatch-fixes.patch mm-prevent-gup_fast-from-racing-with-cow-during-fork-checkpatch-fixes.patch mm-swap_state-skip-meaningless-swap-cache-readahead-when-ra_infowin-==-0-fix.patch mm-vmallocc-__vmalloc_area_node-avoid-32-bit-overflow.patch mm-truncateshmem-handle-truncates-that-split-thps-fix-fix.patch mm-cma-improve-pr_debug-log-in-cma_release-fix.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch lib-cmdline_kunit-add-a-new-test-suite-for-cmdline-api-fix.patch ilog2-improve-ilog2-for-constant-arguments-checkpatch-fixes.patch lib-stackdepot-add-support-to-configure-stack_hash_size.patch lib-test_bitmapc-add-for_each_set_clump-test-cases-checkpatch-fixes.patch checkpatch-fix-typo_spelling-check-for-words-with-apostrophe-fix.patch resource-fix-kernel-doc-markups-checkpatch-fixes.patch linux-next-rejects.patch linux-next-git-rejects.patch kmap-stupid-hacks-to-make-it-compile.patch init-kconfig-dont-assume-scripts-lld-versionsh-is-executable.patch kernel-forkc-export-kernel_thread-to-modules.patch