Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major changes are: - clean-up codes using checkpatch --strict option. - fix several warning and build failure from linux-next. - change the minimum supported kernel version to v5.4. - use xarray for tree connect list. - fix reviews from lkml. Signed-off-by: Namjae Jeon <[email protected]>
- Loading branch information
ad78eca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm interesting.
OpenWrt stable is currently on 4.14 for all targets. I guess this means it can't be updated.
Is it possible to create a kernel compat layer? Similar to https://git.zx2c4.com/wireguard-linux-compat/about/ or https://git.kernel.org/pub/scm/linux/kernel/git/backports/backports.git/ ?
ad78eca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, After mainline upstream, I will check it.