Closed hramrach closed 10 months ago
The find-provides.ksyms uncompresses the kernel module into a temporary file to pass it to the ksym-provides tool that does not support compression.
modinfo tool form current kmod version refuses to provide information for files not ending in .ko.
Add .ko suffix to the temporary file.
Alternatives:
The find-provides.ksyms uncompresses the kernel module into a temporary file to pass it to the ksym-provides tool that does not support compression.
modinfo tool form current kmod version refuses to provide information for files not ending in .ko.
Add .ko suffix to the temporary file.
Alternatives: