Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1574511

[PATCH tip/master 0/2] kprobes: trivial cleanups

From Masami Hiramatsu <mhiramat@kernel.org>
Newsgroups linux.kernel
Subject [PATCH tip/master 0/2] kprobes: trivial cleanups
Date 2017-02-06 11:00 +0100
Message-ID <t7Ofv-3hX-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

Here are two trivial cleanups. Both may make no actual meaningful
changes, just clarify what is needed.
 - [1/2] Remove unneeded dependency of CONFIG_HAVE_KRETPROBES on arm64
 - [2/2] Use hlist_for_each_entry() for non-modify loop.

Thank you,

---

Masami Hiramatsu (2):
      arm64: kprobes: Remove redundant dependency in Kconfig
      kprobes: x86: Use hlist_for_each_entry() for first loop


 arch/arm64/Kconfig             |    2 +-
 arch/x86/kernel/kprobes/core.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--
Masami Hiramatsu

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH tip/master 0/2] kprobes: trivial cleanups Masami Hiramatsu <mhiramat@kernel.org> - 2017-02-06 11:00 +0100
  [PATCH tip/master 2/2] kprobes: x86: Use hlist_for_each_entry() for first loop Masami Hiramatsu <mhiramat@kernel.org> - 2017-02-06 11:00 +0100
    [tip:perf/core] kprobes/x86: Use hlist_for_each_entry() instead of  hlist_for_each_entry_safe() tip-bot for Masami Hiramatsu <tipbot@zytor.com> - 2017-02-06 11:20 +0100

csiph-web