From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 25 Mar 2020 14:35:52 -0600 Subject: [PATCH] fs: ext4: Fix alignment of cache buffers In-Reply-To: References: Message-ID: <1077097a-1830-8b5e-1eb5-374e133ba039@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 3/25/20 2:27 PM, Jan Kiszka wrote: > From: Jan Kiszka > > We need to align the cache buffer to ARCH_DMA_MINALIGN in order to avoid > access errors like > > CACHE: Misaligned operation at range [be0231e0, be0235e0] > > seen on the MCIMX7SABRE. > > Fixes: d5aee659f217 ("fs: ext4: cache extent data") > Signed-off-by: Jan Kiszka Reviewed-by: Stephen Warren It's probably just a fluke that this happens to show up on some SoCs/boards/configurations but not others. Or perhaps the MINALIGN value differs?