From: Catalin Marinas <catalin.marinas@arm.com>
To: Seongsu Park <sgsu.park@samsung.com>
Cc: will@kernel.org, anshuman.khandual@arm.com, ardb@kernel.org,
maz@kernel.org, joey.gouly@arm.com, quic_neeraju@quicinc.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Leem ChaeHoon <infinite.run@gmail.com>,
Hyongwu Kim <browoo777@gmail.com>,
Gyeonggeon Choi <gychoi@student.42seoul.kr>,
Soomin Cho <to.soomin@gmail.com>, Daero Lee <skseofh@gmail.com>,
kmasta <kmasta.study@gmail.com>
Subject: Re: [PATCH] arm64: head: Remove the instructions that get the virtual offset in __relocate_kernel
Date: Wed, 28 Feb 2024 18:01:06 +0000 [thread overview]
Message-ID: <Zd904gtGFPgTLCe5@arm.com> (raw)
In-Reply-To: <20240226040224.611039-1-sgsu.park@samsung.com>
On Mon, Feb 26, 2024 at 01:02:24PM +0900, Seongsu Park wrote:
> diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S
> index cab7f91949d8..90db196f7c19 100644
> --- a/arch/arm64/kernel/head.S
> +++ b/arch/arm64/kernel/head.S
> @@ -787,8 +787,6 @@ SYM_FUNC_START_LOCAL(__relocate_kernel)
> */
> adr_l x9, __rela_start
> adr_l x10, __rela_end
> - mov_q x11, KIMAGE_VADDR // default virtual offset
> - add x11, x11, x23 // actual virtual offset
>
> 0: cmp x9, x10
> b.hs 1f
This code has been removed by commit 734958ef0b54 ("arm64: head: move
relocation handling to C code") in linux-next, so the patch is no longer
needed.
Thanks.
--
Catalin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Seongsu Park <sgsu.park@samsung.com>
Cc: will@kernel.org, anshuman.khandual@arm.com, ardb@kernel.org,
maz@kernel.org, joey.gouly@arm.com, quic_neeraju@quicinc.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Leem ChaeHoon <infinite.run@gmail.com>,
Hyongwu Kim <browoo777@gmail.com>,
Gyeonggeon Choi <gychoi@student.42seoul.kr>,
Soomin Cho <to.soomin@gmail.com>, Daero Lee <skseofh@gmail.com>,
kmasta <kmasta.study@gmail.com>
Subject: Re: [PATCH] arm64: head: Remove the instructions that get the virtual offset in __relocate_kernel
Date: Wed, 28 Feb 2024 18:01:06 +0000 [thread overview]
Message-ID: <Zd904gtGFPgTLCe5@arm.com> (raw)
In-Reply-To: <20240226040224.611039-1-sgsu.park@samsung.com>
On Mon, Feb 26, 2024 at 01:02:24PM +0900, Seongsu Park wrote:
> diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S
> index cab7f91949d8..90db196f7c19 100644
> --- a/arch/arm64/kernel/head.S
> +++ b/arch/arm64/kernel/head.S
> @@ -787,8 +787,6 @@ SYM_FUNC_START_LOCAL(__relocate_kernel)
> */
> adr_l x9, __rela_start
> adr_l x10, __rela_end
> - mov_q x11, KIMAGE_VADDR // default virtual offset
> - add x11, x11, x23 // actual virtual offset
>
> 0: cmp x9, x10
> b.hs 1f
This code has been removed by commit 734958ef0b54 ("arm64: head: move
relocation handling to C code") in linux-next, so the patch is no longer
needed.
Thanks.
--
Catalin
next prev parent reply other threads:[~2024-02-28 18:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20240226040238epcas1p189fc1471befb73603d75aab855ae37ac@epcas1p1.samsung.com>
2024-02-26 4:02 ` [PATCH] arm64: head: Remove the instructions that get the virtual offset in __relocate_kernel Seongsu Park
2024-02-26 4:02 ` Seongsu Park
2024-02-28 18:01 ` Catalin Marinas [this message]
2024-02-28 18:01 ` Catalin Marinas
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=Zd904gtGFPgTLCe5@arm.com \
--to=catalin.marinas@arm.com \
--cc=anshuman.khandual@arm.com \
--cc=ardb@kernel.org \
--cc=browoo777@gmail.com \
--cc=gychoi@student.42seoul.kr \
--cc=infinite.run@gmail.com \
--cc=joey.gouly@arm.com \
--cc=kmasta.study@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maz@kernel.org \
--cc=quic_neeraju@quicinc.com \
--cc=sgsu.park@samsung.com \
--cc=skseofh@gmail.com \
--cc=to.soomin@gmail.com \
--cc=will@kernel.org \
/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.