]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kernel/crash: remove inclusion of crypto/sha1.h
authorEric Biggers <ebiggers@kernel.org>
Sat, 14 Mar 2026 20:42:43 +0000 (13:42 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 28 Mar 2026 04:19:46 +0000 (21:19 -0700)
commit231bb8c1be040044f14ed74b30e4e1a26db550f8
tree6044136b4ff3295a38e3fdde7a13d56cd404f037
parent8b140131bf341704ca8f56c9e1a69a27d3ba225d
kernel/crash: remove inclusion of crypto/sha1.h

Several files related to kernel crash dumps include crypto/sha1.h but
never use any of its functionality.  Remove these includes so that these
files don't unnecessarily come up in searches for which kernel code is
still using the obsolete SHA-1 algorithm.

Link: https://lkml.kernel.org/r/20260314204243.45001-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Cc: Baoquan He <bhe@redhat.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/crash_core.c
kernel/crash_reserve.c
kernel/vmcore_info.c