linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scripts/tags.sh: add __ro_after_init
@ 2018-07-11 18:36 Constantine Shulyupin
  2018-07-12 15:03 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Constantine Shulyupin @ 2018-07-11 18:36 UTC (permalink / raw)
  To: Andrew Morton, Joey Pabalinas, Masahiro Yamada, Matthew Wilcox,
	Arend van Spriel, Constantine Shulyupin, open list

Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scripts/tags.sh: add __ro_after_init
  2018-07-11 18:36 [PATCH] scripts/tags.sh: add __ro_after_init Constantine Shulyupin
@ 2018-07-12 15:03 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2018-07-12 15:03 UTC (permalink / raw)
  To: Constantine Shulyupin
  Cc: Andrew Morton, Joey Pabalinas, Matthew Wilcox, Arend van Spriel,
	open list

2018-07-12 3:36 GMT+09:00 Constantine Shulyupin <const@makelinux.com>:
> Signed-off-by: Constantine Shulyupin <const@MakeLinux.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-12 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-11 18:36 [PATCH] scripts/tags.sh: add __ro_after_init Constantine Shulyupin
2018-07-12 15:03 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).