Skip to content

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 QAT driver (rt) to rebuild/republish it.

Test is done on rt kernel 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-rt-amd64# uname -a
Linux localhost 6.1.0-37-rt-amd64 #1 SMP PREEMPT_RT eLxr 6.1.140-elxr1-1 (2025-07-08) x86_64 GNU/Linux
root@localhost:/lib/modules/6.1.0-37-rt-amd64# lsmod | grep 'qat'
qat_d15xx 16384 0
qat_dh895xccvf 16384 0
qat_d15xxvf 16384 0
qat_c4xxxvf 16384 0
qat_vqat 24576 0
qat_c3xxx 16384 0
qat_4xxx 61440 0
qat_c4xxx 16384 0
qat_c62xvf 16384 0
qat_dh895xcc 16384 0
qat_c3xxxvf 16384 0
qat_c62x 16384 0
qat_4xxxvf 28672 0
intel_qat 626688 4 qat_vqat,qat_4xxx,usdm_drv,qat_4xxxvf
uio 28672 1 intel_qat

Edited by mwang1969

Merge request reports

Loading