-
Notifications
You must be signed in to change notification settings - Fork 43
Compilation issue Kernel 5.4 #18
Comments
Yes, i met same error on Kernel 5.4 , so is it expected when can fix it ? |
The fix is simple but needs to be pushed; I'm working on getting that done. Hopefully should be sometime over the next few days. |
Ok that some good news, thank you. |
finally got write access; I've pushed a bunch of changes that Knut and I authored that should hopefully resolve various compilation issues; let me know if you run into any trouble. thanks! |
Hi, alan-maguire |
Take a look at this commit |
Hi, |
Are you perhaps not using gcc? The option seems present still? Anyway you can safely just remove the option from Makefile.am as KTF does not use bitfields, this is just a remains from the predecessor of KTF and should have been removed. |
Hi,
I was using KTF on a project with a Linux Kernel 5.3 (Ubuntu 18.04), but after passing on 5.4 (Ubuntu 20.04), the KTF Framework cannot compile.
From what i saw it is due to this patch :
https://github.com/torvalds/linux/commit/9adeaa226988b97bc15928e12f40a9863134467c
The memcg_cache_params is not define anymore in a public header, instead is it located in a internal header.
Do you have any plans to fix it?
Thanks you.
The text was updated successfully, but these errors were encountered: