All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anshuman Khandual <anshuman.khandual@arm.com>
To: Prabhakar Kushwaha <pkushwaha@marvell.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Cc: Kamlakant Patel <kamlakantp@marvell.com>,
	James Morse <james.morse@arm.com>,
	Ganapatrao Prabhakerrao Kulkarni <gkulkarni@marvell.com>
Subject: Re: [PATCH] arm64: Remove __exception_text_start and __exception_text_end from asm/section.h
Date: Thu, 26 Dec 2019 12:24:35 +0530	[thread overview]
Message-ID: <d717351f-df64-19d1-86c5-14de67e5d649@arm.com> (raw)
In-Reply-To: <1576917150-31678-1-git-send-email-pkushwaha@marvell.com>



On 12/21/2019 02:02 PM, Prabhakar Kushwaha wrote:
> Linux commit b6e43c0e3129 ("arm64: remove __exception annotations") has
> removed __exception_text_start and __exception_text_end sections.
> 
> So removing reference of __exception_text_start and __exception_text_end
> from from asm/section.h.
> 
> Signed-off-by: Prabhakar Kushwaha <pkushwaha@marvell.com>
> Cc: James Morse <james.morse@arm.com>

Looks good.

Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>

> ---
>  arch/arm64/include/asm/sections.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/include/asm/sections.h b/arch/arm64/include/asm/sections.h
> index 25a73aab438f..3994169985ef 100644
> --- a/arch/arm64/include/asm/sections.h
> +++ b/arch/arm64/include/asm/sections.h
> @@ -8,7 +8,6 @@
>  #include <asm-generic/sections.h>
>  
>  extern char __alt_instructions[], __alt_instructions_end[];
> -extern char __exception_text_start[], __exception_text_end[];
>  extern char __hibernate_exit_text_start[], __hibernate_exit_text_end[];
>  extern char __hyp_idmap_text_start[], __hyp_idmap_text_end[];
>  extern char __hyp_text_start[], __hyp_text_end[];
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-12-26  6:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-21  8:32 [PATCH] arm64: Remove __exception_text_start and __exception_text_end from asm/section.h Prabhakar Kushwaha
2019-12-26  6:54 ` Anshuman Khandual [this message]
2020-01-10 18:39 ` James Morse

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=d717351f-df64-19d1-86c5-14de67e5d649@arm.com \
    --to=anshuman.khandual@arm.com \
    --cc=gkulkarni@marvell.com \
    --cc=james.morse@arm.com \
    --cc=kamlakantp@marvell.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=pkushwaha@marvell.com \
    /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.