Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull more powerpc updates from Michael Ellerman: "A few commits splitting the KASAN instrumented bitops header in three, to match the split of the asm-generic bitops headers. This is needed on powerpc because we use the generic bitops for the non-atomic case only, whereas the existing KASAN instrumented bitops assume all the underlying operations are provided by the arch as arch_foo() versions. Thanks to: Daniel Axtens & Christophe Leroy" * tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: docs/core-api: Remove possibly confusing sub-headings from Bit Operations powerpc: support KASAN instrumentation of bitops kasan: support instrumented bitops combined with generic bitops
No related branches found
No related tags found
Showing
- Documentation/core-api/kernel-api.rst 7 additions, 1 deletionDocumentation/core-api/kernel-api.rst
- arch/powerpc/include/asm/bitops.h 29 additions, 22 deletionsarch/powerpc/include/asm/bitops.h
- arch/s390/include/asm/bitops.h 3 additions, 1 deletionarch/s390/include/asm/bitops.h
- arch/x86/include/asm/bitops.h 3 additions, 1 deletionarch/x86/include/asm/bitops.h
- include/asm-generic/bitops/instrumented-atomic.h 100 additions, 0 deletionsinclude/asm-generic/bitops/instrumented-atomic.h
- include/asm-generic/bitops/instrumented-lock.h 81 additions, 0 deletionsinclude/asm-generic/bitops/instrumented-lock.h
- include/asm-generic/bitops/instrumented-non-atomic.h 114 additions, 0 deletionsinclude/asm-generic/bitops/instrumented-non-atomic.h
Loading
Please register or sign in to comment