The patch titled Subject: lib/rhashtable: fix the typo for preemptible has been added to the -mm mm-nonmm-unstable branch. Its filename is lib-rhashtable-fix-the-typo-for-preemptible.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/lib-rhashtable-fix-the-typo-for-preemptible.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Pratyush Mittal <pratyushmittal@xxxxxxxxx> Subject: lib/rhashtable: fix the typo for preemptible Date: Sat, 23 Nov 2024 02:29:29 -0800 Fix the spelling of the mis-spelled word Link: https://lkml.kernel.org/r/20241123102929.11660-1-pratyushmittal@xxxxxxxxx Signed-off-by: Pratyush Mittal <pratyushmittal@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/rhashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/lib/rhashtable.c~lib-rhashtable-fix-the-typo-for-preemptible +++ a/lib/rhashtable.c @@ -665,7 +665,7 @@ EXPORT_SYMBOL_GPL(rhashtable_insert_slow * structure outside the hash table. * * This function may be called from any process context, including - * non-preemptable context, but cannot be called from softirq or + * non-preemptible context, but cannot be called from softirq or * hardirq context. * * You must call rhashtable_walk_exit after this function returns. _ Patches currently in -mm which might be from pratyushmittal@xxxxxxxxx are lib-rhashtable-fix-the-typo-for-preemptible.patch