Re: [PATCH 02/11] riscv: remove the HAVE_KPROBES option

2019-02-19 Thread Palmer Dabbelt
On Tue, 19 Feb 2019 07:17:59 PST (-0800), Christoph Hellwig wrote: On Fri, Feb 15, 2019 at 06:32:07PM +0900, Masahiro Yamada wrote: On Thu, Feb 14, 2019 at 2:40 AM Christoph Hellwig wrote: > > HAVE_KPROBES is defined genericly in arch/Kconfig and architectures > should just select it if

Re: [PATCH 02/11] riscv: remove the HAVE_KPROBES option

2019-02-19 Thread Christoph Hellwig
On Fri, Feb 15, 2019 at 06:32:07PM +0900, Masahiro Yamada wrote: > On Thu, Feb 14, 2019 at 2:40 AM Christoph Hellwig wrote: > > > > HAVE_KPROBES is defined genericly in arch/Kconfig and architectures > > should just select it if supported. > > > > Signed-off-by: Christoph Hellwig > > Do you

Re: [PATCH 02/11] riscv: remove the HAVE_KPROBES option

2019-02-15 Thread Masahiro Yamada
On Thu, Feb 14, 2019 at 2:40 AM Christoph Hellwig wrote: > > HAVE_KPROBES is defined genericly in arch/Kconfig and architectures > should just select it if supported. > > Signed-off-by: Christoph Hellwig Do you want this patch picked up by me? Or, by Palmer? > --- > arch/riscv/Kconfig | 3

[PATCH 02/11] riscv: remove the HAVE_KPROBES option

2019-02-13 Thread Christoph Hellwig
HAVE_KPROBES is defined genericly in arch/Kconfig and architectures should just select it if supported. Signed-off-by: Christoph Hellwig --- arch/riscv/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 515fc3cc9687..b60f4e3e36f4 100644