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]
Message-ID: <20100724105642.GA8059@liondog.tnic>
Date:	Sat, 24 Jul 2010 12:56:42 +0200
From:	Borislav Petkov <bp@...en8.de>
To:	Daniel J Blueman <daniel.blueman@...il.com>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel <linux-kernel@...r.kernel.org>,
	Mauro Carvalho Chehab <mchehab@...hat.com>
Subject: Re: [2.6.35-rc6] quiesce EDAC initialisation on desktop/mobile i7

From: Daniel J Blueman <daniel.blueman@...il.com>
Date: Fri, Jul 23, 2010 at 11:16:52PM +0100

> Hi Linus,
> 
> A small fixlet for 2.6.35-rc7/final.
> 
> ---
> 
> Don't print failure to detect Core i7 EDAC facilities to the console at boot
> time, most often occurring on Core i7 desktops and laptops.
> 
> Signed-off-by: Daniel J Blueman <daniel.blueman@...il.com>
> 
> diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
> index cc9357d..e0187d1 100644
> --- a/drivers/edac/i7core_edac.c
> +++ b/drivers/edac/i7core_edac.c
> @@ -1300,7 +1300,7 @@ int i7core_get_onedevice(struct pci_dev **prev, int devno,
>  		if (devno == 0)
>  			return -ENODEV;
> 
> -		i7core_printk(KERN_ERR,
> +		i7core_printk(KERN_INFO,
>  			"Device not found: dev %02x.%d PCI ID %04x:%04x\n",
>  			dev_descr->dev, dev_descr->func,
>  			PCI_VENDOR_ID_INTEL, dev_descr->dev_id);
>

Adding the driver maintainer to CC. Please, try doing that in the
future,

Thanks.

-- 
Regards/Gruss,
    Boris.
--
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