All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Lock warning clean up
@ 2020-01-27  2:29 Jules Irenge
  0 siblings, 0 replies; only message in thread
From: Jules Irenge @ 2020-01-27  2:29 UTC (permalink / raw)
  To: boqun.feng; +Cc: linux-kernel, tglx, dvhart, peterz, mingo, Jules Irenge

Jules Irenge (2):
  hrtimer subsystem: in patch 1, an __acquires() annotation is added to lock_hrtimer_base()
		     as the function acquires but does not release the outer lock at the exit 
  futex subsystem: in patch 2, a __releases() annotation is added to wake_futex_pi()
		     as the function releases lock at exit.

 kernel/futex.c        | 3 ++-
 kernel/time/hrtimer.c | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

-- 
Changes since v2
- improves on commit log 
- improves on patch title to designate subsystem where change is made
- drop leading '|' 
- ensure patch does not produce any extra warning.

2.24.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-27  2:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27  2:29 [PATCH v2 0/2] Lock warning clean up Jules Irenge

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.