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>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 21 Feb 2021 22:31:56 +0000
From:   Al Viro <viro@...iv.linux.org.uk>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [git pull] d_name whack-a-mole

	A bunch of places that play with ->d_name in printks instead of
using proper formats...

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.d_name

for you to fetch changes up to d67568410ae1c95004fad85ff1fe78204752f46c:

  orangefs_file_mmap(): use %pD (2021-01-06 21:59:52 -0500)

----------------------------------------------------------------
Al Viro (4):
      cramfs: use %pD instead of messing with file_dentry()->d_name
      erofs: use %pd instead of messing with ->d_name
      cifs_debug: use %pd instead of messing with ->d_name
      orangefs_file_mmap(): use %pD

 fs/cifs/cifs_debug.c |  4 ++--
 fs/cramfs/inode.c    | 18 ++++++++----------
 fs/erofs/namei.c     |  4 ++--
 fs/orangefs/file.c   |  5 +----
 4 files changed, 13 insertions(+), 18 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ