-
- Downloads
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux
Pull ACCESS_ONCE() rule tightening from Christian Borntraeger: "Tighten rules for ACCESS_ONCE This series tightens the rules for ACCESS_ONCE to only work on scalar types. It also contains the necessary fixups as indicated by build bots of linux-next. Now everything is in place to prevent new non-scalar users of ACCESS_ONCE and we can continue to convert code to READ_ONCE/WRITE_ONCE" * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux: kernel: Fix sparse warning for ACCESS_ONCE next: sh: Fix compile error kernel: tighten rules for ACCESS ONCE mm/gup: Replace ACCESS_ONCE with READ_ONCE x86/spinlock: Leftover conversion ACCESS_ONCE->READ_ONCE x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCE ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCE ppc/kvm: Replace ACCESS_ONCE with READ_ONCE
No related branches found
No related tags found
Showing
- arch/powerpc/kvm/book3s_hv_rm_xics.c 4 additions, 4 deletionsarch/powerpc/kvm/book3s_hv_rm_xics.c
- arch/powerpc/kvm/book3s_xics.c 8 additions, 8 deletionsarch/powerpc/kvm/book3s_xics.c
- arch/powerpc/mm/hugetlbpage.c 2 additions, 2 deletionsarch/powerpc/mm/hugetlbpage.c
- arch/sh/mm/gup.c 1 addition, 1 deletionarch/sh/mm/gup.c
- arch/x86/include/asm/spinlock.h 2 additions, 2 deletionsarch/x86/include/asm/spinlock.h
- arch/x86/xen/p2m.c 1 addition, 1 deletionarch/x86/xen/p2m.c
- include/linux/compiler.h 16 additions, 5 deletionsinclude/linux/compiler.h
- mm/gup.c 1 addition, 1 deletionmm/gup.c
Please register or sign in to comment