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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 31 Mar 2020 21:46:36 +0100
From:   Jules Irenge <jbi.octave@...il.com>
To:     linux-kernel@...r.kernel.org
Cc:     boqun.feng@...il.com
Subject: [PATCH 0/7] Lock warnings cleanup

This patch series adds missing annotations to various functions,
that register warnings of context imbalance when built with Sparse tool.
The adds fix the warnings, improve on readability odf the code
and give better insight or directive on what the functions are actually doing.

Jules Irenge (7):
  fs: Add missing annotation for iput_final()
  fsnotify: Add missing annotation for fsnotify_finish_user_wait()
  dax: Add missing annotation for wait_entry_unlocked()
  sysctl: Add missing annotation for start_unregistering()
  btrfs: Add missing annotation for btrfs_lock_cluster()
  btrfs: Add missing annotation for btrfs_tree_lock()
  tty: serial_core: Add missing annotation for _unlock_and_check_sysrq()

 drivers/tty/serial/serial_core.c | 1 +
 fs/btrfs/extent-tree.c           | 1 +
 fs/btrfs/locking.c               | 1 +
 fs/dax.c                         | 1 +
 fs/inode.c                       | 1 +
 fs/notify/mark.c                 | 1 +
 fs/proc/proc_sysctl.c            | 1 +
 7 files changed, 7 insertions(+)

-- 
2.24.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ