lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 22 Jan 2009 17:23:18 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Matt LaPlante <kernel1@...erdogtech.com>
CC:	linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: Re: [PATCH 2/2] Kconfig cleanup - new.

Matt LaPlante wrote:
> These are new kconfig cleanups, as of 2.6.29-rc2.

I only reviewed the new patch since you said that the other one had
already been approved.

> Not yet reviewed.
> 
> Signed-off-by: Matt LaPlante <kernel1@...erdogtech.com>
> ---
>  arch/avr32/Kconfig                  |    6 +++---
>  drivers/hid/Kconfig                 |    2 +-
>  drivers/isdn/mISDN/Kconfig          |   10 ++++++----
>  drivers/media/common/tuners/Kconfig |    2 +-
>  drivers/mfd/Kconfig                 |    2 +-
>  drivers/mmc/host/Kconfig            |    2 +-
>  drivers/scsi/Kconfig                |    4 ++--
>  drivers/staging/Kconfig             |    4 ++--
>  drivers/staging/comedi/Kconfig      |    4 ++--
>  drivers/staging/go7007/Kconfig      |    4 ++--
>  drivers/staging/panel/Kconfig       |    2 +-
>  drivers/usb/gadget/Kconfig          |    2 +-
>  drivers/uwb/Kconfig                 |    4 ++--
>  drivers/xen/Kconfig                 |    2 +-
>  fs/Kconfig                          |    2 +-
>  fs/ext4/Kconfig                     |    2 +-
>  fs/ubifs/Kconfig                    |    4 ++--
>  init/Kconfig                        |    2 +-
>  kernel/trace/Kconfig                |    9 ++++-----
>  net/phonet/Kconfig                  |    2 +-
>  net/wimax/Kconfig                   |    2 +-
>  sound/soc/blackfin/Kconfig          |    2 +-
>  22 files changed, 38 insertions(+), 37 deletions(-)


> diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
> index e2a4ff6..d85ab89 100644
> --- a/kernel/trace/Kconfig
> +++ b/kernel/trace/Kconfig
> @@ -71,11 +71,10 @@ config FUNCTION_GRAPH_TRACER
>  	help
>  	  Enable the kernel to trace a function at both its return
>  	  and its entry.
> -	  It's first purpose is to trace the duration of functions and
> -	  draw a call graph for each thread with some informations like
> -	  the return value.
> -	  This is done by setting the current return address on the current
> -	  task structure into a stack of calls.
> +	  Its first purpose is to trace the duration of functions and
> +	  draw a call graph for each thread with some information like
> +	  the return value. This is done by setting the current return 
> +    address on the current task structure into a stack of calls.

spacing typo.
Fix that & add:
Acked-by: Randy Dunlap <randy.dunlap@...cle.com>

>  
>  config IRQSOFF_TRACER
>  	bool "Interrupts-off Latency Tracer"


Thanks,
-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ