On Thu, 2022-10-20 at 09:15 +0200, Hans wrote: > After upgrading to a newer version of the kernel and of course newer kernel- > headers, the build is failing now with a crash.
Usually 'crashing' is caused by bugs in the programs doing the crashing, so which program is crashing when building the module, the compiler? Or do you mean compilation of the module fails, in which case there will be error messages from compiler, or other tools, indicating what the error is with the source code being compiled. In this case, some kernel changes that your third-party module may need modifying to support. -- Tixy

