guix_mirror_bot pushed a commit to branch kernel-updates
in repository guix.

commit 7c8cca591203a40938973376e8f9e33071ab046f
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Fri Jul 24 23:35:22 2026 -0700

    gnu: mnt-reform-kernel-options: Enable support for vsockets.
    
    * gnu/packages/linux.scm (mnt-reform-kernel-options): Enable support for
    vsockets.
---
 gnu/packages/linux.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 115612f3b4..7823ae6d1a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1907,6 +1907,14 @@ Linux kernel.  It has been modified to remove all 
non-free binary blobs.")
     ;; Provide support for ath9k wireless
     ("CONFIG_ATH9K" . m)
     ("CONFIG_ATH9K_HTC" . m)
+    ;; vsockets support
+    ("CONFIG_VSOCKETS" . m)
+    ("CONFIG_VSOCKETS_DIAG" . m)
+    ("CONFIG_VSOCKETS_LOOPBACK" . m)
+    ("CONFIG_VMWARE_VMCI_VSOCKETS" . m)
+    ("CONFIG_VIRTIO_VSOCKETS" . m)
+    ("CONFIG_VIRTIO_VSOCKETS_COMMON" . m)
+    ("CONFIG_HYPERV_VSOCKETS" . m)
     ,@(if (version>=? version "6.18")
           '(("CONFIG_ROCKCHIP_DW_MIPI_DSI2" . #true))
           ;; 6.12 or older gets this instead:

Reply via email to