[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173627fe-3370-413b-8f9c-50c65892cef9@app.fastmail.com>
Date: Thu, 30 May 2024 10:50:28 +0100
From: "Jiaxun Yang" <jiaxun.yang@...goat.com>
To: "WANG Rui" <wangrui@...ngson.cn>
Cc: "Huacai Chen" <chenhuacai@...nel.org>,
"Binbin Zhou" <zhoubinbin@...ngson.cn>, loongarch@...ts.linux.dev,
linux-kernel@...r.kernel.org,
"stable@...r.kernel.org" <stable@...r.kernel.org>
Subject: Re: [PATCH v3 3/4] LoongArch: Fix entry point in image header
在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
Powered by blists - more mailing lists