From: Daniel Gomez <da.gomez@kernel.org>
To: Luis Chamberlain <mcgrof@kernel.org>,
Chuck Lever <chuck.lever@oracle.com>,
Daniel Gomez <da.gomez@kernel.org>
Cc: Daniel Gomez <da.gomez@samsung.com>, kdevops@lists.linux.dev
Subject: Re: [PATCH v2 00/15] Fedora on Debian
Date: Wed, 29 Oct 2025 15:16:24 +0100 [thread overview]
Message-ID: <176174725390.21189.8406538201160025985.b4-ty@samsung.com> (raw)
In-Reply-To: <20251029-fedora-on-debian-v2-0-ddc6e5bebc15@samsung.com>
From: Daniel Gomez <da.gomez@samsung.com>
On Wed, 29 Oct 2025 13:40:42 +0100, Daniel Gomez wrote:
> This series enables testing Fedora guest VMs on Debian host systems,
> addressing cross-distribution compatibility issues in guestfs workflow
> and adding manual CI workflow support for multi-distro testing.
>
> The key technical challenge solved is SELinux context handling
> when building Fedora images on non-SELinux hosts like Debian, where
> libguestfs cannot persist security.selinux extended attributes. The
> series also fixes Ansible variable scope issues in 9P builds and adds
> configuration infrastructure to support distribution-specific guest
> selection.
>
> [...]
PR created, thanks!
https://github.com/linux-kdevops/kdevops/pull/53
[01/15] base_image: restore locales-all installation for Debian Trixie
commit: d1b3cd6d756711f7f2a472b462abe828c38eaacb
[02/15] guestfs: fix Kconfig indentation style
commit: 046cd0cdb86e065c3fb406bc3cf1f9da93649e95
[03/15] guestfs: remove unused bringup debug Kconfig options
commit: c91c2ec27f776d7a8d2880d2857b5bf44d8a17e3
[04/15] guestfs: fix spelling errors and Debian capitalization
commit: 7263e0c52b699f14bc32846f52e8cc13b65c2773
[05/15] base_image: set selinux to permissive for fedora on debian hosts
commit: 4ecfa2602defbb4b9e1c3d456ccaf478f53d2769
[06/15] ansible_provisioning: fix help text indentation style
commit: b8e0ee9f48a4b7dde23fec736fa45083f273687b
[07/15] devconfig: fix undefined custom repos/packages variables
commit: 986e302c02f06b611dee2994db575863e458d393
[08/15] devconfig: fix Ansible boolean conditional for custom repos
commit: ee5f9c70eee98e72550d284855d97c339953ea0e
[09/15] bootlinux: fix os detection for 9p build dependency installation
commit: 89e29f6f91381a30932c33ff9117b5838f72fcb2
[10/15] selftests: fix os detection for 9p build dependency installation
commit: 38fd1912808664ed2298dc0a54c1a1a1fdf91050
[11/15] guestfs: generate fedora distribution-specific hostname prefixes
commit: b341888d991b7d6238fdcb6ba74f9412c7a1b0c3
[12/15] defconfigs: add fedora-41 fragment for guestfs
commit: 91dae79963985d1efa41adb89762a20c6c1eef81
[13/15] defconfigs: add debian-13 fragment for guestfs
commit: 614c1cd6ffe113e4573cecf334c010cf9373073e
[14/15] github: add guest OS selection for CI testing
commit: f96f43e39c8a21cdcb933f6744823a5323fbcd1d
[15/15] guestfs: increase SSH config timeout for Fedora on Debian hosts
commit: df8beea887ebb2783cf92d772ed3b046b10e4b08
Best regards,
--
Daniel Gomez <da.gomez@samsung.com>
prev parent reply other threads:[~2025-10-29 14:16 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-29 12:40 [PATCH v2 00/15] Fedora on Debian Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 01/15] base_image: restore locales-all installation for Debian Trixie Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 02/15] guestfs: fix Kconfig indentation style Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 03/15] guestfs: remove unused bringup debug Kconfig options Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 04/15] guestfs: fix spelling errors and Debian capitalization Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 05/15] base_image: set selinux to permissive for fedora on debian hosts Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 06/15] ansible_provisioning: fix help text indentation style Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 07/15] devconfig: fix undefined custom repos/packages variables Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 08/15] devconfig: fix Ansible boolean conditional for custom repos Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 09/15] bootlinux: fix os detection for 9p build dependency installation Daniel Gomez
2025-11-07 19:22 ` Chuck Lever
2025-11-07 20:00 ` Daniel Gomez
2025-11-07 20:17 ` Chuck Lever
2025-11-07 20:47 ` Daniel Gomez
2025-11-07 20:53 ` Chuck Lever
2025-11-07 23:20 ` Daniel Gomez
2025-11-07 23:24 ` Daniel Gomez
2025-11-08 16:11 ` Chuck Lever
2025-11-08 20:12 ` Daniel Gomez
2025-11-08 20:56 ` Chuck Lever
2025-10-29 12:40 ` [PATCH v2 10/15] selftests: " Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 11/15] guestfs: generate fedora distribution-specific hostname prefixes Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 12/15] defconfigs: add fedora-41 fragment for guestfs Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 13/15] defconfigs: add debian-13 " Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 14/15] github: add guest OS selection for CI testing Daniel Gomez
2025-10-29 12:40 ` [PATCH v2 15/15] guestfs: increase SSH config timeout for Fedora on Debian hosts Daniel Gomez
2025-10-29 13:49 ` [PATCH v2 00/15] Fedora on Debian Chuck Lever
2025-10-29 14:16 ` Daniel Gomez [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=176174725390.21189.8406538201160025985.b4-ty@samsung.com \
--to=da.gomez@kernel.org \
--cc=chuck.lever@oracle.com \
--cc=da.gomez@samsung.com \
--cc=kdevops@lists.linux.dev \
--cc=mcgrof@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox