Dear Johannes, dear Gregory, I am a kernel janitor checking for issues in kernel build config options in the repository. Amongst others, I check for references to config options that have not been defined anywhere in the tree using an existing script in the repository, ./scripts/checkkconfigsymbols.py. At the beginning of this year, I checked which issues were introduced in 2023 and were not yet resolved by others or my janitor work throughout the year. In other words, looking at some issues that simply slipped through last year. Commit ffbd0c8c1e7f ("wifi: mac80211: add an element parsing unit test") and commit 730eeb17bbdd ("wifi: cfg80211: add first kunit tests, for element defrag") add new configs that depend on !KERNEL_6_2, but the config option KERNEL_6_2 does not exist in the tree. Also, Kalle Valo [1] asked during patch review about that, but did not get any response on the mailing list. So, what is the KERNEL_6_2 option all about? Is this something that was just used locally for early development? Can we just delete this dependency in these two config options? If so, I will gladly send a patch for that. [1] https://lore.kernel.org/all/877cp6q7ws.fsf@xxxxxxxxxx/ Best regards, Lukas