patches and low-level development discussion
 help / color / mirror / code / Atom feed
 messages from 2026-07-11 20:14:17 to 2026-08-07 16:12:11 UTC [more...]

UX: Initial use cases & actions
 2026-08-07 16:12 UTC  (6+ messages)

[PATCH] Documentation: reword information on mailing lists
 2026-08-07 16:07 UTC  (2+ messages)

[PATCH] Documentation: adopt a consistent nav_order format
 2026-08-06 16:15 UTC  (3+ messages)

[PATCH v2] Set up control groups for most services
 2026-08-06  6:58 UTC  (123+ messages)
` [PATCH v3 00/22] Control group support
  ` [PATCH v3 01/22] host/rootfs: Mount filesystems before s6-rc-init
    ` [PATCH v4 00/20] Control group support
      ` [PATCH v4 01/20] host/rootfs: Mount filesystems before s6-rc-init
      ` [PATCH v4 02/20] tools: Add control group manager
      ` [PATCH v4 03/20] Documentation: Mention control groups
      ` [PATCH v4 04/20] Mount cgroup2 filesystem at /sys/fs/cgroup
      ` [PATCH v4 05/20] host/rootfs: Add helper program for per-VM services
      ` [PATCH v4 06/20] host/rootfs: Enable controllers in sub-cgroups
      ` [PATCH v4 07/20] host/rootfs: Add comments where cgroups are intentionally not used
      ` [PATCH v4 08/20] host/rootfs: serial-getty-generator: Use cgroups
      ` [PATCH v4 09/20] host/rootfs: Set up parent cgroup for all per-VM services
      ` [PATCH v4 10/20] host/rootfs: Create per-VM cgroup for all of the VM's services
      ` [PATCH v4 11/20] host/rootfs: run-vmm: Create per-VM cgroup
      ` [PATCH v4 12/20] host/rootfs: run-appimage: Purge the "
      ` [PATCH v4 13/20] host/rootfs: run-flatpak: "
      ` [PATCH v4 14/20] host/rootfs: dbus: Run in cgroup
      ` [PATCH v4 15/20] host/rootfs: vhost-user-fs: "
      ` [PATCH v4 16/20] host/rootfs: vhost-user-gpu: "
      ` [PATCH v4 17/20] host/rootfs: xdg-desktop-portal-spectrum-host: "
      ` [PATCH v4 18/20] host/rootfs: systemd-udevd: "
      ` [PATCH v4 19/20] host/rootfs: weston: "
      ` [PATCH v4 20/20] host/rootfs: spectrum-router: "
      ` [PATCH v5 00/19] Control group support
        ` [PATCH v5 01/19] host/rootfs: Mount filesystems before s6-rc-init
        ` [PATCH v5 02/19] tools: Add control group manager
        ` [PATCH v5 03/19] Documentation: Mention control groups
        ` [PATCH v5 04/19] Mount cgroup2 filesystem at /sys/fs/cgroup
        ` [PATCH v5 05/19] host/rootfs: Enable controllers in non-root cgroups
        ` [PATCH v5 06/19] host/rootfs: Add comments where cgroups are intentionally not used
        ` [PATCH v5 07/19] host/rootfs: serial-getty-generator: Use cgroups
        ` [PATCH v5 08/19] host/rootfs: systemd-udevd: Run in cgroup
        ` [PATCH v5 09/19] host/rootfs: weston: "
        ` [PATCH v5 10/19] host/rootfs: Set up parent cgroup for all per-VM services
        ` [PATCH v5 11/19] host/rootfs: Create per-VM cgroup for all of the VM's services
        ` [PATCH v5 12/19] host/rootfs: run-vmm: Create per-VM cgroup
        ` [PATCH v5 13/19] host/rootfs: run-appimage: Purge the "
        ` [PATCH v5 14/19] host/rootfs: run-flatpak: "
        ` [PATCH v5 15/19] host/rootfs: dbus: Run in cgroup
        ` [PATCH v5 16/19] host/rootfs: vhost-user-fs: "
        ` [PATCH v5 17/19] host/rootfs: vhost-user-gpu: "
        ` [PATCH v5 18/19] host/rootfs: xdg-desktop-portal-spectrum-host: "
        ` [PATCH v5 19/19] host/rootfs: spectrum-router: "
        ` [PATCH v6 00/19] Control group support
          ` [PATCH v6 01/19] host/rootfs: Mount filesystems before s6-rc-init
          ` [PATCH v6 02/19] tools: Add control group manager
          ` [PATCH v6 03/19] Documentation: Mention control groups
          ` [PATCH v6 04/19] Mount cgroup2 filesystem at /sys/fs/cgroup
          ` [PATCH v6 05/19] host/rootfs: Enable controllers in non-root cgroups
          ` [PATCH v6 06/19] host/rootfs: Add comments where cgroups are intentionally not used
          ` [PATCH v6 07/19] host/rootfs: serial-getty-generator: Use cgroups
          ` [PATCH v6 08/19] host/rootfs: systemd-udevd: Run in cgroup
          ` [PATCH v6 09/19] host/rootfs: weston: "
          ` [PATCH v6 10/19] host/rootfs: Set up parent cgroup for all per-VM services
          ` [PATCH v6 11/19] host/rootfs: Create per-VM cgroup for all of the VM's services
          ` [PATCH v6 12/19] host/rootfs: run-vmm: Create per-VM cgroup
          ` [PATCH v6 13/19] host/rootfs: run-appimage: Purge the "
          ` [PATCH v6 14/19] host/rootfs: run-flatpak: "
          ` [PATCH v6 15/19] host/rootfs: dbus: Run in cgroup
          ` [PATCH v6 16/19] host/rootfs: vhost-user-fs: "
          ` [PATCH v6 17/19] host/rootfs: vhost-user-gpu: "
          ` [PATCH v6 18/19] host/rootfs: xdg-desktop-portal-spectrum-host: "
          ` [PATCH v6 19/19] host/rootfs: spectrum-router: "
  ` [PATCH v3 02/22] scripts: Support symlinks in s6-rc-compile inputs
  ` [PATCH v3 03/22] tools: Add control group manager
  ` [PATCH v3 04/22] Documentation: Mention control groups
  ` [PATCH v3 05/22] Mount cgroup2 filesystem at /sys/fs/cgroup
  ` [PATCH v3 06/22] host/rootfs: Add helper program for per-VM services
  ` [PATCH v3 07/22] host/rootfs: Enable controllers in sub-cgroups
  ` [PATCH v3 08/22] host/rootfs: Add comments where cgroups are intentionally not used
  ` [PATCH v3 09/22] host/rootfs: serial-getty-generator: Use cgroups
  ` [PATCH v3 10/22] host/rootfs: Set up parent cgroup for all per-VM services
  ` [PATCH v3 11/22] host/rootfs: Create per-VM cgroup for all of the VM's services
  ` [PATCH v3 12/22] host/rootfs: run-vmm: Create per-VM cgroup
  ` [PATCH v3 13/22] host/rootfs: run-appimage: Purge the "
  ` [PATCH v3 14/22] host/rootfs: run-flatpak: "
  ` [PATCH v3 15/22] host/rootfs: dbus: Run in cgroup
  ` [PATCH v3 16/22] host/rootfs: vhost-user-fs: "
  ` [PATCH v3 17/22] host/rootfs: vhost-user-gpu: "
  ` [PATCH v3 18/22] host/rootfs: xdg-desktop-portal-spectrum-host: "
  ` [PATCH v3 19/22] host/rootfs: systemd-udevd: "
  ` [PATCH v3 20/22] host/rootfs: weston: "
  ` [PATCH v3 21/22] host/rootfs: spectrum-router: "
  ` [PATCH v3 22/22] host/rootfs: vm-import: Use elglob -w

[PATCH] Documentation: document expectations around AI use
 2026-08-05 16:23 UTC  (4+ messages)

[PATCH 5/6] installer: suppress boot console status noise
 2026-08-03 12:53 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
  ` [PATCH v4] "
      ` [PATCH v5] "

[PATCH] vm: optional 16K-page guest kernel builds
 2026-08-03 12:49 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[RFC] Host-to-VM attestation: proving an unmodified Spectrum host
 2026-08-01 22:01 UTC  (3+ messages)

Sorry for the error / flood
 2026-07-30 19:42 UTC 

Cosmic Progress
 2026-07-30 19:20 UTC  (3+ messages)

[PATCH 8/8] vm-lib: allow app VMs to name closure roots
 2026-07-30 19:20 UTC  (2+ messages)

[PATCH] Documentation: simplify information on instant messaging
 2026-07-30 10:18 UTC  (5+ messages)
` [PATCH v2] "

Potential improvements to mount-flatpak
 2026-07-27 11:01 UTC  (4+ messages)

[PATCH] Documentation: move b4 guide to the back
 2026-07-24 12:58 UTC  (3+ messages)

[PATCH] Documentation: exclude redirected locations from the sitemap
 2026-07-24 12:58 UTC  (2+ messages)

[PATCH] Documentation: simplify overview of communication channels
 2026-07-24 12:58 UTC  (2+ messages)

Why is /run/vm/by-id/${VM} writable by the VMM?
 2026-07-22  8:18 UTC  (8+ messages)

Networking test runs run-vmm twice with the same VM ID
 2026-07-21 16:03 UTC  (7+ messages)

[PATCH] Documentation: remove redundant contributing page
 2026-07-21 15:50 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] host/rootfs: Avoid using bwrap to enter new PID namespace
 2026-07-15 16:51 UTC  (7+ messages)

Implementing a control group manager that isn't a persistent daemon
 2026-07-14  2:56 UTC  (2+ messages)

[RFC PATCH 0/6] host/rootfs: switch from Weston to cosmic-comp
 2026-07-13 17:02 UTC  (5+ messages)
` [RFC PATCH 4/6] Revert "host/rootfs: Makefile: don't use QEMU with GL"

Duplicated VM start and shutdown code
 2026-07-13 14:44 UTC  (5+ messages)


Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).