From: "Jiaxun Yang" <jiaxun.yang@flygoat.com>
To: "WANG Rui" <wangrui@loongson.cn>
Cc: "Huacai Chen" <chenhuacai@kernel.org>,
"Binbin Zhou" <zhoubinbin@loongson.cn>,
loongarch@lists.linux.dev, linux-kernel@vger.kernel.org,
"stable@vger.kernel.org" <stable@vger.kernel.org>
Subject: Re: [PATCH v3 3/4] LoongArch: Fix entry point in image header
Date: Thu, 30 May 2024 10:50:28 +0100 [thread overview]
Message-ID: <173627fe-3370-413b-8f9c-50c65892cef9@app.fastmail.com> (raw)
In-Reply-To: <CAHirt9hbzVxcKzwnSF_5jpwma+kr-WJHBQjc47ojB95Ph9SnqA@mail.gmail.com>
在2024年5月30日五月 上午6:01,WANG Rui写道:
[...]
>> /*
>> * Put .bss..swapper_pg_dir as the first thing in .bss. This will
>> @@ -142,6 +143,7 @@ SECTIONS
>>
>> #ifdef CONFIG_EFI_STUB
>> /* header symbols */
>> + _kernel_entry_phys = kernel_entry & TO_PHYS_MASK;
>
> - _kernel_entry_phys = kernel_entry & TO_PHYS_MASK;
> + _kernel_entry_phys = ABSOLUTE(kernel_entry & TO_PHYS_MASK);
>
Thanks Rui!
Huacai, do you mind committing this fix?
Thanks
[...]
>>
>>
>
> - Rui
--
- Jiaxun
next prev parent reply other threads:[~2024-05-30 9:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-22 22:02 [PATCH v3 0/4] LoongArch: Bootloader interface fixes Jiaxun Yang
2024-05-22 22:02 ` [PATCH v3 1/4] LoongArch: Fix built-in DTB detection Jiaxun Yang
2024-05-30 10:06 ` Thomas Weißschuh
2024-05-30 14:49 ` Huacai Chen
2024-05-22 22:02 ` [PATCH v3 2/4] LoongArch: smp: Add all CPUs enabled by fdt to NUMA node 0 Jiaxun Yang
2024-05-22 22:02 ` [PATCH v3 3/4] LoongArch: Fix entry point in image header Jiaxun Yang
2024-05-29 18:28 ` Nathan Chancellor
2024-05-30 5:01 ` WANG Rui
2024-05-30 9:50 ` Jiaxun Yang [this message]
2024-05-30 10:41 ` Huacai Chen
2024-05-22 22:02 ` [PATCH v3 4/4] LoongArch: Override higher address bits in JUMP_VIRT_ADDR Jiaxun Yang
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=173627fe-3370-413b-8f9c-50c65892cef9@app.fastmail.com \
--to=jiaxun.yang@flygoat.com \
--cc=chenhuacai@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loongarch@lists.linux.dev \
--cc=stable@vger.kernel.org \
--cc=wangrui@loongson.cn \
--cc=zhoubinbin@loongson.cn \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox