All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Behun <marek.behun@nic.cz>
To: u-boot@lists.denx.de
Subject: [PATCH] fs: btrfs: Add missing cache aligned allocation
Date: Wed, 19 May 2021 08:33:07 +0200	[thread overview]
Message-ID: <20210519083307.0a047a82@thinkpad> (raw)
In-Reply-To: <20210517223939.408794-1-marex@denx.de>

On Tue, 18 May 2021 00:39:39 +0200
Marek Vasut <marex@denx.de> wrote:

> The superblock buffer must be cache aligned, since it might be used
> in DMA context, allocate it using ALLOC_CACHE_ALIGN_BUFFER() just
> like it was done in btrfs_read_superblock() and read_tree_node().
> 
> This fixes this output on boot and non-working btrfs on iMX53:
> CACHE: Misaligned operation at range [ced299d0, ced2a9d0]
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Marek Beh?n <marek.behun@nic.cz>
> Cc: Qu Wenruo <wqu@suse.com>
> ---

Reviewed-by: Marek Beh?n <marek.behun@nic.cz>

  reply	other threads:[~2021-05-19  6:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-17 22:39 [PATCH] fs: btrfs: Add missing cache aligned allocation Marek Vasut
2021-05-19  6:33 ` Marek Behun [this message]
2021-05-27 11:42 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210519083307.0a047a82@thinkpad \
    --to=marek.behun@nic.cz \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.