From 03c817ef27623a88d959bf94fbcbd8d4e7fed50c Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 7 Nov 2022 00:30:10 +0300 Subject: [PATCH] enable 9p on x86_64 Fixes: 537ae029 ("update version, revrite config files, use zstd compression for kernel") It is enabled on i686 and arm64. Thanks to betcher@ for noting this. --- kernel-i686.config | 4 +++- kernel-x86_64.config | 13 +++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/kernel-i686.config b/kernel-i686.config index 35f4731..ea71efe 100644 --- a/kernel-i686.config +++ b/kernel-i686.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.74 Kernel Configuration +# Linux/x86 5.15.77 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0 20210728 (ROSA)" CONFIG_CC_IS_GCC=y @@ -10842,6 +10842,8 @@ CONFIG_SYMBOLIC_ERRNAME=y CONFIG_DEBUG_BUGVERBOSE=y # end of printk and dmesg options +CONFIG_AS_HAS_NON_CONST_LEB128=y + # # Compile-time checks and compiler options # diff --git a/kernel-x86_64.config b/kernel-x86_64.config index e3823de..ced6dc6 100644 --- a/kernel-x86_64.config +++ b/kernel-x86_64.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.74 Kernel Configuration +# Linux/x86 5.15.77 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0 20210728 (ROSA)" CONFIG_CC_IS_GCC=y @@ -2020,7 +2020,10 @@ CONFIG_RFKILL=y CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y CONFIG_RFKILL_GPIO=m -# CONFIG_NET_9P is not set +CONFIG_NET_9P=y +CONFIG_NET_9P_VIRTIO=m +CONFIG_NET_9P_XEN=m +# CONFIG_NET_9P_DEBUG is not set # CONFIG_CAIF is not set CONFIG_CEPH_LIB=m # CONFIG_CEPH_LIB_PRETTYDEBUG is not set @@ -10114,6 +10117,10 @@ CONFIG_AFS_FS=m # CONFIG_AFS_DEBUG is not set CONFIG_AFS_FSCACHE=y # CONFIG_AFS_DEBUG_CURSOR is not set +CONFIG_9P_FS=m +CONFIG_9P_FSCACHE=y +CONFIG_9P_FS_POSIX_ACL=y +CONFIG_9P_FS_SECURITY=y CONFIG_NLS=y CONFIG_NLS_DEFAULT="utf8" CONFIG_NLS_CODEPAGE_437=y @@ -10724,6 +10731,8 @@ CONFIG_SYMBOLIC_ERRNAME=y CONFIG_DEBUG_BUGVERBOSE=y # end of printk and dmesg options +CONFIG_AS_HAS_NON_CONST_LEB128=y + # # Compile-time checks and compiler options #