From: Constantine Shulyupin <const@MakeLinux.com>
To: Andrew Morton <akpm@linux-foundation.org>,
Joey Pabalinas <joeypabalinas@gmail.com>,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Matthew Wilcox <willy@infradead.org>,
Arend van Spriel <arend.vanspriel@broadcom.com>,
Constantine Shulyupin <const@MakeLinux.com>,
linux-kernel@vger.kernel.org (open list)
Subject: [PATCH] scripts/tags.sh: add __ro_after_init
Date: Wed, 11 Jul 2018 21:36:42 +0300 [thread overview]
Message-ID: <20180711183646.4022-1-const@MakeLinux.com> (raw)
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
next reply other threads:[~2018-07-11 19:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-11 18:36 Constantine Shulyupin [this message]
2018-07-12 15:03 ` [PATCH] scripts/tags.sh: add __ro_after_init Masahiro Yamada
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=20180711183646.4022-1-const@MakeLinux.com \
--to=const@makelinux.com \
--cc=akpm@linux-foundation.org \
--cc=arend.vanspriel@broadcom.com \
--cc=joeypabalinas@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=willy@infradead.org \
--cc=yamada.masahiro@socionext.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.