summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-10-09Increase version to 2023.08.0camb
Unfortunately I no longer have a job with access to a DekTec or a reason to use one. Everything appears ok with the update, it builds and probes.
2023-06-06Update for Linux 6.3 build breakagescamb
It appears that we can no longer simply modify vm_flags in a struct vm_area_struct. There are handy accessors now. Added a patch to use them.
2023-04-20Increase version to 2022.12.2camb
This requires reworking the prefix-symbols patch. Kept the old 2022.06.0 version of the patch in the repository in case it helps anyone in the future. Dropped the 3.x patches as they don't apply anymore. Also kept in the repo for the time being.
2023-04-19Update for Linux 6.2 build breakagescamb
I'll be honest I don't really quite understand what is going on. It seems that 6.2 got a lot of x86 CPU vulnerability patches and a few extras became default on. Objtool is making mistakes modifing object files and making the linker very upset. This at least corrects that. There are a lot of objtool warnings which I don't think were present before. I don't quite have the time to track them down and if they're just warnings I hope that when objtool gets fixed more generally they might also go away. Due to my receiving hardware being out of action temporarily I haven't been able to test. I wanted to get something out which builds in the vague hope that if it does also 'just work' work it may help someone. I should have functional hardware in the coming days - patches to follow.
2022-07-12Initial commitcamb