mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] scsi: Prevent several section mismatch warnings
@ 2024-03-29 21:11 Uwe Kleine-König
  2024-03-29 21:11 ` [PATCH 1/4] scsi: a3000: Mark driver struct with __refdata to prevent section mismatch Uwe Kleine-König
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2024-03-29 21:11 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen
  Cc: linux-scsi, linux-kernel, Finn Thain, Michael Schmitz

Hello,

this series fixes the same issue in four drivers. The warning is a false
positive and to suppress it the driver structs are marked with
__refdata and a comment is added to describe the (non-trivial)
situation.

Best regards
Uwe

Uwe Kleine-König (4):
  scsi: a3000: Mark driver struct with __refdata to prevent section mismatch
  scsi: a4000t: Mark driver struct with __refdata to prevent section mismatch
  scsi: atari_scsi: Mark driver struct with __refdata to prevent section mismatch
  scsi: mac_scsi: Mark driver struct with __refdata to prevent section mismatch

 drivers/scsi/a3000.c      | 8 +++++++-
 drivers/scsi/a4000t.c     | 8 +++++++-
 drivers/scsi/atari_scsi.c | 8 +++++++-
 drivers/scsi/mac_scsi.c   | 8 +++++++-
 4 files changed, 28 insertions(+), 4 deletions(-)

base-commit: a6bd6c9333397f5a0e2667d4d82fef8c970108f2
-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-04-09  3:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 21:11 [PATCH 0/4] scsi: Prevent several section mismatch warnings Uwe Kleine-König
2024-03-29 21:11 ` [PATCH 1/4] scsi: a3000: Mark driver struct with __refdata to prevent section mismatch Uwe Kleine-König
2024-03-29 21:11 ` [PATCH 2/4] scsi: a4000t: " Uwe Kleine-König
2024-03-29 21:11 ` [PATCH 3/4] scsi: atari_scsi: " Uwe Kleine-König
2024-03-29 21:11 ` [PATCH 4/4] scsi: mac_scsi: " Uwe Kleine-König
2024-04-06  1:12 ` [PATCH 0/4] scsi: Prevent several section mismatch warnings Martin K. Petersen
2024-04-09  3:08 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®