summaryrefslogtreecommitdiffstats
path: root/net/can
diff options
context:
space:
mode:
authorWaiman Long <longman@redhat.com>2019-05-20 22:59:10 +0200
committerIngo Molnar <mingo@kernel.org>2019-06-17 12:28:03 +0200
commit02f1082b003a0cd48f48f12533d969cdbf1c2b63 (patch)
tree2ff7579b6728a3fad44f17e8595f2a75c38163af /net/can
parentlocking/rwsem: Wake up almost all readers in wait queue (diff)
downloadlinux-02f1082b003a0cd48f48f12533d969cdbf1c2b63.tar.xz
linux-02f1082b003a0cd48f48f12533d969cdbf1c2b63.zip
locking/rwsem: Clarify usage of owner's nonspinaable bit
Bit 1 of sem->owner (RWSEM_ANONYMOUSLY_OWNED) is used to designate an anonymous owner - readers or an anonymous writer. The setting of this anonymous bit is used as an indicator that optimistic spinning cannot be done on this rwsem. With the upcoming reader optimistic spinning patches, a reader-owned rwsem can be spinned on for a limit period of time. We still need this bit to indicate a rwsem is nonspinnable, but not setting this bit loses its meaning that the owner is known. So rename the bit to RWSEM_NONSPINNABLE to clarify its meaning. This patch also fixes a DEBUG_RWSEMS_WARN_ON() bug in __up_write(). Signed-off-by: Waiman Long <longman@redhat.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Davidlohr Bueso <dave@stgolabs.net> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Tim Chen <tim.c.chen@linux.intel.com> Cc: Will Deacon <will.deacon@arm.com> Cc: huang ying <huang.ying.caritas@gmail.com> Link: https://lkml.kernel.org/r/20190520205918.22251-12-longman@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'net/can')
0 files changed, 0 insertions, 0 deletions