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]
Date:   Wed, 20 Apr 2022 16:21:50 +0800
From:   sunliming <sunliming@...inos.cn>
To:     tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
        dave.hansen@...ux.intel.com, x86@...nel.org, hpa@...or.com
Cc:     linux-kernel@...r.kernel.org, sunliming <sunliming@...inos.cn>
Subject: [PATCH] x86,trace: Remove the incorrect notes in file arch/x86/kernel/tracepoint.c

The notes "Code for supporting irq vector tracepoints." is used for irq
vector tracepoints. But commit 809547472eda ("x86/tracing: Disentangle
pagefault and resched IPI tracing key") has remove all of the special
code for irq vector tracepoints. And the file is common for irq vector
tracepoints and page fault traceponits. Just remove the incorrect notes.

Signed-off-by: sunliming <sunliming@...inos.cn>
---
 arch/x86/kernel/tracepoint.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/tracepoint.c b/arch/x86/kernel/tracepoint.c
index fcfc077afe2d..18daa9291002 100644
--- a/arch/x86/kernel/tracepoint.c
+++ b/arch/x86/kernel/tracepoint.c
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * Code for supporting irq vector tracepoints.
  *
  * Copyright (C) 2013 Seiji Aguchi <seiji.aguchi@....com>
  *
-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ