Re: [PATCH 3/3] scsi: sync cache on write

2025-04-04 Thread Caleb Connolly
On 3/25/25 16:18, neil.armstr...@linaro.org wrote: On 25/03/2025 14:49, Caleb Connolly wrote: On 3/25/25 14:33, Neil Armstrong wrote: On 25/03/2025 14:02, Caleb Connolly wrote: We don't have a mechanism to safely shutdown block devices prior to a baord reset or driver removal. Prevent dat

Re: [PATCH 3/3] scsi: sync cache on write

2025-03-25 Thread neil . armstrong
On 25/03/2025 14:49, Caleb Connolly wrote: On 3/25/25 14:33, Neil Armstrong wrote: On 25/03/2025 14:02, Caleb Connolly wrote: We don't have a mechanism to safely shutdown block devices prior to a baord reset or driver removal. Prevent data loss by synchronizing the SCSI cache after every writ

Re: [PATCH 3/3] scsi: sync cache on write

2025-03-25 Thread Caleb Connolly
On 3/25/25 14:33, Neil Armstrong wrote: On 25/03/2025 14:02, Caleb Connolly wrote: We don't have a mechanism to safely shutdown block devices prior to a baord reset or driver removal. Prevent data loss by synchronizing the SCSI cache after every write. In particular this solves the issue of

Re: [PATCH 3/3] scsi: sync cache on write

2025-03-25 Thread Neil Armstrong
On 25/03/2025 14:02, Caleb Connolly wrote: We don't have a mechanism to safely shutdown block devices prior to a baord reset or driver removal. Prevent data loss by synchronizing the SCSI cache after every write. In particular this solves the issue of capsule updates looping on some devices beca

[PATCH 3/3] scsi: sync cache on write

2025-03-25 Thread Caleb Connolly
We don't have a mechanism to safely shutdown block devices prior to a baord reset or driver removal. Prevent data loss by synchronizing the SCSI cache after every write. In particular this solves the issue of capsule updates looping on some devices because the board resets immediately after deleti