Hi Dmitry,
On Mon, 21 Nov 2011 17:32:54 +0200 "Kasatkin, Dmitry"
wrote:
>
> In fact it does not break bisect, because compilation is enabled in
> the 3rd patch.
Ah. sorry, I missed that.
--
Cheers,
Stephen Rothwells...@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
p
On 11/21/2011 02:32 AM, Kasatkin, Dmitry wrote:
> On Mon, Nov 21, 2011 at 8:12 AM, Randy Dunlap wrote:
>> From: Randy Dunlap
>>
>> Fix build errors by adding kconfig dependency on KEYS:
>>
>> lib/digsig.c:106:16: error: dereferencing pointer to incomplete type
>> lib/digsig.c:107:11: error: deref
On Mon, Nov 21, 2011 at 1:27 PM, James Morris wrote:
> On Mon, 21 Nov 2011, Kasatkin, Dmitry wrote:
>
>> It can be easily split into 2 commits and one of them would not comply
>> with mailing list limits.
>>
>> James, should I do anything about it?
>
> No, it's in my public tree now.
>
Ok.
In fa
On Mon, 21 Nov 2011, Kasatkin, Dmitry wrote:
> It can be easily split into 2 commits and one of them would not comply
> with mailing list limits.
>
> James, should I do anything about it?
No, it's in my public tree now.
- James
--
James Morris
--
To unsubscribe from this list: send the line
On Mon, Nov 21, 2011 at 8:12 AM, Randy Dunlap wrote:
> From: Randy Dunlap
>
> Fix build errors by adding kconfig dependency on KEYS:
>
> lib/digsig.c:106:16: error: dereferencing pointer to incomplete type
> lib/digsig.c:107:11: error: dereferencing pointer to incomplete type
> lib/digsig.c:184:1
On Sat, Nov 19, 2011 at 5:33 AM, Stephen Rothwell wrote:
> Hi all,
>
> On Wed, 19 Oct 2011 14:51:30 +0300 Dmitry Kasatkin
> wrote:
>>
>> Adds the multi-precision-integer maths library which was originally taken
>> from GnuPG and ported to the kernel by (among others) David Howells.
>> This versi
On Thu, Nov 17, 2011 at 12:19:16AM +, Kim Phillips wrote:
> From: Lee Nipper
>
> Add these hmac algorithms to talitos:
All patches applied. Thanks!
--
Email: Herbert Xu
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscrib
On Wed, Nov 16, 2011 at 06:28:01PM +0100, Phil Sutter wrote:
> This was broken by commit 7759995c75ae0cbd4c861582908449f6b6208e7a (yes,
> myself). The basic problem here is since the digest state is only saved
> after the last chunk, the state array is only valid when handling the
> first chunk of
On Wed, Nov 09, 2011 at 04:26:25PM +0200, Jussi Kivilinna wrote:
> Patch adds x86_64/SSE2 assembler implementation of serpent cipher. Assembler
> functions crypt data in eigth block chunks (two 4 block chunk SSE2 operations
> in parallel to improve performance on out-of-order CPUs). Glue code is ba