Re: Patch "btrfs: move large data folios out of experimental features" has been added to the 7.1-stable tree
Sasha Levin <[email protected]>
| Newsgroups | org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
> Can this be handled in a more generic way, the fixes to experimental > features? If you pass that through AI, it should be clear from the > context (changelog or code). Agreed, and done: the selection rules now reject both commits that promote a feature out from behind a CONFIG_*_EXPERIMENTAL (or equivalent staging) gate, and fixes to code that is only reachable when such a symbol is enabled. It keys off the config gate in the diff rather than the changelog wording, since neither commit here reads as "experimental" in prose. > The config option has been added also for that purpose, it does not make > sense to backport that and assign CVE's eventually. CVE assignment runs separately from the stable queue; I will pass the same signal along there. -- Thanks, Sasha