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] [day] [month] [year] [list]
Date:   Sat, 7 Oct 2017 14:06:09 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     LKML <linux-kernel@...r.kernel.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Subject: Re: [PATCH] hwtracing: add HW tracing support menu

On 10/03/17 16:27, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@...radead.org>
> 
> Make a "HW tracing support" menu and move 2 entries into it.
> (No change in Coresight, which is ARM-specific and is only listed for
> ARM & ARM64.)
> 
> This makes the Device Drivers menu more consistent and prevents these
> drivers from being listed at the top level of the Device Drivers menu.
> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Alexander Shishkin <alexander.shishkin@...ux.intel.com>

Alexander -- ping?

> ---
>  drivers/Kconfig           |    4 +---
>  drivers/hwtracing/Kconfig |    7 +++++++
>  2 files changed, 8 insertions(+), 3 deletions(-)
> 
> --- lnx-414-rc3.orig/drivers/Kconfig
> +++ lnx-414-rc3/drivers/Kconfig
> @@ -196,9 +196,7 @@ source "drivers/dax/Kconfig"
>  
>  source "drivers/nvmem/Kconfig"
>  
> -source "drivers/hwtracing/stm/Kconfig"
> -
> -source "drivers/hwtracing/intel_th/Kconfig"
> +source "drivers/hwtracing/Kconfig"
>  
>  source "drivers/fpga/Kconfig"
>  
> --- /dev/null
> +++ lnx-414-rc3/drivers/hwtracing/Kconfig
> @@ -0,0 +1,7 @@
> +menu "HW tracing support"
> +
> +source "drivers/hwtracing/stm/Kconfig"
> +
> +source "drivers/hwtracing/intel_th/Kconfig"
> +
> +endmenu
> 
> 
> 


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ