summaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* github: Add Alma 9.7 and 10.1 kernel sources to workflowMichael2025-12-171-1/+9
|
* github: Update list of kernels to buildSimon Rettberg2025-11-191-10/+10
|
* github: add Rocky 10.0 Kernel from pub (switch to vault when exists)Michael2025-08-161-0/+4
|
* github: Update from Ubuntu 20.04 -> 24.04Simon Rettberg2025-07-021-1/+1
|
* github: switch to rocky vault for RHEL kernelsMichael2025-07-021-6/+14
|
* github: touch magic .prelink.mod files after cmake to fix latest CentOSSimon Rettberg2024-04-101-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-newerSimon Rettberg2024-04-101-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.5Simon Rettberg2024-04-031-4/+4
|
* github: Shorten job names so they don't get cut off in WebUISimon Rettberg2024-03-151-9/+9
|
* github: Try building everything on ubuntu-22.04Simon Rettberg2024-03-152-11/+10Star
|
* github: Update to checkout@v4Simon Rettberg2024-03-152-2/+2
|
* github: Build for CentOS 8 and 9Simon Rettberg2024-03-151-4/+30
|
* github-ci: Build for Linux 6.6Simon Rettberg2024-01-151-0/+4
|
* github: Build for multiple kernel versionsSimon Rettberg2023-01-161-2/+14
|
* Add support for Linux LTS kernel 5.15.xManuel Bentele2021-12-071-16/+3Star
|
* Fix spelling mistakes in Github action workflowManuel Bentele2021-07-261-4/+4
|
* Add Github actions to compile kernel module for various kernelsManuel Bentele2021-07-262-2/+78
|
* Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-152-0/+34
|
* Add build support for Github actionsManuel Bentele2021-03-021-0/+43