Re: [[PATCH] fix an endianness bug in ext4_encrypted_zeroout()

From: Theodore Ts'o
Date: Thu Nov 26 2015 - 15:21:57 EST


On Thu, Nov 26, 2015 at 04:04:34PM +0000, Al Viro wrote:
> ex->ee_block is not host-endian (note that accesses of other fields
> of *ex right next to that line go through the helpers that do proper
> conversion from little-endian to host-endian; it might make sense
> to add similar for ->ee_block to avoid reintroducing that kind of
> bugs...)
>
> Cc: stable@xxxxxxxxxxxxxxx # v4.1+
> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

Thanks for catching this! Applied.

- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/