[GIT PULL] locking changes for v5.6

From: Ingo Molnar
Date: Tue Jan 28 2020 - 03:09:01 EST


Linus,

Please pull the latest locking-core-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking-core-for-linus

# HEAD: f5bfdc8e3947a7ae489cf8ae9cfd6b3fb357b952 locking/osq: Use optimized spinning loop for arm64

Just a handful of changes in this cycle: an ARM64 performance
optimization, a comment fix and a debug output fix.

Thanks,

Ingo

------------------>
Waiman Long (3):
locking/lockdep: Fix lockdep_stats indentation problem
locking/qspinlock: Fix inaccessible URL of MCS lock paper
locking/osq: Use optimized spinning loop for arm64


arch/arm64/include/asm/spinlock.h | 9 +++++++++
kernel/locking/lockdep_proc.c | 4 ++--
kernel/locking/osq_lock.c | 23 ++++++++++-------------
kernel/locking/qspinlock.c | 13 +++++++------
4 files changed, 28 insertions(+), 21 deletions(-)