lkml.org 
[lkml]   [2020]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/2] Lock warning clean up
Date
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

\
 
 \ /
  Last update: 2020-01-27 03:30    [W:0.028 / U:1.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site