linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Constantine Shulyupin <const@makelinux.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Joey Pabalinas <joeypabalinas@gmail.com>,
	Matthew Wilcox <willy@infradead.org>,
	Arend van Spriel <arend.vanspriel@broadcom.com>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] scripts/tags.sh: add __ro_after_init
Date: Fri, 13 Jul 2018 00:03:49 +0900	[thread overview]
Message-ID: <CAK7LNASchVdP28f7hSQhdvyMpJJ_5dKK4EXTMScnuFP5RwOYig@mail.gmail.com> (raw)
In-Reply-To: <20180711183646.4022-1-const@MakeLinux.com>

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

      reply	other threads:[~2018-07-12 15:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-11 18:36 [PATCH] scripts/tags.sh: add __ro_after_init Constantine Shulyupin
2018-07-12 15:03 ` Masahiro Yamada [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK7LNASchVdP28f7hSQhdvyMpJJ_5dKK4EXTMScnuFP5RwOYig@mail.gmail.com \
    --to=yamada.masahiro@socionext.com \
    --cc=akpm@linux-foundation.org \
    --cc=arend.vanspriel@broadcom.com \
    --cc=const@makelinux.com \
    --cc=joeypabalinas@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=willy@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).