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-prev] [day] [month] [year] [list]
Date:	Thu, 3 Jan 2013 23:11:32 +0000
From:	Russell King - ARM Linux <linux@....linux.org.uk>
To:	Pantelis Antoniou <panto@...oniou-consulting.com>
Cc:	Nicolas Pitre <nico@...aro.org>, Will Deacon <will.deacon@....com>,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	Matt Porter <mporter@...com>, Russ Dill <Russ.Dill@...com>
Subject: Re: [PATCH] arm: Export cache flush management symbols when
	!MULTI_CACHE

On Fri, Jan 04, 2013 at 12:32:33AM +0200, Pantelis Antoniou wrote:
> When compiling a kernel without CONFIG_MULTI_CACHE enabled the
> dma access functions end up not being exported. Fix it.

Actually, that's exactly how these are supposed to be: no driver should
_ever_ reference these symbols directly, they should all be done via
the DMA API, which internally uses these.  Therefore, none of these
should ever appear in a module.
--
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