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:   Tue, 7 Nov 2017 18:45:25 -0600
From:   Bjorn Helgaas <helgaas@...nel.org>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     linux-pci <linux-pci@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>,
        Bjorn Helgaas <bhelgaas@...gle.com>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] pci: move PCI_QUIRKS to the PCI bus menu

On Thu, Nov 02, 2017 at 03:14:02PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@...radead.org>
> 
> Localize PCI_QUIRKS in the PCI bus menu.
> 
> Move PCI_QUIRKS to the PCI bus menu instead of the (often broken)
> General Setup EXPERT menu.  The prompt still depends on EXPERT.
> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>

Applied to pci/misc for v4.15, thanks!

> ---
>  drivers/pci/Kconfig |    9 +++++++++
>  init/Kconfig        |    9 ---------
>  2 files changed, 9 insertions(+), 9 deletions(-)
> 
> --- lnx-414-rc7.orig/drivers/pci/Kconfig
> +++ lnx-414-rc7/drivers/pci/Kconfig
> @@ -29,6 +29,15 @@ config PCI_MSI_IRQ_DOMAIN
>  	depends on PCI_MSI
>  	select GENERIC_MSI_IRQ_DOMAIN
>  
> +config PCI_QUIRKS
> +	default y
> +	bool "Enable PCI quirk workarounds" if EXPERT
> +	depends on PCI
> +	help
> +	  This enables workarounds for various PCI chipset
> +	  bugs/quirks. Disable this only if your target machine is
> +	  unaffected by PCI quirks.
> +
>  config PCI_DEBUG
>  	bool "PCI Debugging"
>  	depends on PCI && DEBUG_KERNEL
> --- lnx-414-rc7.orig/init/Kconfig
> +++ lnx-414-rc7/init/Kconfig
> @@ -1379,15 +1379,6 @@ config USERFAULTFD
>  	  Enable the userfaultfd() system call that allows to intercept and
>  	  handle page faults in userland.
>  
> -config PCI_QUIRKS
> -	default y
> -	bool "Enable PCI quirk workarounds" if EXPERT
> -	depends on PCI
> -	help
> -	  This enables workarounds for various PCI chipset
> -	  bugs/quirks. Disable this only if your target machine is
> -	  unaffected by PCI quirks.
> -
>  config MEMBARRIER
>  	bool "Enable membarrier() system call" if EXPERT
>  	default y
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ