public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] Align guest dependencies with their corresponding workflows
@ 2025-07-24 18:34 Daniel Gomez
  2025-07-24 18:34 ` [PATCH 1/2] kconfig: add workflow dependencies for SMBD and KRB5 services Daniel Gomez
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Daniel Gomez @ 2025-07-24 18:34 UTC (permalink / raw)
  To: Luis Chamberlain, Chuck Lever, Scott Mayhew, Jeff Layton
  Cc: kdevops, Daniel Gomez

Several guest services (krb5, kdc, smbd, iscsi, nfsd) are missing from
various host workflow template files, creating kconfig configuration
inconsistencies. This occurs when workflows either lack implementation
support for these services or have no functional dependency on them.
This patch series ensures kconfig options accurately reflect the
services actually available in each workflow template.

Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
---
Daniel Gomez (2):
      kconfig: add workflow dependencies for SMBD and KRB5 services
      kconfig: add workflow dependencies for NFSD and iSCSI services

 kconfigs/Kconfig.iscsi | 4 ++++
 kconfigs/Kconfig.krb5  | 1 +
 kconfigs/Kconfig.nfsd  | 4 ++++
 kconfigs/Kconfig.smbd  | 1 +
 4 files changed, 10 insertions(+)
---
base-commit: f9425cb01ef085cbabdf7c7cb0c5dfbc189f5a45
change-id: 20250724-fixes-6d1460cd1940

Best regards,
--  
Daniel Gomez <da.gomez@samsung.com>


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-07-25 13:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24 18:34 [PATCH 0/2] Align guest dependencies with their corresponding workflows Daniel Gomez
2025-07-24 18:34 ` [PATCH 1/2] kconfig: add workflow dependencies for SMBD and KRB5 services Daniel Gomez
2025-07-24 18:34 ` [PATCH 2/2] kconfig: add workflow dependencies for NFSD and iSCSI services Daniel Gomez
2025-07-24 19:44 ` [PATCH 0/2] Align guest dependencies with their corresponding workflows Chuck Lever
2025-07-24 19:48 ` Luis Chamberlain
2025-07-25  7:33   ` Daniel Gomez
2025-07-25  7:39     ` Luis Chamberlain
2025-07-25  8:09       ` Daniel Gomez
2025-07-25  8:15         ` Luis Chamberlain
2025-07-25 13:45           ` Daniel Gomez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox