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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 15 Jan 2010 15:40:20 -0800
From:	Jesse Barnes <jbarnes@...tuousgeek.org>
To:	René Bolldorf <xsecute@...glemail.com>
Cc:	linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][CORRECTED] section mismatch: 
 pcibios_scan_specific_bus()

On Wed, 13 Jan 2010 22:41:52 +0100
René Bolldorf <xsecute@...glemail.com> wrote:

> Hi all,
> pcibios_scan_specific_bus() is only invoked from
> __devinit pcibios_fixup_peer_bridges(void).
> 
> Mark it as __devinit.
> Sry for the first mail, I hadn't sleep enough...
> 
> diff --git a/arch/x86/pci/legacy.c b/arch/x86/pci/legacy.c
> --- a/arch/x86/pci/legacy.c
> +++ b/arch/x86/pci/legacy.c
> @@ -39,7 +39,7 @@ static int __init pci_legacy_init(void)
>          return 0;
>   }
> 
> -void pcibios_scan_specific_bus(int busn)
> +void __devinit pcibios_scan_specific_bus(int busn)
>   {
>          int devfn;
>          long node;

Doesn't apply to my for-linus branch, also missing a Signed-off-by.  I
guess you need more sleep. :)  Care to refresh if it's still necessary?

Thanks,
-- 
Jesse Barnes, Intel Open Source Technology Center
--
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