# git rev-parse -q --verify d17468c6f1f49e6259698f6401b8d7a5b90eac68^{commit} d17468c6f1f49e6259698f6401b8d7a5b90eac68 already have revision, skipping fetch # git checkout -q -f -B kisskb d17468c6f1f49e6259698f6401b8d7a5b90eac68 # git clean -qxdf # < git log -1 # commit d17468c6f1f49e6259698f6401b8d7a5b90eac68 # Merge: 5870ba3dc6e4 a11dd49dcb93 # Author: Linus Torvalds # Date: Fri Mar 1 12:44:33 2024 -0800 # # Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux # # Pull RISC-V fixes from Palmer Dabbelt: # # - detect ".option arch" support on not-yet-released LLVM builds # # - fix missing TLB flush when modifying non-leaf PTEs # # - fixes for T-Head custom extensions # # - fix for systems with the legacy PMU, that manifests as a crash on # kernels built without SBI PMU support # # - fix for systems that clear *envcfg on suspend, which manifests as # cbo.zero trapping after resume # # - fixes for Svnapot systems, including removing Svnapot support for # huge vmalloc/vmap regions # # * tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: # riscv: Sparse-Memory/vmemmap out-of-bounds fix # riscv: Fix pte_leaf_size() for NAPOT # Revert "riscv: mm: support Svnapot in huge vmap" # riscv: Save/restore envcfg CSR during CPU suspend # riscv: Add a custom ISA extension for the [ms]envcfg CSR # riscv: Fix enabling cbo.zero when running in M-mode # perf: RISCV: Fix panic on pmu overflow handler # MAINTAINERS: Update SiFive driver maintainers # drivers: perf: ctr_get_width function for legacy is not defined # drivers: perf: added capabilities for legacy PMU # RISC-V: Ignore V from the riscv,isa DT property on older T-Head CPUs # riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION # riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctly # riscv: add CALLER_ADDRx support # RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCH # kbuild: Add -Wa,--fatal-warnings to as-instr invocation # riscv: tlb: fix __p*d_free_tlb() # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 d17468c6f1f49e6259698f6401b8d7a5b90eac68 # make -s -j 40 ARCH=x86 O=/kisskb/build/linus_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 40 ARCH=x86 O=/kisskb/build/linus_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 40 ARCH=x86 O=/kisskb/build/linus_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 40 ARCH=x86 O=/kisskb/build/linus_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from ./arch/x86/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:251, from /kisskb/src/include/linux/instrumented.h:10, from /kisskb/src/include/linux/uaccess.h:6, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'netdev_dpll_pin_assign': /kisskb/src/include/linux/rcupdate.h:462:36: error: dereferencing pointer to incomplete type 'struct dpll_pin' #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) ^~~~ /kisskb/src/include/asm-generic/rwonce.h:55:33: note: in definition of macro '__WRITE_ONCE' *(volatile typeof(x) *)&(x) = (val); \ ^~~ /kisskb/src/arch/x86/include/asm/barrier.h:67:2: note: in expansion of macro 'WRITE_ONCE' WRITE_ONCE(*p, v); \ ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:503:3: note: in expansion of macro 'smp_store_release' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:503:25: note: in expansion of macro 'RCU_INITIALIZER' smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ ^~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:9081:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev->dpll_pin, dpll_pin); ^~~~~~~~~~~~~~~~~~ make[5]: *** [/kisskb/src/scripts/Makefile.build:243: net/core/dev.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:481: net/core] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:481: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1921: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=x86 O=/kisskb/build/linus_allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_x86_64-gcc8 # Build took: 0:11:11.990787