Update revision to rebuild/republish after kernel revision
Kernel is upgraded to 6.1.140-1 and the ABI name is changed to 6.1.0-37.
Update the revision for OOT driver to rebuild/republish it.
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-37-amd64# uname -a
Linux localhost 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC eLxr 6.1.140-elxr1-1 (2025-07-08) x86_64 GNU/Linux
root@localhost:/lib/modules/6.1.0-37-amd64# modprobe hello-world
[ 556.425611] hello_world: loading out-of-tree module taints kernel.
[ 556.427885] Hello world!
root@localhost:/lib/modules/6.1.0-37-amd64# lsmod | grep hello_world
hello_world 16384 0
Edited by mwang1969