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: 25 May 2007 08:53:12 +0200 From: Andi Kleen <andi@...stfloor.org> To: Kieran Mansley <kmansley@...arflare.com> Cc: Stephen Hemminger <shemminger@...ux-foundation.org>, xen-devel@...ts.xensource.com, netdev@...r.kernel.org, muli@...ibm.com, herbert@...dor.apana.org.au Subject: Re: [PATCH 3/4] [Net] Support Xen accelerated network plugin modules Kieran Mansley <kmansley@...arflare.com> writes: > RCU on its own wouldn't > prevent the accelerated plugin being unloaded while netfront was using > one of the hooks. Note that module unload does always does a stop_machine() which is much stronger than normal RCU. As long as you don't sleep and cannot be preemptable it should be always safe. -Andi - 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