ci: skip dup lkm build
- Fixed and added build 6.12 - Repair construction Co-authored-by: Ylarod <me@ylarod.cn>
This commit is contained in:
@@ -15,14 +15,6 @@
|
||||
#define DONT_GET_SMART() barrier()
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Linux 6.8+ does not have LKM support, due to numerous changes on LSM.
|
||||
* Let's fails if MODULE were defined.
|
||||
*/
|
||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 8, 0) && defined(MODULE)
|
||||
#error "LKM mode is not supported on Linux 6.8+, aborting build."
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Adapt to Huawei HISI kernel without affecting other kernels ,
|
||||
* Huawei Hisi Kernel EBITMAP Enable or Disable Flag ,
|
||||
|
||||
Reference in New Issue
Block a user