Re: [PATCH] libata: Align ata_device's id on a cacheline

From: Tejun Heo
Date: Thu Feb 25 2016 - 16:38:00 EST


On Wed, Feb 24, 2016 at 03:16:43PM +0000, Harvey Hunt wrote:
> The id buffer in ata_device is a DMA target, but it isn't explicitly
> cacheline aligned. Due to this, adjacent fields can be overwritten with
> stale data from memory on non coherent architectures. As a result, the
> kernel is sometimes unable to communicate with an ATA device.
>
> Fix this by ensuring that the id buffer is cacheline aligned.
>
> This issue is similar to that fixed by Commit 84bda12af31f
> ("libata: align ap->sector_buf").
>
> Signed-off-by: Harvey Hunt <harvey.hunt@xxxxxxxxxx>
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Cc: <stable@xxxxxxxxxxxxxxx> # 2.6.18

Applied to libata/for-4.5-fixes.

Thanks.

--
tejun