From: Oskar Andero <oskar.andero@sonymobile.com>
To: linux-kernel@vger.kernel.org
Cc: linux-arch@vger.kernel.org,
Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>,
davem@davemloft.net, anil.s.keshavamurthy@intel.com,
ananth@in.ibm.com, Joonsoo Kim <iamjoonsoo.kim@lge.com>,
radovan.lekanovic@sonymobile.com, bjorn.davidsson@sonymobile.com,
oskar.andero@sonymobile.com
Subject: [PATCH v3 0/4] kprobes: split blacklist into common and arch
Date: Fri, 5 Apr 2013 15:26:36 +0200 [thread overview]
Message-ID: <1365168400-17954-1-git-send-email-oskar.andero@sonymobile.com> (raw)
Hi,
This is version 3 of the patch-set for splitting arch and common kprobe
blackpoints.
Changes since last version are:
- 1/4: Add write memory barrier at blacklist initialization.
- 1/4: Change kprobe_blacklist_initialized type to boolean.
- 2/4: Fix racing of kprobe_blacklist.
- 2/4: Define arch_kprobes_blacksyms.* as __weak symbols.
-Oskar
Björn Davidsson (1):
kprobes: move x86-specific blacklist symbols to arch directory
Oskar Andero (2):
kprobes: split blacklist into common and arch
kprobes: replace printk with pr_-functions
Toby Collett (1):
kprobes: delay blacklist symbol lookup until we actually need it
arch/x86/kernel/kprobes/core.c | 7 ++
kernel/kprobes.c | 159 +++++++++++++++++++++++++++--------------
2 files changed, 112 insertions(+), 54 deletions(-)
--
1.8.1.5
next reply other threads:[~2013-04-05 13:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-05 13:26 Oskar Andero [this message]
2013-04-05 13:26 ` [PATCH v3 1/4] kprobes: delay blacklist symbol lookup until we actually need it Oskar Andero
2013-04-05 13:26 ` Oskar Andero
2013-04-08 10:58 ` Masami Hiramatsu
2013-04-08 10:58 ` Masami Hiramatsu
2013-04-05 13:26 ` [PATCH v3 2/4] kprobes: split blacklist into common and arch Oskar Andero
2013-04-05 13:26 ` Oskar Andero
2013-04-08 11:02 ` Masami Hiramatsu
2013-04-05 13:26 ` [PATCH v3 3/4] kprobes: move x86-specific blacklist symbols to arch directory Oskar Andero
2013-04-05 13:26 ` Oskar Andero
2013-04-05 13:26 ` [PATCH v3 4/4] kprobes: replace printk with pr_-functions Oskar Andero
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=1365168400-17954-1-git-send-email-oskar.andero@sonymobile.com \
--to=oskar.andero@sonymobile.com \
--cc=ananth@in.ibm.com \
--cc=anil.s.keshavamurthy@intel.com \
--cc=bjorn.davidsson@sonymobile.com \
--cc=davem@davemloft.net \
--cc=iamjoonsoo.kim@lge.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=masami.hiramatsu.pt@hitachi.com \
--cc=radovan.lekanovic@sonymobile.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 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).