The patch titled Subject: lib: dhry: remove unneeded <linux/mutex.h> has been added to the -mm mm-nonmm-unstable branch. Its filename is lib-dhry-remove-unneeded-linux-mutexh.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/lib-dhry-remove-unneeded-linux-mutexh.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: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Subject: lib: dhry: remove unneeded <linux/mutex.h> Date: Mon, 22 Jan 2024 15:50:43 +0100 Patch series "lib: dhry: miscellaneous cleanups". This patch series contains a few miscellaneous cleanups for the Dhrystone benchmark test. This patch (of 3): The Dhrystone benchmark test does not use mutexes. Link: https://lkml.kernel.org/r/cover.1705934853.git.geert+renesas@xxxxxxxxx Link: https://lkml.kernel.org/r/cf8fafaedccf96143f1513745c43a457480bfc24.1705934853.git.geert+renesas@xxxxxxxxx Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/dhry_run.c | 1 - 1 file changed, 1 deletion(-) --- a/lib/dhry_run.c~lib-dhry-remove-unneeded-linux-mutexh +++ a/lib/dhry_run.c @@ -10,7 +10,6 @@ #include <linux/kernel.h> #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/mutex.h> #include <linux/smp.h> #define DHRY_VAX 1757 _ Patches currently in -mm which might be from geert+renesas@xxxxxxxxx are lib-dhry-remove-unneeded-linux-mutexh.patch lib-dhry-use-ktime_ms_delta-helper.patch lib-dhry-add-missing-closing-parenthesis.patch