lkml.org 
[lkml]   [2017]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[BUG] scsi/libfc: Sleep-in-atomic bugs in libfc
Date
According to fc_disc.c, the driver may sleep under a RCU lock,
and the function call paths are:
fc_disc_done (acquire the RCU lock)
fc_rport_logoff
mutex_lock --> may sleep

fc_disc_done (acquire the RCU lock)
fc_rport_login
mutex_lock --> may sleep

fc_disc_stop_rports
fc_rport_logoff
mutex_lock --> may sleep

These bugs are found by my static analysis tool and my code review.

Thanks,
Jia-Ju Bai

\
 
 \ /
  Last update: 2017-10-03 05:09    [W:0.030 / U:0.596 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site