From: Tom Rini Date: Mon, 27 Apr 2026 19:44:11 +0000 (-0600) Subject: Merge patch series "scsi: Replace SYNC_CACHE with FUA for scsi write" X-Git-Tag: v2026.07-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b04bda886fe1b990d9071ae0cec4a178d791203;p=thirdparty%2Fu-boot.git Merge patch series "scsi: Replace SYNC_CACHE with FUA for scsi write" Balaji Selvanathan says: This series replaces the SYNC_CACHE approach with FUA (Force Unit Access) to prevent data loss during board resets while avoiding system hangs during large sparse image flashing operations. The previous SYNC_CACHE implementation caused timeouts and hangs when flashing large sparse images because it issued cache sync commands after every write operation. The FUA approach achieves the same data integrity goal by setting the FUA bit in WRITE10 commands. Link: https://lore.kernel.org/r/20260416-enable_fua-v3-0-84508de2bfd9@oss.qualcomm.com --- 9b04bda886fe1b990d9071ae0cec4a178d791203