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:   Tue, 4 Oct 2022 17:56:10 +0100
From:   Al Viro <viro@...iv.linux.org.uk>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] vfs.git pile 4 (file_inode)

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-file_inode

for you to fetch changes up to 4094d98e3375833737b467998219338ffd46a68b:

  orangefs: use ->f_mapping (2022-09-01 17:46:06 -0400)

----------------------------------------------------------------
whack-a-mole: cropped up open-coded file_inode() uses...

----------------------------------------------------------------
Al Viro (8):
      ibmvmc: don't open-code file_inode()
      exfat_iterate(): don't open-code file_inode(file)
      sgx: use ->f_mapping...
      bprm_fill_uid(): don't open-code file_inode()
      nfs_finish_open(): don't open-code file_inode()
      dma_buf: no need to bother with file_inode()->i_mapping
      _nfs42_proc_copy(): use ->f_mapping instead of file_inode()->i_mapping
      orangefs: use ->f_mapping

 arch/x86/kernel/cpu/sgx/encl.c | 3 +--
 drivers/dma-buf/udmabuf.c      | 2 +-
 drivers/misc/ibmvmc.c          | 6 ++++--
 fs/exec.c                      | 3 +--
 fs/exfat/dir.c                 | 6 +++---
 fs/nfs/dir.c                   | 2 +-
 fs/nfs/nfs42proc.c             | 2 +-
 fs/orangefs/file.c             | 4 +---
 8 files changed, 13 insertions(+), 15 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ