Re: [PATCH 1/1] crypto:algif_aead - Fix kernel panic on list_del

2017-02-01 Thread Stephan Müller
Am Mittwoch, 1. Februar 2017, 21:10:28 CET schrieb Harsh Jain: Hi Harsh, > Kernel panics when userspace program try to access AEAD interface. > Remove node from Linked List before freeing its memory. Very good catch. Thank you. Reviewed-by: Stephan Müller (PS: Herbert,

[PATCH 1/1] crypto:algif_aead - Fix kernel panic on list_del

2017-02-01 Thread Harsh Jain
Kernel panics when userspace program try to access AEAD interface. Remove node from Linked List before freeing its memory. Signed-off-by: Harsh Jain --- crypto/algif_aead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/algif_aead.c