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] [day] [month] [year] [list]
Date:   Fri, 13 Jul 2018 00:03:49 +0900
From:   Masahiro Yamada <yamada.masahiro@...ionext.com>
To:     Constantine Shulyupin <const@...elinux.com>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        Joey Pabalinas <joeypabalinas@...il.com>,
        Matthew Wilcox <willy@...radead.org>,
        Arend van Spriel <arend.vanspriel@...adcom.com>,
        open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] scripts/tags.sh: add __ro_after_init

2018-07-12 3:36 GMT+09:00 Constantine Shulyupin <const@...elinux.com>:
> Signed-off-by: Constantine Shulyupin <const@...eLinux.com>
> ---


Applied to linux-kbuild/fixes.  Thanks!


>  scripts/tags.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/tags.sh b/scripts/tags.sh
> index 66f08bb1cce9..412a70cce558 100755
> --- a/scripts/tags.sh
> +++ b/scripts/tags.sh
> @@ -245,7 +245,7 @@ exuberant()
>  {
>         setup_regex exuberant asm c
>         all_target_sources | xargs $1 -a                        \
> -       -I __initdata,__exitdata,__initconst,                   \
> +       -I __initdata,__exitdata,__initconst,__ro_after_init    \
>         -I __initdata_memblock                                  \
>         -I __refdata,__attribute,__maybe_unused,__always_unused \
>         -I __acquires,__releases,__deprecated                   \
> --
> 2.17.1
>



-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ