patches and low-level development discussion
 help / color / mirror / code / Atom feed
 messages from 2025-10-01 14:39:34 to 2025-11-13 11:32:57 UTC [more...]

[PATCH 0/2] Move verity and EFI creation to separate Nix derivations
 2025-11-13 11:32 UTC  (14+ messages)
` [PATCH 1/2] Create Nix derivation for building verity images
` [PATCH 2/2] Move UKI creation to a separate derivation
` [PATCH v2 0/2] Move verity and EFI creation to separate Nix derivations
  ` [PATCH v2 1/2] Build verity images in rootfs Nix derivation
  ` [PATCH v2 2/2] Move UKI creation to a separate derivation
  ` [PATCH v3 0/2] Move verity and EFI creation to separate Nix derivations
    ` [PATCH v3 1/2] Build verity images in rootfs Nix derivation
    ` [PATCH v3 2/2] Move UKI creation to a separate derivation

[PATCH] tools: use llvmPackages as input
 2025-11-13 11:25 UTC  (2+ messages)

[PATCH] tools/start-vmm: enable Cloud Hypervisor landlock
 2025-11-13 11:16 UTC  (3+ messages)

[PATCH 1/3] img/app: move init to /usr/bin
 2025-11-13 11:10 UTC  (3+ messages)
` [PATCH 2/3] img/app: dbus: don't listen on VSOCK
` [PATCH 3/3] pkgs: remove dbus overlay

[PATCH 0/7] System updates based on systemd-sysupdate
 2025-11-12 22:15 UTC  (46+ messages)
` [PATCH 1/7] host/rootfs: Use full util-linux and systemd
` [PATCH 2/7] release/combined: Compress installation image
` [PATCH 3/7] tools: Add directory checker for updates
` [PATCH 4/7] Adjust partition layout to support updates
` [PATCH 5/7] release: add install step
` [PATCH 6/7] Factor out dm-verity build rules
` [PATCH 7/7] Support updates via systemd-sysupdate
` [PATCH v2 0/8] System updates based on systemd-sysupdate
  ` [PATCH v2 1/8] host/rootfs: Install all programs from util-linuxMinimal
  ` [PATCH v2 2/8] host/rootfs: Install systemd-pull
  ` [PATCH v2 3/8] tools: Add directory checker for updates
  ` [PATCH v2 4/8] Adjust partition layout to support updates
  ` [PATCH v2 5/8] release: Create directory with system update
  ` [PATCH v2 6/8] Support updates via systemd-sysupdate
  ` [PATCH v2 7/8] Documentation: Update support
  ` [PATCH v2 8/8] lib/config.nix: Validate configuration parameters

config.nix validation?
 2025-11-09 21:10 UTC  (4+ messages)

[PATCH 0/2] release/checks/shfmt: init
 2025-11-09 18:59 UTC  (7+ messages)
` [PATCH 1/2] scripts: format with shfmt
` [PATCH 2/2] release/checks/shfmt: init

[PATCH] img/app: Use set -euo pipefail for building the erofs
 2025-11-09 18:58 UTC  (3+ messages)

[PATCH 0/2] host/rootfs: remove unnecessary coldplug dependencies
 2025-11-09 15:13 UTC  (3+ messages)
` [PATCH 1/2] host/rootfs: remove vmm-env coldplug dependency
` [PATCH 2/2] host/rootfs: remove vm-env "

[PATCH v6 0/2] Switch from mdevd to systemd-udevd in root filesystem
 2025-11-09 13:58 UTC  (17+ messages)
` [PATCH v6 1/2] tools: Add adapter tool for services using sd_notify
` [PATCH v6 2/2] host/rootfs: Switch to systemd-udevd

[PATCH 0/4] Minor improvements to scripts/run-qemu.sh
 2025-11-09 11:28 UTC  (6+ messages)
` [PATCH 1/4] scripts/run-qemu.sh: better error checks & formatting
` [PATCH 2/4] scripts/run-qemu.sh: decrease indentation
` [PATCH 3/4] scripts/run-qemu.sh: Preserve ,, in QEMU arguments
` [PATCH 4/4] scripts/run-qemu.sh: Unset variables from the environment

[BUG] Spurious test failure in networking integration test
 2025-11-07 21:54 UTC 

[PATCH] host/initramfs: Fix 'nix-shell --pure --run "make run"'
 2025-11-06 10:08 UTC  (2+ messages)

[PATCH v6 0/2] Switch from mdevd to systemd-udevd in root filesystem
 2025-11-06  9:55 UTC  (7+ messages)
` [PATCH v6 1/2] tools: Add adapter tool for services using sd_notify
` [PATCH v6 2/2] host/rootfs: Switch to systemd-udevd

[PATCH v5 0/2] Switch from mdevd to systemd-udevd in root filesystem
 2025-11-03  8:04 UTC  (3+ messages)
  ` [PATCH v5 1/2] tools: Add adapter tool for services using sd_notify
  ` [PATCH v5 2/2] host/rootfs: Switch to systemd-udevd

[PATCH 1/2] host/rootfs: assign-devices: silence errors
 2025-11-02 20:49 UTC  (6+ messages)
` [PATCH 2/2] host/rootfs: /etc/mdev/net/add: make idempotent

[PATCH] tools: use default clang version
 2025-11-02 13:55 UTC  (2+ messages)

[PATCH] release/checks/integration: add nc timeout
 2025-11-02 12:44 UTC  (3+ messages)

Is builtins.readFile okay?
 2025-11-02 12:03 UTC  (4+ messages)

Partitioning in the installer
 2025-11-01 21:25 UTC  (6+ messages)

[PATCH v2 2/3] host/rootfs: Switch to systemd-udevd
 2025-11-01 18:23 UTC  (23+ messages)
` [PATCH v3 0/2] Switch from mdevd to systemd-udevd in root filesystem
  ` [PATCH v3 1/2] tools: Add adapter tool for services using sd_notify
  ` [PATCH v3 2/2] host/rootfs: Switch to systemd-udevd
  ` [PATCH v4 0/2] Switch from mdevd to systemd-udevd in root filesystem
    ` [PATCH v4 1/2] tools: Add adapter tool for services using sd_notify
    ` [PATCH v4 2/2] host/rootfs: Switch to systemd-udevd

Best practices for submitting tree-wide changes
 2025-11-01 12:22 UTC  (2+ messages)

[PATCH 1/2] vm/sys/net: build against pkgsMusl
 2025-10-31 11:17 UTC  (9+ messages)
` [PATCH 2/2] lib/nixpkgs.default.nix: update to staging-next

[PATCH] Add dontFixup=true to derivations that build images
 2025-10-28 22:37 UTC  (4+ messages)

[PATCH] release/checks/integration: adjust timeout when no KVM
 2025-10-26 13:09 UTC 

[PATCH] scripts/make-erofs.sh: Standardize file modes in images
 2025-10-25 11:47 UTC  (2+ messages)

[PATCH v4 0/2] Fix build of forwarder, then improve it
 2025-10-25 11:17 UTC  (5+ messages)
  ` [PATCH v4 1/2] tools/xdp-forwarder: Do not include libc headers in eBPF programs
  ` [PATCH v4 2/2] tools/xdp-forwarder: Simplify forwarder programs

[systemd-devel] With UEFI secure boot and dm-verity, how does one find the user data partition?
 2025-10-20 20:27 UTC  (4+ messages)

[PATCH] tools/xdp-forwarder: Fix build
 2025-10-18 10:56 UTC  (7+ messages)
` [PATCH RFC DOESNOTBUILD v2] tools/xdp-forwarder: Do not include libc headers in eBPF programs
  ` [PATCH v3] "

Build failures against staging
 2025-10-12 22:05 UTC  (3+ messages)

[PATCH v7] Generate file lists from a script
 2025-10-03  9:04 UTC  (5+ messages)
` [PATCH v8] "
  ` [PATCH v9] "

[PATCH v2 0/3] Switch from mdevd to systemd-udevd in root filesystem
 2025-10-02 10:37 UTC  (5+ messages)
` [PATCH v2 3/3] host/rootfs: Simplify s6-rc dependencies


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

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

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).