[d-kernel] [PATCH] config: Enable pvpanic modules
Vitaly Chikunov
vt на altlinux.org
Сб Ноя 26 23:46:48 MSK 2022
pvpanic device is useful for virtual machines to determine reboot cause
(was it just reboot or a panic, and was there Kdump event), especially
in virtualised cloud environments.
Link: https://blogs.oracle.com/linux/post/an-introduction-to-pvpanic
Signed-off-by: Vitaly Chikunov <vt at altlinux.org>
---
config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config b/config
index 9b5e988402c0..7303f2ebb2d0 100644
--- a/config
+++ b/config
@@ -2690,8 +2690,8 @@ CONFIG_MISC_RTSX_USB=m
CONFIG_HABANA_AI=m
CONFIG_UACCE=m
CONFIG_PVPANIC=y
-# CONFIG_PVPANIC_MMIO is not set
-# CONFIG_PVPANIC_PCI is not set
+CONFIG_PVPANIC_MMIO=m
+CONFIG_PVPANIC_PCI=m
# end of Misc devices
#
--
2.33.4
Подробная информация о списке рассылки devel-kernel