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:   Sun,  2 Aug 2020 04:01:01 -0700
From:   leesagacious <lizhe@...-os.ac.cn>
To:     linux-kernel@...r.kernel.org
Cc:     leesagacious <lizhe@...-os.ac.cn>
Subject: [PATCH] include: Modify parameters that are not used in __local_bh_disable_ip()

Signed-off-by: leesagacious <lizhe@...-os.ac.cn>
---
 include/linux/bottom_half.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/bottom_half.h b/include/linux/bottom_half.h
index ab54f34..edcdf3fa 100644
--- a/include/linux/bottom_half.h
+++ b/include/linux/bottom_half.h
@@ -7,7 +7,7 @@
 #ifdef CONFIG_TRACE_IRQFLAGS
 extern void __local_bh_disable_ip(unsigned long ip, unsigned int cnt);
 #else
-static __always_inline void __local_bh_disable_ip(unsigned long __unused ip,
+static __always_inline void __local_bh_disable_ip(__attribute__((unused)) unsigned long ip,
 					unsigned int cnt)
 {
 	preempt_count_add(cnt);
-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ