Comment 0 for bug 1859178

Revision history for this message
Marcelo Cerri (mhcerri) wrote :

[Impact]

 * sysdig 0.24.1-1 panics with kernel 5.3 (check console.txt attached).
 * The following fix solves the problem: https://github.com/draios/sysdig/commit/94ca2866d

[Test Case]

 * Install sysdig-dkms and sysdig on a system with kernel 5.3.
 * start csysdig
 * Increase the load on the system (ie, stress-ng --cpu 8 --io 4 --vm 2 --vm-bytes 128M --fork 4 --timeout 10s)
 * The system panics

[Regression Potential]

 * The change is small and fixes a panic that is easily reproduced.