Re: [PATCH] aacraid: Fix potential null access

2017-03-15 Thread Martin K. Petersen
Raghava Aditya Renukunta writes: > Reported-by: Tomas Henzl ...and another mangled email address. Fixed it up. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] aacraid: Fix potential null access

2017-03-15 Thread Martin K. Petersen
Raghava Aditya Renukunta writes: > Currently command threads fails to return ioctls commands for older > controller versions, since it returns when all the fibs have been > allocated. Another issue is even all the fibs have not been allocated, > the correct allocated fibs is not updated nor freed

RE: [PATCH] aacraid: Fix potential null access

2017-03-15 Thread Dave Carroll
; Scott Benesh; Tomas Henzl > Subject: [PATCH] aacraid: Fix potential null access > > Currently command threads fails to return ioctls commands for older > controller versions, since it returns when all the fibs have been allocated. > Another issue is even all the fibs have not been all

[PATCH] aacraid: Fix potential null access

2017-03-14 Thread Raghava Aditya Renukunta
Currently command threads fails to return ioctls commands for older controller versions, since it returns when all the fibs have been allocated. Another issue is even all the fibs have not been allocated, the correct allocated fibs is not updated nor freed. Fixes: 113156bcea9ef1e6 (scsi: aacraid: