On Thu, Jan 30, 2020 at 3:19 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > > Hi Gilad, > > On Thu, Jan 30, 2020 at 12:33 PM Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx> wrote: > > On Wed, Jan 29, 2020 at 5:17 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > > > On Wed, Jan 29, 2020 at 3:39 PM Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx> wrote: > > > > Fix an error causing no block sizes to be reported during > > > > all AEAD registrations. > > > > > > > > Signed-off-by: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx> > > > > > > Thanks, this fixes: > > > > > > alg: aead: blocksize for authenc-hmac-sha1-cbc-aes-ccree (0) > > > doesn't match generic impl (16) > > > alg: aead: blocksize for authenc-hmac-sha256-cbc-aes-ccree (0) > > > doesn't match generic impl (16) > > > > > > which you may want to mention in the commit description, so > > > people who search for the error message will find the fix. > > > > > > Tested-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > > > > > Note that even after applying this series, the kernel still crashes with > > > > > > kernel BUG at kernel/dma/swiotlb.c:497! > > > .... Thank you! I've managed to reproduce this here. Looking into it now... Gilad