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: <20241030012658.358931-1-ruanjinjie@huawei.com>
Date: Wed, 30 Oct 2024 09:26:58 +0800
From: Jinjie Ruan <ruanjinjie@...wei.com>
To: <chenhuacai@...nel.org>, <kernel@...0n.name>, <hejinyang@...ngson.cn>,
	<yangtiezhu@...ngson.cn>, <jiaxun.yang@...goat.com>,
	<loongarch@...ts.linux.dev>, <linux-kernel@...r.kernel.org>
CC: <ruanjinjie@...wei.com>
Subject: [PATCH] LoongArch: Remove unused _TIF_SINGLESTEP

Since following commit, _TIF_SINGLESTEP is not used by LoongArch,
remove it.

Fixes: 803b0fc5c3f2 ("LoongArch: Add process management")
Signed-off-by: Jinjie Ruan <ruanjinjie@...wei.com>
---
 arch/loongarch/include/asm/thread_info.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/loongarch/include/asm/thread_info.h b/arch/loongarch/include/asm/thread_info.h
index 8bf0e6f51546..11184d723ef9 100644
--- a/arch/loongarch/include/asm/thread_info.h
+++ b/arch/loongarch/include/asm/thread_info.h
@@ -101,7 +101,6 @@ register unsigned long current_stack_pointer __asm__("$sp");
 #define _TIF_32BIT_REGS		(1<<TIF_32BIT_REGS)
 #define _TIF_32BIT_ADDR		(1<<TIF_32BIT_ADDR)
 #define _TIF_LOAD_WATCH		(1<<TIF_LOAD_WATCH)
-#define _TIF_SINGLESTEP		(1<<TIF_SINGLESTEP)
 #define _TIF_LSX_CTX_LIVE	(1<<TIF_LSX_CTX_LIVE)
 #define _TIF_LASX_CTX_LIVE	(1<<TIF_LASX_CTX_LIVE)
 #define _TIF_USEDLBT		(1<<TIF_USEDLBT)
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ