Skip to content

Update revision to rebuild/republish after kernel revision

Kernel is upgraded to 6.1.147-1 and the ABI name is changed to 6.1.0-38.
Update the revision for OOT driver to rebuild/republish it.
Update the distribution to aria.

Test is done by:
install the new version packages on target;
modprobe [ko modules provided by the driver] .
Use lsmod to check above command's result.

root@localhost:/lib/modules/6.1.0-38-amd64# modprobe hello-world
[ 352.225997] hello_world: loading out-of-tree module taints kernel.
[ 352.227327] hello_world: module verification failed: signature and/or required key missing - tainting kernel
[ 352.229350] Hello world!
root@localhost:/lib/modules/6.1.0-38-amd64# uname -a
Linux localhost 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC eLxr 6.1.147-elxr1-1 (2025-09-25) x86_64 GNU/Linux
root@localhost:/lib/modules/6.1.0-38-amd64# lsmod | grep hello_world
hello_world 16384 0

Edited by mwang1969

Merge request reports

Loading