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]
Message-ID: <4F4EA7B1.9060607@xenotime.net>
Date:	Wed, 29 Feb 2012 14:33:21 -0800
From:	Randy Dunlap <rdunlap@...otime.net>
To:	"Rafael J. Wysocki" <rjw@...k.pl>
CC:	Jesse Barnes <jbarnes@...tuousgeek.org>,
	LKML <linux-kernel@...r.kernel.org>, linux-pci@...r.kernel.org
Subject: Re: [PATCH] PCI / PCIe: Introduce command line option to disable
 ARI

On 02/29/2012 02:09 PM, Rafael J. Wysocki wrote:

> From: Rafael J. Wysocki <rjw@...k.pl>
> 
> There are PCIe devices on the market that report ARI support but
> then fail to initialize correctly when ARI is actually used.  This
> leads to situations in which kernels 2.6.34 and newer fail to handle
> systems where the previous kernels worked without any apparent
> problems.  Unfortunately, it is currently unknown how many such
> devices are there.
> 
> For this reason, introduce a new kernel command line option,
> pci=noari, allowing users to disable PCIe ARI altogether if they
> see problems with PCIe device initialization.
> 
> Signed-off-by: Rafael J. Wysocki <rjw@...k.pl>
> ---
>  drivers/pci/pci.c |    7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> Index: linux/drivers/pci/pci.c
> ===================================================================
> --- linux.orig/drivers/pci/pci.c
> +++ linux/drivers/pci/pci.c
> @@ -94,6 +94,9 @@ u8 pci_cache_line_size;
>   */
>  unsigned int pcibios_max_latency = 255;
>  
> +/* If set, the PCIe ARI capability will not be used. */
> +static bool pcie_ari_disabled;


Please update Documentation/kernel-parameters.txt .

-- 
~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