Closed fordskyle888 closed 7 months ago
Hi @fordskyle888 , firstly, thanks for reporting that.
Kernel 6+ is not currently supported in kv, I would be surprised if it did work without some work. Said that, mmap struct member was replaced, from kernel 6.1 by maple tree, so it is not directly accessed via mm_struct as it was before that.
Changes started in the kernel 6.1 form commit hash d4af56c5c7c6781ca6ca8075e2cf5bc119ed33d1
, with the addition of the maple_tree to mm_struct -> mm_mt
When I start porting to 6+ I will keep that in mind, hence I will keep this issue open as a reminder. Thanks again (btw if you fancy to port it yourself please create a PR for kv, would be much appreciated)
closing this for now, when I start porting to 6.x I will hit this issue anyway.
Test on VERSION "22.04.2 LTS (Jammy Jellyfish)" kernel info :
6.2.0-1017-aws #17~22.04.1-Ubuntu SMP Fri Nov 17 21:07:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
make fail messages is: