Skip to content

scsi: qedf: Make qedf_execute_tmf() non-preemptible

John Meneghini requested to merge johnmeneghini/centos-stream-9:R25790 into main

JIRA: https://issues.redhat.com/browse/RHEL-25790

Stop calling smp_processor_id() from preemptible code in qedf_execute_tmf90. This results in BUG_ON() when running an RT kernel.

Signed-off-by: John Meneghini jmeneghi@redhat.com

Merge request reports