All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Xen-devel <xen-devel@lists.xenproject.org>,
	"Anthony PERARD" <anthony.perard@vates.tech>,
	"Michal Orzel" <michal.orzel@amd.com>,
	"Jan Beulich" <jbeulich@suse.com>,
	"Julien Grall" <julien@xen.org>,
	"Roger Pau Monné" <roger.pau@citrix.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	"Shawn Anastasio" <sanastasio@raptorengineering.com>,
	"Oleksii Kurochko" <oleksii.kurochko@gmail.com>,
	"Doug Goldstein" <cardoe@cardoe.com>,
	"Victor Lira" <victorm.lira@amd.com>,
	"Samuel Thibault" <samuel.thibault@ens-lyon.org>,
	"Juergen Gross" <jgross@suse.com>
Subject: Re: [PATCH for-4.21 0/5] CI: Add Debian Trixie
Date: Tue, 9 Sep 2025 13:48:53 +0200	[thread overview]
Message-ID: <aMAUJehaWkYyyM-E@mail-itl> (raw)
In-Reply-To: <20250809221206.1260861-1-andrew.cooper3@citrix.com>

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

On Sat, Aug 09, 2025 at 11:12:01PM +0100, Andrew Cooper wrote:
> I know it's past the last-post deadline, but Trixie was only released today.
> 
> In terms of backports, we should at least go back to the bugfix branches.

What is the state of this series? I'm preparing refresh of my various CI
series and some add more jobs on debian-12 - I wonder if I should make
them debian-13 already - but for this I need this series committed...

> Andrew Cooper (5):
>   CI: Trixie containers
>   CI: Update ppc64 to use Debian Trixie
>   CI: Update riscv64 to use Debian Trixie
>   stubdom: Fix -Wimplicit-int in newlib
>   CI: Update x86 to use Debian Trixie
> 
>  automation/build/debian/13-ppc64le.dockerfile | 37 ++++++++
>  automation/build/debian/13-riscv64.dockerfile | 37 ++++++++
>  automation/build/debian/13-x86_32.dockerfile  | 51 ++++++++++
>  automation/build/debian/13-x86_64.dockerfile  | 74 +++++++++++++++
>  automation/gitlab-ci/build.yaml               | 94 +++++++++++++++----
>  automation/gitlab-ci/test.yaml                | 14 +--
>  stubdom/Makefile                              |  1 +
>  stubdom/newlib-fix-etext.patch                | 23 +++++
>  8 files changed, 306 insertions(+), 25 deletions(-)
>  create mode 100644 automation/build/debian/13-ppc64le.dockerfile
>  create mode 100644 automation/build/debian/13-riscv64.dockerfile
>  create mode 100644 automation/build/debian/13-x86_32.dockerfile
>  create mode 100644 automation/build/debian/13-x86_64.dockerfile
>  create mode 100644 stubdom/newlib-fix-etext.patch
> 
> -- 
> 2.39.5
> 
> 

-- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab

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

  parent reply	other threads:[~2025-09-09 11:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-09 22:12 [PATCH for-4.21 0/5] CI: Add Debian Trixie Andrew Cooper
2025-08-09 22:12 ` [PATCH 1/5] CI: Trixie containers Andrew Cooper
     [not found]   ` <37edbe9d-3c14-422b-b21b-49a5fa25a453@gmail.com>
2025-08-11  9:56     ` Andrew Cooper
2025-08-09 22:12 ` [PATCH 2/5] CI: Update ppc64 to use Debian Trixie Andrew Cooper
2025-08-13 15:16   ` Anthony PERARD
2025-09-10 15:56     ` Andrew Cooper
2025-08-09 22:12 ` [PATCH 3/5] CI: Update riscv64 " Andrew Cooper
2025-08-11  8:43   ` Oleksii Kurochko
2025-08-11  9:56     ` Andrew Cooper
2025-08-11 15:23       ` Oleksii Kurochko
2025-08-09 22:12 ` [PATCH 4/5] stubdom: Fix -Wimplicit-int in newlib Andrew Cooper
2025-08-10  6:14   ` Jürgen Groß
2025-08-09 22:12 ` [PATCH 5/5] CI: Update x86 to use Debian Trixie Andrew Cooper
2025-08-11  8:32 ` [PATCH for-4.21 0/5] CI: Add " Oleksii Kurochko
2025-09-09 11:48 ` Marek Marczykowski-Górecki [this message]
2025-09-09 21:53   ` Stefano Stabellini
2025-09-11  7:48     ` Oleksii Kurochko

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=aMAUJehaWkYyyM-E@mail-itl \
    --to=marmarek@invisiblethingslab.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anthony.perard@vates.tech \
    --cc=cardoe@cardoe.com \
    --cc=jbeulich@suse.com \
    --cc=jgross@suse.com \
    --cc=julien@xen.org \
    --cc=michal.orzel@amd.com \
    --cc=oleksii.kurochko@gmail.com \
    --cc=roger.pau@citrix.com \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=sanastasio@raptorengineering.com \
    --cc=sstabellini@kernel.org \
    --cc=victorm.lira@amd.com \
    --cc=xen-devel@lists.xenproject.org \
    /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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.