From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,bhe@redhat.com,ebiggers@kernel.org,akpm@linux-foundation.org
Subject: + kernel-kexec-remove-inclusion-of-crypto-hashh.patch added to mm-nonmm-unstable branch
Date: Sat, 14 Mar 2026 15:11:48 -0700 [thread overview]
Message-ID: <20260314221149.32F2DC116C6@smtp.kernel.org> (raw)
The patch titled
Subject: kernel/kexec: remove inclusion of crypto/hash.h
has been added to the -mm mm-nonmm-unstable branch. Its filename is
kernel-kexec-remove-inclusion-of-crypto-hashh.patch
This patch will shortly appear at
https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/kernel-kexec-remove-inclusion-of-crypto-hashh.patch
This patch will later appear in the mm-nonmm-unstable branch at
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Before you just go and hit "reply", please:
a) Consider who else should be cc'ed
b) Prefer to cc a suitable mailing list as well
c) Ideally: find the original patch on the mailing list and do a
reply-to-all to that, adding suitable additional cc's
*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***
The -mm tree is included into linux-next via various
branches at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there most days
------------------------------------------------------
From: Eric Biggers <ebiggers@kernel.org>
Subject: kernel/kexec: remove inclusion of crypto/hash.h
Date: Sat, 14 Mar 2026 13:41:44 -0700
kexec_core.c does not do any cryptographic hashing, so the header
crypto/hash.h is not needed at all.
Link: https://lkml.kernel.org/r/20260314204144.44884-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Cc: Baoquan He <bhe@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
kernel/kexec_core.c | 1 -
1 file changed, 1 deletion(-)
--- a/kernel/kexec_core.c~kernel-kexec-remove-inclusion-of-crypto-hashh
+++ a/kernel/kexec_core.c
@@ -47,7 +47,6 @@
#include <asm/page.h>
#include <asm/sections.h>
-#include <crypto/hash.h>
#include "kexec_internal.h"
atomic_t __kexec_lock = ATOMIC_INIT(0);
_
Patches currently in -mm which might be from ebiggers@kernel.org are
kernel-crash-remove-inclusion-of-crypto-sha1h.patch
kernel-kexec-remove-inclusion-of-crypto-hashh.patch
reply other threads:[~2026-03-14 22:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260314221149.32F2DC116C6@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=bhe@redhat.com \
--cc=ebiggers@kernel.org \
--cc=mm-commits@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.