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-next>] [day] [month] [year] [list]
Date:	Sun, 22 Jun 2008 16:13:52 +0200 (CEST)
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	Russell King <rmk@....linux.org.uk>
cc:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	Martin Michlmayr <tbm@...ius.com>
Subject: [PATCH resend] arm: export dma_sync_sg_for_device (fix build failure)

Date: 2006-06-18 03:49:35 +0200
From: Stefan Richter <stefanr@...6.in-berlin.de>
Subject: arm: add EXPORT_SYMBOL(dma_sync_sg_for_device)

as it is for example needed by drivers/ieee1394/dma.c

Signed-off-by: Stefan Richter <stefanr@...6.in-berlin.de>
---
 arch/arm/common/dmabounce.c |    1 +
 1 file changed, 1 insertion(+)

--- a/arch/arm/common/dmabounce.c
+++ b/arch/arm/common/dmabounce.c
@@ -651,6 +651,7 @@ EXPORT_SYMBOL(dma_unmap_sg);
 EXPORT_SYMBOL(dma_sync_single_for_cpu);
 EXPORT_SYMBOL(dma_sync_single_for_device);
 EXPORT_SYMBOL(dma_sync_sg);
+EXPORT_SYMBOL(dma_sync_sg_for_device);
 EXPORT_SYMBOL(dmabounce_register_dev);
 EXPORT_SYMBOL(dmabounce_unregister_dev);
 


Refreshed for 2.6.26-rc7, otherwise unchanged since the problem still
exists.
http://osdir.com/ml/kernel.firewire.user/2006-06/msg00038.html
http://marc.info/?l=linux-arm-kernel&m=115166450400713
http://marc.info/?l=linux-arm-kernel&m=121414061629428
-- 
Stefan Richter
-=====-==--- -==- =-==-
http://arcgraph.de/sr/

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ