android_kernel_xiaomi_sm8450/drivers/target
Maurizio Lombardi 1b28bf868f scsi: target: core: Fix warning on RT kernels
[ Upstream commit 84ed64b1a7a7fcd507598dee7708c1f225123711 ]

Calling spin_lock_irqsave() does not disable the interrupts on realtime
kernels, remove the warning and replace assert_spin_locked() with
lockdep_assert_held().

Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230110125310.55884-1-mlombard@redhat.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-15 17:22:14 +01:00
..
iscsi scsi: target: iscsi: Make sure the np under each tpg is unique 2022-02-16 12:54:19 +01:00
loopback scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus() 2022-11-25 17:45:55 +01:00
sbp
tcm_fc
Kconfig
Makefile
target_core_alua.c scsi: target: Fix alua_tg_pt_gps_count tracking 2021-11-26 10:39:11 +01:00
target_core_alua.h
target_core_configfs.c scsi: target: Fix the pgr/alua_support_store functions 2021-09-30 10:11:03 +02:00
target_core_device.c target: remove an incorrect unmap zeroes data deduction 2022-06-09 10:21:01 +02:00
target_core_fabric_configfs.c
target_core_fabric_lib.c
target_core_file.c fix iov_iter_bvec() "direction" argument 2023-02-15 17:22:11 +01:00
target_core_file.h
target_core_hba.c
target_core_iblock.c
target_core_iblock.h
target_core_internal.h scsi: target: Fix ordered tag handling 2021-11-26 10:39:11 +01:00
target_core_pr.c scsi: target: core: Prevent underflow for service actions 2021-03-17 17:06:26 +01:00
target_core_pr.h
target_core_pscsi.c scsi: target: pscsi: Fix warning in pscsi_complete_cmd() 2021-05-11 14:47:23 +02:00
target_core_pscsi.h
target_core_rd.c
target_core_rd.h
target_core_sbc.c scsi: target: Fix protect handling in WRITE SAME(32) 2021-07-28 14:35:39 +02:00
target_core_spc.c
target_core_stat.c
target_core_tmr.c scsi: target: core: Fix warning on RT kernels 2023-02-15 17:22:14 +01:00
target_core_tpg.c
target_core_transport.c scsi: target: Fix ordered tag handling 2021-11-26 10:39:11 +01:00
target_core_ua.c
target_core_ua.h
target_core_user.c scsi: target: tcmu: Fix possible page UAF 2022-04-20 09:23:21 +02:00
target_core_xcopy.c
target_core_xcopy.h