- Code: Select all
AS arch/arm/kernel/entry-common.o
/home/tteras/aports/main/linux-grtest/src/linux-4.3/arch/arm/kernel/entry-common.S: Assembler messages:
/home/tteras/aports/main/linux-grtest/src/linux-4.3/arch/arm/kernel/entry-common.S:67: Error: invalid constant (1ff) after fixup
/home/tteras/aports/main/linux-grtest/src/linux-4.3/scripts/Makefile.build:294: recipe for target 'arch/arm/kernel/entry-common.o' failed
The offending assembly line is:
- Code: Select all
tst r1, #_TIF_SYSCALL_WORK | _TIF_WORK_MASK
Seems addition of _TIF_GRSEC_SETXID to _TIF_SYSCALL_WORK now makes the above line have too many bits set for the above instruction to be compiled.