JackAltman
36742cc17e
feat: detect proc_ops support via header parsing instead of version check. ( #411 )
...
Some kernels (e.g. 5.4 with backports) include proc_ops despite being
older than 5.6.0. Replace hardcoded version check with runtime header
detection to handle these cases.
- Check for "struct proc_ops" in include/linux/proc_fs.h
- Use KSU_COMPAT_HAS_PROC_OPS macro for conditional compilation
- Fixes build failures on kernels with backported proc_ops
Signed-off-by: JackAltman
2025-09-20 13:31:18 +08:00
..
2025-08-27 15:15:17 +08:00
2025-08-22 14:02:20 +08:00
2025-09-02 14:51:06 +08:00
2025-08-22 14:02:20 +08:00
2023-06-16 19:53:15 +08:00
2025-09-02 14:51:06 +08:00
2025-08-22 14:02:20 +08:00
2025-09-06 15:21:21 +08:00
2025-08-25 20:14:22 +08:00
2025-06-11 15:08:43 +08:00
2025-09-18 22:58:01 +08:00
2025-07-05 16:29:40 +08:00
2025-09-06 15:21:21 +08:00
2025-09-06 15:21:21 +08:00
2023-06-16 19:53:15 +08:00
2023-06-16 19:53:15 +08:00
2025-08-14 22:19:07 +08:00
2025-09-02 14:51:06 +08:00
2025-09-19 21:05:18 +08:00
2023-06-16 19:53:15 +08:00
2025-08-14 22:19:07 +08:00
2025-08-22 14:02:20 +08:00
2025-08-22 14:02:20 +08:00
2025-09-02 14:51:06 +08:00
2025-08-24 11:57:45 +08:00
2025-09-02 14:51:06 +08:00
2025-06-11 15:08:43 +08:00
2023-02-02 09:04:07 +08:00
2025-09-20 13:31:18 +08:00
2025-08-22 14:02:20 +08:00
2025-09-06 15:21:21 +08:00
2025-08-16 13:11:58 +08:00
2025-09-12 14:41:31 +08:00
2025-09-20 13:31:18 +08:00
2025-09-18 22:58:01 +08:00
2025-09-20 13:24:29 +08:00
2025-09-02 14:51:06 +08:00