RE: [EXTERNAL] [PATCH v2 2/2] crypto: validate crypto callbacks from next node

2024-05-30 Thread Akhil Goyal
> Crypto callbacks are invoked on checking from head node > which is always valid pointer. > > This patch checks next node from the head node if callbacks > registered before invoking callbacks. > > Fixes: 1c3ffb95595e ("cryptodev: add enqueue and dequeue callbacks") > > Signed-off-by: Ganapati

[PATCH v2 2/2] crypto: validate crypto callbacks from next node

2024-05-29 Thread Ganapati Kundapura
Crypto callbacks are invoked on checking from head node which is always valid pointer. This patch checks next node from the head node if callbacks registered before invoking callbacks. Fixes: 1c3ffb95595e ("cryptodev: add enqueue and dequeue callbacks") Signed-off-by: Ganapati Kundapura --- v2: