mbox series

[git,pull] coredump fix

Message ID YzXpLm049wRqYIN6@ZenIV (mailing list archive)
State New, archived
Headers show
Series [git,pull] coredump fix | expand

Pull-request

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

Message

Al Viro Sept. 29, 2022, 6:51 p.m. UTC
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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 06bbaa6dc53cb72040db952053432541acb9adc7:

  [coredump] don't use __kernel_write() on kmap_local_page() (2022-09-28 14:28:40 -0400)

----------------------------------------------------------------
fix for breakage in dump_user_range()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

----------------------------------------------------------------
Al Viro (2):
      nfsd_splice_actor(): handle compound pages
      [coredump] don't use __kernel_write() on kmap_local_page()

 fs/coredump.c   | 38 +++++++++++++++++++++++++++++++++-----
 fs/internal.h   |  3 +++
 fs/nfsd/vfs.c   | 12 ++++++++----
 fs/read_write.c | 22 ++++++++++++++--------
 4 files changed, 58 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 29, 2022, 9:49 p.m. UTC | #1
The pull request you sent on Thu, 29 Sep 2022 19:51:26 +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/987a926c1d8a40e4256953b04771fbdb63bc7938

Thank you!