[PATCH 0/2] crypto: sunxi-ss: fix 64-bit compilation

Herbert Xu herbert at gondor.apana.org.au
Fri Jan 8 01:59:59 PST 2016


On Thu, Jan 07, 2016 at 03:58:16PM +0000, Andre Przywara wrote:
> Hi,
> 
> these two patches provide a different approach to an issue I tried
> to fix lately [1].
> Instead of casting everything I now promote local types to size_t, so
> that the min3() arguments naturally match in type.
> As size_t is defined as "unsigned int" on 32-bit architectures
> anyway, that actually does not change anything there, but instead
> provides a clean approach to get it compiled for arm64.
> 
> I split this up because 1/2 seems much cleaner to me than 2/2, so we
> can have a separate discussion/merge process on this.

If this is meant for the crypto tree it needs to go to the linux-crypto
list.

Thanks,
-- 
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



More information about the linux-arm-kernel mailing list