Re: [PATCH v2] powerpc: Fix unnecessary copy to 0 when kernel is booted at address 0.
From: Michael Ellerman
Date: Mon Jun 24 2024 - 08:31:24 EST
On Thu, 20 Jun 2024 10:41:50 +0800, Jinglin Wen wrote:
> According to the code logic, when the kernel is loaded to address 0,
> no copying operation should be performed, but it is currently being
> done.
>
> This patch fixes the issue where the kernel code was incorrectly
> duplicated to address 0 when booting from address 0.
>
> [...]
Applied to powerpc/fixes.
[1/1] powerpc: Fix unnecessary copy to 0 when kernel is booted at address 0.
https://git.kernel.org/powerpc/c/13fc6c175924eaa953cf597ce28ffa4edc4554a6
cheers