Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull core kernel fixes from Ingo Molnar: "This contains the nohz/atomic cleanup/fix for the fetch_or() ugliness you noted during the original nohz pull request, plus there's also misc fixes: - fix liblockdep build bug - fix uapi header build bug - print more lockdep hash collision info to help debug recent reports of hash collisions - update MAINTAINERS email address" * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: MAINTAINERS: Update my email address locking/lockdep: Print chain_key collision information uapi/linux/stddef.h: Provide __always_inline to userspace headers tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh locking/atomic, sched: Unexport fetch_or() timers/nohz: Convert tick dependency mask to atomic_t locking/atomic: Introduce atomic_fetch_or()
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- include/linux/atomic.h 17 additions, 17 deletionsinclude/linux/atomic.h
- include/linux/sched.h 2 additions, 2 deletionsinclude/linux/sched.h
- include/uapi/linux/stddef.h 4 additions, 0 deletionsinclude/uapi/linux/stddef.h
- kernel/locking/lockdep.c 77 additions, 2 deletionskernel/locking/lockdep.c
- kernel/sched/core.c 18 additions, 0 deletionskernel/sched/core.c
- kernel/time/tick-sched.c 30 additions, 31 deletionskernel/time/tick-sched.c
- kernel/time/tick-sched.h 1 addition, 1 deletionkernel/time/tick-sched.h
- tools/lib/lockdep/run_tests.sh 8 additions, 4 deletionstools/lib/lockdep/run_tests.sh
Loading
Please register or sign in to comment