Am Montag, den 08.11.2010, 17:00 +0200 schrieb Dmitry Kasatkin:
> Hi,
>
> 1 more...
>
> If you will notice decryption problem then enable this block...
>
> #if 0
> /* it will not affect DMA error but might solve crypto issue */
> dd->ctx->flags |= FLAGS_NEW_KEY;
> dd->ctx->flags |=
On Sat, Nov 6, 2010 at 10:02 PM, Thomas Waelti wrote:
> Hello all
>
> Autobuilder fails on my uploads, but I can't find the reason in the logs
> available.
> Any ideas on how to proceed? Did I overlook something?
>
Most of the time this is due to issues in your debian/control file.
Looking at you
Hi,
Good news!!
The omap-aes driver has been fixed, it does now work without crashing.
The diff can be found here:
http://pastebin.com/PMt2j1Hs
omap-hw modules (incl. src.) compiled against PR1.3 can be found here:
http://www.mediafire.com/?0krkujb0vevvkva
But you will still need to update No
--- Begin Message ---
Hi,
1 more...
If you will notice decryption problem then enable this block...
#if 0
/* it will not affect DMA error but might solve crypto issue */
dd->ctx->flags |= FLAGS_NEW_KEY;
dd->ctx->flags |= FLAGS_NEW_IV;
#endif
- Dmitry
On Tue, Oct 26, 2010 at 11:50
Thanks to both of you - your tips helped me to resolve the problem.
I indeed had an issue in the debian/control file (line breaks, string
delimiters, quite similar to the bug of Patrick)
So whoever has such an issue in the future, just login to your scratchbox and
enter the commands manually as