All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1] ARMv8: fix error in freeing stack frame
Date: Sun, 24 Sep 2017 22:15:50 -0400	[thread overview]
Message-ID: <CAPnjgZ2YsDyTzDY2KeCLs_rn5Gu55zHgMkTdRM3LJWSyC5evWA@mail.gmail.com> (raw)
In-Reply-To: <4d3a3ded-c3ac-2890-8f87-e8708633b283@zoho.com>

On 22 September 2017 at 23:30, zijun_hu <zijun_hu@zoho.com> wrote:
> From: zijun_hu <zijun_hu@htc.com>
>
> relocate_code() allocates 32 bytes stack frame but only 16 bytes are
> freed before return. it will cause errors to possible previous frames
> and doesn't make relocate_code() look like a function.
>
> fix by freeing 32 bytes stack space
>
> Signed-off-by: zijun_hu <zijun_hu@htc.com>
> ---
>  arch/arm/lib/relocate_64.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2017-09-25  2:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-23  5:30 [U-Boot] [PATCH 1/1] ARMv8: fix error in freeing stack frame zijun_hu
2017-09-25  2:15 ` Simon Glass [this message]
2017-10-09 17:00 ` [U-Boot] [U-Boot,1/1] " 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=CAPnjgZ2YsDyTzDY2KeCLs_rn5Gu55zHgMkTdRM3LJWSyC5evWA@mail.gmail.com \
    --to=sjg@chromium.org \
    --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.