From: Stephen Rothwell <hidden> Date: 2018-10-05 06:14:13
Hi Andrew,
After merging the akpm tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
arch/powerpc/kernel/setup-common.c:36:10: fatal error: linux/bootmem.h: No such file or directory
#include <linux/bootmem.h>
^~~~~~~~~~~~~~~~~
Caused by commit
49353a51a758 ("mm: remove include/linux/bootmem.h")
interacting with commit
d90fe2acd9b2 ("powerpc: Wire up memtest")
from the powerpc tree.
I applied the following patch for today:
From: Stephen Rothwell <redacted>
Date: Fri, 5 Oct 2018 16:09:34 +1000
Subject: [PATCH] powerpc: fix up for removal of linux/bootmem.h
Signed-off-by: Stephen Rothwell <redacted>
---
arch/powerpc/kernel/setup-common.c | 1 -
1 file changed, 1 deletion(-)
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2018-10-05 12:02:49
Stephen Rothwell [off-list ref] writes:
Hi Andrew,
After merging the akpm tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
arch/powerpc/kernel/setup-common.c:36:10: fatal error: linux/bootmem.h: No such file or directory
#include <linux/bootmem.h>
^~~~~~~~~~~~~~~~~
Caused by commit
49353a51a758 ("mm: remove include/linux/bootmem.h")
interacting with commit
d90fe2acd9b2 ("powerpc: Wire up memtest")
from the powerpc tree.
Ah fudge, what are the chances we add a new include of bootmem.h just as
Mike's removing bootmem.
quoted hunk
I applied the following patch for today:
From: Stephen Rothwell <redacted>
Date: Fri, 5 Oct 2018 16:09:34 +1000
Subject: [PATCH] powerpc: fix up for removal of linux/bootmem.h
Signed-off-by: Stephen Rothwell <redacted>
---
arch/powerpc/kernel/setup-common.c | 1 -
1 file changed, 1 deletion(-)