Re: [PATCH 1/2] Documentation: Merge x86-specific boot options doc into kernel-parameters.txt

From: Sohil Mehta
Date: Mon Dec 02 2024 - 14:59:28 EST


On 12/2/2024 11:00 AM, Borislav Petkov wrote:
> From: "Borislav Petkov (AMD)" <bp@xxxxxxxxx>
>
> Documentation/arch/x86/x86_64/boot-options.rst is causing unnecessary
> confusion by being a second place where one can put x86 boot options.
> Move them into the main one.
>
> Drop removed ones like "acpi=ht", while at it.
>
> Signed-off-by: Borislav Petkov (AMD) <bp@xxxxxxxxx>
> ---
> .../admin-guide/kernel-parameters.rst | 3 -
> .../admin-guide/kernel-parameters.txt | 237 ++++++++++++-
> .../arch/x86/x86_64/boot-options.rst | 312 ------------------
> .../arch/x86/x86_64/fake-numa-for-cpusets.rst | 2 +-
> Documentation/arch/x86/x86_64/index.rst | 1 -
> arch/x86/Kconfig.debug | 2 +-
> arch/x86/kernel/pci-dma.c | 4 -
> 7 files changed, 227 insertions(+), 334 deletions(-)
> delete mode 100644 Documentation/arch/x86/x86_64/boot-options.rst

Thank you for incorporating my feedback.

Reviewed-by: Sohil Mehta <sohil.mehta@xxxxxxxxx>