]> www.infradead.org Git - users/willy/pagecache.git/commit
fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list
authorDavid Hildenbrand <david@redhat.com>
Wed, 4 Dec 2024 12:54:37 +0000 (13:54 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 27 Jan 2025 14:39:11 +0000 (09:39 -0500)
commite017b1f4aa4eb887ee85fe13862206c0d31344b4
tree4a0f76f89f65726825687e71f8be0f440c38556e
parent819403c893551c5e93bf9087d334e01bcab5c6b9
fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list

Let's factor it out into include/linux/crash_dump.h, from where we can
use it also outside of vmcore.c later.

Acked-by: Baoquan He <bhe@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20241204125444.1734652-7-david@redhat.com>
Acked-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
fs/proc/vmcore.c
include/linux/crash_dump.h