linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions
@ 2018-08-16  7:05 Tobias Klauser
  2018-08-17  6:41 ` Christoph Hellwig
  2018-08-20 16:15 ` Masahiro Yamada
  0 siblings, 2 replies; 4+ messages in thread
From: Tobias Klauser @ 2018-08-16  7:05 UTC (permalink / raw)
  To: Ley Foon Tan; +Cc: Christoph Hellwig, Masahiro Yamada, nios2-dev, linux-kernel

DEBUG_STACK_USAGE is already defined in lib/Kconfig.debug

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 arch/nios2/Kconfig.debug | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/nios2/Kconfig.debug b/arch/nios2/Kconfig.debug
index 7a49f0d28d14..f1da8a7b17ff 100644
--- a/arch/nios2/Kconfig.debug
+++ b/arch/nios2/Kconfig.debug
@@ -3,15 +3,6 @@
 config TRACE_IRQFLAGS_SUPPORT
 	def_bool y
 
-config DEBUG_STACK_USAGE
-	bool "Enable stack utilization instrumentation"
-	depends on DEBUG_KERNEL
-	help
-	  Enables the display of the minimum amount of free stack which each
-	  task has ever had available in the sysrq-T and sysrq-P debug output.
-
-	  This option will slow down process creation somewhat.
-
 config EARLY_PRINTK
 	bool "Activate early kernel debugging"
 	default y
-- 
2.18.0.130.g98da2f6b3e4a



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions
  2018-08-16  7:05 [PATCH] nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions Tobias Klauser
@ 2018-08-17  6:41 ` Christoph Hellwig
  2018-08-20 16:15 ` Masahiro Yamada
  1 sibling, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2018-08-17  6:41 UTC (permalink / raw)
  To: Tobias Klauser
  Cc: Ley Foon Tan, Christoph Hellwig, Masahiro Yamada, nios2-dev,
	linux-kernel

On Thu, Aug 16, 2018 at 09:05:18AM +0200, Tobias Klauser wrote:
> DEBUG_STACK_USAGE is already defined in lib/Kconfig.debug
> 
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>

Looks like some sort of merge error indeed:

Reviewed-by: Christoph Hellwig <hch@lst.de>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions
  2018-08-16  7:05 [PATCH] nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions Tobias Klauser
  2018-08-17  6:41 ` Christoph Hellwig
@ 2018-08-20 16:15 ` Masahiro Yamada
  2018-08-21  2:07   ` Ley Foon Tan
  1 sibling, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2018-08-20 16:15 UTC (permalink / raw)
  To: Tobias Klauser
  Cc: Ley Foon Tan, Christoph Hellwig, nios2-dev, Linux Kernel Mailing List

2018-08-16 16:05 GMT+09:00 Tobias Klauser <tklauser@distanz.ch>:
> DEBUG_STACK_USAGE is already defined in lib/Kconfig.debug
>
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>


Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>


> ---
>  arch/nios2/Kconfig.debug | 9 ---------
>  1 file changed, 9 deletions(-)
>
> diff --git a/arch/nios2/Kconfig.debug b/arch/nios2/Kconfig.debug
> index 7a49f0d28d14..f1da8a7b17ff 100644
> --- a/arch/nios2/Kconfig.debug
> +++ b/arch/nios2/Kconfig.debug
> @@ -3,15 +3,6 @@
>  config TRACE_IRQFLAGS_SUPPORT
>         def_bool y
>
> -config DEBUG_STACK_USAGE
> -       bool "Enable stack utilization instrumentation"
> -       depends on DEBUG_KERNEL
> -       help
> -         Enables the display of the minimum amount of free stack which each
> -         task has ever had available in the sysrq-T and sysrq-P debug output.
> -
> -         This option will slow down process creation somewhat.
> -
>  config EARLY_PRINTK
>         bool "Activate early kernel debugging"
>         default y
> --
> 2.18.0.130.g98da2f6b3e4a
>
>



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions
  2018-08-20 16:15 ` Masahiro Yamada
@ 2018-08-21  2:07   ` Ley Foon Tan
  0 siblings, 0 replies; 4+ messages in thread
From: Ley Foon Tan @ 2018-08-21  2:07 UTC (permalink / raw)
  To: Masahiro Yamada, Tobias Klauser
  Cc: Ley Foon Tan, Christoph Hellwig, nios2-dev, Linux Kernel Mailing List

On Tue, 2018-08-21 at 01:15 +0900, Masahiro Yamada wrote:
> 2018-08-16 16:05 GMT+09:00 Tobias Klauser <tklauser@distanz.ch>:
> > 
> > DEBUG_STACK_USAGE is already defined in lib/Kconfig.debug
> > 
> > Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
> 
> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> 
Acked-by: Ley Foon Tan <ley.foon.tan@intel.com>

> 
> > 
> > ---
> >  arch/nios2/Kconfig.debug | 9 ---------
> >  1 file changed, 9 deletions(-)
> > 
> > diff --git a/arch/nios2/Kconfig.debug b/arch/nios2/Kconfig.debug
> > index 7a49f0d28d14..f1da8a7b17ff 100644
> > --- a/arch/nios2/Kconfig.debug
> > +++ b/arch/nios2/Kconfig.debug
> > @@ -3,15 +3,6 @@
> >  config TRACE_IRQFLAGS_SUPPORT
> >         def_bool y
> > 
> > -config DEBUG_STACK_USAGE
> > -       bool "Enable stack utilization instrumentation"
> > -       depends on DEBUG_KERNEL
> > -       help
> > -         Enables the display of the minimum amount of free stack
> > which each
> > -         task has ever had available in the sysrq-T and sysrq-P
> > debug output.
> > -
> > -         This option will slow down process creation somewhat.
> > -
> >  config EARLY_PRINTK
> >         bool "Activate early kernel debugging"
> >         default y
> > --
> > 2.18.0.130.g98da2f6b3e4a
> > 
> > 
> 
> 
> --
> Best Regards
> Masahiro Yamada
> 
> ________________________________
> 
> Confidentiality Notice.
> This message may contain information that is confidential or
> otherwise protected from disclosure. If you are not the intended
> recipient, you are hereby notified that any use, disclosure,
> dissemination, distribution, or copying of this message, or any
> attachments, is strictly prohibited. If you have received this
> message in error, please advise the sender by reply e-mail, and
> delete the message and any attachments. Thank you.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-21  2:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-16  7:05 [PATCH] nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions Tobias Klauser
2018-08-17  6:41 ` Christoph Hellwig
2018-08-20 16:15 ` Masahiro Yamada
2018-08-21  2:07   ` Ley Foon Tan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).