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]
Message-ID: <804857E1F29AAC47BF68C404FC60A18428442D67@ORSMSX102.amr.corp.intel.com>
Date:	Thu, 7 Jun 2012 00:56:34 +0000
From:	"Allan, Bruce W" <bruce.w.allan@...el.com>
To:	"Kirsher, Jeffrey T" <jeffrey.t.kirsher@...el.com>,
	Ethan Zhao <ethan.kernel@...il.com>
CC:	"e1000-devel@...ts.sourceforge.net" 
	<e1000-devel@...ts.sourceforge.net>,
	Linux NICS <linuxnics@...lbox.intel.com>,
	LKML <linux-kernel@...r.kernel.org>
Subject: RE: [E1000-devel] [next-net PATCH]
 drivers/net/ethernet/intel/e1000e: fix unregistered net_device ethX name
 output by e1000e

> -----Original Message-----
> From: Jeff Kirsher [mailto:jeffrey.t.kirsher@...el.com]
> Sent: Wednesday, June 06, 2012 5:41 PM
> To: Ethan Zhao
> Cc: e1000-devel@...ts.sourceforge.net; Linux NICS; LKML
> Subject: Re: [E1000-devel] [next-net PATCH]
> drivers/net/ethernet/intel/e1000e: fix unregistered net_device ethX
> name output by e1000e
> 
> On Wed, 2012-06-06 at 22:57 +0800, Ethan Zhao wrote:
> > commit ca3ccc6835943287b6f69e973c126a02bc4de409
> > Author: ethan.zhao <ethan.kernel@...il.com>
> > Date:   Wed Jun 6 07:32:11 2012 -0700
> >
> >         modified:   drivers/net/ethernet/intel/e1000e/param.c
> >
> >     While e1000e_check_options() is called, netdev is not
> registered,
> > so the
> >     e1000e driver will print out confused ethernet interface name
> > (unregistered net_device) :
> >
> >     e1000e 0000:04:00.0:(unregistered net_device): Interrupt
> > Throttling Rate (ints/sec) set to dynamic conservative mode
> >
> >     So change e_info() back to dev_printk() by simply redefine the
> > e_info macro used by
> >     e1000e_check_options() and e1000_validate_option
> >
> >     after applied this patch, we got:
> >
> >     e1000e 0000:04:00.0: Interrupt Throttling Rate (ints/sec) set to
> > dynamic conservative mode
> >     e1000e 0000:04:00.0: irq 95 for MSI/MSI-X
> 
> NACK, I currently have a patch in my queue from Bruce Allan to resolve
> this issue.  I should be pushing the patch upstream in a few days.

For clarification, the problem with the NACK'ed patch is it is missing a
number of instances of the same issue that is meant to be addressed by the
patch.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ