Spende

2018-06-15 Thread semam
Hallo, Sie haben eine wohltätige Spende in Höhe von 4.800, 000.00EUR, ich der Amerika-Lotterie Wert $ 560 Millionen gewonnen und ich bin einen Teil davon fünf glückliche Menschen und Altersheimen Spenden.Kontaktieren Sie mich für diesen Gott Gelegenheit per e-Mail: jane.d...@zoho.com

Re: [PATCH] crypto: don't optimize keccakf()

2018-06-15 Thread Herbert Xu
On Fri, Jun 08, 2018 at 11:53:41AM +0200, Dmitry Vyukov wrote: > keccakf() is the only function in kernel that uses __optimize() macro. > __optimize() breaks frame pointer unwinder as optimized code uses RBP, > and amusingly this always lead to degraded performance as gcc does not > inline across d

Re: [PATCH v2] crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_begin,_end

2018-06-15 Thread Herbert Xu
Jia He wrote: > In a arm64 server(QDF2400),I met a similar might-sleep warning as [1]: > [7.019116] BUG: sleeping function called from invalid context at > ./include/crypto/algapi.h:416 > [7.027863] in_atomic(): 1, irqs_disabled(): 0, pid: 410, name: > cryptomgr_test > [7.035106] 1 loc

Re: [PATCH] crypto: morus640 - Fix out-of-bounds access

2018-06-15 Thread Herbert Xu
On Wed, Jun 13, 2018 at 04:44:17PM +0200, Ondrej Mosnacek wrote: > We must load the block from the temporary variable here, not directly > from the input. > > Also add forgotten zeroing-out of the uninitialized part of the > temporary block (as is done correctly in morus1280.c). > > Fixes: 396be4