[GIT PULL] debugfs fix for 6.14-rc1
From: Greg KH
Date: Sat Feb 01 2025 - 11:11:49 EST
The following changes since commit 72deda0abee6e705ae71a93f69f55e33be5bca5c:
Merge tag 'soundwire-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire (2025-01-29 14:38:19 -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.14-rc1-2
for you to fetch changes up to 57b314752ec0ad42685bc78b376326f1f4c04669:
debugfs: Fix the missing initializations in __debugfs_file_get() (2025-01-30 08:22:31 +0100)
----------------------------------------------------------------
Debugfs fix for 6.14-rc1
Here is a single debugfs fix from Al to resolve the reported regression
in linux-next and in the driver-core tree. It has been reported to fix
the issue.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Al Viro (1):
debugfs: Fix the missing initializations in __debugfs_file_get()
fs/debugfs/file.c | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)