| commit | 50dcc2e0d62e3c4a54f39673c4dc3dcde7c74d52 | [log] [tgz] |
|---|---|---|
| author | Ard Biesheuvel <ardb@kernel.org> | Tue Oct 17 15:25:13 2023 +0200 |
| committer | Ingo Molnar <mingo@kernel.org> | Wed Oct 18 12:03:04 2023 +0200 |
| tree | 7b7b64ca438e2fd366a0449446c60be2f0d661c5 | |
| parent | d55d5bc5d937743aa8ebb7ca3af25111053b5d8c [diff] |
x86/boot: efistub: Assign global boot_params variable Now that the x86 EFI stub calls into some APIs exposed by the decompressor (e.g., kaslr_get_random_long()), it is necessary to ensure that the global boot_params variable is set correctly before doing so. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: linux-kernel@vger.kernel.org