* [PATCH] contributor-guide: Note patch complexity requirements for stable branches
@ 2026-08-10 8:38 Paul Barker
0 siblings, 0 replies; only message in thread
From: Paul Barker @ 2026-08-10 8:38 UTC (permalink / raw)
To: docs; +Cc: Yoann Congal, Paul Barker
Expand the existing note section under "Submitting Changes to Stable
Release Branches" to provide guidance on (not) submitting large or
complex changes.
Concerns around the increased size and complexity of patches being
submitted for the stable branches (mostly driven by complex
vulnerabilities found and/or fixed via LLM agents) were discussed with
the stable maintainer and the Yocto Project TSC. This patch reflects the
TSC decision that we should push back on these changes to preserve the
maintainability of our stable branches.
Cc: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Paul Barker <paul@pbarker.dev>
---
documentation/contributor-guide/submit-changes.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index ae7a097ad53b..9974a6b35987 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -671,6 +671,12 @@ page.
.. note::
+ Patches submitted for a stable branch need to be isolated changes that are
+ human readable and understandable. Fixes for CVEs or other issues which have
+ a high complexity, consist of a large number of commits and/or a large
+ numbers of changed lines are unlikely to be accepted due to the difficulty
+ they cause with maintainability and scalability.
+
Changes will not typically be accepted for branches which are marked as
End-Of-Life (EOL).
---
base-commit: 41dae3c3da3ada1745fc60228ff6269c64ee2361
change-id: 20260810-stable-patch-complexity-1fca314ddf45
Best regards,
--
Paul Barker
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 8:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-10 8:38 [PATCH] contributor-guide: Note patch complexity requirements for stable branches Paul Barker
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.