All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux-next] livepatch: kconfig: use bool instead of boolean
@ 2015-01-06  3:34 Christoph Jaeger
  2015-01-06  8:15 ` Petr Mladek
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Christoph Jaeger @ 2015-01-06  3:34 UTC (permalink / raw)
  To: jpoimboe, sjenning, jkosina, vojtech
  Cc: live-patching, linux-kernel, Christoph Jaeger

Keyword 'boolean' for type definition attributes is considered deprecated and
should not be used anymore. No functional changes.

Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
Reference: http://lkml.kernel.org/r/1419108071-11607-1-git-send-email-cj@linux.com
Signed-off-by: Christoph Jaeger <cj@linux.com>
---
 kernel/livepatch/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/livepatch/Kconfig b/kernel/livepatch/Kconfig
index 96da00f..66797aa 100644
--- a/kernel/livepatch/Kconfig
+++ b/kernel/livepatch/Kconfig
@@ -1,10 +1,10 @@
 config ARCH_HAVE_LIVE_PATCHING
-	boolean
+	bool
 	help
 	  Arch supports kernel live patching
 
 config LIVE_PATCHING
-	boolean "Kernel Live Patching"
+	bool "Kernel Live Patching"
 	depends on DYNAMIC_FTRACE_WITH_REGS
 	depends on MODULES
 	depends on SYSFS
-- 
2.1.0


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

* Re: [PATCH linux-next] livepatch: kconfig: use bool instead of boolean
  2015-01-06  3:34 [PATCH linux-next] livepatch: kconfig: use bool instead of boolean Christoph Jaeger
@ 2015-01-06  8:15 ` Petr Mladek
  2015-01-06 10:09   ` Jingoo Han
  2015-01-06 15:29 ` Josh Poimboeuf
  2015-01-06 20:58 ` Jiri Kosina
  2 siblings, 1 reply; 5+ messages in thread
From: Petr Mladek @ 2015-01-06  8:15 UTC (permalink / raw)
  To: Christoph Jaeger
  Cc: jpoimboe, sjenning, jkosina, vojtech, live-patching, linux-kernel

On Mon 2015-01-05 22:34:09, Christoph Jaeger wrote:
> Keyword 'boolean' for type definition attributes is considered deprecated and
> should not be used anymore. No functional changes.
> 
> Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
> Reference: http://lkml.kernel.org/r/1419108071-11607-1-git-send-email-cj@linux.com
> Signed-off-by: Christoph Jaeger <cj@linux.com>

Reviewed-by: Petr Mladek <pmladek@suse.cz>

Thanks for the patch.

Best Regards,
Petr

> ---
>  kernel/livepatch/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kernel/livepatch/Kconfig b/kernel/livepatch/Kconfig
> index 96da00f..66797aa 100644
> --- a/kernel/livepatch/Kconfig
> +++ b/kernel/livepatch/Kconfig
> @@ -1,10 +1,10 @@
>  config ARCH_HAVE_LIVE_PATCHING
> -	boolean
> +	bool
>  	help
>  	  Arch supports kernel live patching
>  
>  config LIVE_PATCHING
> -	boolean "Kernel Live Patching"
> +	bool "Kernel Live Patching"
>  	depends on DYNAMIC_FTRACE_WITH_REGS
>  	depends on MODULES
>  	depends on SYSFS
> -- 
> 2.1.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe live-patching" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH linux-next] livepatch: kconfig: use bool instead of boolean
  2015-01-06  8:15 ` Petr Mladek
@ 2015-01-06 10:09   ` Jingoo Han
  0 siblings, 0 replies; 5+ messages in thread
From: Jingoo Han @ 2015-01-06 10:09 UTC (permalink / raw)
  To: 'Christoph Jaeger'
  Cc: 'Petr Mladek',
	jpoimboe, sjenning, jkosina, vojtech, live-patching,
	linux-kernel, 'Jingoo Han'

On Tuesday, January 06, 2015 5:16 PM, Petr Mladek wrote:
> 
> On Mon 2015-01-05 22:34:09, Christoph Jaeger wrote:
> > Keyword 'boolean' for type definition attributes is considered deprecated and
> > should not be used anymore. No functional changes.
> >
> > Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
> > Reference: http://lkml.kernel.org/r/1419108071-11607-1-git-send-email-cj@linux.com
> > Signed-off-by: Christoph Jaeger <cj@linux.com>
> 
> Reviewed-by: Petr Mladek <pmladek@suse.cz>

Reviewed-by: Jingoo Han <jg1.han@samsung.com>

Best regards,
Jingoo Han

> 
> Thanks for the patch.
> 
> Best Regards,
> Petr
> 
> > ---
> >  kernel/livepatch/Kconfig | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/kernel/livepatch/Kconfig b/kernel/livepatch/Kconfig
> > index 96da00f..66797aa 100644
> > --- a/kernel/livepatch/Kconfig
> > +++ b/kernel/livepatch/Kconfig
> > @@ -1,10 +1,10 @@
> >  config ARCH_HAVE_LIVE_PATCHING
> > -	boolean
> > +	bool
> >  	help
> >  	  Arch supports kernel live patching
> >
> >  config LIVE_PATCHING
> > -	boolean "Kernel Live Patching"
> > +	bool "Kernel Live Patching"
> >  	depends on DYNAMIC_FTRACE_WITH_REGS
> >  	depends on MODULES
> >  	depends on SYSFS
> > --
> > 2.1.0


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

* Re: [PATCH linux-next] livepatch: kconfig: use bool instead of boolean
  2015-01-06  3:34 [PATCH linux-next] livepatch: kconfig: use bool instead of boolean Christoph Jaeger
  2015-01-06  8:15 ` Petr Mladek
@ 2015-01-06 15:29 ` Josh Poimboeuf
  2015-01-06 20:58 ` Jiri Kosina
  2 siblings, 0 replies; 5+ messages in thread
From: Josh Poimboeuf @ 2015-01-06 15:29 UTC (permalink / raw)
  To: Christoph Jaeger; +Cc: sjenning, jkosina, vojtech, live-patching, linux-kernel

On Mon, Jan 05, 2015 at 10:34:09PM -0500, Christoph Jaeger wrote:
> Keyword 'boolean' for type definition attributes is considered deprecated and
> should not be used anymore. No functional changes.
> 
> Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
> Reference: http://lkml.kernel.org/r/1419108071-11607-1-git-send-email-cj@linux.com
> Signed-off-by: Christoph Jaeger <cj@linux.com>

Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>

> ---
>  kernel/livepatch/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kernel/livepatch/Kconfig b/kernel/livepatch/Kconfig
> index 96da00f..66797aa 100644
> --- a/kernel/livepatch/Kconfig
> +++ b/kernel/livepatch/Kconfig
> @@ -1,10 +1,10 @@
>  config ARCH_HAVE_LIVE_PATCHING
> -	boolean
> +	bool
>  	help
>  	  Arch supports kernel live patching
>  
>  config LIVE_PATCHING
> -	boolean "Kernel Live Patching"
> +	bool "Kernel Live Patching"
>  	depends on DYNAMIC_FTRACE_WITH_REGS
>  	depends on MODULES
>  	depends on SYSFS
> -- 
> 2.1.0
> 

-- 
Josh

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

* Re: [PATCH linux-next] livepatch: kconfig: use bool instead of boolean
  2015-01-06  3:34 [PATCH linux-next] livepatch: kconfig: use bool instead of boolean Christoph Jaeger
  2015-01-06  8:15 ` Petr Mladek
  2015-01-06 15:29 ` Josh Poimboeuf
@ 2015-01-06 20:58 ` Jiri Kosina
  2 siblings, 0 replies; 5+ messages in thread
From: Jiri Kosina @ 2015-01-06 20:58 UTC (permalink / raw)
  To: Christoph Jaeger; +Cc: jpoimboe, sjenning, vojtech, live-patching, linux-kernel

On Mon, 5 Jan 2015, Christoph Jaeger wrote:

> Keyword 'boolean' for type definition attributes is considered deprecated and
> should not be used anymore. No functional changes.
> 
> Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
> Reference: http://lkml.kernel.org/r/1419108071-11607-1-git-send-email-cj@linux.com
> Signed-off-by: Christoph Jaeger <cj@linux.com>

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs

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

end of thread, other threads:[~2015-01-06 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-06  3:34 [PATCH linux-next] livepatch: kconfig: use bool instead of boolean Christoph Jaeger
2015-01-06  8:15 ` Petr Mladek
2015-01-06 10:09   ` Jingoo Han
2015-01-06 15:29 ` Josh Poimboeuf
2015-01-06 20:58 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.