RE: [PATCH v1 1/1] scsi: ufs: core: add device level exception support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> >> +    if (status & hba->ee_drv_mask & MASK_EE_DEV_LVL_EXCEPTION) {
> >> +        hba->dev_lvl_exception_count++;
> >> +        sysfs_notify(&hba->dev->kobj, NULL, "device_lvl_exception");
> >> +    }
> >
> > sysfs_notify() may sleep and hence must not be called from an
> > interrupt handler.
> I will look into this.
ufshcd_exception_event_handler is a worker.

Thanks,
Avri
> 
> Thanks, Bao
> 
> >
> > Thanks,
> >
> > Bart.





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]

  Powered by Linux