Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1574507
| From | Masami Hiramatsu <mhiramat@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH tip/master 1/2] arm64: kprobes: Remove redundant dependency in Kconfig |
| Date | 2017-02-06 11:00 +0100 |
| Message-ID | <t7Ofv-3hX-3@gated-at.bofh.it> (permalink) |
| References | <t7Ofv-3hX-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web