summaryrefslogtreecommitdiff
path: root/rnd.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04rnd: add gen_key_bytes to generate key from good entropy sourceDaniel Borkmann1-1/+2
2013-06-04rnd: move entropy source definition to rndDaniel Borkmann1-0/+7
2013-06-04rnd: break out prng from xutilsDaniel Borkmann1-0/+6
d'>patch) treebcff45d9ae7894f217fdb45fc9d147598e9cb2e0 parent9cb62fa24e0d22dbe991c315d6c454a341ea3f76 (diff)
aacraid: Remove code to needlessly complete fib
Currently driver completes double completed or spurious interrupted fibs. This is not necessary and causes the SCSI mid layer to issue aborts and resets, since completing a fib prematurely might trigger a race condition resulting in the driver not calling the scsi_done callback. Fixed by removing the call to fib complete. Signed-off-by: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat