mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] objtool: fix UNRET warning typo
@ 2026-06-24 12:23 Yousef Alhouseen
  2026-06-24 12:27 ` Peter Zijlstra
  0 siblings, 1 reply; 3+ 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	[flat|nested] 3+ 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
  2026-06-25  9:07   ` Yousef Alhouseen
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

* Re: [PATCH] objtool: fix UNRET warning typo
  2026-06-24 12:27 ` Peter Zijlstra
@ 2026-06-25  9:07   ` Yousef Alhouseen
  0 siblings, 0 replies; 3+ messages in thread
From: Yousef Alhouseen @ 2026-06-25  9:07 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: Josh Poimboeuf, linux-kernel

Hi Peter,

Understood, thanks for the correction. Please drop this patch.

Thanks,
Yousef

On Wed, 24 Jun 2026 14:27:46 +0200, Peter Zijlstra <peterz@infradead.org> wrote:
> 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] 3+ messages in thread

end of thread, other threads:[~2026-06-25  9:07 UTC | newest]

Thread overview: 3+ 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
2026-06-25  9:07   ` Yousef Alhouseen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox