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>] [day] [month] [year] [list]
Date:	Thu, 23 May 2013 13:23:38 -0400
From:	Michel Machado <michel@...irati.com.br>
To:	netdev@...r.kernel.org
Cc:	"David S. Miller" <davem@...emloft.net>,
	linux-kernel@...r.kernel.org
Subject: [PATCH 1/1] net-next: export dma_skb_copy_datagram_iovec()

dma_skb_copy_datagram_iovec() is already available in include/net/netdma.h, but
without EXPORT_SYMBOL it can't be used by kernel modules.

Signed-off-by: Michel Machado <michel@...irati.com.br>
CC: "David S. Miller" <davem@...emloft.net>
---
diff --git a/net/core/user_dma.c b/net/core/user_dma.c
index 1b5fefd..653f516 100644
--- a/net/core/user_dma.c
+++ b/net/core/user_dma.c
@@ -129,3 +129,4 @@ end:
 fault:
 	return -EFAULT;
 }
+EXPORT_SYMBOL(dma_skb_copy_datagram_iovec);

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ