[GIT PULL] xen: fixes for 5.4-rc3
From: Juergen Gross
Date: Sat Oct 12 2019 - 06:51:36 EST
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.4-rc3-tag
xen: fixes for 5.4-rc3
It contains the following patches:
- a patch to correct panic handling when running as a Xen guest
- a cleanup in the Xen grant driver to remove printing a pointer being
always NULL
- a patch to remove a soon to be wrong call of of_dma_configure()
Thanks.
Juergen
Documentation/admin-guide/kernel-parameters.txt | 4 ++++
arch/x86/xen/enlighten.c | 28 ++++++++++++++++++++++---
drivers/gpu/drm/xen/xen_drm_front.c | 12 ++---------
drivers/xen/gntdev.c | 13 ++----------
drivers/xen/grant-table.c | 3 +--
5 files changed, 34 insertions(+), 26 deletions(-)
Boris Ostrovsky (1):
x86/xen: Return from panic notifier
Fuqian Huang (1):
xen/grant-table: remove unnecessary printing
Rob Herring (1):
xen: Stop abusing DT of_dma_configure API