commit | e017b1f4aa4eb887ee85fe13862206c0d31344b4 | [log] [tgz] |
---|---|---|
author | David Hildenbrand <david@redhat.com> | Wed Dec 04 13:54:37 2024 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Jan 27 09:39:11 2025 -0500 |
tree | 4a0f76f89f65726825687e71f8be0f440c38556e | |
parent | 819403c893551c5e93bf9087d334e01bcab5c6b9 [diff] |
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>