[PATCH v3 09/19] scsi: pm80xx: Pass gfp_t flags to libsas event notifiers

2021-01-18 Thread Ahmed S. Darwish
Use the new libsas event notifiers API, which requires callers to explicitly pass the gfp_t memory allocation flags. Call chain analysis, pm8001_hwi.c: pm8001_interrupt_handler_msix() || pm8001_interrupt_handler_intx() || pm8001_tasklet() -> PM8001_CHIP_DISP->isr() = pm80xx_chip_isr()

Re: [PATCH v3 09/19] scsi: pm80xx: Pass gfp_t flags to libsas event notifiers

2021-01-18 Thread Jinpu Wang
On Mon, Jan 18, 2021 at 11:10 AM Ahmed S. Darwish wrote: > > Use the new libsas event notifiers API, which requires callers to > explicitly pass the gfp_t memory allocation flags. > > Call chain analysis, pm8001_hwi.c: > > pm8001_interrupt_handler_msix() || pm8001_interrupt_handler_intx() || >