mbox series

[0/4] scsi: PREEMPT_RT related fixes.

Message ID 20220506105758.283887-1-bigeasy@linutronix.de
Headers show
Series scsi: PREEMPT_RT related fixes. | expand

Message

Sebastian Andrzej Siewior May 6, 2022, 10:57 a.m. UTC
Hi,

this is what I have in PREEMPT_RT queue for the SCSI stack.
Two of these patches have been posted earlier by Davidlohr in another
series. I then added the statistics change and then I stumbled upon
another get_cpu() usage in bnx2fc so there are four patches now.
Due lack of hardware, the series has been compile tested only.

Sebastian

Comments

Martin K. Petersen May 17, 2022, 1:28 a.m. UTC | #1
Sebastian,

> this is what I have in PREEMPT_RT queue for the SCSI stack.  Two of
> these patches have been posted earlier by Davidlohr in another
> series. I then added the statistics change and then I stumbled upon
> another get_cpu() usage in bnx2fc so there are four patches now.  Due
> lack of hardware, the series has been compile tested only.

Applied to 5.19/scsi-staging, thanks!
Sebastian Andrzej Siewior May 17, 2022, 6:11 a.m. UTC | #2
On 2022-05-16 21:28:51 [-0400], Martin K. Petersen wrote:
> 
> Sebastian,
Hi Martin,

> Applied to 5.19/scsi-staging, thanks!

Thank you.

Sebastian
Martin K. Petersen May 20, 2022, 1:09 a.m. UTC | #3
On Fri, 6 May 2022 12:57:54 +0200, Sebastian Andrzej Siewior wrote:

> this is what I have in PREEMPT_RT queue for the SCSI stack.
> Two of these patches have been posted earlier by Davidlohr in another
> series. I then added the statistics change and then I stumbled upon
> another get_cpu() usage in bnx2fc so there are four patches now.
> Due lack of hardware, the series has been compile tested only.
> 
> Sebastian
> 
> [...]

Applied to 5.19/scsi-queue, thanks!

[1/4] scsi: fcoe: Add a local_lock to fcoe_percpu
      https://git.kernel.org/mkp/scsi/c/848b89778ed5
[2/4] scsi: fcoe: Use per-CPU API to update per-CPU statistics.
      https://git.kernel.org/mkp/scsi/c/a912460efafe
[3/4] scsi: libfc: Remove get_cpu() semantics in fc_exch_em_alloc()
      https://git.kernel.org/mkp/scsi/c/a0548edf852a
[4/4] scsi: bnx2fc: Avoid using get_cpu() in bnx2fc_cmd_alloc().
      https://git.kernel.org/mkp/scsi/c/20f8932f979e