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

From: Masami Hiramatsu
Date: Mon Feb 06 2017 - 04:54:23 EST


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