All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] Fix cache misalignment after network load operations
Date: Wed, 14 Sep 2016 00:39:14 -0300	[thread overview]
Message-ID: <CAOMZO5BW4gPrMtkd0MDuMvT=RptBH6LGx9StCjmAwz=59TvuQQ@mail.gmail.com> (raw)
In-Reply-To: <20160914013021.18831-1-Peter.Chubb@data61.csiro.au>

On Tue, Sep 13, 2016 at 10:30 PM,  <Peter.Chubb@data61.csiro.au> wrote:
> After any operation that downloads a file (e.g., pxe get, or dhcp), the
> buffer containing the downloaded data is flushed.  This patch rounds
> up the flushed size to a cacheline boundary, preventing a cache
> misalignment message from u-boot.

Looks like you missed to update the commit log for v2 as you are no
longer flushing the cache :-)

Also, in the Subject line it is always good practice to start with the
subsystem name, so something like:
net: Remove flush_cache() operation

  reply	other threads:[~2016-09-14  3:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-14  1:30 [U-Boot] [PATCH v2] Fix cache misalignment after network load operations Peter.Chubb at data61.csiro.au
2016-09-14  3:39 ` Fabio Estevam [this message]
2016-09-14  3:44   ` Peter.Chubb at data61.csiro.au

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='CAOMZO5BW4gPrMtkd0MDuMvT=RptBH6LGx9StCjmAwz=59TvuQQ@mail.gmail.com' \
    --to=festevam@gmail.com \
    --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.