Merge branch 'dev' into main

This commit is contained in:
ShirkNeko
2025-04-12 16:55:20 +08:00
committed by GitHub

View File

@@ -80,6 +80,7 @@ struct DynamicStructInfo {
#define KERNEL_VERSION_4_14 KERNEL_VERSION(4, 14, 0)
#include <../fs/mount.h>
#include <linux/mount.h>
@@ -125,6 +126,7 @@ DYNAMIC_STRUCT_BEGIN(kprobe)
#if LINUX_VERSION_CODE < KERNEL_VERSION_5_10
DEFINE_MEMBER(kprobe, break_handler)
#endif
DEFINE_MEMBER(kprobe, flags)
DYNAMIC_STRUCT_END(kprobe)
#endif