lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ