Re: [PATCH v3 00/19] scsi: libsas: Remove in_interrupt() check

2021-01-26 Thread Martin K. Petersen
On Mon, 18 Jan 2021 11:09:36 +0100, Ahmed S. Darwish wrote: > Changelog v3 > > > - Include latest version of John's patch. Collect r-b tags. > > - Limit all code to 80 columns, even for intermediate patches. > > [...] Applied to 5.12/scsi-queue, thanks! [01/19] Documentation: scs

Re: [PATCH v3 00/19] scsi: libsas: Remove in_interrupt() check

2021-01-22 Thread Martin K. Petersen
Ahmed, > Ahmed S. Darwish (18): > Documentation: scsi: libsas: Remove notify_ha_event() > scsi: libsas: Introduce a _gfp() variant of event notifiers > scsi: mvsas: Pass gfp_t flags to libsas event notifiers > scsi: isci: port: link down: Pass gfp_t flags > scsi: isci: port: link up: P

[PATCH v3 00/19] scsi: libsas: Remove in_interrupt() check

2021-01-18 Thread Ahmed S. Darwish
Hi, Changelog v3 - Include latest version of John's patch. Collect r-b tags. - Limit all code to 80 columns, even for intermediate patches. - Rebase over v5.11-rc4 Changelog v2 https://lkml.kernel.org/r/20210112110647.627783-1-a.darw...@linutronix.de - Rebase on top