[git pull] regression fix in lseek series
From: Al Viro
Date: Sun Aug 14 2022 - 15:22:55 EST
The following changes since commit 5d6a0f4da9275f6c212de33777778673ba91241a:
Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip (2022-08-14 09:28:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes
for you to fetch changes up to 3f61631d47f115b83c935d0039f95cb68b0c8ab7:
take care to handle NULL ->proc_lseek() (2022-08-14 15:16:18 -0400)
----------------------------------------------------------------
Fix proc_reg_llseek() breakage. Always had been possible if
somebody left NULL ->proc_lseek, became a practical issue now.
Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Al Viro (1):
take care to handle NULL ->proc_lseek()
fs/proc/inode.c | 3 +++
1 file changed, 3 insertions(+)