linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Move RSDP address out of setup_header
@ 2018-11-20  7:25 Juergen Gross
  2018-11-20  7:25 ` [PATCH 1/2] x86/boot: revert commit ae7e1238e68f2a (Add ACPI RSDP address to setup_header) Juergen Gross
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Juergen Gross @ 2018-11-20  7:25 UTC (permalink / raw)
  To: linux-kernel, xen-devel, x86
  Cc: boris.ostrovsky, sstabellini, hpa, tglx, mingo, bp, daniel.kiper,
	Juergen Gross

Resend with Daniel's mailo address corrected

Instead of passing the RSDP address for Xen PVH guests from grub2 to
the kernel in setup_header move it into the non-legacy part of the
boot_params structure.

This patch series should be applied rather sooner than later in order
to avoid shipping linux 4.20 with a corky boot protocol.

Juergen Gross (2):
  x86/boot: revert commit ae7e1238e68f2a (Add ACPI RSDP address to
    setup_header)
  x86/acpi, x86/boot: Take RSDP address from boot params if available

 Documentation/x86/boot.txt            | 32 +-------------------------------
 arch/x86/boot/header.S                |  6 +-----
 arch/x86/include/asm/x86_init.h       |  2 --
 arch/x86/include/uapi/asm/bootparam.h |  7 ++-----
 arch/x86/kernel/acpi/boot.c           |  2 +-
 arch/x86/kernel/head32.c              |  1 -
 arch/x86/kernel/head64.c              |  2 --
 arch/x86/kernel/setup.c               | 17 -----------------
 8 files changed, 5 insertions(+), 64 deletions(-)

-- 
2.16.4


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/2] Move RSDP address out of setup_header
@ 2018-11-20  7:22 Juergen Gross
  2018-11-20  7:22 ` [PATCH 1/2] x86/boot: revert commit ae7e1238e68f2a (Add ACPI RSDP address to setup_header) Juergen Gross
  0 siblings, 1 reply; 7+ messages in thread
From: Juergen Gross @ 2018-11-20  7:22 UTC (permalink / raw)
  To: linux-kernel, xen-devel, x86
  Cc: boris.ostrovsky, sstabellini, hpa, tglx, mingo, bp, dkiper,
	Juergen Gross

Instead of passing the RSDP address for Xen PVH guests from grub2 to
the kernel in setup_header move it into the non-legacy part of the
boot_params structure.

This patch series should be applied rather sooner than later in order
to avoid shipping linux 4.20 with a corky boot protocol.

Juergen Gross (2):
  x86/boot: revert commit ae7e1238e68f2a (Add ACPI RSDP address to
    setup_header)
  x86/acpi, x86/boot: Take RSDP address from boot params if available

 Documentation/x86/boot.txt            | 32 +-------------------------------
 arch/x86/boot/header.S                |  6 +-----
 arch/x86/include/asm/x86_init.h       |  2 --
 arch/x86/include/uapi/asm/bootparam.h |  7 ++-----
 arch/x86/kernel/acpi/boot.c           |  2 +-
 arch/x86/kernel/head32.c              |  1 -
 arch/x86/kernel/head64.c              |  2 --
 arch/x86/kernel/setup.c               | 17 -----------------
 8 files changed, 5 insertions(+), 64 deletions(-)

-- 
2.16.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-11-29  1:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-20  7:25 [PATCH 0/2] Move RSDP address out of setup_header Juergen Gross
2018-11-20  7:25 ` [PATCH 1/2] x86/boot: revert commit ae7e1238e68f2a (Add ACPI RSDP address to setup_header) Juergen Gross
2018-11-20  9:59   ` [tip:x86/urgent] x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setup_header") tip-bot for Juergen Gross
2018-11-20  7:25 ` [PATCH 2/2] x86/acpi, x86/boot: Take RSDP address from boot params if available Juergen Gross
2018-11-20  9:59   ` [tip:x86/urgent] " tip-bot for Juergen Gross
2018-11-29  1:05 ` [Xen-devel] [PATCH 0/2] Move RSDP address out of setup_header Hans van Kranenburg
  -- strict thread matches above, loose matches on Subject: below --
2018-11-20  7:22 Juergen Gross
2018-11-20  7:22 ` [PATCH 1/2] x86/boot: revert commit ae7e1238e68f2a (Add ACPI RSDP address to setup_header) Juergen Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).