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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 03 Jun 2007 11:47:46 -0400 From: Jeff Garzik <jeff@...zik.org> To: Auke Kok <auke-jan.h.kok@...el.com> CC: herbert@...dor.apana.org.au, doug.chapman@...com, netdev@...r.kernel.org Subject: Re: [PATCH] e1000: disable polling before registering netdevice Auke Kok wrote: > To assure the symmetry of poll enable/disable in up/down, we should > initialize the netdevice to be poll_disabled at load time. Doing > this after register_netdevice leaves us open to another race, so > lets move all the netif_* calls above register_netdevice so the > stack starts out how we expect it to be. > > Signed-off-by: Auke Kok <auke-jan.h.kok@...el.com> > Cc: Herbert Xu <herbert@...dor.apana.org.au> > Cc: Doug Chapman <doug.chapman@...com> > --- > > drivers/net/e1000/e1000_main.c | 11 +++++++---- > 1 files changed, 7 insertions(+), 4 deletions(-) applied to #upstream-fixes - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists