]> git.ipfire.org Git - thirdparty/linux.git/commit
coredump: split pipe coredumping into coredump_pipe()
authorChristian Brauner <brauner@kernel.org>
Thu, 12 Jun 2025 13:25:27 +0000 (15:25 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 7 Jul 2025 10:24:49 +0000 (12:24 +0200)
commit9f29a347d7b1b2022dfc6e5a93d4f2a7b34f5d4d
tree82562cbee8caf81d240ef437111b915ffd888488
parent4f599219f71399ac2092d2e06b2cc38e50c45c53
coredump: split pipe coredumping into coredump_pipe()

* Move that whole mess into a separate helper instead of having all that
  hanging around in vfs_coredump() directly. Cleanup paths are already
  centralized.

Link: https://lore.kernel.org/20250612-work-coredump-massage-v1-13-315c0c34ba94@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/coredump.c