mbox series

[git,pull] regression fix in lseek series

Message ID YvlLh8qZnCTmACaf@ZenIV (mailing list archive)
State New, archived
Headers show
Series [git,pull] regression fix in lseek series | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

Message

Al Viro Aug. 14, 2022, 7:22 p.m. UTC
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@zeniv.linux.org.uk>

----------------------------------------------------------------
Al Viro (1):
      take care to handle NULL ->proc_lseek()

 fs/proc/inode.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

pr-tracker-bot@kernel.org Aug. 14, 2022, 9:51 p.m. UTC | #1
The pull request you sent on Sun, 14 Aug 2022 20:22:47 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/74cbb480d0efa61efa09e5ebd081a32e1d355bba

Thank you!