[possible PATCH] crypto: sahara - Use #ifdef DEBUG not IS_ENABLED(DEBUG)

2019-03-07 Thread Joe Perches
Normal use of IS_ENABLED is with a CONFIG_ and there is no -DDEBUG in the Makefile here. Replace the IS_ENABLED(DEBUG) with #ifdef DEBUG/#endif blocks. Miscellanea: o Move the sahara_state array into the function that uses it. Signed-off-by: Joe Perches --- drivers/crypto/sahara.c | 20 ++

Urgent

2019-03-07 Thread Dr David Cage
The London Clinic 20 Devonshire Pl, Marylebone, London W1G 6BW, United Kingdom Attn Sir. As a matter of urgency my Patient {Mrs Helena Rockefeller} a Widow American Citizen is at the point of death here in London Clinic She made an oral Will for her bond investment of £7.878.678 with one of

Re: [PATCH RESEND v3] crypto: caam - add missing put_device() call

2019-03-07 Thread Herbert Xu
On Fri, Mar 01, 2019 at 07:19:25PM +0200, Horia Geantă wrote: > From: Wen Yang > > The of_find_device_by_node() takes a reference to the underlying device > structure, we should release that reference. > > Fixes: 35af64038623 ("crypto: caam - Check for CAAM block presence before > registering w

Re: [PATCH] crypto: s5p-sss - fix AES support for Exynos5433

2019-03-07 Thread Herbert Xu
On Fri, Mar 01, 2019 at 03:02:54PM +0100, Kamil Konieczny wrote: > Commit 0918f18c7179 ("crypto: s5p - add AES support for Exynos5433") > introduced bug in dereferencing clk_names[1] on platforms different from > Exynos5433. On Exynos board XU3 call trace is: > > "Unable to handle kernel paging re