[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200127022916.87063-1-jbi.octave@gmail.com>
Date: Mon, 27 Jan 2020 02:29:16 +0000
From: Jules Irenge <jbi.octave@...il.com>
To: boqun.feng@...il.com
Cc: linux-kernel@...r.kernel.org, tglx@...utronix.de,
dvhart@...radead.org, peterz@...radead.org, mingo@...hat.com,
Jules Irenge <jbi.octave@...il.com>
Subject: [PATCH v2 0/2] Lock warning clean up
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
Powered by blists - more mailing lists