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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240706235844.fi4l5ptmv56u4kts@master>
Date: Sat, 6 Jul 2024 23:58:44 +0000
From: Wei Yang <richard.weiyang@...il.com>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
	Wei Yang <richard.weiyang@...il.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 1/2] init: remove unused __MEMINIT* macros

On Sun, Jul 07, 2024 at 01:05:05AM +0900, Masahiro Yamada wrote:
>These macros are not used anywhere.
>
>Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>

Reviewed-by: Wei Yang <richard.weiyang@...il.com>

>---
>
> include/linux/init.h | 4 ----
> 1 file changed, 4 deletions(-)
>
>diff --git a/include/linux/init.h b/include/linux/init.h
>index 58cef4c2e59a..b2e9dfff8691 100644
>--- a/include/linux/init.h
>+++ b/include/linux/init.h
>@@ -99,10 +99,6 @@
> #define __INITRODATA	.section	".init.rodata","a",%progbits
> #define __FINITDATA	.previous
> 
>-#define __MEMINIT        .section	".meminit.text", "ax"
>-#define __MEMINITDATA    .section	".meminit.data", "aw"
>-#define __MEMINITRODATA  .section	".meminit.rodata", "a"
>-
> /* silence warnings when references are OK */
> #define __REF            .section       ".ref.text", "ax"
> #define __REFDATA        .section       ".ref.data", "aw"
>-- 
>2.43.0

-- 
Wei Yang
Help you, Help me

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ