| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | github: Add Alma 9.7 and 10.1 kernel sources to workflow | Michael | 2025-12-17 | 1 | -1/+9 |
| | | |||||
| * | github: Update list of kernels to build | Simon Rettberg | 2025-11-19 | 1 | -10/+10 |
| | | |||||
| * | github: add Rocky 10.0 Kernel from pub (switch to vault when exists) | Michael | 2025-08-16 | 1 | -0/+4 |
| | | |||||
| * | github: Update from Ubuntu 20.04 -> 24.04 | Simon Rettberg | 2025-07-02 | 1 | -1/+1 |
| | | |||||
| * | github: switch to rocky vault for RHEL kernels | Michael | 2025-07-02 | 1 | -6/+14 |
| | | |||||
| * | github: touch magic .prelink.mod files after cmake to fix latest CentOS | Simon Rettberg | 2024-04-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason, without this hack we cannot build the modules anymore wth an unbuilt kernel. -435: WARNING: Symbol version dump "Module.symvers" is missing. Modules may not have dependencies or modversions. You may get many unresolved symbol warnings. /home/sr/dev/openslx/xloop/centos95b/src/kernel/xloop/xloop.prelink.mod: No such file or directory gmake[5]: *** [scripts/Makefile.modpost:134: /home/sr/dev/openslx/xloop/centos95b/src/kernel/xloop/Module.symvers] Error 1 gmake[4]: *** [Makefile:1841: modules] Error 2 make[3]: *** [src/kernel/CMakeFiles/xloop.dir/build.make:88: src/kernel/xloop/xloop.ko] Error 2 make[2]: *** [CMakeFiles/Makefile2:361: src/kernel/CMakeFiles/xloop.dir/all] Error 2 make[1]: *** [CMakeFiles/Makefile2:368: src/kernel/CMakeFiles/xloop.dir/rule] Error 2 make: *** [Makefile:221: xloop] Error 2 whereas with the previous -432: WARNING: Symbol version dump "Module.symvers" is missing. Modules may not have dependencies or modversions. You may get many unresolved symbol warnings. WARNING: modpost: "module_refcount" [/home/sr/dev/openslx/xloop/centos95/src/kernel/xloop/xloop.ko] undefined! WARNING: modpost: "kmalloc_caches" [/home/sr/dev/openslx/xloop/centos95/src/kernel/xloop/xloop.ko] undefined! WARNING: modpost: "blk_mq_requeue_request" [/home/sr/dev/openslx/xloop/centos95/src/kernel/xloop/xloop.ko] undefined! WARNING: modpost: "debugfs_create_dir" [/home/sr/dev/openslx/xloop/centos95/src/kernel/xloop/xloop.ko] undefined! WARNING: modpost: "param_ops_int" [/home/sr/dev/openslx/xloop/centos95/src/kernel/xloop/xloop.ko] undefined! WARNING: modpost: "strlen" [/home/sr/dev/openslx/xloop/centos95/src/kernel/xloop/xloop.ko] undefined! WARNING: modpost: "blk_queue_max_hw_sectors" [/home/sr/dev/openslx/xloop/centos95/src/kernel/xloop/xloop.ko] undefined! WARNING: modpost: "kmalloc_trace" [/home/sr/dev/openslx/xloop/centos95/src/kernel/xloop/xloop.ko] undefined! WARNING: modpost: "blk_mq_start_request" [/home/sr/dev/openslx/xloop/centos95/src/kernel/xloop/xloop.ko] undefined! WARNING: modpost: "__SCT__cond_resched" [/home/sr/dev/openslx/xloop/centos95/src/kernel/xloop/xloop.ko] undefined! WARNING: modpost: suppressed 95 unresolved symbol warnings because there were too many) [100%] Built target xloop | ||||
| * | [KERNEL] Fix build on CentOS 9.5-but-newer | Simon Rettberg | 2024-04-10 | 1 | -4/+4 |
| | | | | | | | | | | | So far, breaking changes were accompanied with a bump of the minor version, but not this time. Bewetween -432 and-435, the signature of disk_force_media_change() changed (haha), but the version number stayed the same. Pick the completely arbitrary macro QUEUE_FLAG_SYNCHRONOUS which only exists in -435 to tell the versions apart. | ||||
| * | [KERNEL] Fix build on Linux 6.8 and CentOS 9.5 | Simon Rettberg | 2024-04-03 | 1 | -4/+4 |
| | | |||||
| * | github: Shorten job names so they don't get cut off in WebUI | Simon Rettberg | 2024-03-15 | 1 | -9/+9 |
| | | |||||
| * | github: Try building everything on ubuntu-22.04 | Simon Rettberg | 2024-03-15 | 2 | -11/+10![]() |
| | | |||||
| * | github: Update to checkout@v4 | Simon Rettberg | 2024-03-15 | 2 | -2/+2 |
| | | |||||
| * | github: Build for CentOS 8 and 9 | Simon Rettberg | 2024-03-15 | 1 | -4/+30 |
| | | |||||
| * | github-ci: Build for Linux 6.6 | Simon Rettberg | 2024-01-15 | 1 | -0/+4 |
| | | |||||
| * | github: Build for multiple kernel versions | Simon Rettberg | 2023-01-16 | 1 | -2/+14 |
| | | |||||
| * | Add support for Linux LTS kernel 5.15.x | Manuel Bentele | 2021-12-07 | 1 | -16/+3![]() |
| | | |||||
| * | Fix spelling mistakes in Github action workflow | Manuel Bentele | 2021-07-26 | 1 | -4/+4 |
| | | |||||
| * | Add Github actions to compile kernel module for various kernels | Manuel Bentele | 2021-07-26 | 2 | -2/+78 |
| | | |||||
| * | Add support in CMake to validate (lint) the source code | Manuel Bentele | 2021-03-15 | 2 | -0/+34 |
| | | |||||
| * | Add build support for Github actions | Manuel Bentele | 2021-03-02 | 1 | -0/+43 |

