From: Chuck Lever <cel@kernel.org>
To: Luis Chamberlain <mcgrof@kernel.org>,
Daniel Gomez <da.gomez@kruces.com>,
kdevops@lists.linux.dev
Subject: Re: [PATCH v2 1/9] roles/guestfs: add missing bootlinux_9p: False
Date: Wed, 30 Jul 2025 10:17:34 -0400 [thread overview]
Message-ID: <71cb0708-2d8e-4f2c-bb40-319efe2e1095@kernel.org> (raw)
In-Reply-To: <20250730060147.182140-2-mcgrof@kernel.org>
On 7/30/25 2:01 AM, Luis Chamberlain wrote:
> Commit 722d83a4871c41 ("bootlinux: Move 9p build tasks to a subrole")
> added a proactive directory creation as we no longer git clone right
> away, but forgot to ensure the variable is defined by default. When
> we don't enable building linux this variable is not defined. Fix this.
>
> Fixes: 722d83a4871c41 ("bootlinux: Move 9p build tasks to a subrole")
> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
> ---
> playbooks/roles/guestfs/defaults/main.yml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/playbooks/roles/guestfs/defaults/main.yml b/playbooks/roles/guestfs/defaults/main.yml
> index eec137bd..76854d06 100644
> --- a/playbooks/roles/guestfs/defaults/main.yml
> +++ b/playbooks/roles/guestfs/defaults/main.yml
> @@ -3,3 +3,4 @@ distro_debian_based: false
>
> libvirt_uri_system: false
> libvirt_enable_largeio: false
> +bootlinux_9p: False
For "Move 9p build tasks to a subrole" IIRC all Kconfig configurations
allowed "output yaml" to set bootlinux_9p, so a default was unnecessary.
Some later patch made it possible for "make menuconfig" to complete
without encountering that "output yaml" so that must be what leaves the
variable unset.
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
--
Chuck Lever
next prev parent reply other threads:[~2025-07-30 14:17 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-30 6:01 [PATCH v2 0/9] kdevops: add support for A/B testing Luis Chamberlain
2025-07-30 6:01 ` [PATCH v2 1/9] roles/guestfs: add missing bootlinux_9p: False Luis Chamberlain
2025-07-30 14:17 ` Chuck Lever [this message]
2025-07-30 6:01 ` [PATCH v2 2/9] Makefile: suppress Ansible warnings during configuration generation Luis Chamberlain
2025-07-30 6:22 ` Daniel Gomez
2025-07-30 6:01 ` [PATCH v2 3/9] playbooks: few space cleanups Luis Chamberlain
2025-07-30 6:01 ` [PATCH v2 4/9] style: add extensive code formatting checks to make style Luis Chamberlain
2025-07-30 6:01 ` [PATCH v2 5/9] Makefile: move styling to scripts/style.Makefile Luis Chamberlain
2025-07-30 6:01 ` [PATCH v2 6/9] CLAUDE.md: add instrucitons to verify commit Luis Chamberlain
2025-07-30 6:01 ` [PATCH v2 7/9] all: run black Luis Chamberlain
2025-07-31 12:57 ` Daniel Gomez
2025-08-01 8:12 ` Daniel Gomez
2025-08-01 12:55 ` Chuck Lever
2025-08-01 16:29 ` Daniel Gomez
2025-08-01 16:55 ` Chuck Lever
2025-07-30 6:01 ` [PATCH v2 8/9] devconfig: add automatic APT mirror fallback for Debian testing Luis Chamberlain
2025-07-30 6:41 ` Daniel Gomez
2025-08-01 17:39 ` Luis Chamberlain
2025-07-30 6:01 ` [PATCH v2 9/9] bootlinux: add support for A/B kernel testing Luis Chamberlain
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=71cb0708-2d8e-4f2c-bb40-319efe2e1095@kernel.org \
--to=cel@kernel.org \
--cc=da.gomez@kruces.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