Eduard Zingerman <eddyz87@xxxxxxxxx> writes: > Inlinable kfuncs are available only if CLANG is used for kernel > compilation. To what extent is this a fundamental limitation? AFAIU, this comes from the fact that you are re-using the intermediate compilation stages, right? But if those are absent, couldn't we just invoke a full clang compile from source of the same file (so you could get the inlining even when compiling with GCC)? -Toke