[GIT PULL] Driver core fix for 5.13-rc6

From: Greg KH
Date: Sat Jun 12 2021 - 11:54:16 EST


The following changes since commit 8124c8a6b35386f73523d27eacb71b5364a68c4c:

Linux 5.13-rc4 (2021-05-30 11:58:25 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.13-rc6

for you to fetch changes up to f501b6a2312e27fffe671d461770426fe5162184:

debugfs: Fix debugfs_read_file_str() (2021-06-04 15:01:08 +0200)

----------------------------------------------------------------
Driver core fix for 5.13-rc6

Here is a single debugfs fix for 5.13-rc6.

It fixes a bug in debugfs_read_file_str() that showed up in 5.13-rc1.

It has been in linux-next for a full week with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Dietmar Eggemann (1):
debugfs: Fix debugfs_read_file_str()

fs/debugfs/file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)