[GIT PULL] Driver core / debugfs fixes for 6.13-rc7
From: Greg KH
Date: Sun Jan 12 2025 - 09:06:28 EST
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@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
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(-)