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]
Message-ID: <Z4PMW754SFPkGS4r@kroah.com>
Date: Sun, 12 Jan 2025 15:06:19 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Stephen Rothwell <sfr@...b.auug.org.au>,
	Saravana Kannan <saravanak@...gle.com>
Subject: [GIT PULL] Driver core / debugfs fixes for 6.13-rc7

The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:

  Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.13-rc7

for you to fetch changes up to 67510d7e2e5f5bdc020bf9d759aa575cce48c8e1:

  fs: debugfs: fix open proxy for unsafe files (2025-01-10 09:41:53 +0100)

----------------------------------------------------------------
Driver core and debugfs fixes for 6.13-rc7

Here are some small driver core and debugfs fixes for 6.13-rc7 that
resolve some reported problems:
  - debugfs runtime error reporting fixes
  - topology cpumask race-condition fix
  - MAINTAINERS file email update

All of these have been in linux-next this week with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Al Viro (1):
      debugfs: fix missing mutex_destroy() in short_fops case

Danilo Krummrich (1):
      MAINTAINERS: align Danilo's maintainer entries

Johannes Berg (2):
      fs: debugfs: differentiate short fops with proxy ops
      fs: debugfs: fix open proxy for unsafe files

Li Huafei (1):
      topology: Keep the cpumask unchanged when printing cpumap

 MAINTAINERS             |  4 +--
 drivers/base/topology.c | 24 +++++++++++++---
 fs/debugfs/file.c       | 74 ++++++++++++++++++++++++++++++++++---------------
 fs/debugfs/inode.c      | 13 ++++-----
 fs/debugfs/internal.h   |  6 +---
 5 files changed, 79 insertions(+), 42 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ