# git rev-parse -q --verify 4d88e3d24905eafa98cef0fc29365649ad8977b5^{commit} 4d88e3d24905eafa98cef0fc29365649ad8977b5 already have revision, skipping fetch # git checkout -q -f -B kisskb 4d88e3d24905eafa98cef0fc29365649ad8977b5 # git clean -qxdf # < git log -1 # commit 4d88e3d24905eafa98cef0fc29365649ad8977b5 # Merge: c6ed444 f11b9ab # Author: Linus Torvalds # Date: Tue Aug 14 12:41:49 2018 -0700 # # Merge tag 'devicetree-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux # # Pull Devicetree updates from Rob Herring: # # - Remove an obsolete hack for PPC32 longtrail systems # # - Make of_io_request_and_map() "name" arg optional # # - Add vendor prefixes for bitmain, Asus, and Y Soft # # - Remove 'interrupt-parent' from bindings as it is implicit # # - New properties for wm8994 audio codec # # - Add 'clocks' property support to SRAM binding # # - Add binding for ASPEED coprocessor interrupt controller # # - Various binding spelling and link fixes # # * tag 'devicetree-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: # Documentation: remove dynamic-resolution-notes reference to non-existent file # dt-bindings: Add Y Soft Corporation vendor prefix # of/fdt: Remove PPC32 longtrail hack in memory scan # dt-bindings: remove 'interrupt-parent' from bindings # pinctrl: tegra: fix spelling in devicetree binding document # usb: dwc3: rockchip: Fix PHY documentation links. # dt-bindings: sound: wm8994: document wlf,csnaddr-pd property # dt-bindings: sound: wm8994: document wlf,spkmode-pu property # dt-bindings: sram: Add 'clocks' as an optional property # dt-bindings: Add vendor prefix for AsusTek Computer Inc. # dt-bindings: misc: ASPEED coprocessor interrupt controller # dt-bindings: gpio: pca953x: Document interrupts, update example # drivers/of: Make of_io_request_and_map() "name" argument optional # dt-bindings: Add bitmain vendor prefix # Documentation: devicetree: tilcdc: fix spelling mistake "suppors" -> "supports" # < /opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux-gcc --version # < git log --format=%s --max-count=1 4d88e3d24905eafa98cef0fc29365649ad8977b5 # < make -s -j 10 ARCH=xtensa O=/kisskb/build/linus_xtensa-allnoconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- allnoconfig drivers/staging/mt7621-dts/Kconfig:4:warning: 'BUILTIN_DTB' has wrong type. 'select' only accept arguments of bool and tristate type # make -s -j 10 ARCH=xtensa O=/kisskb/build/linus_xtensa-allnoconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- drivers/staging/mt7621-dts/Kconfig:4:warning: 'BUILTIN_DTB' has wrong type. 'select' only accept arguments of bool and tristate type :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] In file included from /kisskb/src/include/asm-generic/percpu.h:7:0, from ./arch/xtensa/include/generated/asm/percpu.h:1, from /kisskb/src/include/linux/percpu.h:13, from /kisskb/src/include/linux/percpu-rwsem.h:7, from /kisskb/src/include/linux/fs.h:34, from /kisskb/src/include/linux/proc_fs.h:9, from /kisskb/src/kernel/cpu.c:6: /kisskb/src/kernel/cpu.c: In function 'boot_cpu_hotplug_init': /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:221:47: note: in definition of macro '__verify_pcpu_ptr' const void __percpu *__vpp_verify = (typeof((ptr) + 0))NULL; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:378:16: note: in definition of macro '__pcpu_size_call' switch(sizeof(variable)) { \ ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:221:47: note: in definition of macro '__verify_pcpu_ptr' const void __percpu *__vpp_verify = (typeof((ptr) + 0))NULL; \ ^ /kisskb/src/include/linux/percpu-defs.h:265:47: note: in expansion of macro 'VERIFY_PERCPU_PTR' #define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); VERIFY_PERCPU_PTR(ptr); }) ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:337:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:379:11: note: in expansion of macro 'this_cpu_write_1' case 1: stem##1(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:262:12: note: in definition of macro 'VERIFY_PERCPU_PTR' (typeof(*(__p)) __kernel __force *)(__p); \ ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:337:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:379:11: note: in expansion of macro 'this_cpu_write_1' case 1: stem##1(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:262:38: note: in definition of macro 'VERIFY_PERCPU_PTR' (typeof(*(__p)) __kernel __force *)(__p); \ ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:337:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:379:11: note: in expansion of macro 'this_cpu_write_1' case 1: stem##1(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:221:47: note: in definition of macro '__verify_pcpu_ptr' const void __percpu *__vpp_verify = (typeof((ptr) + 0))NULL; \ ^ /kisskb/src/include/linux/percpu-defs.h:265:47: note: in expansion of macro 'VERIFY_PERCPU_PTR' #define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); VERIFY_PERCPU_PTR(ptr); }) ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:340:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:380:11: note: in expansion of macro 'this_cpu_write_2' case 2: stem##2(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:262:12: note: in definition of macro 'VERIFY_PERCPU_PTR' (typeof(*(__p)) __kernel __force *)(__p); \ ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:340:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:380:11: note: in expansion of macro 'this_cpu_write_2' case 2: stem##2(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:262:38: note: in definition of macro 'VERIFY_PERCPU_PTR' (typeof(*(__p)) __kernel __force *)(__p); \ ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:340:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:380:11: note: in expansion of macro 'this_cpu_write_2' case 2: stem##2(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:221:47: note: in definition of macro '__verify_pcpu_ptr' const void __percpu *__vpp_verify = (typeof((ptr) + 0))NULL; \ ^ /kisskb/src/include/linux/percpu-defs.h:265:47: note: in expansion of macro 'VERIFY_PERCPU_PTR' #define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); VERIFY_PERCPU_PTR(ptr); }) ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:343:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:381:11: note: in expansion of macro 'this_cpu_write_4' case 4: stem##4(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:262:12: note: in definition of macro 'VERIFY_PERCPU_PTR' (typeof(*(__p)) __kernel __force *)(__p); \ ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:343:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:381:11: note: in expansion of macro 'this_cpu_write_4' case 4: stem##4(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:262:38: note: in definition of macro 'VERIFY_PERCPU_PTR' (typeof(*(__p)) __kernel __force *)(__p); \ ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:343:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:381:11: note: in expansion of macro 'this_cpu_write_4' case 4: stem##4(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:221:47: note: in definition of macro '__verify_pcpu_ptr' const void __percpu *__vpp_verify = (typeof((ptr) + 0))NULL; \ ^ /kisskb/src/include/linux/percpu-defs.h:265:47: note: in expansion of macro 'VERIFY_PERCPU_PTR' #define per_cpu_ptr(ptr, cpu) ({ (void)(cpu); VERIFY_PERCPU_PTR(ptr); }) ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:346:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:382:11: note: in expansion of macro 'this_cpu_write_8' case 8: stem##8(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:262:12: note: in definition of macro 'VERIFY_PERCPU_PTR' (typeof(*(__p)) __kernel __force *)(__p); \ ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:346:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:382:11: note: in expansion of macro 'this_cpu_write_8' case 8: stem##8(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/kernel/cpu.c:2275:28: error: 'struct cpuhp_cpu_state' has no member named 'booted_once' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/include/linux/percpu-defs.h:262:38: note: in definition of macro 'VERIFY_PERCPU_PTR' (typeof(*(__p)) __kernel __force *)(__p); \ ^ /kisskb/src/include/linux/percpu-defs.h:266:26: note: in expansion of macro 'per_cpu_ptr' #define raw_cpu_ptr(ptr) per_cpu_ptr(ptr, 0) ^ /kisskb/src/include/asm-generic/percpu.h:76:3: note: in expansion of macro 'raw_cpu_ptr' *raw_cpu_ptr(&(pcp)) op val; \ ^ /kisskb/src/include/asm-generic/percpu.h:152:2: note: in expansion of macro 'raw_cpu_generic_to_op' raw_cpu_generic_to_op(pcp, val, op); \ ^ /kisskb/src/include/asm-generic/percpu.h:346:36: note: in expansion of macro 'this_cpu_generic_to_op' #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =) ^ /kisskb/src/include/linux/percpu-defs.h:382:11: note: in expansion of macro 'this_cpu_write_8' case 8: stem##8(variable, __VA_ARGS__);break; \ ^ /kisskb/src/include/linux/percpu-defs.h:510:34: note: in expansion of macro '__pcpu_size_call' #define this_cpu_write(pcp, val) __pcpu_size_call(this_cpu_write_, pcp, val) ^ /kisskb/src/kernel/cpu.c:2275:2: note: in expansion of macro 'this_cpu_write' this_cpu_write(cpuhp_state.booted_once, true); ^ /kisskb/src/scripts/Makefile.build:317: recipe for target 'kernel/cpu.o' failed make[2]: *** [kernel/cpu.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/Makefile:1029: recipe for target 'kernel' failed make[1]: *** [kernel] Error 2 make[1]: *** Waiting for unfinished jobs.... Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -s -j 10 ARCH=xtensa O=/kisskb/build/linus_xtensa-allnoconfig_xtensa CROSS_COMPILE=/opt/cross/kisskb/br-xtensa-full-2016.08-613-ge98b4dd/bin/xtensa-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_xtensa-allnoconfig_xtensa # Build took: 0:00:21.719173