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, 10 Jun 2007 09:49:05 -0700 From: "Dan Williams" <dan.j.williams@...el.com> To: "Andrew Morton" <akpm@...ux-foundation.org> Cc: "Ed L. Cashin" <ecashin@...aid.com>, netdev@...r.kernel.org, s.a.hopkins@...il.com, jgarzik@...ox.com, randy.dunlap@...cle.com Subject: Re: [PATCH 1/1] make network DMA usable for non-tcp drivers > > @@ -130,3 +130,5 @@ end: > > fault: > > return -EFAULT; > > } > > + > > +EXPORT_SYMBOL(dma_skb_copy_datagram_iovec); > > We wouldn't want to merge this until code which actually uses the export is > also merged. > ...and I recommend EXPORT_SYMBOL_GPL following the lead of the other async dma options in -mm. - 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