Skip to content

Commit

Permalink
Support new longterm kernels 5.10.220+
Browse files Browse the repository at this point in the history
Fixes #341
  • Loading branch information
solardiz committed Jun 29, 2024
1 parent d327c18 commit 0d0bc95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
The following major changes have been made since 0.9.8:

*) Support new longterm kernels 5.10.220+
*) Re-support build without CONFIG_TRACEPOINTS (was broken in 0.9.8)


Expand Down
2 changes: 1 addition & 1 deletion src/modules/kmod/p_kmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int p_kmod_init(void) {
P_SYM_INIT(modules)
P_SYM_INIT(module_kset)

#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,12,0)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5,10,220)
P_SYM_INIT(module_mutex)
P_SYM_INIT(find_module)
#else
Expand Down

0 comments on commit 0d0bc95

Please sign in to comment.