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, 7 May 2019 21:52:09 +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 several struct file-related pieces

	A bit more of "this fget() would be better off as fdget()"
whack-a-mole + a couple of ->f_count-related cleanups
	
The following changes since commit 15ade5d2e7775667cf191cf2f94327a4889f8b9d:

  Linux 5.1-rc4 (2019-04-07 14:09:59 -1000)

are available in the git repository at:

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

for you to fetch changes up to 3b85d3028e2a0f95a8425fbfa54a04056b7cbc91:

  media: switch to fdget() (2019-05-02 02:25:54 -0400)

----------------------------------------------------------------
Al Viro (4):
      don't open-code file_count()
      amdgpu: switch to fdget()
      drm_syncobj: switch to fdget()
      media: switch to fdget()

Lukas Bulwahn (1):
      fs: drop unused fput_atomic definition

 drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c | 23 +++++++++++------------
 drivers/gpu/drm/drm_syncobj.c             | 13 ++++++-------
 drivers/gpu/drm/i915/i915_gem.c           |  2 +-
 drivers/media/media-request.c             | 16 ++++++++--------
 include/linux/fs.h                        |  1 -
 5 files changed, 26 insertions(+), 29 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ