On 7/6/20 10:56 AM, Oleksandr Suvorov wrote: > backports-4.18.c uses ktime_divns() function. > As ktime_divns() is not exported in kernel < 3.19, this symbol > will not be resolved on compat.ko loading. > This commit fixes the linking issue [1]. > > [1] > ------------------------------- > WARNING: "ktime_divns" [compat/compat.ko] undefined! > ------------------------------- > > Signed-off-by: Oleksandr Suvorov > --- > > backport/compat/backport-4.18.c | 36 +++++++++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) > Thank you for the patches, I applied all 3 of them to master and the 5.4 branch. Hauke