autokernel
autokernel copied to clipboard
KConfigLib is broken for kernels newer than 5.12.1 (at least)
KConfigLib fails to parse the kconfig.include file from "newer" kernels, at least since version 5.12.1. This is very unfortunate and there is nothing we can do about it, until it gets fixed in the mentioned library (except from rewriting this tool in another language).
Upstream issue: https://github.com/ulfalizer/Kconfiglib/issues/109
(rewrite in progress)
Solved by reimplementation in rust.