The quilt patch titled Subject: lib/rhashtable: fix the typo for preemptible has been removed from the -mm tree. Its filename was lib-rhashtable-fix-the-typo-for-preemptible.patch This patch was dropped because it was merged into the mm-nonmm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ 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