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, 11 Jan 2022 11:07:11 -0600
From:   Bjorn Helgaas <helgaas@...nel.org>
To:     Longji Guo <guolongji@...ontech.com>
Cc:     bhelgaas@...gle.com, tglx@...utronix.de, mingo@...hat.com,
        bp@...en8.de, dave.hansen@...ux.intel.com, x86@...nel.org,
        hpa@...or.com, linux-pci@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] X86: PCI: ACPI: Remove initialization of static
 variables to false

On Fri, Dec 03, 2021 at 04:07:58PM +0800, Longji Guo wrote:
> Remove the initialization of pci_ignore_seg to false which is pointless.
> 
> Signed-off-by: Longji Guo <guolongji@...ontech.com>

Applied to pci/enumeration for v5.17, thanks!

> ---
>  arch/x86/pci/acpi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c
> index 948656069cdd..052f1d78a562 100644
> --- a/arch/x86/pci/acpi.c
> +++ b/arch/x86/pci/acpi.c
> @@ -20,7 +20,7 @@ struct pci_root_info {
>  };
>  
>  static bool pci_use_crs = true;
> -static bool pci_ignore_seg = false;
> +static bool pci_ignore_seg;
>  
>  static int __init set_use_crs(const struct dmi_system_id *id)
>  {
> -- 
> 2.20.1
> 
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ