You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Hello,
While compiling kernel 5.4.125 with the latest KTF version (SHA-1 63c19de), I got the
nla_strscpy implicit declarationerror.This issue should have been solved with the lines in ktf_compat.h (line 56):
But it seems that this branch is not entered.
I think the issue come form the first condition in ktf_compat.h (line 1):
Maybe this line should be change to:
What do you think about it ?
Thank you.