lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ