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]
Message-ID: <CAAhV-H4tftt3zu-BzpKvZ5vGz3rN4-rkO5uc=h3_T7JJMH4-MA@mail.gmail.com>
Date: Thu, 30 May 2024 18:41:12 +0800
From: Huacai Chen <chenhuacai@...nel.org>
To: Jiaxun Yang <jiaxun.yang@...goat.com>
Cc: WANG Rui <wangrui@...ngson.cn>, 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

On Thu, May 30, 2024 at 5:50 PM Jiaxun Yang <jiaxun.yang@...goat.com> wrote:
>
>
>
> 在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?
I will update this patch in my tree, you needn't do anything.

Huacai

>
> Thanks
> [...]
> >>
> >>
> >
> > - Rui
>
> --
> - Jiaxun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ