patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH 0/8] refresh nixpkgs for Linux 7.1
@ 2026-06-26 18:55 colbyt
  2026-06-26 18:55 ` [PATCH 1/8] pkgs: fix aarch64-musl builds with current nixpkgs colbyt
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: colbyt @ 2026-06-26 18:55 UTC (permalink / raw)
  To: devel; +Cc: colbyt

This series moves the default nixpkgs pin forward and fixes the build
and runtime issues exposed on the generic Spectrum path. It lets the
generic images follow linux_latest, which currently selects Linux 7.1.1.

The changes are split by cause: aarch64-musl build fixes exposed by the
pin bump, integrated skaware and GTK backports, Cloud Hypervisor 52.0
with the local vhost-user GPU patchset rebased, the libfyaml pkg-config
cleanup needed by AppStream, and the app VM closure-root fix for foot
and Firefox.

The Cloud Hypervisor update includes the crosvm SHMEM_MAP compatibility
needed by the current crosvm GPU backend.

I am also sending one optional follow-up patch that keeps the generic
images on linux_6_18 instead. It is the same code path plus a small
kernel package selection patch, and updates the conservative LTS track
from Linux 6.18.2 to the 6.18.36 package from the new nixpkgs pin. That
variant passed the full integration suite on Linux 6.18.36.

Tested on aarch64 with nix-portable:
- cloud-hypervisor package build and cargo checks
- full integration suite: late-serial, appimage, networking, portal on
  Linux 7.1.1

colbyt (8):
  pkgs: fix aarch64-musl builds with current nixpkgs
  lib: update nixpkgs
  pkgs/skaware: vendor backported patches
  pkgs/gtk3: skip integrated Wayland backport
  pkgs/skaware: skip integrated backports
  pkgs/cloud-hypervisor: update GPU patchset to v52
  pkgs/libfyaml: fix pkg-config libs
  vm-lib: allow app VMs to name closure roots

 lib/nixpkgs.default.nix                       |   4 +-
 .../0001-build-use-local-vhost.patch          |  38 +-
 ...0002-virtio-devices-add-a-GPU-device.patch | 684 ++++++++----------
 pkgs/cloud-hypervisor/default.nix             |  77 +-
 ...ost_user-add-crosvm-shmem-map-compat.patch |  79 ++
 pkgs/gtk3/default.nix                         |   4 +-
 pkgs/overlay.nix                              | 112 +++
 ...d-don-t-chmod-device-nodes-for-lines.patch |  10 +
 ...limit-add-p-option-for-rlimit-rtprio.patch |  25 +
 pkgs/skaware-packages/default.nix             |  20 +-
 vm-lib/make-vm.nix                            |   4 +-
 vm/app/firefox.nix                            |   1 +
 vm/app/foot.nix                               |   1 +
 13 files changed, 645 insertions(+), 414 deletions(-)
 create mode 100644 pkgs/cloud-hypervisor/vhost/0003-vhost_user-add-crosvm-shmem-map-compat.patch
 create mode 100644 pkgs/skaware-packages/0001-mdevd-don-t-chmod-device-nodes-for-lines.patch
 create mode 100644 pkgs/skaware-packages/0001-s6-softlimit-add-p-option-for-rlimit-rtprio.patch

-- 
2.54.0


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2026-07-03 14:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-26 18:55 [PATCH 0/8] refresh nixpkgs for Linux 7.1 colbyt
2026-06-26 18:55 ` [PATCH 1/8] pkgs: fix aarch64-musl builds with current nixpkgs colbyt
2026-07-02 12:18   ` Alyssa Ross
2026-06-26 18:55 ` [PATCH 2/8] lib: update nixpkgs colbyt
2026-06-26 18:55 ` [PATCH 3/8] pkgs/skaware: vendor backported patches colbyt
2026-07-02 11:53   ` Alyssa Ross
2026-06-26 18:55 ` [PATCH 4/8] pkgs/gtk3: skip integrated Wayland backport colbyt
2026-07-02 12:19   ` Alyssa Ross
2026-06-26 18:55 ` [PATCH 5/8] pkgs/skaware: skip integrated backports colbyt
2026-06-26 18:55 ` [PATCH 6/8] pkgs/cloud-hypervisor: update GPU patchset to v52 colbyt
2026-06-26 18:55 ` [PATCH 7/8] pkgs/libfyaml: fix pkg-config libs colbyt
2026-06-26 18:55 ` [PATCH 8/8] vm-lib: allow app VMs to name closure roots colbyt
2026-07-02 13:38   ` Alyssa Ross
2026-07-02 23:40     ` colby
2026-07-03 14:02       ` Alyssa Ross
2026-06-26 18:55 ` [PATCH optional] linux: use 6.18 for generic images colbyt
2026-07-02 13:42   ` Alyssa Ross
2026-07-02 23:20     ` colby
2026-07-02 12:03 ` [PATCH 0/8] refresh nixpkgs for Linux 7.1 Alyssa Ross

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