[PATCH 0/2] x86/boot: Fix setup_indirect support

Ross Philipson posted 2 patches 4 years, 5 months ago
There is a newer version of this series
arch/x86/kernel/e820.c     | 31 ++++++++++++++++---------
arch/x86/kernel/kdebugfs.c | 32 +++++++++++++++++++-------
arch/x86/kernel/ksysfs.c   | 56 ++++++++++++++++++++++++++++++++++++----------
arch/x86/kernel/setup.c    | 23 +++++++++++++------
arch/x86/mm/ioremap.c      | 34 +++++++++++++++++++++++-----
5 files changed, 132 insertions(+), 44 deletions(-)
[PATCH 0/2] x86/boot: Fix setup_indirect support
Posted by Ross Philipson 4 years, 5 months ago
The setup_indirect support for x86 setup_data was added in November
of 2019. Several issues were found in the implementation and these
two patches were created to address those issues.

These patches were originally posted as part of the larger Trenchboot
patch set but are now being posted separately since they have been
reviewed and can be merged independently of the Trenchboot work.

Ross Philipson (2):
  x86/boot: Fix memremap of setup_indirect structures
  x86/boot: Add setup_indirect support in early_memremap_is_setup_data

 arch/x86/kernel/e820.c     | 31 ++++++++++++++++---------
 arch/x86/kernel/kdebugfs.c | 32 +++++++++++++++++++-------
 arch/x86/kernel/ksysfs.c   | 56 ++++++++++++++++++++++++++++++++++++----------
 arch/x86/kernel/setup.c    | 23 +++++++++++++------
 arch/x86/mm/ioremap.c      | 34 +++++++++++++++++++++++-----
 5 files changed, 132 insertions(+), 44 deletions(-)

-- 
1.8.3.1