All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][v2] arm64: Remove __exception_text_start and __exception_text_end from asm/section.h
@ 2020-01-13  4:41 Prabhakar Kushwaha
  2020-01-13 11:59 ` Will Deacon
  0 siblings, 1 reply; 2+ messages in thread
From: Prabhakar Kushwaha @ 2020-01-13  4:41 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Ganapatrao Prabhakerrao Kulkarni, catalin.marinas,
	Kamlakant Patel, prabhakar.pkin, Prabhakar Kushwaha, will

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>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Acked-by: James Morse <james.morse@arm.com>
---
Chages for v2: 
 - Added Acked and Reviewed by 
 - resending with maintainers in CC

 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[];
-- 
2.17.1


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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][v2] arm64: Remove __exception_text_start and __exception_text_end from asm/section.h
  2020-01-13  4:41 [PATCH][v2] arm64: Remove __exception_text_start and __exception_text_end from asm/section.h Prabhakar Kushwaha
@ 2020-01-13 11:59 ` Will Deacon
  0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2020-01-13 11:59 UTC (permalink / raw)
  To: Prabhakar Kushwaha
  Cc: catalin.marinas, Kamlakant Patel,
	Ganapatrao Prabhakerrao Kulkarni, linux-arm-kernel,
	prabhakar.pkin

On Mon, Jan 13, 2020 at 04:41:52AM +0000, 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>
> Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
> Acked-by: James Morse <james.morse@arm.com>
> ---
> Chages for v2: 
>  - Added Acked and Reviewed by 
>  - resending with maintainers in CC

I already queued this last week, but somehow I missed James' Ack :(

https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git/commit/?h=for-next/misc&id=4e410ef96ce6c8d2e2b69d09ab5d44dc8d5352e4

Will

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-13 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13  4:41 [PATCH][v2] arm64: Remove __exception_text_start and __exception_text_end from asm/section.h Prabhakar Kushwaha
2020-01-13 11:59 ` Will Deacon

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.