lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 27 Apr 2021 18:59:12 -0500
From:   Samuel Holland <samuel@...lland.org>
To:     "Martin K. Petersen" <martin.petersen@...cle.com>,
        "James E.J. Bottomley" <jejb@...ux.ibm.com>,
        Adam Radford <aradford@...il.com>, linux-scsi@...r.kernel.org
Cc:     Arnd Bergmann <arnd@...db.de>, Joe Perches <joe@...ches.com>,
        linux-kernel@...r.kernel.org, Samuel Holland <samuel@...lland.org>
Subject: [PATCH v5 0/3] 3w-9xxx: Endianness fixes

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ