[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <148637479268.19245.5046175731172022619.stgit@devbox>
Date: Mon, 6 Feb 2017 18:53:23 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: Ingo Molnar <mingo@...hat.com>
Cc: Masami Hiramatsu <mhiramat@...nel.org>,
linux-kernel@...r.kernel.org,
Peter Zijlstra <peterz@...radead.org>,
Ananth N Mavinakayanahalli <ananth@...ux.vnet.ibm.com>,
Thomas Gleixner <tglx@...utronix.de>,
"H . Peter Anvin" <hpa@...or.com>
Subject: [PATCH tip/master 0/2] kprobes: trivial cleanups
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
Powered by blists - more mailing lists