* Marcel Holtmann <[email protected]> wrote:
> Hi Andy,
>
> > SMP does ECB crypto on stack buffers. This is complicated and
> > fragile, and it will not work if the stack is virtually allocated.
> >
> > Switch to the crypto_cipher interface, which is simpler and safer.
> >
> > Cc: Marcel Holtmann <[email protected]>
> > Cc: Gustavo Padovan <[email protected]>
> > Cc: Johan Hedberg <[email protected]>
> > Cc: "David S. Miller" <[email protected]>
> > Cc: [email protected]
> > Cc: [email protected]
> > Acked-by: Herbert Xu <[email protected]>
> > Acked-and-tested-by: Johan Hedberg <[email protected]>
> > Signed-off-by: Andy Lutomirski <[email protected]>
> > ---
> > net/bluetooth/smp.c | 67
> > ++++++++++++++++++++++-------------------------------
> > 1 file changed, 28 insertions(+), 39 deletions(-)
>
> patch has been applied to bluetooth-next tree.
Sadly carrying this separately will delay the virtual kernel stacks feature by
a
kernel cycle, because it's a must-have prerequisite.
Thanks,
Ingo