Skip to content

Commit 3fe1eb4

Browse files
mpekees
authored andcommitted
selftests/powerpc: Fix load_unaligned_zeropad build failure
This test is userspace code, but uses some kernel headers via symlinks, and mocks other headers, in order to test load_unaligned_zeropad(). Currently the test fails to build with: In file included from load_unaligned_zeropad.c:26: word-at-a-time.h:7:10: fatal error: linux/bitops.h: No such file or directory 7 | #include <linux/bitops.h> This is due to the recent changes to the kernel headers. Fix it by symlinking the new wordpart.h, and creating an empty stub for bitops.h which is all that's needed. Reported-by: Sachin Sant <[email protected]> Tested-by: Sachin Sant <[email protected]> Fixes: 66a5c40 ("kernel.h: removed REPEAT_BYTE from kernel.h") Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kees Cook <[email protected]>
1 parent fb57550 commit 3fe1eb4

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tools/testing/selftests/powerpc/primitives/linux/bitops.h

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../../include/linux/wordpart.h

0 commit comments

Comments
 (0)