Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1574507 > unrolled thread
| Started by | Masami Hiramatsu <mhiramat@kernel.org> |
|---|---|
| First post | 2017-02-06 11:00 +0100 |
| Last post | 2017-02-06 11:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH tip/master 1/2] arm64: kprobes: Remove redundant dependency in Kconfig Masami Hiramatsu <mhiramat@kernel.org> - 2017-02-06 11:00 +0100
[tip:perf/core] kprobes/arm64: Remove a redundant dependency from the Kconfig tip-bot for Masami Hiramatsu <tipbot@zytor.com> - 2017-02-06 11:20 +0100
| From | Masami Hiramatsu <mhiramat@kernel.org> |
|---|---|
| Date | 2017-02-06 11:00 +0100 |
| Subject | [PATCH tip/master 1/2] arm64: kprobes: Remove redundant dependency in Kconfig |
| Message-ID | <t7Ofv-3hX-3@gated-at.bofh.it> |
Remove redundant dependency of HAVE_KRETPROBES to HAVE_KPROBES in arm64 Kconfig. Since HAVE_KPROBES always selected above line, we don't have to check it at HAVE_KRETPROBES. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> CC: Sandeepa Prabhu <sandeepa.s.prabhu@gmail.com> CC: David A. Long <dave.long@linaro.org> CC: Catalin Marinas <catalin.marinas@arm.com> --- arch/arm64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 1117421..f7dfd6d5 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -96,7 +96,7 @@ config ARM64 select HAVE_RCU_TABLE_FREE select HAVE_SYSCALL_TRACEPOINTS select HAVE_KPROBES - select HAVE_KRETPROBES if HAVE_KPROBES + select HAVE_KRETPROBES select IOMMU_DMA if IOMMU_SUPPORT select IRQ_DOMAIN select IRQ_FORCED_THREADING
[toc] | [next] | [standalone]
| From | tip-bot for Masami Hiramatsu <tipbot@zytor.com> |
|---|---|
| Date | 2017-02-06 11:20 +0100 |
| Subject | [tip:perf/core] kprobes/arm64: Remove a redundant dependency from the Kconfig |
| Message-ID | <t7OyS-3E0-9@gated-at.bofh.it> |
| In reply to | #1574507 |
Commit-ID: cd1ee3b1e30b4c6c0858e0c0b4ca1b4d86020ada Gitweb: http://git.kernel.org/tip/cd1ee3b1e30b4c6c0858e0c0b4ca1b4d86020ada Author: Masami Hiramatsu <mhiramat@kernel.org> AuthorDate: Mon, 6 Feb 2017 18:54:33 +0900 Committer: Ingo Molnar <mingo@kernel.org> CommitDate: Mon, 6 Feb 2017 11:07:06 +0100 kprobes/arm64: Remove a redundant dependency from the Kconfig Remove the 'HAVE_KPROBES' dependency from the HAVE_KRETPROBES line, since HAVE_KPROBES is already selected unconditionally in the Kconfig line above this one. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Cc: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: David A. Long <dave.long@linaro.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Sandeepa Prabhu <sandeepa.s.prabhu@gmail.com> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/148637486369.19245.316601692744886725.stgit@devbox Signed-off-by: Ingo Molnar <mingo@kernel.org> --- arch/arm64/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 1117421..f7dfd6d5 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -96,7 +96,7 @@ config ARM64 select HAVE_RCU_TABLE_FREE select HAVE_SYSCALL_TRACEPOINTS select HAVE_KPROBES - select HAVE_KRETPROBES if HAVE_KPROBES + select HAVE_KRETPROBES select IOMMU_DMA if IOMMU_SUPPORT select IRQ_DOMAIN select IRQ_FORCED_THREADING
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web