Re: [PATCH] genirq: move debugfs option to kernel hacking

2019-09-03 Thread Changbin Du
On Sun, Sep 01, 2019 at 11:49:36AM +0100, Marc Zyngier wrote: > On Sun, 1 Sep 2019 18:10:33 +0800 > Changbin Du wrote: > > > On Sun, Sep 01, 2019 at 08:23:02AM +0200, Thomas Gleixner wrote: > > > On Sun, 1 Sep 2019, Changbin Du wrote: > > > > > > > Just like the other generic debug options, mo

Re: [PATCH] genirq: move debugfs option to kernel hacking

2019-09-01 Thread Marc Zyngier
On Sun, 1 Sep 2019 18:10:33 +0800 Changbin Du wrote: > On Sun, Sep 01, 2019 at 08:23:02AM +0200, Thomas Gleixner wrote: > > On Sun, 1 Sep 2019, Changbin Du wrote: > > > > > Just like the other generic debug options, move the irq one to > > > 'Kernel hacking' menu. > > > > Why? > > > > Kern

Re: [PATCH] genirq: move debugfs option to kernel hacking

2019-09-01 Thread Changbin Du
On Sun, Sep 01, 2019 at 08:23:02AM +0200, Thomas Gleixner wrote: > On Sun, 1 Sep 2019, Changbin Du wrote: > > > Just like the other generic debug options, move the irq one to > > 'Kernel hacking' menu. > > Why? > > Kernel hacking is a inscrutable mess where you can waste a lot of time to > find

Re: [PATCH] genirq: move debugfs option to kernel hacking

2019-08-31 Thread Thomas Gleixner
On Sun, 1 Sep 2019, Changbin Du wrote: > Just like the other generic debug options, move the irq one to > 'Kernel hacking' menu. Why? Kernel hacking is a inscrutable mess where you can waste a lot of time to find what you are looking for. If I want to debug interrupts then having the option rig

[PATCH] genirq: move debugfs option to kernel hacking

2019-08-31 Thread Changbin Du
Just like the other generic debug options, move the irq one to 'Kernel hacking' menu. Signed-off-by: Changbin Du --- kernel/irq/Kconfig | 12 lib/Kconfig.debug | 11 +++ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig