linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] 3w-9xxx: Endianness fixes
@ 2021-04-27 23:59 Samuel Holland
  2021-04-27 23:59 ` [PATCH v5 1/3] scsi: 3w-9xxx: Use flexible array members to avoid struct padding Samuel Holland
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Samuel Holland @ 2021-04-27 23:59 UTC (permalink / raw)
  To: Martin K. Petersen, James E.J. Bottomley, Adam Radford, linux-scsi
  Cc: Arnd Bergmann, Joe Perches, linux-kernel, Samuel Holland

This series fixes the 3w-9xxx driver in a big-endian configuration.

I received no comments on v4, but it no longer applies cleanly.

Changes from v4 to v5:
  - Rebased on v5.12
Changes from v3 to v4:
  - Changed order of parameters to dma_alloc_coherent()
Changes from v2 to v3:
  - Add additional patches reducing the use of structure packing
Changes from v1 to v2:
  - Include missed header changes
  - Use local variable instead of byte swapping multiple times

Samuel Holland (3):
  scsi: 3w-9xxx: Use flexible array members to avoid struct padding
  scsi: 3w-9xxx: Reduce scope of structure packing
  scsi: 3w-9xxx: Fix endianness issues in command packets

 drivers/scsi/3w-9xxx.c |  72 ++++++++++++-------------
 drivers/scsi/3w-9xxx.h | 119 +++++++++++++++++++++--------------------
 2 files changed, 96 insertions(+), 95 deletions(-)

-- 
2.26.3


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

end of thread, other threads:[~2021-05-22  4:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27 23:59 [PATCH v5 0/3] 3w-9xxx: Endianness fixes Samuel Holland
2021-04-27 23:59 ` [PATCH v5 1/3] scsi: 3w-9xxx: Use flexible array members to avoid struct padding Samuel Holland
2021-04-27 23:59 ` [PATCH v5 2/3] scsi: 3w-9xxx: Reduce scope of structure packing Samuel Holland
2021-04-27 23:59 ` [PATCH v5 3/3] scsi: 3w-9xxx: Fix endianness issues in command packets Samuel Holland
2021-05-15 22:02 ` [PATCH v5 0/3] 3w-9xxx: Endianness fixes Martin K. Petersen
2021-05-22  4:41 ` 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;
as well as URLs for NNTP newsgroup(s).