From: Daniel Gomez <da.gomez@kernel.org>
To: Luis Chamberlain <mcgrof@kernel.org>
Cc: Chuck Lever <chuck.lever@oracle.com>,
kdevops@lists.linux.dev, Daniel Gomez <da.gomez@samsung.com>
Subject: Re: [PATCH 0/3] Add configuration fragment support to kdevops
Date: Fri, 19 Sep 2025 10:41:53 +0200 [thread overview]
Message-ID: <f6f306ff-2d58-467e-a5ea-a8998f46f4fe@kernel.org> (raw)
In-Reply-To: <aMx3VdKqkT_ps1KZ@bombadil.infradead.org>
On 18/09/2025 23.19, Luis Chamberlain wrote:
> On Wed, Sep 17, 2025 at 02:29:17PM +0200, Daniel Gomez wrote:
>> This series introduces Linux kernel-style configuration fragment support
>> to kdevops, enabling flexible configuration composition and better
>> maintainability.
>>
>> * Import merge_config.sh from Linux kernel for fragment merging
>> * Update scripts/config with latest upstream fixes (v5.11 -> v6.15)
>> * Add practical VM configuration fragments for guest scaling
>>
>> Benefits:
>> - Modular configuration: Compose complex configs from reusable fragments
>> - Better maintainability: Separate concerns (VM sizing, features, workflows)
>> - Flexible deployment: Mix and match fragments for different scenarios
>> - Upstream compatibility: Uses standard Linux kernel tooling
>>
>> Usage example:
>>
>> * Minimal development VM + diy enablement:
>> make dynamic_pcipassthrough_kconfig KDEVOPS_ENABLE_PCIE_KCONFIG=1
>> make defconfig-sysbench-mysql-atomic-tps-variability
>> ./scripts/kconfig/merge_config.sh -n .config \
>> ./defconfigs/configs/vm2g2c.config
>> ./defconfigs/configs/diy.config \
>>
>> This builds on the kconfig environment discussion [1] and provides an
>> alternative to the SAT solver solution.
>>
>> Link: https://lore.kernel.org/kdevops/20250704-b4-params-v1-1-42dd4ff478b3@samsung.com/ [1]
>>
>> Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
>
> This is nice, but does it scale? I don't think so.
100%. That said, there isn't much difference between our defconfigs/* and
fragments. A fragment is simply a reusable piece of configuration that we
repeat across all defconfigs. For example, this allows users to combine xfs
defconfigs + vm configuration.
> So my ask would be to
> see if you can integrate the pico SAT patches to our shared kconfig tree
> tree first under a new branch which branches out of the origin/yamlconfig
> branch. Then merge that to kdevops and evaluate what a true SAT solver
> can do. This let's us essentially lead the way forward for Linux.
I already have higher priority tasks on my plate right now (CI). Let's make a plan instead.
I believe Chuck was putting together a task list for terraform. Would it help to have
a global backlog for tasks to do?
>
> The experiences we learn can be brought back to Linux.
>
> Luis
next prev parent reply other threads:[~2025-09-19 8:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-17 12:29 [PATCH 0/3] Add configuration fragment support to kdevops Daniel Gomez
2025-09-17 12:29 ` [PATCH 1/3] scripts: add merge_confg.sh support Daniel Gomez
2025-09-17 12:29 ` [PATCH 2/3] defconfig: add VM memory and cpu scaling fragments Daniel Gomez
2025-09-17 12:29 ` [PATCH 3/3] scripts/config: update f5ef2f7bf2e3 -> d5bfb6b3814b Daniel Gomez
2025-09-17 14:30 ` [PATCH 0/3] Add configuration fragment support to kdevops Luis Chamberlain
2025-09-18 21:19 ` Luis Chamberlain
2025-09-19 8:41 ` Daniel Gomez [this message]
2025-09-19 18:09 ` 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=f6f306ff-2d58-467e-a5ea-a8998f46f4fe@kernel.org \
--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