Skip to content
Snippets Groups Projects
Commit 4f526fef authored by Al Viro's avatar Al Viro
Browse files

[brown paperbag] fix coredump breakage


Let me count the ways in which I'd screwed up:

* when emitting a page, handling of gaps in coredump should happen
before fetching the current file position.
* fix for a problem that occurs on rather uncommon setups (and hadn't
been observed in the wild) had been sent very late in the cycle.
* ... with badly insufficient testing, introducing an easily
reproducible breakage.  Without giving it time to soak in -next.

Fucked-up-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Reported-by: default avatar"J. R. Okajima" <hooanon05g@gmail.com>
Tested-by: default avatar"J. R. Okajima" <hooanon05g@gmail.com>
Fixes: 06bbaa6d "[coredump] don't use __kernel_write() on kmap_local_page()"
Cc: stable@kernel.org	# v6.0-only
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 4fe89d07
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment