lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250721180422.24656-1-praveenrajendran2009@gmail.com>
Date: Mon, 21 Jul 2025 23:34:22 +0530
From: Praveen Rajendran <praveenrajendran2009@...il.com>
To: jpoimboe@...nel.org
Cc: peterz@...radead.org,
	linux-kernel@...r.kernel.org,
	Praveen Rajendran <praveenrajendran2009@...il.com>
Subject: [PATCH] tools/objtool: Fix typo in warning message

Signed-off-by: Praveen Rajendran <praveenrajendran2009@...il.com>
---
 tools/objtool/check.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/objtool/check.c b/tools/objtool/check.c
index 67d76f3a1..ff26f94dd 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -767,7 +767,7 @@ static int create_return_sites_sections(struct objtool_file *file)
 
 	idx = 0;
 	list_for_each_entry(insn, &file->return_thunk_list, call_node)
-		idx++;
+tools/objtool/.check.c.swp		idx++;
 
 	if (!idx)
 		return 0;
@@ -3944,7 +3944,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.50.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ