The patch titled Subject: delay.h: fix for removed kernel.h has been removed from the -mm tree. Its filename was delay-replace-kernelh-with-the-necessary-inclusions-fix-2.patch This patch was dropped because it was folded into delay-replace-kernelh-with-the-necessary-inclusions.patch ------------------------------------------------------ From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Subject: delay.h: fix for removed kernel.h To be folded to the commit 0d280a9fbbd9 ("include/linux/delay.h: replace kernel.h with the necessary inclusions") Link: https://lkml.kernel.org/r/20211028170143.56523-1-andriy.shevchenko@xxxxxxxxxxxxxxx Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Reported-by: Guenter Roeck <linux@xxxxxxxxxxxx> Tested-by: Guenter Roeck <linux@xxxxxxxxxxxx> Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/riscv/lib/delay.c | 4 ++++ arch/s390/include/asm/facility.h | 4 ++++ 2 files changed, 8 insertions(+) --- a/arch/riscv/lib/delay.c~delay-replace-kernelh-with-the-necessary-inclusions-fix-2 +++ a/arch/riscv/lib/delay.c @@ -4,10 +4,14 @@ */ #include <linux/delay.h> +#include <linux/math.h> #include <linux/param.h> #include <linux/timex.h> +#include <linux/types.h> #include <linux/export.h> +#include <asm/processor.h> + /* * This is copies from arch/arm/include/asm/delay.h * --- a/arch/s390/include/asm/facility.h~delay-replace-kernelh-with-the-necessary-inclusions-fix-2 +++ a/arch/s390/include/asm/facility.h @@ -9,8 +9,12 @@ #define __ASM_FACILITY_H #include <asm/facility-defs.h> + +#include <linux/minmax.h> #include <linux/string.h> +#include <linux/types.h> #include <linux/preempt.h> + #include <asm/lowcore.h> #define MAX_FACILITY_BIT (sizeof(stfle_fac_list) * 8) _ Patches currently in -mm which might be from andriy.shevchenko@xxxxxxxxxxxxxxx are kernelh-drop-unneeded-linux-kernelh-inclusion-from-other-headers.patch kernelh-split-out-container_of-and-typeof_member-macros.patch kunit-replace-kernelh-with-the-necessary-inclusions.patch list-replace-kernelh-with-the-necessary-inclusions.patch llist-replace-kernelh-with-the-necessary-inclusions.patch plist-replace-kernelh-with-the-necessary-inclusions.patch media-entity-replace-kernelh-with-the-necessary-inclusions.patch delay-replace-kernelh-with-the-necessary-inclusions.patch sbitmap-replace-kernelh-with-the-necessary-inclusions.patch radix-tree-replace-kernelh-with-the-necessary-inclusions.patch generic-radix-tree-replace-kernelh-with-the-necessary-inclusions.patch seq_file-move-seq_escape-to-a-header.patch