Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1304392
| From | Andre Przywara <andre.przywara@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/2] crypto: sunxi-ss: fix 64-bit compilation |
| Date | 2016-01-08 12:20 +0100 |
| Message-ID | <qODfk-5UZ-25@gated-at.bofh.it> (permalink) |
| References | <qOl8L-1I5-27@gated-at.bofh.it> <qOC9A-5eo-1@gated-at.bofh.it> |
| Organization | ARM Ltd. |
Hi Herbert, On 08/01/16 09:59, Herbert Xu wrote: > 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. Oh dear, I planned on adding the list, but eventually forgot it. Sorry for that, I will resend it to linux-crypto. Thanks for pointing this out! Cheers, Andre.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/2] crypto: sunxi-ss: fix 64-bit compilation Andre Przywara <andre.przywara@arm.com> - 2016-01-07 17:00 +0100
[PATCH 1/2] crypto: sunxi-ss-cipher: promote variables to match types in min3() calls Andre Przywara <andre.przywara@arm.com> - 2016-01-07 17:00 +0100
[PATCH 2/2] crypto: sunxi-ss-hash: promote variables to match types in min3() calls Andre Przywara <andre.przywara@arm.com> - 2016-01-07 17:00 +0100
Re: [PATCH 0/2] crypto: sunxi-ss: fix 64-bit compilation Herbert Xu <herbert@gondor.apana.org.au> - 2016-01-08 11:10 +0100
Re: [PATCH 0/2] crypto: sunxi-ss: fix 64-bit compilation Andre Przywara <andre.przywara@arm.com> - 2016-01-08 12:20 +0100
csiph-web