diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-03-04 22:20:42 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-03-04 22:20:42 +0300 |
commit | c29214bc89169f735657f614bde7c0fad74bd1b5 (patch) | |
tree | 6040a1dafdff98016308ac57c99304b02ce41173 /MAINTAINERS | |
parent | d172859ebff33598d80089c0bec44471872d2628 (diff) | |
parent | f8b2336f15f3bc30e37ce5c052cde5b6319bb6df (diff) | |
download | linux-c29214bc89169f735657f614bde7c0fad74bd1b5.tar.xz |
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
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b0db911207ba..a76f37363e67 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9790,13 +9790,6 @@ L: netdev@vger.kernel.org S: Supported F: drivers/net/ethernet/ibm/ibmvnic.* -IBM Power Virtual Accelerator Switchboard -L: linuxppc-dev@lists.ozlabs.org -S: Supported -F: arch/powerpc/include/asm/vas.h -F: arch/powerpc/platforms/powernv/copy-paste.h -F: arch/powerpc/platforms/powernv/vas* - IBM Power Virtual Ethernet Device Driver M: Nick Child <nnac123@linux.ibm.com> L: netdev@vger.kernel.org |