Re: [PATCH v5 01/32] bluetooth: Switch SMP to crypto_cipher_encrypt_one()

From: Marcel Holtmann
Date: Thu Jul 14 2016 - 16:30:24 EST


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.
>
> Hi Dave-
>
> It looks like we're delaying virtually mapped stacks to 4.9. That
> means that there's time for this to go in through net-next. Could you
> queue it up?

it is actually already in net-next since we decided to let git handle any potential merge issue.

Regards

Marcel