patches and low-level development discussion
 help / color / mirror / code / Atom feed
From: Alyssa Ross <hi@alyssa.is>
To: devel@spectrum-os.org
Cc: Jamie McClymont <jamie@kwiius.com>, Puck Meerburg <puck@puckipedia.com>
Subject: Re: [PATCH nixpkgs v2 0/8] chromiumOSPackages: 83.13020.0.0-rc1 -> 89.13729.0.0-rc1
Date: Wed, 02 Jun 2021 12:30:23 +0000	[thread overview]
Message-ID: <87mts8phy8.fsf@alyssa.is> (raw)
In-Reply-To: <20210529144117.571353-1-hi@alyssa.is>

[-- Attachment #1: Type: text/plain, Size: 3690 bytes --]

Alyssa Ross <hi@alyssa.is> writes:

> Hi everyone,
>
> This is a continuation of the effort to update our chromiumOSPackages,
> which was started by Jamie a couple of months ago[1].
>
> I've taken it over, and I think it should be good now.  Specifically,
> since Jamie's original submission I:
>
>  * Re-enabled xdg-shell in Sommelier, using the reverted upstream
>    implementation[2] instead of Puck's.
>
>  * Fixed the crosvm build by fixing its Cargo.lock, and stopping the
>    boot test trying to open /dev/log, which doesn't exist in Nix
>    builds.
>
>  * Rebased a crosvm patch that was added to Spectrum in the meantime.
>
>  * Removed a kernel patch that was added to Spectrum in the meantime
>    but this update makes obsolete.
>
> I've tested that everything in spectrumPackages and chromiumOSPackages
> builds, and that spectrumPackages.spectrum-vm still runs.
>
> Jamie, thank you so much for getting us most of the way there with
> this -- you saved me a lot of time and I really appreciate it.
>
> [1]: https://spectrum-os.org/lists/archives/spectrum-devel/0100017891d36f4f-0c348828-2ed6-4694-b75c-44d0d659c13c-000000@email.amazonses.com/
> [2]: https://spectrum-os.org/lists/archives/spectrum-devel/87wntkwq7z.fsf@alyssa.is
>
> Alyssa Ross (3):
>   chromiumOSPackages.sommelier: update patches
>   crosvm: fix build
>   spectrumPackages.linux: drop evged patch
>
> Jamie McClymont (5):
>   chromiumOSPackages: 83.13020.0.0-rc1 -> 89.13729.0.0-rc1
>   chromiumOSPackages.linux: fix config
>   chromiumOSPackages.common-mk: update patches
>   chromiumOSPackages.vm_protos: drop GN patch
>   chromiumOSPackages.common-mk: disable clang-only warnings

I've pushed this now, squashed into a single commit to not break
bisection.

Thanks again to Jamie.

>  ...-mk-don-t-leak-source-absolute-paths.patch | 115 +-
>  ...ommon-mk-.gn-don-t-hardcode-env-path.patch |   8 +-
>  .../linux/chromium-os/common-mk/default.nix   |   6 +-
>  .../crosvm/Regenerate-Cargo.lock.patch        | 681 ++++++++++++
>  ...om-tap-fd.patch => VIRTIO_NET_F_MAC.patch} | 202 ++--
>  .../linux/chromium-os/crosvm/default.nix      |  20 +-
>  ...er-don-t-leak-source-absolute-paths.patch} |  10 +-
>  ...tools-sommelier-Switch-to-the-stabl.patch} | 981 ++++++++++--------
>  ...mmelier-make-building-demos-optional.patch | 100 --
>  .../linux/chromium-os/sommelier/default.nix   |   5 +-
>  .../linux/chromium-os/upstream-info.json      |  44 +-
>  ...03-vm_tools-proto-fix-parallel-build.patch |  39 -
>  .../linux/chromium-os/vm_protos/default.nix   |   2 -
>  pkgs/os-specific/linux/kernel/linux-cros.nix  |   6 +-
>  pkgs/os-specific/linux/kernel/patches.nix     |   9 -
>  pkgs/os-specific/linux/spectrum/linux/vm.nix  |   3 -
>  16 files changed, 1445 insertions(+), 786 deletions(-)
>  create mode 100644 pkgs/os-specific/linux/chromium-os/crosvm/Regenerate-Cargo.lock.patch
>  rename pkgs/os-specific/linux/chromium-os/crosvm/{0001-crosvm-support-setting-guest-MAC-from-tap-fd.patch => VIRTIO_NET_F_MAC.patch} (56%)
>  rename pkgs/os-specific/linux/chromium-os/sommelier/{0004-sommelier-don-t-leak-source-absolute-paths.patch => 0003-sommelier-don-t-leak-source-absolute-paths.patch} (69%)
>  rename pkgs/os-specific/linux/chromium-os/sommelier/{0005-sommelier-use-stable-xdg-shell-protocol.patch => 0004-Revert-Revert-vm_tools-sommelier-Switch-to-the-stabl.patch} (66%)
>  delete mode 100644 pkgs/os-specific/linux/chromium-os/sommelier/0006-sommelier-make-building-demos-optional.patch
>  delete mode 100644 pkgs/os-specific/linux/chromium-os/vm_protos/0003-vm_tools-proto-fix-parallel-build.patch
>
> -- 
> 2.31.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      parent reply	other threads:[~2021-06-02 12:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-29 14:41 [PATCH nixpkgs v2 0/8] chromiumOSPackages: 83.13020.0.0-rc1 -> 89.13729.0.0-rc1 Alyssa Ross
2021-05-29 14:41 ` [PATCH nixpkgs v2 1/8] " Alyssa Ross
2021-05-29 14:41 ` [PATCH nixpkgs v2 2/8] chromiumOSPackages.linux: fix config Alyssa Ross
2021-05-29 14:41 ` [PATCH nixpkgs v2 3/8] chromiumOSPackages.common-mk: update patches Alyssa Ross
2021-05-29 14:41 ` [PATCH nixpkgs v2 4/8] chromiumOSPackages.vm_protos: drop GN patch Alyssa Ross
2021-05-29 14:41 ` [PATCH nixpkgs v2 5/8] chromiumOSPackages.common-mk: disable clang-only warnings Alyssa Ross
2021-05-29 14:41 ` [PATCH nixpkgs v2 6/8] chromiumOSPackages.sommelier: update patches Alyssa Ross
2021-05-29 14:41 ` [PATCH nixpkgs v2 7/8] crosvm: fix build Alyssa Ross
2021-05-29 14:41 ` [PATCH nixpkgs v2 8/8] spectrumPackages.linux: drop evged patch Alyssa Ross
2021-06-02 12:30 ` Alyssa Ross [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mts8phy8.fsf@alyssa.is \
    --to=hi@alyssa.is \
    --cc=devel@spectrum-os.org \
    --cc=jamie@kwiius.com \
    --cc=puck@puckipedia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).