diff options
author | Mario Preksavec <mario@slackware.hr> | 2023-05-12 00:25:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:29 +0700 |
commit | 40616f3bb87def594c4489d282f7941e4c07512a (patch) | |
tree | cb471b3c37f95ea65f6edd91524082d7b5ac9138 /system/xen/dom0 | |
parent | acd2b48600dc5eb89cac46a9d47ee85d4cc84d08 (diff) |
system/xen: Updated for version 4.17.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xen/dom0')
-rw-r--r-- | system/xen/dom0/README.dom0 | 2 | ||||
-rw-r--r-- | system/xen/dom0/config-5.15.94-xen.x86_64 (renamed from system/xen/dom0/config-5.15.80-xen.x86_64) | 3 | ||||
-rw-r--r-- | system/xen/dom0/kernel-xen.sh | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/system/xen/dom0/README.dom0 b/system/xen/dom0/README.dom0 index 20972b1e5c38b..804d0efb007dc 100644 --- a/system/xen/dom0/README.dom0 +++ b/system/xen/dom0/README.dom0 @@ -57,7 +57,7 @@ kernel-xen.sh: This script builds the Linux Kernel for a Xen Hypervisor. * To make things a bit easier, a copy of Xen EFI binary can be found here: - http://slackware.hr/~mario/xen/xen-4.17.0.efi.gz + http://slackware.hr/~mario/xen/xen-4.17.1.efi.gz !!! Make sure to understand what are you doing at this point, you could easily lose your data. Always create backups !!! diff --git a/system/xen/dom0/config-5.15.80-xen.x86_64 b/system/xen/dom0/config-5.15.94-xen.x86_64 index f5a8efce82d56..a84c93e24e4da 100644 --- a/system/xen/dom0/config-5.15.80-xen.x86_64 +++ b/system/xen/dom0/config-5.15.94-xen.x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.15.80 Kernel Configuration +# Linux/x86 5.15.94 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y @@ -1130,6 +1130,7 @@ CONFIG_INET_ESP=m CONFIG_INET_ESP_OFFLOAD=m CONFIG_INET_ESPINTCP=y CONFIG_INET_IPCOMP=m +CONFIG_INET_TABLE_PERTURB_ORDER=16 CONFIG_INET_XFRM_TUNNEL=m CONFIG_INET_TUNNEL=m CONFIG_INET_DIAG=m diff --git a/system/xen/dom0/kernel-xen.sh b/system/xen/dom0/kernel-xen.sh index 476c1fb77ff37..17a79170b502c 100644 --- a/system/xen/dom0/kernel-xen.sh +++ b/system/xen/dom0/kernel-xen.sh @@ -5,8 +5,8 @@ # Written by Chris Abela <chris.abela@maltats.com>, 20100515 # Modified by Mario Preksavec <mario@slackware.hr> -KERNEL=${KERNEL:-5.15.80} -XEN=${XEN:-4.17.0} +KERNEL=${KERNEL:-5.15.94} +XEN=${XEN:-4.17.1} ROOTMOD=${ROOTMOD:-ext4} ROOTFS=${ROOTFS:-ext4} |