Hello Simon, Being sysdig a tool developed to capture kernel events, I have tested it making it record kernel events on both amd64 and arm64:
On Jammy amd64 (5.15.0-143-generic) $ uname -a Linux ubuntu-jammy-amd64-tester 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux $ sysdig --version sysdig version 0.27.1 $ sudo modprobe sysdig-probe $ lsmod | grep sysdig sysdig_probe 647168 0 $ sudo timeout 1s sysdig | head 15 15:59:58.733769411 3 sysdig (1155) > switch next=0 pgft_maj=0 pgft_min=1205 vm_size=173564 vm_rss=19556 vm_swap=0 16 15:59:58.734346216 3 <NA> (0) > switch next=1155(sysdig) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0 37 15:59:58.734455658 3 sysdig (1155) > switch next=0 pgft_maj=0 pgft_min=1208 vm_size=173564 vm_rss=19556 vm_swap=0 38 15:59:58.734538940 0 <NA> (0) > switch next=1152(head) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0 39 15:59:58.734552312 0 head (1152) < read res=230 data=15 15:59:58.733769411 3 sysdig (1155) > switch next=0 pgft_maj=0 pgft_min=1205 v 40 15:59:58.734563461 0 head (1152) > newfstatat 41 15:59:58.734573767 0 head (1152) < newfstatat 42 15:59:58.734578456 0 head (1152) > write fd=1(<f>/dev/pts/0) size=118 43 15:59:58.734603377 0 head (1152) < write res=118 data=15 15:59:58.733769411 3 sysdig (1155) > switch next=0 pgft_maj=0 pgft_min=1205 v 44 15:59:58.734605832 0 head (1152) > write fd=1(<f>/dev/pts/0) size=112 On Jammy amd64 (6.8.0-60-generic) $ uname -a Linux ubuntu-jammy-amd64-tester 6.8.0-60-generic #63~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 22 19:00:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux $ sysdig --version sysdig version 0.27.1 $ sudo modprobe sysdig-probe $ lsmod | grep sysdig sysdig_probe 663552 0 $ sudo timeout 1s sysdig | tail 227315 16:08:46.657583324 3 <NA> (0) > switch next=3687(tail) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0 227317 16:08:46.657584386 3 tail (3687) < read res=114 data=115568 16:08:46.529971204 5 <NA> (0) > switch next=3687(tail) pgft_maj=0 pgft_mi 227319 16:08:46.657585267 3 tail (3687) > read fd=0(<p>pipe:[20369]) size=8192 227321 16:08:46.657586129 3 tail (3687) < read res=142 data=115569 16:08:46.529972556 5 tail (3687) < read res=220 data=58131 16:08:46.46608 227322 16:08:46.657586770 3 tail (3687) > read fd=0(<p>pipe:[20369]) size=8192 227324 16:08:46.657588313 3 tail (3687) > switch next=0 pgft_maj=1 pgft_min=213 vm_size=6224 vm_rss=2048 vm_swap=0 227333 16:08:46.657602137 3 <NA> (0) > switch next=3687(tail) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0 227336 16:08:46.657603248 3 tail (3687) < read res=302 data=115571 16:08:46.529973408 5 tail (3687) > read fd=0(<p>pipe:[20369]) size=8192 . 227338 16:08:46.657604180 3 tail (3687) > read fd=0(<p>pipe:[20369]) size=8192 227339 16:08:46.657605833 3 tail (3687) > switch next=0 pgft_maj=1 pgft_min=213 vm_size=6224 vm_rss=2048 vm_swap=0 On Jammy arm64 (5.15.0-143-generic) $ uname -a Linux ubuntu-jammy-arm64-tester 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:13:07 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux $ sysdig --version sysdig version 0.27.1 $ sudo modprobe sysdig-probe $ lsmod | grep sysdig sysdig_probe 647168 0 $ sudo timeout 1s sysdig | tail 159416 16:36:33.483842821 1 tail (3298) < read res=113 data=40007 16:36:33.310890059 1 <NA> (0) > switch next=3298(tail) pgft_maj=0 pgft_min 159418 16:36:33.483843561 1 tail (3298) > read fd=0(<p>pipe:[30003]) size=8192 159419 16:36:33.483844561 1 tail (3298) > switch next=0 pgft_maj=0 pgft_min=200 vm_size=5632 vm_rss=816 vm_swap=0 159423 16:36:33.483853043 1 <NA> (0) > switch next=3298(tail) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0 159424 16:36:33.483853913 1 tail (3298) < read res=141 data=40009 16:36:33.310890948 1 tail (3298) < read res=113 data=10067 16:36:33.267570 159426 16:36:33.483854580 1 tail (3298) > read fd=0(<p>pipe:[30003]) size=8192 159427 16:36:33.483855487 1 tail (3298) > switch next=0 pgft_maj=0 pgft_min=200 vm_size=5632 vm_rss=816 vm_swap=0 159431 16:36:33.483863987 1 <NA> (0) > switch next=3298(tail) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0 159433 16:36:33.483864820 1 tail (3298) < read res=79 data=40010 16:36:33.310891966 1 tail (3298) > read fd=0(<p>pipe:[30003]) size=8192 . 159434 16:36:33.483865598 1 tail (3298) > read fd=0(<p>pipe:[30003]) size=8192 On Jammy arm64 (6.8.0-60-generic) $ uname -a Linux ubuntu-jammy-arm64-tester 6.8.0-60-generic #63~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 22 20:53:49 UTC 2 aarch64 aarch64 aarch64 GNU/Linux $ sysdig --version sysdig version 0.27.1 $ sudo modprobe sysdig-probe $ lsmod | grep sysdig sysdig_probe 651264 0 $ sudo timeout 1s sysdig | tail 119611 16:41:48.713100930 1 tail (1283) > switch next=0 pgft_maj=1 pgft_min=195 vm_size=5632 vm_rss=1408 vm_swap=0 119615 16:41:48.713111858 1 <NA> (0) > switch next=1283(tail) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0 119617 16:41:48.713113451 1 tail (1283) < read res=141 data=30465 16:41:48.544603773 1 tail (1283) < read res=114 data=7740 16:41:48.5013573 119618 16:41:48.713114396 1 tail (1283) > read fd=0(<p>pipe:[10870]) size=8192 119620 16:41:48.713115655 1 tail (1283) > switch next=0 pgft_maj=1 pgft_min=195 vm_size=5632 vm_rss=1408 vm_swap=0 119623 16:41:48.713126676 1 <NA> (0) > switch next=1283(tail) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0 119624 16:41:48.713127787 1 tail (1283) < read res=79 data=30466 16:41:48.544604811 1 tail (1283) > read fd=0(<p>pipe:[10870]) size=8192 . 119626 16:41:48.713128787 1 tail (1283) > read fd=0(<p>pipe:[10870]) size=8192 119628 16:41:48.713130158 1 tail (1283) > switch next=0 pgft_maj=1 pgft_min=195 vm_size=5632 vm_rss=1408 vm_swap=0 119631 16:41:48.713140734 1 <NA> (0) > switch next=1283(tail) pgft_maj=0 pgft_min=0 vm_size=0 vm_rss=0 vm_swap=0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2114822 Title: sysdig-dkms FTBFS in Jammy on arm64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/falcosecurity-libs/+bug/2114822/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
