On Tue, Jun 11, 2024 at 10:14:58AM -0400, Steven Rostedt wrote: > On Tue, 11 Jun 2024 10:42:28 +0200 > Vlastimil Babka <vbabka@xxxxxxx> wrote: > > > AFAICS that documented way is for a different situation? I assume you mean > > this part: > > > > * Specify any additional patch prerequisites for cherry picking:: > > > > Cc: <stable@xxxxxxxxxxxxxxx> # 3.3.x: a1f84a3: sched: Check for idle > > > > But that would assume we actively want to backport this cleanup patch in the > > first place. But as I understand Steven's intention, we want just to make > > sure that if in the future this patch is backported (i.e. as a dependency of > > something else) it won't be forgotten to also backport c9929f0e344a > > ("mm/slob: remove CONFIG_SLOB"). How to express that without actively > > marking this patch for backport at the same time? > > Exactly! This isn't to be tagged as stable. It's just a way to say "if you > need this patch for any reason, you also need patch X". > > I think "Depends-on" is the way to go, as it is *not* a stable thing, and > what is in stable rules is only about stable patches. How does "Depends-on" not spiral out of control? There's a *lot* of "Depends-on" relations one could express in commit series and such. Of course a lot of git itself is designed to show some subset of these relationships. It seems like in most cases, the "Cc: stable@v.g.o # x.y.z+" notation expresses the backporting safety correctly. What is the purpose of saying, "if you need this patch for any reason, you also need patch X"? Who is the intended audience, and are you sure they need this? I ask these questions because I wind up doing a lot of work backporting patches to stable and marking things properly for that or submitting manually backported stable patches and so forth, and in general, patch applicability for stable things is something I wind up devoting a lot of time to. If I have to *additionally* start caring about the theoretical possibility that somebody in the future, outside of the stable flow, might not understand the context of a given patch and blindly apply it to some random tree here or there, that sounds like a lot of extra brain cycles to consider. So, is this actually necessary, and how does it not spiral out of control?