* [PATCH] objtool: fix UNRET warning typo
@ 2026-06-24 12:23 Yousef Alhouseen
2026-06-24 12:27 ` Peter Zijlstra
0 siblings, 1 reply; 2+ messages in thread
From: Yousef Alhouseen @ 2026-06-24 12:23 UTC (permalink / raw)
To: Josh Poimboeuf, Peter Zijlstra; +Cc: linux-kernel, Yousef Alhouseen
Fix a typo in the warning emitted when UNRET validation reaches the end
of an instruction stream unexpectedly.
Signed-off-by: Yousef Alhouseen <alhouseenyousef@gmail.com>
---
tools/objtool/check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/objtool/check.c b/tools/objtool/check.c
index 10b18cf9c..1fa1340ed 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -4118,7 +4118,7 @@ static int validate_unret(struct objtool_file *file, struct instruction *insn)
return 0;
if (!next) {
- WARN_INSN(insn, "teh end!");
+ WARN_INSN(insn, "the end!");
return 1;
}
insn = next;
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] objtool: fix UNRET warning typo
2026-06-24 12:23 [PATCH] objtool: fix UNRET warning typo Yousef Alhouseen
@ 2026-06-24 12:27 ` Peter Zijlstra
0 siblings, 0 replies; 2+ messages in thread
From: Peter Zijlstra @ 2026-06-24 12:27 UTC (permalink / raw)
To: Yousef Alhouseen; +Cc: Josh Poimboeuf, linux-kernel
On Wed, Jun 24, 2026 at 02:23:57PM +0200, Yousef Alhouseen wrote:
> Fix a typo in the warning emitted when UNRET validation reaches the end
> of an instruction stream unexpectedly.
Is not a typo :-) And you would have found the same patch a number of
times if you'd simply searched the archives.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-24 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-24 12:23 [PATCH] objtool: fix UNRET warning typo Yousef Alhouseen
2026-06-24 12:27 ` Peter Zijlstra
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.