Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fixes from Michael Ellerman:

- Drop orphaned VAS MAINTAINERS entry

- Fix build errors with clang and KCSAN

- Avoid build errors seen with LD_DEAD_CODE_DATA_ELIMINATION together
with recordmcount

Thanks to Nathan Chancellor.

* tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
powerpc: Avoid dead code/data elimination when using recordmcount
powerpc/vmlinux.lds: Add .text.asan/tsan sections
powerpc: Drop orphaned VAS MAINTAINERS entry

+2 -8
-7
MAINTAINERS
··· 9790 9790 S: Supported 9791 9791 F: drivers/net/ethernet/ibm/ibmvnic.* 9792 9792 9793 - IBM Power Virtual Accelerator Switchboard 9794 - L: linuxppc-dev@lists.ozlabs.org 9795 - S: Supported 9796 - F: arch/powerpc/include/asm/vas.h 9797 - F: arch/powerpc/platforms/powernv/copy-paste.h 9798 - F: arch/powerpc/platforms/powernv/vas* 9799 - 9800 9793 IBM Power Virtual Ethernet Device Driver 9801 9794 M: Nick Child <nnac123@linux.ibm.com> 9802 9795 L: netdev@vger.kernel.org
+1 -1
arch/powerpc/Kconfig
··· 236 236 select HAVE_KPROBES 237 237 select HAVE_KPROBES_ON_FTRACE 238 238 select HAVE_KRETPROBES 239 - select HAVE_LD_DEAD_CODE_DATA_ELIMINATION 239 + select HAVE_LD_DEAD_CODE_DATA_ELIMINATION if HAVE_OBJTOOL_MCOUNT 240 240 select HAVE_LIVEPATCH if HAVE_DYNAMIC_FTRACE_WITH_REGS 241 241 select HAVE_MOD_ARCH_SPECIFIC 242 242 select HAVE_NMI if PERF_EVENTS || (PPC64 && PPC_BOOK3S)
+1
arch/powerpc/kernel/vmlinux.lds.S
··· 124 124 * included with the main text sections, so put it by itself. 125 125 */ 126 126 *(.sfpr); 127 + *(.text.asan.* .text.tsan.*) 127 128 MEM_KEEP(init.text) 128 129 MEM_KEEP(exit.text) 129 130 } :text