From: Ard Biesheuvel <ardb+git@google.com>
To: linux-kernel@vger.kernel.org
Cc: Ard Biesheuvel <ardb@kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Josh Poimboeuf <jpoimboe@kernel.org>,
Jason Baron <jbaron@akamai.com>,
Alice Ryhl <aliceryhl@google.com>
Subject: [PATCH] static_call: Fix Kconfig dependency of selftests
Date: Tue, 31 Mar 2026 15:42:40 +0200 [thread overview]
Message-ID: <20260331134239.391186-2-ardb+git@google.com> (raw)
From: Ard Biesheuvel <ardb@kernel.org>
The static call selftests are only implemented for the inline variety,
so fix the Kconfig definition to reflect that.
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Josh Poimboeuf <jpoimboe@kernel.org>
Cc: Jason Baron <jbaron@akamai.com>
Cc: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
---
arch/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/Kconfig b/arch/Kconfig
index 102ddbd4298e..504e9fc6763f 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -161,7 +161,7 @@ config STATIC_KEYS_SELFTEST
config STATIC_CALL_SELFTEST
bool "Static call selftest"
- depends on HAVE_STATIC_CALL
+ depends on HAVE_STATIC_CALL_INLINE
help
Boot time self-test of the call patching code.
--
2.53.0.1018.g2bb0e51243-goog
reply other threads:[~2026-03-31 13:42 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=20260331134239.391186-2-ardb+git@google.com \
--to=ardb+git@google.com \
--cc=aliceryhl@google.com \
--cc=ardb@kernel.org \
--cc=jbaron@akamai.com \
--cc=jpoimboe@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox