mbox series

[PULL,v2,Regression,Disco] Fix kdump for arm64 GICv3 platforms

Message ID 20181206155641.GA14635@xps13.dannf
State New
Headers show
Series [PULL,v2,Regression,Disco] Fix kdump for arm64 GICv3 platforms | expand

Pull-request

git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux d05-kdump-d-v2

Message

dann frazier Dec. 6, 2018, 3:57 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1806766

2 patches required minor backporting (annotated), remainder are clean
cherry picks. Tested crashdump on a HiSilicon D05 system and boot
tested on an x86 UEFI system.

v2:
  Clean up conflict markers left in (uncompiled) code

The following changes since commit 7a366efc5c2c563655f1a168b7721c01e2cb76d6:

  UBUNTU: [Packaging] buildinfo -- add buildinfo support to getabis (2018-12-03 12:28:15 -0600)

are available in the Git repository at:

  git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux d05-kdump-d-v2

for you to fetch changes up to bccfda1afe9f3677b615b8eee0685aa2467357dc:

  efi: Prevent GICv3 WARN() by mapping the memreserve table before first use (2018-12-05 08:51:52 -0700)

----------------------------------------------------------------
Ard Biesheuvel (7):
      efi: honour memory reservations passed via a linux specific config table
      efi/arm: libstub: add a root memreserve config table
      efi: add API to reserve memory persistently across kexec reboot
      arm64: memblock: don't permit memblock resizing until linear mapping is up
      efi/arm: Defer persistent reservations until after paging_init()
      efi: Permit calling efi_mem_reserve_persistent() from atomic context
      efi: Prevent GICv3 WARN() by mapping the memreserve table before first use

Marc Zyngier (10):
      irqchip/gic-v3-its: Change initialization ordering for LPIs
      irqchip/gic-v3-its: Simplify LPI_PENDBASE_SZ usage
      irqchip/gic-v3-its: Split property table clearing from allocation
      irqchip/gic-v3-its: Move pending table allocation to init time
      irqchip/gic-v3-its: Keep track of property table's PA and VA
      irqchip/gic-v3-its: Allow use of pre-programmed LPI tables
      irqchip/gic-v3-its: Use pre-programmed redistributor tables with kdump kernels
      irqchip/gic-v3-its: Check that all RDs have the same property table
      irqchip/gic-v3-its: Register LPI tables with EFI config table
      irqchip/gic-v3-its: Allow use of LPI tables in reserved memory

 arch/arm64/kernel/setup.c               |   1 +
 arch/arm64/mm/init.c                    |   2 -
 arch/arm64/mm/mmu.c                     |   2 +
 drivers/firmware/efi/efi.c              |  86 ++++++++++-
 drivers/firmware/efi/libstub/arm-stub.c |  30 ++++
 drivers/irqchip/irq-gic-v3-its.c        | 247 +++++++++++++++++++++++++-------
 drivers/irqchip/irq-gic-v3.c            |  20 +--
 include/linux/efi.h                     |  16 +++
 include/linux/irqchip/arm-gic-v3.h      |   4 +-
 9 files changed, 341 insertions(+), 67 deletions(-)

Comments

Seth Forshee Dec. 10, 2018, 9:38 p.m. UTC | #1
On Thu, Dec 06, 2018 at 08:57:00AM -0700, dann frazier wrote:
> BugLink: https://bugs.launchpad.net/bugs/1806766
> 
> 2 patches required minor backporting (annotated), remainder are clean
> cherry picks. Tested crashdump on a HiSilicon D05 system and boot
> tested on an x86 UEFI system.
> 
> v2:
>   Clean up conflict markers left in (uncompiled) code
> 
> The following changes since commit 7a366efc5c2c563655f1a168b7721c01e2cb76d6:
> 
>   UBUNTU: [Packaging] buildinfo -- add buildinfo support to getabis (2018-12-03 12:28:15 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux d05-kdump-d-v2
> 
> for you to fetch changes up to bccfda1afe9f3677b615b8eee0685aa2467357dc:
> 
>   efi: Prevent GICv3 WARN() by mapping the memreserve table before first use (2018-12-05 08:51:52 -0700)

Applied to disco/master-next, thanks!