All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernel
@ 2019-04-24  9:29 ` Baoquan He
  0 siblings, 0 replies; 83+ messages in thread
From: Baoquan He @ 2019-04-24  9:29 UTC (permalink / raw)
  To: bp, j-nomura, kasong, dyoung
  Cc: linux-kernel, tglx, fanc.fnst, x86, kexec, hpa, Baoquan He

In this series, patch 2/2 has dependency on patch 1/1, otherwise
it may cause system to reset to firmware on some machines.

The patch 2/2 is the version Boris organized:
http://lkml.kernel.org/r/20190416095209.GG27892@zn.tnic

Patch 1/1 is based on Kairui's v1 patch, and add ACPI tables mapping:
http://lkml.kernel.org/r/20190422092804.15534-1-kasong@redhat.com

Dave Young confirmed this patchset passed test on his t420 laptop, where
the system resetting issue caused by patch 2/2 was found.

Junichi Nomura (1):
  x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernels

Kairui Song (1):
  x86/kexec: Build identity mapping for EFI systab and ACPI tables

 arch/x86/boot/compressed/acpi.c    | 143 +++++++++++++++++++++--------
 arch/x86/kernel/machine_kexec_64.c |  86 +++++++++++++++++
 2 files changed, 193 insertions(+), 36 deletions(-)

-- 
2.17.2


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

end of thread, other threads:[~2019-06-06 19:26 UTC | newest]

Thread overview: 83+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24  9:29 [PATCH v5 0/2] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernel Baoquan He
2019-04-24  9:29 ` Baoquan He
2019-04-24  9:29 ` [PATCH v5 1/2] x86/kexec: Build identity mapping for EFI systab and ACPI tables Baoquan He
2019-04-24  9:29   ` Baoquan He
2019-04-27 16:11   ` Borislav Petkov
2019-04-27 16:11     ` Borislav Petkov
2019-04-28  5:41     ` Baoquan He
2019-04-28  5:41       ` Baoquan He
2019-04-29 12:50       ` Borislav Petkov
2019-04-29 12:50         ` Borislav Petkov
2019-04-29  0:23   ` [PATCH v6 " Baoquan He
2019-04-29  0:23     ` Baoquan He
2019-04-29 13:55     ` Borislav Petkov
2019-04-29 13:55       ` Borislav Petkov
2019-04-29 14:16       ` Baoquan He
2019-04-29 14:16         ` Baoquan He
2019-05-13  1:43       ` Baoquan He
2019-05-13  1:43         ` Baoquan He
2019-05-13  7:07         ` Borislav Petkov
2019-05-13  7:07           ` Borislav Petkov
2019-05-13  7:32           ` Baoquan He
2019-05-13  7:32             ` Baoquan He
2019-05-13  7:50             ` Borislav Petkov
2019-05-13  7:50               ` Borislav Petkov
2019-05-13  8:02               ` Baoquan He
2019-05-13  8:02                 ` Baoquan He
2019-05-15  5:17                 ` Junichi Nomura
2019-05-15  5:17                   ` Junichi Nomura
2019-05-15  6:58                   ` Borislav Petkov
2019-05-15  6:58                     ` Borislav Petkov
2019-05-15  7:09                     ` Junichi Nomura
2019-05-15  7:09                       ` Junichi Nomura
2019-05-21  9:02                       ` Kairui Song
2019-05-21  9:02                         ` Kairui Song
2019-05-21 10:43                         ` Junichi Nomura
2019-05-21 10:43                           ` Junichi Nomura
2019-05-21 18:09                         ` Borislav Petkov
2019-05-21 18:09                           ` Borislav Petkov
2019-05-28  2:49                           ` Kairui Song
2019-05-28  2:49                             ` Kairui Song
2019-06-06 19:20                             ` Borislav Petkov
2019-06-06 19:20                               ` Borislav Petkov
2019-05-13  8:06               ` Baoquan He
2019-05-13  8:06                 ` Baoquan He
2019-05-14  3:22                 ` Dave Young
2019-05-14  3:22                   ` Dave Young
2019-05-14  3:33                   ` Baoquan He
2019-05-14  3:33                     ` Baoquan He
2019-05-21 21:53                     ` Dirk van der Merwe
2019-05-21 21:53                       ` Dirk van der Merwe
2019-05-21 23:04                       ` Borislav Petkov
2019-05-21 23:04                         ` Borislav Petkov
2019-05-14  8:48                   ` Dave Young
2019-05-14  8:48                     ` Dave Young
2019-05-14 11:18                     ` Kairui Song
2019-05-14 11:18                       ` Kairui Song
2019-05-14 11:38                     ` Peter Zijlstra
2019-05-14 11:38                       ` Peter Zijlstra
2019-05-14 12:58                       ` Dave Young
2019-05-14 12:58                         ` Dave Young
2019-05-14 13:54                         ` Peter Zijlstra
2019-05-14 13:54                           ` Peter Zijlstra
2019-05-14 14:09                         ` Ingo Molnar
2019-05-14 14:09                           ` Ingo Molnar
2019-05-15  1:08                           ` Dave Young
2019-05-15  1:08                             ` Dave Young
2019-05-15  6:43                             ` Junichi Nomura
2019-05-15  6:43                               ` Junichi Nomura
2019-05-17 13:41                   ` Borislav Petkov
2019-05-17 13:41                     ` Borislav Petkov
2019-05-17 13:50                     ` [PATCH] x86/boot: Call get_rsdp_addr() after console_init() Borislav Petkov
2019-05-17 13:50                       ` Borislav Petkov
2019-05-21  9:28                       ` Baoquan He
2019-05-21  9:28                         ` Baoquan He
2019-06-06 19:22     ` [tip:x86/boot] x86/kexec: Add the EFI system tables and ACPI tables to the ident map tip-bot for Kairui Song
2019-04-24  9:29 ` [PATCH v5 2/2] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernels Baoquan He
2019-04-24  9:29   ` Baoquan He
2019-04-24  9:33   ` Baoquan He
2019-04-24  9:33     ` Baoquan He
2019-04-24  9:38 ` [PATCH v5 0/2] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernel Borislav Petkov
2019-04-24  9:38   ` Borislav Petkov
2019-04-24 10:00   ` Baoquan He
2019-04-24 10:00     ` Baoquan He

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.