LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* WARNING: possible circular locking dependency detected (hci_sock_dev_event+0x17d/0x1f0)
@ 2021-08-02 13:17 Ammar Faizi
[not found] ` <20210804085651.2452-1-hdanton@sina.com>
0 siblings, 1 reply; 6+ messages in thread
From: Ammar Faizi @ 2021-08-02 13:17 UTC (permalink / raw)
To: Marcel Holtmann, Johan Hedberg, Luiz Augusto von Dentz,
David S. Miller, Jakub Kicinski
Cc: linux-bluetooth, netdev, linux-kernel, Ammar Faizi, Ammar Faizi
[-- Attachment #1: Type: text/plain, Size: 7556 bytes --]
Hi everyone,
I found a potential deadlock at hci_sock_dev_event.
Kernel version: 5.14.0-rc3-bluetea-test-00249-gc7d102232649
If you need more detailed information, please let me know what to
provide. I would be happy to help.
Here is the warning from kernel log:
(I also attached a file for complete version of this log (dmesg.txt)).
<4>[40642.390715][T49014]
======================================================
<4>[40642.390717][T49014] WARNING: possible circular locking dependency
detected
<4>[40642.390718][T49014] 5.14.0-rc3-bluetea-test-00249-gc7d102232649 #5
Not tainted
<4>[40642.390721][T49014]
------------------------------------------------------
<4>[40642.390722][T49014] kworker/u8:2/49014 is trying to acquire lock:
<4>[40642.390725][T49014] ffff8881050b6920
(sk_lock-AF_BLUETOOTH-BTPROTO_HCI){+.+.}-{0:0}, at:
hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[40642.390801][T49014]
<4>[40642.390801][T49014] but task is already holding lock:
<4>[40642.390802][T49014] ffffffffa12463c0
(hci_sk_list.lock){++++}-{2:2}, at: hci_sock_dev_event+0x141/0x1f0
[bluetooth]
<4>[40642.390865][T49014]
<4>[40642.390865][T49014] which lock already depends on the new lock.
<4>[40642.390865][T49014]
<4>[40642.390866][T49014]
<4>[40642.390866][T49014] the existing dependency chain (in reverse
order) is:
<4>[40642.390867][T49014]
<4>[40642.390867][T49014] -> #1 (hci_sk_list.lock){++++}-{2:2}:
<4>[40642.390873][T49014] _raw_read_lock+0x5d/0x70
<4>[40642.390881][T49014] hci_sock_sendmsg+0x9e1/0xac0 [bluetooth]
<4>[40642.390938][T49014] sock_sendmsg+0x33/0x40
<4>[40642.390943][T49014] ____sys_sendmsg+0x200/0x220
<4>[40642.390946][T49014] ___sys_sendmsg+0x81/0xc0
<4>[40642.390950][T49014] __sys_sendmsg+0x59/0xa0
<4>[40642.390954][T49014] do_syscall_64+0x35/0xb0
<4>[40642.390958][T49014] entry_SYSCALL_64_after_hwframe+0x44/0xae
<4>[40642.390962][T49014]
<4>[40642.390962][T49014] -> #0
(sk_lock-AF_BLUETOOTH-BTPROTO_HCI){+.+.}-{0:0}:
<4>[40642.390967][T49014] __lock_acquire+0x119a/0x1e10
<4>[40642.390973][T49014] lock_acquire+0xc8/0x2f0
<4>[40642.390976][T49014] lock_sock_nested+0x5d/0x80
<4>[40642.390979][T49014] hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[40642.391036][T49014] hci_unregister_dev+0xea/0x520 [bluetooth]
<4>[40642.391090][T49014] btusb_disconnect+0x63/0x150 [btusb]
<4>[40642.391097][T49014] usb_unbind_interface+0x88/0x270
<4>[40642.391102][T49014] __device_release_driver+0x17d/0x230
<4>[40642.391107][T49014] device_release_driver+0x26/0x40
<4>[40642.391111][T49014] usb_forced_unbind_intf+0x6d/0xa0
<4>[40642.391115][T49014] unbind_marked_interfaces.isra.0+0x42/0x60
<4>[40642.391119][T49014] usb_resume+0x5d/0x70
<4>[40642.391123][T49014] dpm_run_callback+0x5e/0x210
<4>[40642.391128][T49014] device_resume+0x110/0x280
<4>[40642.391131][T49014] async_resume+0x19/0x30
<4>[40642.391134][T49014] async_run_entry_fn+0x2a/0x130
<4>[40642.391138][T49014] process_one_work+0x236/0x530
<4>[40642.391142][T49014] worker_thread+0x52/0x3b0
<4>[40642.391146][T49014] kthread+0x135/0x160
<4>[40642.391150][T49014] ret_from_fork+0x1f/0x30
<4>[40642.391155][T49014]
<4>[40642.391155][T49014] other info that might help us debug this:
<4>[40642.391155][T49014]
<4>[40642.391156][T49014] Possible unsafe locking scenario:
<4>[40642.391156][T49014]
<4>[40642.391157][T49014] CPU0 CPU1
<4>[40642.391158][T49014] ---- ----
<4>[40642.391159][T49014] lock(hci_sk_list.lock);
<4>[40642.391162][T49014]
lock(sk_lock-AF_BLUETOOTH-BTPROTO_HCI);
<4>[40642.391165][T49014]
lock(hci_sk_list.lock);
<4>[40642.391167][T49014] lock(sk_lock-AF_BLUETOOTH-BTPROTO_HCI);
<4>[40642.391170][T49014]
<4>[40642.391170][T49014] *** DEADLOCK ***
<4>[40642.391170][T49014]
<4>[40642.391171][T49014] 5 locks held by kworker/u8:2/49014:
<4>[40642.391173][T49014] #0: ffff88810004fd38
((wq_completion)events_unbound){+.+.}-{0:0}, at:
process_one_work+0x1bc/0x530
<4>[40642.391184][T49014] #1: ffffc9000829fe70
((work_completion)(&entry->work)){+.+.}-{0:0}, at:
process_one_work+0x1bc/0x530
<4>[40642.391194][T49014] #2: ffff88810eb05a20
(&dev->mutex){....}-{3:3}, at: device_resume+0xc6/0x280
<4>[40642.391204][T49014] #3: ffff88810eb051a8
(&dev->mutex){....}-{3:3}, at: device_release_driver+0x1c/0x40
<4>[40642.391213][T49014] #4: ffffffffa12463c0
(hci_sk_list.lock){++++}-{2:2}, at: hci_sock_dev_event+0x141/0x1f0
[bluetooth]
<4>[40642.391276][T49014]
<4>[40642.391276][T49014] stack backtrace:
<4>[40642.391278][T49014] CPU: 2 PID: 49014 Comm: kworker/u8:2 Not
tainted 5.14.0-rc3-bluetea-test-00249-gc7d102232649 #5
<4>[40642.391283][T49014] Hardware name: Acer Aspire ES1-421/OLVIA_BE,
BIOS V1.05 07/02/2015
<4>[40642.391287][T49014] Workqueue: events_unbound async_run_entry_fn
<4>[40642.391293][T49014] Call Trace:
<4>[40642.391299][T49014] dump_stack_lvl+0x6a/0x9a
<4>[40642.391306][T49014] check_noncircular+0xfe/0x110
<4>[40642.391311][T49014] ? save_trace+0x42/0x280
<4>[40642.391317][T49014] __lock_acquire+0x119a/0x1e10
<4>[40642.391327][T49014] lock_acquire+0xc8/0x2f0
<4>[40642.391331][T49014] ? hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[40642.391389][T49014] ? lock_sock_nested+0x3e/0x80
<4>[40642.391395][T49014] lock_sock_nested+0x5d/0x80
<4>[40642.391399][T49014] ? hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[40642.391457][T49014] hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[40642.391515][T49014] hci_unregister_dev+0xea/0x520 [bluetooth]
<4>[40642.391569][T49014] ? lockdep_hardirqs_on_prepare+0xff/0x180
<4>[40642.391573][T49014] ? _raw_spin_unlock_irq+0x24/0x40
<4>[40642.391579][T49014] ? _raw_spin_unlock_irq+0x24/0x40
<4>[40642.391583][T49014] ? usb_hcd_flush_endpoint+0x6d/0x170
<4>[40642.391589][T49014] btusb_disconnect+0x63/0x150 [btusb]
<4>[40642.391598][T49014] usb_unbind_interface+0x88/0x270
<4>[40642.391605][T49014] __device_release_driver+0x17d/0x230
<4>[40642.391610][T49014] device_release_driver+0x26/0x40
<4>[40642.391615][T49014] usb_forced_unbind_intf+0x6d/0xa0
<4>[40642.391620][T49014] unbind_marked_interfaces.isra.0+0x42/0x60
<4>[40642.391625][T49014] usb_resume+0x5d/0x70
<4>[40642.391630][T49014] ? usb_dev_thaw+0x10/0x10
<4>[40642.391635][T49014] dpm_run_callback+0x5e/0x210
<4>[40642.391640][T49014] device_resume+0x110/0x280
<4>[40642.391645][T49014] ? pm_dev_err+0x34/0x34
<4>[40642.391654][T49014] async_resume+0x19/0x30
<4>[40642.391657][T49014] async_run_entry_fn+0x2a/0x130
<4>[40642.391662][T49014] process_one_work+0x236/0x530
<4>[40642.391670][T49014] worker_thread+0x52/0x3b0
<4>[40642.391675][T49014] ? process_one_work+0x530/0x530
<4>[40642.391680][T49014] kthread+0x135/0x160
<4>[40642.391684][T49014] ? set_kthread_struct+0x40/0x40
<4>[40642.391690][T49014] ret_from_fork+0x1f/0x30
<6>[40642.460285][ T2060] ata2: SATA link up 1.5 Gbps (SStatus 113
SControl 300)
<6>[40642.460332][T49658] usb 1-1.4: reset high-speed USB device number
5 using ehci-pci
Regards,
Ammar
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 242197 bytes --]
<5>[ 0.000000][ T0] Linux version 5.14.0-rc3-bluetea-test-00249-gc7d102232649 (root@integral) (gcc (Ubuntu 11.1.0-1ubuntu1~21.04) 11.1.0, GNU ld (GNU Binutils for Ubuntu) 2.36.1) #5 SMP Sat Jul 31 13:18:27 WIB 2021
<6>[ 0.000000][ T0] Command line: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00249-gc7d102232649 root=UUID=0693bfef-641d-4e69-8fb5-b87d413390bc ro mitigations=off
<6>[ 0.000000][ T0] KERNEL supported cpus:
<6>[ 0.000000][ T0] Intel GenuineIntel
<6>[ 0.000000][ T0] AMD AuthenticAMD
<6>[ 0.000000][ T0] Hygon HygonGenuine
<6>[ 0.000000][ T0] Centaur CentaurHauls
<6>[ 0.000000][ T0] zhaoxin Shanghai
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
<6>[ 0.000000][ T0] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
<6>[ 0.000000][ T0] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
<6>[ 0.000000][ T0] signal: max sigframe size: 1776
<6>[ 0.000000][ T0] BIOS-provided physical RAM map:
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000000100000-0x000000009a0bbfff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009a0bc000-0x000000009aabbfff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009aabc000-0x000000009f6befff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009f6bf000-0x000000009fabefff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fabf000-0x000000009fbbefff] ACPI NVS
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fbbf000-0x000000009fbfefff] ACPI data
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fbff000-0x000000009fbfffff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fc00000-0x00000000dfffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000f0800000-0x00000000f08fffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000100000000-0x000000031effffff] usable
<6>[ 0.000000][ T0] NX (Execute Disable) protection: active
<6>[ 0.000000][ T0] SMBIOS 2.8 present.
<6>[ 0.000000][ T0] DMI: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
<6>[ 0.000000][ T0] tsc: Fast TSC calibration using PIT
<6>[ 0.000000][ T0] tsc: Detected 1996.283 MHz processor
<7>[ 0.018905][ T0] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
<7>[ 0.018916][ T0] e820: remove [mem 0x000a0000-0x000fffff] usable
<6>[ 0.018931][ T0] last_pfn = 0x31f000 max_arch_pfn = 0x400000000
<6>[ 0.019770][ T0] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
<6>[ 0.022042][ T0] last_pfn = 0x9fc00 max_arch_pfn = 0x400000000
<6>[ 0.030299][ T0] Using GB pages for direct mapping
<6>[ 0.032263][ T0] RAMDISK: [mem 0x60fed000-0x9a0bafff]
<6>[ 0.032285][ T0] ACPI: Early table checksum verification disabled
<6>[ 0.032302][ T0] ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
<6>[ 0.032317][ T0] ACPI: XSDT 0x000000009FBFE120 000094 (v01 ACRSYS ACRPRDCT 00000001 01000013)
<6>[ 0.032336][ T0] ACPI: FACP 0x000000009FBFC000 00010C (v05 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032355][ T0] ACPI: DSDT 0x000000009FBEC000 00B7C3 (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
<6>[ 0.032368][ T0] ACPI: FACS 0x000000009FB65000 000040
<6>[ 0.032379][ T0] ACPI: UEFI 0x000000009FBFD000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032390][ T0] ACPI: HPET 0x000000009FBFB000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032402][ T0] ACPI: APIC 0x000000009FBFA000 000090 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032413][ T0] ACPI: MCFG 0x000000009FBF9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032425][ T0] ACPI: ASF! 0x000000009FBF8000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032436][ T0] ACPI: BOOT 0x000000009FBEB000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032447][ T0] ACPI: FPDT 0x000000009FBE9000 000044 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032459][ T0] ACPI: SSDT 0x000000009FBE7000 000CB4 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032470][ T0] ACPI: SSDT 0x000000009FBE2000 00489D (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
<6>[ 0.032481][ T0] ACPI: SSDT 0x000000009FBE1000 000418 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032492][ T0] ACPI: SSDT 0x000000009FBDF000 0013F5 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032503][ T0] ACPI: SSDT 0x000000009FBDE000 00008C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032514][ T0] ACPI: SSDT 0x000000009FBDC000 001138 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032525][ T0] ACPI: Reserving FACP table memory at [mem 0x9fbfc000-0x9fbfc10b]
<6>[ 0.032531][ T0] ACPI: Reserving DSDT table memory at [mem 0x9fbec000-0x9fbf77c2]
<6>[ 0.032536][ T0] ACPI: Reserving FACS table memory at [mem 0x9fb65000-0x9fb6503f]
<6>[ 0.032540][ T0] ACPI: Reserving UEFI table memory at [mem 0x9fbfd000-0x9fbfd235]
<6>[ 0.032545][ T0] ACPI: Reserving HPET table memory at [mem 0x9fbfb000-0x9fbfb037]
<6>[ 0.032550][ T0] ACPI: Reserving APIC table memory at [mem 0x9fbfa000-0x9fbfa08f]
<6>[ 0.032554][ T0] ACPI: Reserving MCFG table memory at [mem 0x9fbf9000-0x9fbf903b]
<6>[ 0.032559][ T0] ACPI: Reserving ASF! table memory at [mem 0x9fbf8000-0x9fbf80a4]
<6>[ 0.032563][ T0] ACPI: Reserving BOOT table memory at [mem 0x9fbeb000-0x9fbeb027]
<6>[ 0.032568][ T0] ACPI: Reserving FPDT table memory at [mem 0x9fbe9000-0x9fbe9043]
<6>[ 0.032572][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe7000-0x9fbe7cb3]
<6>[ 0.032577][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe2000-0x9fbe689c]
<6>[ 0.032581][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe1000-0x9fbe1417]
<6>[ 0.032586][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbdf000-0x9fbe03f4]
<6>[ 0.032590][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbde000-0x9fbde08b]
<6>[ 0.032595][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbdc000-0x9fbdd137]
<6>[ 0.032716][ T0] No NUMA configuration found
<6>[ 0.032724][ T0] Faking a node at [mem 0x0000000000000000-0x000000031effffff]
<6>[ 0.032747][ T0] NODE_DATA(0) allocated [mem 0x31efd3000-0x31effdfff]
<6>[ 0.033797][ T0] Zone ranges:
<6>[ 0.033803][ T0] DMA [mem 0x0000000000001000-0x0000000000ffffff]
<6>[ 0.033810][ T0] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
<6>[ 0.033817][ T0] Normal [mem 0x0000000100000000-0x000000031effffff]
<6>[ 0.033824][ T0] Device empty
<6>[ 0.033830][ T0] Movable zone start for each node
<6>[ 0.033837][ T0] Early memory node ranges
<6>[ 0.033840][ T0] node 0: [mem 0x0000000000001000-0x000000000009efff]
<6>[ 0.033846][ T0] node 0: [mem 0x0000000000100000-0x000000009a0bbfff]
<6>[ 0.033852][ T0] node 0: [mem 0x000000009aabc000-0x000000009f6befff]
<6>[ 0.033856][ T0] node 0: [mem 0x000000009fbff000-0x000000009fbfffff]
<6>[ 0.033861][ T0] node 0: [mem 0x0000000100000000-0x000000031effffff]
<6>[ 0.033869][ T0] Initmem setup node 0 [mem 0x0000000000001000-0x000000031effffff]
<6>[ 0.033884][ T0] On node 0, zone DMA: 1 pages in unavailable ranges
<6>[ 0.033973][ T0] On node 0, zone DMA: 97 pages in unavailable ranges
<6>[ 0.057798][ T0] On node 0, zone DMA32: 2560 pages in unavailable ranges
<6>[ 0.057897][ T0] On node 0, zone DMA32: 1344 pages in unavailable ranges
<6>[ 0.140700][ T0] On node 0, zone Normal: 1024 pages in unavailable ranges
<6>[ 0.140909][ T0] On node 0, zone Normal: 4096 pages in unavailable ranges
<6>[ 0.141006][ T0] ACPI: PM-Timer IO Port: 0x408
<6>[ 0.141034][ T0] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
<6>[ 0.141040][ T0] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
<6>[ 0.141045][ T0] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
<6>[ 0.141050][ T0] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
<6>[ 0.141096][ T0] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
<6>[ 0.141116][ T0] IOAPIC[1]: apic_id 5, version 33, address 0xfec01000, GSI 24-55
<6>[ 0.141125][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<6>[ 0.141132][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
<6>[ 0.141143][ T0] ACPI: Using ACPI (MADT) for SMP configuration information
<6>[ 0.141149][ T0] ACPI: HPET id: 0x10228210 base: 0xfed00000
<6>[ 0.141166][ T0] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
<6>[ 0.141224][ T0] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
<6>[ 0.141232][ T0] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
<6>[ 0.141238][ T0] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
<6>[ 0.141242][ T0] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
<6>[ 0.141249][ T0] PM: hibernation: Registered nosave memory: [mem 0x9a0bc000-0x9aabbfff]
<6>[ 0.141255][ T0] PM: hibernation: Registered nosave memory: [mem 0x9f6bf000-0x9fabefff]
<6>[ 0.141259][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fabf000-0x9fbbefff]
<6>[ 0.141264][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fbbf000-0x9fbfefff]
<6>[ 0.141270][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fc00000-0xdfffffff]
<6>[ 0.141274][ T0] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf07fffff]
<6>[ 0.141279][ T0] PM: hibernation: Registered nosave memory: [mem 0xf0800000-0xf08fffff]
<6>[ 0.141283][ T0] PM: hibernation: Registered nosave memory: [mem 0xf0900000-0xf7ffffff]
<6>[ 0.141287][ T0] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
<6>[ 0.141291][ T0] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
<6>[ 0.141295][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
<6>[ 0.141300][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
<6>[ 0.141304][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
<6>[ 0.141308][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
<6>[ 0.141312][ T0] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
<6>[ 0.141316][ T0] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
<6>[ 0.141321][ T0] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
<6>[ 0.141325][ T0] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
<6>[ 0.141329][ T0] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
<6>[ 0.141338][ T0] [mem 0xe0000000-0xf07fffff] available for PCI devices
<6>[ 0.141343][ T0] Booting paravirtualized kernel on bare hardware
<6>[ 0.141353][ T0] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
<6>[ 0.151087][ T0] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
<6>[ 0.152153][ T0] percpu: Embedded 59 pages/cpu s204800 r8192 d28672 u524288
<7>[ 0.152218][ T0] pcpu-alloc: s204800 r8192 d28672 u524288 alloc=1*2097152
<7>[ 0.152228][ T0] pcpu-alloc: [0] 0 1 2 3
<6>[ 0.152359][ T0] Built 1 zonelists, mobility grouping on. Total pages: 2829389
<6>[ 0.152367][ T0] Policy zone: Normal
<5>[ 0.152390][ T0] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00249-gc7d102232649 root=UUID=0693bfef-641d-4e69-8fb5-b87d413390bc ro mitigations=off
<5>[ 0.152486][ T0] Unknown command line parameters: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00249-gc7d102232649
<6>[ 0.162092][ T0] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
<6>[ 0.166959][ T0] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
<6>[ 0.167074][ T0] mem auto-init: stack:off, heap alloc:off, heap free:off
<6>[ 0.333666][ T0] Memory: 10234628K/11497848K available (16393K kernel code, 4336K rwdata, 5676K rodata, 3796K init, 17596K bss, 1262964K reserved, 0K cma-reserved)
<6>[ 0.334328][ T0] ftrace: allocating 46954 entries in 184 pages
<6>[ 0.365240][ T0] ftrace: allocated 184 pages with 4 groups
<6>[ 0.365898][ T0] Running RCU self tests
<6>[ 0.365918][ T0] rcu: Hierarchical RCU implementation.
<6>[ 0.365923][ T0] rcu: RCU lockdep checking is enabled.
<6>[ 0.365927][ T0] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
<6>[ 0.365932][ T0] Rude variant of Tasks RCU enabled.
<6>[ 0.365935][ T0] Tracing variant of Tasks RCU enabled.
<6>[ 0.365939][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
<6>[ 0.365944][ T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
<6>[ 0.378064][ T0] NR_IRQS: 524544, nr_irqs: 1000, preallocated irqs: 16
<5>[ 0.378738][ T0] random: crng done (trusting CPU's manufacturer)
<7>[ 0.378868][ C0] spurious 8259A interrupt: IRQ7.
<6>[ 0.380297][ T0] Console: colour dummy device 80x25
<6>[ 0.383851][ T0] printk: console [tty0] enabled
<4>[ 0.383893][ T0] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
<4>[ 0.383922][ T0] ... MAX_LOCKDEP_SUBCLASSES: 8
<4>[ 0.383939][ T0] ... MAX_LOCK_DEPTH: 48
<4>[ 0.383957][ T0] ... MAX_LOCKDEP_KEYS: 8192
<4>[ 0.383975][ T0] ... CLASSHASH_SIZE: 4096
<4>[ 0.383993][ T0] ... MAX_LOCKDEP_ENTRIES: 32768
<4>[ 0.384011][ T0] ... MAX_LOCKDEP_CHAINS: 65536
<4>[ 0.384029][ T0] ... CHAINHASH_SIZE: 32768
<4>[ 0.384048][ T0] memory used by lock dependency info: 6365 kB
<4>[ 0.384068][ T0] memory used for stack traces: 4224 kB
<4>[ 0.384087][ T0] per task-struct memory footprint: 1920 bytes
<4>[ 0.384108][ T0] ------------------------
<4>[ 0.384124][ T0] | Locking API testsuite:
<4>[ 0.384140][ T0] ----------------------------------------------------------------------------
<4>[ 0.384168][ T0] | spin |wlock |rlock |mutex | wsem | rsem |
<4>[ 0.384196][ T0] --------------------------------------------------------------------------
<4>[ 0.384231][ T0] A-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.390525][ T0] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.397201][ T0] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.404330][ T0] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.411452][ T0] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.419068][ T0] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.426689][ T0] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.434331][ T0] double unlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.440484][ T0] initialize held: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.446444][ T0] --------------------------------------------------------------------------
<4>[ 0.446473][ T0] recursive read-lock: | ok | | ok |
<4>[ 0.448326][ T0] recursive read-lock #2: | ok | | ok |
<4>[ 0.450111][ T0] mixed read-write-lock: | ok | | ok |
<4>[ 0.451898][ T0] mixed write-read-lock: | ok | | ok |
<4>[ 0.453689][ T0] mixed read-lock/lock-write ABBA: | ok | | ok |
<4>[ 0.455595][ T0] mixed read-lock/lock-read ABBA: | ok | | ok |
<4>[ 0.457520][ T0] mixed write-lock/lock-write ABBA: | ok | | ok |
<4>[ 0.459443][ T0] chain cached mixed R-L/L-W ABBA: | ok |
<4>[ 0.460430][ T0] rlock W1R2/W2R3/W3R1/123: | ok |
<4>[ 0.461511][ T0] rlock W1R2/W2R3/W3R1/132: | ok |
<4>[ 0.462571][ T0] rlock W1R2/W2R3/W3R1/213: | ok |
<4>[ 0.463632][ T0] rlock W1R2/W2R3/W3R1/231: | ok |
<4>[ 0.464691][ T0] rlock W1R2/W2R3/W3R1/312: | ok |
<4>[ 0.465747][ T0] rlock W1R2/W2R3/W3R1/321: | ok |
<4>[ 0.466806][ T0] rlock W1W2/R2R3/W3R1/123: | ok |
<4>[ 0.467862][ T0] rlock W1W2/R2R3/W3R1/132: | ok |
<4>[ 0.468922][ T0] rlock W1W2/R2R3/W3R1/213: | ok |
<4>[ 0.469978][ T0] rlock W1W2/R2R3/W3R1/231: | ok |
<4>[ 0.471037][ T0] rlock W1W2/R2R3/W3R1/312: | ok |
<4>[ 0.472093][ T0] rlock W1W2/R2R3/W3R1/321: | ok |
<4>[ 0.473157][ T0] rlock W1W2/R2R3/R3W1/123: | ok |
<4>[ 0.474204][ T0] rlock W1W2/R2R3/R3W1/132: | ok |
<4>[ 0.475255][ T0] rlock W1W2/R2R3/R3W1/213: | ok |
<4>[ 0.476301][ T0] rlock W1W2/R2R3/R3W1/231: | ok |
<4>[ 0.477351][ T0] rlock W1W2/R2R3/R3W1/312: | ok |
<4>[ 0.478398][ T0] rlock W1W2/R2R3/R3W1/321: | ok |
<4>[ 0.479449][ T0] rlock W1R2/R2R3/W3W1/123: | ok |
<4>[ 0.480495][ T0] rlock W1R2/R2R3/W3W1/132: | ok |
<4>[ 0.481545][ T0] rlock W1R2/R2R3/W3W1/213: | ok |
<4>[ 0.482592][ T0] rlock W1R2/R2R3/W3W1/231: | ok |
<4>[ 0.483646][ T0] rlock W1R2/R2R3/W3W1/312: | ok |
<4>[ 0.484693][ T0] rlock W1R2/R2R3/W3W1/321: | ok |
<4>[ 0.485743][ T0] --------------------------------------------------------------------------
<4>[ 0.485772][ T0] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
<4>[ 0.488428][ T0] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
<4>[ 0.491087][ T0] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
<4>[ 0.493747][ T0] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
<4>[ 0.496403][ T0] sirq-safe-A => hirqs-on/12: ok | ok | ok |
<4>[ 0.499064][ T0] sirq-safe-A => hirqs-on/21: ok | ok | ok |
<4>[ 0.501723][ T0] hard-safe-A + irqs-on/12: ok | ok | ok |
<4>[ 0.504384][ T0] soft-safe-A + irqs-on/12: ok | ok | ok |
<4>[ 0.507043][ T0] hard-safe-A + irqs-on/21: ok | ok | ok |
<4>[ 0.509700][ T0] soft-safe-A + irqs-on/21: ok | ok | ok |
<4>[ 0.512358][ T0] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
<4>[ 0.515227][ T0] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
<4>[ 0.518091][ T0] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
<4>[ 0.520953][ T0] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
<4>[ 0.523821][ T0] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
<4>[ 0.526685][ T0] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
<4>[ 0.529548][ T0] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
<4>[ 0.532405][ T0] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
<4>[ 0.535269][ T0] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
<4>[ 0.537992][ T0] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
<4>[ 0.540718][ T0] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
<4>[ 0.543578][ T0] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
<4>[ 0.546437][ T0] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
<4>[ 0.549293][ T0] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
<4>[ 0.552154][ T0] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
<4>[ 0.555011][ T0] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
<4>[ 0.557870][ T0] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
<4>[ 0.560725][ T0] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
<4>[ 0.563590][ T0] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
<4>[ 0.566441][ T0] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
<4>[ 0.569291][ T0] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
<4>[ 0.572131][ T0] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
<4>[ 0.574984][ T0] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
<4>[ 0.577825][ T0] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
<4>[ 0.580671][ T0] hard-irq lock-inversion/123: ok | ok | ok |
<4>[ 0.583533][ T0] soft-irq lock-inversion/123: ok | ok | ok |
<4>[ 0.586384][ T0] hard-irq lock-inversion/132: ok | ok | ok |
<4>[ 0.589240][ T0] soft-irq lock-inversion/132: ok | ok | ok |
<4>[ 0.592093][ T0] hard-irq lock-inversion/213: ok | ok | ok |
<4>[ 0.594954][ T0] soft-irq lock-inversion/213: ok | ok | ok |
<4>[ 0.597803][ T0] hard-irq lock-inversion/231: ok | ok | ok |
<4>[ 0.600661][ T0] soft-irq lock-inversion/231: ok | ok | ok |
<4>[ 0.603517][ T0] hard-irq lock-inversion/312: ok | ok | ok |
<4>[ 0.606375][ T0] soft-irq lock-inversion/312: ok | ok | ok |
<4>[ 0.609351][ T0] hard-irq lock-inversion/321: ok | ok | ok |
<4>[ 0.612465][ T0] soft-irq lock-inversion/321: ok | ok | ok |
<4>[ 0.615386][ T0] hard-irq read-recursion/123: | ok | ok |
<4>[ 0.617233][ T0] soft-irq read-recursion/123: | ok | ok |
<4>[ 0.619092][ T0] hard-irq read-recursion/132: | ok | ok |
<4>[ 0.621003][ T0] soft-irq read-recursion/132: | ok | ok |
<4>[ 0.622927][ T0] hard-irq read-recursion/213: | ok | ok |
<4>[ 0.624778][ T0] soft-irq read-recursion/213: | ok | ok |
<4>[ 0.626637][ T0] hard-irq read-recursion/231: | ok | ok |
<4>[ 0.628482][ T0] soft-irq read-recursion/231: | ok | ok |
<4>[ 0.630336][ T0] hard-irq read-recursion/312: | ok | ok |
<4>[ 0.632247][ T0] soft-irq read-recursion/312: | ok | ok |
<4>[ 0.634175][ T0] hard-irq read-recursion/321: | ok | ok |
<4>[ 0.636085][ T0] soft-irq read-recursion/321: | ok | ok |
<4>[ 0.638006][ T0] hard-irq read-recursion #2/123: | ok | ok |
<4>[ 0.639916][ T0] soft-irq read-recursion #2/123: | ok | ok |
<4>[ 0.641840][ T0] hard-irq read-recursion #2/132: | ok | ok |
<4>[ 0.643750][ T0] soft-irq read-recursion #2/132: | ok | ok |
<4>[ 0.645671][ T0] hard-irq read-recursion #2/213: | ok | ok |
<4>[ 0.647637][ T0] soft-irq read-recursion #2/213: | ok | ok |
<4>[ 0.649733][ T0] hard-irq read-recursion #2/231: | ok | ok |
<4>[ 0.651815][ T0] soft-irq read-recursion #2/231: | ok | ok |
<4>[ 0.653768][ T0] hard-irq read-recursion #2/312: | ok | ok |
<4>[ 0.655673][ T0] soft-irq read-recursion #2/312: | ok | ok |
<4>[ 0.657594][ T0] hard-irq read-recursion #2/321: | ok | ok |
<4>[ 0.659502][ T0] soft-irq read-recursion #2/321: | ok | ok |
<4>[ 0.661424][ T0] hard-irq read-recursion #3/123: | ok | ok |
<4>[ 0.663339][ T0] soft-irq read-recursion #3/123: | ok | ok |
<4>[ 0.665263][ T0] hard-irq read-recursion #3/132: | ok | ok |
<4>[ 0.667171][ T0] soft-irq read-recursion #3/132: | ok | ok |
<4>[ 0.669094][ T0] hard-irq read-recursion #3/213: | ok | ok |
<4>[ 0.671002][ T0] soft-irq read-recursion #3/213: | ok | ok |
<4>[ 0.672925][ T0] hard-irq read-recursion #3/231: | ok | ok |
<4>[ 0.674841][ T0] soft-irq read-recursion #3/231: | ok | ok |
<4>[ 0.676764][ T0] hard-irq read-recursion #3/312: | ok | ok |
<4>[ 0.678674][ T0] soft-irq read-recursion #3/312: | ok | ok |
<4>[ 0.680598][ T0] hard-irq read-recursion #3/321: | ok | ok |
<4>[ 0.682509][ T0] soft-irq read-recursion #3/321: | ok | ok |
<4>[ 0.684438][ T0] --------------------------------------------------------------------------
<4>[ 0.684467][ T0] | Wound/wait tests |
<4>[ 0.684482][ T0] ---------------------
<4>[ 0.684498][ T0] ww api failures: ok | ok | ok |
<4>[ 0.687522][ T0] ww contexts mixing: ok | ok |
<4>[ 0.689531][ T0] finishing ww context: ok | ok | ok | ok |
<4>[ 0.693252][ T0] locking mismatches: ok | ok | ok |
<4>[ 0.696032][ T0] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.705561][ T0] spinlock nest unlocked: ok |
<4>[ 0.706460][ T0] spinlock nest test: ok |
<4>[ 0.707495][ T0] -----------------------------------------------------
<4>[ 0.707520][ T0] |block | try |context|
<4>[ 0.707544][ T0] -----------------------------------------------------
<4>[ 0.707568][ T0] context: ok | ok | ok |
<4>[ 0.710430][ T0] try: ok | ok | ok |
<4>[ 0.713147][ T0] block: ok | ok | ok |
<4>[ 0.715872][ T0] spinlock: ok | ok | ok |
<4>[ 0.718801][ T0] --------------------------------------------------------------------------
<4>[ 0.718831][ T0] | queued read lock tests |
<4>[ 0.718849][ T0] ---------------------------
<4>[ 0.718867][ T0] hardirq read-lock/lock-read: ok |
<4>[ 0.719839][ T0] hardirq lock-read/read-lock: ok |
<4>[ 0.720808][ T0] hardirq inversion: ok |
<4>[ 0.721780][ T0] --------------------
<4>[ 0.721797][ T0] | fs_reclaim tests |
<4>[ 0.721813][ T0] --------------------
<4>[ 0.721829][ T0] correct nesting: ok |
<4>[ 0.722679][ T0] wrong nesting: ok |
<4>[ 0.723520][ T0] protected nesting: ok |
<4>[ 0.724376][ T0] --------------------------------------------------------------------------
<4>[ 0.724409][ T0] | local_lock tests |
<4>[ 0.724427][ T0] ---------------------
<4>[ 0.724444][ T0] local_lock inversion 2: ok |
<4>[ 0.725502][ T0] local_lock inversion 3A: ok |
<4>[ 0.726635][ T0] local_lock inversion 3B: ok |
<4>[ 0.727767][ T0] hardirq_unsafe_softirq_safe: ok |
<4>[ 0.729046][ T0] -------------------------------------------------------
<4>[ 0.729073][ T0] Good, all 358 testcases passed! |
<4>[ 0.729095][ T0] ---------------------------------
<6>[ 0.729230][ T0] ACPI: Core revision 20210604
<6>[ 0.729836][ T0] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
<6>[ 0.729957][ T0] APIC: Switch to symmetric I/O mode setup
<6>[ 0.730876][ T0] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
<6>[ 0.746605][ T0] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398cedbade9, max_idle_ns: 881590633608 ns
<6>[ 0.746700][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 3994.92 BogoMIPS (lpj=6654276)
<6>[ 0.746744][ T0] pid_max: default: 32768 minimum: 301
<6>[ 0.746923][ T0] LSM: Security Framework initializing
<6>[ 0.746963][ T0] Yama: becoming mindful.
<6>[ 0.747129][ T0] AppArmor: AppArmor initialized
<6>[ 0.747398][ T0] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
<6>[ 0.747580][ T0] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
<6>[ 0.749333][ T0] BIOS may not properly restore RDRAND after suspend, hiding RDRAND via CPUID. Use rdrand=force to reenable.
<6>[ 0.749425][ T0] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
<6>[ 0.749451][ T0] Last level dTLB entries: 4KB 512, 2MB 256, 4MB 128, 1GB 0
<6>[ 0.749489][ T0] Speculative Store Bypass: Vulnerable
<6>[ 0.754873][ T0] Freeing SMP alternatives memory: 40K
<6>[ 0.865196][ T1] smpboot: CPU0: AMD A8-6410 APU with AMD Radeon R5 Graphics (family: 0x16, model: 0x30, stepping: 0x1)
<6>[ 0.866667][ T1] Running RCU-tasks wait API self tests
<6>[ 0.866667][ T1] Performance Events: AMD PMU driver.
<6>[ 0.866667][ T1] ... version: 0
<6>[ 0.866667][ T1] ... bit width: 48
<6>[ 0.866667][ T1] ... generic registers: 4
<6>[ 0.866667][ T1] ... value mask: 0000ffffffffffff
<6>[ 0.866667][ T1] ... max period: 00007fffffffffff
<6>[ 0.866667][ T1] ... fixed-purpose events: 0
<6>[ 0.866667][ T1] ... event mask: 000000000000000f
<6>[ 0.866667][ T1] rcu: Hierarchical SRCU implementation.
<6>[ 0.868193][ T7] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
<6>[ 0.868779][ T1] smp: Bringing up secondary CPUs ...
<6>[ 0.870517][ T1] x86: Booting SMP configuration:
<6>[ 0.870566][ T1] .... node #0, CPUs: #1
<0>[ 0.354783][ C1] __common_interrupt: 1.55 No irq handler for vector
<4>[ 0.874873][ T1] #2
<0>[ 0.354783][ C2] __common_interrupt: 2.55 No irq handler for vector
<4>[ 0.878040][ T1] #3
<0>[ 0.354783][ C3] __common_interrupt: 3.55 No irq handler for vector
<6>[ 0.880298][ T1] smp: Brought up 1 node, 4 CPUs
<6>[ 0.880298][ T1] smpboot: Max logical packages: 1
<4>[ 0.880298][ T1] ----------------
<4>[ 0.880298][ T1] | NMI testsuite:
<4>[ 0.880298][ T1] --------------------
<4>[ 0.880298][ T1] remote IPI: ok |
<4>[ 0.880358][ T1] local IPI: ok |
<4>[ 0.880428][ T1] --------------------
<4>[ 0.880449][ T1] Good, all 2 testcases passed! |
<4>[ 0.880474][ T1] ---------------------------------
<6>[ 0.880500][ T1] smpboot: Total of 4 processors activated (15976.69 BogoMIPS)
<6>[ 0.883381][ T11] Callback from call_rcu_tasks_trace() invoked.
<6>[ 0.887455][ T1] devtmpfs: initialized
<6>[ 0.887455][ T1] x86/mm: Memory block size: 128MB
<6>[ 0.897906][ T1] ACPI: PM: Registering ACPI NVS region [mem 0x9fabf000-0x9fbbefff] (1048576 bytes)
<6>[ 0.897906][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
<6>[ 0.897906][ T1] futex hash table entries: 1024 (order: 5, 131072 bytes, linear)
<6>[ 0.897906][ T1] Running postponed tracer tests:
<6>[ 0.897920][ T1] Testing tracer function:
<6>[ 1.220986][ T10] Callback from call_rcu_tasks_rude() invoked.
<4>[ 1.597720][ T1] PASSED
<6>[ 1.597768][ T1] Testing dynamic ftrace: PASSED
<6>[ 1.843442][ T1] Testing dynamic ftrace ops #1:
<4>[ 1.973939][ T1] (1 0 1 0 0)
<4>[ 1.973978][ T1] (1 1 2 0 0)
<4>[ 2.274834][ T1] (2 1 3 0 3075193)
<4>[ 2.274880][ T1] (2 2 4 0 3075529) PASSED
<6>[ 2.553548][ T1] Testing dynamic ftrace ops #2:
<4>[ 2.985071][ T1] (1 0 1 3070367 0)
<4>[ 2.985124][ T1] (1 1 2 3070817 0)
<4>[ 3.620019][ T1] (2 1 3 7 3140170)
<4>[ 3.620019][ T1] (2 2 4 427 3140589) PASSED
<6>[ 4.308278][ T1] Testing ftrace recursion: PASSED
<6>[ 4.343736][ T1] Testing ftrace recursion safe: PASSED
<6>[ 4.379476][ T1] Testing ftrace regs: PASSED
<6>[ 4.415239][ T1] Testing tracer nop: PASSED
<6>[ 4.415380][ T1] Testing tracer wakeup: PASSED
<6>[ 4.996909][ T1] Testing tracer wakeup_rt: PASSED
<6>[ 5.580163][ T1] Testing tracer wakeup_dl: PASSED
<6>[ 6.170198][ T1] Testing tracer function_graph: PASSED
<6>[ 8.833827][ T1] pinctrl core: initialized pinctrl subsystem
<6>[ 8.835056][ T1] PM: RTC time: 07:22:40, date: 2021-07-31
<6>[ 8.835782][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
<6>[ 8.836674][ T1] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
<6>[ 8.836738][ T1] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
<6>[ 8.836798][ T1] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
<6>[ 8.836928][ T1] audit: initializing netlink subsys (disabled)
<5>[ 8.837019][ T44] audit: type=2000 audit(1627716159.106:1): state=initialized audit_enabled=0 res=1
<6>[ 8.837945][ T1] thermal_sys: Registered thermal governor 'fair_share'
<6>[ 8.837950][ T1] thermal_sys: Registered thermal governor 'bang_bang'
<6>[ 8.837985][ T1] thermal_sys: Registered thermal governor 'step_wise'
<6>[ 8.838018][ T1] thermal_sys: Registered thermal governor 'user_space'
<6>[ 8.838050][ T1] thermal_sys: Registered thermal governor 'power_allocator'
<6>[ 8.838128][ T1] EISA bus registered
<6>[ 8.838269][ T1] cpuidle: using governor ladder
<6>[ 8.838343][ T1] cpuidle: using governor menu
<6>[ 8.840046][ T1] Simple Boot Flag at 0x44 set to 0x1
<6>[ 8.840176][ T1] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
<6>[ 8.840224][ T1] ACPI: bus type PCI registered
<6>[ 8.840250][ T1] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
<6>[ 8.840776][ T1] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
<6>[ 8.840838][ T1] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
<6>[ 8.840924][ T1] PCI: Using configuration type 1 for base access
<4>[ 8.842019][ T1] mtrr: your CPUs had inconsistent variable MTRR settings
<6>[ 8.842053][ T1] mtrr: probably your BIOS does not setup all CPUs.
<6>[ 8.842082][ T1] mtrr: corrected configuration.
<6>[ 8.854874][ T1] Kprobes globally optimized
<6>[ 8.856726][ T1] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
<6>[ 8.856746][ T1] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
<6>[ 8.864170][ T1] fbcon: Taking over console
<4>[ 8.864378][ T1] ACPI: PRMT not present
<6>[ 8.864404][ T1] PRM: found 4294967277 modules
<6>[ 8.864546][ T1] ACPI: Added _OSI(Module Device)
<6>[ 8.864576][ T1] ACPI: Added _OSI(Processor Device)
<6>[ 8.864605][ T1] ACPI: Added _OSI(3.0 _SCP Extensions)
<6>[ 8.864635][ T1] ACPI: Added _OSI(Processor Aggregator Device)
<6>[ 8.864671][ T1] ACPI: Added _OSI(Linux-Dell-Video)
<6>[ 8.864703][ T1] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
<6>[ 8.864738][ T1] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
<6>[ 8.950583][ T1] ACPI: 7 ACPI AML tables successfully acquired and loaded
<5>[ 8.968042][ T1] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
<6>[ 8.981121][ T1] ACPI: EC: EC started
<6>[ 8.981167][ T1] ACPI: EC: interrupt blocked
<6>[ 8.983555][ T1] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 8.983590][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
<6>[ 8.983630][ T1] ACPI: Interpreter enabled
<6>[ 8.983749][ T1] ACPI: PM: (supports S0 S3 S4 S5)
<6>[ 8.983779][ T1] ACPI: Using IOAPIC for interrupt routing
<6>[ 8.984895][ T1] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
<6>[ 8.986510][ T1] ACPI: Enabled 4 GPEs in block 00 to 1F
<6>[ 9.038781][ T1] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
<6>[ 9.038864][ T1] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
<6>[ 9.040359][ T1] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
<6>[ 9.041777][ T1] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
<6>[ 9.041822][ T1] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
<6>[ 9.041947][ T1] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
<6>[ 9.042623][ T1] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cebff])
<6>[ 9.044143][ T1] PCI host bridge to bus 0000:00
<6>[ 9.044173][ T1] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
<6>[ 9.044214][ T1] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
<6>[ 9.044255][ T1] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
<6>[ 9.044298][ T1] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
<6>[ 9.044341][ T1] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
<6>[ 9.044384][ T1] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
<6>[ 9.044427][ T1] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
<6>[ 9.044470][ T1] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
<6>[ 9.044513][ T1] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
<6>[ 9.044556][ T1] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
<6>[ 9.044599][ T1] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
<6>[ 9.044641][ T1] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
<6>[ 9.044684][ T1] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
<6>[ 9.044727][ T1] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
<6>[ 9.044770][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
<6>[ 9.044812][ T1] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
<6>[ 9.044855][ T1] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff window]
<6>[ 9.044899][ T1] pci_bus 0000:00: root bus resource [bus 00-ff]
<6>[ 9.045017][ T1] pci 0000:00:00.0: [1022:1566] type 00 class 0x060000
<6>[ 9.045647][ T1] pci 0000:00:01.0: [1002:9851] type 00 class 0x030000
<6>[ 9.045701][ T1] pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
<6>[ 9.045753][ T1] pci 0000:00:01.0: reg 0x18: [mem 0xf0000000-0xf07fffff 64bit pref]
<6>[ 9.045801][ T1] pci 0000:00:01.0: reg 0x20: [io 0x3000-0x30ff]
<6>[ 9.045842][ T1] pci 0000:00:01.0: reg 0x24: [mem 0xf0c00000-0xf0c3ffff]
<6>[ 9.045885][ T1] pci 0000:00:01.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
<6>[ 9.045931][ T1] pci 0000:00:01.0: enabling Extended Tags
<6>[ 9.046044][ T1] pci 0000:00:01.0: supports D1 D2
<6>[ 9.046072][ T1] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
<6>[ 9.047139][ T1] pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
<6>[ 9.047192][ T1] pci 0000:00:01.1: reg 0x10: [mem 0xf0c60000-0xf0c63fff 64bit]
<6>[ 9.047271][ T1] pci 0000:00:01.1: enabling Extended Tags
<6>[ 9.047366][ T1] pci 0000:00:01.1: supports D1 D2
<6>[ 9.047872][ T1] pci 0000:00:02.0: [1022:156b] type 00 class 0x060000
<6>[ 9.048396][ T1] pci 0000:00:02.3: [1022:1439] type 01 class 0x060400
<6>[ 9.048479][ T1] pci 0000:00:02.3: enabling Extended Tags
<6>[ 9.048581][ T1] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
<6>[ 9.049490][ T1] pci 0000:00:02.4: [1022:1439] type 01 class 0x060400
<6>[ 9.049573][ T1] pci 0000:00:02.4: enabling Extended Tags
<6>[ 9.049675][ T1] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
<6>[ 9.050484][ T1] pci 0000:00:08.0: [1022:1537] type 00 class 0x108000
<6>[ 9.050534][ T1] pci 0000:00:08.0: reg 0x10: [mem 0xf0c40000-0xf0c5ffff 64bit pref]
<6>[ 9.050582][ T1] pci 0000:00:08.0: reg 0x18: [mem 0xf0900000-0xf09fffff]
<6>[ 9.050625][ T1] pci 0000:00:08.0: reg 0x1c: [mem 0xf0c70000-0xf0c70fff]
<6>[ 9.050673][ T1] pci 0000:00:08.0: reg 0x24: [mem 0xf0c6a000-0xf0c6bfff]
<6>[ 9.051218][ T1] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
<6>[ 9.051278][ T1] pci 0000:00:10.0: reg 0x10: [mem 0xf0c68000-0xf0c69fff 64bit]
<6>[ 9.051458][ T1] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
<6>[ 9.052221][ T1] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
<6>[ 9.052273][ T1] pci 0000:00:11.0: reg 0x10: [io 0x3118-0x311f]
<6>[ 9.052315][ T1] pci 0000:00:11.0: reg 0x14: [io 0x3124-0x3127]
<6>[ 9.052356][ T1] pci 0000:00:11.0: reg 0x18: [io 0x3110-0x3117]
<6>[ 9.052398][ T1] pci 0000:00:11.0: reg 0x1c: [io 0x3120-0x3123]
<6>[ 9.052439][ T1] pci 0000:00:11.0: reg 0x20: [io 0x3100-0x310f]
<6>[ 9.052481][ T1] pci 0000:00:11.0: reg 0x24: [mem 0xf0c6f000-0xf0c6f3ff]
<6>[ 9.052585][ T1] pci 0000:00:11.0: PME# supported from D3hot
<6>[ 9.053314][ T1] pci 0000:00:12.0: [1022:7808] type 00 class 0x0c0320
<6>[ 9.053356][ T1] pci 0000:00:12.0: reg 0x10: [mem 0xf0c6e000-0xf0c6e0ff]
<6>[ 9.053496][ T1] pci 0000:00:12.0: supports D1 D2
<6>[ 9.053524][ T1] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 9.054256][ T1] pci 0000:00:13.0: [1022:7808] type 00 class 0x0c0320
<6>[ 9.054308][ T1] pci 0000:00:13.0: reg 0x10: [mem 0xf0c6d000-0xf0c6d0ff]
<6>[ 9.054447][ T1] pci 0000:00:13.0: supports D1 D2
<6>[ 9.054474][ T1] pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 9.055197][ T1] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
<6>[ 9.055969][ T1] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
<6>[ 9.056026][ T1] pci 0000:00:14.2: reg 0x10: [mem 0xf0c64000-0xf0c67fff 64bit]
<6>[ 9.056161][ T1] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
<6>[ 9.056931][ T1] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
<6>[ 9.057712][ T1] pci 0000:00:14.7: [1022:7813] type 00 class 0x080501
<6>[ 9.057768][ T1] pci 0000:00:14.7: reg 0x10: [mem 0xf0c6c000-0xf0c6c0ff 64bit]
<6>[ 9.057896][ T1] pci 0000:00:14.7: PME# supported from D3cold
<6>[ 9.058401][ T1] pci 0000:00:18.0: [1022:1580] type 00 class 0x060000
<6>[ 9.058923][ T1] pci 0000:00:18.1: [1022:1581] type 00 class 0x060000
<6>[ 9.059431][ T1] pci 0000:00:18.2: [1022:1582] type 00 class 0x060000
<6>[ 9.059941][ T1] pci 0000:00:18.3: [1022:1583] type 00 class 0x060000
<6>[ 9.060683][ T1] pci 0000:00:18.4: [1022:1584] type 00 class 0x060000
<6>[ 9.061190][ T1] pci 0000:00:18.5: [1022:1585] type 00 class 0x060000
<6>[ 9.061953][ T1] pci 0000:01:00.0: [10ec:5287] type 00 class 0xff0000
<6>[ 9.062010][ T1] pci 0000:01:00.0: reg 0x10: [mem 0xf0b05000-0xf0b05fff]
<6>[ 9.062112][ T1] pci 0000:01:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
<6>[ 9.062290][ T1] pci 0000:01:00.0: supports D1 D2
<6>[ 9.062318][ T1] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
<6>[ 9.062967][ T1] pci 0000:01:00.1: [10ec:8168] type 00 class 0x020000
<6>[ 9.063028][ T1] pci 0000:01:00.1: reg 0x10: [io 0x2000-0x20ff]
<6>[ 9.063090][ T1] pci 0000:01:00.1: reg 0x18: [mem 0xf0b04000-0xf0b04fff 64bit]
<6>[ 9.063147][ T1] pci 0000:01:00.1: reg 0x20: [mem 0xf0b00000-0xf0b03fff 64bit]
<6>[ 9.063327][ T1] pci 0000:01:00.1: supports D1 D2
<6>[ 9.063365][ T1] pci 0000:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 9.063836][ T1] pci 0000:00:02.3: PCI bridge to [bus 01]
<6>[ 9.063873][ T1] pci 0000:00:02.3: bridge window [io 0x2000-0x2fff]
<6>[ 9.063910][ T1] pci 0000:00:02.3: bridge window [mem 0xf0b00000-0xf0bfffff]
<6>[ 9.064224][ T1] pci 0000:02:00.0: [14e4:4365] type 00 class 0x028000
<6>[ 9.064288][ T1] pci 0000:02:00.0: reg 0x10: [mem 0xf0a00000-0xf0a07fff 64bit]
<6>[ 9.064394][ T1] pci 0000:02:00.0: enabling Extended Tags
<6>[ 9.064550][ T1] pci 0000:02:00.0: supports D1 D2
<6>[ 9.064578][ T1] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
<6>[ 9.065190][ T1] pci 0000:00:02.4: PCI bridge to [bus 02]
<6>[ 9.065229][ T1] pci 0000:00:02.4: bridge window [mem 0xf0a00000-0xf0afffff]
<6>[ 9.070663][ T1] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
<6>[ 9.071150][ T1] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
<6>[ 9.071685][ T1] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
<6>[ 9.072218][ T1] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
<6>[ 9.072679][ T1] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
<6>[ 9.073055][ T1] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
<6>[ 9.073441][ T1] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
<6>[ 9.073813][ T1] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
<6>[ 9.081777][ T1] ACPI: EC: interrupt unblocked
<6>[ 9.081831][ T1] ACPI: EC: event unblocked
<6>[ 9.081868][ T1] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 9.081905][ T1] ACPI: EC: GPE=0x3
<6>[ 9.081930][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
<6>[ 9.081975][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
<6>[ 9.083438][ T1] iommu: Default domain type: Translated
<6>[ 9.083651][ T1] pci 0000:00:01.0: vgaarb: setting as boot VGA device
<6>[ 9.083651][ T1] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
<6>[ 9.083651][ T1] pci 0000:00:01.0: vgaarb: bridge control possible
<6>[ 9.083651][ T1] vgaarb: loaded
<5>[ 9.084955][ T1] SCSI subsystem initialized
<7>[ 9.085014][ T1] libata version 3.00 loaded.
<6>[ 9.085014][ T1] ACPI: bus type USB registered
<6>[ 9.085014][ T1] usbcore: registered new interface driver usbfs
<6>[ 9.085014][ T1] usbcore: registered new interface driver hub
<6>[ 9.085014][ T1] usbcore: registered new device driver usb
<6>[ 9.085014][ T1] pps_core: LinuxPPS API ver. 1 registered
<6>[ 9.085014][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
<6>[ 9.085014][ T1] PTP clock support registered
<6>[ 9.086730][ T1] EDAC MC: Ver: 3.0.0
<6>[ 9.087952][ T1] NetLabel: Initializing
<6>[ 9.087977][ T1] NetLabel: domain hash size = 128
<6>[ 9.088005][ T1] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
<6>[ 9.088131][ T1] NetLabel: unlabeled traffic allowed by default
<6>[ 9.090096][ T1] PCI: Using ACPI for IRQ routing
<7>[ 9.092340][ T1] PCI: pci_cache_line_size set to 64 bytes
<7>[ 9.092450][ T1] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
<7>[ 9.092466][ T1] e820: reserve RAM buffer [mem 0x9a0bc000-0x9bffffff]
<7>[ 9.092471][ T1] e820: reserve RAM buffer [mem 0x9f6bf000-0x9fffffff]
<7>[ 9.092477][ T1] e820: reserve RAM buffer [mem 0x9fc00000-0x9fffffff]
<7>[ 9.092482][ T1] e820: reserve RAM buffer [mem 0x31f000000-0x31fffffff]
<6>[ 9.092513][ T1] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
<6>[ 9.092513][ T1] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
<6>[ 9.095004][ T1] clocksource: Switched to clocksource tsc-early
<5>[ 9.261338][ T1] VFS: Disk quotas dquot_6.6.0
<6>[ 9.261571][ T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
<6>[ 9.263174][ T1] AppArmor: AppArmor Filesystem Enabled
<6>[ 9.263495][ T1] pnp: PnP ACPI init
<6>[ 9.264476][ T1] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
<6>[ 9.264531][ T1] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
<6>[ 9.266772][ T1] system 00:04: [io 0x0400-0x04cf] has been reserved
<6>[ 9.266812][ T1] system 00:04: [io 0x04d0-0x04d1] has been reserved
<6>[ 9.266851][ T1] system 00:04: [io 0x04d6] has been reserved
<6>[ 9.266886][ T1] system 00:04: [io 0x0680-0x06ff] has been reserved
<6>[ 9.266926][ T1] system 00:04: [io 0x077a] has been reserved
<6>[ 9.266961][ T1] system 00:04: [io 0x0c00-0x0c01] has been reserved
<6>[ 9.266998][ T1] system 00:04: [io 0x0c14] has been reserved
<6>[ 9.267033][ T1] system 00:04: [io 0x0c50-0x0c52] has been reserved
<6>[ 9.267074][ T1] system 00:04: [io 0x0c6c] has been reserved
<6>[ 9.267109][ T1] system 00:04: [io 0x0c6f] has been reserved
<6>[ 9.267144][ T1] system 00:04: [io 0x0cd0-0x0cdb] has been reserved
<6>[ 9.267181][ T1] system 00:04: [io 0x0840-0x0847] has been reserved
<6>[ 9.267671][ T1] system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
<6>[ 9.267723][ T1] system 00:05: [mem 0xff800000-0xffffffff] has been reserved
<6>[ 9.277149][ T1] pnp: PnP ACPI: found 6 devices
<6>[ 9.293195][ T1] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
<6>[ 9.293529][ T1] NET: Registered PF_INET protocol family
<6>[ 9.294141][ T1] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[ 9.297772][ T1] tcp_listen_portaddr_hash hash table entries: 8192 (order: 7, 655360 bytes, linear)
<6>[ 9.298310][ T1] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
<6>[ 9.298933][ T1] TCP bind hash table entries: 65536 (order: 10, 4718592 bytes, vmalloc)
<6>[ 9.301730][ T1] TCP: Hash tables configured (established 131072 bind 65536)
<6>[ 9.302854][ T1] MPTCP token hash table entries: 16384 (order: 8, 1441792 bytes, linear)
<6>[ 9.303858][ T1] UDP hash table entries: 8192 (order: 8, 1310720 bytes, linear)
<6>[ 9.304694][ T1] UDP-Lite hash table entries: 8192 (order: 8, 1310720 bytes, linear)
<6>[ 9.305777][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
<6>[ 9.305840][ T1] NET: Registered PF_XDP protocol family
<6>[ 9.305881][ T1] pci 0000:00:01.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: address conflict with Reserved [mem 0xff800000-0xffffffff]
<6>[ 9.305947][ T1] pci 0000:01:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
<6>[ 9.306037][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf0c80000-0xf0c9ffff pref]
<6>[ 9.306083][ T1] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0b10000-0xf0b1ffff pref]
<6>[ 9.306124][ T1] pci 0000:00:02.3: PCI bridge to [bus 01]
<6>[ 9.306157][ T1] pci 0000:00:02.3: bridge window [io 0x2000-0x2fff]
<6>[ 9.306194][ T1] pci 0000:00:02.3: bridge window [mem 0xf0b00000-0xf0bfffff]
<6>[ 9.306238][ T1] pci 0000:00:02.4: PCI bridge to [bus 02]
<6>[ 9.306270][ T1] pci 0000:00:02.4: bridge window [mem 0xf0a00000-0xf0afffff]
<6>[ 9.306316][ T1] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
<6>[ 9.306350][ T1] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
<6>[ 9.306384][ T1] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
<6>[ 9.306421][ T1] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
<6>[ 9.306458][ T1] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
<6>[ 9.306495][ T1] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
<6>[ 9.306532][ T1] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff window]
<6>[ 9.306569][ T1] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff window]
<6>[ 9.306606][ T1] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff window]
<6>[ 9.306644][ T1] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff window]
<6>[ 9.306716][ T1] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff window]
<6>[ 9.306754][ T1] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
<6>[ 9.306792][ T1] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
<6>[ 9.306829][ T1] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
<6>[ 9.306867][ T1] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff window]
<6>[ 9.306904][ T1] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff window]
<6>[ 9.306942][ T1] pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff window]
<6>[ 9.306979][ T1] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
<6>[ 9.307010][ T1] pci_bus 0000:01: resource 1 [mem 0xf0b00000-0xf0bfffff]
<6>[ 9.307044][ T1] pci_bus 0000:02: resource 1 [mem 0xf0a00000-0xf0afffff]
<6>[ 9.307565][ T1] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
<6>[ 9.307910][ T1] pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
<6>[ 9.317171][ T1] pci 0000:00:12.0: PME# does not work under D3, disabling it
<6>[ 9.318175][ T1] pci 0000:00:13.0: PME# does not work under D3, disabling it
<6>[ 9.318295][ T1] PCI: CLS 64 bytes, default 64
<6>[ 9.318364][ T1] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
<6>[ 9.318398][ T1] software IO TLB: mapped [mem 0x000000009b6bf000-0x000000009f6bf000] (64MB)
<6>[ 9.318496][ T1] amd_uncore: 4 amd_nb counters detected
<6>[ 9.318535][ T1] amd_uncore: 4 amd_l2 counters detected
<6>[ 9.318899][ T1] LVT offset 0 assigned for vector 0x400
<6>[ 9.318953][ T8] Trying to unpack rootfs image as initramfs...
<6>[ 9.319085][ T1] perf: AMD IBS detected (0x000000ff)
<6>[ 9.319462][ T1] simple-framebuffer simple-framebuffer.0: framebuffer at 0xe0000000, 0x420000 bytes
<6>[ 9.319519][ T1] simple-framebuffer simple-framebuffer.0: format=x8r8g8b8, mode=1366x768x32, linelength=5632
<6>[ 9.320690][ T1] Console: switching to colour frame buffer device 170x48
<6>[ 9.325383][ T1] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
<5>[ 9.329447][ T1] Initialise system trusted keyrings
<6>[ 9.329964][ T1] workingset: timestamp_bits=36 max_order=22 bucket_order=0
<6>[ 9.330499][ T1] zbud: loaded
<6>[ 9.331643][ T1] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[ 9.332411][ T1] fuse: init (API version 7.34)
<5>[ 9.353818][ T1] Key type asymmetric registered
<5>[ 9.353945][ T1] Asymmetric key parser 'x509' registered
<6>[ 9.354080][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
<6>[ 9.354488][ T1] io scheduler mq-deadline registered
<6>[ 9.356800][ T1] pcieport 0000:00:02.3: PME: Signaling with IRQ 25
<6>[ 9.358318][ T1] pcieport 0000:00:02.4: PME: Signaling with IRQ 27
<6>[ 9.358898][ T1] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
<6>[ 9.361269][ T1] ACPI: AC: AC Adapter [ACAD] (on-line)
<4>[ 9.362652][ T1] sysfs: cannot create duplicate filename '/class/power_supply/ACAD'
<4>[ 9.362749][ T1] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.14.0-rc3-bluetea-test-00249-gc7d102232649 #5
<4>[ 9.362858][ T1] Hardware name: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
<4>[ 9.362945][ T1] Call Trace:
<4>[ 9.362989][ T1] dump_stack_lvl+0x6a/0x9a
<4>[ 9.363048][ T1] sysfs_warn_dup.cold+0x17/0x24
<4>[ 9.363111][ T1] sysfs_do_create_link_sd+0xbe/0xd0
<4>[ 9.363178][ T1] device_add+0x272/0x970
<4>[ 9.363231][ T1] ? lockdep_init_map_type+0x47/0x240
<4>[ 9.363354][ T1] ? lockdep_init_map_type+0x47/0x240
<4>[ 9.363354][ T1] __power_supply_register+0x2a8/0x4b0
<4>[ 9.363354][ T1] acpi_ac_add+0x135/0x170
<4>[ 9.363354][ T1] acpi_device_probe+0x44/0x150
<4>[ 9.363354][ T1] really_probe+0x1db/0x3c0
<4>[ 9.363354][ T1] __driver_probe_device+0xfe/0x180
<4>[ 9.363354][ T1] driver_probe_device+0x1e/0x90
<4>[ 9.363354][ T1] __driver_attach+0xc1/0x1d0
<4>[ 9.363354][ T1] ? __device_attach_driver+0xd0/0xd0
<4>[ 9.363354][ T1] ? __device_attach_driver+0xd0/0xd0
<4>[ 9.363354][ T1] bus_for_each_dev+0x78/0xc0
<4>[ 9.363354][ T1] bus_add_driver+0x12e/0x1f0
<4>[ 9.363354][ T1] driver_register+0x8f/0xe0
<4>[ 9.363354][ T1] ? ac_do_not_check_pmic_quirk+0x12/0x12
<4>[ 9.363354][ T1] acpi_ac_init+0x93/0xa3
<4>[ 9.363354][ T1] do_one_initcall+0x58/0x2d0
<4>[ 9.363354][ T1] ? rcu_read_lock_sched_held+0x3f/0x80
<4>[ 9.363354][ T1] kernel_init_freeable+0x2a7/0x30e
<4>[ 9.363354][ T1] ? rest_init+0x280/0x280
<4>[ 9.363354][ T1] kernel_init+0x16/0x120
<4>[ 9.363354][ T1] ret_from_fork+0x1f/0x30
<4>[ 9.395199][ T1] ac: probe of ACPI0003:01 failed with error -17
<6>[ 9.396903][ T1] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
<6>[ 9.398490][ T1] ACPI: button: Power Button [PWRB]
<6>[ 9.400081][ T1] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
<6>[ 9.401564][ T1] ACPI: button: Sleep Button [SLPB]
<6>[ 9.403234][ T1] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
<6>[ 9.404726][ T1] ACPI: button: Lid Switch [LID]
<6>[ 9.406286][ T1] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
<6>[ 9.408433][ T1] ACPI: button: Power Button [PWRF]
<6>[ 9.409961][ T1] ACPI: \_PR_.C000: Found 2 idle states
<6>[ 9.412262][ T1] ACPI: \_PR_.C001: Found 2 idle states
<6>[ 9.414223][ T1] ACPI: \_PR_.C002: Found 2 idle states
<6>[ 9.421313][ T1] ACPI: \_PR_.C003: Found 2 idle states
<6>[ 9.424771][ T1] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
<6>[ 9.442221][ T1] Linux agpgart interface v0.103
<6>[ 9.474389][ T1] loop: module loaded
<6>[ 9.478214][ T1] libphy: Fixed MDIO Bus: probed
<6>[ 9.479468][ T1] tun: Universal TUN/TAP device driver, 1.6
<6>[ 9.481109][ T1] PPP generic driver version 2.4.2
<6>[ 9.481216][ T109] ACPI: battery: Slot [BAT1] (battery present)
<6>[ 9.483110][ T1] VFIO - User Level meta-driver version: 0.3
<6>[ 9.485465][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[ 9.486747][ T1] ehci-pci: EHCI PCI platform driver
<6>[ 9.488952][ T1] ehci-pci 0000:00:12.0: EHCI Host Controller
<6>[ 9.490502][ T1] ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
<6>[ 9.491775][ T1] ehci-pci 0000:00:12.0: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
<6>[ 9.493092][ T1] ehci-pci 0000:00:12.0: debug port 2
<6>[ 9.494725][ T1] ehci-pci 0000:00:12.0: irq 18, io mem 0xf0c6e000
<6>[ 9.506814][ T1] ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
<6>[ 9.508916][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 9.510325][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 9.511685][ T1] usb usb1: Product: EHCI Host Controller
<6>[ 9.513086][ T1] usb usb1: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00249-gc7d102232649 ehci_hcd
<6>[ 9.514580][ T1] usb usb1: SerialNumber: 0000:00:12.0
<6>[ 9.517831][ T1] hub 1-0:1.0: USB hub found
<6>[ 9.519417][ T1] hub 1-0:1.0: 2 ports detected
<6>[ 9.523337][ T1] ehci-pci 0000:00:13.0: EHCI Host Controller
<6>[ 9.524816][ T1] ehci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
<6>[ 9.526307][ T1] ehci-pci 0000:00:13.0: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
<6>[ 9.528010][ T1] ehci-pci 0000:00:13.0: debug port 2
<6>[ 9.529528][ T1] ehci-pci 0000:00:13.0: irq 18, io mem 0xf0c6d000
<6>[ 9.543688][ T1] ehci-pci 0000:00:13.0: USB 2.0 started, EHCI 1.00
<6>[ 9.545560][ T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 9.547137][ T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 9.548712][ T1] usb usb2: Product: EHCI Host Controller
<6>[ 9.550221][ T1] usb usb2: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00249-gc7d102232649 ehci_hcd
<6>[ 9.551829][ T1] usb usb2: SerialNumber: 0000:00:13.0
<6>[ 9.554388][ T1] hub 2-0:1.0: USB hub found
<6>[ 9.556066][ T1] hub 2-0:1.0: 2 ports detected
<6>[ 9.558897][ T1] ehci-platform: EHCI generic platform driver
<6>[ 9.560451][ T1] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
<6>[ 9.561985][ T1] ohci-pci: OHCI PCI platform driver
<6>[ 9.563522][ T1] ohci-platform: OHCI generic platform driver
<6>[ 9.565051][ T1] uhci_hcd: USB Universal Host Controller Interface driver
<6>[ 9.566825][ T1] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
<6>[ 9.586223][ T1] serio: i8042 KBD port at 0x60,0x64 irq 1
<6>[ 9.587877][ T1] serio: i8042 AUX port at 0x60,0x64 irq 12
<6>[ 9.590670][ T1] mousedev: PS/2 mouse device common for all mice
<6>[ 9.594127][ T1] rtc_cmos 00:01: RTC can wake from S4
<6>[ 9.597225][ T1] rtc_cmos 00:01: registered as rtc0
<6>[ 9.598902][ T1] rtc_cmos 00:01: setting system clock to 2021-07-31T07:22:40 UTC (1627716160)
<6>[ 9.600802][ T1] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
<6>[ 9.602469][ T1] i2c /dev entries driver
<6>[ 9.604512][ T1] device-mapper: uevent: version 1.0.3
<6>[ 9.606793][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
<6>[ 9.608502][ T1] EDAC igen6: v2.5
<6>[ 9.608881][ T7] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
<6>[ 9.610230][ T1] platform eisa.0: Probing EISA bus 0
<4>[ 9.613324][ T1] platform eisa.0: EISA: Cannot allocate resource for mainboard
<4>[ 9.614972][ T1] platform eisa.0: Cannot allocate resource for EISA slot 1
<4>[ 9.616511][ T1] platform eisa.0: Cannot allocate resource for EISA slot 2
<4>[ 9.618128][ T1] platform eisa.0: Cannot allocate resource for EISA slot 3
<4>[ 9.619647][ T1] platform eisa.0: Cannot allocate resource for EISA slot 4
<4>[ 9.621174][ T1] platform eisa.0: Cannot allocate resource for EISA slot 5
<4>[ 9.622635][ T1] platform eisa.0: Cannot allocate resource for EISA slot 6
<4>[ 9.624111][ T1] platform eisa.0: Cannot allocate resource for EISA slot 7
<4>[ 9.625548][ T1] platform eisa.0: Cannot allocate resource for EISA slot 8
<6>[ 9.626973][ T1] platform eisa.0: EISA: Detected 0 cards
<6>[ 9.631535][ T1] ledtrig-cpu: registered to indicate activity on CPUs
<6>[ 9.633448][ T1] drop_monitor: Initializing network drop monitor service
<6>[ 9.635245][ T1] NET: Registered PF_INET6 protocol family
<6>[ 9.770112][ T38] usb 1-1: new high-speed USB device number 2 using ehci-pci
<6>[ 9.806778][ T124] usb 2-1: new high-speed USB device number 2 using ehci-pci
<6>[ 9.917395][ T38] usb 1-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
<6>[ 9.918898][ T38] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 9.922013][ T38] hub 1-1:1.0: USB hub found
<6>[ 9.924440][ T38] hub 1-1:1.0: 4 ports detected
<6>[ 9.953987][ T124] usb 2-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
<6>[ 9.955392][ T124] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 9.958569][ T124] hub 2-1:1.0: USB hub found
<6>[ 9.961040][ T124] hub 2-1:1.0: 4 ports detected
<6>[ 10.223455][ T124] usb 1-1.1: new low-speed USB device number 3 using ehci-pci
<6>[ 10.330310][ T7] tsc: Refined TSC clocksource calibration: 1996.255 MHz
<6>[ 10.331681][ T7] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cb85cd06, max_idle_ns: 881590416994 ns
<6>[ 10.333440][ T7] clocksource: Switched to clocksource tsc
<6>[ 10.341597][ T124] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
<6>[ 10.343109][ T124] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 10.344680][ T124] usb 1-1.1: Product: USB Optical Mouse
<6>[ 10.346123][ T124] usb 1-1.1: Manufacturer: Logitech
<6>[ 10.423451][ T124] usb 1-1.3: new full-speed USB device number 4 using ehci-pci
<6>[ 10.540159][ T124] usb 1-1.3: New USB device found, idVendor=04ca, idProduct=2012, bcdDevice= 1.12
<6>[ 10.541674][ T124] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 10.543168][ T124] usb 1-1.3: Product: BCM43142A0
<6>[ 10.544630][ T124] usb 1-1.3: Manufacturer: Broadcom Corp
<6>[ 10.546121][ T124] usb 1-1.3: SerialNumber: ACE01065F0F0
<6>[ 10.640115][ T124] usb 1-1.4: new high-speed USB device number 5 using ehci-pci
<6>[ 10.754664][ T124] usb 1-1.4: New USB device found, idVendor=04f2, idProduct=b47f, bcdDevice=40.51
<6>[ 10.756116][ T124] usb 1-1.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
<6>[ 10.757697][ T124] usb 1-1.4: Product: VGA Webcam
<6>[ 10.759121][ T124] usb 1-1.4: Manufacturer: Chicony Electronics Co.,Ltd.
<6>[ 10.760646][ T124] usb 1-1.4: SerialNumber: 0x0001
<6>[ 15.919172][ T8] Freeing initrd memory: 934712K
<6>[ 15.952073][ T1] Segment Routing with IPv6
<6>[ 15.953524][ T1] NET: Registered PF_PACKET protocol family
<5>[ 15.955099][ T1] Key type dns_resolver registered
<6>[ 15.956364][ T1] x86/pm: family 0x16 cpu detected, MSR saving is needed during suspending.
<6>[ 15.959365][ C0] microcode: CPU0: patch_level=0x07030105
<6>[ 15.960771][ C1] microcode: CPU1: patch_level=0x07030105
<6>[ 15.962215][ C2] microcode: CPU2: patch_level=0x07030105
<6>[ 15.963594][ T1] microcode: CPU3: patch_level=0x07030105
<6>[ 15.965286][ T1] microcode: Microcode Update Driver: v2.2.
<6>[ 15.965298][ T1] IPI shorthand broadcast: enabled
<6>[ 15.968012][ T1] sched_clock: Marking stable (15616488116, 351450531)->(15974684052, -6745405)
<6>[ 15.970695][ T1] registered taskstats version 1
<6>[ 15.972195][ T1] Running ring buffer tests...
<6>[ 26.177558][ T1] finished
<6>[ 26.179076][ T1] CPU 0:
<6>[ 26.180562][ T1] events: 1328817
<6>[ 26.182026][ T1] dropped bytes: 0
<6>[ 26.183470][ T1] alloced bytes: 103598320
<6>[ 26.184924][ T1] written bytes: 101482877
<6>[ 26.186262][ T1] biggest event: 212
<6>[ 26.187554][ T1] smallest event: 4
<6>[ 26.196389][ T1] read events: 12409
<6>[ 26.197664][ T1] lost events: 1316408
<6>[ 26.198894][ T1] total events: 1328817
<6>[ 26.200107][ T1] recorded len bytes: 973760
<6>[ 26.201296][ T1] recorded size bytes: 954286
<6>[ 26.202490][ T1] With dropped events, record len and size may not match
<6>[ 26.202490][ T1] alloced and written from above
<6>[ 26.204880][ T1] CPU 1:
<6>[ 26.206004][ T1] events: 11473
<6>[ 26.207124][ T1] dropped bytes: 0
<6>[ 26.208198][ T1] alloced bytes: 895268
<6>[ 26.209254][ T1] written bytes: 877046
<6>[ 26.210298][ T1] biggest event: 115
<6>[ 26.211328][ T1] smallest event: 0
<6>[ 26.219348][ T1] read events: 11473
<6>[ 26.220374][ T1] lost events: 0
<6>[ 26.221335][ T1] total events: 11473
<6>[ 26.222274][ T1] recorded len bytes: 895268
<6>[ 26.223219][ T1] recorded size bytes: 877046
<6>[ 26.224165][ T1] CPU 2:
<6>[ 26.225081][ T1] events: 1328836
<6>[ 26.225985][ T1] dropped bytes: 0
<6>[ 26.226877][ T1] alloced bytes: 103521780
<6>[ 26.227751][ T1] written bytes: 101405021
<6>[ 26.228605][ T1] biggest event: 269
<6>[ 26.229444][ T1] smallest event: 4
<6>[ 26.237929][ T1] read events: 12544
<6>[ 26.238763][ T1] lost events: 1316292
<6>[ 26.239576][ T1] total events: 1328836
<6>[ 26.240378][ T1] recorded len bytes: 974868
<6>[ 26.241148][ T1] recorded size bytes: 955053
<6>[ 26.241895][ T1] With dropped events, record len and size may not match
<6>[ 26.241895][ T1] alloced and written from above
<6>[ 26.243476][ T1] CPU 3:
<6>[ 26.244263][ T1] events: 1328836
<6>[ 26.245075][ T1] dropped bytes: 0
<6>[ 26.245858][ T1] alloced bytes: 103497196
<6>[ 26.246617][ T1] written bytes: 101383624
<6>[ 26.247354][ T1] biggest event: 269
<6>[ 26.248081][ T1] smallest event: 4
<6>[ 26.256456][ T1] read events: 12678
<6>[ 26.257200][ T1] lost events: 1316158
<6>[ 26.257919][ T1] total events: 1328836
<6>[ 26.258632][ T1] recorded len bytes: 973268
<6>[ 26.259348][ T1] recorded size bytes: 953162
<6>[ 26.260071][ T1] With dropped events, record len and size may not match
<6>[ 26.260071][ T1] alloced and written from above
<6>[ 26.261566][ T1] Ring buffer PASSED!
<6>[ 26.263501][ T1] Running tests on trace events:
<6>[ 26.264276][ T1] Testing event initcall_finish: OK
<6>[ 26.314627][ T1] Testing event initcall_start: OK
<6>[ 26.354665][ T1] Testing event initcall_level: OK
<6>[ 26.397984][ T1] Testing event emulate_vsyscall: OK
<6>[ 26.441364][ T1] Testing event xen_cpu_set_ldt: OK
<6>[ 26.484621][ T1] Testing event xen_cpu_write_gdt_entry: OK
<6>[ 26.527917][ T1] Testing event xen_cpu_load_idt: OK
<6>[ 26.571275][ T1] Testing event xen_cpu_write_idt_entry: OK
<6>[ 26.621265][ T1] Testing event xen_cpu_write_ldt_entry: OK
<6>[ 26.664604][ T1] Testing event xen_mmu_write_cr3: OK
<6>[ 26.708038][ T1] Testing event xen_mmu_flush_tlb_multi: OK
<6>[ 26.751312][ T1] Testing event xen_mmu_flush_tlb_one_user: OK
<6>[ 26.791329][ T1] Testing event xen_mmu_pgd_unpin: OK
<6>[ 26.834668][ T1] Testing event xen_mmu_pgd_pin: OK
<6>[ 26.881339][ T1] Testing event xen_mmu_release_ptpage: OK
<6>[ 26.924662][ T1] Testing event xen_mmu_alloc_ptpage: OK
<6>[ 26.964706][ T1] Testing event xen_mmu_ptep_modify_prot_commit: OK
<6>[ 27.007957][ T1] Testing event xen_mmu_ptep_modify_prot_start: OK
<6>[ 27.051283][ T1] Testing event xen_mmu_set_p4d: OK
<6>[ 27.094586][ T1] Testing event xen_mmu_set_pud: OK
<6>[ 27.137904][ T1] Testing event xen_mmu_set_pmd: OK
<6>[ 27.184591][ T1] Testing event xen_mmu_set_pte: OK
<6>[ 27.231261][ T1] Testing event xen_mc_extend_args: OK
<6>[ 27.274558][ T1] Testing event xen_mc_flush: OK
<6>[ 27.321243][ T1] Testing event xen_mc_flush_reason: OK
<6>[ 27.361268][ T1] Testing event xen_mc_callback: OK
<6>[ 27.404556][ T1] Testing event xen_mc_entry_alloc: OK
<6>[ 27.447935][ T1] Testing event xen_mc_entry: OK
<6>[ 27.491355][ T1] Testing event xen_mc_issue: OK
<6>[ 27.534641][ T1] Testing event xen_mc_batch: OK
<6>[ 27.578152][ T1] Testing event hyperv_send_ipi_one: OK
<6>[ 27.621206][ T1] Testing event hyperv_send_ipi_mask: OK
<6>[ 27.664555][ T1] Testing event hyperv_nested_flush_guest_mapping_range: OK
<6>[ 27.711223][ T1] Testing event hyperv_nested_flush_guest_mapping: OK
<6>[ 27.757891][ T1] Testing event hyperv_mmu_flush_tlb_multi: OK
<6>[ 27.801208][ T1] Testing event vector_free_moved: OK
<6>[ 27.841209][ T1] Testing event vector_setup: OK
<6>[ 27.884519][ T1] Testing event vector_teardown: OK
<6>[ 27.927863][ T1] Testing event vector_deactivate: OK
<6>[ 27.977877][ T1] Testing event vector_activate: OK
<6>[ 28.021173][ T1] Testing event vector_alloc_managed: OK
<6>[ 28.064547][ T1] Testing event vector_alloc: OK
<6>[ 28.104530][ T1] Testing event vector_reserve: OK
<6>[ 28.147867][ T1] Testing event vector_reserve_managed: OK
<6>[ 28.194541][ T1] Testing event vector_clear: OK
<6>[ 28.241168][ T1] Testing event vector_update: OK
<6>[ 28.284489][ T1] Testing event vector_config: OK
<6>[ 28.331142][ T1] Testing event thermal_apic_exit: OK
<6>[ 28.374498][ T1] Testing event thermal_apic_entry: OK
<6>[ 28.417833][ T1] Testing event deferred_error_apic_exit: OK
<6>[ 28.464576][ T1] Testing event deferred_error_apic_entry: OK
<6>[ 28.504582][ T1] Testing event threshold_apic_exit: OK
<6>[ 28.547842][ T1] Testing event threshold_apic_entry: OK
<6>[ 28.591221][ T1] Testing event call_function_single_exit: OK
<6>[ 28.637878][ T1] Testing event call_function_single_entry: OK
<6>[ 28.677882][ T1] Testing event call_function_exit: OK
<6>[ 28.721199][ T1] Testing event call_function_entry: OK
<6>[ 28.767903][ T1] Testing event reschedule_exit: OK
<6>[ 28.811234][ T1] Testing event reschedule_entry: OK
<6>[ 28.854572][ T1] Testing event irq_work_exit: OK
<6>[ 28.897902][ T1] Testing event irq_work_entry: OK
<6>[ 28.941227][ T1] Testing event x86_platform_ipi_exit: OK
<6>[ 28.984567][ T1] Testing event x86_platform_ipi_entry: OK
<6>[ 29.027891][ T1] Testing event error_apic_exit: OK
<6>[ 29.074539][ T1] Testing event error_apic_entry: OK
<6>[ 29.117889][ T1] Testing event spurious_apic_exit: OK
<6>[ 29.161328][ T1] Testing event spurious_apic_entry: OK
<6>[ 29.207854][ T1] Testing event local_timer_exit: OK
<6>[ 29.251224][ T1] Testing event local_timer_entry: OK
<6>[ 29.297855][ T1] Testing event nmi_handler: OK
<6>[ 29.338109][ T1] Testing event x86_fpu_xstate_check_failed: OK
<6>[ 29.377831][ T1] Testing event x86_fpu_copy_dst: OK
<6>[ 29.421426][ T1] Testing event x86_fpu_copy_src: OK
<6>[ 29.464737][ T1] Testing event x86_fpu_dropped: OK
<6>[ 29.508121][ T1] Testing event x86_fpu_init_state: OK
<6>[ 29.551377][ T1] Testing event x86_fpu_regs_deactivated: OK
<6>[ 29.597828][ T1] Testing event x86_fpu_regs_activated: OK
<6>[ 29.641240][ T1] Testing event x86_fpu_after_restore: OK
<6>[ 29.684463][ T1] Testing event x86_fpu_before_restore: OK
<6>[ 29.731187][ T1] Testing event x86_fpu_after_save: OK
<6>[ 29.774475][ T1] Testing event x86_fpu_before_save: OK
<6>[ 29.817861][ T1] Testing event mce_record: OK
<6>[ 29.864546][ T1] Testing event pseudo_lock_l3: OK
<6>[ 29.908108][ T1] Testing event pseudo_lock_l2: OK
<6>[ 29.951424][ T1] Testing event pseudo_lock_mem_latency: OK
<6>[ 29.994490][ T1] Testing event tlb_flush: OK
<6>[ 30.037865][ T1] Testing event page_fault_kernel: OK
<6>[ 30.081194][ T1] Testing event page_fault_user: OK
<6>[ 30.121286][ T1] Testing event task_rename: OK
<6>[ 30.167870][ T1] Testing event task_newtask: OK
<6>[ 30.211281][ T1] Testing event cpuhp_exit: OK
<6>[ 30.257958][ T1] Testing event cpuhp_multi_enter: OK
<6>[ 30.301233][ T1] Testing event cpuhp_enter: OK
<6>[ 30.351243][ T1] Testing event softirq_raise: OK
<6>[ 30.391283][ T1] Testing event softirq_exit: OK
<6>[ 30.434537][ T1] Testing event softirq_entry: OK
<6>[ 30.477817][ T1] Testing event irq_handler_exit: OK
<6>[ 30.524530][ T1] Testing event irq_handler_entry: OK
<6>[ 30.564563][ T1] Testing event signal_deliver: OK
<6>[ 30.607863][ T1] Testing event signal_generate: OK
<6>[ 30.651171][ T1] Testing event workqueue_execute_end: OK
<6>[ 30.697823][ T1] Testing event workqueue_execute_start: OK
<6>[ 30.741215][ T1] Testing event workqueue_activate_work: OK
<6>[ 30.784516][ T1] Testing event workqueue_queue_work: OK
<6>[ 30.831195][ T1] Testing event sched_wake_idle_without_ipi: OK
<6>[ 30.874545][ T1] Testing event sched_swap_numa: OK
<6>[ 30.917841][ T1] Testing event sched_stick_numa: OK
<6>[ 30.961172][ T1] Testing event sched_move_numa: OK
<6>[ 31.004508][ T1] Testing event sched_process_hang: OK
<6>[ 31.044513][ T1] Testing event sched_pi_setprio: OK
<6>[ 31.087951][ T1] Testing event sched_stat_runtime:
<4>[ 31.088185][ T1] Scheduler tracepoints stat_sleep, stat_iowait, stat_blocked and stat_runtime require the kernel parameter schedstats=enable or kernel.sched_schedstats=1
<4>[ 31.130579][ T1] OK
<6>[ 31.131625][ T1] Testing event sched_stat_blocked: OK
<6>[ 31.178004][ T1] Testing event sched_stat_iowait: OK
<6>[ 31.217972][ T1] Testing event sched_stat_sleep: OK
<6>[ 31.261313][ T1] Testing event sched_stat_wait: OK
<6>[ 31.304644][ T1] Testing event sched_process_exec: OK
<6>[ 31.347975][ T1] Testing event sched_process_fork: OK
<6>[ 31.391289][ T1] Testing event sched_process_wait: OK
<6>[ 31.434622][ T1] Testing event sched_wait_task: OK
<6>[ 31.477948][ T1] Testing event sched_process_exit: OK
<6>[ 31.521312][ T1] Testing event sched_process_free: OK
<6>[ 31.564650][ T1] Testing event sched_migrate_task: OK
<6>[ 31.608275][ T1] Testing event sched_switch: OK
<6>[ 31.651722][ T1] Testing event sched_wakeup_new: OK
<6>[ 31.694830][ T1] Testing event sched_wakeup: OK
<6>[ 31.738176][ T1] Testing event sched_waking: OK
<6>[ 31.781344][ T1] Testing event sched_kthread_work_execute_end: OK
<6>[ 31.828073][ T1] Testing event sched_kthread_work_execute_start: OK
<6>[ 31.874748][ T1] Testing event sched_kthread_work_queue_work: OK
<6>[ 31.918098][ T1] Testing event sched_kthread_stop_ret: OK
<6>[ 31.958005][ T1] Testing event sched_kthread_stop: OK
<6>[ 32.001372][ T1] Testing event lock_release: OK
<6>[ 32.044736][ T1] Testing event lock_acquire: OK
<6>[ 32.088101][ T1] Testing event console: OK
<6>[ 32.131369][ T1] Testing event irq_matrix_free: OK
<6>[ 32.174706][ T1] Testing event irq_matrix_alloc: OK
<6>[ 32.218032][ T1] Testing event irq_matrix_assign: OK
<6>[ 32.264674][ T1] Testing event irq_matrix_alloc_managed: OK
<6>[ 32.308019][ T1] Testing event irq_matrix_remove_managed: OK
<6>[ 32.351399][ T1] Testing event irq_matrix_reserve_managed: OK
<6>[ 32.398081][ T1] Testing event irq_matrix_alloc_reserved: OK
<6>[ 32.441325][ T1] Testing event irq_matrix_assign_system: OK
<6>[ 32.484678][ T1] Testing event irq_matrix_remove_reserved: OK
<6>[ 32.528048][ T1] Testing event irq_matrix_reserve: OK
<6>[ 32.571333][ T1] Testing event irq_matrix_offline: OK
<6>[ 32.614710][ T1] Testing event irq_matrix_online: OK
<6>[ 32.661343][ T1] Testing event rcu_stall_warning: OK
<6>[ 32.708062][ T1] Testing event rcu_utilization: OK
<6>[ 32.751401][ T1] Testing event swiotlb_bounced: OK
<6>[ 32.794700][ T1] Testing event sys_exit: OK
<6>[ 32.834633][ T1] Testing event sys_enter: OK
<6>[ 32.878223][ T1] Testing event tick_stop: OK
<6>[ 32.924902][ T1] Testing event itimer_expire: OK
<6>[ 32.968254][ T1] Testing event itimer_state: OK
<6>[ 33.007972][ T1] Testing event hrtimer_cancel: OK
<6>[ 33.051296][ T1] Testing event hrtimer_expire_exit: OK
<6>[ 33.097878][ T1] Testing event hrtimer_expire_entry: OK
<6>[ 33.144467][ T1] Testing event hrtimer_start: OK
<6>[ 33.187801][ T1] Testing event hrtimer_init: OK
<6>[ 33.231147][ T1] Testing event timer_cancel: OK
<6>[ 33.274510][ T1] Testing event timer_expire_exit: OK
<6>[ 33.317813][ T1] Testing event timer_expire_entry: OK
<6>[ 33.361188][ T1] Testing event timer_start: OK
<6>[ 33.404439][ T1] Testing event timer_init: OK
<6>[ 33.451124][ T1] Testing event alarmtimer_cancel: OK
<6>[ 33.494483][ T1] Testing event alarmtimer_start: OK
<6>[ 33.534461][ T1] Testing event alarmtimer_fired: OK
<6>[ 33.577825][ T1] Testing event alarmtimer_suspend: OK
<6>[ 33.621162][ T1] Testing event module_request: OK
<6>[ 33.661202][ T1] Testing event module_put: OK
<6>[ 33.704484][ T1] Testing event module_get: OK
<6>[ 33.744523][ T1] Testing event module_free: OK
<6>[ 33.787833][ T1] Testing event module_load: OK
<6>[ 33.831183][ T1] Testing event cgroup_notify_frozen: OK
<6>[ 33.874577][ T1] Testing event cgroup_notify_populated: OK
<6>[ 33.917862][ T1] Testing event cgroup_transfer_tasks: OK
<6>[ 33.961126][ T1] Testing event cgroup_attach_task: OK
<6>[ 34.007829][ T1] Testing event cgroup_unfreeze: OK
<6>[ 34.051114][ T1] Testing event cgroup_freeze: OK
<6>[ 34.094584][ T1] Testing event cgroup_rename: OK
<6>[ 34.137777][ T1] Testing event cgroup_release: OK
<6>[ 34.181124][ T1] Testing event cgroup_rmdir: OK
<6>[ 34.224425][ T1] Testing event cgroup_mkdir: OK
<6>[ 34.267770][ T1] Testing event cgroup_remount: OK
<6>[ 34.314423][ T1] Testing event cgroup_destroy_root: OK
<6>[ 34.361111][ T1] Testing event cgroup_setup_root: OK
<6>[ 34.404471][ T1] Testing event irq_enable: OK
<6>[ 34.444510][ T1] Testing event irq_disable: OK
<6>[ 34.487865][ T1] Testing event ftrace_test_filter: OK
<6>[ 34.534422][ T1] Testing event bpf_trace_printk: OK
<6>[ 34.577780][ T1] Testing event error_report_end: OK
<6>[ 34.624682][ T1] Testing event dev_pm_qos_remove_request: OK
<6>[ 34.671379][ T1] Testing event dev_pm_qos_update_request: OK
<6>[ 34.714680][ T1] Testing event dev_pm_qos_add_request: OK
<6>[ 34.761294][ T1] Testing event pm_qos_update_flags: OK
<6>[ 34.808048][ T1] Testing event pm_qos_update_target: OK
<6>[ 34.854717][ T1] Testing event pm_qos_remove_request: OK
<6>[ 34.898031][ T1] Testing event pm_qos_update_request: OK
<6>[ 34.941366][ T1] Testing event pm_qos_add_request: OK
<6>[ 34.984484][ T1] Testing event power_domain_target: OK
<6>[ 35.024450][ T1] Testing event clock_set_rate: OK
<6>[ 35.071129][ T1] Testing event clock_disable: OK
<6>[ 35.114442][ T1] Testing event clock_enable: OK
<6>[ 35.157752][ T1] Testing event wakeup_source_deactivate: OK
<6>[ 35.201178][ T1] Testing event wakeup_source_activate: OK
<6>[ 35.244484][ T1] Testing event suspend_resume: OK
<6>[ 35.291379][ T1] Testing event device_pm_callback_end: OK
<6>[ 35.334567][ T1] Testing event device_pm_callback_start: OK
<6>[ 35.381248][ T1] Testing event cpu_frequency_limits: OK
<6>[ 35.427882][ T1] Testing event cpu_frequency: OK
<6>[ 35.467919][ T1] Testing event pstate_sample: OK
<6>[ 35.514591][ T1] Testing event powernv_throttle: OK
<6>[ 35.561220][ T1] Testing event cpu_idle: OK
<6>[ 35.604632][ T1] Testing event rpm_return_int: OK
<6>[ 35.651260][ T1] Testing event rpm_usage: OK
<6>[ 35.697884][ T1] Testing event rpm_idle: OK
<6>[ 35.737889][ T1] Testing event rpm_resume: OK
<6>[ 35.781240][ T1] Testing event rpm_suspend: OK
<6>[ 35.821241][ T1] Testing event mem_return_failed: OK
<6>[ 35.871245][ T1] Testing event mem_connect: OK
<6>[ 35.914582][ T1] Testing event mem_disconnect: OK
<6>[ 35.961216][ T1] Testing event xdp_devmap_xmit: OK
<6>[ 36.004587][ T1] Testing event xdp_cpumap_enqueue: OK
<6>[ 36.047921][ T1] Testing event xdp_cpumap_kthread: OK
<6>[ 36.091249][ T1] Testing event xdp_redirect_map_err: OK
<6>[ 36.137882][ T1] Testing event xdp_redirect_map: OK
<6>[ 36.177909][ T1] Testing event xdp_redirect_err: OK
<6>[ 36.224589][ T1] Testing event xdp_redirect: OK
<6>[ 36.264571][ T1] Testing event xdp_bulk_tx: OK
<6>[ 36.307903][ T1] Testing event xdp_exception: OK
<6>[ 36.351292][ T1] Testing event rseq_ip_fixup: OK
<6>[ 36.394753][ T1] Testing event rseq_update: OK
<6>[ 36.438084][ T1] Testing event file_check_and_advance_wb_err: OK
<6>[ 36.484797][ T1] Testing event filemap_set_wb_err: OK
<6>[ 36.527823][ T1] Testing event mm_filemap_add_to_page_cache: OK
<6>[ 36.571169][ T1] Testing event mm_filemap_delete_from_page_cache: OK
<6>[ 36.614555][ T1] Testing event compact_retry: OK
<6>[ 36.657885][ T1] Testing event skip_task_reaping: OK
<6>[ 36.701184][ T1] Testing event finish_task_reaping: OK
<6>[ 36.744502][ T1] Testing event start_task_reaping: OK
<6>[ 36.784570][ T1] Testing event wake_reaper: OK
<6>[ 36.831244][ T1] Testing event mark_victim: OK
<6>[ 36.877976][ T1] Testing event reclaim_retry_zone: OK
<6>[ 36.924570][ T1] Testing event oom_score_adj_update: OK
<6>[ 36.964637][ T1] Testing event mm_lru_activate: OK
<6>[ 37.011268][ T1] Testing event mm_lru_insertion: OK
<6>[ 37.054553][ T1] Testing event mm_vmscan_node_reclaim_end: OK
<6>[ 37.097922][ T1] Testing event mm_vmscan_node_reclaim_begin: OK
<6>[ 37.137907][ T1] Testing event mm_vmscan_lru_shrink_active: OK
<6>[ 37.184562][ T1] Testing event mm_vmscan_lru_shrink_inactive: OK
<6>[ 37.231270][ T1] Testing event mm_vmscan_writepage: OK
<6>[ 37.274631][ T1] Testing event mm_vmscan_lru_isolate: OK
<6>[ 37.317973][ T1] Testing event mm_shrink_slab_end: OK
<6>[ 37.361331][ T1] Testing event mm_shrink_slab_start: OK
<6>[ 37.404556][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_end: OK
<6>[ 37.447976][ T1] Testing event mm_vmscan_memcg_reclaim_end: OK
<6>[ 37.491304][ T1] Testing event mm_vmscan_direct_reclaim_end: OK
<6>[ 37.534627][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_begin: OK
<6>[ 37.574663][ T1] Testing event mm_vmscan_memcg_reclaim_begin: OK
<6>[ 37.617969][ T1] Testing event mm_vmscan_direct_reclaim_begin: OK
<6>[ 37.664624][ T1] Testing event mm_vmscan_wakeup_kswapd: OK
<6>[ 37.714638][ T1] Testing event mm_vmscan_kswapd_wake: OK
<6>[ 37.754651][ T1] Testing event mm_vmscan_kswapd_sleep: OK
<6>[ 37.794668][ T1] Testing event percpu_destroy_chunk: OK
<6>[ 37.841313][ T1] Testing event percpu_create_chunk: OK
<6>[ 37.884708][ T1] Testing event percpu_alloc_percpu_fail: OK
<6>[ 37.928016][ T1] Testing event percpu_free_percpu: OK
<6>[ 37.974673][ T1] Testing event percpu_alloc_percpu: OK
<6>[ 38.021325][ T1] Testing event rss_stat: OK
<6>[ 38.061387][ T1] Testing event mm_page_alloc_extfrag: OK
<6>[ 38.104662][ T1] Testing event mm_page_pcpu_drain: OK
<6>[ 38.148054][ T1] Testing event mm_page_alloc_zone_locked: OK
<6>[ 38.191381][ T1] Testing event mm_page_alloc: OK
<6>[ 38.238255][ T1] Testing event mm_page_free_batched: OK
<6>[ 38.281556][ T1] Testing event mm_page_free: OK
<6>[ 38.324929][ T1] Testing event kmem_cache_free: OK
<6>[ 38.368211][ T1] Testing event kfree: OK
<6>[ 38.411285][ T1] Testing event kmem_cache_alloc_node: OK
<6>[ 38.451312][ T1] Testing event kmalloc_node: OK
<6>[ 38.494617][ T1] Testing event kmem_cache_alloc: OK
<6>[ 38.541307][ T1] Testing event kmalloc: OK
<6>[ 38.587988][ T1] Testing event mm_compaction_kcompactd_wake: OK
<6>[ 38.631307][ T1] Testing event mm_compaction_wakeup_kcompactd: OK
<6>[ 38.677982][ T1] Testing event mm_compaction_kcompactd_sleep: OK
<6>[ 38.721301][ T1] Testing event mm_compaction_defer_reset: OK
<6>[ 38.767990][ T1] Testing event mm_compaction_defer_compaction: OK
<6>[ 38.807953][ T1] Testing event mm_compaction_deferred: OK
<6>[ 38.851232][ T1] Testing event mm_compaction_suitable: OK
<6>[ 38.897932][ T1] Testing event mm_compaction_finished: OK
<6>[ 38.944704][ T1] Testing event mm_compaction_try_to_compact_pages: OK
<6>[ 38.988058][ T1] Testing event mm_compaction_end: OK
<6>[ 39.031564][ T1] Testing event mm_compaction_begin: OK
<6>[ 39.074894][ T1] Testing event mm_compaction_migratepages: OK
<6>[ 39.118229][ T1] Testing event mm_compaction_isolate_freepages: OK
<6>[ 39.161329][ T1] Testing event mm_compaction_isolate_migratepages: OK
<6>[ 39.201336][ T1] Testing event mmap_lock_released: OK
<6>[ 39.245929][ T1] Testing event mmap_lock_acquire_returned: OK
<6>[ 39.292295][ T1] Testing event mmap_lock_start_locking: OK
<6>[ 39.342179][ T1] Testing event vm_unmapped_area: OK
<6>[ 39.384709][ T1] Testing event mm_migrate_pages_start: OK
<6>[ 39.428000][ T1] Testing event mm_migrate_pages: OK
<6>[ 39.474680][ T1] Testing event mm_collapse_huge_page_swapin: OK
<6>[ 39.521374][ T1] Testing event mm_collapse_huge_page_isolate: OK
<6>[ 39.568024][ T1] Testing event mm_collapse_huge_page: OK
<6>[ 39.611319][ T1] Testing event mm_khugepaged_scan_pmd: OK
<6>[ 39.654640][ T1] Testing event test_pages_isolated: OK
<6>[ 39.701328][ T1] Testing event sb_clear_inode_writeback: OK
<6>[ 39.751303][ T1] Testing event sb_mark_inode_writeback: OK
<6>[ 39.791332][ T1] Testing event writeback_dirty_inode_enqueue: OK
<6>[ 39.838001][ T1] Testing event writeback_lazytime_iput: OK
<6>[ 39.881302][ T1] Testing event writeback_lazytime: OK
<6>[ 39.928217][ T1] Testing event writeback_single_inode: OK
<6>[ 39.974902][ T1] Testing event writeback_single_inode_start: OK
<6>[ 40.018230][ T1] Testing event writeback_wait_iff_congested: OK
<6>[ 40.064848][ T1] Testing event writeback_congestion_wait: OK
<6>[ 40.104906][ T1] Testing event writeback_sb_inodes_requeue: OK
<6>[ 40.151519][ T1] Testing event balance_dirty_pages: OK
<6>[ 40.194572][ T1] Testing event bdi_dirty_ratelimit: OK
<6>[ 40.241263][ T1] Testing event global_dirty_state: OK
<6>[ 40.291239][ T1] Testing event writeback_queue_io: OK
<6>[ 40.334598][ T1] Testing event wbc_writepage: OK
<6>[ 40.381260][ T1] Testing event writeback_bdi_register: OK
<6>[ 40.427931][ T1] Testing event writeback_wake_background: OK
<6>[ 40.467942][ T1] Testing event writeback_pages_written: OK
<6>[ 40.511296][ T1] Testing event writeback_wait: OK
<6>[ 40.551305][ T1] Testing event writeback_written: OK
<6>[ 40.597955][ T1] Testing event writeback_start: OK
<6>[ 40.644580][ T1] Testing event writeback_exec: OK
<6>[ 40.691248][ T1] Testing event writeback_queue: OK
<6>[ 40.734665][ T1] Testing event writeback_write_inode: OK
<6>[ 40.777963][ T1] Testing event writeback_write_inode_start: OK
<6>[ 40.824687][ T1] Testing event flush_foreign: OK
<6>[ 40.867958][ T1] Testing event track_foreign_dirty: OK
<6>[ 40.911331][ T1] Testing event inode_switch_wbs: OK
<6>[ 40.951285][ T1] Testing event inode_foreign_history: OK
<6>[ 40.991339][ T1] Testing event writeback_dirty_inode: OK
<6>[ 41.034650][ T1] Testing event writeback_dirty_inode_start: OK
<6>[ 41.081344][ T1] Testing event writeback_mark_inode_dirty: OK
<6>[ 41.124640][ T1] Testing event wait_on_page_writeback: OK
<6>[ 41.171366][ T1] Testing event writeback_dirty_page: OK
<6>[ 41.218035][ T1] Testing event io_uring_task_run: OK
<6>[ 41.261323][ T1] Testing event io_uring_task_add: OK
<6>[ 41.304730][ T1] Testing event io_uring_poll_wake: OK
<6>[ 41.344671][ T1] Testing event io_uring_poll_arm: OK
<6>[ 41.394652][ T1] Testing event io_uring_submit_sqe: OK
<6>[ 41.437994][ T1] Testing event io_uring_complete: OK
<6>[ 41.481336][ T1] Testing event io_uring_fail_link: OK
<6>[ 41.521319][ T1] Testing event io_uring_cqring_wait: OK
<6>[ 41.564646][ T1] Testing event io_uring_link: OK
<6>[ 41.611316][ T1] Testing event io_uring_defer: OK
<6>[ 41.657967][ T1] Testing event io_uring_queue_async_work: OK
<6>[ 41.701531][ T1] Testing event io_uring_file_get: OK
<6>[ 41.744715][ T1] Testing event io_uring_register: OK
<6>[ 41.784819][ T1] Testing event io_uring_create: OK
<6>[ 41.831526][ T1] Testing event dax_writeback_one: OK
<6>[ 41.874818][ T1] Testing event dax_writeback_range_done: OK
<6>[ 41.921222][ T1] Testing event dax_writeback_range: OK
<6>[ 41.964524][ T1] Testing event dax_insert_mapping: OK
<6>[ 42.007853][ T1] Testing event dax_insert_pfn_mkwrite: OK
<6>[ 42.051237][ T1] Testing event dax_insert_pfn_mkwrite_no_entry: OK
<6>[ 42.097911][ T1] Testing event dax_load_hole: OK
<6>[ 42.137890][ T1] Testing event dax_pte_fault_done: OK
<6>[ 42.184609][ T1] Testing event dax_pte_fault: OK
<6>[ 42.224527][ T1] Testing event dax_pmd_insert_mapping: OK
<6>[ 42.264521][ T1] Testing event dax_pmd_load_hole_fallback: OK
<6>[ 42.307881][ T1] Testing event dax_pmd_load_hole: OK
<6>[ 42.351271][ T1] Testing event dax_pmd_fault_done: OK
<6>[ 42.391265][ T1] Testing event dax_pmd_fault: OK
<6>[ 42.434597][ T1] Testing event leases_conflict: OK
<6>[ 42.477876][ T1] Testing event generic_add_lease: OK
<6>[ 42.521205][ T1] Testing event time_out_leases: OK
<6>[ 42.564565][ T1] Testing event generic_delete_lease: OK
<6>[ 42.611275][ T1] Testing event break_lease_unblock: OK
<6>[ 42.654608][ T1] Testing event break_lease_block: OK
<6>[ 42.701263][ T1] Testing event break_lease_noblock: OK
<6>[ 42.744579][ T1] Testing event flock_lock_inode: OK
<6>[ 42.787920][ T1] Testing event locks_remove_posix: OK
<6>[ 42.831297][ T1] Testing event fcntl_setlk: OK
<6>[ 42.874633][ T1] Testing event posix_lock_inode: OK
<6>[ 42.921278][ T1] Testing event locks_get_lock_context: OK
<6>[ 42.964589][ T1] Testing event iomap_apply: OK
<6>[ 43.007959][ T1] Testing event iomap_apply_srcmap: OK
<6>[ 43.051243][ T1] Testing event iomap_apply_dstmap: OK
<6>[ 43.091275][ T1] Testing event iomap_dio_invalidate_fail: OK
<6>[ 43.134585][ T1] Testing event iomap_invalidatepage: OK
<6>[ 43.177971][ T1] Testing event iomap_releasepage: OK
<6>[ 43.224596][ T1] Testing event iomap_writepage: OK
<6>[ 43.271251][ T1] Testing event iomap_readahead: OK
<6>[ 43.314560][ T1] Testing event iomap_readpage: OK
<6>[ 43.361259][ T1] Testing event ext4_fc_track_range: OK
<6>[ 43.404598][ T1] Testing event ext4_fc_track_inode: OK
<6>[ 43.448138][ T1] Testing event ext4_fc_track_unlink: OK
<6>[ 43.491233][ T1] Testing event ext4_fc_track_link: OK
<6>[ 43.538149][ T1] Testing event ext4_fc_track_create: OK
<6>[ 43.581145][ T1] Testing event ext4_fc_stats: OK
<6>[ 43.624534][ T1] Testing event ext4_fc_commit_stop: OK
<6>[ 43.667860][ T1] Testing event ext4_fc_commit_start: OK
<6>[ 43.714798][ T1] Testing event ext4_fc_replay: OK
<6>[ 43.757903][ T1] Testing event ext4_fc_replay_scan: OK
<6>[ 43.804483][ T1] Testing event ext4_lazy_itable_init: OK
<6>[ 43.847846][ T1] Testing event ext4_prefetch_bitmaps: OK
<6>[ 43.894540][ T1] Testing event ext4_error: OK
<6>[ 43.937835][ T1] Testing event ext4_shutdown: OK
<6>[ 43.977922][ T1] Testing event ext4_getfsmap_mapping: OK
<6>[ 44.024804][ T1] Testing event ext4_getfsmap_high_key: OK
<6>[ 44.064803][ T1] Testing event ext4_getfsmap_low_key: OK
<6>[ 44.108083][ T1] Testing event ext4_fsmap_mapping: OK
<6>[ 44.154606][ T1] Testing event ext4_fsmap_high_key: OK
<6>[ 44.194598][ T1] Testing event ext4_fsmap_low_key: OK
<6>[ 44.241273][ T1] Testing event ext4_es_insert_delayed_block: OK
<6>[ 44.284581][ T1] Testing event ext4_es_shrink: OK
<6>[ 44.327933][ T1] Testing event ext4_insert_range: OK
<6>[ 44.371276][ T1] Testing event ext4_collapse_range: OK
<6>[ 44.414620][ T1] Testing event ext4_es_shrink_scan_exit: OK
<6>[ 44.457948][ T1] Testing event ext4_es_shrink_scan_enter: OK
<6>[ 44.497926][ T1] Testing event ext4_es_shrink_count: OK
<6>[ 44.541233][ T1] Testing event ext4_es_lookup_extent_exit: OK
<6>[ 44.581247][ T1] Testing event ext4_es_lookup_extent_enter: OK
<6>[ 44.627909][ T1] Testing event ext4_es_find_extent_range_exit: OK
<6>[ 44.667921][ T1] Testing event ext4_es_find_extent_range_enter: OK
<6>[ 44.711269][ T1] Testing event ext4_es_remove_extent: OK
<6>[ 44.754599][ T1] Testing event ext4_es_cache_extent: OK
<6>[ 44.797954][ T1] Testing event ext4_es_insert_extent: OK
<6>[ 44.841306][ T1] Testing event ext4_ext_remove_space_done: OK
<6>[ 44.884526][ T1] Testing event ext4_ext_remove_space: OK
<6>[ 44.931275][ T1] Testing event ext4_ext_rm_idx: OK
<6>[ 44.977930][ T1] Testing event ext4_ext_rm_leaf: OK
<6>[ 45.017907][ T1] Testing event ext4_remove_blocks: OK
<6>[ 45.061228][ T1] Testing event ext4_ext_show_extent: OK
<6>[ 45.101219][ T1] Testing event ext4_get_implied_cluster_alloc_exit: OK
<6>[ 45.144607][ T1] Testing event ext4_ext_handle_unwritten_extents: OK
<6>[ 45.188048][ T1] Testing event ext4_trim_all_free: OK
<6>[ 45.228173][ T1] Testing event ext4_trim_extent: OK
<6>[ 45.267828][ T1] Testing event ext4_journal_start_reserved: OK
<6>[ 45.314566][ T1] Testing event ext4_journal_start: OK
<6>[ 45.361490][ T1] Testing event ext4_load_inode: OK
<6>[ 45.404769][ T1] Testing event ext4_ext_load_extent: OK
<6>[ 45.451271][ T1] Testing event ext4_ind_map_blocks_exit: OK
<6>[ 45.494523][ T1] Testing event ext4_ext_map_blocks_exit: OK
<6>[ 45.537813][ T1] Testing event ext4_ind_map_blocks_enter: OK
<6>[ 45.581226][ T1] Testing event ext4_ext_map_blocks_enter: OK
<6>[ 45.624514][ T1] Testing event ext4_ext_convert_to_initialized_fastpath: OK
<6>[ 45.664567][ T1] Testing event ext4_ext_convert_to_initialized_enter: OK
<6>[ 45.707865][ T1] Testing event ext4_truncate_exit: OK
<6>[ 45.754559][ T1] Testing event ext4_truncate_enter: OK
<6>[ 45.797960][ T1] Testing event ext4_unlink_exit: OK
<6>[ 45.837962][ T1] Testing event ext4_unlink_enter: OK
<6>[ 45.884629][ T1] Testing event ext4_fallocate_exit: OK
<6>[ 45.927967][ T1] Testing event ext4_zero_range: OK
<6>[ 45.971260][ T1] Testing event ext4_punch_hole: OK
<6>[ 46.014622][ T1] Testing event ext4_fallocate_enter: OK
<6>[ 46.057918][ T1] Testing event ext4_read_block_bitmap_load: OK
<6>[ 46.101325][ T1] Testing event ext4_load_inode_bitmap: OK
<6>[ 46.144636][ T1] Testing event ext4_mb_buddy_bitmap_load: OK
<6>[ 46.191291][ T1] Testing event ext4_mb_bitmap_load: OK
<6>[ 46.234641][ T1] Testing event ext4_da_release_space: OK
<6>[ 46.278001][ T1] Testing event ext4_da_reserve_space: OK
<6>[ 46.321322][ T1] Testing event ext4_da_update_reserve_space: OK
<6>[ 46.368017][ T1] Testing event ext4_forget: OK
<6>[ 46.407964][ T1] Testing event ext4_mballoc_free: OK
<6>[ 46.454571][ T1] Testing event ext4_mballoc_discard: OK
<6>[ 46.494646][ T1] Testing event ext4_mballoc_prealloc: OK
<6>[ 46.537984][ T1] Testing event ext4_mballoc_alloc: OK
<6>[ 46.581297][ T1] Testing event ext4_alloc_da_blocks: OK
<6>[ 46.621283][ T1] Testing event ext4_sync_fs: OK
<6>[ 46.664632][ T1] Testing event ext4_sync_file_exit: OK
<6>[ 46.711294][ T1] Testing event ext4_sync_file_enter: OK
<6>[ 46.754610][ T1] Testing event ext4_free_blocks: OK
<6>[ 46.801256][ T1] Testing event ext4_allocate_blocks: OK
<6>[ 46.844597][ T1] Testing event ext4_request_blocks: OK
<6>[ 46.887968][ T1] Testing event ext4_mb_discard_preallocations: OK
<6>[ 46.931273][ T1] Testing event ext4_discard_preallocations: OK
<6>[ 46.978012][ T1] Testing event ext4_mb_release_group_pa: OK
<6>[ 47.021504][ T1] Testing event ext4_mb_release_inode_pa: OK
<6>[ 47.061525][ T1] Testing event ext4_mb_new_group_pa: OK
<6>[ 47.104581][ T1] Testing event ext4_mb_new_inode_pa: OK
<6>[ 47.148116][ T1] Testing event ext4_discard_blocks: OK
<6>[ 47.194833][ T1] Testing event ext4_journalled_invalidatepage: OK
<6>[ 47.238146][ T1] Testing event ext4_invalidatepage: OK
<6>[ 47.281476][ T1] Testing event ext4_releasepage: OK
<6>[ 47.324855][ T1] Testing event ext4_readpage: OK
<6>[ 47.367857][ T1] Testing event ext4_writepage: OK
<6>[ 47.414578][ T1] Testing event ext4_writepages_result: OK
<6>[ 47.461190][ T1] Testing event ext4_da_write_pages_extent: OK
<6>[ 47.507974][ T1] Testing event ext4_da_write_pages: OK
<6>[ 47.554628][ T1] Testing event ext4_writepages: OK
<6>[ 47.601177][ T1] Testing event ext4_da_write_end: OK
<6>[ 47.641207][ T1] Testing event ext4_journalled_write_end: OK
<6>[ 47.687869][ T1] Testing event ext4_write_end: OK
<6>[ 47.734582][ T1] Testing event ext4_da_write_begin: OK
<6>[ 47.777959][ T1] Testing event ext4_write_begin: OK
<6>[ 47.821316][ T1] Testing event ext4_begin_ordered_truncate: OK
<6>[ 47.864644][ T1] Testing event ext4_mark_inode_dirty: OK
<6>[ 47.911303][ T1] Testing event ext4_nfs_commit_metadata: OK
<6>[ 47.951335][ T1] Testing event ext4_drop_inode: OK
<6>[ 47.994662][ T1] Testing event ext4_evict_inode: OK
<6>[ 48.034588][ T1] Testing event ext4_allocate_inode: OK
<6>[ 48.081306][ T1] Testing event ext4_request_inode: OK
<6>[ 48.124662][ T1] Testing event ext4_free_inode: OK
<6>[ 48.168020][ T1] Testing event ext4_other_inode_update_time: OK
<6>[ 48.214689][ T1] Testing event jbd2_shrink_checkpoint_list: OK
<6>[ 48.258013][ T1] Testing event jbd2_shrink_scan_exit: OK
<6>[ 48.304619][ T1] Testing event jbd2_shrink_scan_enter: OK
<6>[ 48.351327][ T1] Testing event jbd2_shrink_count: OK
<6>[ 48.397995][ T1] Testing event jbd2_lock_buffer_stall: OK
<6>[ 48.444671][ T1] Testing event jbd2_write_superblock: OK
<6>[ 48.491331][ T1] Testing event jbd2_update_log_tail: OK
<6>[ 48.537978][ T1] Testing event jbd2_checkpoint_stats: OK
<6>[ 48.577991][ T1] Testing event jbd2_run_stats: OK
<6>[ 48.621343][ T1] Testing event jbd2_handle_stats: OK
<6>[ 48.664664][ T1] Testing event jbd2_handle_extend: OK
<6>[ 48.711318][ T1] Testing event jbd2_handle_restart: OK
<6>[ 48.758177][ T1] Testing event jbd2_handle_start: OK
<6>[ 48.801254][ T1] Testing event jbd2_submit_inode_data: OK
<6>[ 48.841558][ T1] Testing event jbd2_end_commit: OK
<6>[ 48.884856][ T1] Testing event jbd2_drop_transaction: OK
<6>[ 48.931471][ T1] Testing event jbd2_commit_logging: OK
<6>[ 48.974868][ T1] Testing event jbd2_commit_flushing: OK
<6>[ 49.018202][ T1] Testing event jbd2_commit_locking: OK
<6>[ 49.061265][ T1] Testing event jbd2_start_commit: OK
<6>[ 49.104545][ T1] Testing event jbd2_checkpoint: OK
<6>[ 49.154574][ T1] Testing event block_rq_remap: OK
<6>[ 49.201209][ T1] Testing event block_bio_remap: OK
<6>[ 49.241578][ T1] Testing event block_split: OK
<6>[ 49.281268][ T1] Testing event block_unplug: OK
<6>[ 49.327917][ T1] Testing event block_plug: OK
<6>[ 49.371242][ T1] Testing event block_getrq: OK
<6>[ 49.417873][ T1] Testing event block_bio_queue: OK
<6>[ 49.464523][ T1] Testing event block_bio_frontmerge: OK
<6>[ 49.504537][ T1] Testing event block_bio_backmerge: OK
<6>[ 49.551209][ T1] Testing event block_bio_bounce: OK
<6>[ 49.594469][ T1] Testing event block_bio_complete: OK
<6>[ 49.637897][ T1] Testing event block_rq_merge: OK
<6>[ 49.681300][ T1] Testing event block_rq_issue: OK
<6>[ 49.727975][ T1] Testing event block_rq_insert: OK
<6>[ 49.767916][ T1] Testing event block_rq_complete: OK
<6>[ 49.814594][ T1] Testing event block_rq_requeue: OK
<6>[ 49.854597][ T1] Testing event block_dirty_buffer: OK
<6>[ 49.894636][ T1] Testing event block_touch_buffer: OK
<6>[ 49.937866][ T1] Testing event iocost_iocg_forgive_debt: OK
<6>[ 49.977922][ T1] Testing event iocost_ioc_vrate_adj: OK
<6>[ 50.017892][ T1] Testing event iocost_inuse_adjust: OK
<6>[ 50.061215][ T1] Testing event iocost_inuse_transfer: OK
<6>[ 50.107912][ T1] Testing event iocost_inuse_shortage: OK
<6>[ 50.151244][ T1] Testing event iocost_iocg_idle: OK
<6>[ 50.194606][ T1] Testing event iocost_iocg_activate: OK
<6>[ 50.237900][ T1] Testing event wbt_timer: OK
<6>[ 50.277865][ T1] Testing event wbt_step: OK
<6>[ 50.324511][ T1] Testing event wbt_lat: OK
<6>[ 50.371233][ T1] Testing event wbt_stat: OK
<6>[ 50.411194][ T1] Testing event rdpmc: OK
<6>[ 50.451211][ T1] Testing event write_msr: OK
<6>[ 50.497892][ T1] Testing event read_msr: OK
<6>[ 50.538100][ T1] Testing event gpio_value: OK
<6>[ 50.577805][ T1] Testing event gpio_direction: OK
<6>[ 50.621163][ T1] Testing event pwm_get: OK
<6>[ 50.664396][ T1] Testing event pwm_apply: OK
<6>[ 50.711111][ T1] Testing event clk_set_duty_cycle_complete: OK
<6>[ 50.754440][ T1] Testing event clk_set_duty_cycle: OK
<6>[ 50.801113][ T1] Testing event clk_set_phase_complete: OK
<6>[ 50.844459][ T1] Testing event clk_set_phase: OK
<6>[ 50.887817][ T1] Testing event clk_set_parent_complete: OK
<6>[ 50.931126][ T1] Testing event clk_set_parent: OK
<6>[ 50.977795][ T1] Testing event clk_set_rate_range: OK
<6>[ 51.024513][ T1] Testing event clk_set_max_rate: OK
<6>[ 51.071201][ T1] Testing event clk_set_min_rate: OK
<6>[ 51.111072][ T1] Testing event clk_set_rate_complete: OK
<6>[ 51.154468][ T1] Testing event clk_set_rate: OK
<6>[ 51.197761][ T1] Testing event clk_unprepare_complete: OK
<6>[ 51.241089][ T1] Testing event clk_unprepare: OK
<6>[ 51.284522][ T1] Testing event clk_prepare_complete: OK
<6>[ 51.331168][ T1] Testing event clk_prepare: OK
<6>[ 51.377838][ T1] Testing event clk_disable_complete: OK
<6>[ 51.421207][ T1] Testing event clk_disable: OK
<6>[ 51.467855][ T1] Testing event clk_enable_complete: OK
<6>[ 51.514526][ T1] Testing event clk_enable: OK
<6>[ 51.554532][ T1] Testing event regulator_set_voltage_complete: OK
<6>[ 51.601206][ T1] Testing event regulator_set_voltage: OK
<6>[ 51.644526][ T1] Testing event regulator_bypass_disable_complete: OK
<6>[ 51.691239][ T1] Testing event regulator_bypass_disable: OK
<6>[ 51.737887][ T1] Testing event regulator_bypass_enable_complete: OK
<6>[ 51.781207][ T1] Testing event regulator_bypass_enable: OK
<6>[ 51.831233][ T1] Testing event regulator_disable_complete: OK
<6>[ 51.877880][ T1] Testing event regulator_disable: OK
<6>[ 51.921265][ T1] Testing event regulator_enable_complete: OK
<6>[ 51.964573][ T1] Testing event regulator_enable_delay: OK
<6>[ 52.007911][ T1] Testing event regulator_enable: OK
<6>[ 52.054548][ T1] Testing event prandom_u32: OK
<6>[ 52.097936][ T1] Testing event urandom_read: OK
<6>[ 52.141204][ T1] Testing event extract_entropy: OK
<6>[ 52.187877][ T1] Testing event get_random_bytes_arch: OK
<6>[ 52.231269][ T1] Testing event get_random_bytes: OK
<6>[ 52.274548][ T1] Testing event add_disk_randomness: OK
<6>[ 52.314780][ T1] Testing event add_input_randomness: OK
<6>[ 52.354743][ T1] Testing event debit_entropy: OK
<6>[ 52.397830][ T1] Testing event credit_entropy_bits: OK
<6>[ 52.437808][ T1] Testing event mix_pool_bytes_nolock: OK
<6>[ 52.481216][ T1] Testing event mix_pool_bytes: OK
<6>[ 52.524493][ T1] Testing event add_device_randomness: OK
<6>[ 52.567883][ T1] Testing event prq_report: OK
<6>[ 52.611176][ T1] Testing event qi_submit: OK
<6>[ 52.657865][ T1] Testing event io_page_fault: OK
<6>[ 52.697897][ T1] Testing event unmap: OK
<6>[ 52.741428][ T1] Testing event map: OK
<6>[ 52.787866][ T1] Testing event detach_device_from_domain: OK
<6>[ 52.831187][ T1] Testing event attach_device_to_domain: OK
<6>[ 52.874568][ T1] Testing event remove_device_from_group: OK
<6>[ 52.917821][ T1] Testing event add_device_to_group: OK
<6>[ 52.964547][ T1] Testing event regcache_drop_region: OK
<6>[ 53.007878][ T1] Testing event regmap_async_complete_done: OK
<6>[ 53.054571][ T1] Testing event regmap_async_complete_start: OK
<6>[ 53.097955][ T1] Testing event regmap_async_io_complete: OK
<6>[ 53.137945][ T1] Testing event regmap_async_write_start: OK
<6>[ 53.181288][ T1] Testing event regmap_cache_bypass: OK
<6>[ 53.224609][ T1] Testing event regmap_cache_only: OK
<6>[ 53.267951][ T1] Testing event regcache_sync: OK
<6>[ 53.314655][ T1] Testing event regmap_hw_write_done: OK
<6>[ 53.361358][ T1] Testing event regmap_hw_write_start: OK
<6>[ 53.404652][ T1] Testing event regmap_hw_read_done: OK
<6>[ 53.447962][ T1] Testing event regmap_hw_read_start: OK
<6>[ 53.491270][ T1] Testing event regmap_reg_read_cache: OK
<6>[ 53.531327][ T1] Testing event regmap_reg_read: OK
<6>[ 53.578006][ T1] Testing event regmap_reg_write: OK
<6>[ 53.624644][ T1] Testing event devres_log: OK
<6>[ 53.664662][ T1] Testing event dma_fence_wait_end: OK
<6>[ 53.707961][ T1] Testing event dma_fence_wait_start: OK
<6>[ 53.754641][ T1] Testing event dma_fence_signaled: OK
<6>[ 53.797983][ T1] Testing event dma_fence_enable_signal: OK
<6>[ 53.841287][ T1] Testing event dma_fence_destroy: OK
<6>[ 53.884562][ T1] Testing event dma_fence_init: OK
<6>[ 53.927914][ T1] Testing event dma_fence_emit: OK
<6>[ 53.974536][ T1] Testing event sync_timeline: OK
<6>[ 54.017970][ T1] Testing event scsi_eh_wakeup: OK
<6>[ 54.064640][ T1] Testing event scsi_dispatch_cmd_timeout: OK
<6>[ 54.108124][ T1] Testing event scsi_dispatch_cmd_done: OK
<6>[ 54.154859][ T1] Testing event scsi_dispatch_cmd_error: OK
<6>[ 54.194825][ T1] Testing event scsi_dispatch_cmd_start: OK
<6>[ 54.238035][ T1] Testing event ata_eh_link_autopsy_qc: OK
<6>[ 54.284485][ T1] Testing event ata_eh_link_autopsy: OK
<6>[ 54.331205][ T1] Testing event ata_qc_complete_done: OK
<6>[ 54.371195][ T1] Testing event ata_qc_complete_failed: OK
<6>[ 54.414478][ T1] Testing event ata_qc_complete_internal: OK
<6>[ 54.461203][ T1] Testing event ata_qc_issue: OK
<6>[ 54.507844][ T1] Testing event spi_transfer_stop: OK
<6>[ 54.551206][ T1] Testing event spi_transfer_start: OK
<6>[ 54.594540][ T1] Testing event spi_message_done: OK
<6>[ 54.641197][ T1] Testing event spi_message_start: OK
<6>[ 54.684540][ T1] Testing event spi_message_submit: OK
<6>[ 54.727864][ T1] Testing event spi_set_cs: OK
<6>[ 54.771115][ T1] Testing event spi_setup: OK
<6>[ 54.817849][ T1] Testing event spi_controller_busy: OK
<6>[ 54.857924][ T1] Testing event spi_controller_idle: OK
<6>[ 54.897850][ T1] Testing event mdio_access: OK
<6>[ 54.941112][ T1] Testing event xhci_dbc_giveback_request: OK
<6>[ 54.984508][ T1] Testing event xhci_dbc_queue_request: OK
<6>[ 55.027829][ T1] Testing event xhci_dbc_free_request: OK
<6>[ 55.071228][ T1] Testing event xhci_dbc_alloc_request: OK
<6>[ 55.111208][ T1] Testing event xhci_ring_host_doorbell: OK
<6>[ 55.151185][ T1] Testing event xhci_ring_ep_doorbell: OK
<6>[ 55.194624][ T1] Testing event xhci_hub_status_data: OK
<6>[ 55.237920][ T1] Testing event xhci_get_port_status: OK
<6>[ 55.277897][ T1] Testing event xhci_handle_port_status: OK
<6>[ 55.317901][ T1] Testing event xhci_inc_deq: OK
<6>[ 55.361198][ T1] Testing event xhci_inc_enq: OK
<6>[ 55.404524][ T1] Testing event xhci_ring_expansion: OK
<6>[ 55.447902][ T1] Testing event xhci_ring_free: OK
<6>[ 55.491254][ T1] Testing event xhci_ring_alloc: OK
<6>[ 55.534547][ T1] Testing event xhci_configure_endpoint_ctrl_ctx: OK
<6>[ 55.577939][ T1] Testing event xhci_address_ctrl_ctx: OK
<6>[ 55.621282][ T1] Testing event xhci_configure_endpoint: OK
<6>[ 55.664610][ T1] Testing event xhci_handle_cmd_set_deq: OK
<6>[ 55.707916][ T1] Testing event xhci_handle_cmd_reset_dev: OK
<6>[ 55.751293][ T1] Testing event xhci_handle_cmd_addr_dev: OK
<6>[ 55.797969][ T1] Testing event xhci_setup_device_slot: OK
<6>[ 55.837879][ T1] Testing event xhci_discover_or_reset_device: OK
<6>[ 55.884544][ T1] Testing event xhci_handle_cmd_disable_slot: OK
<6>[ 55.928162][ T1] Testing event xhci_free_dev: OK
<6>[ 55.967848][ T1] Testing event xhci_alloc_dev: OK
<6>[ 56.007870][ T1] Testing event xhci_add_endpoint: OK
<6>[ 56.051225][ T1] Testing event xhci_handle_cmd_config_ep: OK
<6>[ 56.097931][ T1] Testing event xhci_handle_cmd_reset_ep: OK
<6>[ 56.137856][ T1] Testing event xhci_handle_cmd_set_deq_ep: OK
<6>[ 56.177867][ T1] Testing event xhci_handle_cmd_stop_ep: OK
<6>[ 56.224558][ T1] Testing event xhci_urb_dequeue: OK
<6>[ 56.267863][ T1] Testing event xhci_urb_giveback: OK
<6>[ 56.311371][ T1] Testing event xhci_urb_enqueue: OK
<6>[ 56.354579][ T1] Testing event xhci_stop_device: OK
<6>[ 56.394564][ T1] Testing event xhci_setup_addressable_virt_device: OK
<6>[ 56.434589][ T1] Testing event xhci_setup_device: OK
<6>[ 56.477895][ T1] Testing event xhci_alloc_virt_device: OK
<6>[ 56.517864][ T1] Testing event xhci_free_virt_device: OK
<6>[ 56.561210][ T1] Testing event xhci_dbc_gadget_ep_queue: OK
<6>[ 56.601320][ T1] Testing event xhci_dbc_handle_transfer: OK
<6>[ 56.644589][ T1] Testing event xhci_dbc_handle_event: OK
<6>[ 56.684573][ T1] Testing event xhci_queue_trb: OK
<6>[ 56.724570][ T1] Testing event xhci_handle_transfer: OK
<6>[ 56.764572][ T1] Testing event xhci_handle_command: OK
<6>[ 56.814547][ T1] Testing event xhci_handle_event: OK
<6>[ 56.861240][ T1] Testing event xhci_address_ctx: OK
<6>[ 56.908038][ T1] Testing event xhci_dbg_ring_expansion: OK
<6>[ 56.948048][ T1] Testing event xhci_dbg_init: OK
<6>[ 56.991273][ T1] Testing event xhci_dbg_cancel_urb: OK
<6>[ 57.034608][ T1] Testing event xhci_dbg_reset_ep: OK
<6>[ 57.078063][ T1] Testing event xhci_dbg_quirks: OK
<6>[ 57.127979][ T1] Testing event xhci_dbg_context_change: OK
<6>[ 57.171306][ T1] Testing event xhci_dbg_address: OK
<6>[ 57.214652][ T1] Testing event rtc_timer_fired: OK
<6>[ 57.257960][ T1] Testing event rtc_timer_dequeue: OK
<6>[ 57.297998][ T1] Testing event rtc_timer_enqueue: OK
<6>[ 57.341269][ T1] Testing event rtc_read_offset: OK
<6>[ 57.387917][ T1] Testing event rtc_set_offset: OK
<6>[ 57.427937][ T1] Testing event rtc_alarm_irq_enable: OK
<6>[ 57.471337][ T1] Testing event rtc_irq_set_state: OK
<6>[ 57.511312][ T1] Testing event rtc_irq_set_freq: OK
<6>[ 57.554635][ T1] Testing event rtc_read_alarm: OK
<6>[ 57.601263][ T1] Testing event rtc_set_alarm: OK
<6>[ 57.644615][ T1] Testing event rtc_read_time: OK
<6>[ 57.687891][ T1] Testing event rtc_set_time: OK
<6>[ 57.734545][ T1] Testing event i2c_result: OK
<6>[ 57.781229][ T1] Testing event i2c_reply: OK
<6>[ 57.824568][ T1] Testing event i2c_read: OK
<6>[ 57.864555][ T1] Testing event i2c_write: OK
<6>[ 57.911215][ T1] Testing event smbus_result: OK
<6>[ 57.954531][ T1] Testing event smbus_reply: OK
<6>[ 57.994474][ T1] Testing event smbus_read: OK
<6>[ 58.037799][ T1] Testing event smbus_write: OK
<6>[ 58.081160][ T1] Testing event hwmon_attr_show_string: OK
<6>[ 58.121133][ T1] Testing event hwmon_attr_store: OK
<6>[ 58.164545][ T1] Testing event hwmon_attr_show: OK
<6>[ 58.204698][ T1] Testing event thermal_power_devfreq_limit: OK
<6>[ 58.247838][ T1] Testing event thermal_power_devfreq_get_power: OK
<6>[ 58.291211][ T1] Testing event thermal_zone_trip: OK
<6>[ 58.337874][ T1] Testing event cdev_update: OK
<6>[ 58.377816][ T1] Testing event thermal_temperature: OK
<6>[ 58.417837][ T1] Testing event thermal_power_allocator_pid: OK
<6>[ 58.464488][ T1] Testing event thermal_power_allocator: OK
<6>[ 58.511263][ T1] Testing event mmc_request_done: OK
<6>[ 58.554604][ T1] Testing event mmc_request_start: OK
<6>[ 58.597868][ T1] Testing event cros_ec_request_done: OK
<6>[ 58.637898][ T1] Testing event cros_ec_request_start: OK
<6>[ 58.684591][ T1] Testing event devfreq_monitor: OK
<6>[ 58.727937][ T1] Testing event devfreq_frequency: OK
<6>[ 58.767936][ T1] Testing event memory_failure_event: OK
<6>[ 58.811226][ T1] Testing event aer_event: OK
<6>[ 58.854580][ T1] Testing event non_standard_event: OK
<6>[ 58.897905][ T1] Testing event arm_event: OK
<6>[ 58.937918][ T1] Testing event mc_event: OK
<6>[ 58.981190][ T1] Testing event extlog_mem_event: OK
<6>[ 59.024548][ T1] Testing event icc_set_bw_end: OK
<6>[ 59.071305][ T1] Testing event icc_set_bw: OK
<6>[ 59.111240][ T1] Testing event neigh_cleanup_and_release: OK
<6>[ 59.154581][ T1] Testing event neigh_event_send_dead: OK
<6>[ 59.197920][ T1] Testing event neigh_event_send_done: OK
<6>[ 59.241315][ T1] Testing event neigh_timer_handler: OK
<6>[ 59.284586][ T1] Testing event neigh_update_done: OK
<6>[ 59.324581][ T1] Testing event neigh_update: OK
<6>[ 59.374600][ T1] Testing event neigh_create: OK
<6>[ 59.414796][ T1] Testing event page_pool_update_nid: OK
<6>[ 59.458138][ T1] Testing event page_pool_state_hold: OK
<6>[ 59.498113][ T1] Testing event page_pool_state_release: OK
<6>[ 59.544520][ T1] Testing event page_pool_release: OK
<6>[ 59.587840][ T1] Testing event br_fdb_update: OK
<6>[ 59.631122][ T1] Testing event fdb_delete: OK
<6>[ 59.671144][ T1] Testing event br_fdb_external_learn_add: OK
<6>[ 59.717801][ T1] Testing event br_fdb_add: OK
<6>[ 59.761156][ T1] Testing event qdisc_create: OK
<6>[ 59.807882][ T1] Testing event qdisc_destroy: OK
<6>[ 59.854502][ T1] Testing event qdisc_reset: OK
<6>[ 59.901198][ T1] Testing event qdisc_enqueue: OK
<6>[ 59.941182][ T1] Testing event qdisc_dequeue: OK
<6>[ 59.984474][ T1] Testing event fib_table_lookup: OK
<6>[ 60.027864][ T1] Testing event tcp_bad_csum: OK
<6>[ 60.074596][ T1] Testing event tcp_probe: OK
<6>[ 60.117903][ T1] Testing event tcp_retransmit_synack: OK
<6>[ 60.157861][ T1] Testing event tcp_rcv_space_adjust: OK
<6>[ 60.204585][ T1] Testing event tcp_destroy_sock: OK
<6>[ 60.254562][ T1] Testing event tcp_receive_reset: OK
<6>[ 60.297970][ T1] Testing event tcp_send_reset: OK
<6>[ 60.341284][ T1] Testing event tcp_retransmit_skb: OK
<6>[ 60.387952][ T1] Testing event udp_fail_queue_rcv_skb: OK
<6>[ 60.431247][ T1] Testing event inet_sk_error_report: OK
<6>[ 60.477936][ T1] Testing event inet_sock_set_state: OK
<6>[ 60.524600][ T1] Testing event sock_exceed_buf_limit: OK
<6>[ 60.571254][ T1] Testing event sock_rcvqueue_full: OK
<6>[ 60.614601][ T1] Testing event napi_poll: OK
<6>[ 60.661327][ T1] Testing event netif_receive_skb_list_exit: OK
<6>[ 60.704640][ T1] Testing event netif_rx_ni_exit: OK
<6>[ 60.747932][ T1] Testing event netif_rx_exit: OK
<6>[ 60.794593][ T1] Testing event netif_receive_skb_exit: OK
<6>[ 60.837987][ T1] Testing event napi_gro_receive_exit: OK
<6>[ 60.877950][ T1] Testing event napi_gro_frags_exit: OK
<6>[ 60.921311][ T1] Testing event netif_rx_ni_entry: OK
<6>[ 60.967968][ T1] Testing event netif_rx_entry: OK
<6>[ 61.011326][ T1] Testing event netif_receive_skb_list_entry: OK
<6>[ 61.051298][ T1] Testing event netif_receive_skb_entry: OK
<6>[ 61.091259][ T1] Testing event napi_gro_receive_entry: OK
<6>[ 61.137940][ T1] Testing event napi_gro_frags_entry: OK
<6>[ 61.181567][ T1] Testing event netif_rx: OK
<6>[ 61.224522][ T1] Testing event netif_receive_skb: OK
<6>[ 61.264491][ T1] Testing event net_dev_queue: OK
<6>[ 61.307865][ T1] Testing event net_dev_xmit_timeout: OK
<6>[ 61.351250][ T1] Testing event net_dev_xmit: OK
<6>[ 61.391184][ T1] Testing event net_dev_start_xmit: OK
<6>[ 61.434513][ T1] Testing event skb_copy_datagram_iovec: OK
<6>[ 61.481244][ T1] Testing event consume_skb: OK
<6>[ 61.527897][ T1] Testing event kfree_skb: OK
<6>[ 61.567905][ T1] Testing event devlink_trap_report: OK
<6>[ 61.611232][ T1] Testing event devlink_health_reporter_state_update: OK
<6>[ 61.654629][ T1] Testing event devlink_health_recover_aborted: OK
<6>[ 61.694586][ T1] Testing event devlink_health_report: OK
<6>[ 61.737937][ T1] Testing event devlink_hwerr: OK
<6>[ 61.777910][ T1] Testing event devlink_hwmsg: OK
<6>[ 61.821336][ T1] Testing event netlink_extack: OK
<6>[ 61.867959][ T1] Testing event bpf_test_finish: OK
<6>[ 61.911337][ T1] Testing event tls_device_tx_resync_send: OK
<6>[ 61.954690][ T1] Testing event tls_device_tx_resync_req: OK
<6>[ 61.994682][ T1] Testing event tls_device_rx_resync_nh_delay: OK
<6>[ 62.034662][ T1] Testing event tls_device_rx_resync_nh_schedule: OK
<6>[ 62.074704][ T1] Testing event tls_device_rx_resync_send: OK
<6>[ 62.114649][ T1] Testing event tls_device_decrypted: OK
<6>[ 62.157965][ T1] Testing event tls_device_offload_set: OK
<6>[ 62.201320][ T1] Testing event fib6_table_lookup: OK
<6>[ 62.241346][ T1] Testing event subflow_check_data_avail: OK
<6>[ 62.284627][ T1] Testing event ack_update_msk: OK
<6>[ 62.334675][ T1] Testing event get_mapping_status: OK
<6>[ 62.374679][ T1] Testing event mptcp_subflow_get_send: OK
<6>[ 62.414696][ T1] Running tests on trace event systems:
<6>[ 62.415501][ T1] Testing event system mptcp: OK
<6>[ 62.458227][ T1] Testing event system fib6: OK
<6>[ 62.504873][ T1] Testing event system tls: OK
<6>[ 62.545053][ T1] Testing event system bpf_test_run: OK
<6>[ 62.588133][ T1] Testing event system netlink: OK
<6>[ 62.634851][ T1] Testing event system devlink: OK
<6>[ 62.681588][ T1] Testing event system skb: OK
<6>[ 62.724903][ T1] Testing event system net: OK
<6>[ 62.768689][ T1] Testing event system napi: OK
<6>[ 62.808158][ T1] Testing event system sock: OK
<6>[ 62.854889][ T1] Testing event system udp: OK
<6>[ 62.894780][ T1] Testing event system tcp: OK
<6>[ 62.935011][ T1] Testing event system fib: OK
<6>[ 62.978121][ T1] Testing event system qdisc: OK
<6>[ 63.018125][ T1] Testing event system bridge: OK
<6>[ 63.057967][ T1] Testing event system page_pool: OK
<6>[ 63.104834][ T1] Testing event system neigh: OK
<6>[ 63.151536][ T1] Testing event system interconnect: OK
<6>[ 63.194732][ T1] Testing event system ras: OK
<6>[ 63.238152][ T1] Testing event system devfreq: OK
<6>[ 63.281377][ T1] Testing event system cros_ec: OK
<6>[ 63.321396][ T1] Testing event system mmc: OK
<6>[ 63.364748][ T1] Testing event system thermal_power_allocator: OK
<6>[ 63.408139][ T1] Testing event system thermal: OK
<6>[ 63.448455][ T1] Testing event system hwmon: OK
<6>[ 63.491343][ T1] Testing event system smbus: OK
<6>[ 63.538095][ T1] Testing event system i2c: OK
<6>[ 63.578097][ T1] Testing event system rtc: OK
<6>[ 63.618440][ T1] Testing event system xhci-hcd: OK
<6>[ 63.666362][ T1] Testing event system mdio: OK
<6>[ 63.711332][ T1] Testing event system spi: OK
<6>[ 63.754910][ T1] Testing event system libata: OK
<6>[ 63.801481][ T1] Testing event system scsi: OK
<6>[ 63.844761][ T1] Testing event system sync_trace: OK
<6>[ 63.891350][ T1] Testing event system dma_fence: OK
<6>[ 63.934803][ T1] Testing event system dev: OK
<6>[ 63.974689][ T1] Testing event system regmap: OK
<6>[ 64.015164][ T1] Testing event system iommu: OK
<6>[ 64.058213][ T1] Testing event system intel_iommu: OK
<6>[ 64.101405][ T1] Testing event system random: OK
<6>[ 64.145024][ T1] Testing event system regulator: OK
<6>[ 64.188239][ T1] Testing event system clk: OK
<6>[ 64.231901][ T1] Testing event system pwm: OK
<6>[ 64.278010][ T1] Testing event system gpio: OK
<6>[ 64.321347][ T1] Testing event system msr: OK
<6>[ 64.364743][ T1] Testing event system wbt: OK
<6>[ 64.404719][ T1] Testing event system iocost: OK
<6>[ 64.448156][ T1] Testing event system block: OK
<6>[ 64.491831][ T1] Testing event system jbd2: OK
<6>[ 64.535239][ T1] Testing event system ext4: OK
<6>[ 64.588089][ T1] Testing event system iomap: OK
<6>[ 64.631466][ T1] Testing event system filelock: OK
<6>[ 64.678246][ T1] Testing event system fs_dax: OK
<6>[ 64.721543][ T1] Testing event system io_uring: OK
<6>[ 64.764896][ T1] Testing event system writeback: OK
<6>[ 64.815500][ T1] Testing event system page_isolation: OK
<6>[ 64.857846][ T1] Testing event system huge_memory: OK
<6>[ 64.904641][ T1] Testing event system migrate: OK
<6>[ 64.947870][ T1] Testing event system mmap: OK
<6>[ 64.991187][ T1] Testing event system mmap_lock: OK
<6>[ 65.040739][ T1] Testing event system compaction: OK
<6>[ 65.084922][ T1] Testing event system kmem: OK
<6>[ 65.128258][ T1] Testing event system percpu: OK
<6>[ 65.171334][ T1] Testing event system vmscan: OK
<6>[ 65.215021][ T1] Testing event system pagemap: OK
<6>[ 65.261268][ T1] Testing event system oom: OK
<6>[ 65.304770][ T1] Testing event system filemap: OK
<6>[ 65.347964][ T1] Testing event system rseq: OK
<6>[ 65.391244][ T1] Testing event system xdp: OK
<6>[ 65.434911][ T1] Testing event system rpm: OK
<6>[ 65.474736][ T1] Testing event system power: OK
<6>[ 65.518846][ T1] Testing event system error_report: OK
<6>[ 65.561215][ T1] Testing event system bpf_trace: OK
<6>[ 65.604568][ T1] Testing event system test: OK
<6>[ 65.651237][ T1] Testing event system preemptirq: OK
<6>[ 65.694724][ T1] Testing event system cgroup: OK
<6>[ 65.741760][ T1] Testing event system module: OK
<6>[ 65.784730][ T1] Testing event system alarmtimer: OK
<6>[ 65.831375][ T1] Testing event system timer: OK
<6>[ 65.875093][ T1] Testing event system raw_syscalls: OK
<6>[ 65.921327][ T1] Testing event system swiotlb: OK
<6>[ 65.967932][ T1] Testing event system rcu: OK
<6>[ 66.014685][ T1] Testing event system irq_matrix: OK
<6>[ 66.058246][ T1] Testing event system printk: OK
<6>[ 66.104568][ T1] Testing event system lock: OK
<6>[ 66.148038][ T1] Testing event system sched: OK
<6>[ 66.195635][ T1] Testing event system workqueue: OK
<6>[ 66.241371][ T1] Testing event system signal: OK
<6>[ 66.284632][ T1] Testing event system irq: OK
<6>[ 66.328095][ T1] Testing event system cpuhp: OK
<6>[ 66.371375][ T1] Testing event system task: OK
<6>[ 66.414609][ T1] Testing event system exceptions: OK
<6>[ 66.457988][ T1] Testing event system tlb: OK
<6>[ 66.501470][ T1] Testing event system resctrl: OK
<6>[ 66.544636][ T1] Testing event system mce: OK
<6>[ 66.587898][ T1] Testing event system x86_fpu: OK
<6>[ 66.628131][ T1] Testing event system nmi: OK
<6>[ 66.677891][ T1] Testing event system irq_vectors: OK
<6>[ 66.722244][ T1] Testing event system syscalls: OK
<6>[ 66.771828][ T1] Testing event system hyperv: OK
<6>[ 66.814687][ T1] Testing event system xen: OK
<6>[ 66.862139][ T1] Testing event system vsyscall: OK
<6>[ 66.904548][ T1] Testing event system initcall: OK
<6>[ 66.944600][ T1] Running tests on all trace events:
<6>[ 66.945162][ T1] Testing all events: OK
<6>[ 67.843402][ T1] Running tests again, along with the function tracer
<6>[ 67.845796][ T1] Running tests on trace events:
<6>[ 67.848029][ T1] Testing event initcall_finish: OK
<6>[ 67.893150][ T1] Testing event initcall_start: OK
<6>[ 67.936465][ T1] Testing event initcall_level: OK
<6>[ 67.979768][ T1] Testing event emulate_vsyscall: OK
<6>[ 68.026486][ T1] Testing event xen_cpu_set_ldt: OK
<6>[ 68.069831][ T1] Testing event xen_cpu_write_gdt_entry: OK
<6>[ 68.116517][ T1] Testing event xen_cpu_load_idt: OK
<6>[ 68.166488][ T1] Testing event xen_cpu_write_idt_entry: OK
<6>[ 68.213176][ T1] Testing event xen_cpu_write_ldt_entry: OK
<6>[ 68.259855][ T1] Testing event xen_mmu_write_cr3: OK
<6>[ 68.306503][ T1] Testing event xen_mmu_flush_tlb_multi: OK
<6>[ 68.353189][ T1] Testing event xen_mmu_flush_tlb_one_user: OK
<6>[ 68.399858][ T1] Testing event xen_mmu_pgd_unpin: OK
<6>[ 68.446511][ T1] Testing event xen_mmu_pgd_pin: OK
<6>[ 68.489844][ T1] Testing event xen_mmu_release_ptpage: OK
<6>[ 68.539852][ T1] Testing event xen_mmu_alloc_ptpage: OK
<6>[ 68.586523][ T1] Testing event xen_mmu_ptep_modify_prot_commit: OK
<6>[ 68.629844][ T1] Testing event xen_mmu_ptep_modify_prot_start: OK
<6>[ 68.679858][ T1] Testing event xen_mmu_set_p4d: OK
<6>[ 68.726464][ T1] Testing event xen_mmu_set_pud: OK
<6>[ 68.773180][ T1] Testing event xen_mmu_set_pmd: OK
<6>[ 68.823119][ T1] Testing event xen_mmu_set_pte: OK
<6>[ 68.869800][ T1] Testing event xen_mc_extend_args: OK
<6>[ 68.916520][ T1] Testing event xen_mc_flush: OK
<6>[ 68.963077][ T1] Testing event xen_mc_flush_reason: OK
<6>[ 69.013178][ T1] Testing event xen_mc_callback: OK
<6>[ 69.059910][ T1] Testing event xen_mc_entry_alloc: OK
<6>[ 69.106551][ T1] Testing event xen_mc_entry: OK
<6>[ 69.153900][ T1] Testing event xen_mc_issue: OK
<6>[ 69.203177][ T1] Testing event xen_mc_batch: OK
<6>[ 69.256608][ T1] Testing event hyperv_send_ipi_one: OK
<6>[ 69.303435][ T1] Testing event hyperv_send_ipi_mask: OK
<6>[ 69.346809][ T1] Testing event hyperv_nested_flush_guest_mapping_range: OK
<6>[ 69.390209][ T1] Testing event hyperv_nested_flush_guest_mapping: OK
<6>[ 69.440178][ T1] Testing event hyperv_mmu_flush_tlb_multi: OK
<6>[ 69.490174][ T1] Testing event vector_free_moved: OK
<6>[ 69.540164][ T1] Testing event vector_setup: OK
<6>[ 69.586830][ T1] Testing event vector_teardown: OK
<6>[ 69.633422][ T1] Testing event vector_deactivate: OK
<6>[ 69.680122][ T1] Testing event vector_activate: OK
<6>[ 69.726785][ T1] Testing event vector_alloc_managed: OK
<6>[ 69.773480][ T1] Testing event vector_alloc: OK
<6>[ 69.820175][ T1] Testing event vector_reserve: OK
<6>[ 69.870217][ T1] Testing event vector_reserve_managed: OK
<6>[ 69.923608][ T1] Testing event vector_clear: OK
<6>[ 69.970227][ T1] Testing event vector_update: OK
<6>[ 70.019847][ T1] Testing event vector_config: OK
<6>[ 70.069823][ T1] Testing event thermal_apic_exit: OK
<6>[ 70.116472][ T1] Testing event thermal_apic_entry: OK
<6>[ 70.166480][ T1] Testing event deferred_error_apic_exit: OK
<6>[ 70.213177][ T1] Testing event deferred_error_apic_entry: OK
<6>[ 70.259812][ T1] Testing event threshold_apic_exit: OK
<6>[ 70.306484][ T1] Testing event threshold_apic_entry: OK
<6>[ 70.353155][ T1] Testing event call_function_single_exit: OK
<6>[ 70.399851][ T1] Testing event call_function_single_entry:
<6>[ 70.418142][ T161] usb 1-1.1: USB disconnect, device number 3
<4>[ 70.444105][ T1] OK
<6>[ 70.446423][ T1] Testing event call_function_exit: OK
<6>[ 70.496531][ T1] Testing event call_function_entry: OK
<6>[ 70.543185][ T1] Testing event reschedule_exit: OK
<6>[ 70.593209][ T1] Testing event reschedule_entry: OK
<6>[ 70.639860][ T1] Testing event irq_work_exit: OK
<6>[ 70.686497][ T1] Testing event irq_work_entry: OK
<6>[ 70.729887][ T1] Testing event x86_platform_ipi_exit: OK
<6>[ 70.776501][ T1] Testing event x86_platform_ipi_entry: OK
<6>[ 70.823194][ T1] Testing event error_apic_exit: OK
<6>[ 70.869864][ T1] Testing event error_apic_entry: OK
<6>[ 70.920092][ T1] Testing event spurious_apic_exit: OK
<6>[ 70.966854][ T1] Testing event spurious_apic_entry: OK
<6>[ 71.013195][ T1] Testing event local_timer_exit: OK
<6>[ 71.063272][ T1] Testing event local_timer_entry: OK
<6>[ 71.106534][ T1] Testing event nmi_handler: OK
<6>[ 71.149919][ T1] Testing event x86_fpu_xstate_check_failed: OK
<6>[ 71.200111][ T1] Testing event x86_fpu_copy_dst: OK
<6>[ 71.243183][ T1] Testing event x86_fpu_copy_src: OK
<6>[ 71.289897][ T1] Testing event x86_fpu_dropped: OK
<6>[ 71.336893][ T1] Testing event x86_fpu_init_state: OK
<6>[ 71.380227][ T1] Testing event x86_fpu_regs_deactivated: OK
<6>[ 71.423561][ T1] Testing event x86_fpu_regs_activated: OK
<6>[ 71.470375][ T1] Testing event x86_fpu_after_restore: OK
<6>[ 71.520085][ T1] Testing event x86_fpu_before_restore: OK
<6>[ 71.566481][ T1] Testing event x86_fpu_after_save: OK
<6>[ 71.613205][ T1] Testing event x86_fpu_before_save: OK
<6>[ 71.663197][ T1] Testing event mce_record: OK
<6>[ 71.706378][ T1] Testing event pseudo_lock_l3: OK
<6>[ 71.753187][ T1] Testing event pseudo_lock_l2: OK
<6>[ 71.799880][ T1] Testing event pseudo_lock_mem_latency: OK
<6>[ 71.846590][ T1] Testing event tlb_flush: OK
<6>[ 71.896752][ T1] Testing event page_fault_kernel:
<6>[ 71.910391][ T161] usb 1-1.1: new low-speed USB device number 6 using ehci-pci
<4>[ 71.944170][ T1] OK
<6>[ 71.946490][ T1] Testing event page_fault_user: OK
<6>[ 71.996821][ T1] Testing event task_rename:
<6>[ 72.022795][ T161] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
<6>[ 72.027751][ T161] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 72.030274][ T161] usb 1-1.1: Product: USB Optical Mouse
<6>[ 72.032740][ T161] usb 1-1.1: Manufacturer: Logitech
<4>[ 72.040664][ T1] OK
<6>[ 72.043200][ T1] Testing event task_newtask: OK
<6>[ 72.093488][ T1] Testing event cpuhp_exit: OK
<6>[ 72.140251][ T1] Testing event cpuhp_multi_enter: OK
<6>[ 72.186846][ T1] Testing event cpuhp_enter: OK
<6>[ 72.233480][ T1] Testing event softirq_raise: OK
<6>[ 72.280270][ T1] Testing event softirq_exit: OK
<6>[ 72.326728][ T1] Testing event softirq_entry: OK
<6>[ 72.373443][ T1] Testing event irq_handler_exit: OK
<6>[ 72.416833][ T1] Testing event irq_handler_entry: OK
<6>[ 72.460145][ T1] Testing event signal_deliver: OK
<6>[ 72.506757][ T1] Testing event signal_generate: OK
<6>[ 72.550079][ T1] Testing event workqueue_execute_end: OK
<6>[ 72.593450][ T1] Testing event workqueue_execute_start: OK
<6>[ 72.640085][ T1] Testing event workqueue_activate_work: OK
<6>[ 72.683614][ T1] Testing event workqueue_queue_work: OK
<6>[ 72.726773][ T1] Testing event sched_wake_idle_without_ipi: OK
<6>[ 72.773657][ T1] Testing event sched_swap_numa: OK
<6>[ 72.820331][ T1] Testing event sched_stick_numa: OK
<6>[ 72.867017][ T1] Testing event sched_move_numa: OK
<6>[ 72.913711][ T1] Testing event sched_process_hang: OK
<6>[ 72.960355][ T1] Testing event sched_pi_setprio: OK
<6>[ 73.007012][ T1] Testing event sched_stat_runtime: OK
<6>[ 73.053770][ T1] Testing event sched_stat_blocked: OK
<6>[ 73.100350][ T1] Testing event sched_stat_iowait: OK
<6>[ 73.147051][ T1] Testing event sched_stat_sleep: OK
<6>[ 73.193686][ T1] Testing event sched_stat_wait: OK
<6>[ 73.240304][ T1] Testing event sched_process_exec: OK
<6>[ 73.286989][ T1] Testing event sched_process_fork: OK
<6>[ 73.337033][ T1] Testing event sched_process_wait: OK
<6>[ 73.387020][ T1] Testing event sched_wait_task: OK
<6>[ 73.433669][ T1] Testing event sched_process_exit: OK
<6>[ 73.480325][ T1] Testing event sched_process_free: OK
<6>[ 73.530290][ T1] Testing event sched_migrate_task: OK
<6>[ 73.576645][ T1] Testing event sched_switch: OK
<6>[ 73.626994][ T1] Testing event sched_wakeup_new: OK
<6>[ 73.676913][ T1] Testing event sched_wakeup: OK
<6>[ 73.727047][ T1] Testing event sched_waking: OK
<6>[ 73.776573][ T1] Testing event sched_kthread_work_execute_end: OK
<6>[ 73.826738][ T1] Testing event sched_kthread_work_execute_start: OK
<6>[ 73.876729][ T1] Testing event sched_kthread_work_queue_work: OK
<6>[ 73.923285][ T1] Testing event sched_kthread_stop_ret: OK
<6>[ 73.969927][ T1] Testing event sched_kthread_stop: OK
<6>[ 74.019917][ T1] Testing event lock_release: OK
<6>[ 74.063194][ T1] Testing event lock_acquire: OK
<6>[ 74.109861][ T1] Testing event console: OK
<6>[ 74.159833][ T1] Testing event irq_matrix_free: OK
<6>[ 74.210064][ T1] Testing event irq_matrix_alloc: OK
<6>[ 74.256426][ T1] Testing event irq_matrix_assign: OK
<6>[ 74.306456][ T1] Testing event irq_matrix_alloc_managed: OK
<6>[ 74.356428][ T1] Testing event irq_matrix_remove_managed: OK
<6>[ 74.403132][ T1] Testing event irq_matrix_reserve_managed: OK
<6>[ 74.453080][ T1] Testing event irq_matrix_alloc_reserved: OK
<6>[ 74.499739][ T1] Testing event irq_matrix_assign_system: OK
<6>[ 74.553077][ T1] Testing event irq_matrix_remove_reserved: OK
<6>[ 74.599815][ T1] Testing event irq_matrix_reserve: OK
<6>[ 74.649760][ T1] Testing event irq_matrix_offline: OK
<6>[ 74.696416][ T1] Testing event irq_matrix_online: OK
<6>[ 74.743091][ T1] Testing event rcu_stall_warning: OK
<6>[ 74.789752][ T1] Testing event rcu_utilization: OK
<6>[ 74.839952][ T1] Testing event swiotlb_bounced: OK
<6>[ 74.883152][ T1] Testing event sys_exit: OK
<6>[ 74.933068][ T1] Testing event sys_enter: OK
<6>[ 74.979751][ T1] Testing event tick_stop: OK
<6>[ 75.023075][ T1] Testing event itimer_expire: OK
<6>[ 75.069726][ T1] Testing event itimer_state: OK
<6>[ 75.116490][ T1] Testing event hrtimer_cancel: OK
<6>[ 75.166759][ T1] Testing event hrtimer_expire_exit: OK
<6>[ 75.213077][ T1] Testing event hrtimer_expire_entry: OK
<6>[ 75.259739][ T1] Testing event hrtimer_start: OK
<6>[ 75.306605][ T1] Testing event hrtimer_init: OK
<6>[ 75.353068][ T1] Testing event timer_cancel: OK
<6>[ 75.399769][ T1] Testing event timer_expire_exit: OK
<6>[ 75.449735][ T1] Testing event timer_expire_entry: OK
<6>[ 75.496372][ T1] Testing event timer_start: OK
<6>[ 75.543055][ T1] Testing event timer_init: OK
<6>[ 75.589763][ T1] Testing event alarmtimer_cancel: OK
<6>[ 75.636413][ T1] Testing event alarmtimer_start: OK
<6>[ 75.686448][ T1] Testing event alarmtimer_fired: OK
<6>[ 75.733052][ T1] Testing event alarmtimer_suspend: OK
<6>[ 75.783098][ T1] Testing event module_request: OK
<6>[ 75.829708][ T1] Testing event module_put: OK
<6>[ 75.876394][ T1] Testing event module_get: OK
<6>[ 75.923061][ T1] Testing event module_free: OK
<6>[ 75.966407][ T1] Testing event module_load: OK
<6>[ 76.009747][ T1] Testing event cgroup_notify_frozen: OK
<6>[ 76.056558][ T1] Testing event cgroup_notify_populated: OK
<6>[ 76.106756][ T1] Testing event cgroup_transfer_tasks: OK
<6>[ 76.153111][ T1] Testing event cgroup_attach_task: OK
<6>[ 76.199798][ T1] Testing event cgroup_unfreeze: OK
<6>[ 76.249744][ T1] Testing event cgroup_freeze: OK
<6>[ 76.299747][ T1] Testing event cgroup_rename: OK
<6>[ 76.346452][ T1] Testing event cgroup_release: OK
<6>[ 76.393092][ T1] Testing event cgroup_rmdir: OK
<6>[ 76.439862][ T1] Testing event cgroup_mkdir: OK
<6>[ 76.486734][ T1] Testing event cgroup_remount: OK
<6>[ 76.533293][ T1] Testing event cgroup_destroy_root: OK
<6>[ 76.580086][ T1] Testing event cgroup_setup_root: OK
<6>[ 76.626739][ T1] Testing event irq_enable: OK
<6>[ 76.673459][ T1] Testing event irq_disable: OK
<6>[ 76.723452][ T1] Testing event ftrace_test_filter: OK
<6>[ 76.766541][ T1] Testing event bpf_trace_printk: OK
<6>[ 76.809959][ T1] Testing event error_report_end: OK
<6>[ 76.856746][ T1] Testing event dev_pm_qos_remove_request: OK
<6>[ 76.906754][ T1] Testing event dev_pm_qos_update_request: OK
<6>[ 76.950085][ T1] Testing event dev_pm_qos_add_request: OK
<6>[ 76.996742][ T1] Testing event pm_qos_update_flags: OK
<6>[ 77.040068][ T1] Testing event pm_qos_update_target: OK
<6>[ 77.083047][ T1] Testing event pm_qos_remove_request: OK
<6>[ 77.129761][ T1] Testing event pm_qos_update_request: OK
<6>[ 77.173119][ T1] Testing event pm_qos_add_request: OK
<6>[ 77.219781][ T1] Testing event power_domain_target: OK
<6>[ 77.266325][ T1] Testing event clock_set_rate: OK
<6>[ 77.309736][ T1] Testing event clock_disable: OK
<6>[ 77.356357][ T1] Testing event clock_enable: OK
<6>[ 77.402966][ T1] Testing event wakeup_source_deactivate: OK
<6>[ 77.449777][ T1] Testing event wakeup_source_activate: OK
<6>[ 77.499800][ T1] Testing event suspend_resume: OK
<6>[ 77.547325][ T1] Testing event device_pm_callback_end: OK
<6>[ 77.596541][ T1] Testing event device_pm_callback_start: OK
<6>[ 77.643188][ T1] Testing event cpu_frequency_limits: OK
<6>[ 77.689811][ T1] Testing event cpu_frequency: OK
<6>[ 77.739875][ T1] Testing event pstate_sample: OK
<6>[ 77.786478][ T1] Testing event powernv_throttle: OK
<6>[ 77.833034][ T1] Testing event cpu_idle: OK
<6>[ 77.883148][ T1] Testing event rpm_return_int: OK
<6>[ 77.933229][ T1] Testing event rpm_usage: OK
<6>[ 77.979844][ T1] Testing event rpm_idle: OK
<6>[ 78.026433][ T1] Testing event rpm_resume: OK
<6>[ 78.073245][ T1] Testing event rpm_suspend: OK
<6>[ 78.120088][ T1] Testing event mem_return_failed: OK
<6>[ 78.166631][ T1] Testing event mem_connect: OK
<6>[ 78.216763][ T1] Testing event mem_disconnect: OK
<6>[ 78.263478][ T1] Testing event xdp_devmap_xmit: OK
<6>[ 78.310152][ T1] Testing event xdp_cpumap_enqueue: OK
<6>[ 78.356863][ T1] Testing event xdp_cpumap_kthread: OK
<6>[ 78.406837][ T1] Testing event xdp_redirect_map_err: OK
<6>[ 78.453393][ T1] Testing event xdp_redirect_map: OK
<6>[ 78.503283][ T1] Testing event xdp_redirect_err: OK
<6>[ 78.549877][ T1] Testing event xdp_redirect: OK
<6>[ 78.596545][ T1] Testing event xdp_bulk_tx: OK
<6>[ 78.643016][ T1] Testing event xdp_exception: OK
<6>[ 78.693584][ T1] Testing event rseq_ip_fixup: OK
<6>[ 78.743191][ T1] Testing event rseq_update: OK
<6>[ 78.793204][ T1] Testing event file_check_and_advance_wb_err: OK
<6>[ 78.843230][ T1] Testing event filemap_set_wb_err: OK
<6>[ 78.889810][ T1] Testing event mm_filemap_add_to_page_cache: OK
<6>[ 78.939914][ T1] Testing event mm_filemap_delete_from_page_cache: OK
<6>[ 78.986527][ T1] Testing event compact_retry: OK
<6>[ 79.029885][ T1] Testing event skip_task_reaping: OK
<6>[ 79.079922][ T1] Testing event finish_task_reaping: OK
<6>[ 79.129914][ T1] Testing event start_task_reaping: OK
<6>[ 79.176584][ T1] Testing event wake_reaper: OK
<6>[ 79.223228][ T1] Testing event mark_victim: OK
<6>[ 79.273229][ T1] Testing event reclaim_retry_zone: OK
<6>[ 79.319900][ T1] Testing event oom_score_adj_update: OK
<6>[ 79.369918][ T1] Testing event mm_lru_activate: OK
<6>[ 79.416592][ T1] Testing event mm_lru_insertion: OK
<6>[ 79.463234][ T1] Testing event mm_vmscan_node_reclaim_end: OK
<6>[ 79.509945][ T1] Testing event mm_vmscan_node_reclaim_begin: OK
<6>[ 79.556577][ T1] Testing event mm_vmscan_lru_shrink_active: OK
<6>[ 79.603258][ T1] Testing event mm_vmscan_lru_shrink_inactive: OK
<6>[ 79.653276][ T1] Testing event mm_vmscan_writepage: OK
<6>[ 79.699857][ T1] Testing event mm_vmscan_lru_isolate: OK
<6>[ 79.750226][ T1] Testing event mm_shrink_slab_end: OK
<6>[ 79.800211][ T1] Testing event mm_shrink_slab_start: OK
<6>[ 79.850168][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_end: OK
<6>[ 79.900291][ T1] Testing event mm_vmscan_memcg_reclaim_end: OK
<6>[ 79.950272][ T1] Testing event mm_vmscan_direct_reclaim_end: OK
<6>[ 80.000269][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_begin: OK
<6>[ 80.050244][ T1] Testing event mm_vmscan_memcg_reclaim_begin: OK
<6>[ 80.093624][ T1] Testing event mm_vmscan_direct_reclaim_begin: OK
<6>[ 80.136892][ T1] Testing event mm_vmscan_wakeup_kswapd: OK
<6>[ 80.183846][ T1] Testing event mm_vmscan_kswapd_wake: OK
<6>[ 80.233556][ T1] Testing event mm_vmscan_kswapd_sleep: OK
<6>[ 80.276857][ T1] Testing event percpu_destroy_chunk: OK
<6>[ 80.323549][ T1] Testing event percpu_create_chunk: OK
<6>[ 80.373594][ T1] Testing event percpu_alloc_percpu_fail: OK
<6>[ 80.420206][ T1] Testing event percpu_free_percpu: OK
<6>[ 80.470154][ T1] Testing event percpu_alloc_percpu: OK
<6>[ 80.516853][ T1] Testing event rss_stat: OK
<6>[ 80.566957][ T1] Testing event mm_page_alloc_extfrag: OK
<6>[ 80.613195][ T1] Testing event mm_page_pcpu_drain: OK
<6>[ 80.663574][ T1] Testing event mm_page_alloc_zone_locked: OK
<6>[ 80.713415][ T1] Testing event mm_page_alloc: OK
<6>[ 80.759911][ T1] Testing event mm_page_free_batched: OK
<6>[ 80.810110][ T1] Testing event mm_page_free: OK
<6>[ 80.860070][ T1] Testing event kmem_cache_free: OK
<6>[ 80.913406][ T1] Testing event kfree: OK
<6>[ 80.959949][ T1] Testing event kmem_cache_alloc_node: OK
<6>[ 81.010078][ T1] Testing event kmalloc_node: OK
<6>[ 81.053424][ T1] Testing event kmem_cache_alloc: OK
<6>[ 81.103397][ T1] Testing event kmalloc: OK
<6>[ 81.150076][ T1] Testing event mm_compaction_kcompactd_wake: OK
<6>[ 81.200066][ T1] Testing event mm_compaction_wakeup_kcompactd: OK
<6>[ 81.243298][ T1] Testing event mm_compaction_kcompactd_sleep: OK
<6>[ 81.290064][ T1] Testing event mm_compaction_defer_reset: OK
<6>[ 81.336598][ T1] Testing event mm_compaction_defer_compaction: OK
<6>[ 81.383412][ T1] Testing event mm_compaction_deferred: OK
<6>[ 81.433305][ T1] Testing event mm_compaction_suitable: OK
<6>[ 81.479975][ T1] Testing event mm_compaction_finished: OK
<6>[ 81.526618][ T1] Testing event mm_compaction_try_to_compact_pages: OK
<6>[ 81.576748][ T1] Testing event mm_compaction_end: OK
<6>[ 81.620111][ T1] Testing event mm_compaction_begin: OK
<6>[ 81.666623][ T1] Testing event mm_compaction_migratepages: OK
<6>[ 81.720080][ T1] Testing event mm_compaction_isolate_freepages: OK
<6>[ 81.763640][ T1] Testing event mm_compaction_isolate_migratepages: OK
<6>[ 81.810306][ T1] Testing event mmap_lock_released: OK
<6>[ 81.861206][ T1] Testing event mmap_lock_acquire_returned: OK
<6>[ 81.913402][ T1] Testing event mmap_lock_start_locking: OK
<6>[ 81.969928][ T1] Testing event vm_unmapped_area: OK
<6>[ 82.013421][ T1] Testing event mm_migrate_pages_start: OK
<6>[ 82.063425][ T1] Testing event mm_migrate_pages: OK
<6>[ 82.110074][ T1] Testing event mm_collapse_huge_page_swapin: OK
<6>[ 82.156945][ T1] Testing event mm_collapse_huge_page_isolate: OK
<6>[ 82.206980][ T1] Testing event mm_collapse_huge_page: OK
<6>[ 82.253621][ T1] Testing event mm_khugepaged_scan_pmd: OK
<6>[ 82.300261][ T1] Testing event test_pages_isolated: OK
<6>[ 82.343710][ T1] Testing event sb_clear_inode_writeback: OK
<6>[ 82.386973][ T1] Testing event sb_mark_inode_writeback: OK
<6>[ 82.433438][ T1] Testing event writeback_dirty_inode_enqueue: OK
<6>[ 82.479941][ T1] Testing event writeback_lazytime_iput: OK
<6>[ 82.526589][ T1] Testing event writeback_lazytime: OK
<6>[ 82.573272][ T1] Testing event writeback_single_inode: OK
<6>[ 82.619930][ T1] Testing event writeback_single_inode_start: OK
<6>[ 82.666608][ T1] Testing event writeback_wait_iff_congested: OK
<6>[ 82.713306][ T1] Testing event writeback_congestion_wait: OK
<6>[ 82.759951][ T1] Testing event writeback_sb_inodes_requeue: OK
<6>[ 82.809925][ T1] Testing event balance_dirty_pages: OK
<6>[ 82.856561][ T1] Testing event bdi_dirty_ratelimit: OK
<6>[ 82.899957][ T1] Testing event global_dirty_state: OK
<6>[ 82.946610][ T1] Testing event writeback_queue_io: OK
<6>[ 82.993274][ T1] Testing event wbc_writepage: OK
<6>[ 83.043252][ T1] Testing event writeback_bdi_register: OK
<6>[ 83.093273][ T1] Testing event writeback_wake_background: OK
<6>[ 83.139961][ T1] Testing event writeback_pages_written: OK
<6>[ 83.186583][ T1] Testing event writeback_wait: OK
<6>[ 83.236636][ T1] Testing event writeback_written: OK
<6>[ 83.283431][ T1] Testing event writeback_start: OK
<6>[ 83.333471][ T1] Testing event writeback_exec: OK
<6>[ 83.379916][ T1] Testing event writeback_queue: OK
<6>[ 83.429954][ T1] Testing event writeback_write_inode: OK
<6>[ 83.479916][ T1] Testing event writeback_write_inode_start: OK
<6>[ 83.526592][ T1] Testing event flush_foreign: OK
<6>[ 83.573411][ T1] Testing event track_foreign_dirty: OK
<6>[ 83.620229][ T1] Testing event inode_switch_wbs: OK
<6>[ 83.670255][ T1] Testing event inode_foreign_history: OK
<6>[ 83.713669][ T1] Testing event writeback_dirty_inode: OK
<6>[ 83.763530][ T1] Testing event writeback_dirty_inode_start: OK
<6>[ 83.813357][ T1] Testing event writeback_mark_inode_dirty: OK
<6>[ 83.863263][ T1] Testing event wait_on_page_writeback: OK
<6>[ 83.909924][ T1] Testing event writeback_dirty_page: OK
<6>[ 83.959951][ T1] Testing event io_uring_task_run: OK
<6>[ 84.006631][ T1] Testing event io_uring_task_add: OK
<6>[ 84.053282][ T1] Testing event io_uring_poll_wake: OK
<6>[ 84.103283][ T1] Testing event io_uring_poll_arm: OK
<6>[ 84.153602][ T1] Testing event io_uring_submit_sqe: OK
<6>[ 84.200281][ T1] Testing event io_uring_complete: OK
<6>[ 84.243308][ T1] Testing event io_uring_fail_link: OK
<6>[ 84.289911][ T1] Testing event io_uring_cqring_wait: OK
<6>[ 84.336497][ T1] Testing event io_uring_link: OK
<6>[ 84.383251][ T1] Testing event io_uring_defer: OK
<6>[ 84.433209][ T1] Testing event io_uring_queue_async_work: OK
<6>[ 84.479879][ T1] Testing event io_uring_file_get: OK
<6>[ 84.526489][ T1] Testing event io_uring_register: OK
<6>[ 84.576547][ T1] Testing event io_uring_create: OK
<6>[ 84.626530][ T1] Testing event dax_writeback_one: OK
<6>[ 84.673173][ T1] Testing event dax_writeback_range_done: OK
<6>[ 84.719838][ T1] Testing event dax_writeback_range: OK
<6>[ 84.769852][ T1] Testing event dax_insert_mapping: OK
<6>[ 84.819847][ T1] Testing event dax_insert_pfn_mkwrite: OK
<6>[ 84.866523][ T1] Testing event dax_insert_pfn_mkwrite_no_entry: OK
<6>[ 84.919927][ T1] Testing event dax_load_hole: OK
<6>[ 84.966558][ T1] Testing event dax_pte_fault_done: OK
<6>[ 85.013178][ T1] Testing event dax_pte_fault: OK
<6>[ 85.060141][ T1] Testing event dax_pmd_insert_mapping: OK
<6>[ 85.113513][ T1] Testing event dax_pmd_load_hole_fallback: OK
<6>[ 85.156625][ T1] Testing event dax_pmd_load_hole: OK
<6>[ 85.203141][ T1] Testing event dax_pmd_fault_done: OK
<6>[ 85.253185][ T1] Testing event dax_pmd_fault: OK
<6>[ 85.299825][ T1] Testing event leases_conflict: OK
<6>[ 85.346568][ T1] Testing event generic_add_lease: OK
<6>[ 85.396732][ T1] Testing event time_out_leases: OK
<6>[ 85.443172][ T1] Testing event generic_delete_lease: OK
<6>[ 85.489899][ T1] Testing event break_lease_unblock: OK
<6>[ 85.536544][ T1] Testing event break_lease_block: OK
<6>[ 85.586821][ T1] Testing event break_lease_noblock: OK
<6>[ 85.633448][ T1] Testing event flock_lock_inode: OK
<6>[ 85.683478][ T1] Testing event locks_remove_posix: OK
<6>[ 85.726933][ T1] Testing event fcntl_setlk: OK
<6>[ 85.776784][ T1] Testing event posix_lock_inode: OK
<6>[ 85.823195][ T1] Testing event locks_get_lock_context: OK
<6>[ 85.869862][ T1] Testing event iomap_apply: OK
<6>[ 85.919822][ T1] Testing event iomap_apply_srcmap: OK
<6>[ 85.966527][ T1] Testing event iomap_apply_dstmap: OK
<6>[ 86.013197][ T1] Testing event iomap_dio_invalidate_fail: OK
<6>[ 86.063238][ T1] Testing event iomap_invalidatepage: OK
<6>[ 86.109918][ T1] Testing event iomap_releasepage: OK
<6>[ 86.159917][ T1] Testing event iomap_writepage: OK
<6>[ 86.206503][ T1] Testing event iomap_readahead: OK
<6>[ 86.253066][ T1] Testing event iomap_readpage: OK
<6>[ 86.299785][ T1] Testing event ext4_fc_track_range: OK
<6>[ 86.349800][ T1] Testing event ext4_fc_track_inode: OK
<6>[ 86.399856][ T1] Testing event ext4_fc_track_unlink: OK
<6>[ 86.446526][ T1] Testing event ext4_fc_track_link: OK
<6>[ 86.493179][ T1] Testing event ext4_fc_track_create: OK
<6>[ 86.539870][ T1] Testing event ext4_fc_stats: OK
<6>[ 86.589843][ T1] Testing event ext4_fc_commit_stop: OK
<6>[ 86.639872][ T1] Testing event ext4_fc_commit_start: OK
<6>[ 86.686523][ T1] Testing event ext4_fc_replay: OK
<6>[ 86.733411][ T1] Testing event ext4_fc_replay_scan: OK
<6>[ 86.779969][ T1] Testing event ext4_lazy_itable_init: OK
<6>[ 86.826844][ T1] Testing event ext4_prefetch_bitmaps: OK
<6>[ 86.873497][ T1] Testing event ext4_error: OK
<6>[ 86.923548][ T1] Testing event ext4_shutdown: OK
<6>[ 86.966937][ T1] Testing event ext4_getfsmap_mapping: OK
<6>[ 87.016871][ T1] Testing event ext4_getfsmap_high_key: OK
<6>[ 87.060286][ T1] Testing event ext4_getfsmap_low_key: OK
<6>[ 87.103552][ T1] Testing event ext4_fsmap_mapping: OK
<6>[ 87.150303][ T1] Testing event ext4_fsmap_high_key: OK
<6>[ 87.200203][ T1] Testing event ext4_fsmap_low_key: OK
<6>[ 87.246819][ T1] Testing event ext4_es_insert_delayed_block: OK
<6>[ 87.293520][ T1] Testing event ext4_es_shrink: OK
<6>[ 87.343527][ T1] Testing event ext4_insert_range: OK
<6>[ 87.390159][ T1] Testing event ext4_collapse_range: OK
<6>[ 87.433503][ T1] Testing event ext4_es_shrink_scan_exit: OK
<6>[ 87.480183][ T1] Testing event ext4_es_shrink_scan_enter: OK
<6>[ 87.523545][ T1] Testing event ext4_es_shrink_count: OK
<6>[ 87.570144][ T1] Testing event ext4_es_lookup_extent_exit: OK
<6>[ 87.616878][ T1] Testing event ext4_es_lookup_extent_enter: OK
<6>[ 87.663509][ T1] Testing event ext4_es_find_extent_range_exit: OK
<6>[ 87.706881][ T1] Testing event ext4_es_find_extent_range_enter: OK
<6>[ 87.753213][ T1] Testing event ext4_es_remove_extent: OK
<6>[ 87.803209][ T1] Testing event ext4_es_cache_extent: OK
<6>[ 87.853209][ T1] Testing event ext4_es_insert_extent: OK
<6>[ 87.896446][ T1] Testing event ext4_ext_remove_space_done: OK
<6>[ 87.939801][ T1] Testing event ext4_ext_remove_space: OK
<6>[ 87.983192][ T1] Testing event ext4_ext_rm_idx: OK
<6>[ 88.033180][ T1] Testing event ext4_ext_rm_leaf: OK
<6>[ 88.076522][ T1] Testing event ext4_remove_blocks: OK
<6>[ 88.123162][ T1] Testing event ext4_ext_show_extent: OK
<6>[ 88.173169][ T1] Testing event ext4_get_implied_cluster_alloc_exit: OK
<6>[ 88.219863][ T1] Testing event ext4_ext_handle_unwritten_extents: OK
<6>[ 88.266750][ T1] Testing event ext4_trim_all_free: OK
<6>[ 88.316520][ T1] Testing event ext4_trim_extent: OK
<6>[ 88.363310][ T1] Testing event ext4_journal_start_reserved: OK
<6>[ 88.409771][ T1] Testing event ext4_journal_start: OK
<6>[ 88.459830][ T1] Testing event ext4_load_inode: OK
<6>[ 88.506484][ T1] Testing event ext4_ext_load_extent: OK
<6>[ 88.556867][ T1] Testing event ext4_ind_map_blocks_exit: OK
<6>[ 88.603500][ T1] Testing event ext4_ext_map_blocks_exit: OK
<6>[ 88.650195][ T1] Testing event ext4_ind_map_blocks_enter: OK
<6>[ 88.699834][ T1] Testing event ext4_ext_map_blocks_enter: OK
<6>[ 88.746531][ T1] Testing event ext4_ext_convert_to_initialized_fastpath: OK
<6>[ 88.793413][ T1] Testing event ext4_ext_convert_to_initialized_enter: OK
<6>[ 88.840182][ T1] Testing event ext4_truncate_exit: OK
<6>[ 88.886832][ T1] Testing event ext4_truncate_enter: OK
<6>[ 88.933506][ T1] Testing event ext4_unlink_exit: OK
<6>[ 88.983527][ T1] Testing event ext4_unlink_enter: OK
<6>[ 89.030164][ T1] Testing event ext4_fallocate_exit: OK
<6>[ 89.076881][ T1] Testing event ext4_zero_range: OK
<6>[ 89.126842][ T1] Testing event ext4_punch_hole: OK
<6>[ 89.173506][ T1] Testing event ext4_fallocate_enter: OK
<6>[ 89.216831][ T1] Testing event ext4_read_block_bitmap_load: OK
<6>[ 89.263520][ T1] Testing event ext4_load_inode_bitmap: OK
<6>[ 89.310131][ T1] Testing event ext4_mb_buddy_bitmap_load: OK
<6>[ 89.363548][ T1] Testing event ext4_mb_bitmap_load: OK
<6>[ 89.410175][ T1] Testing event ext4_da_release_space: OK
<6>[ 89.456850][ T1] Testing event ext4_da_reserve_space: OK
<6>[ 89.506503][ T1] Testing event ext4_da_update_reserve_space: OK
<6>[ 89.559904][ T1] Testing event ext4_forget: OK
<6>[ 89.606521][ T1] Testing event ext4_mballoc_free: OK
<6>[ 89.653164][ T1] Testing event ext4_mballoc_discard: OK
<6>[ 89.699905][ T1] Testing event ext4_mballoc_prealloc: OK
<6>[ 89.746551][ T1] Testing event ext4_mballoc_alloc: OK
<6>[ 89.793172][ T1] Testing event ext4_alloc_da_blocks: OK
<6>[ 89.839852][ T1] Testing event ext4_sync_fs: OK
<6>[ 89.889890][ T1] Testing event ext4_sync_file_exit: OK
<6>[ 89.939876][ T1] Testing event ext4_sync_file_enter: OK
<6>[ 89.986511][ T1] Testing event ext4_free_blocks: OK
<6>[ 90.036541][ T1] Testing event ext4_allocate_blocks: OK
<6>[ 90.079878][ T1] Testing event ext4_request_blocks: OK
<6>[ 90.123246][ T1] Testing event ext4_mb_discard_preallocations: OK
<6>[ 90.169846][ T1] Testing event ext4_discard_preallocations: OK
<6>[ 90.213201][ T1] Testing event ext4_mb_release_group_pa: OK
<6>[ 90.259891][ T1] Testing event ext4_mb_release_inode_pa: OK
<6>[ 90.309926][ T1] Testing event ext4_mb_new_group_pa: OK
<6>[ 90.359885][ T1] Testing event ext4_mb_new_inode_pa: OK
<6>[ 90.409902][ T1] Testing event ext4_discard_blocks: OK
<6>[ 90.456734][ T1] Testing event ext4_journalled_invalidatepage: OK
<6>[ 90.503555][ T1] Testing event ext4_invalidatepage: OK
<6>[ 90.553645][ T1] Testing event ext4_releasepage: OK
<6>[ 90.596538][ T1] Testing event ext4_readpage: OK
<6>[ 90.643188][ T1] Testing event ext4_writepage: OK
<6>[ 90.689831][ T1] Testing event ext4_writepages_result: OK
<6>[ 90.743280][ T1] Testing event ext4_da_write_pages_extent: OK
<6>[ 90.789906][ T1] Testing event ext4_da_write_pages: OK
<6>[ 90.836563][ T1] Testing event ext4_writepages: OK
<6>[ 90.890191][ T1] Testing event ext4_da_write_end: OK
<6>[ 90.940292][ T1] Testing event ext4_journalled_write_end: OK
<6>[ 90.993522][ T1] Testing event ext4_write_end: OK
<6>[ 91.043601][ T1] Testing event ext4_da_write_begin: OK
<6>[ 91.090200][ T1] Testing event ext4_write_begin: OK
<6>[ 91.140283][ T1] Testing event ext4_begin_ordered_truncate: OK
<6>[ 91.190245][ T1] Testing event ext4_mark_inode_dirty: OK
<6>[ 91.233524][ T1] Testing event ext4_nfs_commit_metadata: OK
<6>[ 91.283295][ T1] Testing event ext4_drop_inode: OK
<6>[ 91.329900][ T1] Testing event ext4_evict_inode: OK
<6>[ 91.376607][ T1] Testing event ext4_allocate_inode: OK
<6>[ 91.423228][ T1] Testing event ext4_request_inode: OK
<6>[ 91.469889][ T1] Testing event ext4_free_inode: OK
<6>[ 91.519859][ T1] Testing event ext4_other_inode_update_time: OK
<6>[ 91.566570][ T1] Testing event jbd2_shrink_checkpoint_list: OK
<6>[ 91.613240][ T1] Testing event jbd2_shrink_scan_exit: OK
<6>[ 91.659967][ T1] Testing event jbd2_shrink_scan_enter: OK
<6>[ 91.709934][ T1] Testing event jbd2_shrink_count: OK
<6>[ 91.756565][ T1] Testing event jbd2_lock_buffer_stall: OK
<6>[ 91.803246][ T1] Testing event jbd2_write_superblock: OK
<6>[ 91.853255][ T1] Testing event jbd2_update_log_tail: OK
<6>[ 91.899898][ T1] Testing event jbd2_checkpoint_stats: OK
<6>[ 91.949881][ T1] Testing event jbd2_run_stats: OK
<6>[ 91.999923][ T1] Testing event jbd2_handle_stats: OK
<6>[ 92.046541][ T1] Testing event jbd2_handle_extend: OK
<6>[ 92.093500][ T1] Testing event jbd2_handle_restart: OK
<6>[ 92.140054][ T1] Testing event jbd2_handle_start: OK
<6>[ 92.186599][ T1] Testing event jbd2_submit_inode_data: OK
<6>[ 92.233626][ T1] Testing event jbd2_end_commit: OK
<6>[ 92.283564][ T1] Testing event jbd2_drop_transaction: OK
<6>[ 92.333664][ T1] Testing event jbd2_commit_logging: OK
<6>[ 92.380291][ T1] Testing event jbd2_commit_flushing: OK
<6>[ 92.426871][ T1] Testing event jbd2_commit_locking: OK
<6>[ 92.477026][ T1] Testing event jbd2_start_commit: OK
<6>[ 92.520329][ T1] Testing event jbd2_checkpoint: OK
<6>[ 92.563548][ T1] Testing event block_rq_remap: OK
<6>[ 92.613592][ T1] Testing event block_bio_remap: OK
<6>[ 92.660281][ T1] Testing event block_split: OK
<6>[ 92.703534][ T1] Testing event block_unplug: OK
<6>[ 92.750189][ T1] Testing event block_plug: OK
<6>[ 92.793539][ T1] Testing event block_getrq: OK
<6>[ 92.843609][ T1] Testing event block_bio_queue: OK
<6>[ 92.890107][ T1] Testing event block_bio_frontmerge: OK
<6>[ 92.936814][ T1] Testing event block_bio_backmerge: OK
<6>[ 92.983657][ T1] Testing event block_bio_bounce: OK
<6>[ 93.026828][ T1] Testing event block_bio_complete: OK
<6>[ 93.073193][ T1] Testing event block_rq_merge: OK
<6>[ 93.119829][ T1] Testing event block_rq_issue: OK
<6>[ 93.166511][ T1] Testing event block_rq_insert: OK
<6>[ 93.213226][ T1] Testing event block_rq_complete: OK
<6>[ 93.259848][ T1] Testing event block_rq_requeue: OK
<6>[ 93.306499][ T1] Testing event block_dirty_buffer: OK
<6>[ 93.353159][ T1] Testing event block_touch_buffer: OK
<6>[ 93.399786][ T1] Testing event iocost_iocg_forgive_debt: OK
<6>[ 93.446529][ T1] Testing event iocost_ioc_vrate_adj: OK
<6>[ 93.493188][ T1] Testing event iocost_inuse_adjust: OK
<6>[ 93.539782][ T1] Testing event iocost_inuse_transfer: OK
<6>[ 93.583185][ T1] Testing event iocost_inuse_shortage: OK
<6>[ 93.629826][ T1] Testing event iocost_iocg_idle: OK
<6>[ 93.676513][ T1] Testing event iocost_iocg_activate: OK
<6>[ 93.723082][ T1] Testing event wbt_timer: OK
<6>[ 93.773126][ T1] Testing event wbt_step: OK
<6>[ 93.819806][ T1] Testing event wbt_lat: OK
<6>[ 93.866365][ T1] Testing event wbt_stat: OK
<6>[ 93.916454][ T1] Testing event rdpmc: OK
<6>[ 93.963266][ T1] Testing event write_msr: OK
<6>[ 94.013421][ T1] Testing event read_msr: OK
<6>[ 94.056556][ T1] Testing event gpio_value: OK
<6>[ 94.106564][ T1] Testing event gpio_direction: OK
<6>[ 94.153233][ T1] Testing event pwm_get: OK
<6>[ 94.200092][ T1] Testing event pwm_apply: OK
<6>[ 94.243420][ T1] Testing event clk_set_duty_cycle_complete: OK
<6>[ 94.290119][ T1] Testing event clk_set_duty_cycle: OK
<6>[ 94.336744][ T1] Testing event clk_set_phase_complete: OK
<6>[ 94.380080][ T1] Testing event clk_set_phase: OK
<6>[ 94.423408][ T1] Testing event clk_set_parent_complete: OK
<6>[ 94.466798][ T1] Testing event clk_set_parent: OK
<6>[ 94.513440][ T1] Testing event clk_set_rate_range: OK
<6>[ 94.560112][ T1] Testing event clk_set_max_rate: OK
<6>[ 94.606765][ T1] Testing event clk_set_min_rate: OK
<6>[ 94.650074][ T1] Testing event clk_set_rate_complete: OK
<6>[ 94.693307][ T1] Testing event clk_set_rate: OK
<6>[ 94.740080][ T1] Testing event clk_unprepare_complete: OK
<6>[ 94.783408][ T1] Testing event clk_unprepare: OK
<6>[ 94.833108][ T1] Testing event clk_prepare_complete: OK
<6>[ 94.879752][ T1] Testing event clk_prepare: OK
<6>[ 94.929759][ T1] Testing event clk_disable_complete: OK
<6>[ 94.979769][ T1] Testing event clk_disable: OK
<6>[ 95.026416][ T1] Testing event clk_enable_complete: OK
<6>[ 95.076468][ T1] Testing event clk_enable: OK
<6>[ 95.123051][ T1] Testing event regulator_set_voltage_complete: OK
<6>[ 95.169771][ T1] Testing event regulator_set_voltage: OK
<6>[ 95.216433][ T1] Testing event regulator_bypass_disable_complete: OK
<6>[ 95.266451][ T1] Testing event regulator_bypass_disable: OK
<6>[ 95.309817][ T1] Testing event regulator_bypass_enable_complete: OK
<6>[ 95.359769][ T1] Testing event regulator_bypass_enable: OK
<6>[ 95.403203][ T1] Testing event regulator_disable_complete: OK
<6>[ 95.449792][ T1] Testing event regulator_disable: OK
<6>[ 95.493161][ T1] Testing event regulator_enable_complete: OK
<6>[ 95.539833][ T1] Testing event regulator_enable_delay: OK
<6>[ 95.586606][ T1] Testing event regulator_enable: OK
<6>[ 95.633402][ T1] Testing event prandom_u32: OK
<6>[ 95.683462][ T1] Testing event urandom_read: OK
<6>[ 95.730084][ T1] Testing event extract_entropy: OK
<6>[ 95.776768][ T1] Testing event get_random_bytes_arch: OK
<6>[ 95.826763][ T1] Testing event get_random_bytes: OK
<6>[ 95.876822][ T1] Testing event add_disk_randomness: OK
<6>[ 95.923460][ T1] Testing event add_input_randomness: OK
<6>[ 95.966755][ T1] Testing event debit_entropy: OK
<6>[ 96.016804][ T1] Testing event credit_entropy_bits: OK
<6>[ 96.066870][ T1] Testing event mix_pool_bytes_nolock: OK
<6>[ 96.113125][ T1] Testing event mix_pool_bytes: OK
<6>[ 96.156790][ T1] Testing event add_device_randomness: OK
<6>[ 96.206800][ T1] Testing event prq_report: OK
<6>[ 96.256514][ T1] Testing event qi_submit: OK
<6>[ 96.303205][ T1] Testing event io_page_fault: OK
<6>[ 96.349907][ T1] Testing event unmap: OK
<6>[ 96.403142][ T1] Testing event map: OK
<6>[ 96.449870][ T1] Testing event detach_device_from_domain: OK
<6>[ 96.499877][ T1] Testing event attach_device_to_domain: OK
<6>[ 96.546747][ T1] Testing event remove_device_from_group: OK
<6>[ 96.593226][ T1] Testing event add_device_to_group: OK
<6>[ 96.639829][ T1] Testing event regcache_drop_region: OK
<6>[ 96.689870][ T1] Testing event regmap_async_complete_done: OK
<6>[ 96.739891][ T1] Testing event regmap_async_complete_start: OK
<6>[ 96.786535][ T1] Testing event regmap_async_io_complete: OK
<6>[ 96.836582][ T1] Testing event regmap_async_write_start: OK
<6>[ 96.889872][ T1] Testing event regmap_cache_bypass: OK
<6>[ 96.939895][ T1] Testing event regmap_cache_only: OK
<6>[ 96.986558][ T1] Testing event regcache_sync: OK
<6>[ 97.033216][ T1] Testing event regmap_hw_write_done: OK
<6>[ 97.086535][ T1] Testing event regmap_hw_write_start: OK
<6>[ 97.139963][ T1] Testing event regmap_hw_read_done: OK
<6>[ 97.186596][ T1] Testing event regmap_hw_read_start: OK
<6>[ 97.233208][ T1] Testing event regmap_reg_read_cache: OK
<6>[ 97.280131][ T1] Testing event regmap_reg_read: OK
<6>[ 97.329963][ T1] Testing event regmap_reg_write: OK
<6>[ 97.376575][ T1] Testing event devres_log: OK
<6>[ 97.423406][ T1] Testing event dma_fence_wait_end: OK
<6>[ 97.469849][ T1] Testing event dma_fence_wait_start: OK
<6>[ 97.519959][ T1] Testing event dma_fence_signaled: OK
<6>[ 97.569864][ T1] Testing event dma_fence_enable_signal: OK
<6>[ 97.613203][ T1] Testing event dma_fence_destroy: OK
<6>[ 97.663198][ T1] Testing event dma_fence_init: OK
<6>[ 97.709858][ T1] Testing event dma_fence_emit: OK
<6>[ 97.759757][ T1] Testing event sync_timeline: OK
<6>[ 97.806498][ T1] Testing event scsi_eh_wakeup: OK
<6>[ 97.853181][ T1] Testing event scsi_dispatch_cmd_timeout: OK
<6>[ 97.899917][ T1] Testing event scsi_dispatch_cmd_done: OK
<6>[ 97.946535][ T1] Testing event scsi_dispatch_cmd_error: OK
<6>[ 97.996525][ T1] Testing event scsi_dispatch_cmd_start: OK
<6>[ 98.043249][ T1] Testing event ata_eh_link_autopsy_qc: OK
<6>[ 98.089845][ T1] Testing event ata_eh_link_autopsy: OK
<6>[ 98.140138][ T1] Testing event ata_qc_complete_done: OK
<6>[ 98.183623][ T1] Testing event ata_qc_complete_failed: OK
<6>[ 98.226809][ T1] Testing event ata_qc_complete_internal: OK
<6>[ 98.273467][ T1] Testing event ata_qc_issue: OK
<6>[ 98.323144][ T1] Testing event spi_transfer_stop: OK
<6>[ 98.366457][ T1] Testing event spi_transfer_start: OK
<6>[ 98.409849][ T1] Testing event spi_message_done: OK
<6>[ 98.459815][ T1] Testing event spi_message_start: OK
<6>[ 98.509860][ T1] Testing event spi_message_submit: OK
<6>[ 98.556524][ T1] Testing event spi_set_cs: OK
<6>[ 98.603149][ T1] Testing event spi_setup: OK
<6>[ 98.653121][ T1] Testing event spi_controller_busy: OK
<6>[ 98.699812][ T1] Testing event spi_controller_idle: OK
<6>[ 98.753188][ T1] Testing event mdio_access: OK
<6>[ 98.799772][ T1] Testing event xhci_dbc_giveback_request: OK
<6>[ 98.846448][ T1] Testing event xhci_dbc_queue_request: OK
<6>[ 98.896526][ T1] Testing event xhci_dbc_free_request: OK
<6>[ 98.943136][ T1] Testing event xhci_dbc_alloc_request: OK
<6>[ 98.989795][ T1] Testing event xhci_ring_host_doorbell: OK
<6>[ 99.036437][ T1] Testing event xhci_ring_ep_doorbell: OK
<6>[ 99.083113][ T1] Testing event xhci_hub_status_data: OK
<6>[ 99.133404][ T1] Testing event xhci_get_port_status: OK
<6>[ 99.176762][ T1] Testing event xhci_handle_port_status: OK
<6>[ 99.220130][ T1] Testing event xhci_inc_deq: OK
<6>[ 99.266636][ T1] Testing event xhci_inc_enq: OK
<6>[ 99.310077][ T1] Testing event xhci_ring_expansion: OK
<6>[ 99.356790][ T1] Testing event xhci_ring_free: OK
<6>[ 99.400088][ T1] Testing event xhci_ring_alloc: OK
<6>[ 99.446811][ T1] Testing event xhci_configure_endpoint_ctrl_ctx: OK
<6>[ 99.493523][ T1] Testing event xhci_address_ctrl_ctx: OK
<6>[ 99.540147][ T1] Testing event xhci_configure_endpoint: OK
<6>[ 99.586860][ T1] Testing event xhci_handle_cmd_set_deq: OK
<6>[ 99.636782][ T1] Testing event xhci_handle_cmd_reset_dev: OK
<6>[ 99.686780][ T1] Testing event xhci_handle_cmd_addr_dev: OK
<6>[ 99.730139][ T1] Testing event xhci_setup_device_slot: OK
<6>[ 99.776803][ T1] Testing event xhci_discover_or_reset_device: OK
<6>[ 99.826778][ T1] Testing event xhci_handle_cmd_disable_slot: OK
<6>[ 99.873486][ T1] Testing event xhci_free_dev: OK
<6>[ 99.920084][ T1] Testing event xhci_alloc_dev: OK
<6>[ 99.970172][ T1] Testing event xhci_add_endpoint: OK
<6>[ 100.020149][ T1] Testing event xhci_handle_cmd_config_ep: OK
<6>[ 100.070216][ T1] Testing event xhci_handle_cmd_reset_ep: OK
<6>[ 100.119865][ T1] Testing event xhci_handle_cmd_set_deq_ep: OK
<6>[ 100.166486][ T1] Testing event xhci_handle_cmd_stop_ep: OK
<6>[ 100.216530][ T1] Testing event xhci_urb_dequeue: OK
<6>[ 100.263138][ T1] Testing event xhci_urb_giveback: OK
<6>[ 100.309862][ T1] Testing event xhci_urb_enqueue: OK
<6>[ 100.353191][ T1] Testing event xhci_stop_device: OK
<6>[ 100.399815][ T1] Testing event xhci_setup_addressable_virt_device: OK
<6>[ 100.446523][ T1] Testing event xhci_setup_device: OK
<6>[ 100.493157][ T1] Testing event xhci_alloc_virt_device: OK
<6>[ 100.543208][ T1] Testing event xhci_free_virt_device: OK
<6>[ 100.593162][ T1] Testing event xhci_dbc_gadget_ep_queue: OK
<6>[ 100.639873][ T1] Testing event xhci_dbc_handle_transfer: OK
<6>[ 100.686578][ T1] Testing event xhci_dbc_handle_event: OK
<6>[ 100.733239][ T1] Testing event xhci_queue_trb: OK
<6>[ 100.783225][ T1] Testing event xhci_handle_transfer: OK
<6>[ 100.833205][ T1] Testing event xhci_handle_command: OK
<6>[ 100.883396][ T1] Testing event xhci_handle_event: OK
<6>[ 100.929880][ T1] Testing event xhci_address_ctx: OK
<6>[ 100.976803][ T1] Testing event xhci_dbg_ring_expansion: OK
<6>[ 101.023546][ T1] Testing event xhci_dbg_init: OK
<6>[ 101.066851][ T1] Testing event xhci_dbg_cancel_urb: OK
<6>[ 101.109914][ T1] Testing event xhci_dbg_reset_ep: OK
<6>[ 101.153244][ T1] Testing event xhci_dbg_quirks: OK
<6>[ 101.199851][ T1] Testing event xhci_dbg_context_change: OK
<6>[ 101.246761][ T1] Testing event xhci_dbg_address: OK
<6>[ 101.293486][ T1] Testing event rtc_timer_fired: OK
<6>[ 101.336839][ T1] Testing event rtc_timer_dequeue: OK
<6>[ 101.380464][ T1] Testing event rtc_timer_enqueue: OK
<6>[ 101.426859][ T1] Testing event rtc_read_offset: OK
<6>[ 101.473479][ T1] Testing event rtc_set_offset: OK
<6>[ 101.516810][ T1] Testing event rtc_alarm_irq_enable: OK
<6>[ 101.560277][ T1] Testing event rtc_irq_set_state: OK
<6>[ 101.606871][ T1] Testing event rtc_irq_set_freq: OK
<6>[ 101.656811][ T1] Testing event rtc_read_alarm: OK
<6>[ 101.703610][ T1] Testing event rtc_set_alarm: OK
<6>[ 101.753504][ T1] Testing event rtc_read_time: OK
<6>[ 101.800124][ T1] Testing event rtc_set_time: OK
<6>[ 101.846848][ T1] Testing event i2c_result: OK
<6>[ 101.890077][ T1] Testing event i2c_reply: OK
<6>[ 101.933276][ T1] Testing event i2c_read: OK
<6>[ 101.979878][ T1] Testing event i2c_write: OK
<6>[ 102.026550][ T1] Testing event smbus_result: OK
<6>[ 102.076501][ T1] Testing event smbus_reply: OK
<6>[ 102.123064][ T1] Testing event smbus_read: OK
<6>[ 102.169827][ T1] Testing event smbus_write: OK
<6>[ 102.216459][ T1] Testing event hwmon_attr_show_string: OK
<6>[ 102.266419][ T1] Testing event hwmon_attr_store: OK
<6>[ 102.313145][ T1] Testing event hwmon_attr_show: OK
<6>[ 102.359774][ T1] Testing event thermal_power_devfreq_limit: OK
<6>[ 102.406485][ T1] Testing event thermal_power_devfreq_get_power: OK
<6>[ 102.453169][ T1] Testing event thermal_zone_trip: OK
<6>[ 102.499824][ T1] Testing event cdev_update: OK
<6>[ 102.549767][ T1] Testing event thermal_temperature: OK
<6>[ 102.596526][ T1] Testing event thermal_power_allocator_pid: OK
<6>[ 102.643196][ T1] Testing event thermal_power_allocator: OK
<6>[ 102.689846][ T1] Testing event mmc_request_done: OK
<6>[ 102.736492][ T1] Testing event mmc_request_start: OK
<6>[ 102.786473][ T1] Testing event cros_ec_request_done: OK
<6>[ 102.836533][ T1] Testing event cros_ec_request_start: OK
<6>[ 102.883145][ T1] Testing event devfreq_monitor: OK
<6>[ 102.933166][ T1] Testing event devfreq_frequency: OK
<6>[ 102.976468][ T1] Testing event memory_failure_event: OK
<6>[ 103.026822][ T1] Testing event aer_event: OK
<6>[ 103.070203][ T1] Testing event non_standard_event: OK
<6>[ 103.113498][ T1] Testing event arm_event: OK
<6>[ 103.163449][ T1] Testing event mc_event: OK
<6>[ 103.210127][ T1] Testing event extlog_mem_event: OK
<6>[ 103.256705][ T1] Testing event icc_set_bw_end: OK
<6>[ 103.303428][ T1] Testing event icc_set_bw: OK
<6>[ 103.346806][ T1] Testing event neigh_cleanup_and_release: OK
<6>[ 103.393555][ T1] Testing event neigh_event_send_dead: OK
<6>[ 103.436950][ T1] Testing event neigh_event_send_done: OK
<6>[ 103.483501][ T1] Testing event neigh_timer_handler: OK
<6>[ 103.533456][ T1] Testing event neigh_update_done: OK
<6>[ 103.580212][ T1] Testing event neigh_update: OK
<6>[ 103.626779][ T1] Testing event neigh_create: OK
<6>[ 103.673196][ T1] Testing event page_pool_update_nid: OK
<6>[ 103.723208][ T1] Testing event page_pool_state_hold: OK
<6>[ 103.773177][ T1] Testing event page_pool_state_release: OK
<6>[ 103.819878][ T1] Testing event page_pool_release: OK
<6>[ 103.869884][ T1] Testing event br_fdb_update: OK
<6>[ 103.913123][ T1] Testing event fdb_delete: OK
<6>[ 103.963134][ T1] Testing event br_fdb_external_learn_add: OK
<6>[ 104.009748][ T1] Testing event br_fdb_add: OK
<6>[ 104.056456][ T1] Testing event qdisc_create: OK
<6>[ 104.099807][ T1] Testing event qdisc_destroy: OK
<6>[ 104.143143][ T1] Testing event qdisc_reset: OK
<6>[ 104.193227][ T1] Testing event qdisc_enqueue: OK
<6>[ 104.239898][ T1] Testing event qdisc_dequeue: OK
<6>[ 104.290187][ T1] Testing event fib_table_lookup: OK
<6>[ 104.339939][ T1] Testing event tcp_bad_csum: OK
<6>[ 104.383269][ T1] Testing event tcp_probe: OK
<6>[ 104.433208][ T1] Testing event tcp_retransmit_synack: OK
<6>[ 104.483180][ T1] Testing event tcp_rcv_space_adjust: OK
<6>[ 104.529842][ T1] Testing event tcp_destroy_sock: OK
<6>[ 104.576536][ T1] Testing event tcp_receive_reset: OK
<6>[ 104.626597][ T1] Testing event tcp_send_reset: OK
<6>[ 104.676627][ T1] Testing event tcp_retransmit_skb: OK
<6>[ 104.726493][ T1] Testing event udp_fail_queue_rcv_skb: OK
<6>[ 104.776551][ T1] Testing event inet_sk_error_report: OK
<6>[ 104.819877][ T1] Testing event inet_sock_set_state: OK
<6>[ 104.863199][ T1] Testing event sock_exceed_buf_limit: OK
<6>[ 104.913403][ T1] Testing event sock_rcvqueue_full: OK
<6>[ 104.960206][ T1] Testing event napi_poll: OK
<6>[ 105.007014][ T1] Testing event netif_receive_skb_list_exit: OK
<6>[ 105.057002][ T1] Testing event netif_rx_ni_exit: OK
<6>[ 105.103566][ T1] Testing event netif_rx_exit: OK
<6>[ 105.150200][ T1] Testing event netif_receive_skb_exit: OK
<6>[ 105.193522][ T1] Testing event napi_gro_receive_exit: OK
<6>[ 105.240248][ T1] Testing event napi_gro_frags_exit: OK
<6>[ 105.286867][ T1] Testing event netif_rx_ni_entry: OK
<6>[ 105.333546][ T1] Testing event netif_rx_entry: OK
<6>[ 105.380196][ T1] Testing event netif_receive_skb_list_entry: OK
<6>[ 105.424362][ T1] Testing event netif_receive_skb_entry: OK
<6>[ 105.466571][ T1] Testing event napi_gro_receive_entry: OK
<6>[ 105.513267][ T1] Testing event napi_gro_frags_entry: OK
<6>[ 105.559867][ T1] Testing event netif_rx: OK
<6>[ 105.603171][ T1] Testing event netif_receive_skb: OK
<6>[ 105.646528][ T1] Testing event net_dev_queue: OK
<6>[ 105.693239][ T1] Testing event net_dev_xmit_timeout: OK
<6>[ 105.739905][ T1] Testing event net_dev_xmit: OK
<6>[ 105.786549][ T1] Testing event net_dev_start_xmit: OK
<6>[ 105.829859][ T1] Testing event skb_copy_datagram_iovec: OK
<6>[ 105.883274][ T1] Testing event consume_skb: OK
<6>[ 105.933296][ T1] Testing event kfree_skb: OK
<6>[ 105.979885][ T1] Testing event devlink_trap_report: OK
<6>[ 106.026614][ T1] Testing event devlink_health_reporter_state_update: OK
<6>[ 106.073432][ T1] Testing event devlink_health_recover_aborted: OK
<6>[ 106.119929][ T1] Testing event devlink_health_report: OK
<6>[ 106.173445][ T1] Testing event devlink_hwerr: OK
<6>[ 106.223211][ T1] Testing event devlink_hwmsg: OK
<6>[ 106.266722][ T1] Testing event netlink_extack: OK
<6>[ 106.316612][ T1] Testing event bpf_test_finish: OK
<6>[ 106.363301][ T1] Testing event tls_device_tx_resync_send: OK
<6>[ 106.413380][ T1] Testing event tls_device_tx_resync_req: OK
<6>[ 106.463398][ T1] Testing event tls_device_rx_resync_nh_delay: OK
<6>[ 106.513389][ T1] Testing event tls_device_rx_resync_nh_schedule: OK
<6>[ 106.563395][ T1] Testing event tls_device_rx_resync_send: OK
<6>[ 106.609947][ T1] Testing event tls_device_decrypted: OK
<6>[ 106.656747][ T1] Testing event tls_device_offload_set: OK
<6>[ 106.703610][ T1] Testing event fib6_table_lookup: OK
<6>[ 106.750309][ T1] Testing event subflow_check_data_avail: OK
<6>[ 106.793643][ T1] Testing event ack_update_msk: OK
<6>[ 106.836962][ T1] Testing event get_mapping_status: OK
<6>[ 106.883613][ T1] Testing event mptcp_subflow_get_send: OK
<6>[ 106.930307][ T1] Running tests on trace event systems:
<6>[ 106.932886][ T1] Testing event system mptcp: OK
<6>[ 106.980744][ T1] Testing event system fib6: OK
<6>[ 107.027117][ T1] Testing event system tls: OK
<6>[ 107.074353][ T1] Testing event system bpf_test_run: OK
<6>[ 107.120450][ T1] Testing event system netlink: OK
<6>[ 107.167080][ T1] Testing event system devlink: OK
<6>[ 107.213787][ T1] Testing event system skb: OK
<6>[ 107.260409][ T1] Testing event system net: OK
<6>[ 107.308542][ T1] Testing event system napi: OK
<6>[ 107.353502][ T1] Testing event system sock: OK
<6>[ 107.400411][ T1] Testing event system udp: OK
<6>[ 107.446762][ T1] Testing event system tcp: OK
<6>[ 107.490862][ T1] Testing event system fib: OK
<6>[ 107.536748][ T1] Testing event system qdisc: OK
<6>[ 107.580472][ T1] Testing event system bridge: OK
<6>[ 107.626577][ T1] Testing event system page_pool: OK
<6>[ 107.673678][ T1] Testing event system neigh: OK
<6>[ 107.720583][ T1] Testing event system interconnect: OK
<6>[ 107.766817][ T1] Testing event system ras: OK
<6>[ 107.813719][ T1] Testing event system devfreq: OK
<6>[ 107.860180][ T1] Testing event system cros_ec: OK
<6>[ 107.906828][ T1] Testing event system mmc: OK
<6>[ 107.953482][ T1] Testing event system thermal_power_allocator: OK
<6>[ 108.000179][ T1] Testing event system thermal: OK
<6>[ 108.047092][ T1] Testing event system hwmon: OK
<6>[ 108.093807][ T1] Testing event system smbus: OK
<6>[ 108.136985][ T1] Testing event system i2c: OK
<6>[ 108.183671][ T1] Testing event system rtc: OK
<6>[ 108.227973][ T1] Testing event system xhci-hcd: OK
<6>[ 108.285333][ T1] Testing event system mdio: OK
<6>[ 108.326580][ T1] Testing event system spi: OK
<6>[ 108.374096][ T1] Testing event system libata: OK
<6>[ 108.420506][ T1] Testing event system scsi: OK
<6>[ 108.467004][ T1] Testing event system sync_trace: OK
<6>[ 108.513258][ T1] Testing event system dma_fence: OK
<6>[ 108.563805][ T1] Testing event system dev: OK
<6>[ 108.610107][ T1] Testing event system regmap: OK
<6>[ 108.658320][ T1] Testing event system iommu: OK
<6>[ 108.703967][ T1] Testing event system intel_iommu: OK
<6>[ 108.746752][ T1] Testing event system random: OK
<6>[ 108.797932][ T1] Testing event system regulator: OK
<6>[ 108.847862][ T1] Testing event system clk: OK
<6>[ 108.898514][ T1] Testing event system pwm: OK
<6>[ 108.943296][ T1] Testing event system gpio: OK
<6>[ 108.993523][ T1] Testing event system msr: OK
<6>[ 109.040353][ T1] Testing event system wbt: OK
<6>[ 109.086868][ T1] Testing event system iocost: OK
<6>[ 109.133893][ T1] Testing event system block: OK
<6>[ 109.184917][ T1] Testing event system jbd2: OK
<6>[ 109.235250][ T1] Testing event system ext4: OK
<6>[ 109.304330][ T1] Testing event system iomap: OK
<6>[ 109.350627][ T1] Testing event system filelock: OK
<6>[ 109.397643][ T1] Testing event system fs_dax: OK
<6>[ 109.447760][ T1] Testing event system io_uring: OK
<6>[ 109.497829][ T1] Testing event system writeback: OK
<6>[ 109.553180][ T1] Testing event system page_isolation: OK
<6>[ 109.596469][ T1] Testing event system huge_memory: OK
<6>[ 109.643565][ T1] Testing event system migrate: OK
<6>[ 109.693255][ T1] Testing event system mmap: OK
<6>[ 109.743209][ T1] Testing event system mmap_lock: OK
<6>[ 109.810599][ T1] Testing event system compaction: OK
<6>[ 109.857884][ T1] Testing event system kmem: OK
<6>[ 109.911257][ T1] Testing event system percpu: OK
<6>[ 109.960321][ T1] Testing event system vmscan: OK
<6>[ 110.004759][ T1] Testing event system pagemap: OK
<6>[ 110.053267][ T1] Testing event system oom: OK
<6>[ 110.100555][ T1] Testing event system filemap: OK
<6>[ 110.143473][ T1] Testing event system rseq: OK
<6>[ 110.193218][ T1] Testing event system xdp: OK
<6>[ 110.244323][ T1] Testing event system rpm: OK
<6>[ 110.293703][ T1] Testing event system power: OK
<6>[ 110.346110][ T1] Testing event system error_report: OK
<6>[ 110.389745][ T1] Testing event system bpf_trace: OK
<6>[ 110.433220][ T1] Testing event system test: OK
<6>[ 110.483117][ T1] Testing event system preemptirq: OK
<6>[ 110.530129][ T1] Testing event system cgroup: OK
<6>[ 110.578072][ T1] Testing event system module: OK
<6>[ 110.623625][ T1] Testing event system alarmtimer: OK
<6>[ 110.670159][ T1] Testing event system timer: OK
<6>[ 110.714536][ T1] Testing event system raw_syscalls: OK
<6>[ 110.759967][ T1] Testing event system swiotlb: OK
<6>[ 110.806547][ T1] Testing event system rcu: OK
<6>[ 110.853553][ T1] Testing event system irq_matrix: OK
<6>[ 110.900811][ T1] Testing event system printk: OK
<6>[ 110.946526][ T1] Testing event system lock: OK
<6>[ 110.996784][ T1] Testing event system sched: OK
<6>[ 111.049642][ T1] Testing event system workqueue: OK
<6>[ 111.093511][ T1] Testing event system signal: OK
<6>[ 111.140053][ T1] Testing event system irq: OK
<6>[ 111.187055][ T1] Testing event system cpuhp: OK
<6>[ 111.233500][ T1] Testing event system task: OK
<6>[ 111.279934][ T1] Testing event system exceptions: OK
<6>[ 111.326766][ T1] Testing event system tlb: OK
<6>[ 111.373210][ T1] Testing event system resctrl: OK
<6>[ 111.423461][ T1] Testing event system mce: OK
<6>[ 111.466491][ T1] Testing event system x86_fpu: OK
<6>[ 111.517356][ T1] Testing event system nmi: OK
<6>[ 111.566568][ T1] Testing event system irq_vectors: OK
<6>[ 111.623237][ T1] Testing event system syscalls: OK
<6>[ 111.679568][ T1] Testing event system hyperv: OK
<6>[ 111.730326][ T1] Testing event system xen: OK
<6>[ 111.786203][ T1] Testing event system vsyscall: OK
<6>[ 111.836780][ T1] Testing event system initcall: OK
<6>[ 111.886833][ T1] Running tests on all trace events:
<6>[ 111.888964][ T1] Testing all events: OK
<6>[ 112.621731][ T1] Testing ftrace filter: OK
<6>[ 112.622988][ T1] trace_kprobe: Testing kprobe tracing: OK
<5>[ 112.642054][ T1] Loading compiled-in X.509 certificates
<5>[ 112.644836][ T1] Loaded X.509 cert 'Build time autogenerated kernel key: 19e7b965b1fc22ac8761e7dab64977b27316bc57'
<6>[ 112.647757][ T1] zswap: loaded using pool zstd/zsmalloc
<5>[ 112.649572][ T1] Key type ._fscrypt registered
<5>[ 112.650322][ T1] Key type .fscrypt registered
<5>[ 112.651082][ T1] Key type fscrypt-provisioning registered
<5>[ 112.667425][ T1] Key type encrypted registered
<6>[ 112.668190][ T1] AppArmor: AppArmor sha1 policy hashing enabled
<6>[ 112.669110][ T1] ima: No TPM chip found, activating TPM-bypass!
<5>[ 112.669887][ T1] Loading compiled-in module X.509 certificates
<5>[ 112.672028][ T1] Loaded X.509 cert 'Build time autogenerated kernel key: 19e7b965b1fc22ac8761e7dab64977b27316bc57'
<6>[ 112.672898][ T1] ima: Allocated hash algorithm: sha1
<6>[ 112.673866][ T1] ima: No architecture policies found
<6>[ 112.674835][ T1] evm: Initialising EVM extended attributes:
<6>[ 112.675712][ T1] evm: security.selinux (disabled)
<6>[ 112.676587][ T1] evm: security.SMACK64
<6>[ 112.677474][ T1] evm: security.SMACK64EXEC
<6>[ 112.678343][ T1] evm: security.SMACK64TRANSMUTE
<6>[ 112.679212][ T1] evm: security.SMACK64MMAP
<6>[ 112.680085][ T1] evm: security.apparmor
<6>[ 112.680942][ T1] evm: security.ima
<6>[ 112.681795][ T1] evm: security.capability
<6>[ 112.682648][ T1] evm: HMAC attrs: 0x1
<6>[ 112.685501][ T1] PM: Magic number: 13:898:370
<6>[ 112.687957][ T1] acpi_cpufreq: overriding BIOS provided _PSD data
<6>[ 112.691620][ T1] RAS: Correctable Errors collector initialized.
<6>[ 112.702230][ T1] Freeing unused decrypted memory: 2036K
<6>[ 112.705732][ T1] Freeing unused kernel image (initmem) memory: 3796K
<6>[ 112.727061][ T1] Write protecting the kernel read-only data: 24576k
<6>[ 112.731095][ T1] Freeing unused kernel image (text/rodata gap) memory: 2036K
<6>[ 112.732793][ T1] Freeing unused kernel image (rodata/data gap) memory: 468K
<6>[ 112.763227][ T1] x86/mm: Checked W+X mappings: passed, no W+X pages found.
<6>[ 112.764279][ T1] Run /init as init process
<7>[ 112.765300][ T1] with arguments:
<7>[ 112.765304][ T1] /init
<7>[ 112.765307][ T1] with environment:
<7>[ 112.765310][ T1] HOME=/
<7>[ 112.765313][ T1] TERM=linux
<7>[ 112.765315][ T1] BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00249-gc7d102232649
<6>[ 113.266509][ T2042] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
<6>[ 113.271821][ T2042] acpi device:00: registered as cooling_device4
<6>[ 113.273694][ T2042] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
<6>[ 113.494376][ T2044] hid: raw HID events driver (C) Jiri Kosina
<6>[ 113.500311][ T2054] sdhci: Secure Digital Host Controller Interface driver
<6>[ 113.501723][ T2054] sdhci: Copyright(c) Pierre Ossman
<6>[ 113.517815][ T2044] usbcore: registered new interface driver usbhid
<4>[ 113.518770][ T2041] ACPI Warning:
<6>[ 113.519263][ T2044] usbhid: USB HID core driver
<4>[ 113.522250][ T2041] SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\_SB.PCI0.SMBS.SMB0) (20210604/utaddress-204)
<6>[ 113.525533][ T2041] ACPI: OSL: Resource conflict; ACPI support missing from driver?
<6>[ 113.545119][ T2047] xhci_hcd 0000:00:10.0: xHCI Host Controller
<7>[ 113.548814][ T2042] ahci 0000:00:11.0: version 3.0
<6>[ 113.553602][ T2042] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
<6>[ 113.555377][ T2042] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part
<6>[ 113.557201][ T2033] cryptd: max_cpu_qlen set to 1000
<6>[ 113.559627][ T2047] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
<6>[ 113.561679][ T2047] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
<4>[ 113.564549][ T2052] r8169 0000:01:00.1: can't disable ASPM; OS doesn't have ASPM control
<6>[ 113.564932][ T2042] scsi host0: ahci
<6>[ 113.575080][ T2047] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 113.575086][ T2042] scsi host1: ahci
<6>[ 113.577406][ T2042] ata1: SATA max UDMA/133 abar m1024@0xf0c6f000 port 0xf0c6f100 irq 30
<6>[ 113.578797][ T2047] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 113.580591][ T2042] ata2: SATA max UDMA/133 abar m1024@0xf0c6f000 port 0xf0c6f180 irq 30
<6>[ 113.584357][ T2047] usb usb3: Product: xHCI Host Controller
<6>[ 113.586114][ T2047] usb usb3: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00249-gc7d102232649 xhci-hcd
<6>[ 113.588007][ T2047] usb usb3: SerialNumber: 0000:00:10.0
<6>[ 113.606237][ T2052] libphy: r8169: probed
<6>[ 113.609655][ T2052] r8169 0000:01:00.1 eth0: RTL8411b, f0:76:1c:c8:db:de, XID 5c8, IRQ 37
<6>[ 113.611686][ T2052] r8169 0000:01:00.1 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
<6>[ 113.624250][ T2054] sdhci-pci 0000:00:14.7: SDHCI controller found [1022:7813] (rev 1)
<6>[ 113.627098][ T2039] AVX version of gcm_enc/dec engaged.
<6>[ 113.629177][ T2039] AES CTR mode by8 optimization enabled
<6>[ 113.642078][ T2054] mmc0: SDHCI controller on PCI [0000:00:14.7] using ADMA
<6>[ 113.676353][ T2047] hub 3-0:1.0: USB hub found
<6>[ 113.683411][ T2047] hub 3-0:1.0: 2 ports detected
<6>[ 113.688389][ T2047] xhci_hcd 0000:00:10.0: xHCI Host Controller
<6>[ 113.690533][ T2047] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 4
<6>[ 113.692686][ T2047] xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
<6>[ 113.695353][ T2047] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
<6>[ 113.697991][ T2047] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
<6>[ 113.700313][ T2047] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 113.702447][ T2047] usb usb4: Product: xHCI Host Controller
<6>[ 113.704596][ T2047] usb usb4: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00249-gc7d102232649 xhci-hcd
<6>[ 113.706792][ T2047] usb usb4: SerialNumber: 0000:00:10.0
<6>[ 113.711140][ T2047] hub 4-0:1.0: USB hub found
<6>[ 113.713579][ T2047] hub 4-0:1.0: 2 ports detected
<6>[ 113.813370][ T2041] r8169 0000:01:00.1 enp1s0f1: renamed from eth0
<6>[ 113.836354][ T2040] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0001/input/input8
<6>[ 113.840574][ T2040] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.0-1.1/input0
<6>[ 114.056707][ T2058] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
<6>[ 114.058883][ T2060] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<6>[ 114.061050][ T2058] ata1.00: ATA-9: WDC WD5000LPVX-22V0TT0, 01.01A01, max UDMA/133
<6>[ 114.063075][ T2058] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
<6>[ 114.065065][ T2060] ata2.00: ATAPI: Slimtype DVD A DA8A6SH, GA11, max UDMA/133
<6>[ 114.067694][ T2058] ata1.00: configured for UDMA/133
<6>[ 114.070228][ T2060] ata2.00: configured for UDMA/133
<5>[ 114.071313][ T116] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPVX-2 1A01 PQ: 0 ANSI: 5
<5>[ 114.076602][ T2103] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
<5>[ 114.076903][ T116] sd 0:0:0:0: Attached scsi generic sg0 type 0
<5>[ 114.078536][ T2103] sd 0:0:0:0: [sda] 4096-byte physical blocks
<5>[ 114.082347][ T2103] sd 0:0:0:0: [sda] Write Protect is off
<7>[ 114.084201][ T2103] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
<5>[ 114.084290][ T2103] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<5>[ 114.084925][ T8] scsi 1:0:0:0: CD-ROM Slimtype DVD A DA8A6SH GA11 PQ: 0 ANSI: 5
<6>[ 114.363836][ T2036] [drm] radeon kernel modesetting enabled.
<7>[ 114.365799][ T2036] checking generic (e0000000 420000) vs hw (e0000000 10000000)
<6>[ 114.365805][ T2036] fb0: switching to radeondrmfb from simple
<6>[ 114.369090][ T2036] Console: switching to colour dummy device 80x25
<6>[ 114.370012][ T2036] radeon 0000:00:01.0: vgaarb: deactivate vga console
<6>[ 114.372650][ T2036] [drm] initializing kernel modesetting (MULLINS 0x1002:0x9851 0x1025:0x1017 0x05).
<6>[ 114.372839][ T2036] [drm] doorbell mmio base: 0xF0000000
<6>[ 114.372871][ T2036] [drm] doorbell mmio size: 8388608
<4>[ 114.373027][ T2036] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000c3fff window]
<4>[ 114.373152][ T2036] caller pci_map_rom+0x7c/0x1d0 mapping multiple BARs
<6>[ 114.375468][ T2036] ATOM BIOS: AMD
<6>[ 114.375692][ T2036] radeon 0000:00:01.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
<6>[ 114.375746][ T2036] radeon 0000:00:01.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
<6>[ 114.375799][ T2036] [drm] Detected VRAM RAM=1024M, BAR=256M
<6>[ 114.375831][ T2036] [drm] RAM width 128bits DDR
<6>[ 114.376882][ T2036] [drm] radeon: 1024M of VRAM memory ready
<6>[ 114.376924][ T2036] [drm] radeon: 2048M of GTT memory ready.
<6>[ 114.377030][ T2036] [drm] Loading mullins Microcode
<6>[ 114.378292][ T2036] [drm] Internal thermal controller without fan control
<6>[ 114.379607][ T2036] [drm] radeon: dpm initialized
<6>[ 114.379916][ T2036] [drm] Found UVD firmware Version: 1.64 Family ID: 9
<6>[ 114.381639][ T2036] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
<6>[ 114.381738][ T2036] [drm] GART: num cpu pages 524288, num gpu pages 524288
<6>[ 114.421495][ T2036] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
<6>[ 114.421905][ T2036] radeon 0000:00:01.0: WB enabled
<6>[ 114.421987][ T2036] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00
<6>[ 114.422046][ T2036] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04
<6>[ 114.422103][ T2036] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08
<6>[ 114.422159][ T2036] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c
<6>[ 114.422214][ T2036] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10
<6>[ 114.422855][ T2036] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
<6>[ 114.423154][ T2036] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18
<6>[ 114.423211][ T2036] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c
<6>[ 114.424667][ T2036] radeon 0000:00:01.0: radeon: using MSI.
<6>[ 114.424989][ T2036] [drm] radeon: irq initialized.
<6>[ 114.427834][ T2036] [drm] ring test on 0 succeeded in 3 usecs
<6>[ 114.427979][ T2036] [drm] ring test on 1 succeeded in 2 usecs
<6>[ 114.428054][ T2036] [drm] ring test on 2 succeeded in 2 usecs
<6>[ 114.428288][ T2036] [drm] ring test on 3 succeeded in 4 usecs
<6>[ 114.428332][ T2036] [drm] ring test on 4 succeeded in 3 usecs
<6>[ 114.454496][ T2036] [drm] ring test on 5 succeeded in 1 usecs
<6>[ 114.454557][ T2036] [drm] UVD initialized successfully.
<6>[ 114.564733][ T2036] [drm] ring test on 6 succeeded in 13 usecs
<6>[ 114.564781][ T2036] [drm] ring test on 7 succeeded in 2 usecs
<6>[ 114.564819][ T2036] [drm] VCE initialized successfully.
<6>[ 114.566957][ T2036] [drm] ib test on ring 0 succeeded in 0 usecs
<6>[ 114.567260][ T2036] [drm] ib test on ring 1 succeeded in 0 usecs
<6>[ 114.567450][ T2036] [drm] ib test on ring 2 succeeded in 0 usecs
<6>[ 114.567641][ T2036] [drm] ib test on ring 3 succeeded in 0 usecs
<6>[ 114.567830][ T2036] [drm] ib test on ring 4 succeeded in 0 usecs
<6>[ 114.575215][ T8] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
<6>[ 114.575374][ T8] cdrom: Uniform CD-ROM driver Revision: 3.20
<7>[ 114.641026][ T8] sr 1:0:0:0: Attached scsi CD-ROM sr0
<5>[ 114.641671][ T8] sr 1:0:0:0: Attached scsi generic sg1 type 5
<6>[ 115.077605][ T2036] [drm] ib test on ring 5 succeeded
<6>[ 115.078478][ T2036] [drm] ib test on ring 6 succeeded
<6>[ 115.078980][ T2036] [drm] ib test on ring 7 succeeded
<6>[ 115.089827][ T2036] [drm] radeon atom DIG backlight initialized
<6>[ 115.089878][ T2036] [drm] Radeon Display Connectors
<6>[ 115.089911][ T2036] [drm] Connector 0:
<6>[ 115.089939][ T2036] [drm] eDP-1
<6>[ 115.089964][ T2036] [drm] HPD1
<6>[ 115.090030][ T2036] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
<6>[ 115.090086][ T2036] [drm] Encoders:
<6>[ 115.090113][ T2036] [drm] LCD1: INTERNAL_UNIPHY
<6>[ 115.090146][ T2036] [drm] Connector 1:
<6>[ 115.090174][ T2036] [drm] HDMI-A-1
<6>[ 115.090200][ T2036] [drm] HPD2
<6>[ 115.090224][ T2036] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
<6>[ 115.090277][ T2036] [drm] Encoders:
<6>[ 115.090303][ T2036] [drm] DFP1: INTERNAL_UNIPHY
<6>[ 115.090336][ T2036] [drm] Connector 2:
<6>[ 115.090363][ T2036] [drm] VGA-1
<6>[ 115.090388][ T2036] [drm] DDC: 0x65c0 0x65c0 0x65c4 0x65c4 0x65c8 0x65c8 0x65cc 0x65cc
<6>[ 115.090440][ T2036] [drm] Encoders:
<6>[ 115.090466][ T2036] [drm] CRT1: INTERNAL_KLDSCP_DAC1
<6>[ 115.755707][ T2036] [drm] fb mappable at 0xE0731000
<6>[ 115.755810][ T2036] [drm] vram apper at 0xE0000000
<6>[ 115.755842][ T2036] [drm] size 4325376
<6>[ 115.755869][ T2036] [drm] fb depth is 24
<6>[ 115.755896][ T2036] [drm] pitch is 5632
<6>[ 115.757029][ T2036] fbcon: radeon (fb0) is primary device
<6>[ 116.124893][ T2103] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
<5>[ 116.297456][ T2103] sd 0:0:0:0: [sda] Attached SCSI disk
<6>[ 116.880933][ T2036] Console: switching to colour frame buffer device 170x48
<6>[ 116.886525][ T2036] radeon 0000:00:01.0: [drm] fb0: radeon frame buffer device
<6>[ 116.920720][ T2036] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:01.0 on minor 0
<6>[ 116.939770][ T2036] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
<6>[ 116.940376][ T2036] AMD-Vi: AMD IOMMUv2 functionality not available on this system
<6>[ 119.111646][ T2036] [drm] amdgpu kernel modesetting enabled.
<4>[ 119.175449][ T2036] amdgpu: CRAT table not found
<6>[ 119.175563][ T2036] amdgpu: Virtual CRAT table created for CPU
<6>[ 119.175955][ T2036] amdgpu: Topology: Add CPU node
<6>[ 119.653323][ T2166] raid6: sse2x4 gen() 6079 MB/s
<6>[ 119.709992][ T2166] raid6: sse2x4 xor() 2940 MB/s
<6>[ 119.766658][ T2166] raid6: sse2x2 gen() 5977 MB/s
<6>[ 119.823325][ T2166] raid6: sse2x2 xor() 3010 MB/s
<6>[ 119.879989][ T2166] raid6: sse2x1 gen() 4929 MB/s
<6>[ 119.936660][ T2166] raid6: sse2x1 xor() 2171 MB/s
<6>[ 119.936718][ T2166] raid6: using algorithm sse2x4 gen() 6079 MB/s
<6>[ 119.936786][ T2166] raid6: .... xor() 2940 MB/s, rmw enabled
<6>[ 119.936849][ T2166] raid6: using ssse3x2 recovery algorithm
<6>[ 119.939908][ T2166] xor: automatically using best checksumming function avx
<6>[ 119.944106][ T2166] async_tx: api initialized (async)
<6>[ 120.482149][ T2189] Btrfs loaded, crc32c=crc32c-intel, zoned=yes
<6>[ 121.507300][ T2214] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
<30>[ 124.394081][ T1] systemd[1]: Inserted module 'autofs4'
<30>[ 124.722072][ T1] systemd[1]: systemd 247.3-3ubuntu3 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
<30>[ 124.740451][ T1] systemd[1]: Detected architecture x86-64.
<30>[ 124.827496][ T1] systemd[1]: Set hostname to <integral>.
<28>[ 130.058237][ T1] systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
<30>[ 130.908567][ T1] systemd[1]: Queued start job for default target Graphical Interface.
<30>[ 130.911235][ T1] systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_fcopy was removed.
<30>[ 130.913838][ T1] systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_vss was removed.
<30>[ 130.962014][ T1] systemd[1]: Created slice Virtual Machine and Container Slice.
<30>[ 130.973050][ T1] systemd[1]: Created slice system-modprobe.slice.
<30>[ 130.980417][ T1] systemd[1]: Created slice User and Session Slice.
<30>[ 130.989709][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
<30>[ 131.002590][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
<30>[ 131.014446][ T1] systemd[1]: Reached target User and Group Name Lookups.
<30>[ 131.026220][ T1] systemd[1]: Reached target Slices.
<30>[ 131.038096][ T1] systemd[1]: Reached target Libvirt guests shutdown.
<30>[ 131.050674][ T1] systemd[1]: Listening on Device-mapper event daemon FIFOs.
<30>[ 131.063497][ T1] systemd[1]: Listening on LVM2 poll daemon socket.
<30>[ 131.087516][ T1] systemd[1]: Listening on multipathd control socket.
<30>[ 131.100494][ T1] systemd[1]: Listening on Syslog Socket.
<30>[ 131.112813][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe.
<30>[ 131.125684][ T1] systemd[1]: Listening on Journal Audit Socket.
<30>[ 131.138508][ T1] systemd[1]: Listening on Journal Socket (/dev/log).
<30>[ 131.151291][ T1] systemd[1]: Listening on Journal Socket.
<30>[ 131.163682][ T1] systemd[1]: Listening on Network Service Netlink Socket.
<30>[ 131.182588][ T1] systemd[1]: Listening on udev Control Socket.
<30>[ 131.194981][ T1] systemd[1]: Listening on udev Kernel Socket.
<30>[ 131.214391][ T1] systemd[1]: Mounting Huge Pages File System...
<30>[ 131.234839][ T1] systemd[1]: Mounting POSIX Message Queue File System...
<30>[ 131.254427][ T1] systemd[1]: Mounting Kernel Debug File System...
<30>[ 131.273568][ T1] systemd[1]: Mounting Kernel Trace File System...
<30>[ 131.296252][ T1] systemd[1]: Starting Journal Service...
<30>[ 131.317134][ T1] systemd[1]: Starting Set the console keyboard layout...
<30>[ 131.339297][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel...
<30>[ 131.360510][ T1] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
<30>[ 131.379466][ T1] systemd[1]: Starting Load Kernel Module configfs...
<30>[ 131.399139][ T1] systemd[1]: Starting Load Kernel Module drm...
<30>[ 131.419005][ T1] systemd[1]: Starting Load Kernel Module fuse...
<30>[ 131.432807][ T1] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
<30>[ 131.458551][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
<30>[ 131.589568][ T1] systemd[1]: Starting Load Kernel Modules...
<30>[ 131.607956][ T1] systemd[1]: Starting Remount Root and Kernel File Systems...
<30>[ 131.627433][ T1] systemd[1]: Starting Coldplug All udev Devices...
<30>[ 131.647957][ T1] systemd[1]: Starting Uncomplicated firewall...
<30>[ 131.671168][ T1] systemd[1]: Mounted Huge Pages File System.
<30>[ 131.683956][ T1] systemd[1]: Mounted POSIX Message Queue File System.
<30>[ 131.698131][ T1] systemd[1]: Mounted Kernel Debug File System.
<30>[ 131.712579][ T1] systemd[1]: Mounted Kernel Trace File System.
<30>[ 131.736112][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel.
<6>[ 131.739790][ T2304] EXT4-fs (sda3): re-mounted. Opts: (null). Quota mode: none.
<30>[ 131.765608][ T1] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
<30>[ 131.772828][ T1] systemd[1]: modprobe@configfs.service: Succeeded.
<30>[ 131.778972][ T1] systemd[1]: Finished Load Kernel Module configfs.
<30>[ 131.795006][ T1] systemd[1]: modprobe@drm.service: Succeeded.
<30>[ 131.801240][ T1] systemd[1]: Finished Load Kernel Module drm.
<30>[ 131.816145][ T1] systemd[1]: modprobe@fuse.service: Succeeded.
<30>[ 131.822528][ T1] systemd[1]: Finished Load Kernel Module fuse.
<30>[ 131.841402][ T1] systemd[1]: Finished Remount Root and Kernel File Systems.
<30>[ 131.861543][ T1] systemd[1]: Activating swap /swap.img...
<30>[ 131.882139][ T1] systemd[1]: Mounting FUSE Control File System...
<30>[ 131.903802][ T1] systemd[1]: Mounting Kernel Configuration File System...
<30>[ 132.005727][ T1] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
<30>[ 132.008716][ T1] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
<30>[ 132.019362][ T1] systemd[1]: Starting Load/Save Random Seed...
<30>[ 132.048720][ T1] systemd[1]: Starting Create System Users...
<30>[ 132.070609][ T1] systemd[1]: Started Journal Service.
<6>[ 132.190834][ T2307] Adding 4194300k swap on /swap.img. Priority:-2 extents:5 across:4472828k FS
<46>[ 132.264477][ T2292] systemd-journald[2292]: Received client request to flush runtime journal.
<5>[ 136.380434][ T2338] ccp 0000:00:08.0: 4 command queues available
<5>[ 136.403773][ T2338] ccp 0000:00:08.0: ccp enabled
<6>[ 137.079704][ T2342] acer_wmi: Acer Laptop ACPI-WMI Extras
<6>[ 137.079759][ T2342] acer_wmi: Function bitmap for Communication Button: 0x800
<6>[ 137.132972][ T2342] input: Acer WMI hotkeys as /devices/virtual/input/input9
<6>[ 138.354193][ T2348] kvm: Nested Virtualization enabled
<6>[ 138.354204][ T2348] SVM: kvm: Nested Paging enabled
<6>[ 138.565673][ T2343] MCE: In-kernel MCE decoding enabled.
<6>[ 139.333898][ T2340] Bluetooth: Core ver 2.22
<6>[ 139.334074][ T2340] NET: Registered PF_BLUETOOTH protocol family
<6>[ 139.334078][ T2340] Bluetooth: HCI device and connection manager initialized
<6>[ 139.334266][ T2340] Bluetooth: HCI socket layer initialized
<6>[ 139.334276][ T2340] Bluetooth: L2CAP socket layer initialized
<6>[ 139.334367][ T2340] Bluetooth: SCO socket layer initialized
<6>[ 139.343054][ T2331] mc: Linux media interface: v0.10
<6>[ 139.496409][ T2331] videodev: Linux video capture interface: v2.00
<6>[ 139.627358][ T2337] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
<6>[ 139.707673][ T161] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input10
<6>[ 139.759831][ T2339] usbcore: registered new interface driver btusb
<6>[ 139.876150][ T2005] Bluetooth: hci0: BCM: chip id 70
<6>[ 139.877136][ T2005] Bluetooth: hci0: BCM: features 0x06
<6>[ 139.893195][ T2005] Bluetooth: hci0: integral
<6>[ 139.893212][ T2005] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
<6>[ 140.061344][ T2331] usb 1-1.4: Found UVC 1.00 device VGA Webcam (04f2:b47f)
<6>[ 140.074660][ T2331] input: VGA Webcam: VGA Webcam as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input11
<6>[ 140.076133][ T2331] usbcore: registered new interface driver uvcvideo
<6>[ 140.273991][ T2500] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
<6>[ 140.274007][ T2500] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
<6>[ 140.274012][ T2500] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
<6>[ 140.274018][ T2500] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
<6>[ 140.274022][ T2500] snd_hda_codec_realtek hdaudioC1D0: inputs:
<6>[ 140.274027][ T2500] snd_hda_codec_realtek hdaudioC1D0: Mic=0x1b
<3>[ 140.332131][ T2005] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
<3>[ 140.335038][ T2005] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2012.hcd'
<3>[ 140.337105][ T2005] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2012.hcd'
<6>[ 140.534356][ T144] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
<6>[ 145.907229][ T2592] alua: device handler registered
<6>[ 145.973031][ T2592] emc: device handler registered
<6>[ 146.008390][ T2592] rdac: device handler registered
<6>[ 147.098610][ T2606] loop0: detected capacity change from 0 to 113504
<6>[ 147.159529][ T2609] loop1: detected capacity change from 0 to 113544
<6>[ 147.225033][ T2605] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
<6>[ 147.288828][ T2611] loop2: detected capacity change from 0 to 126424
<6>[ 147.444074][ T2612] loop3: detected capacity change from 0 to 126504
<6>[ 147.797954][ T2618] loop4: detected capacity change from 0 to 139600
<6>[ 147.998943][ T2619] loop5: detected capacity change from 0 to 139600
<6>[ 148.106158][ T2620] loop6: detected capacity change from 0 to 66120
<6>[ 148.125283][ T2621] loop7: detected capacity change from 0 to 66144
<5>[ 149.588326][ T44] audit: type=1400 audit(1627716300.484:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=2656 comm="apparmor_parser"
<5>[ 149.588352][ T44] audit: type=1400 audit(1627716300.484:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2656 comm="apparmor_parser"
<5>[ 149.644505][ T44] audit: type=1400 audit(1627716300.541:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="virt-aa-helper" pid=2659 comm="apparmor_parser"
<5>[ 149.666922][ T44] audit: type=1400 audit(1627716300.564:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=2662 comm="apparmor_parser"
<5>[ 149.666945][ T44] audit: type=1400 audit(1627716300.564:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=2662 comm="apparmor_parser"
<5>[ 149.687465][ T44] audit: type=1400 audit(1627716300.587:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=2660 comm="apparmor_parser"
<5>[ 149.690678][ T44] audit: type=1400 audit(1627716300.587:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=2663 comm="apparmor_parser"
<5>[ 149.709441][ T44] audit: type=1400 audit(1627716300.607:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=2664 comm="apparmor_parser"
<5>[ 149.729928][ T44] audit: type=1400 audit(1627716300.627:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=2666 comm="apparmor_parser"
<5>[ 149.729954][ T44] audit: type=1400 audit(1627716300.627:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=2666 comm="apparmor_parser"
<6>[ 158.426865][ T2706] Generic FE-GE Realtek PHY r8169-0-101:00: attached PHY driver (mii_bus:phy_addr=r8169-0-101:00, irq=MAC)
<6>[ 158.621039][ T8] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 167.470079][ T2813] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 167.470090][ T2813] Bluetooth: BNEP filters: protocol multicast
<6>[ 167.470109][ T2813] Bluetooth: BNEP socket layer initialized
<6>[ 168.267873][ T2830] NET: Registered PF_ALG protocol family
<6>[ 174.282740][ T2917] io scheduler bfq registered
<6>[ 176.934947][ T3052] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
<6>[ 190.204775][ T3281] loop8: detected capacity change from 0 to 8
<6>[ 202.592443][ T3389] Bluetooth: RFCOMM TTY layer initialized
<6>[ 202.592488][ T3389] Bluetooth: RFCOMM socket layer initialized
<6>[ 202.592522][ T3389] Bluetooth: RFCOMM ver 1.11
<4>[ 224.998546][ T44] kauditd_printk_skb: 29 callbacks suppressed
<5>[ 224.998554][ T44] audit: type=1400 audit(1627716375.894:41): apparmor="DENIED" operation="capable" profile="libvirtd" pid=2869 comm="daemon-init" capability=17 capname="sys_rawio"
<5>[ 228.649817][ T44] audit: type=1400 audit(1627716379.547:42): apparmor="DENIED" operation="capable" profile="libvirtd" pid=2869 comm="daemon-init" capability=17 capname="sys_rawio"
<6>[ 418.030282][ T116] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control off
<6>[ 418.030351][ T148] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0f1: link becomes ready
<6>[ 420.818742][ T116] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 422.406320][ T2622] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control off
<6>[ 475.590264][ T2622] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 477.191490][ T116] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[ 587.593276][ T116] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 596.180022][ T116] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control off
<6>[ 598.597072][ T2622] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 600.328185][ T2103] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control off
<6>[ 727.043588][ T116] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 728.766841][ T116] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[ 4826.795855][ C0] perf: interrupt took too long (2512 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
<6>[12172.410825][ C0] perf: interrupt took too long (3150 > 3140), lowering kernel.perf_event_max_sample_rate to 63300
<6>[40626.704863][T50446] PM: suspend entry (deep)
<6>[40640.757567][T50446] Filesystems sync: 14.055 seconds
<6>[40640.801492][T50446] Freezing user space processes ... (elapsed 0.203 seconds) done.
<6>[40641.005251][T50446] OOM killer disabled.
<6>[40641.005257][T50446] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
<6>[40641.008745][T50446] printk: Suspending console(s) (use no_console_suspend to debug)
<6>[40641.020834][T50465] r8169 0000:01:00.1 enp1s0f1: Link is Down
<5>[40641.057195][T49658] sd 0:0:0:0: [sda] Synchronizing SCSI cache
<5>[40641.093671][T49658] sd 0:0:0:0: [sda] Stopping disk
<6>[40641.826562][T50446] ACPI: EC: interrupt blocked
<6>[40641.858839][T50446] ACPI: PM: Preparing to enter system sleep state S3
<6>[40641.862276][T50446] ACPI: EC: event blocked
<6>[40641.862288][T50446] ACPI: EC: EC stopped
<6>[40641.862293][T50446] ACPI: PM: Saving platform NVS memory
<6>[40641.862369][T50446] Disabling non-boot CPUs ...
<6>[40641.879160][T50446] smpboot: CPU 1 is now offline
<4>[40641.893412][ T25] IRQ 39: no longer affine to CPU2
<6>[40641.894528][T50446] smpboot: CPU 2 is now offline
<4>[40641.901921][ T31] IRQ 37: no longer affine to CPU3
<6>[40641.903822][T50446] smpboot: CPU 3 is now offline
<6>[40641.909083][T50446] ACPI: PM: Low-level resume complete
<6>[40641.909162][T50446] ACPI: EC: EC started
<6>[40641.909166][T50446] ACPI: PM: Restoring platform NVS memory
<6>[40641.909232][T50446] LVT offset 0 assigned for vector 0x400
<6>[40641.910839][T50446] LVT offset 1 assigned for vector 0xf9
<6>[40641.911414][T50446] Enabling non-boot CPUs ...
<6>[40641.913179][T50446] x86: Booting SMP configuration:
<6>[40641.913211][T50446] smpboot: Booting Node 0 Processor 1 APIC 0x1
<6>[40641.913851][ T0] microcode: CPU1: patch_level=0x07030105
<6>[40641.919634][ T17] ACPI: \_PR_.C001: Found 2 idle states
<6>[40641.924139][T50446] CPU1 is up
<6>[40641.925648][T50446] smpboot: Booting Node 0 Processor 2 APIC 0x2
<6>[40641.926132][ T0] microcode: CPU2: patch_level=0x07030105
<6>[40641.929883][ T23] ACPI: \_PR_.C002: Found 2 idle states
<6>[40641.932713][T50446] CPU2 is up
<6>[40641.934239][T50446] smpboot: Booting Node 0 Processor 3 APIC 0x3
<6>[40641.934698][ T0] microcode: CPU3: patch_level=0x07030105
<6>[40641.937846][ T29] ACPI: \_PR_.C003: Found 2 idle states
<6>[40641.940828][T50446] CPU3 is up
<6>[40641.943234][T50446] ACPI: PM: Waking up from system sleep state S3
<6>[40641.950118][T50446] ACPI: EC: interrupt unblocked
<6>[40641.985201][T50446] ACPI: EC: event unblocked
<5>[40641.991667][T50494] sd 0:0:0:0: [sda] Starting disk
<6>[40642.007823][T50469] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
<6>[40642.008064][T50469] radeon 0000:00:01.0: WB enabled
<6>[40642.008094][T50469] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00
<6>[40642.008101][T50469] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04
<6>[40642.008107][T50469] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08
<6>[40642.008112][T50469] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c
<6>[40642.008117][T50469] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10
<6>[40642.008580][T50469] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
<6>[40642.008789][T50469] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18
<6>[40642.008795][T50469] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c
<3>[40642.009633][T50469] debugfs: File 'radeon_ring_gfx' in directory '0' already present!
<3>[40642.009788][T50469] debugfs: File 'radeon_ring_cp1' in directory '0' already present!
<3>[40642.009801][T50469] debugfs: File 'radeon_ring_cp2' in directory '0' already present!
<3>[40642.009813][T50469] debugfs: File 'radeon_ring_dma1' in directory '0' already present!
<3>[40642.009825][T50469] debugfs: File 'radeon_ring_dma2' in directory '0' already present!
<6>[40642.011747][T50469] [drm] ring test on 0 succeeded in 2 usecs
<6>[40642.011836][T50469] [drm] ring test on 1 succeeded in 2 usecs
<6>[40642.011852][T50469] [drm] ring test on 2 succeeded in 2 usecs
<6>[40642.012051][T50469] [drm] ring test on 3 succeeded in 3 usecs
<6>[40642.012061][T50469] [drm] ring test on 4 succeeded in 3 usecs
<3>[40642.012069][T50469] debugfs: File 'radeon_ring_uvd' in directory '0' already present!
<6>[40642.038167][T50469] [drm] ring test on 5 succeeded in 1 usecs
<6>[40642.038192][T50469] [drm] UVD initialized successfully.
<3>[40642.038200][T50469] debugfs: File 'radeon_ring_vce1' in directory '0' already present!
<3>[40642.038213][T50469] debugfs: File 'radeon_ring_vce2' in directory '0' already present!
<6>[40642.148813][T50469] [drm] ring test on 6 succeeded in 6 usecs
<6>[40642.148829][T50469] [drm] ring test on 7 succeeded in 2 usecs
<6>[40642.148833][T50469] [drm] VCE initialized successfully.
<6>[40642.149338][T50469] [drm] ib test on ring 0 succeeded in 0 usecs
<6>[40642.149761][T50469] [drm] ib test on ring 1 succeeded in 0 usecs
<6>[40642.149916][T50469] [drm] ib test on ring 2 succeeded in 0 usecs
<6>[40642.150074][T50469] [drm] ib test on ring 3 succeeded in 0 usecs
<6>[40642.150270][T50469] [drm] ib test on ring 4 succeeded in 0 usecs
<6>[40642.191585][T50482] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[40642.274130][T49014] usb 1-1.3: reset full-speed USB device number 4 using ehci-pci
<4>[40642.390710][T49014]
<4>[40642.390715][T49014] ======================================================
<4>[40642.390717][T49014] WARNING: possible circular locking dependency detected
<4>[40642.390718][T49014] 5.14.0-rc3-bluetea-test-00249-gc7d102232649 #5 Not tainted
<4>[40642.390721][T49014] ------------------------------------------------------
<4>[40642.390722][T49014] kworker/u8:2/49014 is trying to acquire lock:
<4>[40642.390725][T49014] ffff8881050b6920 (sk_lock-AF_BLUETOOTH-BTPROTO_HCI){+.+.}-{0:0}, at: hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[40642.390801][T49014]
<4>[40642.390801][T49014] but task is already holding lock:
<4>[40642.390802][T49014] ffffffffa12463c0 (hci_sk_list.lock){++++}-{2:2}, at: hci_sock_dev_event+0x141/0x1f0 [bluetooth]
<4>[40642.390865][T49014]
<4>[40642.390865][T49014] which lock already depends on the new lock.
<4>[40642.390865][T49014]
<4>[40642.390866][T49014]
<4>[40642.390866][T49014] the existing dependency chain (in reverse order) is:
<4>[40642.390867][T49014]
<4>[40642.390867][T49014] -> #1 (hci_sk_list.lock){++++}-{2:2}:
<4>[40642.390873][T49014] _raw_read_lock+0x5d/0x70
<4>[40642.390881][T49014] hci_sock_sendmsg+0x9e1/0xac0 [bluetooth]
<4>[40642.390938][T49014] sock_sendmsg+0x33/0x40
<4>[40642.390943][T49014] ____sys_sendmsg+0x200/0x220
<4>[40642.390946][T49014] ___sys_sendmsg+0x81/0xc0
<4>[40642.390950][T49014] __sys_sendmsg+0x59/0xa0
<4>[40642.390954][T49014] do_syscall_64+0x35/0xb0
<4>[40642.390958][T49014] entry_SYSCALL_64_after_hwframe+0x44/0xae
<4>[40642.390962][T49014]
<4>[40642.390962][T49014] -> #0 (sk_lock-AF_BLUETOOTH-BTPROTO_HCI){+.+.}-{0:0}:
<4>[40642.390967][T49014] __lock_acquire+0x119a/0x1e10
<4>[40642.390973][T49014] lock_acquire+0xc8/0x2f0
<4>[40642.390976][T49014] lock_sock_nested+0x5d/0x80
<4>[40642.390979][T49014] hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[40642.391036][T49014] hci_unregister_dev+0xea/0x520 [bluetooth]
<4>[40642.391090][T49014] btusb_disconnect+0x63/0x150 [btusb]
<4>[40642.391097][T49014] usb_unbind_interface+0x88/0x270
<4>[40642.391102][T49014] __device_release_driver+0x17d/0x230
<4>[40642.391107][T49014] device_release_driver+0x26/0x40
<4>[40642.391111][T49014] usb_forced_unbind_intf+0x6d/0xa0
<4>[40642.391115][T49014] unbind_marked_interfaces.isra.0+0x42/0x60
<4>[40642.391119][T49014] usb_resume+0x5d/0x70
<4>[40642.391123][T49014] dpm_run_callback+0x5e/0x210
<4>[40642.391128][T49014] device_resume+0x110/0x280
<4>[40642.391131][T49014] async_resume+0x19/0x30
<4>[40642.391134][T49014] async_run_entry_fn+0x2a/0x130
<4>[40642.391138][T49014] process_one_work+0x236/0x530
<4>[40642.391142][T49014] worker_thread+0x52/0x3b0
<4>[40642.391146][T49014] kthread+0x135/0x160
<4>[40642.391150][T49014] ret_from_fork+0x1f/0x30
<4>[40642.391155][T49014]
<4>[40642.391155][T49014] other info that might help us debug this:
<4>[40642.391155][T49014]
<4>[40642.391156][T49014] Possible unsafe locking scenario:
<4>[40642.391156][T49014]
<4>[40642.391157][T49014] CPU0 CPU1
<4>[40642.391158][T49014] ---- ----
<4>[40642.391159][T49014] lock(hci_sk_list.lock);
<4>[40642.391162][T49014] lock(sk_lock-AF_BLUETOOTH-BTPROTO_HCI);
<4>[40642.391165][T49014] lock(hci_sk_list.lock);
<4>[40642.391167][T49014] lock(sk_lock-AF_BLUETOOTH-BTPROTO_HCI);
<4>[40642.391170][T49014]
<4>[40642.391170][T49014] *** DEADLOCK ***
<4>[40642.391170][T49014]
<4>[40642.391171][T49014] 5 locks held by kworker/u8:2/49014:
<4>[40642.391173][T49014] #0: ffff88810004fd38 ((wq_completion)events_unbound){+.+.}-{0:0}, at: process_one_work+0x1bc/0x530
<4>[40642.391184][T49014] #1: ffffc9000829fe70 ((work_completion)(&entry->work)){+.+.}-{0:0}, at: process_one_work+0x1bc/0x530
<4>[40642.391194][T49014] #2: ffff88810eb05a20 (&dev->mutex){....}-{3:3}, at: device_resume+0xc6/0x280
<4>[40642.391204][T49014] #3: ffff88810eb051a8 (&dev->mutex){....}-{3:3}, at: device_release_driver+0x1c/0x40
<4>[40642.391213][T49014] #4: ffffffffa12463c0 (hci_sk_list.lock){++++}-{2:2}, at: hci_sock_dev_event+0x141/0x1f0 [bluetooth]
<4>[40642.391276][T49014]
<4>[40642.391276][T49014] stack backtrace:
<4>[40642.391278][T49014] CPU: 2 PID: 49014 Comm: kworker/u8:2 Not tainted 5.14.0-rc3-bluetea-test-00249-gc7d102232649 #5
<4>[40642.391283][T49014] Hardware name: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
<4>[40642.391287][T49014] Workqueue: events_unbound async_run_entry_fn
<4>[40642.391293][T49014] Call Trace:
<4>[40642.391299][T49014] dump_stack_lvl+0x6a/0x9a
<4>[40642.391306][T49014] check_noncircular+0xfe/0x110
<4>[40642.391311][T49014] ? save_trace+0x42/0x280
<4>[40642.391317][T49014] __lock_acquire+0x119a/0x1e10
<4>[40642.391327][T49014] lock_acquire+0xc8/0x2f0
<4>[40642.391331][T49014] ? hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[40642.391389][T49014] ? lock_sock_nested+0x3e/0x80
<4>[40642.391395][T49014] lock_sock_nested+0x5d/0x80
<4>[40642.391399][T49014] ? hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[40642.391457][T49014] hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[40642.391515][T49014] hci_unregister_dev+0xea/0x520 [bluetooth]
<4>[40642.391569][T49014] ? lockdep_hardirqs_on_prepare+0xff/0x180
<4>[40642.391573][T49014] ? _raw_spin_unlock_irq+0x24/0x40
<4>[40642.391579][T49014] ? _raw_spin_unlock_irq+0x24/0x40
<4>[40642.391583][T49014] ? usb_hcd_flush_endpoint+0x6d/0x170
<4>[40642.391589][T49014] btusb_disconnect+0x63/0x150 [btusb]
<4>[40642.391598][T49014] usb_unbind_interface+0x88/0x270
<4>[40642.391605][T49014] __device_release_driver+0x17d/0x230
<4>[40642.391610][T49014] device_release_driver+0x26/0x40
<4>[40642.391615][T49014] usb_forced_unbind_intf+0x6d/0xa0
<4>[40642.391620][T49014] unbind_marked_interfaces.isra.0+0x42/0x60
<4>[40642.391625][T49014] usb_resume+0x5d/0x70
<4>[40642.391630][T49014] ? usb_dev_thaw+0x10/0x10
<4>[40642.391635][T49014] dpm_run_callback+0x5e/0x210
<4>[40642.391640][T49014] device_resume+0x110/0x280
<4>[40642.391645][T49014] ? pm_dev_err+0x34/0x34
<4>[40642.391654][T49014] async_resume+0x19/0x30
<4>[40642.391657][T49014] async_run_entry_fn+0x2a/0x130
<4>[40642.391662][T49014] process_one_work+0x236/0x530
<4>[40642.391670][T49014] worker_thread+0x52/0x3b0
<4>[40642.391675][T49014] ? process_one_work+0x530/0x530
<4>[40642.391680][T49014] kthread+0x135/0x160
<4>[40642.391684][T49014] ? set_kthread_struct+0x40/0x40
<4>[40642.391690][T49014] ret_from_fork+0x1f/0x30
<6>[40642.460285][ T2060] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<6>[40642.460332][T49658] usb 1-1.4: reset high-speed USB device number 5 using ehci-pci
<6>[40642.462268][ T2060] ata2.00: configured for UDMA/133
<6>[40642.676950][T50469] [drm] ib test on ring 5 succeeded
<6>[40642.677546][T50469] [drm] ib test on ring 6 succeeded
<6>[40642.678027][T50469] [drm] ib test on ring 7 succeeded
<6>[40643.779805][T50484] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[40644.152602][T50446] OOM killer enabled.
<6>[40644.153698][T50446] Restarting tasks ... done.
<6>[40644.253094][T50446] PM: suspend exit
<6>[40644.343115][ T2058] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
<6>[40644.355611][ T2501] Bluetooth: hci0: BCM: chip id 70
<6>[40644.356600][ T2501] Bluetooth: hci0: BCM: features 0x06
<6>[40644.371857][ T2058] ata1.00: configured for UDMA/133
<6>[40644.372628][ T2501] Bluetooth: hci0: BCM43142A
<6>[40644.372637][ T2501] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
<3>[40644.373727][ T2501] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
<3>[40644.373734][ T2501] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2012.hcd'
<3>[40644.373738][ T2501] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2012.hcd'
<3>[40646.382743][T50497] Bluetooth: hci0: command 0x1003 tx timeout
<3>[40646.384355][T50511] Bluetooth: hci0: unexpected event for opcode 0x1003
<5>[69563.362512][ T44] audit: type=1400 audit(1627823760.257:43): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/ammarfaizi2/.thunderbird/profiles.ini" pid=145640 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
<5>[69563.414237][ T44] audit: type=1400 audit(1627823760.310:44): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/ammarfaizi2/.thunderbird/k57n1v3v.default-release/cert9.db" pid=145640 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
<5>[69563.414418][ T44] audit: type=1400 audit(1627823760.310:45): apparmor="ALLOWED" operation="file_lock" profile="libreoffice-soffice" name="/home/ammarfaizi2/.thunderbird/k57n1v3v.default-release/cert9.db" pid=145640 comm="soffice.bin" requested_mask="k" denied_mask="k" fsuid=1000 ouid=1000
<5>[69563.415734][ T44] audit: type=1400 audit(1627823760.310:46): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/ammarfaizi2/.thunderbird/k57n1v3v.default-release/key4.db" pid=145640 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
<5>[69563.415837][ T44] audit: type=1400 audit(1627823760.310:47): apparmor="ALLOWED" operation="file_lock" profile="libreoffice-soffice" name="/home/ammarfaizi2/.thunderbird/k57n1v3v.default-release/key4.db" pid=145640 comm="soffice.bin" requested_mask="k" denied_mask="k" fsuid=1000 ouid=1000
<6>[83595.024835][T149622] PM: suspend entry (deep)
<6>[83598.593363][T149622] Filesystems sync: 3.568 seconds
<6>[83598.623743][T149622] Freezing user space processes ... (elapsed 0.005 seconds) done.
<6>[83598.629971][T149622] OOM killer disabled.
<6>[83598.631055][T149622] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
<6>[83598.633874][T149622] printk: Suspending console(s) (use no_console_suspend to debug)
<6>[83598.639172][T149637] r8169 0000:01:00.1 enp1s0f1: Link is Down
<5>[83598.669403][T149120] sd 0:0:0:0: [sda] Synchronizing SCSI cache
<5>[83598.963167][T149120] sd 0:0:0:0: [sda] Stopping disk
<6>[83599.531302][T149622] ACPI: EC: interrupt blocked
<6>[83599.562095][T149622] ACPI: PM: Preparing to enter system sleep state S3
<6>[83599.563409][T149622] ACPI: EC: event blocked
<6>[83599.563412][T149622] ACPI: EC: EC stopped
<6>[83599.563413][T149622] ACPI: PM: Saving platform NVS memory
<6>[83599.563422][T149622] Disabling non-boot CPUs ...
<6>[83599.565979][T149622] smpboot: CPU 1 is now offline
<4>[83599.569558][ T25] IRQ 39: no longer affine to CPU2
<6>[83599.570620][T149622] smpboot: CPU 2 is now offline
<4>[83599.574210][ T31] IRQ 37: no longer affine to CPU3
<6>[83599.575314][T149622] smpboot: CPU 3 is now offline
<6>[83599.578978][T149622] ACPI: PM: Low-level resume complete
<6>[83599.579039][T149622] ACPI: EC: EC started
<6>[83599.579041][T149622] ACPI: PM: Restoring platform NVS memory
<6>[83599.579064][T149622] LVT offset 0 assigned for vector 0x400
<6>[83599.579529][T149622] Enabling non-boot CPUs ...
<6>[83599.580130][T149622] x86: Booting SMP configuration:
<6>[83599.580135][T149622] smpboot: Booting Node 0 Processor 1 APIC 0x1
<6>[83599.580563][ T0] microcode: CPU1: patch_level=0x07030105
<6>[83599.583358][ T17] ACPI: \_PR_.C001: Found 2 idle states
<6>[83599.584279][T149622] CPU1 is up
<6>[83599.584879][T149622] smpboot: Booting Node 0 Processor 2 APIC 0x2
<6>[83599.585353][ T0] microcode: CPU2: patch_level=0x07030105
<6>[83599.587913][ T23] ACPI: \_PR_.C002: Found 2 idle states
<6>[83599.589053][T149622] CPU2 is up
<6>[83599.589688][T149622] smpboot: Booting Node 0 Processor 3 APIC 0x3
<6>[83599.590157][ T0] microcode: CPU3: patch_level=0x07030105
<6>[83599.592727][ T29] ACPI: \_PR_.C003: Found 2 idle states
<6>[83599.594058][T149622] CPU3 is up
<6>[83599.594742][T149622] ACPI: PM: Waking up from system sleep state S3
<6>[83599.596722][T149622] ACPI: EC: interrupt unblocked
<6>[83599.630750][T149622] ACPI: EC: event unblocked
<5>[83599.632525][T149669] sd 0:0:0:0: [sda] Starting disk
<6>[83599.645763][T149651] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
<6>[83599.645981][T149651] radeon 0000:00:01.0: WB enabled
<6>[83599.646005][T149651] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00
<6>[83599.646010][T149651] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04
<6>[83599.646013][T149651] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08
<6>[83599.646017][T149651] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c
<6>[83599.646020][T149651] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10
<6>[83599.646477][T149651] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
<6>[83599.646673][T149651] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18
<6>[83599.646677][T149651] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c
<3>[83599.647103][T149651] debugfs: File 'radeon_ring_gfx' in directory '0' already present!
<3>[83599.647111][T149651] debugfs: File 'radeon_ring_cp1' in directory '0' already present!
<3>[83599.647116][T149651] debugfs: File 'radeon_ring_cp2' in directory '0' already present!
<3>[83599.647120][T149651] debugfs: File 'radeon_ring_dma1' in directory '0' already present!
<3>[83599.647124][T149651] debugfs: File 'radeon_ring_dma2' in directory '0' already present!
<6>[83599.648940][T149651] [drm] ring test on 0 succeeded in 3 usecs
<6>[83599.649007][T149651] [drm] ring test on 1 succeeded in 2 usecs
<6>[83599.649019][T149651] [drm] ring test on 2 succeeded in 2 usecs
<6>[83599.649223][T149651] [drm] ring test on 3 succeeded in 3 usecs
<6>[83599.649231][T149651] [drm] ring test on 4 succeeded in 3 usecs
<3>[83599.649235][T149651] debugfs: File 'radeon_ring_uvd' in directory '0' already present!
<6>[83599.675284][T149651] [drm] ring test on 5 succeeded in 1 usecs
<6>[83599.675301][T149651] [drm] UVD initialized successfully.
<3>[83599.675304][T149651] debugfs: File 'radeon_ring_vce1' in directory '0' already present!
<3>[83599.675310][T149651] debugfs: File 'radeon_ring_vce2' in directory '0' already present!
<6>[83599.785354][T149651] [drm] ring test on 6 succeeded in 7 usecs
<6>[83599.785363][T149651] [drm] ring test on 7 succeeded in 2 usecs
<6>[83599.785365][T149651] [drm] VCE initialized successfully.
<6>[83599.785526][T149651] [drm] ib test on ring 0 succeeded in 0 usecs
<6>[83599.785673][T149651] [drm] ib test on ring 1 succeeded in 0 usecs
<6>[83599.785828][T149651] [drm] ib test on ring 2 succeeded in 0 usecs
<6>[83599.785974][T149651] [drm] ib test on ring 3 succeeded in 0 usecs
<6>[83599.786116][T149651] [drm] ib test on ring 4 succeeded in 0 usecs
<6>[83599.822727][T149637] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[83599.922755][T149628] usb 1-1.3: reset full-speed USB device number 4 using ehci-pci
<6>[83600.106038][ T2060] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<6>[83600.108196][ T2060] ata2.00: configured for UDMA/133
<6>[83600.116030][T149634] usb 1-1.4: reset high-speed USB device number 5 using ehci-pci
<6>[83600.302819][T149651] [drm] ib test on ring 5 succeeded
<6>[83600.303433][T149651] [drm] ib test on ring 6 succeeded
<6>[83600.303896][T149651] [drm] ib test on ring 7 succeeded
<6>[83601.411960][T148968] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[83601.709320][T149622] OOM killer enabled.
<6>[83601.710280][T149622] Restarting tasks ... done.
<6>[83601.862803][T149622] PM: suspend exit
<6>[83601.942818][ T2058] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
<6>[83601.965326][ T2501] Bluetooth: hci0: BCM: chip id 70
<6>[83601.966300][ T2501] Bluetooth: hci0: BCM: features 0x06
<6>[83601.971327][ T2058] ata1.00: configured for UDMA/133
<6>[83601.982363][ T2501] Bluetooth: hci0: BCM43142A
<6>[83601.982383][ T2501] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
<3>[83601.983440][ T2501] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
<3>[83601.983447][ T2501] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2012.hcd'
<3>[83601.983451][ T2501] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2012.hcd'
<3>[83604.169769][T149672] Bluetooth: hci0: command 0x1003 tx timeout
<3>[83604.171077][ T2005] Bluetooth: hci0: unexpected event for opcode 0x1003
<6>[123701.597527][T176880] lck[176880]: segfault at 0 ip 0000000000401005 sp 00007ffca1106680 error 4 in lck[401000+1000]
<6>[123701.597563][T176880] Code: Unable to access opcode bytes at RIP 0x400fdb.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: WARNING: possible circular locking dependency detected (hci_sock_dev_event+0x17d/0x1f0)
[not found] ` <20210804085651.2452-1-hdanton@sina.com>
@ 2021-08-04 11:43 ` Ammar Faizi
2021-08-06 7:18 ` Anand K. Mistry
0 siblings, 1 reply; 6+ messages in thread
From: Ammar Faizi @ 2021-08-04 11:43 UTC (permalink / raw)
To: Hillf Danton
Cc: Lin Ma, Marcel Holtmann, Ammar Faizi, linux-bluetooth, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2694 bytes --]
See the original report here:
https://lore.kernel.org/lkml/2c40741c-8c8f-a105-1846-aa1ed15a6c7e@gnuweeb.org/
On 8/4/21 3:56 PM, Hillf Danton wrote:
> On Mon, 2 Aug 2021 20:17:02 +0700 Ammar Faizi wrote:
>> Hi everyone,
>>
>> I found a potential deadlock at hci_sock_dev_event.
>
> Thanks for your report.
>
> Can you try and see if reverting e305509e678b3a4af2b3cfd410f409f7cdaabb52
> ("Bluetooth: use correct lock to prevent UAF of hdev object") is a cure.
>
Hi Hillf,
Thank you for your response.
Here is what I have tried:
1. Reverted e305509e678b3a4af2b3cfd410f409f7cdaabb52.
2. Compile and install reverted version.
3. Rebooted 5.14.0-rc3 (c7d102232649, before revert) and try to
reproduce again. At this point I am able to reproduce it.
4. Booted 5.14.0-rc3 (the reverted version). The deadlock warning is
gone after reverting it. No more deadlock warning.
------------------------------------------------------------
[ 51207ee38ab65db86554655300a912e8c661525e is my local revert. ]
Revert diff:
ammarfaizi2@integral:~/project/now/linux$ git diff
c7d102232649226a69dddd58a4942cf13cff4f7c
diff --git a/net/bluetooth/hci_sock.c b/net/bluetooth/hci_sock.c
index b04a5a02ecf3..590467345c5f 100644
--- a/net/bluetooth/hci_sock.c
+++ b/net/bluetooth/hci_sock.c
@@ -762,7 +762,7 @@ void hci_sock_dev_event(struct hci_dev *hdev, int event)
/* Detach sockets from device */
read_lock(&hci_sk_list.lock);
sk_for_each(sk, &hci_sk_list.head) {
- lock_sock(sk);
+ bh_lock_sock_nested(sk);
if (hci_pi(sk)->hdev == hdev) {
hci_pi(sk)->hdev = NULL;
sk->sk_err = EPIPE;
@@ -771,7 +771,7 @@ void hci_sock_dev_event(struct hci_dev *hdev, int event)
hci_dev_put(hdev);
}
- release_sock(sk);
+ bh_unlock_sock(sk);
}
read_unlock(&hci_sk_list.lock);
}
ammarfaizi2@integral:~/project/now/linux$
------------------------------------------------------------
Summary:
Reverting e305509e678b3a4af2b3cfd410f409f7cdaabb52 is a cure.
Although it fixes the deadlock, there is probably something still goes
wrong regarding "prevent UAF" as the commit message says.
Will anyone create a patch for this?
I want to be the tester, I am new at kernel development and want to
start contributing, so please guide me :)
I also attached dmesg log before and after revert if you want to see the
full log.
Adding Lin as the author of e305509e678b3a4af2b3cfd410f409f7cdaabb52 to
CC list...
--
Ammar
[-- Attachment #2: dmesg_after_revert.txt --]
[-- Type: text/plain, Size: 226163 bytes --]
<5>[ 0.000000][ T0] Linux version 5.14.0-rc3-bluetea-test-00250-g51207ee38ab6 (root@integral) (gcc (Ubuntu 11.1.0-1ubuntu1~21.04) 11.1.0, GNU ld (GNU Binutils for Ubuntu) 2.36.1) #6 SMP Wed Aug 4 16:41:05 WIB 2021
<6>[ 0.000000][ T0] Command line: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00250-g51207ee38ab6 root=UUID=0693bfef-641d-4e69-8fb5-b87d413390bc ro mitigations=off
<6>[ 0.000000][ T0] KERNEL supported cpus:
<6>[ 0.000000][ T0] Intel GenuineIntel
<6>[ 0.000000][ T0] AMD AuthenticAMD
<6>[ 0.000000][ T0] Hygon HygonGenuine
<6>[ 0.000000][ T0] Centaur CentaurHauls
<6>[ 0.000000][ T0] zhaoxin Shanghai
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
<6>[ 0.000000][ T0] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
<6>[ 0.000000][ T0] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
<6>[ 0.000000][ T0] signal: max sigframe size: 1776
<6>[ 0.000000][ T0] BIOS-provided physical RAM map:
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000000100000-0x000000009a0bbfff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009a0bc000-0x000000009aabbfff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009aabc000-0x000000009f6befff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009f6bf000-0x000000009fabefff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fabf000-0x000000009fbbefff] ACPI NVS
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fbbf000-0x000000009fbfefff] ACPI data
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fbff000-0x000000009fbfffff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fc00000-0x00000000dfffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000f0800000-0x00000000f08fffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000100000000-0x000000031effffff] usable
<6>[ 0.000000][ T0] NX (Execute Disable) protection: active
<6>[ 0.000000][ T0] SMBIOS 2.8 present.
<6>[ 0.000000][ T0] DMI: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
<6>[ 0.000000][ T0] tsc: Fast TSC calibration using PIT
<6>[ 0.000000][ T0] tsc: Detected 1996.269 MHz processor
<7>[ 0.018907][ T0] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
<7>[ 0.018918][ T0] e820: remove [mem 0x000a0000-0x000fffff] usable
<6>[ 0.018933][ T0] last_pfn = 0x31f000 max_arch_pfn = 0x400000000
<6>[ 0.019761][ T0] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
<6>[ 0.022030][ T0] last_pfn = 0x9fc00 max_arch_pfn = 0x400000000
<6>[ 0.030287][ T0] Using GB pages for direct mapping
<6>[ 0.032246][ T0] RAMDISK: [mem 0x60fed000-0x9a0bafff]
<6>[ 0.032268][ T0] ACPI: Early table checksum verification disabled
<6>[ 0.032285][ T0] ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
<6>[ 0.032300][ T0] ACPI: XSDT 0x000000009FBFE120 000094 (v01 ACRSYS ACRPRDCT 00000001 01000013)
<6>[ 0.032320][ T0] ACPI: FACP 0x000000009FBFC000 00010C (v05 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032338][ T0] ACPI: DSDT 0x000000009FBEC000 00B7C3 (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
<6>[ 0.032351][ T0] ACPI: FACS 0x000000009FB65000 000040
<6>[ 0.032362][ T0] ACPI: UEFI 0x000000009FBFD000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032374][ T0] ACPI: HPET 0x000000009FBFB000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032385][ T0] ACPI: APIC 0x000000009FBFA000 000090 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032397][ T0] ACPI: MCFG 0x000000009FBF9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032408][ T0] ACPI: ASF! 0x000000009FBF8000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032419][ T0] ACPI: BOOT 0x000000009FBEB000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032431][ T0] ACPI: FPDT 0x000000009FBE9000 000044 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032442][ T0] ACPI: SSDT 0x000000009FBE7000 000CB4 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032453][ T0] ACPI: SSDT 0x000000009FBE2000 00489D (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
<6>[ 0.032464][ T0] ACPI: SSDT 0x000000009FBE1000 000418 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032476][ T0] ACPI: SSDT 0x000000009FBDF000 0013F5 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032487][ T0] ACPI: SSDT 0x000000009FBDE000 00008C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032498][ T0] ACPI: SSDT 0x000000009FBDC000 001138 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032508][ T0] ACPI: Reserving FACP table memory at [mem 0x9fbfc000-0x9fbfc10b]
<6>[ 0.032514][ T0] ACPI: Reserving DSDT table memory at [mem 0x9fbec000-0x9fbf77c2]
<6>[ 0.032519][ T0] ACPI: Reserving FACS table memory at [mem 0x9fb65000-0x9fb6503f]
<6>[ 0.032524][ T0] ACPI: Reserving UEFI table memory at [mem 0x9fbfd000-0x9fbfd235]
<6>[ 0.032529][ T0] ACPI: Reserving HPET table memory at [mem 0x9fbfb000-0x9fbfb037]
<6>[ 0.032533][ T0] ACPI: Reserving APIC table memory at [mem 0x9fbfa000-0x9fbfa08f]
<6>[ 0.032538][ T0] ACPI: Reserving MCFG table memory at [mem 0x9fbf9000-0x9fbf903b]
<6>[ 0.032543][ T0] ACPI: Reserving ASF! table memory at [mem 0x9fbf8000-0x9fbf80a4]
<6>[ 0.032547][ T0] ACPI: Reserving BOOT table memory at [mem 0x9fbeb000-0x9fbeb027]
<6>[ 0.032552][ T0] ACPI: Reserving FPDT table memory at [mem 0x9fbe9000-0x9fbe9043]
<6>[ 0.032556][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe7000-0x9fbe7cb3]
<6>[ 0.032561][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe2000-0x9fbe689c]
<6>[ 0.032565][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe1000-0x9fbe1417]
<6>[ 0.032569][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbdf000-0x9fbe03f4]
<6>[ 0.032574][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbde000-0x9fbde08b]
<6>[ 0.032578][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbdc000-0x9fbdd137]
<6>[ 0.032701][ T0] No NUMA configuration found
<6>[ 0.032708][ T0] Faking a node at [mem 0x0000000000000000-0x000000031effffff]
<6>[ 0.032732][ T0] NODE_DATA(0) allocated [mem 0x31efd3000-0x31effdfff]
<6>[ 0.033779][ T0] Zone ranges:
<6>[ 0.033784][ T0] DMA [mem 0x0000000000001000-0x0000000000ffffff]
<6>[ 0.033792][ T0] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
<6>[ 0.033799][ T0] Normal [mem 0x0000000100000000-0x000000031effffff]
<6>[ 0.033806][ T0] Device empty
<6>[ 0.033812][ T0] Movable zone start for each node
<6>[ 0.033818][ T0] Early memory node ranges
<6>[ 0.033822][ T0] node 0: [mem 0x0000000000001000-0x000000000009efff]
<6>[ 0.033828][ T0] node 0: [mem 0x0000000000100000-0x000000009a0bbfff]
<6>[ 0.033833][ T0] node 0: [mem 0x000000009aabc000-0x000000009f6befff]
<6>[ 0.033839][ T0] node 0: [mem 0x000000009fbff000-0x000000009fbfffff]
<6>[ 0.033844][ T0] node 0: [mem 0x0000000100000000-0x000000031effffff]
<6>[ 0.033851][ T0] Initmem setup node 0 [mem 0x0000000000001000-0x000000031effffff]
<6>[ 0.033868][ T0] On node 0, zone DMA: 1 pages in unavailable ranges
<6>[ 0.033956][ T0] On node 0, zone DMA: 97 pages in unavailable ranges
<6>[ 0.057758][ T0] On node 0, zone DMA32: 2560 pages in unavailable ranges
<6>[ 0.057855][ T0] On node 0, zone DMA32: 1344 pages in unavailable ranges
<6>[ 0.140658][ T0] On node 0, zone Normal: 1024 pages in unavailable ranges
<6>[ 0.140869][ T0] On node 0, zone Normal: 4096 pages in unavailable ranges
<6>[ 0.140966][ T0] ACPI: PM-Timer IO Port: 0x408
<6>[ 0.140993][ T0] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
<6>[ 0.141000][ T0] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
<6>[ 0.141005][ T0] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
<6>[ 0.141009][ T0] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
<6>[ 0.141055][ T0] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
<6>[ 0.141074][ T0] IOAPIC[1]: apic_id 5, version 33, address 0xfec01000, GSI 24-55
<6>[ 0.141083][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<6>[ 0.141091][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
<6>[ 0.141102][ T0] ACPI: Using ACPI (MADT) for SMP configuration information
<6>[ 0.141108][ T0] ACPI: HPET id: 0x10228210 base: 0xfed00000
<6>[ 0.141125][ T0] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
<6>[ 0.141183][ T0] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
<6>[ 0.141191][ T0] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
<6>[ 0.141196][ T0] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
<6>[ 0.141201][ T0] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
<6>[ 0.141207][ T0] PM: hibernation: Registered nosave memory: [mem 0x9a0bc000-0x9aabbfff]
<6>[ 0.141213][ T0] PM: hibernation: Registered nosave memory: [mem 0x9f6bf000-0x9fabefff]
<6>[ 0.141218][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fabf000-0x9fbbefff]
<6>[ 0.141222][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fbbf000-0x9fbfefff]
<6>[ 0.141228][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fc00000-0xdfffffff]
<6>[ 0.141232][ T0] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf07fffff]
<6>[ 0.141237][ T0] PM: hibernation: Registered nosave memory: [mem 0xf0800000-0xf08fffff]
<6>[ 0.141241][ T0] PM: hibernation: Registered nosave memory: [mem 0xf0900000-0xf7ffffff]
<6>[ 0.141245][ T0] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
<6>[ 0.141249][ T0] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
<6>[ 0.141254][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
<6>[ 0.141258][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
<6>[ 0.141262][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
<6>[ 0.141266][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
<6>[ 0.141270][ T0] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
<6>[ 0.141275][ T0] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
<6>[ 0.141279][ T0] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
<6>[ 0.141283][ T0] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
<6>[ 0.141287][ T0] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
<6>[ 0.141296][ T0] [mem 0xe0000000-0xf07fffff] available for PCI devices
<6>[ 0.141301][ T0] Booting paravirtualized kernel on bare hardware
<6>[ 0.141312][ T0] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
<6>[ 0.151042][ T0] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
<6>[ 0.152105][ T0] percpu: Embedded 59 pages/cpu s204800 r8192 d28672 u524288
<7>[ 0.152160][ T0] pcpu-alloc: s204800 r8192 d28672 u524288 alloc=1*2097152
<7>[ 0.152171][ T0] pcpu-alloc: [0] 0 1 2 3
<6>[ 0.152306][ T0] Built 1 zonelists, mobility grouping on. Total pages: 2829389
<6>[ 0.152315][ T0] Policy zone: Normal
<5>[ 0.152339][ T0] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00250-g51207ee38ab6 root=UUID=0693bfef-641d-4e69-8fb5-b87d413390bc ro mitigations=off
<5>[ 0.152439][ T0] Unknown command line parameters: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00250-g51207ee38ab6
<6>[ 0.162026][ T0] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
<6>[ 0.166917][ T0] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
<6>[ 0.167032][ T0] mem auto-init: stack:off, heap alloc:off, heap free:off
<6>[ 0.333562][ T0] Memory: 10234628K/11497848K available (16393K kernel code, 4336K rwdata, 5676K rodata, 3796K init, 17596K bss, 1262964K reserved, 0K cma-reserved)
<6>[ 0.334228][ T0] ftrace: allocating 46954 entries in 184 pages
<6>[ 0.365621][ T0] ftrace: allocated 184 pages with 4 groups
<6>[ 0.366284][ T0] Running RCU self tests
<6>[ 0.366303][ T0] rcu: Hierarchical RCU implementation.
<6>[ 0.366308][ T0] rcu: RCU lockdep checking is enabled.
<6>[ 0.366312][ T0] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
<6>[ 0.366317][ T0] Rude variant of Tasks RCU enabled.
<6>[ 0.366321][ T0] Tracing variant of Tasks RCU enabled.
<6>[ 0.366325][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
<6>[ 0.366329][ T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
<6>[ 0.378454][ T0] NR_IRQS: 524544, nr_irqs: 1000, preallocated irqs: 16
<5>[ 0.379130][ T0] random: crng done (trusting CPU's manufacturer)
<7>[ 0.379258][ C0] spurious 8259A interrupt: IRQ7.
<6>[ 0.380692][ T0] Console: colour dummy device 80x25
<6>[ 0.384241][ T0] printk: console [tty0] enabled
<4>[ 0.384284][ T0] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
<4>[ 0.384314][ T0] ... MAX_LOCKDEP_SUBCLASSES: 8
<4>[ 0.384331][ T0] ... MAX_LOCK_DEPTH: 48
<4>[ 0.384349][ T0] ... MAX_LOCKDEP_KEYS: 8192
<4>[ 0.384367][ T0] ... CLASSHASH_SIZE: 4096
<4>[ 0.384385][ T0] ... MAX_LOCKDEP_ENTRIES: 32768
<4>[ 0.384403][ T0] ... MAX_LOCKDEP_CHAINS: 65536
<4>[ 0.384421][ T0] ... CHAINHASH_SIZE: 32768
<4>[ 0.384439][ T0] memory used by lock dependency info: 6365 kB
<4>[ 0.384460][ T0] memory used for stack traces: 4224 kB
<4>[ 0.384479][ T0] per task-struct memory footprint: 1920 bytes
<4>[ 0.384500][ T0] ------------------------
<4>[ 0.384516][ T0] | Locking API testsuite:
<4>[ 0.384532][ T0] ----------------------------------------------------------------------------
<4>[ 0.384560][ T0] | spin |wlock |rlock |mutex | wsem | rsem |
<4>[ 0.384588][ T0] --------------------------------------------------------------------------
<4>[ 0.384623][ T0] A-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.390917][ T0] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.397571][ T0] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.404719][ T0] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.411847][ T0] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.419462][ T0] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.427079][ T0] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.434689][ T0] double unlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.440818][ T0] initialize held: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.446789][ T0] --------------------------------------------------------------------------
<4>[ 0.446818][ T0] recursive read-lock: | ok | | ok |
<4>[ 0.448664][ T0] recursive read-lock #2: | ok | | ok |
<4>[ 0.450456][ T0] mixed read-write-lock: | ok | | ok |
<4>[ 0.452251][ T0] mixed write-read-lock: | ok | | ok |
<4>[ 0.454046][ T0] mixed read-lock/lock-write ABBA: | ok | | ok |
<4>[ 0.455956][ T0] mixed read-lock/lock-read ABBA: | ok | | ok |
<4>[ 0.457880][ T0] mixed write-lock/lock-write ABBA: | ok | | ok |
<4>[ 0.459803][ T0] chain cached mixed R-L/L-W ABBA: | ok |
<4>[ 0.460786][ T0] rlock W1R2/W2R3/W3R1/123: | ok |
<4>[ 0.461872][ T0] rlock W1R2/W2R3/W3R1/132: | ok |
<4>[ 0.462928][ T0] rlock W1R2/W2R3/W3R1/213: | ok |
<4>[ 0.463988][ T0] rlock W1R2/W2R3/W3R1/231: | ok |
<4>[ 0.465048][ T0] rlock W1R2/W2R3/W3R1/312: | ok |
<4>[ 0.466108][ T0] rlock W1R2/W2R3/W3R1/321: | ok |
<4>[ 0.467163][ T0] rlock W1W2/R2R3/W3R1/123: | ok |
<4>[ 0.468224][ T0] rlock W1W2/R2R3/W3R1/132: | ok |
<4>[ 0.469279][ T0] rlock W1W2/R2R3/W3R1/213: | ok |
<4>[ 0.470339][ T0] rlock W1W2/R2R3/W3R1/231: | ok |
<4>[ 0.471395][ T0] rlock W1W2/R2R3/W3R1/312: | ok |
<4>[ 0.472454][ T0] rlock W1W2/R2R3/W3R1/321: | ok |
<4>[ 0.473510][ T0] rlock W1W2/R2R3/R3W1/123: | ok |
<4>[ 0.474560][ T0] rlock W1W2/R2R3/R3W1/132: | ok |
<4>[ 0.475611][ T0] rlock W1W2/R2R3/R3W1/213: | ok |
<4>[ 0.476662][ T0] rlock W1W2/R2R3/R3W1/231: | ok |
<4>[ 0.477708][ T0] rlock W1W2/R2R3/R3W1/312: | ok |
<4>[ 0.478758][ T0] rlock W1W2/R2R3/R3W1/321: | ok |
<4>[ 0.479804][ T0] rlock W1R2/R2R3/W3W1/123: | ok |
<4>[ 0.480855][ T0] rlock W1R2/R2R3/W3W1/132: | ok |
<4>[ 0.481901][ T0] rlock W1R2/R2R3/W3W1/213: | ok |
<4>[ 0.482951][ T0] rlock W1R2/R2R3/W3W1/231: | ok |
<4>[ 0.483998][ T0] rlock W1R2/R2R3/W3W1/312: | ok |
<4>[ 0.485054][ T0] rlock W1R2/R2R3/W3W1/321: | ok |
<4>[ 0.486100][ T0] --------------------------------------------------------------------------
<4>[ 0.486129][ T0] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
<4>[ 0.488775][ T0] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
<4>[ 0.491435][ T0] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
<4>[ 0.494092][ T0] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
<4>[ 0.496753][ T0] sirq-safe-A => hirqs-on/12: ok | ok | ok |
<4>[ 0.499414][ T0] sirq-safe-A => hirqs-on/21: ok | ok | ok |
<4>[ 0.502072][ T0] hard-safe-A + irqs-on/12: ok | ok | ok |
<4>[ 0.504728][ T0] soft-safe-A + irqs-on/12: ok | ok | ok |
<4>[ 0.507393][ T0] hard-safe-A + irqs-on/21: ok | ok | ok |
<4>[ 0.510049][ T0] soft-safe-A + irqs-on/21: ok | ok | ok |
<4>[ 0.512708][ T0] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
<4>[ 0.515578][ T0] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
<4>[ 0.518443][ T0] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
<4>[ 0.521305][ T0] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
<4>[ 0.524168][ T0] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
<4>[ 0.527037][ T0] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
<4>[ 0.529900][ T0] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
<4>[ 0.532757][ T0] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
<4>[ 0.535620][ T0] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
<4>[ 0.538345][ T0] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
<4>[ 0.541071][ T0] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
<4>[ 0.543927][ T0] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
<4>[ 0.546791][ T0] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
<4>[ 0.549648][ T0] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
<4>[ 0.552510][ T0] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
<4>[ 0.555367][ T0] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
<4>[ 0.558227][ T0] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
<4>[ 0.561082][ T0] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
<4>[ 0.563943][ T0] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
<4>[ 0.566799][ T0] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
<4>[ 0.569649][ T0] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
<4>[ 0.572489][ T0] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
<4>[ 0.575343][ T0] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
<4>[ 0.578183][ T0] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
<4>[ 0.581029][ T0] hard-irq lock-inversion/123: ok | ok | ok |
<4>[ 0.583886][ T0] soft-irq lock-inversion/123: ok | ok | ok |
<4>[ 0.586741][ T0] hard-irq lock-inversion/132: ok | ok | ok |
<4>[ 0.589598][ T0] soft-irq lock-inversion/132: ok | ok | ok |
<4>[ 0.592452][ T0] hard-irq lock-inversion/213: ok | ok | ok |
<4>[ 0.595313][ T0] soft-irq lock-inversion/213: ok | ok | ok |
<4>[ 0.598162][ T0] hard-irq lock-inversion/231: ok | ok | ok |
<4>[ 0.601021][ T0] soft-irq lock-inversion/231: ok | ok | ok |
<4>[ 0.603872][ T0] hard-irq lock-inversion/312: ok | ok | ok |
<4>[ 0.606735][ T0] soft-irq lock-inversion/312: ok | ok | ok |
<4>[ 0.609588][ T0] hard-irq lock-inversion/321: ok | ok | ok |
<4>[ 0.612656][ T0] soft-irq lock-inversion/321: ok | ok | ok |
<4>[ 0.615748][ T0] hard-irq read-recursion/123: | ok | ok |
<4>[ 0.617595][ T0] soft-irq read-recursion/123: | ok | ok |
<4>[ 0.619455][ T0] hard-irq read-recursion/132: | ok | ok |
<4>[ 0.621366][ T0] soft-irq read-recursion/132: | ok | ok |
<4>[ 0.623290][ T0] hard-irq read-recursion/213: | ok | ok |
<4>[ 0.625137][ T0] soft-irq read-recursion/213: | ok | ok |
<4>[ 0.627000][ T0] hard-irq read-recursion/231: | ok | ok |
<4>[ 0.628845][ T0] soft-irq read-recursion/231: | ok | ok |
<4>[ 0.630700][ T0] hard-irq read-recursion/312: | ok | ok |
<4>[ 0.632610][ T0] soft-irq read-recursion/312: | ok | ok |
<4>[ 0.634535][ T0] hard-irq read-recursion/321: | ok | ok |
<4>[ 0.636449][ T0] soft-irq read-recursion/321: | ok | ok |
<4>[ 0.638371][ T0] hard-irq read-recursion #2/123: | ok | ok |
<4>[ 0.640281][ T0] soft-irq read-recursion #2/123: | ok | ok |
<4>[ 0.642205][ T0] hard-irq read-recursion #2/132: | ok | ok |
<4>[ 0.644111][ T0] soft-irq read-recursion #2/132: | ok | ok |
<4>[ 0.646036][ T0] hard-irq read-recursion #2/213: | ok | ok |
<4>[ 0.647945][ T0] soft-irq read-recursion #2/213: | ok | ok |
<4>[ 0.650022][ T0] hard-irq read-recursion #2/231: | ok | ok |
<4>[ 0.652103][ T0] soft-irq read-recursion #2/231: | ok | ok |
<4>[ 0.654129][ T0] hard-irq read-recursion #2/312: | ok | ok |
<4>[ 0.656040][ T0] soft-irq read-recursion #2/312: | ok | ok |
<4>[ 0.657972][ T0] hard-irq read-recursion #2/321: | ok | ok |
<4>[ 0.659880][ T0] soft-irq read-recursion #2/321: | ok | ok |
<4>[ 0.661802][ T0] hard-irq read-recursion #3/123: | ok | ok |
<4>[ 0.663713][ T0] soft-irq read-recursion #3/123: | ok | ok |
<4>[ 0.665641][ T0] hard-irq read-recursion #3/132: | ok | ok |
<4>[ 0.667551][ T0] soft-irq read-recursion #3/132: | ok | ok |
<4>[ 0.669474][ T0] hard-irq read-recursion #3/213: | ok | ok |
<4>[ 0.671384][ T0] soft-irq read-recursion #3/213: | ok | ok |
<4>[ 0.673307][ T0] hard-irq read-recursion #3/231: | ok | ok |
<4>[ 0.675218][ T0] soft-irq read-recursion #3/231: | ok | ok |
<4>[ 0.677146][ T0] hard-irq read-recursion #3/312: | ok | ok |
<4>[ 0.679055][ T0] soft-irq read-recursion #3/312: | ok | ok |
<4>[ 0.680980][ T0] hard-irq read-recursion #3/321: | ok | ok |
<4>[ 0.682890][ T0] soft-irq read-recursion #3/321: | ok | ok |
<4>[ 0.684814][ T0] --------------------------------------------------------------------------
<4>[ 0.684843][ T0] | Wound/wait tests |
<4>[ 0.684858][ T0] ---------------------
<4>[ 0.684874][ T0] ww api failures: ok | ok | ok |
<4>[ 0.687827][ T0] ww contexts mixing: ok | ok |
<4>[ 0.689836][ T0] finishing ww context: ok | ok | ok | ok |
<4>[ 0.693628][ T0] locking mismatches: ok | ok | ok |
<4>[ 0.696413][ T0] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.705937][ T0] spinlock nest unlocked: ok |
<4>[ 0.706833][ T0] spinlock nest test: ok |
<4>[ 0.707870][ T0] -----------------------------------------------------
<4>[ 0.707894][ T0] |block | try |context|
<4>[ 0.707919][ T0] -----------------------------------------------------
<4>[ 0.707943][ T0] context: ok | ok | ok |
<4>[ 0.710808][ T0] try: ok | ok | ok |
<4>[ 0.713528][ T0] block: ok | ok | ok |
<4>[ 0.716258][ T0] spinlock: ok | ok | ok |
<4>[ 0.719190][ T0] --------------------------------------------------------------------------
<4>[ 0.719220][ T0] | queued read lock tests |
<4>[ 0.719238][ T0] ---------------------------
<4>[ 0.719256][ T0] hardirq read-lock/lock-read: ok |
<4>[ 0.720224][ T0] hardirq lock-read/read-lock: ok |
<4>[ 0.721197][ T0] hardirq inversion: ok |
<4>[ 0.722161][ T0] --------------------
<4>[ 0.722178][ T0] | fs_reclaim tests |
<4>[ 0.722194][ T0] --------------------
<4>[ 0.722210][ T0] correct nesting: ok |
<4>[ 0.723064][ T0] wrong nesting: ok |
<4>[ 0.723896][ T0] protected nesting: ok |
<4>[ 0.724733][ T0] --------------------------------------------------------------------------
<4>[ 0.724763][ T0] | local_lock tests |
<4>[ 0.724779][ T0] ---------------------
<4>[ 0.724795][ T0] local_lock inversion 2: ok |
<4>[ 0.725812][ T0] local_lock inversion 3A: ok |
<4>[ 0.726949][ T0] local_lock inversion 3B: ok |
<4>[ 0.728087][ T0] hardirq_unsafe_softirq_safe: ok |
<4>[ 0.729370][ T0] -------------------------------------------------------
<4>[ 0.729396][ T0] Good, all 358 testcases passed! |
<4>[ 0.729418][ T0] ---------------------------------
<6>[ 0.729548][ T0] ACPI: Core revision 20210604
<6>[ 0.730194][ T0] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
<6>[ 0.730322][ T0] APIC: Switch to symmetric I/O mode setup
<6>[ 0.731253][ T0] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
<6>[ 0.746969][ T0] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398cd3dacb5, max_idle_ns: 881590714305 ns
<6>[ 0.747062][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 3994.89 BogoMIPS (lpj=6654230)
<6>[ 0.747106][ T0] pid_max: default: 32768 minimum: 301
<6>[ 0.747284][ T0] LSM: Security Framework initializing
<6>[ 0.747322][ T0] Yama: becoming mindful.
<6>[ 0.747488][ T0] AppArmor: AppArmor initialized
<6>[ 0.747752][ T0] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
<6>[ 0.747938][ T0] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
<6>[ 0.749691][ T0] BIOS may not properly restore RDRAND after suspend, hiding RDRAND via CPUID. Use rdrand=force to reenable.
<6>[ 0.749784][ T0] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
<6>[ 0.749810][ T0] Last level dTLB entries: 4KB 512, 2MB 256, 4MB 128, 1GB 0
<6>[ 0.749848][ T0] Speculative Store Bypass: Vulnerable
<6>[ 0.755226][ T0] Freeing SMP alternatives memory: 40K
<6>[ 0.866488][ T1] smpboot: CPU0: AMD A8-6410 APU with AMD Radeon R5 Graphics (family: 0x16, model: 0x30, stepping: 0x1)
<6>[ 0.867029][ T1] Running RCU-tasks wait API self tests
<6>[ 0.867029][ T1] Performance Events: AMD PMU driver.
<6>[ 0.867029][ T1] ... version: 0
<6>[ 0.867029][ T1] ... bit width: 48
<6>[ 0.867029][ T1] ... generic registers: 4
<6>[ 0.867029][ T1] ... value mask: 0000ffffffffffff
<6>[ 0.867029][ T1] ... max period: 00007fffffffffff
<6>[ 0.867029][ T1] ... fixed-purpose events: 0
<6>[ 0.867029][ T1] ... event mask: 000000000000000f
<6>[ 0.867029][ T1] rcu: Hierarchical SRCU implementation.
<6>[ 0.868487][ T7] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
<6>[ 0.869063][ T1] smp: Bringing up secondary CPUs ...
<6>[ 0.870815][ T1] x86: Booting SMP configuration:
<6>[ 0.870864][ T1] .... node #0, CPUs: #1
<0>[ 0.354753][ C1] __common_interrupt: 1.55 No irq handler for vector
<4>[ 0.875238][ T1] #2
<0>[ 0.354753][ C2] __common_interrupt: 2.55 No irq handler for vector
<4>[ 0.878398][ T1] #3
<0>[ 0.354753][ C3] __common_interrupt: 3.55 No irq handler for vector
<6>[ 0.880657][ T1] smp: Brought up 1 node, 4 CPUs
<6>[ 0.880657][ T1] smpboot: Max logical packages: 1
<4>[ 0.880657][ T1] ----------------
<4>[ 0.880657][ T1] | NMI testsuite:
<4>[ 0.880657][ T1] --------------------
<4>[ 0.880657][ T1] remote IPI: ok |
<4>[ 0.880718][ T1] local IPI: ok |
<4>[ 0.880788][ T1] --------------------
<4>[ 0.880809][ T1] Good, all 2 testcases passed! |
<4>[ 0.880834][ T1] ---------------------------------
<6>[ 0.880860][ T1] smpboot: Total of 4 processors activated (15976.57 BogoMIPS)
<6>[ 0.883745][ T11] Callback from call_rcu_tasks_trace() invoked.
<6>[ 0.887763][ T1] devtmpfs: initialized
<6>[ 0.887763][ T1] x86/mm: Memory block size: 128MB
<6>[ 0.898186][ T1] ACPI: PM: Registering ACPI NVS region [mem 0x9fabf000-0x9fbbefff] (1048576 bytes)
<6>[ 0.898186][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
<6>[ 0.898186][ T1] futex hash table entries: 1024 (order: 5, 131072 bytes, linear)
<6>[ 0.898186][ T1] Running postponed tracer tests:
<6>[ 0.898289][ T1] Testing tracer function:
<6>[ 1.221500][ T10] Callback from call_rcu_tasks_rude() invoked.
<4>[ 1.597876][ T1] PASSED
<6>[ 1.597914][ T1] Testing dynamic ftrace: PASSED
<6>[ 1.843822][ T1] Testing dynamic ftrace ops #1:
<4>[ 1.975762][ T1] (1 0 1 0 0)
<4>[ 1.975800][ T1] (1 1 2 0 0)
<4>[ 2.274720][ T1] (2 1 3 0 3075488)
<4>[ 2.274765][ T1] (2 2 4 0 3075824) PASSED
<6>[ 2.542212][ T1] Testing dynamic ftrace ops #2:
<4>[ 2.971950][ T1] (1 0 1 3069082 0)
<4>[ 2.972003][ T1] (1 1 2 3069532 0)
<4>[ 3.607092][ T1] (2 1 3 5 3140056)
<4>[ 3.607184][ T1] (2 2 4 416 3140467) PASSED
<6>[ 4.281223][ T1] Testing ftrace recursion: PASSED
<6>[ 4.316645][ T1] Testing ftrace recursion safe: PASSED
<6>[ 4.352259][ T1] Testing ftrace regs: PASSED
<6>[ 4.387943][ T1] Testing tracer nop: PASSED
<6>[ 4.388084][ T1] Testing tracer wakeup: PASSED
<6>[ 4.977342][ T1] Testing tracer wakeup_rt: PASSED
<6>[ 5.567203][ T1] Testing tracer wakeup_dl: PASSED
<6>[ 6.159503][ T1] Testing tracer function_graph: PASSED
<6>[ 8.823883][ T1] pinctrl core: initialized pinctrl subsystem
<6>[ 8.825165][ T1] PM: RTC time: 11:02:47, date: 2021-08-04
<6>[ 8.825891][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
<6>[ 8.826845][ T1] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
<6>[ 8.826906][ T1] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
<6>[ 8.826966][ T1] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
<6>[ 8.827115][ T1] audit: initializing netlink subsys (disabled)
<5>[ 8.827202][ T44] audit: type=2000 audit(1628074966.096:1): state=initialized audit_enabled=0 res=1
<6>[ 8.828336][ T1] thermal_sys: Registered thermal governor 'fair_share'
<6>[ 8.828341][ T1] thermal_sys: Registered thermal governor 'bang_bang'
<6>[ 8.828379][ T1] thermal_sys: Registered thermal governor 'step_wise'
<6>[ 8.828415][ T1] thermal_sys: Registered thermal governor 'user_space'
<6>[ 8.828450][ T1] thermal_sys: Registered thermal governor 'power_allocator'
<6>[ 8.828535][ T1] EISA bus registered
<6>[ 8.828684][ T1] cpuidle: using governor ladder
<6>[ 8.828764][ T1] cpuidle: using governor menu
<6>[ 8.828890][ T1] Simple Boot Flag at 0x44 set to 0x1
<6>[ 8.828890][ T1] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
<6>[ 8.828890][ T1] ACPI: bus type PCI registered
<6>[ 8.828890][ T1] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
<6>[ 8.828890][ T1] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
<6>[ 8.828890][ T1] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
<6>[ 8.828890][ T1] PCI: Using configuration type 1 for base access
<4>[ 8.832176][ T1] mtrr: your CPUs had inconsistent variable MTRR settings
<6>[ 8.832210][ T1] mtrr: probably your BIOS does not setup all CPUs.
<6>[ 8.832240][ T1] mtrr: corrected configuration.
<6>[ 8.845063][ T1] Kprobes globally optimized
<6>[ 8.845132][ T1] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
<6>[ 8.845132][ T1] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
<6>[ 8.854543][ T1] fbcon: Taking over console
<4>[ 8.854735][ T1] ACPI: PRMT not present
<6>[ 8.854759][ T1] PRM: found 4294967277 modules
<6>[ 8.854893][ T1] ACPI: Added _OSI(Module Device)
<6>[ 8.854920][ T1] ACPI: Added _OSI(Processor Device)
<6>[ 8.854947][ T1] ACPI: Added _OSI(3.0 _SCP Extensions)
<6>[ 8.854974][ T1] ACPI: Added _OSI(Processor Aggregator Device)
<6>[ 8.855007][ T1] ACPI: Added _OSI(Linux-Dell-Video)
<6>[ 8.855035][ T1] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
<6>[ 8.855067][ T1] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
<6>[ 8.940481][ T1] ACPI: 7 ACPI AML tables successfully acquired and loaded
<5>[ 8.957937][ T1] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
<6>[ 8.970212][ T1] ACPI: EC: EC started
<6>[ 8.970258][ T1] ACPI: EC: interrupt blocked
<6>[ 8.972644][ T1] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 8.972679][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
<6>[ 8.972719][ T1] ACPI: Interpreter enabled
<6>[ 8.972837][ T1] ACPI: PM: (supports S0 S3 S4 S5)
<6>[ 8.972867][ T1] ACPI: Using IOAPIC for interrupt routing
<6>[ 8.973991][ T1] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
<6>[ 8.975610][ T1] ACPI: Enabled 4 GPEs in block 00 to 1F
<6>[ 9.029224][ T1] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
<6>[ 9.029310][ T1] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
<6>[ 9.030787][ T1] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
<6>[ 9.032179][ T1] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
<6>[ 9.032225][ T1] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
<6>[ 9.032347][ T1] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
<6>[ 9.033013][ T1] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cebff])
<6>[ 9.034502][ T1] PCI host bridge to bus 0000:00
<6>[ 9.034532][ T1] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
<6>[ 9.034573][ T1] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
<6>[ 9.034614][ T1] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
<6>[ 9.034658][ T1] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
<6>[ 9.034701][ T1] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
<6>[ 9.034744][ T1] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
<6>[ 9.034787][ T1] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
<6>[ 9.034829][ T1] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
<6>[ 9.034872][ T1] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
<6>[ 9.034915][ T1] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
<6>[ 9.034958][ T1] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
<6>[ 9.035000][ T1] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
<6>[ 9.035043][ T1] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
<6>[ 9.035086][ T1] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
<6>[ 9.035128][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
<6>[ 9.035171][ T1] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
<6>[ 9.035214][ T1] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff window]
<6>[ 9.035258][ T1] pci_bus 0000:00: root bus resource [bus 00-ff]
<6>[ 9.035377][ T1] pci 0000:00:00.0: [1022:1566] type 00 class 0x060000
<6>[ 9.036006][ T1] pci 0000:00:01.0: [1002:9851] type 00 class 0x030000
<6>[ 9.036059][ T1] pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
<6>[ 9.036112][ T1] pci 0000:00:01.0: reg 0x18: [mem 0xf0000000-0xf07fffff 64bit pref]
<6>[ 9.036160][ T1] pci 0000:00:01.0: reg 0x20: [io 0x3000-0x30ff]
<6>[ 9.036200][ T1] pci 0000:00:01.0: reg 0x24: [mem 0xf0c00000-0xf0c3ffff]
<6>[ 9.036243][ T1] pci 0000:00:01.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
<6>[ 9.036289][ T1] pci 0000:00:01.0: enabling Extended Tags
<6>[ 9.036401][ T1] pci 0000:00:01.0: supports D1 D2
<6>[ 9.036430][ T1] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
<6>[ 9.037487][ T1] pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
<6>[ 9.037540][ T1] pci 0000:00:01.1: reg 0x10: [mem 0xf0c60000-0xf0c63fff 64bit]
<6>[ 9.037619][ T1] pci 0000:00:01.1: enabling Extended Tags
<6>[ 9.037713][ T1] pci 0000:00:01.1: supports D1 D2
<6>[ 9.038213][ T1] pci 0000:00:02.0: [1022:156b] type 00 class 0x060000
<6>[ 9.038748][ T1] pci 0000:00:02.3: [1022:1439] type 01 class 0x060400
<6>[ 9.038831][ T1] pci 0000:00:02.3: enabling Extended Tags
<6>[ 9.038934][ T1] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
<6>[ 9.039847][ T1] pci 0000:00:02.4: [1022:1439] type 01 class 0x060400
<6>[ 9.039930][ T1] pci 0000:00:02.4: enabling Extended Tags
<6>[ 9.040031][ T1] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
<6>[ 9.040829][ T1] pci 0000:00:08.0: [1022:1537] type 00 class 0x108000
<6>[ 9.040879][ T1] pci 0000:00:08.0: reg 0x10: [mem 0xf0c40000-0xf0c5ffff 64bit pref]
<6>[ 9.040927][ T1] pci 0000:00:08.0: reg 0x18: [mem 0xf0900000-0xf09fffff]
<6>[ 9.040969][ T1] pci 0000:00:08.0: reg 0x1c: [mem 0xf0c70000-0xf0c70fff]
<6>[ 9.041017][ T1] pci 0000:00:08.0: reg 0x24: [mem 0xf0c6a000-0xf0c6bfff]
<6>[ 9.041558][ T1] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
<6>[ 9.041618][ T1] pci 0000:00:10.0: reg 0x10: [mem 0xf0c68000-0xf0c69fff 64bit]
<6>[ 9.041797][ T1] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
<6>[ 9.042548][ T1] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
<6>[ 9.042601][ T1] pci 0000:00:11.0: reg 0x10: [io 0x3118-0x311f]
<6>[ 9.042642][ T1] pci 0000:00:11.0: reg 0x14: [io 0x3124-0x3127]
<6>[ 9.042684][ T1] pci 0000:00:11.0: reg 0x18: [io 0x3110-0x3117]
<6>[ 9.042725][ T1] pci 0000:00:11.0: reg 0x1c: [io 0x3120-0x3123]
<6>[ 9.042766][ T1] pci 0000:00:11.0: reg 0x20: [io 0x3100-0x310f]
<6>[ 9.042808][ T1] pci 0000:00:11.0: reg 0x24: [mem 0xf0c6f000-0xf0c6f3ff]
<6>[ 9.042911][ T1] pci 0000:00:11.0: PME# supported from D3hot
<6>[ 9.043633][ T1] pci 0000:00:12.0: [1022:7808] type 00 class 0x0c0320
<6>[ 9.043686][ T1] pci 0000:00:12.0: reg 0x10: [mem 0xf0c6e000-0xf0c6e0ff]
<6>[ 9.043836][ T1] pci 0000:00:12.0: supports D1 D2
<6>[ 9.043864][ T1] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 9.044585][ T1] pci 0000:00:13.0: [1022:7808] type 00 class 0x0c0320
<6>[ 9.044637][ T1] pci 0000:00:13.0: reg 0x10: [mem 0xf0c6d000-0xf0c6d0ff]
<6>[ 9.044775][ T1] pci 0000:00:13.0: supports D1 D2
<6>[ 9.044803][ T1] pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 9.045522][ T1] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
<6>[ 9.046292][ T1] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
<6>[ 9.046349][ T1] pci 0000:00:14.2: reg 0x10: [mem 0xf0c64000-0xf0c67fff 64bit]
<6>[ 9.046483][ T1] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
<6>[ 9.047212][ T1] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
<6>[ 9.047981][ T1] pci 0000:00:14.7: [1022:7813] type 00 class 0x080501
<6>[ 9.048038][ T1] pci 0000:00:14.7: reg 0x10: [mem 0xf0c6c000-0xf0c6c0ff 64bit]
<6>[ 9.048165][ T1] pci 0000:00:14.7: PME# supported from D3cold
<6>[ 9.048666][ T1] pci 0000:00:18.0: [1022:1580] type 00 class 0x060000
<6>[ 9.049175][ T1] pci 0000:00:18.1: [1022:1581] type 00 class 0x060000
<6>[ 9.049675][ T1] pci 0000:00:18.2: [1022:1582] type 00 class 0x060000
<6>[ 9.050178][ T1] pci 0000:00:18.3: [1022:1583] type 00 class 0x060000
<6>[ 9.050934][ T1] pci 0000:00:18.4: [1022:1584] type 00 class 0x060000
<6>[ 9.051438][ T1] pci 0000:00:18.5: [1022:1585] type 00 class 0x060000
<6>[ 9.052187][ T1] pci 0000:01:00.0: [10ec:5287] type 00 class 0xff0000
<6>[ 9.052244][ T1] pci 0000:01:00.0: reg 0x10: [mem 0xf0b05000-0xf0b05fff]
<6>[ 9.052345][ T1] pci 0000:01:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
<6>[ 9.052521][ T1] pci 0000:01:00.0: supports D1 D2
<6>[ 9.052549][ T1] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
<6>[ 9.053183][ T1] pci 0000:01:00.1: [10ec:8168] type 00 class 0x020000
<6>[ 9.053240][ T1] pci 0000:01:00.1: reg 0x10: [io 0x2000-0x20ff]
<6>[ 9.053301][ T1] pci 0000:01:00.1: reg 0x18: [mem 0xf0b04000-0xf0b04fff 64bit]
<6>[ 9.053358][ T1] pci 0000:01:00.1: reg 0x20: [mem 0xf0b00000-0xf0b03fff 64bit]
<6>[ 9.053535][ T1] pci 0000:01:00.1: supports D1 D2
<6>[ 9.053563][ T1] pci 0000:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 9.054040][ T1] pci 0000:00:02.3: PCI bridge to [bus 01]
<6>[ 9.054077][ T1] pci 0000:00:02.3: bridge window [io 0x2000-0x2fff]
<6>[ 9.054115][ T1] pci 0000:00:02.3: bridge window [mem 0xf0b00000-0xf0bfffff]
<6>[ 9.054427][ T1] pci 0000:02:00.0: [14e4:4365] type 00 class 0x028000
<6>[ 9.054492][ T1] pci 0000:02:00.0: reg 0x10: [mem 0xf0a00000-0xf0a07fff 64bit]
<6>[ 9.054598][ T1] pci 0000:02:00.0: enabling Extended Tags
<6>[ 9.054753][ T1] pci 0000:02:00.0: supports D1 D2
<6>[ 9.054781][ T1] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
<6>[ 9.055389][ T1] pci 0000:00:02.4: PCI bridge to [bus 02]
<6>[ 9.055427][ T1] pci 0000:00:02.4: bridge window [mem 0xf0a00000-0xf0afffff]
<6>[ 9.060796][ T1] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
<6>[ 9.061277][ T1] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
<6>[ 9.061806][ T1] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
<6>[ 9.062333][ T1] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
<6>[ 9.062788][ T1] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
<6>[ 9.063155][ T1] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
<6>[ 9.063522][ T1] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
<6>[ 9.063903][ T1] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
<6>[ 9.072255][ T1] ACPI: EC: interrupt unblocked
<6>[ 9.072312][ T1] ACPI: EC: event unblocked
<6>[ 9.072353][ T1] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 9.072392][ T1] ACPI: EC: GPE=0x3
<6>[ 9.072420][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
<6>[ 9.072470][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
<6>[ 9.072931][ T1] iommu: Default domain type: Translated
<6>[ 9.073776][ T1] pci 0000:00:01.0: vgaarb: setting as boot VGA device
<6>[ 9.073831][ T1] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
<6>[ 9.073904][ T1] pci 0000:00:01.0: vgaarb: bridge control possible
<6>[ 9.073935][ T1] vgaarb: loaded
<5>[ 9.075584][ T1] SCSI subsystem initialized
<7>[ 9.075643][ T1] libata version 3.00 loaded.
<6>[ 9.075643][ T1] ACPI: bus type USB registered
<6>[ 9.075643][ T1] usbcore: registered new interface driver usbfs
<6>[ 9.075643][ T1] usbcore: registered new interface driver hub
<6>[ 9.075643][ T1] usbcore: registered new device driver usb
<6>[ 9.075643][ T1] pps_core: LinuxPPS API ver. 1 registered
<6>[ 9.075643][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
<6>[ 9.075643][ T1] PTP clock support registered
<6>[ 9.075643][ T1] EDAC MC: Ver: 3.0.0
<6>[ 9.078253][ T1] NetLabel: Initializing
<6>[ 9.078279][ T1] NetLabel: domain hash size = 128
<6>[ 9.078307][ T1] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
<6>[ 9.078430][ T1] NetLabel: unlabeled traffic allowed by default
<6>[ 9.078577][ T1] PCI: Using ACPI for IRQ routing
<7>[ 9.081636][ T1] PCI: pci_cache_line_size set to 64 bytes
<7>[ 9.081746][ T1] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
<7>[ 9.081762][ T1] e820: reserve RAM buffer [mem 0x9a0bc000-0x9bffffff]
<7>[ 9.081767][ T1] e820: reserve RAM buffer [mem 0x9f6bf000-0x9fffffff]
<7>[ 9.081773][ T1] e820: reserve RAM buffer [mem 0x9fc00000-0x9fffffff]
<7>[ 9.081778][ T1] e820: reserve RAM buffer [mem 0x31f000000-0x31fffffff]
<6>[ 9.081802][ T1] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
<6>[ 9.081802][ T1] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
<6>[ 9.084363][ T1] clocksource: Switched to clocksource tsc-early
<5>[ 9.250138][ T1] VFS: Disk quotas dquot_6.6.0
<6>[ 9.250342][ T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
<6>[ 9.251882][ T1] AppArmor: AppArmor Filesystem Enabled
<6>[ 9.252175][ T1] pnp: PnP ACPI init
<6>[ 9.253158][ T1] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
<6>[ 9.253216][ T1] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
<6>[ 9.255495][ T1] system 00:04: [io 0x0400-0x04cf] has been reserved
<6>[ 9.255539][ T1] system 00:04: [io 0x04d0-0x04d1] has been reserved
<6>[ 9.255581][ T1] system 00:04: [io 0x04d6] has been reserved
<6>[ 9.255620][ T1] system 00:04: [io 0x0680-0x06ff] has been reserved
<6>[ 9.255661][ T1] system 00:04: [io 0x077a] has been reserved
<6>[ 9.255699][ T1] system 00:04: [io 0x0c00-0x0c01] has been reserved
<6>[ 9.255740][ T1] system 00:04: [io 0x0c14] has been reserved
<6>[ 9.255778][ T1] system 00:04: [io 0x0c50-0x0c52] has been reserved
<6>[ 9.255819][ T1] system 00:04: [io 0x0c6c] has been reserved
<6>[ 9.255857][ T1] system 00:04: [io 0x0c6f] has been reserved
<6>[ 9.255895][ T1] system 00:04: [io 0x0cd0-0x0cdb] has been reserved
<6>[ 9.255936][ T1] system 00:04: [io 0x0840-0x0847] has been reserved
<6>[ 9.256443][ T1] system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
<6>[ 9.256495][ T1] system 00:05: [mem 0xff800000-0xffffffff] has been reserved
<6>[ 9.264158][ T1] pnp: PnP ACPI: found 6 devices
<6>[ 9.280425][ T1] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
<6>[ 9.280741][ T1] NET: Registered PF_INET protocol family
<6>[ 9.281344][ T1] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[ 9.284908][ T1] tcp_listen_portaddr_hash hash table entries: 8192 (order: 7, 655360 bytes, linear)
<6>[ 9.285443][ T1] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
<6>[ 9.286059][ T1] TCP bind hash table entries: 65536 (order: 10, 4718592 bytes, vmalloc)
<6>[ 9.288848][ T1] TCP: Hash tables configured (established 131072 bind 65536)
<6>[ 9.289984][ T1] MPTCP token hash table entries: 16384 (order: 8, 1441792 bytes, linear)
<6>[ 9.290987][ T1] UDP hash table entries: 8192 (order: 8, 1310720 bytes, linear)
<6>[ 9.291832][ T1] UDP-Lite hash table entries: 8192 (order: 8, 1310720 bytes, linear)
<6>[ 9.292915][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
<6>[ 9.292975][ T1] NET: Registered PF_XDP protocol family
<6>[ 9.293015][ T1] pci 0000:00:01.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: address conflict with Reserved [mem 0xff800000-0xffffffff]
<6>[ 9.293081][ T1] pci 0000:01:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
<6>[ 9.293173][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf0c80000-0xf0c9ffff pref]
<6>[ 9.293219][ T1] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0b10000-0xf0b1ffff pref]
<6>[ 9.293260][ T1] pci 0000:00:02.3: PCI bridge to [bus 01]
<6>[ 9.293292][ T1] pci 0000:00:02.3: bridge window [io 0x2000-0x2fff]
<6>[ 9.293329][ T1] pci 0000:00:02.3: bridge window [mem 0xf0b00000-0xf0bfffff]
<6>[ 9.293374][ T1] pci 0000:00:02.4: PCI bridge to [bus 02]
<6>[ 9.293406][ T1] pci 0000:00:02.4: bridge window [mem 0xf0a00000-0xf0afffff]
<6>[ 9.293452][ T1] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
<6>[ 9.293486][ T1] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
<6>[ 9.293519][ T1] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
<6>[ 9.293556][ T1] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
<6>[ 9.293593][ T1] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
<6>[ 9.293630][ T1] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
<6>[ 9.293667][ T1] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff window]
<6>[ 9.293741][ T1] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff window]
<6>[ 9.293779][ T1] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff window]
<6>[ 9.293817][ T1] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff window]
<6>[ 9.293854][ T1] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff window]
<6>[ 9.293892][ T1] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
<6>[ 9.293929][ T1] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
<6>[ 9.293966][ T1] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
<6>[ 9.294004][ T1] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff window]
<6>[ 9.294041][ T1] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff window]
<6>[ 9.294079][ T1] pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff window]
<6>[ 9.294116][ T1] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
<6>[ 9.294147][ T1] pci_bus 0000:01: resource 1 [mem 0xf0b00000-0xf0bfffff]
<6>[ 9.294181][ T1] pci_bus 0000:02: resource 1 [mem 0xf0a00000-0xf0afffff]
<6>[ 9.294700][ T1] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
<6>[ 9.295053][ T1] pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
<6>[ 9.308558][ T1] pci 0000:00:10.0: quirk_usb_early_handoff+0x0/0x720 took 13072 usecs
<6>[ 9.309673][ T1] pci 0000:00:12.0: PME# does not work under D3, disabling it
<6>[ 9.310768][ T1] pci 0000:00:13.0: PME# does not work under D3, disabling it
<6>[ 9.310896][ T1] PCI: CLS 64 bytes, default 64
<6>[ 9.310970][ T1] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
<6>[ 9.311007][ T1] software IO TLB: mapped [mem 0x000000009b6bf000-0x000000009f6bf000] (64MB)
<6>[ 9.311113][ T1] amd_uncore: 4 amd_nb counters detected
<6>[ 9.311156][ T1] amd_uncore: 4 amd_l2 counters detected
<6>[ 9.311514][ T1] LVT offset 0 assigned for vector 0x400
<6>[ 9.311641][ T8] Trying to unpack rootfs image as initramfs...
<6>[ 9.311684][ T1] perf: AMD IBS detected (0x000000ff)
<6>[ 9.312107][ T1] simple-framebuffer simple-framebuffer.0: framebuffer at 0xe0000000, 0x420000 bytes
<6>[ 9.312161][ T1] simple-framebuffer simple-framebuffer.0: format=x8r8g8b8, mode=1366x768x32, linelength=5632
<6>[ 9.313161][ T1] Console: switching to colour frame buffer device 170x48
<6>[ 9.318018][ T1] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
<5>[ 9.322034][ T1] Initialise system trusted keyrings
<6>[ 9.322559][ T1] workingset: timestamp_bits=36 max_order=22 bucket_order=0
<6>[ 9.323028][ T1] zbud: loaded
<6>[ 9.324271][ T1] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[ 9.325053][ T1] fuse: init (API version 7.34)
<5>[ 9.345474][ T1] Key type asymmetric registered
<5>[ 9.345614][ T1] Asymmetric key parser 'x509' registered
<6>[ 9.345762][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
<6>[ 9.346186][ T1] io scheduler mq-deadline registered
<6>[ 9.348439][ T1] pcieport 0000:00:02.3: PME: Signaling with IRQ 25
<6>[ 9.349899][ T1] pcieport 0000:00:02.4: PME: Signaling with IRQ 27
<6>[ 9.350515][ T1] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
<6>[ 9.353033][ T1] ACPI: AC: AC Adapter [ACAD] (on-line)
<4>[ 9.354417][ T1] sysfs: cannot create duplicate filename '/class/power_supply/ACAD'
<4>[ 9.354516][ T1] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.14.0-rc3-bluetea-test-00250-g51207ee38ab6 #6
<4>[ 9.354634][ T1] Hardware name: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
<4>[ 9.354728][ T1] Call Trace:
<4>[ 9.354775][ T1] dump_stack_lvl+0x6a/0x9a
<4>[ 9.354841][ T1] sysfs_warn_dup.cold+0x17/0x24
<4>[ 9.354909][ T1] sysfs_do_create_link_sd+0xbe/0xd0
<4>[ 9.354986][ T1] device_add+0x272/0x970
<4>[ 9.355046][ T1] ? lockdep_init_map_type+0x47/0x240
<4>[ 9.356614][ T1] ? lockdep_init_map_type+0x47/0x240
<4>[ 9.357046][ T1] __power_supply_register+0x2a8/0x4b0
<4>[ 9.357046][ T1] acpi_ac_add+0x135/0x170
<4>[ 9.357046][ T1] acpi_device_probe+0x44/0x150
<4>[ 9.357046][ T1] really_probe+0x1db/0x3c0
<4>[ 9.357046][ T1] __driver_probe_device+0xfe/0x180
<4>[ 9.357046][ T1] driver_probe_device+0x1e/0x90
<4>[ 9.357046][ T1] __driver_attach+0xc1/0x1d0
<4>[ 9.357046][ T1] ? __device_attach_driver+0xd0/0xd0
<4>[ 9.357046][ T1] ? __device_attach_driver+0xd0/0xd0
<4>[ 9.357046][ T1] bus_for_each_dev+0x78/0xc0
<4>[ 9.357046][ T1] bus_add_driver+0x12e/0x1f0
<4>[ 9.357046][ T1] driver_register+0x8f/0xe0
<4>[ 9.357046][ T1] ? ac_do_not_check_pmic_quirk+0x12/0x12
<4>[ 9.357046][ T1] acpi_ac_init+0x93/0xa3
<4>[ 9.357046][ T1] do_one_initcall+0x58/0x2d0
<4>[ 9.357046][ T1] ? rcu_read_lock_sched_held+0x3f/0x80
<4>[ 9.357046][ T1] kernel_init_freeable+0x2a7/0x30e
<4>[ 9.357046][ T1] ? rest_init+0x280/0x280
<4>[ 9.357046][ T1] kernel_init+0x16/0x120
<4>[ 9.357046][ T1] ret_from_fork+0x1f/0x30
<4>[ 9.387260][ T1] ac: probe of ACPI0003:01 failed with error -17
<6>[ 9.388925][ T1] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
<6>[ 9.390567][ T1] ACPI: button: Power Button [PWRB]
<6>[ 9.392123][ T1] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
<6>[ 9.393550][ T1] ACPI: button: Sleep Button [SLPB]
<6>[ 9.395262][ T1] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
<6>[ 9.396705][ T1] ACPI: button: Lid Switch [LID]
<6>[ 9.398328][ T1] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
<6>[ 9.400479][ T1] ACPI: button: Power Button [PWRF]
<6>[ 9.402102][ T1] ACPI: \_PR_.C000: Found 2 idle states
<6>[ 9.404363][ T1] ACPI: \_PR_.C001: Found 2 idle states
<6>[ 9.406334][ T1] ACPI: \_PR_.C002: Found 2 idle states
<6>[ 9.414065][ T1] ACPI: \_PR_.C003: Found 2 idle states
<6>[ 9.417466][ T1] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
<6>[ 9.434888][ T1] Linux agpgart interface v0.103
<6>[ 9.467396][ T1] loop: module loaded
<6>[ 9.471186][ T1] libphy: Fixed MDIO Bus: probed
<6>[ 9.472485][ T1] tun: Universal TUN/TAP device driver, 1.6
<6>[ 9.474185][ T1] PPP generic driver version 2.4.2
<6>[ 9.474834][ T109] ACPI: battery: Slot [BAT1] (battery present)
<6>[ 9.476132][ T1] VFIO - User Level meta-driver version: 0.3
<6>[ 9.478548][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[ 9.479810][ T1] ehci-pci: EHCI PCI platform driver
<6>[ 9.482012][ T1] ehci-pci 0000:00:12.0: EHCI Host Controller
<6>[ 9.483555][ T1] ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
<6>[ 9.484894][ T1] ehci-pci 0000:00:12.0: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
<6>[ 9.486184][ T1] ehci-pci 0000:00:12.0: debug port 2
<6>[ 9.487836][ T1] ehci-pci 0000:00:12.0: irq 18, io mem 0xf0c6e000
<6>[ 9.500504][ T1] ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
<6>[ 9.502493][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 9.503904][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 9.505311][ T1] usb usb1: Product: EHCI Host Controller
<6>[ 9.506674][ T1] usb usb1: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00250-g51207ee38ab6 ehci_hcd
<6>[ 9.508115][ T1] usb usb1: SerialNumber: 0000:00:12.0
<6>[ 9.511319][ T1] hub 1-0:1.0: USB hub found
<6>[ 9.512899][ T1] hub 1-0:1.0: 2 ports detected
<6>[ 9.516969][ T1] ehci-pci 0000:00:13.0: EHCI Host Controller
<6>[ 9.518440][ T1] ehci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
<6>[ 9.519865][ T1] ehci-pci 0000:00:13.0: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
<6>[ 9.521364][ T1] ehci-pci 0000:00:13.0: debug port 2
<6>[ 9.522904][ T1] ehci-pci 0000:00:13.0: irq 18, io mem 0xf0c6d000
<6>[ 9.537388][ T1] ehci-pci 0000:00:13.0: USB 2.0 started, EHCI 1.00
<6>[ 9.539285][ T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 9.540868][ T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 9.542361][ T1] usb usb2: Product: EHCI Host Controller
<6>[ 9.543916][ T1] usb usb2: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00250-g51207ee38ab6 ehci_hcd
<6>[ 9.545435][ T1] usb usb2: SerialNumber: 0000:00:13.0
<6>[ 9.547944][ T1] hub 2-0:1.0: USB hub found
<6>[ 9.549546][ T1] hub 2-0:1.0: 2 ports detected
<6>[ 9.552421][ T1] ehci-platform: EHCI generic platform driver
<6>[ 9.554006][ T1] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
<6>[ 9.555516][ T1] ohci-pci: OHCI PCI platform driver
<6>[ 9.557093][ T1] ohci-platform: OHCI generic platform driver
<6>[ 9.558597][ T1] uhci_hcd: USB Universal Host Controller Interface driver
<6>[ 9.560332][ T1] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
<6>[ 9.578932][ T1] serio: i8042 KBD port at 0x60,0x64 irq 1
<6>[ 9.580618][ T1] serio: i8042 AUX port at 0x60,0x64 irq 12
<6>[ 9.583344][ T1] mousedev: PS/2 mouse device common for all mice
<6>[ 9.586713][ T1] rtc_cmos 00:01: RTC can wake from S4
<6>[ 9.589671][ T1] rtc_cmos 00:01: registered as rtc0
<6>[ 9.591383][ T1] rtc_cmos 00:01: setting system clock to 2021-08-04T11:02:48 UTC (1628074968)
<6>[ 9.593172][ T1] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
<6>[ 9.594821][ T1] i2c /dev entries driver
<6>[ 9.596781][ T1] device-mapper: uevent: version 1.0.3
<6>[ 9.599188][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
<6>[ 9.601232][ T7] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
<6>[ 9.603815][ T1] EDAC igen6: v2.5
<6>[ 9.605565][ T1] platform eisa.0: Probing EISA bus 0
<4>[ 9.607109][ T1] platform eisa.0: EISA: Cannot allocate resource for mainboard
<4>[ 9.608678][ T1] platform eisa.0: Cannot allocate resource for EISA slot 1
<4>[ 9.610202][ T1] platform eisa.0: Cannot allocate resource for EISA slot 2
<4>[ 9.611784][ T1] platform eisa.0: Cannot allocate resource for EISA slot 3
<4>[ 9.613267][ T1] platform eisa.0: Cannot allocate resource for EISA slot 4
<4>[ 9.614793][ T1] platform eisa.0: Cannot allocate resource for EISA slot 5
<4>[ 9.616215][ T1] platform eisa.0: Cannot allocate resource for EISA slot 6
<4>[ 9.617688][ T1] platform eisa.0: Cannot allocate resource for EISA slot 7
<4>[ 9.619083][ T1] platform eisa.0: Cannot allocate resource for EISA slot 8
<6>[ 9.620491][ T1] platform eisa.0: EISA: Detected 0 cards
<6>[ 9.624580][ T1] ledtrig-cpu: registered to indicate activity on CPUs
<6>[ 9.626434][ T1] drop_monitor: Initializing network drop monitor service
<6>[ 9.628200][ T1] NET: Registered PF_INET6 protocol family
<6>[ 9.763817][ T38] usb 1-1: new high-speed USB device number 2 using ehci-pci
<6>[ 9.800472][ T33] usb 2-1: new high-speed USB device number 2 using ehci-pci
<6>[ 9.911109][ T38] usb 1-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
<6>[ 9.912471][ T38] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 9.915756][ T38] hub 1-1:1.0: USB hub found
<6>[ 9.918152][ T38] hub 1-1:1.0: 4 ports detected
<6>[ 9.947628][ T33] usb 2-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
<6>[ 9.949017][ T33] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 9.952245][ T33] hub 2-1:1.0: USB hub found
<6>[ 9.953904][ T33] hub 2-1:1.0: 4 ports detected
<6>[ 10.217143][ T7] usb 1-1.1: new low-speed USB device number 3 using ehci-pci
<6>[ 10.321415][ T7] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
<6>[ 10.322853][ T7] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 10.324207][ T7] usb 1-1.1: Product: USB Optical Mouse
<6>[ 10.325588][ T7] usb 1-1.1: Manufacturer: Logitech
<6>[ 10.327626][ T121] tsc: Refined TSC clocksource calibration: 1996.255 MHz
<6>[ 10.329073][ T121] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cb85cd06, max_idle_ns: 881590416994 ns
<6>[ 10.338327][ T121] clocksource: Switched to clocksource tsc
<6>[ 10.430476][ T7] usb 1-1.3: new full-speed USB device number 4 using ehci-pci
<6>[ 10.547250][ T7] usb 1-1.3: New USB device found, idVendor=04ca, idProduct=2012, bcdDevice= 1.12
<6>[ 10.548764][ T7] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 10.550227][ T7] usb 1-1.3: Product: BCM43142A0
<6>[ 10.551626][ T7] usb 1-1.3: Manufacturer: Broadcom Corp
<6>[ 10.553077][ T7] usb 1-1.3: SerialNumber: ACE01065F0F0
<6>[ 10.630477][ T7] usb 1-1.4: new high-speed USB device number 5 using ehci-pci
<6>[ 10.761842][ T7] usb 1-1.4: New USB device found, idVendor=04f2, idProduct=b47f, bcdDevice=40.51
<6>[ 10.763302][ T7] usb 1-1.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
<6>[ 10.764913][ T7] usb 1-1.4: Product: VGA Webcam
<6>[ 10.766401][ T7] usb 1-1.4: Manufacturer: Chicony Electronics Co.,Ltd.
<6>[ 10.767957][ T7] usb 1-1.4: SerialNumber: 0x0001
<6>[ 15.911391][ T8] Freeing initrd memory: 934712K
<6>[ 15.944181][ T1] Segment Routing with IPv6
<6>[ 15.945559][ T1] NET: Registered PF_PACKET protocol family
<5>[ 15.947138][ T1] Key type dns_resolver registered
<6>[ 15.948396][ T1] x86/pm: family 0x16 cpu detected, MSR saving is needed during suspending.
<6>[ 15.951306][ C0] microcode: CPU0: patch_level=0x07030105
<6>[ 15.952737][ C1] microcode: CPU1: patch_level=0x07030105
<6>[ 15.954111][ T1] microcode: CPU2: patch_level=0x07030105
<6>[ 15.955586][ C3] microcode: CPU3: patch_level=0x07030105
<6>[ 15.957164][ T1] microcode: Microcode Update Driver: v2.2.
<6>[ 15.957175][ T1] IPI shorthand broadcast: enabled
<6>[ 15.959939][ T1] sched_clock: Marking stable (15605721755, 351420365)->(15963793712, -6651592)
<6>[ 15.962648][ T1] registered taskstats version 1
<6>[ 15.964133][ T1] Running ring buffer tests...
<6>[ 26.170508][ T1] finished
<6>[ 26.172016][ T1] CPU 0:
<6>[ 26.173464][ T1] events: 1327437
<6>[ 26.174935][ T1] dropped bytes: 0
<6>[ 26.176363][ T1] alloced bytes: 103576508
<6>[ 26.177819][ T1] written bytes: 101472832
<6>[ 26.179224][ T1] biggest event: 220
<6>[ 26.180622][ T1] smallest event: 4
<6>[ 26.189424][ T1] read events: 12354
<6>[ 26.190695][ T1] lost events: 1315083
<6>[ 26.191921][ T1] total events: 1327437
<6>[ 26.193119][ T1] recorded len bytes: 975056
<6>[ 26.194317][ T1] recorded size bytes: 955397
<6>[ 26.195500][ T1] With dropped events, record len and size may not match
<6>[ 26.195500][ T1] alloced and written from above
<6>[ 26.197892][ T1] CPU 1:
<6>[ 26.199028][ T1] events: 1327452
<6>[ 26.200168][ T1] dropped bytes: 0
<6>[ 26.201310][ T1] alloced bytes: 103352744
<6>[ 26.202428][ T1] written bytes: 101240123
<6>[ 26.203504][ T1] biggest event: 264
<6>[ 26.204554][ T1] smallest event: 4
<6>[ 26.213209][ T1] read events: 12659
<6>[ 26.214226][ T1] lost events: 1314793
<6>[ 26.215204][ T1] total events: 1327452
<6>[ 26.216150][ T1] recorded len bytes: 975856
<6>[ 26.217115][ T1] recorded size bytes: 955666
<6>[ 26.218057][ T1] With dropped events, record len and size may not match
<6>[ 26.218057][ T1] alloced and written from above
<6>[ 26.219952][ T1] CPU 2:
<6>[ 26.220864][ T1] events: 1327452
<6>[ 26.221771][ T1] dropped bytes: 0
<6>[ 26.222661][ T1] alloced bytes: 103362772
<6>[ 26.223545][ T1] written bytes: 101250833
<6>[ 26.224428][ T1] biggest event: 267
<6>[ 26.225294][ T1] smallest event: 4
<6>[ 26.233830][ T1] read events: 12659
<6>[ 26.234683][ T1] lost events: 1314793
<6>[ 26.235494][ T1] total events: 1327452
<6>[ 26.236279][ T1] recorded len bytes: 975968
<6>[ 26.237083][ T1] recorded size bytes: 955793
<6>[ 26.237888][ T1] With dropped events, record len and size may not match
<6>[ 26.237888][ T1] alloced and written from above
<6>[ 26.239552][ T1] CPU 3:
<6>[ 26.240357][ T1] events: 11476
<6>[ 26.241169][ T1] dropped bytes: 0
<6>[ 26.241932][ T1] alloced bytes: 895864
<6>[ 26.242690][ T1] written bytes: 877640
<6>[ 26.243438][ T1] biggest event: 128
<6>[ 26.244199][ T1] smallest event: 0
<6>[ 26.251954][ T1] read events: 11476
<6>[ 26.252715][ T1] lost events: 0
<6>[ 26.253462][ T1] total events: 11476
<6>[ 26.254221][ T1] recorded len bytes: 895864
<6>[ 26.254965][ T1] recorded size bytes: 877640
<6>[ 26.255713][ T1] Ring buffer PASSED!
<6>[ 26.257777][ T1] Running tests on trace events:
<6>[ 26.258548][ T1] Testing event initcall_finish: OK
<6>[ 26.304985][ T1] Testing event initcall_start: OK
<6>[ 26.348337][ T1] Testing event initcall_level: OK
<6>[ 26.391689][ T1] Testing event emulate_vsyscall: OK
<6>[ 26.438308][ T1] Testing event xen_cpu_set_ldt: OK
<6>[ 26.481593][ T1] Testing event xen_cpu_write_gdt_entry: OK
<6>[ 26.524962][ T1] Testing event xen_cpu_load_idt: OK
<6>[ 26.571616][ T1] Testing event xen_cpu_write_idt_entry: OK
<6>[ 26.611639][ T1] Testing event xen_cpu_write_ldt_entry: OK
<6>[ 26.651616][ T1] Testing event xen_mmu_write_cr3: OK
<6>[ 26.698320][ T1] Testing event xen_mmu_flush_tlb_multi: OK
<6>[ 26.741619][ T1] Testing event xen_mmu_flush_tlb_one_user: OK
<6>[ 26.784930][ T1] Testing event xen_mmu_pgd_unpin: OK
<6>[ 26.824950][ T1] Testing event xen_mmu_pgd_pin: OK
<6>[ 26.871625][ T1] Testing event xen_mmu_release_ptpage: OK
<6>[ 26.914945][ T1] Testing event xen_mmu_alloc_ptpage: OK
<6>[ 26.961633][ T1] Testing event xen_mmu_ptep_modify_prot_commit: OK
<6>[ 27.004966][ T1] Testing event xen_mmu_ptep_modify_prot_start: OK
<6>[ 27.048312][ T1] Testing event xen_mmu_set_p4d: OK
<6>[ 27.094978][ T1] Testing event xen_mmu_set_pud: OK
<6>[ 27.134960][ T1] Testing event xen_mmu_set_pmd: OK
<6>[ 27.178236][ T1] Testing event xen_mmu_set_pte: OK
<6>[ 27.221639][ T1] Testing event xen_mc_extend_args: OK
<6>[ 27.264994][ T1] Testing event xen_mc_flush: OK
<6>[ 27.308285][ T1] Testing event xen_mc_flush_reason: OK
<6>[ 27.348323][ T1] Testing event xen_mc_callback: OK
<6>[ 27.391625][ T1] Testing event xen_mc_entry_alloc: OK
<6>[ 27.434990][ T1] Testing event xen_mc_entry: OK
<6>[ 27.475076][ T1] Testing event xen_mc_issue: OK
<6>[ 27.518273][ T1] Testing event xen_mc_batch: OK
<6>[ 27.564959][ T1] Testing event hyperv_send_ipi_one: OK
<6>[ 27.608296][ T1] Testing event hyperv_send_ipi_mask: OK
<6>[ 27.648312][ T1] Testing event hyperv_nested_flush_guest_mapping_range: OK
<6>[ 27.691618][ T1] Testing event hyperv_nested_flush_guest_mapping: OK
<6>[ 27.731594][ T1] Testing event hyperv_mmu_flush_tlb_multi: OK
<6>[ 27.774932][ T1] Testing event vector_free_moved: OK
<6>[ 27.821598][ T1] Testing event vector_setup: OK
<6>[ 27.864912][ T1] Testing event vector_teardown: OK
<6>[ 27.911652][ T1] Testing event vector_deactivate: OK
<6>[ 27.951622][ T1] Testing event vector_activate: OK
<6>[ 27.998265][ T1] Testing event vector_alloc_managed: OK
<6>[ 28.044929][ T1] Testing event vector_alloc: OK
<6>[ 28.088320][ T1] Testing event vector_reserve: OK
<6>[ 28.134932][ T1] Testing event vector_reserve_managed: OK
<6>[ 28.181604][ T1] Testing event vector_clear: OK
<6>[ 28.225139][ T1] Testing event vector_update: OK
<6>[ 28.268428][ T1] Testing event vector_config: OK
<6>[ 28.311749][ T1] Testing event thermal_apic_exit: OK
<6>[ 28.355094][ T1] Testing event thermal_apic_entry: OK
<6>[ 28.401751][ T1] Testing event deferred_error_apic_exit: OK
<6>[ 28.448172][ T1] Testing event deferred_error_apic_entry: OK
<6>[ 28.491519][ T1] Testing event threshold_apic_exit: OK
<6>[ 28.534857][ T1] Testing event threshold_apic_entry: OK
<6>[ 28.581519][ T1] Testing event call_function_single_exit: OK
<6>[ 28.624886][ T1] Testing event call_function_single_entry: OK
<6>[ 28.671522][ T1] Testing event call_function_exit: OK
<6>[ 28.714850][ T1] Testing event call_function_entry: OK
<6>[ 28.761517][ T1] Testing event reschedule_exit: OK
<6>[ 28.804839][ T1] Testing event reschedule_entry: OK
<6>[ 28.848181][ T1] Testing event irq_work_exit: OK
<6>[ 28.891534][ T1] Testing event irq_work_entry: OK
<6>[ 28.931539][ T1] Testing event x86_platform_ipi_exit: OK
<6>[ 28.978209][ T1] Testing event x86_platform_ipi_entry: OK
<6>[ 29.018155][ T1] Testing event error_apic_exit: OK
<6>[ 29.061531][ T1] Testing event error_apic_entry: OK
<6>[ 29.104934][ T1] Testing event spurious_apic_exit: OK
<6>[ 29.148222][ T1] Testing event spurious_apic_entry: OK
<6>[ 29.188267][ T1] Testing event local_timer_exit: OK
<6>[ 29.231553][ T1] Testing event local_timer_entry: OK
<6>[ 29.274947][ T1] Testing event nmi_handler: OK
<6>[ 29.321626][ T1] Testing event x86_fpu_xstate_check_failed: OK
<6>[ 29.361540][ T1] Testing event x86_fpu_copy_dst: OK
<6>[ 29.404943][ T1] Testing event x86_fpu_copy_src: OK
<6>[ 29.448262][ T1] Testing event x86_fpu_dropped: OK
<6>[ 29.494953][ T1] Testing event x86_fpu_init_state: OK
<6>[ 29.538236][ T1] Testing event x86_fpu_regs_deactivated: OK
<6>[ 29.581599][ T1] Testing event x86_fpu_regs_activated: OK
<6>[ 29.621630][ T1] Testing event x86_fpu_after_restore: OK
<6>[ 29.664928][ T1] Testing event x86_fpu_before_restore: OK
<6>[ 29.711576][ T1] Testing event x86_fpu_after_save: OK
<6>[ 29.758257][ T1] Testing event x86_fpu_before_save: OK
<6>[ 29.801620][ T1] Testing event mce_record: OK
<6>[ 29.848307][ T1] Testing event pseudo_lock_l3: OK
<6>[ 29.894923][ T1] Testing event pseudo_lock_l2: OK
<6>[ 29.941636][ T1] Testing event pseudo_lock_mem_latency: OK
<6>[ 29.985151][ T1] Testing event tlb_flush: OK
<6>[ 30.028525][ T1] Testing event page_fault_kernel: OK
<6>[ 30.074910][ T1] Testing event page_fault_user: OK
<6>[ 30.121580][ T1] Testing event task_rename: OK
<6>[ 30.168181][ T1] Testing event task_newtask: OK
<6>[ 30.208260][ T1] Testing event cpuhp_exit: OK
<6>[ 30.248338][ T1] Testing event cpuhp_multi_enter: OK
<6>[ 30.294930][ T1] Testing event cpuhp_enter: OK
<6>[ 30.334890][ T1] Testing event softirq_raise: OK
<6>[ 30.378212][ T1] Testing event softirq_exit: OK
<6>[ 30.421510][ T1] Testing event softirq_entry: OK
<6>[ 30.468221][ T1] Testing event irq_handler_exit: OK
<6>[ 30.514912][ T1] Testing event irq_handler_entry: OK
<6>[ 30.558276][ T1] Testing event signal_deliver: OK
<6>[ 30.598240][ T1] Testing event signal_generate: OK
<6>[ 30.644854][ T1] Testing event workqueue_execute_end: OK
<6>[ 30.688211][ T1] Testing event workqueue_execute_start: OK
<6>[ 30.728234][ T1] Testing event workqueue_activate_work: OK
<6>[ 30.771566][ T1] Testing event workqueue_queue_work: OK
<6>[ 30.811551][ T1] Testing event sched_wake_idle_without_ipi: OK
<6>[ 30.854942][ T1] Testing event sched_swap_numa: OK
<6>[ 30.898268][ T1] Testing event sched_stick_numa: OK
<6>[ 30.941658][ T1] Testing event sched_move_numa: OK
<6>[ 30.984939][ T1] Testing event sched_process_hang: OK
<6>[ 31.031647][ T1] Testing event sched_pi_setprio: OK
<6>[ 31.078274][ T1] Testing event sched_stat_runtime:
<4>[ 31.078516][ T1] Scheduler tracepoints stat_sleep, stat_iowait, stat_blocked and stat_runtime require the kernel parameter schedstats=enable or kernel.sched_schedstats=1
<4>[ 31.127533][ T1] OK
<6>[ 31.128393][ T1] Testing event sched_stat_blocked: OK
<6>[ 31.171767][ T1] Testing event sched_stat_iowait: OK
<6>[ 31.211772][ T1] Testing event sched_stat_sleep: OK
<6>[ 31.261762][ T1] Testing event sched_stat_wait: OK
<6>[ 31.305109][ T1] Testing event sched_process_exec: OK
<6>[ 31.348418][ T1] Testing event sched_process_fork: OK
<6>[ 31.391714][ T1] Testing event sched_process_wait: OK
<6>[ 31.435089][ T1] Testing event sched_wait_task: OK
<6>[ 31.481777][ T1] Testing event sched_process_exit: OK
<6>[ 31.525045][ T1] Testing event sched_process_free: OK
<6>[ 31.568430][ T1] Testing event sched_migrate_task: OK
<6>[ 31.608366][ T1] Testing event sched_switch: OK
<6>[ 31.658797][ T1] Testing event sched_wakeup_new: OK
<6>[ 31.701852][ T1] Testing event sched_wakeup: OK
<6>[ 31.745207][ T1] Testing event sched_waking: OK
<6>[ 31.791677][ T1] Testing event sched_kthread_work_execute_end: OK
<6>[ 31.838635][ T1] Testing event sched_kthread_work_execute_start: OK
<6>[ 31.881960][ T1] Testing event sched_kthread_work_queue_work: OK
<6>[ 31.921936][ T1] Testing event sched_kthread_stop_ret: OK
<6>[ 31.968615][ T1] Testing event sched_kthread_stop: OK
<6>[ 32.011636][ T1] Testing event lock_release: OK
<6>[ 32.051661][ T1] Testing event lock_acquire: OK
<6>[ 32.095032][ T1] Testing event console: OK
<6>[ 32.138308][ T1] Testing event irq_matrix_free: OK
<6>[ 32.178325][ T1] Testing event irq_matrix_alloc: OK
<6>[ 32.224964][ T1] Testing event irq_matrix_assign: OK
<6>[ 32.264928][ T1] Testing event irq_matrix_alloc_managed: OK
<6>[ 32.311629][ T1] Testing event irq_matrix_remove_managed: OK
<6>[ 32.358347][ T1] Testing event irq_matrix_reserve_managed: OK
<6>[ 32.401657][ T1] Testing event irq_matrix_alloc_reserved: OK
<6>[ 32.448291][ T1] Testing event irq_matrix_assign_system: OK
<6>[ 32.494999][ T1] Testing event irq_matrix_remove_reserved: OK
<6>[ 32.541691][ T1] Testing event irq_matrix_reserve: OK
<6>[ 32.588358][ T1] Testing event irq_matrix_offline: OK
<6>[ 32.631706][ T1] Testing event irq_matrix_online: OK
<6>[ 32.675051][ T1] Testing event rcu_stall_warning: OK
<6>[ 32.721711][ T1] Testing event rcu_utilization: OK
<6>[ 32.765121][ T1] Testing event swiotlb_bounced: OK
<6>[ 32.805027][ T1] Testing event sys_exit: OK
<6>[ 32.851724][ T1] Testing event sys_enter: OK
<6>[ 32.895040][ T1] Testing event tick_stop: OK
<6>[ 32.938323][ T1] Testing event itimer_expire: OK
<6>[ 32.978367][ T1] Testing event itimer_state: OK
<6>[ 33.018365][ T1] Testing event hrtimer_cancel: OK
<6>[ 33.061719][ T1] Testing event hrtimer_expire_exit: OK
<6>[ 33.104944][ T1] Testing event hrtimer_expire_entry: OK
<6>[ 33.151580][ T1] Testing event hrtimer_start: OK
<6>[ 33.198221][ T1] Testing event hrtimer_init: OK
<6>[ 33.244860][ T1] Testing event timer_cancel: OK
<6>[ 33.291558][ T1] Testing event timer_expire_exit: OK
<6>[ 33.331547][ T1] Testing event timer_expire_entry: OK
<6>[ 33.381555][ T1] Testing event timer_start: OK
<6>[ 33.424873][ T1] Testing event timer_init: OK
<6>[ 33.471574][ T1] Testing event alarmtimer_cancel: OK
<6>[ 33.511586][ T1] Testing event alarmtimer_start: OK
<6>[ 33.558140][ T1] Testing event alarmtimer_fired: OK
<6>[ 33.601718][ T1] Testing event alarmtimer_suspend: OK
<6>[ 33.645082][ T1] Testing event module_request: OK
<6>[ 33.688398][ T1] Testing event module_put: OK
<6>[ 33.731724][ T1] Testing event module_get: OK
<6>[ 33.778136][ T1] Testing event module_free: OK
<6>[ 33.821443][ T1] Testing event module_load: OK
<6>[ 33.871484][ T1] Testing event cgroup_notify_frozen: OK
<6>[ 33.914856][ T1] Testing event cgroup_notify_populated: OK
<6>[ 33.964811][ T1] Testing event cgroup_transfer_tasks: OK
<6>[ 34.008215][ T1] Testing event cgroup_attach_task: OK
<6>[ 34.054896][ T1] Testing event cgroup_unfreeze: OK
<6>[ 34.101568][ T1] Testing event cgroup_freeze: OK
<6>[ 34.144815][ T1] Testing event cgroup_rename: OK
<6>[ 34.191509][ T1] Testing event cgroup_release: OK
<6>[ 34.231494][ T1] Testing event cgroup_rmdir: OK
<6>[ 34.278113][ T1] Testing event cgroup_mkdir: OK
<6>[ 34.321474][ T1] Testing event cgroup_remount: OK
<6>[ 34.361510][ T1] Testing event cgroup_destroy_root: OK
<6>[ 34.404870][ T1] Testing event cgroup_setup_root: OK
<6>[ 34.444877][ T1] Testing event irq_enable: OK
<6>[ 34.488246][ T1] Testing event irq_disable: OK
<6>[ 34.528234][ T1] Testing event ftrace_test_filter: OK
<6>[ 34.571447][ T1] Testing event bpf_trace_printk: OK
<6>[ 34.618203][ T1] Testing event error_report_end: OK
<6>[ 34.664849][ T1] Testing event dev_pm_qos_remove_request: OK
<6>[ 34.711571][ T1] Testing event dev_pm_qos_update_request: OK
<6>[ 34.754864][ T1] Testing event dev_pm_qos_add_request: OK
<6>[ 34.798218][ T1] Testing event pm_qos_update_flags: OK
<6>[ 34.841542][ T1] Testing event pm_qos_update_target: OK
<6>[ 34.881533][ T1] Testing event pm_qos_remove_request: OK
<6>[ 34.931564][ T1] Testing event pm_qos_update_request: OK
<6>[ 34.978227][ T1] Testing event pm_qos_add_request: OK
<6>[ 35.021524][ T1] Testing event power_domain_target: OK
<6>[ 35.071510][ T1] Testing event clock_set_rate: OK
<6>[ 35.114869][ T1] Testing event clock_disable: OK
<6>[ 35.161542][ T1] Testing event clock_enable: OK
<6>[ 35.208212][ T1] Testing event wakeup_source_deactivate: OK
<6>[ 35.251558][ T1] Testing event wakeup_source_activate: OK
<6>[ 35.298268][ T1] Testing event suspend_resume: OK
<6>[ 35.341768][ T1] Testing event device_pm_callback_end: OK
<6>[ 35.385119][ T1] Testing event device_pm_callback_start: OK
<6>[ 35.425075][ T1] Testing event cpu_frequency_limits: OK
<6>[ 35.468171][ T1] Testing event cpu_frequency: OK
<6>[ 35.514834][ T1] Testing event pstate_sample: OK
<6>[ 35.558193][ T1] Testing event powernv_throttle: OK
<6>[ 35.601471][ T1] Testing event cpu_idle: OK
<6>[ 35.644912][ T1] Testing event rpm_return_int: OK
<6>[ 35.688256][ T1] Testing event rpm_usage: OK
<6>[ 35.731529][ T1] Testing event rpm_idle: OK
<6>[ 35.771502][ T1] Testing event rpm_resume: OK
<6>[ 35.818246][ T1] Testing event rpm_suspend: OK
<6>[ 35.861782][ T1] Testing event mem_return_failed: OK
<6>[ 35.908173][ T1] Testing event mem_connect: OK
<6>[ 35.951554][ T1] Testing event mem_disconnect: OK
<6>[ 35.994893][ T1] Testing event xdp_devmap_xmit: OK
<6>[ 36.038257][ T1] Testing event xdp_cpumap_enqueue: OK
<6>[ 36.084940][ T1] Testing event xdp_cpumap_kthread: OK
<6>[ 36.128279][ T1] Testing event xdp_redirect_map_err: OK
<6>[ 36.171574][ T1] Testing event xdp_redirect_map: OK
<6>[ 36.214929][ T1] Testing event xdp_redirect_err: OK
<6>[ 36.258309][ T1] Testing event xdp_redirect: OK
<6>[ 36.298299][ T1] Testing event xdp_bulk_tx: OK
<6>[ 36.341585][ T1] Testing event xdp_exception: OK
<6>[ 36.388340][ T1] Testing event rseq_ip_fixup: OK
<6>[ 36.428287][ T1] Testing event rseq_update: OK
<6>[ 36.471625][ T1] Testing event file_check_and_advance_wb_err: OK
<6>[ 36.515002][ T1] Testing event filemap_set_wb_err: OK
<6>[ 36.554984][ T1] Testing event mm_filemap_add_to_page_cache: OK
<6>[ 36.598344][ T1] Testing event mm_filemap_delete_from_page_cache: OK
<6>[ 36.641681][ T1] Testing event compact_retry: OK
<6>[ 36.685012][ T1] Testing event skip_task_reaping: OK
<6>[ 36.728322][ T1] Testing event finish_task_reaping: OK
<6>[ 36.774999][ T1] Testing event start_task_reaping: OK
<6>[ 36.818301][ T1] Testing event wake_reaper: OK
<6>[ 36.861670][ T1] Testing event mark_victim: OK
<6>[ 36.908322][ T1] Testing event reclaim_retry_zone: OK
<6>[ 36.948327][ T1] Testing event oom_score_adj_update: OK
<6>[ 36.991615][ T1] Testing event mm_lru_activate: OK
<6>[ 37.038307][ T1] Testing event mm_lru_insertion: OK
<6>[ 37.081624][ T1] Testing event mm_vmscan_node_reclaim_end: OK
<6>[ 37.125267][ T1] Testing event mm_vmscan_node_reclaim_begin: OK
<6>[ 37.168298][ T1] Testing event mm_vmscan_lru_shrink_active: OK
<6>[ 37.211847][ T1] Testing event mm_vmscan_lru_shrink_inactive: OK
<6>[ 37.255200][ T1] Testing event mm_vmscan_writepage: OK
<6>[ 37.298367][ T1] Testing event mm_vmscan_lru_isolate: OK
<6>[ 37.344917][ T1] Testing event mm_shrink_slab_end: OK
<6>[ 37.391607][ T1] Testing event mm_shrink_slab_start: OK
<6>[ 37.438269][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_end: OK
<6>[ 37.481586][ T1] Testing event mm_vmscan_memcg_reclaim_end: OK
<6>[ 37.531584][ T1] Testing event mm_vmscan_direct_reclaim_end: OK
<6>[ 37.578247][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_begin: OK
<6>[ 37.618297][ T1] Testing event mm_vmscan_memcg_reclaim_begin: OK
<6>[ 37.661633][ T1] Testing event mm_vmscan_direct_reclaim_begin: OK
<6>[ 37.704975][ T1] Testing event mm_vmscan_wakeup_kswapd: OK
<6>[ 37.748260][ T1] Testing event mm_vmscan_kswapd_wake: OK
<6>[ 37.791627][ T1] Testing event mm_vmscan_kswapd_sleep: OK
<6>[ 37.834967][ T1] Testing event percpu_destroy_chunk: OK
<6>[ 37.874951][ T1] Testing event percpu_create_chunk: OK
<6>[ 37.918273][ T1] Testing event percpu_alloc_percpu_fail: OK
<6>[ 37.965072][ T1] Testing event percpu_free_percpu: OK
<6>[ 38.008393][ T1] Testing event percpu_alloc_percpu: OK
<6>[ 38.051705][ T1] Testing event rss_stat: OK
<6>[ 38.095084][ T1] Testing event mm_page_alloc_extfrag: OK
<6>[ 38.138466][ T1] Testing event mm_page_pcpu_drain: OK
<6>[ 38.181715][ T1] Testing event mm_page_alloc_zone_locked: OK
<6>[ 38.221789][ T1] Testing event mm_page_alloc: OK
<6>[ 38.261751][ T1] Testing event mm_page_free_batched: OK
<6>[ 38.305100][ T1] Testing event mm_page_free: OK
<6>[ 38.351765][ T1] Testing event kmem_cache_free: OK
<6>[ 38.395104][ T1] Testing event kfree: OK
<6>[ 38.438432][ T1] Testing event kmem_cache_alloc_node: OK
<6>[ 38.481774][ T1] Testing event kmalloc_node: OK
<6>[ 38.525099][ T1] Testing event kmem_cache_alloc: OK
<6>[ 38.568456][ T1] Testing event kmalloc: OK
<6>[ 38.611785][ T1] Testing event mm_compaction_kcompactd_wake: OK
<6>[ 38.651778][ T1] Testing event mm_compaction_wakeup_kcompactd: OK
<6>[ 38.695109][ T1] Testing event mm_compaction_kcompactd_sleep: OK
<6>[ 38.738429][ T1] Testing event mm_compaction_defer_reset: OK
<6>[ 38.781726][ T1] Testing event mm_compaction_defer_compaction: OK
<6>[ 38.828427][ T1] Testing event mm_compaction_deferred: OK
<6>[ 38.871647][ T1] Testing event mm_compaction_suitable: OK
<6>[ 38.911917][ T1] Testing event mm_compaction_finished: OK
<6>[ 38.958610][ T1] Testing event mm_compaction_try_to_compact_pages: OK
<6>[ 39.001933][ T1] Testing event mm_compaction_end: OK
<6>[ 39.041600][ T1] Testing event mm_compaction_begin: OK
<6>[ 39.084978][ T1] Testing event mm_compaction_migratepages: OK
<6>[ 39.124994][ T1] Testing event mm_compaction_isolate_freepages: OK
<6>[ 39.171665][ T1] Testing event mm_compaction_isolate_migratepages: OK
<6>[ 39.211674][ T1] Testing event mmap_lock_released: OK
<6>[ 39.256100][ T1] Testing event mmap_lock_acquire_returned: OK
<6>[ 39.302454][ T1] Testing event mmap_lock_start_locking: OK
<6>[ 39.345756][ T1] Testing event vm_unmapped_area: OK
<6>[ 39.388306][ T1] Testing event mm_migrate_pages_start: OK
<6>[ 39.431636][ T1] Testing event mm_migrate_pages: OK
<6>[ 39.474974][ T1] Testing event mm_collapse_huge_page_swapin: OK
<6>[ 39.518330][ T1] Testing event mm_collapse_huge_page_isolate: OK
<6>[ 39.564969][ T1] Testing event mm_collapse_huge_page: OK
<6>[ 39.604983][ T1] Testing event mm_khugepaged_scan_pmd: OK
<6>[ 39.644993][ T1] Testing event test_pages_isolated: OK
<6>[ 39.688298][ T1] Testing event sb_clear_inode_writeback: OK
<6>[ 39.734970][ T1] Testing event sb_mark_inode_writeback: OK
<6>[ 39.781628][ T1] Testing event writeback_dirty_inode_enqueue: OK
<6>[ 39.828364][ T1] Testing event writeback_lazytime_iput: OK
<6>[ 39.875070][ T1] Testing event writeback_lazytime: OK
<6>[ 39.918368][ T1] Testing event writeback_single_inode: OK
<6>[ 39.961684][ T1] Testing event writeback_single_inode_start: OK
<6>[ 40.005027][ T1] Testing event writeback_wait_iff_congested: OK
<6>[ 40.051687][ T1] Testing event writeback_congestion_wait: OK
<6>[ 40.091716][ T1] Testing event writeback_sb_inodes_requeue: OK
<6>[ 40.138341][ T1] Testing event balance_dirty_pages: OK
<6>[ 40.181723][ T1] Testing event bdi_dirty_ratelimit: OK
<6>[ 40.231731][ T1] Testing event global_dirty_state: OK
<6>[ 40.275048][ T1] Testing event writeback_queue_io: OK
<6>[ 40.315050][ T1] Testing event wbc_writepage: OK
<6>[ 40.361721][ T1] Testing event writeback_bdi_register: OK
<6>[ 40.401692][ T1] Testing event writeback_wake_background: OK
<6>[ 40.441733][ T1] Testing event writeback_pages_written: OK
<6>[ 40.488384][ T1] Testing event writeback_wait: OK
<6>[ 40.535054][ T1] Testing event writeback_written: OK
<6>[ 40.574993][ T1] Testing event writeback_start: OK
<6>[ 40.618527][ T1] Testing event writeback_exec: OK
<6>[ 40.664965][ T1] Testing event writeback_queue: OK
<6>[ 40.711625][ T1] Testing event writeback_write_inode: OK
<6>[ 40.751930][ T1] Testing event writeback_write_inode_start: OK
<6>[ 40.795113][ T1] Testing event flush_foreign: OK
<6>[ 40.838240][ T1] Testing event track_foreign_dirty: OK
<6>[ 40.884960][ T1] Testing event inode_switch_wbs: OK
<6>[ 40.928281][ T1] Testing event inode_foreign_history: OK
<6>[ 40.971621][ T1] Testing event writeback_dirty_inode: OK
<6>[ 41.018271][ T1] Testing event writeback_dirty_inode_start: OK
<6>[ 41.061606][ T1] Testing event writeback_mark_inode_dirty: OK
<6>[ 41.104992][ T1] Testing event wait_on_page_writeback: OK
<6>[ 41.151903][ T1] Testing event writeback_dirty_page: OK
<6>[ 41.194980][ T1] Testing event io_uring_task_run: OK
<6>[ 41.238299][ T1] Testing event io_uring_task_add: OK
<6>[ 41.284942][ T1] Testing event io_uring_poll_wake: OK
<6>[ 41.328285][ T1] Testing event io_uring_poll_arm: OK
<6>[ 41.374942][ T1] Testing event io_uring_submit_sqe: OK
<6>[ 41.418335][ T1] Testing event io_uring_complete: OK
<6>[ 41.461624][ T1] Testing event io_uring_fail_link: OK
<6>[ 41.501682][ T1] Testing event io_uring_cqring_wait: OK
<6>[ 41.544995][ T1] Testing event io_uring_link: OK
<6>[ 41.588309][ T1] Testing event io_uring_defer: OK
<6>[ 41.638311][ T1] Testing event io_uring_queue_async_work: OK
<6>[ 41.681653][ T1] Testing event io_uring_file_get: OK
<6>[ 41.724988][ T1] Testing event io_uring_register: OK
<6>[ 41.765012][ T1] Testing event io_uring_create: OK
<6>[ 41.811685][ T1] Testing event dax_writeback_one: OK
<6>[ 41.854974][ T1] Testing event dax_writeback_range_done: OK
<6>[ 41.898309][ T1] Testing event dax_writeback_range: OK
<6>[ 41.948301][ T1] Testing event dax_insert_mapping: OK
<6>[ 41.991604][ T1] Testing event dax_insert_pfn_mkwrite: OK
<6>[ 42.031657][ T1] Testing event dax_insert_pfn_mkwrite_no_entry: OK
<6>[ 42.074969][ T1] Testing event dax_load_hole: OK
<6>[ 42.118301][ T1] Testing event dax_pte_fault_done: OK
<6>[ 42.164953][ T1] Testing event dax_pte_fault: OK
<6>[ 42.208284][ T1] Testing event dax_pmd_insert_mapping: OK
<6>[ 42.248297][ T1] Testing event dax_pmd_load_hole_fallback: OK
<6>[ 42.294969][ T1] Testing event dax_pmd_load_hole: OK
<6>[ 42.341623][ T1] Testing event dax_pmd_fault_done: OK
<6>[ 42.384902][ T1] Testing event dax_pmd_fault: OK
<6>[ 42.428488][ T1] Testing event leases_conflict: OK
<6>[ 42.474866][ T1] Testing event generic_add_lease: OK
<6>[ 42.514865][ T1] Testing event time_out_leases: OK
<6>[ 42.561557][ T1] Testing event generic_delete_lease: OK
<6>[ 42.604861][ T1] Testing event break_lease_unblock: OK
<6>[ 42.651543][ T1] Testing event break_lease_block: OK
<6>[ 42.698181][ T1] Testing event break_lease_noblock: OK
<6>[ 42.741588][ T1] Testing event flock_lock_inode: OK
<6>[ 42.784879][ T1] Testing event locks_remove_posix: OK
<6>[ 42.834903][ T1] Testing event fcntl_setlk: OK
<6>[ 42.878216][ T1] Testing event posix_lock_inode: OK
<6>[ 42.921630][ T1] Testing event locks_get_lock_context: OK
<6>[ 42.961576][ T1] Testing event iomap_apply: OK
<6>[ 43.008252][ T1] Testing event iomap_apply_srcmap: OK
<6>[ 43.051558][ T1] Testing event iomap_apply_dstmap: OK
<6>[ 43.091576][ T1] Testing event iomap_dio_invalidate_fail: OK
<6>[ 43.131578][ T1] Testing event iomap_invalidatepage: OK
<6>[ 43.174865][ T1] Testing event iomap_releasepage: OK
<6>[ 43.218255][ T1] Testing event iomap_writepage: OK
<6>[ 43.264908][ T1] Testing event iomap_readahead: OK
<6>[ 43.304937][ T1] Testing event iomap_readpage: OK
<6>[ 43.348331][ T1] Testing event ext4_fc_track_range: OK
<6>[ 43.391618][ T1] Testing event ext4_fc_track_inode: OK
<6>[ 43.434966][ T1] Testing event ext4_fc_track_unlink: OK
<6>[ 43.478305][ T1] Testing event ext4_fc_track_link: OK
<6>[ 43.521632][ T1] Testing event ext4_fc_track_create: OK
<6>[ 43.564956][ T1] Testing event ext4_fc_stats: OK
<6>[ 43.604938][ T1] Testing event ext4_fc_commit_stop: OK
<6>[ 43.648252][ T1] Testing event ext4_fc_commit_start: OK
<6>[ 43.691599][ T1] Testing event ext4_fc_replay: OK
<6>[ 43.738278][ T1] Testing event ext4_fc_replay_scan: OK
<6>[ 43.781621][ T1] Testing event ext4_lazy_itable_init: OK
<6>[ 43.824989][ T1] Testing event ext4_prefetch_bitmaps: OK
<6>[ 43.871632][ T1] Testing event ext4_error: OK
<6>[ 43.914924][ T1] Testing event ext4_shutdown: OK
<6>[ 43.958262][ T1] Testing event ext4_getfsmap_mapping: OK
<6>[ 44.001626][ T1] Testing event ext4_getfsmap_high_key: OK
<6>[ 44.048276][ T1] Testing event ext4_getfsmap_low_key: OK
<6>[ 44.088372][ T1] Testing event ext4_fsmap_mapping: OK
<6>[ 44.134965][ T1] Testing event ext4_fsmap_high_key: OK
<6>[ 44.178226][ T1] Testing event ext4_fsmap_low_key: OK
<6>[ 44.221620][ T1] Testing event ext4_es_insert_delayed_block: OK
<6>[ 44.268472][ T1] Testing event ext4_es_shrink: OK
<6>[ 44.314869][ T1] Testing event ext4_insert_range: OK
<6>[ 44.361563][ T1] Testing event ext4_collapse_range: OK
<6>[ 44.405147][ T1] Testing event ext4_es_shrink_scan_exit: OK
<6>[ 44.451554][ T1] Testing event ext4_es_shrink_scan_enter: OK
<6>[ 44.494906][ T1] Testing event ext4_es_shrink_count: OK
<6>[ 44.541567][ T1] Testing event ext4_es_lookup_extent_exit: OK
<6>[ 44.581576][ T1] Testing event ext4_es_lookup_extent_enter: OK
<6>[ 44.624867][ T1] Testing event ext4_es_find_extent_range_exit: OK
<6>[ 44.668239][ T1] Testing event ext4_es_find_extent_range_enter: OK
<6>[ 44.714877][ T1] Testing event ext4_es_remove_extent: OK
<6>[ 44.761581][ T1] Testing event ext4_es_cache_extent: OK
<6>[ 44.804879][ T1] Testing event ext4_es_insert_extent: OK
<6>[ 44.848203][ T1] Testing event ext4_ext_remove_space_done: OK
<6>[ 44.891573][ T1] Testing event ext4_ext_remove_space: OK
<6>[ 44.934952][ T1] Testing event ext4_ext_rm_idx: OK
<6>[ 44.981620][ T1] Testing event ext4_ext_rm_leaf: OK
<6>[ 45.021605][ T1] Testing event ext4_remove_blocks: OK
<6>[ 45.064940][ T1] Testing event ext4_ext_show_extent: OK
<6>[ 45.104958][ T1] Testing event ext4_get_implied_cluster_alloc_exit: OK
<6>[ 45.148310][ T1] Testing event ext4_ext_handle_unwritten_extents: OK
<6>[ 45.191621][ T1] Testing event ext4_trim_all_free: OK
<6>[ 45.231606][ T1] Testing event ext4_trim_extent: OK
<6>[ 45.281589][ T1] Testing event ext4_journal_start_reserved: OK
<6>[ 45.328295][ T1] Testing event ext4_journal_start: OK
<6>[ 45.371624][ T1] Testing event ext4_load_inode: OK
<6>[ 45.414952][ T1] Testing event ext4_ext_load_extent: OK
<6>[ 45.461599][ T1] Testing event ext4_ind_map_blocks_exit: OK
<6>[ 45.501635][ T1] Testing event ext4_ext_map_blocks_exit: OK
<6>[ 45.541628][ T1] Testing event ext4_ind_map_blocks_enter: OK
<6>[ 45.581647][ T1] Testing event ext4_ext_map_blocks_enter: OK
<6>[ 45.628308][ T1] Testing event ext4_ext_convert_to_initialized_fastpath: OK
<6>[ 45.675025][ T1] Testing event ext4_ext_convert_to_initialized_enter: OK
<6>[ 45.718323][ T1] Testing event ext4_truncate_exit: OK
<6>[ 45.765013][ T1] Testing event ext4_truncate_enter: OK
<6>[ 45.811651][ T1] Testing event ext4_unlink_exit: OK
<6>[ 45.854968][ T1] Testing event ext4_unlink_enter: OK
<6>[ 45.901646][ T1] Testing event ext4_fallocate_exit: OK
<6>[ 45.948548][ T1] Testing event ext4_zero_range: OK
<6>[ 45.995154][ T1] Testing event ext4_punch_hole: OK
<6>[ 46.041868][ T1] Testing event ext4_fallocate_enter: OK
<6>[ 46.088482][ T1] Testing event ext4_read_block_bitmap_load: OK
<6>[ 46.131891][ T1] Testing event ext4_load_inode_bitmap: OK
<6>[ 46.175168][ T1] Testing event ext4_mb_buddy_bitmap_load: OK
<6>[ 46.218314][ T1] Testing event ext4_mb_bitmap_load: OK
<6>[ 46.261826][ T1] Testing event ext4_da_release_space: OK
<6>[ 46.304985][ T1] Testing event ext4_da_reserve_space: OK
<6>[ 46.351597][ T1] Testing event ext4_da_update_reserve_space: OK
<6>[ 46.391602][ T1] Testing event ext4_forget: OK
<6>[ 46.431659][ T1] Testing event ext4_mballoc_free: OK
<6>[ 46.475072][ T1] Testing event ext4_mballoc_discard: OK
<6>[ 46.518286][ T1] Testing event ext4_mballoc_prealloc: OK
<6>[ 46.565044][ T1] Testing event ext4_mballoc_alloc: OK
<6>[ 46.611580][ T1] Testing event ext4_alloc_da_blocks: OK
<6>[ 46.654912][ T1] Testing event ext4_sync_fs: OK
<6>[ 46.698320][ T1] Testing event ext4_sync_file_exit: OK
<6>[ 46.741661][ T1] Testing event ext4_sync_file_enter: OK
<6>[ 46.784989][ T1] Testing event ext4_free_blocks: OK
<6>[ 46.831664][ T1] Testing event ext4_allocate_blocks: OK
<6>[ 46.874984][ T1] Testing event ext4_request_blocks: OK
<6>[ 46.924980][ T1] Testing event ext4_mb_discard_preallocations: OK
<6>[ 46.968322][ T1] Testing event ext4_discard_preallocations: OK
<6>[ 47.015010][ T1] Testing event ext4_mb_release_group_pa: OK
<6>[ 47.058348][ T1] Testing event ext4_mb_release_inode_pa: OK
<6>[ 47.108369][ T1] Testing event ext4_mb_new_group_pa: OK
<6>[ 47.151650][ T1] Testing event ext4_mb_new_inode_pa: OK
<6>[ 47.194972][ T1] Testing event ext4_discard_blocks: OK
<6>[ 47.238312][ T1] Testing event ext4_journalled_invalidatepage: OK
<6>[ 47.284977][ T1] Testing event ext4_invalidatepage: OK
<6>[ 47.328333][ T1] Testing event ext4_releasepage: OK
<6>[ 47.371650][ T1] Testing event ext4_readpage: OK
<6>[ 47.414955][ T1] Testing event ext4_writepage: OK
<6>[ 47.458283][ T1] Testing event ext4_writepages_result: OK
<6>[ 47.501647][ T1] Testing event ext4_da_write_pages_extent: OK
<6>[ 47.548357][ T1] Testing event ext4_da_write_pages: OK
<6>[ 47.594966][ T1] Testing event ext4_writepages: OK
<6>[ 47.634989][ T1] Testing event ext4_da_write_end: OK
<6>[ 47.681690][ T1] Testing event ext4_journalled_write_end: OK
<6>[ 47.725203][ T1] Testing event ext4_write_end: OK
<6>[ 47.768215][ T1] Testing event ext4_da_write_begin: OK
<6>[ 47.811617][ T1] Testing event ext4_write_begin: OK
<6>[ 47.851794][ T1] Testing event ext4_begin_ordered_truncate: OK
<6>[ 47.895232][ T1] Testing event ext4_mark_inode_dirty: OK
<6>[ 47.941831][ T1] Testing event ext4_nfs_commit_metadata: OK
<6>[ 47.985237][ T1] Testing event ext4_drop_inode: OK
<6>[ 48.031586][ T1] Testing event ext4_evict_inode: OK
<6>[ 48.071597][ T1] Testing event ext4_allocate_inode: OK
<6>[ 48.111601][ T1] Testing event ext4_request_inode: OK
<6>[ 48.151692][ T1] Testing event ext4_free_inode: OK
<6>[ 48.198406][ T1] Testing event ext4_other_inode_update_time: OK
<6>[ 48.245233][ T1] Testing event jbd2_shrink_checkpoint_list: OK
<6>[ 48.288527][ T1] Testing event jbd2_shrink_scan_exit: OK
<6>[ 48.334998][ T1] Testing event jbd2_shrink_scan_enter: OK
<6>[ 48.375233][ T1] Testing event jbd2_shrink_count: OK
<6>[ 48.418583][ T1] Testing event jbd2_lock_buffer_stall: OK
<6>[ 48.461614][ T1] Testing event jbd2_write_superblock: OK
<6>[ 48.508265][ T1] Testing event jbd2_update_log_tail: OK
<6>[ 48.548345][ T1] Testing event jbd2_checkpoint_stats: OK
<6>[ 48.595043][ T1] Testing event jbd2_run_stats: OK
<6>[ 48.638356][ T1] Testing event jbd2_handle_stats: OK
<6>[ 48.681696][ T1] Testing event jbd2_handle_extend: OK
<6>[ 48.728374][ T1] Testing event jbd2_handle_restart: OK
<6>[ 48.771692][ T1] Testing event jbd2_handle_start: OK
<6>[ 48.815029][ T1] Testing event jbd2_submit_inode_data: OK
<6>[ 48.861689][ T1] Testing event jbd2_end_commit: OK
<6>[ 48.905056][ T1] Testing event jbd2_drop_transaction: OK
<6>[ 48.948341][ T1] Testing event jbd2_commit_logging: OK
<6>[ 48.995026][ T1] Testing event jbd2_commit_flushing: OK
<6>[ 49.035029][ T1] Testing event jbd2_commit_locking: OK
<6>[ 49.078346][ T1] Testing event jbd2_start_commit: OK
<6>[ 49.121666][ T1] Testing event jbd2_checkpoint: OK
<6>[ 49.165020][ T1] Testing event block_rq_remap: OK
<6>[ 49.211697][ T1] Testing event block_bio_remap: OK
<6>[ 49.255022][ T1] Testing event block_split: OK
<6>[ 49.298337][ T1] Testing event block_unplug: OK
<6>[ 49.341646][ T1] Testing event block_plug: OK
<6>[ 49.388341][ T1] Testing event block_getrq: OK
<6>[ 49.428289][ T1] Testing event block_bio_queue: OK
<6>[ 49.471546][ T1] Testing event block_bio_frontmerge: OK
<6>[ 49.511886][ T1] Testing event block_bio_backmerge: OK
<6>[ 49.558249][ T1] Testing event block_bio_bounce: OK
<6>[ 49.604857][ T1] Testing event block_bio_complete: OK
<6>[ 49.651581][ T1] Testing event block_rq_merge: OK
<6>[ 49.691585][ T1] Testing event block_rq_issue: OK
<6>[ 49.738238][ T1] Testing event block_rq_insert: OK
<6>[ 49.778230][ T1] Testing event block_rq_complete: OK
<6>[ 49.828183][ T1] Testing event block_rq_requeue: OK
<6>[ 49.874869][ T1] Testing event block_dirty_buffer: OK
<6>[ 49.918229][ T1] Testing event block_touch_buffer: OK
<6>[ 49.961563][ T1] Testing event iocost_iocg_forgive_debt: OK
<6>[ 50.005118][ T1] Testing event iocost_ioc_vrate_adj: OK
<6>[ 50.044898][ T1] Testing event iocost_inuse_adjust: OK
<6>[ 50.088288][ T1] Testing event iocost_inuse_transfer: OK
<6>[ 50.128191][ T1] Testing event iocost_inuse_shortage: OK
<6>[ 50.171617][ T1] Testing event iocost_iocg_idle: OK
<6>[ 50.214915][ T1] Testing event iocost_iocg_activate: OK
<6>[ 50.258284][ T1] Testing event wbt_timer: OK
<6>[ 50.301563][ T1] Testing event wbt_step: OK
<6>[ 50.344861][ T1] Testing event wbt_lat: OK
<6>[ 50.391540][ T1] Testing event wbt_stat: OK
<6>[ 50.434907][ T1] Testing event rdpmc: OK
<6>[ 50.481540][ T1] Testing event write_msr: OK
<6>[ 50.524893][ T1] Testing event read_msr: OK
<6>[ 50.568292][ T1] Testing event gpio_value: OK
<6>[ 50.611583][ T1] Testing event gpio_direction: OK
<6>[ 50.654905][ T1] Testing event pwm_get: OK
<6>[ 50.698213][ T1] Testing event pwm_apply: OK
<6>[ 50.741540][ T1] Testing event clk_set_duty_cycle_complete: OK
<6>[ 50.788270][ T1] Testing event clk_set_duty_cycle: OK
<6>[ 50.828194][ T1] Testing event clk_set_phase_complete: OK
<6>[ 50.868215][ T1] Testing event clk_set_phase: OK
<6>[ 50.914914][ T1] Testing event clk_set_parent_complete: OK
<6>[ 50.954907][ T1] Testing event clk_set_parent: OK
<6>[ 51.001517][ T1] Testing event clk_set_rate_range: OK
<6>[ 51.044894][ T1] Testing event clk_set_max_rate: OK
<6>[ 51.091543][ T1] Testing event clk_set_min_rate: OK
<6>[ 51.131533][ T1] Testing event clk_set_rate_complete: OK
<6>[ 51.178246][ T1] Testing event clk_set_rate: OK
<6>[ 51.221545][ T1] Testing event clk_unprepare_complete: OK
<6>[ 51.268219][ T1] Testing event clk_unprepare: OK
<6>[ 51.308400][ T1] Testing event clk_prepare_complete: OK
<6>[ 51.355075][ T1] Testing event clk_prepare: OK
<6>[ 51.394813][ T1] Testing event clk_disable_complete: OK
<6>[ 51.438182][ T1] Testing event clk_disable: OK
<6>[ 51.484832][ T1] Testing event clk_enable_complete: OK
<6>[ 51.528194][ T1] Testing event clk_enable: OK
<6>[ 51.571453][ T1] Testing event regulator_set_voltage_complete: OK
<6>[ 51.618166][ T1] Testing event regulator_set_voltage: OK
<6>[ 51.664894][ T1] Testing event regulator_bypass_disable_complete: OK
<6>[ 51.708221][ T1] Testing event regulator_bypass_disable: OK
<6>[ 51.754827][ T1] Testing event regulator_bypass_enable_complete: OK
<6>[ 51.794879][ T1] Testing event regulator_bypass_enable: OK
<6>[ 51.838190][ T1] Testing event regulator_disable_complete: OK
<6>[ 51.878205][ T1] Testing event regulator_disable: OK
<6>[ 51.921605][ T1] Testing event regulator_enable_complete: OK
<6>[ 51.964923][ T1] Testing event regulator_enable_delay: OK
<6>[ 52.004946][ T1] Testing event regulator_enable: OK
<6>[ 52.051568][ T1] Testing event prandom_u32: OK
<6>[ 52.091609][ T1] Testing event urandom_read: OK
<6>[ 52.131572][ T1] Testing event extract_entropy: OK
<6>[ 52.178300][ T1] Testing event get_random_bytes_arch: OK
<6>[ 52.218370][ T1] Testing event get_random_bytes: OK
<6>[ 52.261606][ T1] Testing event add_disk_randomness: OK
<6>[ 52.308280][ T1] Testing event add_input_randomness: OK
<6>[ 52.354944][ T1] Testing event debit_entropy: OK
<6>[ 52.398189][ T1] Testing event credit_entropy_bits: OK
<6>[ 52.441536][ T1] Testing event mix_pool_bytes_nolock: OK
<6>[ 52.484892][ T1] Testing event mix_pool_bytes: OK
<6>[ 52.528209][ T1] Testing event add_device_randomness: OK
<6>[ 52.571548][ T1] Testing event prq_report: OK
<6>[ 52.621526][ T1] Testing event qi_submit: OK
<6>[ 52.668235][ T1] Testing event io_page_fault: OK
<6>[ 52.714893][ T1] Testing event unmap: OK
<6>[ 52.761526][ T1] Testing event map: OK
<6>[ 52.808215][ T1] Testing event detach_device_from_domain: OK
<6>[ 52.854872][ T1] Testing event attach_device_to_domain: OK
<6>[ 52.898252][ T1] Testing event remove_device_from_group: OK
<6>[ 52.944906][ T1] Testing event add_device_to_group: OK
<6>[ 52.988211][ T1] Testing event regcache_drop_region: OK
<6>[ 53.028548][ T1] Testing event regmap_async_complete_done: OK
<6>[ 53.071839][ T1] Testing event regmap_async_complete_start: OK
<6>[ 53.111869][ T1] Testing event regmap_async_io_complete: OK
<6>[ 53.151576][ T1] Testing event regmap_async_write_start: OK
<6>[ 53.191591][ T1] Testing event regmap_cache_bypass: OK
<6>[ 53.231577][ T1] Testing event regmap_cache_only: OK
<6>[ 53.271559][ T1] Testing event regcache_sync: OK
<6>[ 53.321579][ T1] Testing event regmap_hw_write_done: OK
<6>[ 53.371582][ T1] Testing event regmap_hw_write_start: OK
<6>[ 53.414957][ T1] Testing event regmap_hw_read_done: OK
<6>[ 53.461575][ T1] Testing event regmap_hw_read_start: OK
<6>[ 53.511612][ T1] Testing event regmap_reg_read_cache: OK
<6>[ 53.551865][ T1] Testing event regmap_reg_read: OK
<6>[ 53.598499][ T1] Testing event regmap_reg_write: OK
<6>[ 53.641592][ T1] Testing event devres_log: OK
<6>[ 53.688273][ T1] Testing event dma_fence_wait_end: OK
<6>[ 53.735011][ T1] Testing event dma_fence_wait_start: OK
<6>[ 53.778329][ T1] Testing event dma_fence_signaled: OK
<6>[ 53.824980][ T1] Testing event dma_fence_enable_signal: OK
<6>[ 53.864892][ T1] Testing event dma_fence_destroy: OK
<6>[ 53.908299][ T1] Testing event dma_fence_init: OK
<6>[ 53.948244][ T1] Testing event dma_fence_emit: OK
<6>[ 53.991609][ T1] Testing event sync_timeline: OK
<6>[ 54.038257][ T1] Testing event scsi_eh_wakeup: OK
<6>[ 54.081646][ T1] Testing event scsi_dispatch_cmd_timeout: OK
<6>[ 54.121607][ T1] Testing event scsi_dispatch_cmd_done: OK
<6>[ 54.164972][ T1] Testing event scsi_dispatch_cmd_error: OK
<6>[ 54.208290][ T1] Testing event scsi_dispatch_cmd_start: OK
<6>[ 54.251644][ T1] Testing event ata_eh_link_autopsy_qc: OK
<6>[ 54.291637][ T1] Testing event ata_eh_link_autopsy: OK
<6>[ 54.338314][ T1] Testing event ata_qc_complete_done: OK
<6>[ 54.378305][ T1] Testing event ata_qc_complete_failed: OK
<6>[ 54.418280][ T1] Testing event ata_qc_complete_internal: OK
<6>[ 54.461611][ T1] Testing event ata_qc_issue: OK
<6>[ 54.504918][ T1] Testing event spi_transfer_stop: OK
<6>[ 54.551609][ T1] Testing event spi_transfer_start: OK
<6>[ 54.598280][ T1] Testing event spi_message_done: OK
<6>[ 54.638278][ T1] Testing event spi_message_start: OK
<6>[ 54.684937][ T1] Testing event spi_message_submit: OK
<6>[ 54.728273][ T1] Testing event spi_set_cs: OK
<6>[ 54.768273][ T1] Testing event spi_setup: OK
<6>[ 54.811760][ T1] Testing event spi_controller_busy: OK
<6>[ 54.851793][ T1] Testing event spi_controller_idle: OK
<6>[ 54.898197][ T1] Testing event mdio_access: OK
<6>[ 54.941501][ T1] Testing event xhci_dbc_giveback_request: OK
<6>[ 54.984829][ T1] Testing event xhci_dbc_queue_request: OK
<6>[ 55.028198][ T1] Testing event xhci_dbc_free_request: OK
<6>[ 55.071476][ T1] Testing event xhci_dbc_alloc_request: OK
<6>[ 55.114830][ T1] Testing event xhci_ring_host_doorbell: OK
<6>[ 55.158168][ T1] Testing event xhci_ring_ep_doorbell: OK
<6>[ 55.201525][ T1] Testing event xhci_hub_status_data: OK
<6>[ 55.244844][ T1] Testing event xhci_get_port_status: OK
<6>[ 55.294873][ T1] Testing event xhci_handle_port_status: OK
<6>[ 55.341538][ T1] Testing event xhci_inc_deq: OK
<6>[ 55.381542][ T1] Testing event xhci_inc_enq: OK
<6>[ 55.421531][ T1] Testing event xhci_ring_expansion: OK
<6>[ 55.464838][ T1] Testing event xhci_ring_free: OK
<6>[ 55.508178][ T1] Testing event xhci_ring_alloc: OK
<6>[ 55.548162][ T1] Testing event xhci_configure_endpoint_ctrl_ctx: OK
<6>[ 55.588186][ T1] Testing event xhci_address_ctrl_ctx: OK
<6>[ 55.631532][ T1] Testing event xhci_configure_endpoint: OK
<6>[ 55.678267][ T1] Testing event xhci_handle_cmd_set_deq: OK
<6>[ 55.724948][ T1] Testing event xhci_handle_cmd_reset_dev: OK
<6>[ 55.768232][ T1] Testing event xhci_handle_cmd_addr_dev: OK
<6>[ 55.808269][ T1] Testing event xhci_setup_device_slot: OK
<6>[ 55.848279][ T1] Testing event xhci_discover_or_reset_device: OK
<6>[ 55.891641][ T1] Testing event xhci_handle_cmd_disable_slot: OK
<6>[ 55.941649][ T1] Testing event xhci_free_dev: OK
<6>[ 55.984957][ T1] Testing event xhci_alloc_dev: OK
<6>[ 56.024983][ T1] Testing event xhci_add_endpoint: OK
<6>[ 56.064997][ T1] Testing event xhci_handle_cmd_config_ep: OK
<6>[ 56.104972][ T1] Testing event xhci_handle_cmd_reset_ep: OK
<6>[ 56.144948][ T1] Testing event xhci_handle_cmd_set_deq_ep: OK
<6>[ 56.191618][ T1] Testing event xhci_handle_cmd_stop_ep: OK
<6>[ 56.234927][ T1] Testing event xhci_urb_dequeue: OK
<6>[ 56.278400][ T1] Testing event xhci_urb_giveback: OK
<6>[ 56.318293][ T1] Testing event xhci_urb_enqueue: OK
<6>[ 56.364962][ T1] Testing event xhci_stop_device: OK
<6>[ 56.408297][ T1] Testing event xhci_setup_addressable_virt_device: OK
<6>[ 56.455033][ T1] Testing event xhci_setup_device: OK
<6>[ 56.494929][ T1] Testing event xhci_alloc_virt_device: OK
<6>[ 56.538248][ T1] Testing event xhci_free_virt_device: OK
<6>[ 56.585194][ T1] Testing event xhci_dbc_gadget_ep_queue: OK
<6>[ 56.628243][ T1] Testing event xhci_dbc_handle_transfer: OK
<6>[ 56.671582][ T1] Testing event xhci_dbc_handle_event: OK
<6>[ 56.714906][ T1] Testing event xhci_queue_trb: OK
<6>[ 56.758270][ T1] Testing event xhci_handle_transfer: OK
<6>[ 56.808226][ T1] Testing event xhci_handle_command: OK
<6>[ 56.854939][ T1] Testing event xhci_handle_event: OK
<6>[ 56.898255][ T1] Testing event xhci_address_ctx: OK
<6>[ 56.941637][ T1] Testing event xhci_dbg_ring_expansion: OK
<6>[ 56.984974][ T1] Testing event xhci_dbg_init: OK
<6>[ 57.028251][ T1] Testing event xhci_dbg_cancel_urb: OK
<6>[ 57.071638][ T1] Testing event xhci_dbg_reset_ep: OK
<6>[ 57.114920][ T1] Testing event xhci_dbg_quirks: OK
<6>[ 57.161610][ T1] Testing event xhci_dbg_context_change: OK
<6>[ 57.204917][ T1] Testing event xhci_dbg_address: OK
<6>[ 57.248248][ T1] Testing event rtc_timer_fired: OK
<6>[ 57.294905][ T1] Testing event rtc_timer_dequeue: OK
<6>[ 57.341683][ T1] Testing event rtc_timer_enqueue: OK
<6>[ 57.381647][ T1] Testing event rtc_read_offset: OK
<6>[ 57.431621][ T1] Testing event rtc_set_offset: OK
<6>[ 57.478330][ T1] Testing event rtc_alarm_irq_enable: OK
<6>[ 57.524995][ T1] Testing event rtc_irq_set_state: OK
<6>[ 57.568328][ T1] Testing event rtc_irq_set_freq: OK
<6>[ 57.608348][ T1] Testing event rtc_read_alarm: OK
<6>[ 57.654995][ T1] Testing event rtc_set_alarm: OK
<6>[ 57.698291][ T1] Testing event rtc_read_time: OK
<6>[ 57.744934][ T1] Testing event rtc_set_time: OK
<6>[ 57.791599][ T1] Testing event i2c_result: OK
<6>[ 57.834969][ T1] Testing event i2c_reply: OK
<6>[ 57.881666][ T1] Testing event i2c_read: OK
<6>[ 57.928279][ T1] Testing event i2c_write: OK
<6>[ 57.971625][ T1] Testing event smbus_result: OK
<6>[ 58.014934][ T1] Testing event smbus_reply: OK
<6>[ 58.058262][ T1] Testing event smbus_read: OK
<6>[ 58.101606][ T1] Testing event smbus_write: OK
<6>[ 58.141585][ T1] Testing event hwmon_attr_show_string: OK
<6>[ 58.184905][ T1] Testing event hwmon_attr_store: OK
<6>[ 58.224910][ T1] Testing event hwmon_attr_show: OK
<6>[ 58.268235][ T1] Testing event thermal_power_devfreq_limit: OK
<6>[ 58.314866][ T1] Testing event thermal_power_devfreq_get_power: OK
<6>[ 58.355127][ T1] Testing event thermal_zone_trip: OK
<6>[ 58.395149][ T1] Testing event cdev_update: OK
<6>[ 58.438205][ T1] Testing event thermal_temperature: OK
<6>[ 58.481509][ T1] Testing event thermal_power_allocator_pid: OK
<6>[ 58.528215][ T1] Testing event thermal_power_allocator: OK
<6>[ 58.571546][ T1] Testing event mmc_request_done: OK
<6>[ 58.614877][ T1] Testing event mmc_request_start: OK
<6>[ 58.654819][ T1] Testing event cros_ec_request_done: OK
<6>[ 58.694873][ T1] Testing event cros_ec_request_start: OK
<6>[ 58.734831][ T1] Testing event devfreq_monitor: OK
<6>[ 58.781531][ T1] Testing event devfreq_frequency: OK
<6>[ 58.821791][ T1] Testing event memory_failure_event: OK
<6>[ 58.868263][ T1] Testing event aer_event: OK
<6>[ 58.911489][ T1] Testing event non_standard_event: OK
<6>[ 58.951552][ T1] Testing event arm_event: OK
<6>[ 58.991545][ T1] Testing event mc_event: OK
<6>[ 59.034920][ T1] Testing event extlog_mem_event: OK
<6>[ 59.078239][ T1] Testing event icc_set_bw_end: OK
<6>[ 59.121609][ T1] Testing event icc_set_bw: OK
<6>[ 59.164899][ T1] Testing event neigh_cleanup_and_release: OK
<6>[ 59.208280][ T1] Testing event neigh_event_send_dead: OK
<6>[ 59.251599][ T1] Testing event neigh_event_send_done: OK
<6>[ 59.294926][ T1] Testing event neigh_timer_handler: OK
<6>[ 59.341626][ T1] Testing event neigh_update_done: OK
<6>[ 59.384939][ T1] Testing event neigh_update: OK
<6>[ 59.428251][ T1] Testing event neigh_create: OK
<6>[ 59.471526][ T1] Testing event page_pool_update_nid: OK
<6>[ 59.514881][ T1] Testing event page_pool_state_hold: OK
<6>[ 59.558211][ T1] Testing event page_pool_state_release: OK
<6>[ 59.604884][ T1] Testing event page_pool_release: OK
<6>[ 59.648174][ T1] Testing event br_fdb_update: OK
<6>[ 59.691545][ T1] Testing event fdb_delete: OK
<6>[ 59.734819][ T1] Testing event br_fdb_external_learn_add: OK
<6>[ 59.778176][ T1] Testing event br_fdb_add: OK
<6>[ 59.821524][ T1] Testing event qdisc_create: OK
<6>[ 59.861533][ T1] Testing event qdisc_destroy: OK
<6>[ 59.904875][ T1] Testing event qdisc_reset: OK
<6>[ 59.948208][ T1] Testing event qdisc_enqueue: OK
<6>[ 59.991565][ T1] Testing event qdisc_dequeue: OK
<6>[ 60.031507][ T1] Testing event fib_table_lookup: OK
<6>[ 60.074998][ T1] Testing event tcp_bad_csum: OK
<6>[ 60.115307][ T1] Testing event tcp_probe: OK
<6>[ 60.158227][ T1] Testing event tcp_retransmit_synack: OK
<6>[ 60.198249][ T1] Testing event tcp_rcv_space_adjust: OK
<6>[ 60.241565][ T1] Testing event tcp_destroy_sock: OK
<6>[ 60.284917][ T1] Testing event tcp_receive_reset: OK
<6>[ 60.328248][ T1] Testing event tcp_send_reset: OK
<6>[ 60.374926][ T1] Testing event tcp_retransmit_skb: OK
<6>[ 60.418206][ T1] Testing event udp_fail_queue_rcv_skb: OK
<6>[ 60.461525][ T1] Testing event inet_sk_error_report: OK
<6>[ 60.511534][ T1] Testing event inet_sock_set_state: OK
<6>[ 60.558211][ T1] Testing event sock_exceed_buf_limit: OK
<6>[ 60.604887][ T1] Testing event sock_rcvqueue_full: OK
<6>[ 60.648247][ T1] Testing event napi_poll: OK
<6>[ 60.694939][ T1] Testing event netif_receive_skb_list_exit: OK
<6>[ 60.741565][ T1] Testing event netif_rx_ni_exit: OK
<6>[ 60.788319][ T1] Testing event netif_rx_exit: OK
<6>[ 60.828333][ T1] Testing event netif_receive_skb_exit: OK
<6>[ 60.868315][ T1] Testing event napi_gro_receive_exit: OK
<6>[ 60.911621][ T1] Testing event napi_gro_frags_exit: OK
<6>[ 60.958291][ T1] Testing event netif_rx_ni_entry: OK
<6>[ 61.008331][ T1] Testing event netif_rx_entry: OK
<6>[ 61.055037][ T1] Testing event netif_receive_skb_list_entry: OK
<6>[ 61.095025][ T1] Testing event netif_receive_skb_entry: OK
<6>[ 61.135011][ T1] Testing event napi_gro_receive_entry: OK
<6>[ 61.174982][ T1] Testing event napi_gro_frags_entry: OK
<6>[ 61.215035][ T1] Testing event netif_rx: OK
<6>[ 61.258331][ T1] Testing event netif_receive_skb: OK
<6>[ 61.301618][ T1] Testing event net_dev_queue: OK
<6>[ 61.348356][ T1] Testing event net_dev_xmit_timeout: OK
<6>[ 61.388337][ T1] Testing event net_dev_xmit: OK
<6>[ 61.431611][ T1] Testing event net_dev_start_xmit: OK
<6>[ 61.478301][ T1] Testing event skb_copy_datagram_iovec: OK
<6>[ 61.521685][ T1] Testing event consume_skb: OK
<6>[ 61.568370][ T1] Testing event kfree_skb: OK
<6>[ 61.615016][ T1] Testing event devlink_trap_report: OK
<6>[ 61.655049][ T1] Testing event devlink_health_reporter_state_update: OK
<6>[ 61.701695][ T1] Testing event devlink_health_recover_aborted: OK
<6>[ 61.751700][ T1] Testing event devlink_health_report: OK
<6>[ 61.798345][ T1] Testing event devlink_hwerr: OK
<6>[ 61.841637][ T1] Testing event devlink_hwmsg: OK
<6>[ 61.884987][ T1] Testing event netlink_extack: OK
<6>[ 61.925198][ T1] Testing event bpf_test_finish: OK
<6>[ 61.971871][ T1] Testing event tls_device_tx_resync_send: OK
<6>[ 62.015217][ T1] Testing event tls_device_tx_resync_req: OK
<6>[ 62.061577][ T1] Testing event tls_device_rx_resync_nh_delay: OK
<6>[ 62.104957][ T1] Testing event tls_device_rx_resync_nh_schedule: OK
<6>[ 62.148261][ T1] Testing event tls_device_rx_resync_send: OK
<6>[ 62.194953][ T1] Testing event tls_device_decrypted: OK
<6>[ 62.238349][ T1] Testing event tls_device_offload_set: OK
<6>[ 62.281645][ T1] Testing event fib6_table_lookup: OK
<6>[ 62.321602][ T1] Testing event subflow_check_data_avail: OK
<6>[ 62.364944][ T1] Testing event ack_update_msk: OK
<6>[ 62.408352][ T1] Testing event get_mapping_status: OK
<6>[ 62.448344][ T1] Testing event mptcp_subflow_get_send: OK
<6>[ 62.491904][ T1] Running tests on trace event systems:
<6>[ 62.492880][ T1] Testing event system mptcp: OK
<6>[ 62.542173][ T1] Testing event system fib6: OK
<6>[ 62.582065][ T1] Testing event system tls: OK
<6>[ 62.625571][ T1] Testing event system bpf_test_run: OK
<6>[ 62.671869][ T1] Testing event system netlink: OK
<6>[ 62.715165][ T1] Testing event system devlink: OK
<6>[ 62.758577][ T1] Testing event system skb: OK
<6>[ 62.805234][ T1] Testing event system net: OK
<6>[ 62.849007][ T1] Testing event system napi: OK
<6>[ 62.891799][ T1] Testing event system sock: OK
<6>[ 62.931872][ T1] Testing event system udp: OK
<6>[ 62.978454][ T1] Testing event system tcp: OK
<6>[ 63.025370][ T1] Testing event system fib: OK
<6>[ 63.071785][ T1] Testing event system qdisc: OK
<6>[ 63.118536][ T1] Testing event system bridge: OK
<6>[ 63.161748][ T1] Testing event system page_pool: OK
<6>[ 63.208489][ T1] Testing event system neigh: OK
<6>[ 63.255274][ T1] Testing event system interconnect: OK
<6>[ 63.298425][ T1] Testing event system ras: OK
<6>[ 63.341893][ T1] Testing event system devfreq: OK
<6>[ 63.385134][ T1] Testing event system cros_ec: OK
<6>[ 63.425112][ T1] Testing event system mmc: OK
<6>[ 63.468451][ T1] Testing event system thermal_power_allocator: OK
<6>[ 63.511789][ T1] Testing event system thermal: OK
<6>[ 63.561893][ T1] Testing event system hwmon: OK
<6>[ 63.601806][ T1] Testing event system smbus: OK
<6>[ 63.651763][ T1] Testing event system i2c: OK
<6>[ 63.695143][ T1] Testing event system rtc: OK
<6>[ 63.738720][ T1] Testing event system xhci-hcd: OK
<6>[ 63.790006][ T1] Testing event system mdio: OK
<6>[ 63.838307][ T1] Testing event system spi: OK
<6>[ 63.885239][ T1] Testing event system libata: OK
<6>[ 63.925123][ T1] Testing event system scsi: OK
<6>[ 63.968401][ T1] Testing event system sync_trace: OK
<6>[ 64.014971][ T1] Testing event system dma_fence: OK
<6>[ 64.061817][ T1] Testing event system dev: OK
<6>[ 64.105029][ T1] Testing event system regmap: OK
<6>[ 64.152256][ T1] Testing event system iommu: OK
<6>[ 64.198752][ T1] Testing event system intel_iommu: OK
<6>[ 64.245006][ T1] Testing event system random: OK
<6>[ 64.288680][ T1] Testing event system regulator: OK
<6>[ 64.331964][ T1] Testing event system clk: OK
<6>[ 64.378964][ T1] Testing event system pwm: OK
<6>[ 64.425036][ T1] Testing event system gpio: OK
<6>[ 64.468360][ T1] Testing event system msr: OK
<6>[ 64.511790][ T1] Testing event system wbt: OK
<6>[ 64.555093][ T1] Testing event system iocost: OK
<6>[ 64.598542][ T1] Testing event system block: OK
<6>[ 64.642159][ T1] Testing event system jbd2: OK
<6>[ 64.688920][ T1] Testing event system ext4: OK
<6>[ 64.738436][ T1] Testing event system iomap: OK
<6>[ 64.785194][ T1] Testing event system filelock: OK
<6>[ 64.825321][ T1] Testing event system fs_dax: OK
<6>[ 64.865344][ T1] Testing event system io_uring: OK
<6>[ 64.908643][ T1] Testing event system writeback: OK
<6>[ 64.956018][ T1] Testing event system page_isolation: OK
<6>[ 64.998295][ T1] Testing event system huge_memory: OK
<6>[ 65.041766][ T1] Testing event system migrate: OK
<6>[ 65.081694][ T1] Testing event system mmap: OK
<6>[ 65.121625][ T1] Testing event system mmap_lock: OK
<6>[ 65.171417][ T1] Testing event system compaction: OK
<6>[ 65.215356][ T1] Testing event system kmem: OK
<6>[ 65.258751][ T1] Testing event system percpu: OK
<6>[ 65.301769][ T1] Testing event system vmscan: OK
<6>[ 65.348771][ T1] Testing event system pagemap: OK
<6>[ 65.388334][ T1] Testing event system oom: OK
<6>[ 65.432070][ T1] Testing event system filemap: OK
<6>[ 65.478324][ T1] Testing event system rseq: OK
<6>[ 65.521610][ T1] Testing event system xdp: OK
<6>[ 65.561832][ T1] Testing event system rpm: OK
<6>[ 65.608367][ T1] Testing event system power: OK
<6>[ 65.655736][ T1] Testing event system error_report: OK
<6>[ 65.698147][ T1] Testing event system bpf_trace: OK
<6>[ 65.741574][ T1] Testing event system test: OK
<6>[ 65.784790][ T1] Testing event system preemptirq: OK
<6>[ 65.831665][ T1] Testing event system cgroup: OK
<6>[ 65.878699][ T1] Testing event system module: OK
<6>[ 65.921657][ T1] Testing event system alarmtimer: OK
<6>[ 65.965026][ T1] Testing event system timer: OK
<6>[ 66.005348][ T1] Testing event system raw_syscalls: OK
<6>[ 66.048272][ T1] Testing event system swiotlb: OK
<6>[ 66.094991][ T1] Testing event system rcu: OK
<6>[ 66.138390][ T1] Testing event system irq_matrix: OK
<6>[ 66.178506][ T1] Testing event system printk: OK
<6>[ 66.218192][ T1] Testing event system lock: OK
<6>[ 66.265043][ T1] Testing event system sched: OK
<6>[ 66.305842][ T1] Testing event system workqueue: OK
<6>[ 66.348347][ T1] Testing event system signal: OK
<6>[ 66.391630][ T1] Testing event system irq: OK
<6>[ 66.435167][ T1] Testing event system cpuhp: OK
<6>[ 66.478419][ T1] Testing event system task: OK
<6>[ 66.518342][ T1] Testing event system exceptions: OK
<6>[ 66.565028][ T1] Testing event system tlb: OK
<6>[ 66.614991][ T1] Testing event system resctrl: OK
<6>[ 66.658385][ T1] Testing event system mce: OK
<6>[ 66.701634][ T1] Testing event system x86_fpu: OK
<6>[ 66.745192][ T1] Testing event system nmi: OK
<6>[ 66.788304][ T1] Testing event system irq_vectors: OK
<6>[ 66.832731][ T1] Testing event system syscalls: OK
<6>[ 66.882327][ T1] Testing event system hyperv: OK
<6>[ 66.925118][ T1] Testing event system xen: OK
<6>[ 66.969208][ T1] Testing event system vsyscall: OK
<6>[ 67.011651][ T1] Testing event system initcall: OK
<6>[ 67.055080][ T1] Running tests on all trace events:
<6>[ 67.055689][ T1] Testing all events: OK
<6>[ 67.957444][ T1] Running tests again, along with the function tracer
<6>[ 67.959813][ T1] Running tests on trace events:
<6>[ 67.962052][ T1] Testing event initcall_finish: OK
<6>[ 68.003481][ T1] Testing event initcall_start: OK
<6>[ 68.050087][ T1] Testing event initcall_level: OK
<6>[ 68.096825][ T1] Testing event emulate_vsyscall: OK
<6>[ 68.143443][ T1] Testing event xen_cpu_set_ldt: OK
<6>[ 68.190163][ T1] Testing event xen_cpu_write_gdt_entry: OK
<6>[ 68.236877][ T1] Testing event xen_cpu_load_idt: OK
<6>[ 68.283487][ T1] Testing event xen_cpu_write_idt_entry: OK
<6>[ 68.330192][ T1] Testing event xen_cpu_write_ldt_entry: OK
<6>[ 68.380161][ T1] Testing event xen_mmu_write_cr3: OK
<6>[ 68.426938][ T1] Testing event xen_mmu_flush_tlb_multi: OK
<6>[ 68.480534][ T1] Testing event xen_mmu_flush_tlb_one_user: OK
<6>[ 68.523789][ T1] Testing event xen_mmu_pgd_unpin: OK
<6>[ 68.573759][ T1] Testing event xen_mmu_pgd_pin: OK
<6>[ 68.623851][ T1] Testing event xen_mmu_release_ptpage: OK
<6>[ 68.670477][ T1] Testing event xen_mmu_alloc_ptpage: OK
<6>[ 68.717161][ T1] Testing event xen_mmu_ptep_modify_prot_commit: OK
<6>[ 68.767165][ T1] Testing event xen_mmu_ptep_modify_prot_start: OK
<6>[ 68.820532][ T1] Testing event xen_mmu_set_p4d: OK
<6>[ 68.867184][ T1] Testing event xen_mmu_set_pud: OK
<6>[ 68.917166][ T1] Testing event xen_mmu_set_pmd: OK
<6>[ 68.960207][ T1] Testing event xen_mmu_set_pte: OK
<6>[ 69.006847][ T1] Testing event xen_mc_extend_args: OK
<6>[ 69.053536][ T1] Testing event xen_mc_flush: OK
<6>[ 69.103443][ T1] Testing event xen_mc_flush_reason: OK
<6>[ 69.150216][ T1] Testing event xen_mc_callback: OK
<6>[ 69.193480][ T1] Testing event xen_mc_entry_alloc: OK
<6>[ 69.243538][ T1] Testing event xen_mc_entry: OK
<6>[ 69.293872][ T1] Testing event xen_mc_issue: OK
<6>[ 69.346833][ T1] Testing event xen_mc_batch: OK
<6>[ 69.393526][ T1] Testing event hyperv_send_ipi_one: OK
<6>[ 69.446879][ T1] Testing event hyperv_send_ipi_mask: OK
<6>[ 69.496903][ T1] Testing event hyperv_nested_flush_guest_mapping_range: OK
<6>[ 69.543546][ T1] Testing event hyperv_nested_flush_guest_mapping: OK
<6>[ 69.593582][ T1] Testing event hyperv_mmu_flush_tlb_multi: OK
<6>[ 69.646884][ T1] Testing event vector_free_moved: OK
<6>[ 69.696902][ T1] Testing event vector_setup: OK
<6>[ 69.743549][ T1] Testing event vector_teardown: OK
<6>[ 69.790212][ T1] Testing event vector_deactivate: OK
<6>[ 69.836904][ T1] Testing event vector_activate: OK
<6>[ 69.890339][ T1] Testing event vector_alloc_managed: OK
<6>[ 69.937230][ T1] Testing event vector_alloc: OK
<6>[ 69.986886][ T1] Testing event vector_reserve: OK
<6>[ 70.040425][ T1] Testing event vector_reserve_managed: OK
<6>[ 70.083917][ T1] Testing event vector_clear: OK
<6>[ 70.130822][ T1] Testing event vector_update: OK
<6>[ 70.180516][ T1] Testing event vector_config: OK
<6>[ 70.227154][ T1] Testing event thermal_apic_exit: OK
<6>[ 70.270492][ T1] Testing event thermal_apic_entry: OK
<6>[ 70.320432][ T1] Testing event deferred_error_apic_exit: OK
<6>[ 70.366834][ T1] Testing event deferred_error_apic_entry: OK
<6>[ 70.411481][ T7] usb 1-1.1: USB disconnect, device number 3
<6>[ 70.413378][ T1] Testing event threshold_apic_exit: OK
<6>[ 70.463882][ T1] Testing event threshold_apic_entry: OK
<6>[ 70.510498][ T1] Testing event call_function_single_exit: OK
<6>[ 70.556877][ T1] Testing event call_function_single_entry: OK
<6>[ 70.603847][ T1] Testing event call_function_exit: OK
<6>[ 70.650495][ T1] Testing event call_function_entry: OK
<6>[ 70.700185][ T1] Testing event reschedule_exit: OK
<6>[ 70.746855][ T1] Testing event reschedule_entry: OK
<6>[ 70.796838][ T1] Testing event irq_work_exit: OK
<6>[ 70.843503][ T1] Testing event irq_work_entry: OK
<6>[ 70.886812][ T1] Testing event x86_platform_ipi_exit: OK
<6>[ 70.933547][ T1] Testing event x86_platform_ipi_entry: OK
<6>[ 70.980221][ T1] Testing event error_apic_exit: OK
<6>[ 71.030149][ T1] Testing event error_apic_entry: OK
<6>[ 71.076858][ T1] Testing event spurious_apic_exit: OK
<6>[ 71.123537][ T1] Testing event spurious_apic_entry: OK
<6>[ 71.170187][ T1] Testing event local_timer_exit: OK
<6>[ 71.216890][ T1] Testing event local_timer_entry: OK
<6>[ 71.263514][ T1] Testing event nmi_handler: OK
<6>[ 71.310211][ T1] Testing event x86_fpu_xstate_check_failed: OK
<6>[ 71.356906][ T1] Testing event x86_fpu_copy_dst: OK
<6>[ 71.403526][ T1] Testing event x86_fpu_copy_src: OK
<6>[ 71.450235][ T1] Testing event x86_fpu_dropped: OK
<6>[ 71.496885][ T1] Testing event x86_fpu_init_state: OK
<6>[ 71.543488][ T1] Testing event x86_fpu_regs_deactivated: OK
<6>[ 71.590262][ T1] Testing event x86_fpu_regs_activated: OK
<6>[ 71.640555][ T1] Testing event x86_fpu_after_restore: OK
<6>[ 71.683677][ T1] Testing event x86_fpu_before_restore: OK
<6>[ 71.726823][ T1] Testing event x86_fpu_after_save: OK
<6>[ 71.773582][ T1] Testing event x86_fpu_before_save: OK
<6>[ 71.820241][ T1] Testing event mce_record: OK
<6>[ 71.866825][ T1] Testing event pseudo_lock_l3: OK
<6>[ 71.916861][ T1] Testing event pseudo_lock_l2:
<6>[ 71.923942][ T7] usb 1-1.1: new low-speed USB device number 6 using ehci-pci
<4>[ 71.961256][ T1] OK
<6>[ 71.963526][ T1] Testing event pseudo_lock_mem_latency: OK
<6>[ 72.013601][ T1] Testing event tlb_flush:
<6>[ 72.037154][ T7] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
<6>[ 72.042031][ T7] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 72.044511][ T7] usb 1-1.1: Product: USB Optical Mouse
<6>[ 72.046930][ T7] usb 1-1.1: Manufacturer: Logitech
<4>[ 72.068110][ T1] OK
<6>[ 72.070594][ T1] Testing event page_fault_kernel: OK
<6>[ 72.120528][ T1] Testing event page_fault_user: OK
<6>[ 72.167143][ T1] Testing event task_rename: OK
<6>[ 72.213840][ T1] Testing event task_newtask: OK
<6>[ 72.257126][ T1] Testing event cpuhp_exit: OK
<6>[ 72.300578][ T1] Testing event cpuhp_multi_enter: OK
<6>[ 72.347172][ T1] Testing event cpuhp_enter: OK
<6>[ 72.393804][ T1] Testing event softirq_raise: OK
<6>[ 72.437335][ T1] Testing event softirq_exit: OK
<6>[ 72.483801][ T1] Testing event softirq_entry: OK
<6>[ 72.530455][ T1] Testing event irq_handler_exit: OK
<6>[ 72.577132][ T1] Testing event irq_handler_entry: OK
<6>[ 72.627099][ T1] Testing event signal_deliver: OK
<6>[ 72.673791][ T1] Testing event signal_generate: OK
<6>[ 72.720439][ T1] Testing event workqueue_execute_end: OK
<6>[ 72.767106][ T1] Testing event workqueue_execute_start: OK
<6>[ 72.813768][ T1] Testing event workqueue_activate_work: OK
<6>[ 72.860342][ T1] Testing event workqueue_queue_work: OK
<6>[ 72.907112][ T1] Testing event sched_wake_idle_without_ipi: OK
<6>[ 72.950489][ T1] Testing event sched_swap_numa: OK
<6>[ 72.993858][ T1] Testing event sched_stick_numa: OK
<6>[ 73.037090][ T1] Testing event sched_move_numa: OK
<6>[ 73.083784][ T1] Testing event sched_process_hang: OK
<6>[ 73.127102][ T1] Testing event sched_pi_setprio: OK
<6>[ 73.173796][ T1] Testing event sched_stat_runtime: OK
<6>[ 73.216993][ T1] Testing event sched_stat_blocked: OK
<6>[ 73.263768][ T1] Testing event sched_stat_iowait: OK
<6>[ 73.310433][ T1] Testing event sched_stat_sleep: OK
<6>[ 73.353748][ T1] Testing event sched_stat_wait: OK
<6>[ 73.400710][ T1] Testing event sched_process_exec: OK
<6>[ 73.444082][ T1] Testing event sched_process_fork: OK
<6>[ 73.490672][ T1] Testing event sched_process_wait: OK
<6>[ 73.537340][ T1] Testing event sched_wait_task: OK
<6>[ 73.580755][ T1] Testing event sched_process_exit: OK
<6>[ 73.627362][ T1] Testing event sched_process_free: OK
<6>[ 73.680663][ T1] Testing event sched_migrate_task: OK
<6>[ 73.724050][ T1] Testing event sched_switch: OK
<6>[ 73.768076][ T1] Testing event sched_wakeup_new: OK
<6>[ 73.814269][ T1] Testing event sched_wakeup: OK
<6>[ 73.864343][ T1] Testing event sched_waking: OK
<6>[ 73.910290][ T1] Testing event sched_kthread_work_execute_end: OK
<6>[ 73.953567][ T1] Testing event sched_kthread_work_execute_start: OK
<6>[ 74.000290][ T1] Testing event sched_kthread_work_queue_work: OK
<6>[ 74.046863][ T1] Testing event sched_kthread_stop_ret: OK
<6>[ 74.090481][ T1] Testing event sched_kthread_stop: OK
<6>[ 74.137109][ T1] Testing event lock_release: OK
<6>[ 74.183928][ T1] Testing event lock_acquire: OK
<6>[ 74.230447][ T1] Testing event console: OK
<6>[ 74.273460][ T1] Testing event irq_matrix_free: OK
<6>[ 74.320116][ T1] Testing event irq_matrix_alloc: OK
<6>[ 74.366786][ T1] Testing event irq_matrix_assign: OK
<6>[ 74.410102][ T1] Testing event irq_matrix_alloc_managed: OK
<6>[ 74.460164][ T1] Testing event irq_matrix_remove_managed: OK
<6>[ 74.503423][ T1] Testing event irq_matrix_reserve_managed: OK
<6>[ 74.550145][ T1] Testing event irq_matrix_alloc_reserved: OK
<6>[ 74.596732][ T1] Testing event irq_matrix_assign_system: OK
<6>[ 74.643402][ T1] Testing event irq_matrix_remove_reserved: OK
<6>[ 74.686799][ T1] Testing event irq_matrix_reserve: OK
<6>[ 74.736805][ T1] Testing event irq_matrix_offline: OK
<6>[ 74.783430][ T1] Testing event irq_matrix_online: OK
<6>[ 74.830086][ T1] Testing event rcu_stall_warning: OK
<6>[ 74.880124][ T1] Testing event rcu_utilization: OK
<6>[ 74.930334][ T1] Testing event swiotlb_bounced: OK
<6>[ 74.976836][ T1] Testing event sys_exit: OK
<6>[ 75.023475][ T1] Testing event sys_enter: OK
<6>[ 75.073469][ T1] Testing event tick_stop: OK
<6>[ 75.120119][ T1] Testing event itimer_expire: OK
<6>[ 75.163393][ T1] Testing event itimer_state: OK
<6>[ 75.206804][ T1] Testing event hrtimer_cancel: OK
<6>[ 75.256799][ T1] Testing event hrtimer_expire_exit: OK
<6>[ 75.310205][ T1] Testing event hrtimer_expire_entry: OK
<6>[ 75.357008][ T1] Testing event hrtimer_start: OK
<6>[ 75.403768][ T1] Testing event hrtimer_init: OK
<6>[ 75.450440][ T1] Testing event timer_cancel: OK
<6>[ 75.496961][ T1] Testing event timer_expire_exit: OK
<6>[ 75.547109][ T1] Testing event timer_expire_entry: OK
<6>[ 75.597090][ T1] Testing event timer_start: OK
<6>[ 75.646986][ T1] Testing event timer_init: OK
<6>[ 75.693617][ T1] Testing event alarmtimer_cancel: OK
<6>[ 75.740341][ T1] Testing event alarmtimer_start: OK
<6>[ 75.790443][ T1] Testing event alarmtimer_fired: OK
<6>[ 75.836997][ T1] Testing event alarmtimer_suspend: OK
<6>[ 75.883652][ T1] Testing event module_request: OK
<6>[ 75.930427][ T1] Testing event module_put: OK
<6>[ 75.976984][ T1] Testing event module_get: OK
<6>[ 76.027113][ T1] Testing event module_free: OK
<6>[ 76.076750][ T1] Testing event module_load: OK
<6>[ 76.126789][ T1] Testing event cgroup_notify_frozen: OK
<6>[ 76.176933][ T1] Testing event cgroup_notify_populated: OK
<6>[ 76.223420][ T1] Testing event cgroup_transfer_tasks: OK
<6>[ 76.270111][ T1] Testing event cgroup_attach_task: OK
<6>[ 76.316765][ T1] Testing event cgroup_unfreeze: OK
<6>[ 76.366751][ T1] Testing event cgroup_freeze: OK
<6>[ 76.413431][ T1] Testing event cgroup_rename: OK
<6>[ 76.463445][ T1] Testing event cgroup_release: OK
<6>[ 76.510058][ T1] Testing event cgroup_rmdir: OK
<6>[ 76.556754][ T1] Testing event cgroup_mkdir: OK
<6>[ 76.603401][ T1] Testing event cgroup_remount: OK
<6>[ 76.653398][ T1] Testing event cgroup_destroy_root: OK
<6>[ 76.700073][ T1] Testing event cgroup_setup_root: OK
<6>[ 76.750103][ T1] Testing event irq_enable: OK
<6>[ 76.796811][ T1] Testing event irq_disable: OK
<6>[ 76.846796][ T1] Testing event ftrace_test_filter: OK
<6>[ 76.893345][ T1] Testing event bpf_trace_printk: OK
<6>[ 76.943554][ T1] Testing event error_report_end: OK
<6>[ 76.990313][ T1] Testing event dev_pm_qos_remove_request: OK
<6>[ 77.033667][ T1] Testing event dev_pm_qos_update_request: OK
<6>[ 77.087107][ T1] Testing event dev_pm_qos_add_request: OK
<6>[ 77.137099][ T1] Testing event pm_qos_update_flags: OK
<6>[ 77.183660][ T1] Testing event pm_qos_update_target: OK
<6>[ 77.230428][ T1] Testing event pm_qos_remove_request: OK
<6>[ 77.273768][ T1] Testing event pm_qos_update_request: OK
<6>[ 77.320422][ T1] Testing event pm_qos_add_request: OK
<6>[ 77.370466][ T1] Testing event power_domain_target: OK
<6>[ 77.413612][ T1] Testing event clock_set_rate: OK
<6>[ 77.460268][ T1] Testing event clock_disable: OK
<6>[ 77.506944][ T1] Testing event clock_enable: OK
<6>[ 77.556978][ T1] Testing event wakeup_source_deactivate: OK
<6>[ 77.603674][ T1] Testing event wakeup_source_activate: OK
<6>[ 77.653795][ T1] Testing event suspend_resume: OK
<6>[ 77.701376][ T1] Testing event device_pm_callback_end: OK
<6>[ 77.747121][ T1] Testing event device_pm_callback_start: OK
<6>[ 77.793912][ T1] Testing event cpu_frequency_limits: OK
<6>[ 77.836893][ T1] Testing event cpu_frequency: OK
<6>[ 77.886960][ T1] Testing event pstate_sample: OK
<6>[ 77.930155][ T1] Testing event powernv_throttle: OK
<6>[ 77.976770][ T1] Testing event cpu_idle: OK
<6>[ 78.020231][ T1] Testing event rpm_return_int: OK
<6>[ 78.063576][ T1] Testing event rpm_usage: OK
<6>[ 78.106920][ T1] Testing event rpm_idle: OK
<6>[ 78.153458][ T1] Testing event rpm_resume: OK
<6>[ 78.196829][ T1] Testing event rpm_suspend: OK
<6>[ 78.246845][ T1] Testing event mem_return_failed: OK
<6>[ 78.293436][ T1] Testing event mem_connect: OK
<6>[ 78.340157][ T1] Testing event mem_disconnect: OK
<6>[ 78.390159][ T1] Testing event xdp_devmap_xmit: OK
<6>[ 78.436818][ T1] Testing event xdp_cpumap_enqueue: OK
<6>[ 78.483490][ T1] Testing event xdp_cpumap_kthread: OK
<6>[ 78.530148][ T1] Testing event xdp_redirect_map_err: OK
<6>[ 78.580121][ T1] Testing event xdp_redirect_map: OK
<6>[ 78.630074][ T1] Testing event xdp_redirect_err: OK
<6>[ 78.677106][ T1] Testing event xdp_redirect: OK
<6>[ 78.723824][ T1] Testing event xdp_bulk_tx: OK
<6>[ 78.770285][ T1] Testing event xdp_exception: OK
<6>[ 78.817217][ T1] Testing event rseq_ip_fixup: OK
<6>[ 78.866998][ T1] Testing event rseq_update: OK
<6>[ 78.913489][ T1] Testing event file_check_and_advance_wb_err: OK
<6>[ 78.960203][ T1] Testing event filemap_set_wb_err: OK
<6>[ 79.006927][ T1] Testing event mm_filemap_add_to_page_cache: OK
<6>[ 79.053930][ T1] Testing event mm_filemap_delete_from_page_cache: OK
<6>[ 79.100482][ T1] Testing event compact_retry: OK
<6>[ 79.150500][ T1] Testing event skip_task_reaping: OK
<6>[ 79.197200][ T1] Testing event finish_task_reaping: OK
<6>[ 79.247089][ T1] Testing event start_task_reaping: OK
<6>[ 79.296878][ T1] Testing event wake_reaper: OK
<6>[ 79.343606][ T1] Testing event mark_victim: OK
<6>[ 79.386892][ T1] Testing event reclaim_retry_zone: OK
<6>[ 79.433492][ T1] Testing event oom_score_adj_update: OK
<6>[ 79.483529][ T1] Testing event mm_lru_activate: OK
<6>[ 79.533601][ T1] Testing event mm_lru_insertion: OK
<6>[ 79.580215][ T1] Testing event mm_vmscan_node_reclaim_end: OK
<6>[ 79.626950][ T1] Testing event mm_vmscan_node_reclaim_begin: OK
<6>[ 79.673613][ T1] Testing event mm_vmscan_lru_shrink_active: OK
<6>[ 79.720282][ T1] Testing event mm_vmscan_lru_shrink_inactive: OK
<6>[ 79.766948][ T1] Testing event mm_vmscan_writepage: OK
<6>[ 79.813583][ T1] Testing event mm_vmscan_lru_isolate: OK
<6>[ 79.860259][ T1] Testing event mm_shrink_slab_end: OK
<6>[ 79.906903][ T1] Testing event mm_shrink_slab_start: OK
<6>[ 79.953583][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_end: OK
<6>[ 79.996955][ T1] Testing event mm_vmscan_memcg_reclaim_end: OK
<6>[ 80.043615][ T1] Testing event mm_vmscan_direct_reclaim_end: OK
<6>[ 80.090252][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_begin: OK
<6>[ 80.136959][ T1] Testing event mm_vmscan_memcg_reclaim_begin: OK
<6>[ 80.186980][ T1] Testing event mm_vmscan_direct_reclaim_begin: OK
<6>[ 80.233587][ T1] Testing event mm_vmscan_wakeup_kswapd: OK
<6>[ 80.286903][ T1] Testing event mm_vmscan_kswapd_wake: OK
<6>[ 80.337005][ T1] Testing event mm_vmscan_kswapd_sleep: OK
<6>[ 80.386969][ T1] Testing event percpu_destroy_chunk: OK
<6>[ 80.436967][ T1] Testing event percpu_create_chunk: OK
<6>[ 80.483896][ T1] Testing event percpu_alloc_percpu_fail: OK
<6>[ 80.530652][ T1] Testing event percpu_free_percpu: OK
<6>[ 80.577267][ T1] Testing event percpu_alloc_percpu: OK
<6>[ 80.623647][ T1] Testing event rss_stat: OK
<6>[ 80.670567][ T1] Testing event mm_page_alloc_extfrag: OK
<6>[ 80.714051][ T1] Testing event mm_page_pcpu_drain: OK
<6>[ 80.757284][ T1] Testing event mm_page_alloc_zone_locked: OK
<6>[ 80.804004][ T1] Testing event mm_page_alloc: OK
<6>[ 80.850620][ T1] Testing event mm_page_free_batched: OK
<6>[ 80.900547][ T1] Testing event mm_page_free: OK
<6>[ 80.943796][ T1] Testing event kmem_cache_free: OK
<6>[ 80.986965][ T1] Testing event kfree: OK
<6>[ 81.033647][ T1] Testing event kmem_cache_alloc_node: OK
<6>[ 81.080446][ T1] Testing event kmalloc_node: OK
<6>[ 81.123965][ T1] Testing event kmem_cache_alloc: OK
<6>[ 81.170727][ T1] Testing event kmalloc: OK
<6>[ 81.217336][ T1] Testing event mm_compaction_kcompactd_wake: OK
<6>[ 81.263968][ T1] Testing event mm_compaction_wakeup_kcompactd: OK
<6>[ 81.313611][ T1] Testing event mm_compaction_kcompactd_sleep: OK
<6>[ 81.363763][ T1] Testing event mm_compaction_defer_reset: OK
<6>[ 81.410334][ T1] Testing event mm_compaction_defer_compaction: OK
<6>[ 81.457004][ T1] Testing event mm_compaction_deferred: OK
<6>[ 81.503671][ T1] Testing event mm_compaction_suitable: OK
<6>[ 81.550262][ T1] Testing event mm_compaction_finished: OK
<6>[ 81.600329][ T1] Testing event mm_compaction_try_to_compact_pages: OK
<6>[ 81.646988][ T1] Testing event mm_compaction_end: OK
<6>[ 81.693624][ T1] Testing event mm_compaction_begin: OK
<6>[ 81.740308][ T1] Testing event mm_compaction_migratepages: OK
<6>[ 81.790272][ T1] Testing event mm_compaction_isolate_freepages: OK
<6>[ 81.840248][ T1] Testing event mm_compaction_isolate_migratepages: OK
<6>[ 81.886946][ T1] Testing event mmap_lock_released: OK
<6>[ 81.937695][ T1] Testing event mmap_lock_acquire_returned: OK
<6>[ 81.987186][ T1] Testing event mmap_lock_start_locking: OK
<6>[ 82.040179][ T1] Testing event vm_unmapped_area: OK
<6>[ 82.090465][ T1] Testing event mm_migrate_pages_start: OK
<6>[ 82.136965][ T1] Testing event mm_migrate_pages: OK
<6>[ 82.183641][ T1] Testing event mm_collapse_huge_page_swapin: OK
<6>[ 82.230463][ T1] Testing event mm_collapse_huge_page_isolate: OK
<6>[ 82.277354][ T1] Testing event mm_collapse_huge_page: OK
<6>[ 82.327339][ T1] Testing event mm_khugepaged_scan_pmd: OK
<6>[ 82.374002][ T1] Testing event test_pages_isolated: OK
<6>[ 82.423923][ T1] Testing event sb_clear_inode_writeback: OK
<6>[ 82.470451][ T1] Testing event sb_mark_inode_writeback: OK
<6>[ 82.520314][ T1] Testing event writeback_dirty_inode_enqueue: OK
<6>[ 82.566983][ T1] Testing event writeback_lazytime_iput: OK
<6>[ 82.613798][ T1] Testing event writeback_lazytime: OK
<6>[ 82.657258][ T1] Testing event writeback_single_inode: OK
<6>[ 82.707325][ T1] Testing event writeback_single_inode_start: OK
<6>[ 82.753886][ T1] Testing event writeback_wait_iff_congested: OK
<6>[ 82.800622][ T1] Testing event writeback_congestion_wait: OK
<6>[ 82.847285][ T1] Testing event writeback_sb_inodes_requeue: OK
<6>[ 82.893936][ T1] Testing event balance_dirty_pages: OK
<6>[ 82.943889][ T1] Testing event bdi_dirty_ratelimit: OK
<6>[ 82.993596][ T1] Testing event global_dirty_state: OK
<6>[ 83.043629][ T1] Testing event writeback_queue_io: OK
<6>[ 83.086914][ T1] Testing event wbc_writepage: OK
<6>[ 83.136974][ T1] Testing event writeback_bdi_register: OK
<6>[ 83.183607][ T1] Testing event writeback_wake_background: OK
<6>[ 83.230275][ T1] Testing event writeback_pages_written: OK
<6>[ 83.280287][ T1] Testing event writeback_wait: OK
<6>[ 83.326979][ T1] Testing event writeback_written: OK
<6>[ 83.370308][ T1] Testing event writeback_start: OK
<6>[ 83.420245][ T1] Testing event writeback_exec: OK
<6>[ 83.470296][ T1] Testing event writeback_queue: OK
<6>[ 83.516902][ T1] Testing event writeback_write_inode: OK
<6>[ 83.563588][ T1] Testing event writeback_write_inode_start: OK
<6>[ 83.610277][ T1] Testing event flush_foreign: OK
<6>[ 83.656969][ T1] Testing event track_foreign_dirty: OK
<6>[ 83.700322][ T1] Testing event inode_switch_wbs: OK
<6>[ 83.750224][ T1] Testing event inode_foreign_history: OK
<6>[ 83.793670][ T1] Testing event writeback_dirty_inode: OK
<6>[ 83.843597][ T1] Testing event writeback_dirty_inode_start: OK
<6>[ 83.890421][ T1] Testing event writeback_mark_inode_dirty: OK
<6>[ 83.940261][ T1] Testing event wait_on_page_writeback: OK
<6>[ 83.987256][ T1] Testing event writeback_dirty_page: OK
<6>[ 84.030708][ T1] Testing event io_uring_task_run: OK
<6>[ 84.077344][ T1] Testing event io_uring_task_add: OK
<6>[ 84.123872][ T1] Testing event io_uring_poll_wake: OK
<6>[ 84.170638][ T1] Testing event io_uring_poll_arm: OK
<6>[ 84.220674][ T1] Testing event io_uring_submit_sqe: OK
<6>[ 84.270527][ T1] Testing event io_uring_complete: OK
<6>[ 84.313949][ T1] Testing event io_uring_fail_link: OK
<6>[ 84.360552][ T1] Testing event io_uring_cqring_wait: OK
<6>[ 84.410539][ T1] Testing event io_uring_link: OK
<6>[ 84.453859][ T1] Testing event io_uring_defer: OK
<6>[ 84.497147][ T1] Testing event io_uring_queue_async_work: OK
<6>[ 84.543878][ T1] Testing event io_uring_file_get: OK
<6>[ 84.590476][ T1] Testing event io_uring_register: OK
<6>[ 84.637163][ T1] Testing event io_uring_create: OK
<6>[ 84.683781][ T1] Testing event dax_writeback_one: OK
<6>[ 84.730526][ T1] Testing event dax_writeback_range_done: OK
<6>[ 84.777186][ T1] Testing event dax_writeback_range: OK
<6>[ 84.827148][ T1] Testing event dax_insert_mapping: OK
<6>[ 84.877783][ T1] Testing event dax_insert_pfn_mkwrite: OK
<6>[ 84.920150][ T1] Testing event dax_insert_pfn_mkwrite_no_entry: OK
<6>[ 84.970241][ T1] Testing event dax_load_hole: OK
<6>[ 85.016846][ T1] Testing event dax_pte_fault_done: OK
<6>[ 85.063601][ T1] Testing event dax_pte_fault: OK
<6>[ 85.113532][ T1] Testing event dax_pmd_insert_mapping: OK
<6>[ 85.160210][ T1] Testing event dax_pmd_load_hole_fallback: OK
<6>[ 85.206830][ T1] Testing event dax_pmd_load_hole: OK
<6>[ 85.256875][ T1] Testing event dax_pmd_fault_done: OK
<6>[ 85.303539][ T1] Testing event dax_pmd_fault: OK
<6>[ 85.353547][ T1] Testing event leases_conflict: OK
<6>[ 85.400168][ T1] Testing event generic_add_lease: OK
<6>[ 85.446858][ T1] Testing event time_out_leases: OK
<6>[ 85.496874][ T1] Testing event generic_delete_lease: OK
<6>[ 85.546842][ T1] Testing event break_lease_unblock: OK
<6>[ 85.593470][ T1] Testing event break_lease_block: OK
<6>[ 85.640318][ T1] Testing event break_lease_noblock: OK
<6>[ 85.687167][ T1] Testing event flock_lock_inode: OK
<6>[ 85.730190][ T1] Testing event locks_remove_posix: OK
<6>[ 85.773543][ T1] Testing event fcntl_setlk: OK
<6>[ 85.820165][ T1] Testing event posix_lock_inode: OK
<6>[ 85.870414][ T1] Testing event locks_get_lock_context: OK
<6>[ 85.917245][ T1] Testing event iomap_apply: OK
<6>[ 85.963774][ T1] Testing event iomap_apply_srcmap: OK
<6>[ 86.013826][ T1] Testing event iomap_apply_dstmap: OK
<6>[ 86.060537][ T1] Testing event iomap_dio_invalidate_fail: OK
<6>[ 86.107194][ T1] Testing event iomap_invalidatepage: OK
<6>[ 86.157196][ T1] Testing event iomap_releasepage: OK
<6>[ 86.203896][ T1] Testing event iomap_writepage: OK
<6>[ 86.253909][ T1] Testing event iomap_readahead: OK
<6>[ 86.300523][ T1] Testing event iomap_readpage: OK
<6>[ 86.347174][ T1] Testing event ext4_fc_track_range: OK
<6>[ 86.393880][ T1] Testing event ext4_fc_track_inode: OK
<6>[ 86.440502][ T1] Testing event ext4_fc_track_unlink: OK
<6>[ 86.487135][ T1] Testing event ext4_fc_track_link: OK
<6>[ 86.530534][ T1] Testing event ext4_fc_track_create: OK
<6>[ 86.577111][ T1] Testing event ext4_fc_stats: OK
<6>[ 86.623836][ T1] Testing event ext4_fc_commit_stop: OK
<6>[ 86.666886][ T1] Testing event ext4_fc_commit_start: OK
<6>[ 86.716890][ T1] Testing event ext4_fc_replay: OK
<6>[ 86.760281][ T1] Testing event ext4_fc_replay_scan: OK
<6>[ 86.810163][ T1] Testing event ext4_lazy_itable_init: OK
<6>[ 86.856900][ T1] Testing event ext4_prefetch_bitmaps: OK
<6>[ 86.910231][ T1] Testing event ext4_error: OK
<6>[ 86.960223][ T1] Testing event ext4_shutdown: OK
<6>[ 87.003519][ T1] Testing event ext4_getfsmap_mapping: OK
<6>[ 87.050299][ T1] Testing event ext4_getfsmap_high_key: OK
<6>[ 87.100196][ T1] Testing event ext4_getfsmap_low_key: OK
<6>[ 87.143550][ T1] Testing event ext4_fsmap_mapping: OK
<6>[ 87.186846][ T1] Testing event ext4_fsmap_high_key: OK
<6>[ 87.233573][ T1] Testing event ext4_fsmap_low_key: OK
<6>[ 87.276809][ T1] Testing event ext4_es_insert_delayed_block: OK
<6>[ 87.323581][ T1] Testing event ext4_es_shrink: OK
<6>[ 87.376872][ T1] Testing event ext4_insert_range: OK
<6>[ 87.420143][ T1] Testing event ext4_collapse_range: OK
<6>[ 87.470198][ T1] Testing event ext4_es_shrink_scan_exit: OK
<6>[ 87.516900][ T1] Testing event ext4_es_shrink_scan_enter: OK
<6>[ 87.563552][ T1] Testing event ext4_es_shrink_count: OK
<6>[ 87.613766][ T1] Testing event ext4_es_lookup_extent_exit: OK
<6>[ 87.657189][ T1] Testing event ext4_es_lookup_extent_enter: OK
<6>[ 87.703889][ T1] Testing event ext4_es_find_extent_range_exit: OK
<6>[ 87.753841][ T1] Testing event ext4_es_find_extent_range_enter: OK
<6>[ 87.800551][ T1] Testing event ext4_es_remove_extent: OK
<6>[ 87.850505][ T1] Testing event ext4_es_cache_extent: OK
<6>[ 87.897124][ T1] Testing event ext4_es_insert_extent: OK
<6>[ 87.943867][ T1] Testing event ext4_ext_remove_space_done: OK
<6>[ 87.993837][ T1] Testing event ext4_ext_remove_space: OK
<6>[ 88.040479][ T1] Testing event ext4_ext_rm_idx: OK
<6>[ 88.090581][ T1] Testing event ext4_ext_rm_leaf: OK
<6>[ 88.140435][ T1] Testing event ext4_remove_blocks: OK
<6>[ 88.190505][ T1] Testing event ext4_ext_show_extent: OK
<6>[ 88.240487][ T1] Testing event ext4_get_implied_cluster_alloc_exit: OK
<6>[ 88.290785][ T1] Testing event ext4_ext_handle_unwritten_extents: OK
<6>[ 88.337231][ T1] Testing event ext4_trim_all_free: OK
<6>[ 88.383877][ T1] Testing event ext4_trim_extent: OK
<6>[ 88.430506][ T1] Testing event ext4_journal_start_reserved: OK
<6>[ 88.473573][ T1] Testing event ext4_journal_start: OK
<6>[ 88.520218][ T1] Testing event ext4_load_inode: OK
<6>[ 88.566849][ T1] Testing event ext4_ext_load_extent: OK
<6>[ 88.613517][ T1] Testing event ext4_ind_map_blocks_exit: OK
<6>[ 88.663538][ T1] Testing event ext4_ext_map_blocks_exit: OK
<6>[ 88.710171][ T1] Testing event ext4_ind_map_blocks_enter: OK
<6>[ 88.756818][ T1] Testing event ext4_ext_map_blocks_enter: OK
<6>[ 88.803478][ T1] Testing event ext4_ext_convert_to_initialized_fastpath: OK
<6>[ 88.846903][ T1] Testing event ext4_ext_convert_to_initialized_enter: OK
<6>[ 88.896888][ T1] Testing event ext4_truncate_exit: OK
<6>[ 88.946916][ T1] Testing event ext4_truncate_enter: OK
<6>[ 88.996896][ T1] Testing event ext4_unlink_exit: OK
<6>[ 89.040222][ T1] Testing event ext4_unlink_enter: OK
<6>[ 89.086937][ T1] Testing event ext4_fallocate_exit: OK
<6>[ 89.130253][ T1] Testing event ext4_zero_range: OK
<6>[ 89.176883][ T1] Testing event ext4_punch_hole: OK
<6>[ 89.220178][ T1] Testing event ext4_fallocate_enter: OK
<6>[ 89.263501][ T1] Testing event ext4_read_block_bitmap_load: OK
<6>[ 89.313617][ T1] Testing event ext4_load_inode_bitmap: OK
<6>[ 89.363893][ T1] Testing event ext4_mb_buddy_bitmap_load: OK
<6>[ 89.410285][ T1] Testing event ext4_mb_bitmap_load: OK
<6>[ 89.460265][ T1] Testing event ext4_da_release_space: OK
<6>[ 89.510246][ T1] Testing event ext4_da_reserve_space: OK
<6>[ 89.556993][ T1] Testing event ext4_da_update_reserve_space: OK
<6>[ 89.603922][ T1] Testing event ext4_forget: OK
<6>[ 89.653861][ T1] Testing event ext4_mballoc_free: OK
<6>[ 89.703896][ T1] Testing event ext4_mballoc_discard: OK
<6>[ 89.750570][ T1] Testing event ext4_mballoc_prealloc: OK
<6>[ 89.797215][ T1] Testing event ext4_mballoc_alloc: OK
<6>[ 89.843883][ T1] Testing event ext4_alloc_da_blocks: OK
<6>[ 89.893872][ T1] Testing event ext4_sync_fs: OK
<6>[ 89.943881][ T1] Testing event ext4_sync_file_exit: OK
<6>[ 89.990554][ T1] Testing event ext4_sync_file_enter: OK
<6>[ 90.040502][ T1] Testing event ext4_free_blocks: OK
<6>[ 90.090535][ T1] Testing event ext4_allocate_blocks: OK
<6>[ 90.137159][ T1] Testing event ext4_request_blocks: OK
<6>[ 90.187196][ T1] Testing event ext4_mb_discard_preallocations: OK
<6>[ 90.233595][ T1] Testing event ext4_discard_preallocations: OK
<6>[ 90.276880][ T1] Testing event ext4_mb_release_group_pa: OK
<6>[ 90.320268][ T1] Testing event ext4_mb_release_inode_pa: OK
<6>[ 90.366934][ T1] Testing event ext4_mb_new_group_pa: OK
<6>[ 90.413578][ T1] Testing event ext4_mb_new_inode_pa: OK
<6>[ 90.460251][ T1] Testing event ext4_discard_blocks: OK
<6>[ 90.503581][ T1] Testing event ext4_journalled_invalidatepage: OK
<6>[ 90.553586][ T1] Testing event ext4_invalidatepage: OK
<6>[ 90.603578][ T1] Testing event ext4_releasepage: OK
<6>[ 90.650205][ T1] Testing event ext4_readpage: OK
<6>[ 90.696814][ T1] Testing event ext4_writepage: OK
<6>[ 90.743501][ T1] Testing event ext4_writepages_result: OK
<6>[ 90.793886][ T1] Testing event ext4_da_write_pages_extent: OK
<6>[ 90.843535][ T1] Testing event ext4_da_write_pages: OK
<6>[ 90.890274][ T1] Testing event ext4_writepages: OK
<6>[ 90.936933][ T1] Testing event ext4_da_write_end: OK
<6>[ 90.983534][ T1] Testing event ext4_journalled_write_end: OK
<6>[ 91.030234][ T1] Testing event ext4_write_end: OK
<6>[ 91.076890][ T1] Testing event ext4_da_write_begin: OK
<6>[ 91.123603][ T1] Testing event ext4_write_begin: OK
<6>[ 91.173554][ T1] Testing event ext4_begin_ordered_truncate: OK
<6>[ 91.220261][ T1] Testing event ext4_mark_inode_dirty: OK
<6>[ 91.266891][ T1] Testing event ext4_nfs_commit_metadata: OK
<6>[ 91.316948][ T1] Testing event ext4_drop_inode: OK
<6>[ 91.366896][ T1] Testing event ext4_evict_inode: OK
<6>[ 91.413518][ T1] Testing event ext4_allocate_inode: OK
<6>[ 91.463583][ T1] Testing event ext4_request_inode: OK
<6>[ 91.510399][ T1] Testing event ext4_free_inode: OK
<6>[ 91.553937][ T1] Testing event ext4_other_inode_update_time: OK
<6>[ 91.597351][ T1] Testing event jbd2_shrink_checkpoint_list: OK
<6>[ 91.640579][ T1] Testing event jbd2_shrink_scan_exit: OK
<6>[ 91.684025][ T1] Testing event jbd2_shrink_scan_enter: OK
<6>[ 91.727278][ T1] Testing event jbd2_shrink_count: OK
<6>[ 91.770629][ T1] Testing event jbd2_lock_buffer_stall: OK
<6>[ 91.817233][ T1] Testing event jbd2_write_superblock: OK
<6>[ 91.863917][ T1] Testing event jbd2_update_log_tail: OK
<6>[ 91.907342][ T1] Testing event jbd2_checkpoint_stats: OK
<6>[ 91.953940][ T1] Testing event jbd2_run_stats: OK
<6>[ 92.000300][ T1] Testing event jbd2_handle_stats: OK
<6>[ 92.046920][ T1] Testing event jbd2_handle_extend: OK
<6>[ 92.093885][ T1] Testing event jbd2_handle_restart: OK
<6>[ 92.140262][ T1] Testing event jbd2_handle_start: OK
<6>[ 92.190288][ T1] Testing event jbd2_submit_inode_data: OK
<6>[ 92.236966][ T1] Testing event jbd2_end_commit: OK
<6>[ 92.283619][ T1] Testing event jbd2_drop_transaction: OK
<6>[ 92.330284][ T1] Testing event jbd2_commit_logging: OK
<6>[ 92.376953][ T1] Testing event jbd2_commit_flushing: OK
<6>[ 92.423637][ T1] Testing event jbd2_commit_locking: OK
<6>[ 92.473578][ T1] Testing event jbd2_start_commit: OK
<6>[ 92.523632][ T1] Testing event jbd2_checkpoint: OK
<6>[ 92.570232][ T1] Testing event block_rq_remap: OK
<6>[ 92.616868][ T1] Testing event block_bio_remap: OK
<6>[ 92.660240][ T1] Testing event block_split: OK
<6>[ 92.706925][ T1] Testing event block_unplug: OK
<6>[ 92.753625][ T1] Testing event block_plug: OK
<6>[ 92.796833][ T1] Testing event block_getrq: OK
<6>[ 92.846871][ T1] Testing event block_bio_queue: OK
<6>[ 92.893666][ T1] Testing event block_bio_frontmerge: OK
<6>[ 92.943716][ T1] Testing event block_bio_backmerge: OK
<6>[ 92.993520][ T1] Testing event block_bio_bounce: OK
<6>[ 93.040118][ T1] Testing event block_bio_complete: OK
<6>[ 93.086896][ T1] Testing event block_rq_merge: OK
<6>[ 93.133567][ T1] Testing event block_rq_issue: OK
<6>[ 93.180219][ T1] Testing event block_rq_insert: OK
<6>[ 93.230533][ T1] Testing event block_rq_complete: OK
<6>[ 93.280444][ T1] Testing event block_rq_requeue: OK
<6>[ 93.327154][ T1] Testing event block_dirty_buffer: OK
<6>[ 93.373835][ T1] Testing event block_touch_buffer: OK
<6>[ 93.420439][ T1] Testing event iocost_iocg_forgive_debt: OK
<6>[ 93.467157][ T1] Testing event iocost_ioc_vrate_adj: OK
<6>[ 93.520458][ T1] Testing event iocost_inuse_adjust: OK
<6>[ 93.567129][ T1] Testing event iocost_inuse_transfer: OK
<6>[ 93.617114][ T1] Testing event iocost_inuse_shortage: OK
<6>[ 93.663800][ T1] Testing event iocost_iocg_idle: OK
<6>[ 93.707135][ T1] Testing event iocost_iocg_activate: OK
<6>[ 93.756831][ T1] Testing event wbt_timer: OK
<6>[ 93.803453][ T1] Testing event wbt_step: OK
<6>[ 93.850110][ T1] Testing event wbt_lat: OK
<6>[ 93.896807][ T1] Testing event wbt_stat: OK
<6>[ 93.943450][ T1] Testing event rdpmc: OK
<6>[ 93.990125][ T1] Testing event write_msr: OK
<6>[ 94.036897][ T1] Testing event read_msr: OK
<6>[ 94.080188][ T1] Testing event gpio_value: OK
<6>[ 94.126857][ T1] Testing event gpio_direction: OK
<6>[ 94.176856][ T1] Testing event pwm_get: OK
<6>[ 94.226793][ T1] Testing event pwm_apply: OK
<6>[ 94.270036][ T1] Testing event clk_set_duty_cycle_complete: OK
<6>[ 94.316737][ T1] Testing event clk_set_duty_cycle: OK
<6>[ 94.366812][ T1] Testing event clk_set_phase_complete: OK
<6>[ 94.410129][ T1] Testing event clk_set_phase: OK
<6>[ 94.460152][ T1] Testing event clk_set_parent_complete: OK
<6>[ 94.506804][ T1] Testing event clk_set_parent: OK
<6>[ 94.553480][ T1] Testing event clk_set_rate_range: OK
<6>[ 94.600063][ T1] Testing event clk_set_max_rate: OK
<6>[ 94.646752][ T1] Testing event clk_set_min_rate: OK
<6>[ 94.693383][ T1] Testing event clk_set_rate_complete: OK
<6>[ 94.743446][ T1] Testing event clk_set_rate: OK
<6>[ 94.790104][ T1] Testing event clk_unprepare_complete: OK
<6>[ 94.840135][ T1] Testing event clk_unprepare: OK
<6>[ 94.886827][ T1] Testing event clk_prepare_complete: OK
<6>[ 94.930435][ T1] Testing event clk_prepare: OK
<6>[ 94.977148][ T1] Testing event clk_disable_complete: OK
<6>[ 95.023789][ T1] Testing event clk_disable: OK
<6>[ 95.070440][ T1] Testing event clk_enable_complete: OK
<6>[ 95.113772][ T1] Testing event clk_enable: OK
<6>[ 95.160317][ T1] Testing event regulator_set_voltage_complete: OK
<6>[ 95.210448][ T1] Testing event regulator_set_voltage: OK
<6>[ 95.260469][ T1] Testing event regulator_bypass_disable_complete: OK
<6>[ 95.310322][ T1] Testing event regulator_bypass_disable: OK
<6>[ 95.357123][ T1] Testing event regulator_bypass_enable_complete: OK
<6>[ 95.403802][ T1] Testing event regulator_bypass_enable: OK
<6>[ 95.450455][ T1] Testing event regulator_disable_complete: OK
<6>[ 95.497774][ T1] Testing event regulator_disable: OK
<6>[ 95.543483][ T1] Testing event regulator_enable_complete: OK
<6>[ 95.593485][ T1] Testing event regulator_enable_delay: OK
<6>[ 95.640238][ T1] Testing event regulator_enable: OK
<6>[ 95.690153][ T1] Testing event prandom_u32: OK
<6>[ 95.736803][ T1] Testing event urandom_read: OK
<6>[ 95.783459][ T1] Testing event extract_entropy: OK
<6>[ 95.830146][ T1] Testing event get_random_bytes_arch: OK
<6>[ 95.880191][ T1] Testing event get_random_bytes: OK
<6>[ 95.926812][ T1] Testing event add_disk_randomness: OK
<6>[ 95.973473][ T1] Testing event add_input_randomness: OK
<6>[ 96.020146][ T1] Testing event debit_entropy: OK
<6>[ 96.066859][ T1] Testing event credit_entropy_bits: OK
<6>[ 96.113519][ T1] Testing event mix_pool_bytes_nolock: OK
<6>[ 96.163873][ T1] Testing event mix_pool_bytes: OK
<6>[ 96.213512][ T1] Testing event add_device_randomness: OK
<6>[ 96.260210][ T1] Testing event prq_report: OK
<6>[ 96.306851][ T1] Testing event qi_submit: OK
<6>[ 96.353841][ T1] Testing event io_page_fault: OK
<6>[ 96.400532][ T1] Testing event unmap: OK
<6>[ 96.443902][ T1] Testing event map: OK
<6>[ 96.493824][ T1] Testing event detach_device_from_domain: OK
<6>[ 96.540535][ T1] Testing event attach_device_to_domain: OK
<6>[ 96.587314][ T1] Testing event remove_device_from_group: OK
<6>[ 96.633820][ T1] Testing event add_device_to_group: OK
<6>[ 96.680544][ T1] Testing event regcache_drop_region: OK
<6>[ 96.727210][ T1] Testing event regmap_async_complete_done: OK
<6>[ 96.773919][ T1] Testing event regmap_async_complete_start: OK
<6>[ 96.820541][ T1] Testing event regmap_async_io_complete: OK
<6>[ 96.870594][ T1] Testing event regmap_async_write_start: OK
<6>[ 96.920514][ T1] Testing event regmap_cache_bypass: OK
<6>[ 96.970249][ T1] Testing event regmap_cache_only: OK
<6>[ 97.020527][ T1] Testing event regcache_sync: OK
<6>[ 97.067125][ T1] Testing event regmap_hw_write_done: OK
<6>[ 97.110332][ T1] Testing event regmap_hw_write_start: OK
<6>[ 97.157298][ T1] Testing event regmap_hw_read_done: OK
<6>[ 97.203989][ T1] Testing event regmap_hw_read_start: OK
<6>[ 97.253890][ T1] Testing event regmap_reg_read_cache: OK
<6>[ 97.300327][ T1] Testing event regmap_reg_read: OK
<6>[ 97.343567][ T1] Testing event regmap_reg_write: OK
<6>[ 97.393593][ T1] Testing event devres_log: OK
<6>[ 97.440313][ T1] Testing event dma_fence_wait_end: OK
<6>[ 97.486925][ T1] Testing event dma_fence_wait_start: OK
<6>[ 97.533535][ T1] Testing event dma_fence_signaled: OK
<6>[ 97.583603][ T1] Testing event dma_fence_enable_signal: OK
<6>[ 97.633566][ T1] Testing event dma_fence_destroy: OK
<6>[ 97.683592][ T1] Testing event dma_fence_init: OK
<6>[ 97.730253][ T1] Testing event dma_fence_emit: OK
<6>[ 97.776798][ T1] Testing event sync_timeline: OK
<6>[ 97.823526][ T1] Testing event scsi_eh_wakeup: OK
<6>[ 97.870227][ T1] Testing event scsi_dispatch_cmd_timeout: OK
<6>[ 97.916884][ T1] Testing event scsi_dispatch_cmd_done: OK
<6>[ 97.966833][ T1] Testing event scsi_dispatch_cmd_error: OK
<6>[ 98.013584][ T1] Testing event scsi_dispatch_cmd_start: OK
<6>[ 98.060198][ T1] Testing event ata_eh_link_autopsy_qc: OK
<6>[ 98.110206][ T1] Testing event ata_eh_link_autopsy: OK
<6>[ 98.156920][ T1] Testing event ata_qc_complete_done: OK
<6>[ 98.203518][ T1] Testing event ata_qc_complete_failed: OK
<6>[ 98.250212][ T1] Testing event ata_qc_complete_internal: OK
<6>[ 98.296880][ T1] Testing event ata_qc_issue: OK
<6>[ 98.343586][ T1] Testing event spi_transfer_stop: OK
<6>[ 98.390531][ T1] Testing event spi_transfer_start: OK
<6>[ 98.437173][ T1] Testing event spi_message_done: OK
<6>[ 98.483765][ T1] Testing event spi_message_start: OK
<6>[ 98.533768][ T1] Testing event spi_message_submit: OK
<6>[ 98.583573][ T1] Testing event spi_set_cs: OK
<6>[ 98.633796][ T1] Testing event spi_setup: OK
<6>[ 98.683763][ T1] Testing event spi_controller_busy: OK
<6>[ 98.730213][ T1] Testing event spi_controller_idle: OK
<6>[ 98.776868][ T1] Testing event mdio_access: OK
<6>[ 98.823520][ T1] Testing event xhci_dbc_giveback_request: OK
<6>[ 98.873854][ T1] Testing event xhci_dbc_queue_request: OK
<6>[ 98.927181][ T1] Testing event xhci_dbc_free_request: OK
<6>[ 98.980513][ T1] Testing event xhci_dbc_alloc_request: OK
<6>[ 99.030535][ T1] Testing event xhci_ring_host_doorbell: OK
<6>[ 99.076797][ T1] Testing event xhci_ring_ep_doorbell: OK
<6>[ 99.120169][ T1] Testing event xhci_hub_status_data: OK
<6>[ 99.166849][ T1] Testing event xhci_get_port_status: OK
<6>[ 99.216823][ T1] Testing event xhci_handle_port_status: OK
<6>[ 99.263506][ T1] Testing event xhci_inc_deq: OK
<6>[ 99.310176][ T1] Testing event xhci_inc_enq: OK
<6>[ 99.356807][ T1] Testing event xhci_ring_expansion: OK
<6>[ 99.403542][ T1] Testing event xhci_ring_free: OK
<6>[ 99.450188][ T1] Testing event xhci_ring_alloc: OK
<6>[ 99.496848][ T1] Testing event xhci_configure_endpoint_ctrl_ctx: OK
<6>[ 99.543521][ T1] Testing event xhci_address_ctrl_ctx: OK
<6>[ 99.590187][ T1] Testing event xhci_configure_endpoint: OK
<6>[ 99.640237][ T1] Testing event xhci_handle_cmd_set_deq: OK
<6>[ 99.686871][ T1] Testing event xhci_handle_cmd_reset_dev: OK
<6>[ 99.733564][ T1] Testing event xhci_handle_cmd_addr_dev: OK
<6>[ 99.780181][ T1] Testing event xhci_setup_device_slot: OK
<6>[ 99.826875][ T1] Testing event xhci_discover_or_reset_device: OK
<6>[ 99.873521][ T1] Testing event xhci_handle_cmd_disable_slot: OK
<6>[ 99.920217][ T1] Testing event xhci_free_dev: OK
<6>[ 99.966852][ T1] Testing event xhci_alloc_dev: OK
<6>[ 100.013512][ T1] Testing event xhci_add_endpoint: OK
<6>[ 100.063538][ T1] Testing event xhci_handle_cmd_config_ep: OK
<6>[ 100.110251][ T1] Testing event xhci_handle_cmd_reset_ep: OK
<6>[ 100.156927][ T1] Testing event xhci_handle_cmd_set_deq_ep: OK
<6>[ 100.203979][ T1] Testing event xhci_handle_cmd_stop_ep: OK
<6>[ 100.250495][ T1] Testing event xhci_urb_dequeue: OK
<6>[ 100.300562][ T1] Testing event xhci_urb_giveback: OK
<6>[ 100.343880][ T1] Testing event xhci_urb_enqueue: OK
<6>[ 100.393865][ T1] Testing event xhci_stop_device: OK
<6>[ 100.443854][ T1] Testing event xhci_setup_addressable_virt_device: OK
<6>[ 100.490562][ T1] Testing event xhci_setup_device: OK
<6>[ 100.537209][ T1] Testing event xhci_alloc_virt_device: OK
<6>[ 100.580455][ T1] Testing event xhci_free_virt_device: OK
<6>[ 100.630495][ T1] Testing event xhci_dbc_gadget_ep_queue: OK
<6>[ 100.680577][ T1] Testing event xhci_dbc_handle_transfer: OK
<6>[ 100.730545][ T1] Testing event xhci_dbc_handle_event: OK
<6>[ 100.777179][ T1] Testing event xhci_queue_trb: OK
<6>[ 100.826850][ T1] Testing event xhci_handle_transfer: OK
<6>[ 100.876874][ T1] Testing event xhci_handle_command: OK
<6>[ 100.923540][ T1] Testing event xhci_handle_event: OK
<6>[ 100.970254][ T1] Testing event xhci_address_ctx: OK
<6>[ 101.016999][ T1] Testing event xhci_dbg_ring_expansion: OK
<6>[ 101.063577][ T1] Testing event xhci_dbg_init: OK
<6>[ 101.113599][ T1] Testing event xhci_dbg_cancel_urb: OK
<6>[ 101.160234][ T1] Testing event xhci_dbg_reset_ep: OK
<6>[ 101.206909][ T1] Testing event xhci_dbg_quirks: OK
<6>[ 101.253591][ T1] Testing event xhci_dbg_context_change: OK
<6>[ 101.300223][ T1] Testing event xhci_dbg_address: OK
<6>[ 101.346866][ T1] Testing event rtc_timer_fired: OK
<6>[ 101.396858][ T1] Testing event rtc_timer_dequeue: OK
<6>[ 101.443773][ T1] Testing event rtc_timer_enqueue: OK
<6>[ 101.490272][ T1] Testing event rtc_read_offset: OK
<6>[ 101.540432][ T1] Testing event rtc_set_offset: OK
<6>[ 101.587177][ T1] Testing event rtc_alarm_irq_enable: OK
<6>[ 101.633642][ T1] Testing event rtc_irq_set_state: OK
<6>[ 101.676868][ T1] Testing event rtc_irq_set_freq: OK
<6>[ 101.726909][ T1] Testing event rtc_read_alarm: OK
<6>[ 101.773541][ T1] Testing event rtc_set_alarm: OK
<6>[ 101.816819][ T1] Testing event rtc_read_time: OK
<6>[ 101.866831][ T1] Testing event rtc_set_time: OK
<6>[ 101.913547][ T1] Testing event i2c_result: OK
<6>[ 101.960458][ T1] Testing event i2c_reply: OK
<6>[ 102.003913][ T1] Testing event i2c_read: OK
<6>[ 102.047344][ T1] Testing event i2c_write: OK
<6>[ 102.090574][ T1] Testing event smbus_result: OK
<6>[ 102.133797][ T1] Testing event smbus_reply: OK
<6>[ 102.180468][ T1] Testing event smbus_read: OK
<6>[ 102.227128][ T1] Testing event smbus_write: OK
<6>[ 102.273770][ T1] Testing event hwmon_attr_show_string: OK
<6>[ 102.317154][ T1] Testing event hwmon_attr_store: OK
<6>[ 102.360533][ T1] Testing event hwmon_attr_show: OK
<6>[ 102.403777][ T1] Testing event thermal_power_devfreq_limit: OK
<6>[ 102.447152][ T1] Testing event thermal_power_devfreq_get_power: OK
<6>[ 102.490579][ T1] Testing event thermal_zone_trip: OK
<6>[ 102.533826][ T1] Testing event cdev_update: OK
<6>[ 102.581089][ T1] Testing event thermal_temperature: OK
<6>[ 102.623586][ T1] Testing event thermal_power_allocator_pid: OK
<6>[ 102.666849][ T1] Testing event thermal_power_allocator: OK
<6>[ 102.713518][ T1] Testing event mmc_request_done: OK
<6>[ 102.760144][ T1] Testing event mmc_request_start: OK
<6>[ 102.806861][ T1] Testing event cros_ec_request_done: OK
<6>[ 102.853530][ T1] Testing event cros_ec_request_start: OK
<6>[ 102.903443][ T1] Testing event devfreq_monitor: OK
<6>[ 102.950141][ T1] Testing event devfreq_frequency: OK
<6>[ 102.993490][ T1] Testing event memory_failure_event: OK
<6>[ 103.043529][ T1] Testing event aer_event: OK
<6>[ 103.090189][ T1] Testing event non_standard_event: OK
<6>[ 103.136835][ T1] Testing event arm_event: OK
<6>[ 103.183507][ T1] Testing event mc_event: OK
<6>[ 103.230118][ T1] Testing event extlog_mem_event: OK
<6>[ 103.273366][ T1] Testing event icc_set_bw_end: OK
<6>[ 103.320223][ T1] Testing event icc_set_bw: OK
<6>[ 103.366761][ T1] Testing event neigh_cleanup_and_release: OK
<6>[ 103.413487][ T1] Testing event neigh_event_send_dead: OK
<6>[ 103.460210][ T1] Testing event neigh_event_send_done: OK
<6>[ 103.510195][ T1] Testing event neigh_timer_handler: OK
<6>[ 103.553581][ T1] Testing event neigh_update_done: OK
<6>[ 103.600494][ T1] Testing event neigh_update: OK
<6>[ 103.650415][ T1] Testing event neigh_create: OK
<6>[ 103.697173][ T1] Testing event page_pool_update_nid: OK
<6>[ 103.743786][ T1] Testing event page_pool_state_hold: OK
<6>[ 103.790445][ T1] Testing event page_pool_state_release: OK
<6>[ 103.837112][ T1] Testing event page_pool_release: OK
<6>[ 103.883771][ T1] Testing event br_fdb_update: OK
<6>[ 103.930309][ T1] Testing event fdb_delete: OK
<6>[ 103.976926][ T1] Testing event br_fdb_external_learn_add: OK
<6>[ 104.027096][ T1] Testing event br_fdb_add: OK
<6>[ 104.073760][ T1] Testing event qdisc_create: OK
<6>[ 104.123863][ T1] Testing event qdisc_destroy: OK
<6>[ 104.167130][ T1] Testing event qdisc_reset: OK
<6>[ 104.213866][ T1] Testing event qdisc_enqueue: OK
<6>[ 104.260545][ T1] Testing event qdisc_dequeue: OK
<6>[ 104.310515][ T1] Testing event fib_table_lookup: OK
<6>[ 104.357297][ T1] Testing event tcp_bad_csum: OK
<6>[ 104.406912][ T1] Testing event tcp_probe: OK
<6>[ 104.456897][ T1] Testing event tcp_retransmit_synack: OK
<6>[ 104.506883][ T1] Testing event tcp_rcv_space_adjust: OK
<6>[ 104.553567][ T1] Testing event tcp_destroy_sock: OK
<6>[ 104.600261][ T1] Testing event tcp_receive_reset: OK
<6>[ 104.646903][ T1] Testing event tcp_send_reset: OK
<6>[ 104.693546][ T1] Testing event tcp_retransmit_skb: OK
<6>[ 104.740194][ T1] Testing event udp_fail_queue_rcv_skb: OK
<6>[ 104.786899][ T1] Testing event inet_sk_error_report: OK
<6>[ 104.833573][ T1] Testing event inet_sock_set_state: OK
<6>[ 104.880233][ T1] Testing event sock_exceed_buf_limit: OK
<6>[ 104.926930][ T1] Testing event sock_rcvqueue_full: OK
<6>[ 104.973587][ T1] Testing event napi_poll: OK
<6>[ 105.020272][ T1] Testing event netif_receive_skb_list_exit: OK
<6>[ 105.066951][ T1] Testing event netif_rx_ni_exit: OK
<6>[ 105.110208][ T1] Testing event netif_rx_exit: OK
<6>[ 105.157161][ T1] Testing event netif_receive_skb_exit: OK
<6>[ 105.207122][ T1] Testing event napi_gro_receive_exit: OK
<6>[ 105.253659][ T1] Testing event napi_gro_frags_exit: OK
<6>[ 105.297000][ T1] Testing event netif_rx_ni_entry: OK
<6>[ 105.346998][ T1] Testing event netif_rx_entry: OK
<6>[ 105.400287][ T1] Testing event netif_receive_skb_list_entry: OK
<6>[ 105.450281][ T1] Testing event netif_receive_skb_entry: OK
<6>[ 105.497123][ T1] Testing event napi_gro_receive_entry: OK
<6>[ 105.543894][ T1] Testing event napi_gro_frags_entry: OK
<6>[ 105.593942][ T1] Testing event netif_rx: OK
<6>[ 105.637213][ T1] Testing event netif_receive_skb: OK
<6>[ 105.680562][ T1] Testing event net_dev_queue: OK
<6>[ 105.727240][ T1] Testing event net_dev_xmit_timeout: OK
<6>[ 105.773930][ T1] Testing event net_dev_xmit: OK
<6>[ 105.820551][ T1] Testing event net_dev_start_xmit: OK
<6>[ 105.863837][ T1] Testing event skb_copy_datagram_iovec: OK
<6>[ 105.910657][ T1] Testing event consume_skb: OK
<6>[ 105.957344][ T1] Testing event kfree_skb: OK
<6>[ 106.007269][ T1] Testing event devlink_trap_report: OK
<6>[ 106.057310][ T1] Testing event devlink_health_reporter_state_update: OK
<6>[ 106.103913][ T1] Testing event devlink_health_recover_aborted: OK
<6>[ 106.150274][ T1] Testing event devlink_health_report: OK
<6>[ 106.200605][ T1] Testing event devlink_hwerr: OK
<6>[ 106.250187][ T1] Testing event devlink_hwmsg: OK
<6>[ 106.293445][ T1] Testing event netlink_extack: OK
<6>[ 106.346955][ T1] Testing event bpf_test_finish: OK
<6>[ 106.393592][ T1] Testing event tls_device_tx_resync_send: OK
<6>[ 106.443659][ T1] Testing event tls_device_tx_resync_req: OK
<6>[ 106.490288][ T1] Testing event tls_device_rx_resync_nh_delay: OK
<6>[ 106.540280][ T1] Testing event tls_device_rx_resync_nh_schedule: OK
<6>[ 106.590318][ T1] Testing event tls_device_rx_resync_send: OK
<6>[ 106.636953][ T1] Testing event tls_device_decrypted: OK
<6>[ 106.686994][ T1] Testing event tls_device_offload_set: OK
<6>[ 106.736961][ T1] Testing event fib6_table_lookup: OK
<6>[ 106.790333][ T1] Testing event subflow_check_data_avail: OK
<6>[ 106.836946][ T1] Testing event ack_update_msk: OK
<6>[ 106.883591][ T1] Testing event get_mapping_status: OK
<6>[ 106.933650][ T1] Testing event mptcp_subflow_get_send: OK
<6>[ 106.980546][ T1] Running tests on trace event systems:
<6>[ 106.983105][ T1] Testing event system mptcp: OK
<6>[ 107.027760][ T1] Testing event system fib6: OK
<6>[ 107.073824][ T1] Testing event system tls: OK
<6>[ 107.121276][ T1] Testing event system bpf_test_run: OK
<6>[ 107.170566][ T1] Testing event system netlink: OK
<6>[ 107.217157][ T1] Testing event system devlink: OK
<6>[ 107.267750][ T1] Testing event system skb: OK
<6>[ 107.317672][ T1] Testing event system net: OK
<6>[ 107.368777][ T1] Testing event system napi: OK
<6>[ 107.413822][ T1] Testing event system sock: OK
<6>[ 107.460710][ T1] Testing event system udp: OK
<6>[ 107.506961][ T1] Testing event system tcp: OK
<6>[ 107.554501][ T1] Testing event system fib: OK
<6>[ 107.603767][ T1] Testing event system qdisc: OK
<6>[ 107.650772][ T1] Testing event system bridge: OK
<6>[ 107.700257][ T1] Testing event system page_pool: OK
<6>[ 107.747350][ T1] Testing event system neigh: OK
<6>[ 107.790972][ T1] Testing event system interconnect: OK
<6>[ 107.834093][ T1] Testing event system ras: OK
<6>[ 107.880957][ T1] Testing event system devfreq: OK
<6>[ 107.927157][ T1] Testing event system cros_ec: OK
<6>[ 107.980425][ T1] Testing event system mmc: OK
<6>[ 108.027148][ T1] Testing event system thermal_power_allocator: OK
<6>[ 108.077238][ T1] Testing event system thermal: OK
<6>[ 108.127462][ T1] Testing event system hwmon: OK
<6>[ 108.173902][ T1] Testing event system smbus: OK
<6>[ 108.220550][ T1] Testing event system i2c: OK
<6>[ 108.270637][ T1] Testing event system rtc: OK
<6>[ 108.321635][ T1] Testing event system xhci-hcd: OK
<6>[ 108.382254][ T1] Testing event system mdio: OK
<6>[ 108.426904][ T1] Testing event system spi: OK
<6>[ 108.474411][ T1] Testing event system libata: OK
<6>[ 108.524125][ T1] Testing event system scsi: OK
<6>[ 108.570650][ T1] Testing event system sync_trace: OK
<6>[ 108.620263][ T1] Testing event system dma_fence: OK
<6>[ 108.667449][ T1] Testing event system dev: OK
<6>[ 108.716990][ T1] Testing event system regmap: OK
<6>[ 108.768546][ T1] Testing event system iommu: OK
<6>[ 108.814325][ T1] Testing event system intel_iommu: OK
<6>[ 108.863660][ T1] Testing event system random: OK
<6>[ 108.911487][ T1] Testing event system regulator: OK
<6>[ 108.958044][ T1] Testing event system clk: OK
<6>[ 109.008794][ T1] Testing event system pwm: OK
<6>[ 109.056978][ T1] Testing event system gpio: OK
<6>[ 109.103955][ T1] Testing event system msr: OK
<6>[ 109.154203][ T1] Testing event system wbt: OK
<6>[ 109.200581][ T1] Testing event system iocost: OK
<6>[ 109.251180][ T1] Testing event system block: OK
<6>[ 109.305299][ T1] Testing event system jbd2: OK
<6>[ 109.358873][ T1] Testing event system ext4: OK
<6>[ 109.431240][ T1] Testing event system iomap: OK
<6>[ 109.480951][ T1] Testing event system filelock: OK
<6>[ 109.524733][ T1] Testing event system fs_dax: OK
<6>[ 109.571563][ T1] Testing event system io_uring: OK
<6>[ 109.624792][ T1] Testing event system writeback: OK
<6>[ 109.680070][ T1] Testing event system page_isolation: OK
<6>[ 109.730193][ T1] Testing event system huge_memory: OK
<6>[ 109.777170][ T1] Testing event system migrate: OK
<6>[ 109.830314][ T1] Testing event system mmap: OK
<6>[ 109.876864][ T1] Testing event system mmap_lock: OK
<6>[ 109.941118][ T1] Testing event system compaction: OK
<6>[ 109.988284][ T1] Testing event system kmem: OK
<6>[ 110.041599][ T1] Testing event system percpu: OK
<6>[ 110.090633][ T1] Testing event system vmscan: OK
<6>[ 110.138436][ T1] Testing event system pagemap: OK
<6>[ 110.186932][ T1] Testing event system oom: OK
<6>[ 110.234536][ T1] Testing event system filemap: OK
<6>[ 110.283926][ T1] Testing event system rseq: OK
<6>[ 110.333611][ T1] Testing event system xdp: OK
<6>[ 110.381131][ T1] Testing event system rpm: OK
<6>[ 110.424135][ T1] Testing event system power: OK
<6>[ 110.479781][ T1] Testing event system error_report: OK
<6>[ 110.530186][ T1] Testing event system bpf_trace: OK
<6>[ 110.576827][ T1] Testing event system test: OK
<6>[ 110.623392][ T1] Testing event system preemptirq: OK
<6>[ 110.674074][ T1] Testing event system cgroup: OK
<6>[ 110.724955][ T1] Testing event system module: OK
<6>[ 110.771008][ T1] Testing event system alarmtimer: OK
<6>[ 110.817427][ T1] Testing event system timer: OK
<6>[ 110.868357][ T1] Testing event system raw_syscalls: OK
<6>[ 110.916960][ T1] Testing event system swiotlb: OK
<6>[ 110.963575][ T1] Testing event system rcu: OK
<6>[ 111.010498][ T1] Testing event system irq_matrix: OK
<6>[ 111.061160][ T1] Testing event system printk: OK
<6>[ 111.106888][ T1] Testing event system lock: OK
<6>[ 111.157107][ T1] Testing event system sched: OK
<6>[ 111.213281][ T1] Testing event system workqueue: OK
<6>[ 111.260542][ T1] Testing event system signal: OK
<6>[ 111.303797][ T1] Testing event system irq: OK
<6>[ 111.354067][ T1] Testing event system cpuhp: OK
<6>[ 111.403910][ T1] Testing event system task: OK
<6>[ 111.453582][ T1] Testing event system exceptions: OK
<6>[ 111.503813][ T1] Testing event system tlb: OK
<6>[ 111.557073][ T1] Testing event system resctrl: OK
<6>[ 111.603763][ T1] Testing event system mce: OK
<6>[ 111.646805][ T1] Testing event system x86_fpu: OK
<6>[ 111.694289][ T1] Testing event system nmi: OK
<6>[ 111.743656][ T1] Testing event system irq_vectors: OK
<6>[ 111.793465][ T1] Testing event system syscalls: OK
<6>[ 111.846570][ T1] Testing event system hyperv: OK
<6>[ 111.897312][ T1] Testing event system xen: OK
<6>[ 111.946614][ T1] Testing event system vsyscall: OK
<6>[ 111.990237][ T1] Testing event system initcall: OK
<6>[ 112.037189][ T1] Running tests on all trace events:
<6>[ 112.039334][ T1] Testing all events: OK
<6>[ 112.770230][ T1] Testing ftrace filter: OK
<6>[ 112.771522][ T1] trace_kprobe: Testing kprobe tracing: OK
<5>[ 112.790607][ T1] Loading compiled-in X.509 certificates
<5>[ 112.793363][ T1] Loaded X.509 cert 'Build time autogenerated kernel key: 19e7b965b1fc22ac8761e7dab64977b27316bc57'
<6>[ 112.796284][ T1] zswap: loaded using pool zstd/zsmalloc
<5>[ 112.798095][ T1] Key type ._fscrypt registered
<5>[ 112.798809][ T1] Key type .fscrypt registered
<5>[ 112.799566][ T1] Key type fscrypt-provisioning registered
<5>[ 112.815921][ T1] Key type encrypted registered
<6>[ 112.816670][ T1] AppArmor: AppArmor sha1 policy hashing enabled
<6>[ 112.817554][ T1] ima: No TPM chip found, activating TPM-bypass!
<5>[ 112.818388][ T1] Loading compiled-in module X.509 certificates
<5>[ 112.820536][ T1] Loaded X.509 cert 'Build time autogenerated kernel key: 19e7b965b1fc22ac8761e7dab64977b27316bc57'
<6>[ 112.821407][ T1] ima: Allocated hash algorithm: sha1
<6>[ 112.822370][ T1] ima: No architecture policies found
<6>[ 112.823346][ T1] evm: Initialising EVM extended attributes:
<6>[ 112.824240][ T1] evm: security.selinux (disabled)
<6>[ 112.825124][ T1] evm: security.SMACK64
<6>[ 112.825995][ T1] evm: security.SMACK64EXEC
<6>[ 112.826871][ T1] evm: security.SMACK64TRANSMUTE
<6>[ 112.827756][ T1] evm: security.SMACK64MMAP
<6>[ 112.828622][ T1] evm: security.apparmor
<6>[ 112.829481][ T1] evm: security.ima
<6>[ 112.830356][ T1] evm: security.capability
<6>[ 112.831213][ T1] evm: HMAC attrs: 0x1
<6>[ 112.834205][ T1] PM: Magic number: 1:439:23
<6>[ 112.835244][ T1] memory memory63: hash matches
<6>[ 112.837595][ T1] acpi_cpufreq: overriding BIOS provided _PSD data
<6>[ 112.841086][ T1] RAS: Correctable Errors collector initialized.
<6>[ 112.851425][ T1] Freeing unused decrypted memory: 2036K
<6>[ 112.854958][ T1] Freeing unused kernel image (initmem) memory: 3796K
<6>[ 112.880757][ T1] Write protecting the kernel read-only data: 24576k
<6>[ 112.884913][ T1] Freeing unused kernel image (text/rodata gap) memory: 2036K
<6>[ 112.886491][ T1] Freeing unused kernel image (rodata/data gap) memory: 468K
<6>[ 112.916556][ T1] x86/mm: Checked W+X mappings: passed, no W+X pages found.
<6>[ 112.917622][ T1] Run /init as init process
<7>[ 112.918655][ T1] with arguments:
<7>[ 112.918659][ T1] /init
<7>[ 112.918662][ T1] with environment:
<7>[ 112.918665][ T1] HOME=/
<7>[ 112.918668][ T1] TERM=linux
<7>[ 112.918671][ T1] BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00250-g51207ee38ab6
<6>[ 113.442227][ T2033] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
<6>[ 113.454497][ T2033] acpi device:00: registered as cooling_device4
<6>[ 113.456669][ T2033] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
<6>[ 113.672468][ T2032] xhci_hcd 0000:00:10.0: xHCI Host Controller
<6>[ 113.674169][ T2032] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
<6>[ 113.675919][ T2032] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
<4>[ 113.680067][ T2038] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\_SB.PCI0.SMBS.SMB0) (20210604/utaddress-204)
<6>[ 113.683473][ T2038] ACPI: OSL: Resource conflict; ACPI support missing from driver?
<7>[ 113.687386][ T2047] ahci 0000:00:11.0: version 3.0
<6>[ 113.687545][ T2056] hid: raw HID events driver (C) Jiri Kosina
<6>[ 113.688799][ T2047] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
<6>[ 113.691038][ T2047] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part
<6>[ 113.696863][ T2052] sdhci: Secure Digital Host Controller Interface driver
<6>[ 113.698665][ T2052] sdhci: Copyright(c) Pierre Ossman
<6>[ 113.702793][ T2047] scsi host0: ahci
<6>[ 113.705481][ T2032] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 113.707309][ T2032] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 113.709159][ T2032] usb usb3: Product: xHCI Host Controller
<6>[ 113.710951][ T2032] usb usb3: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00250-g51207ee38ab6 xhci-hcd
<6>[ 113.712842][ T2032] usb usb3: SerialNumber: 0000:00:10.0
<6>[ 113.713939][ T2047] scsi host1: ahci
<6>[ 113.716872][ T2047] ata1: SATA max UDMA/133 abar m1024@0xf0c6f000 port 0xf0c6f100 irq 30
<6>[ 113.717198][ T2051] cryptd: max_cpu_qlen set to 1000
<6>[ 113.718655][ T2047] ata2: SATA max UDMA/133 abar m1024@0xf0c6f000 port 0xf0c6f180 irq 30
<4>[ 113.744300][ T2037] r8169 0000:01:00.1: can't disable ASPM; OS doesn't have ASPM control
<6>[ 113.754342][ T2056] usbcore: registered new interface driver usbhid
<6>[ 113.756144][ T2056] usbhid: USB HID core driver
<6>[ 113.764326][ T2032] hub 3-0:1.0: USB hub found
<6>[ 113.770452][ T2032] hub 3-0:1.0: 2 ports detected
<6>[ 113.772944][ T2048] AVX version of gcm_enc/dec engaged.
<6>[ 113.775131][ T2048] AES CTR mode by8 optimization enabled
<6>[ 113.777646][ T2037] libphy: r8169: probed
<6>[ 113.781292][ T2037] r8169 0000:01:00.1 eth0: RTL8411b, f0:76:1c:c8:db:de, XID 5c8, IRQ 37
<6>[ 113.783255][ T2037] r8169 0000:01:00.1 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
<6>[ 113.824220][ T2032] xhci_hcd 0000:00:10.0: xHCI Host Controller
<6>[ 113.826314][ T2032] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 4
<6>[ 113.828399][ T2032] xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
<6>[ 113.834793][ T2032] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
<6>[ 113.837352][ T2032] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
<6>[ 113.839360][ T2032] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 113.841463][ T2032] usb usb4: Product: xHCI Host Controller
<6>[ 113.843455][ T2032] usb usb4: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00250-g51207ee38ab6 xhci-hcd
<6>[ 113.845620][ T2032] usb usb4: SerialNumber: 0000:00:10.0
<6>[ 113.849807][ T2032] hub 4-0:1.0: USB hub found
<6>[ 113.852210][ T2032] hub 4-0:1.0: 2 ports detected
<6>[ 113.864468][ T2052] sdhci-pci 0000:00:14.7: SDHCI controller found [1022:7813] (rev 1)
<6>[ 113.884152][ T2052] mmc0: SDHCI controller on PCI [0000:00:14.7] using ADMA
<6>[ 113.913581][ T2037] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0001/input/input8
<6>[ 113.921204][ T2037] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.0-1.1/input0
<6>[ 113.938319][ T2039] r8169 0000:01:00.1 enp1s0f1: renamed from eth0
<6>[ 114.197060][ T2062] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<6>[ 114.199064][ T2059] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
<6>[ 114.201893][ T2059] ata1.00: ATA-9: WDC WD5000LPVX-22V0TT0, 01.01A01, max UDMA/133
<6>[ 114.203805][ T2059] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
<6>[ 114.205720][ T2062] ata2.00: ATAPI: Slimtype DVD A DA8A6SH, GA11, max UDMA/133
<6>[ 114.208159][ T2059] ata1.00: configured for UDMA/133
<6>[ 114.210828][ T2062] ata2.00: configured for UDMA/133
<5>[ 114.211562][ T109] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPVX-2 1A01 PQ: 0 ANSI: 5
<5>[ 114.217053][ T2103] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
<5>[ 114.217335][ T109] sd 0:0:0:0: Attached scsi generic sg0 type 0
<5>[ 114.218881][ T2103] sd 0:0:0:0: [sda] 4096-byte physical blocks
<5>[ 114.218946][ T2103] sd 0:0:0:0: [sda] Write Protect is off
<7>[ 114.224242][ T2103] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
<5>[ 114.224589][ T2103] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<5>[ 114.229725][ T8] scsi 1:0:0:0: CD-ROM Slimtype DVD A DA8A6SH GA11 PQ: 0 ANSI: 5
<6>[ 114.533644][ T2036] [drm] radeon kernel modesetting enabled.
<7>[ 114.535582][ T2036] checking generic (e0000000 420000) vs hw (e0000000 10000000)
<6>[ 114.535588][ T2036] fb0: switching to radeondrmfb from simple
<6>[ 114.538796][ T2036] Console: switching to colour dummy device 80x25
<6>[ 114.539674][ T2036] radeon 0000:00:01.0: vgaarb: deactivate vga console
<6>[ 114.542399][ T2036] [drm] initializing kernel modesetting (MULLINS 0x1002:0x9851 0x1025:0x1017 0x05).
<6>[ 114.542592][ T2036] [drm] doorbell mmio base: 0xF0000000
<6>[ 114.542623][ T2036] [drm] doorbell mmio size: 8388608
<4>[ 114.542777][ T2036] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000c3fff window]
<4>[ 114.542904][ T2036] caller pci_map_rom+0x7c/0x1d0 mapping multiple BARs
<6>[ 114.545160][ T2036] ATOM BIOS: AMD
<6>[ 114.545378][ T2036] radeon 0000:00:01.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
<6>[ 114.545432][ T2036] radeon 0000:00:01.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
<6>[ 114.545485][ T2036] [drm] Detected VRAM RAM=1024M, BAR=256M
<6>[ 114.545516][ T2036] [drm] RAM width 128bits DDR
<6>[ 114.546443][ T2036] [drm] radeon: 1024M of VRAM memory ready
<6>[ 114.546479][ T2036] [drm] radeon: 2048M of GTT memory ready.
<6>[ 114.546572][ T2036] [drm] Loading mullins Microcode
<6>[ 114.547790][ T2036] [drm] Internal thermal controller without fan control
<6>[ 114.549298][ T2036] [drm] radeon: dpm initialized
<6>[ 114.549583][ T2036] [drm] Found UVD firmware Version: 1.64 Family ID: 9
<6>[ 114.551311][ T2036] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
<6>[ 114.551390][ T2036] [drm] GART: num cpu pages 524288, num gpu pages 524288
<6>[ 114.581545][ T2036] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
<6>[ 114.581974][ T2036] radeon 0000:00:01.0: WB enabled
<6>[ 114.582066][ T2036] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00
<6>[ 114.582124][ T2036] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04
<6>[ 114.582181][ T2036] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08
<6>[ 114.582237][ T2036] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c
<6>[ 114.582293][ T2036] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10
<6>[ 114.582802][ T2036] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
<6>[ 114.583074][ T2036] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18
<6>[ 114.583130][ T2036] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c
<6>[ 114.584524][ T2036] radeon 0000:00:01.0: radeon: using MSI.
<6>[ 114.584849][ T2036] [drm] radeon: irq initialized.
<6>[ 114.587674][ T2036] [drm] ring test on 0 succeeded in 2 usecs
<6>[ 114.587820][ T2036] [drm] ring test on 1 succeeded in 2 usecs
<6>[ 114.587898][ T2036] [drm] ring test on 2 succeeded in 2 usecs
<6>[ 114.588131][ T2036] [drm] ring test on 3 succeeded in 3 usecs
<6>[ 114.588175][ T2036] [drm] ring test on 4 succeeded in 3 usecs
<6>[ 114.601809][ T8] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
<6>[ 114.601933][ T8] cdrom: Uniform CD-ROM driver Revision: 3.20
<6>[ 114.614341][ T2036] [drm] ring test on 5 succeeded in 1 usecs
<6>[ 114.614403][ T2036] [drm] UVD initialized successfully.
<6>[ 114.724596][ T2036] [drm] ring test on 6 succeeded in 13 usecs
<6>[ 114.724644][ T2036] [drm] ring test on 7 succeeded in 2 usecs
<6>[ 114.724682][ T2036] [drm] VCE initialized successfully.
<6>[ 114.726887][ T2036] [drm] ib test on ring 0 succeeded in 0 usecs
<6>[ 114.727231][ T2036] [drm] ib test on ring 1 succeeded in 0 usecs
<6>[ 114.727420][ T2036] [drm] ib test on ring 2 succeeded in 0 usecs
<6>[ 114.727613][ T2036] [drm] ib test on ring 3 succeeded in 0 usecs
<6>[ 114.727801][ T2036] [drm] ib test on ring 4 succeeded in 0 usecs
<7>[ 114.778135][ T8] sr 1:0:0:0: Attached scsi CD-ROM sr0
<5>[ 114.778760][ T8] sr 1:0:0:0: Attached scsi generic sg1 type 5
<6>[ 115.234578][ T2036] [drm] ib test on ring 5 succeeded
<6>[ 115.235723][ T2036] [drm] ib test on ring 6 succeeded
<6>[ 115.236247][ T2036] [drm] ib test on ring 7 succeeded
<6>[ 115.247101][ T2036] [drm] radeon atom DIG backlight initialized
<6>[ 115.247152][ T2036] [drm] Radeon Display Connectors
<6>[ 115.247186][ T2036] [drm] Connector 0:
<6>[ 115.247214][ T2036] [drm] eDP-1
<6>[ 115.247239][ T2036] [drm] HPD1
<6>[ 115.247263][ T2036] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
<6>[ 115.247315][ T2036] [drm] Encoders:
<6>[ 115.247341][ T2036] [drm] LCD1: INTERNAL_UNIPHY
<6>[ 115.247374][ T2036] [drm] Connector 1:
<6>[ 115.247401][ T2036] [drm] HDMI-A-1
<6>[ 115.247427][ T2036] [drm] HPD2
<6>[ 115.247451][ T2036] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
<6>[ 115.247503][ T2036] [drm] Encoders:
<6>[ 115.247529][ T2036] [drm] DFP1: INTERNAL_UNIPHY
<6>[ 115.247561][ T2036] [drm] Connector 2:
<6>[ 115.247587][ T2036] [drm] VGA-1
<6>[ 115.247611][ T2036] [drm] DDC: 0x65c0 0x65c0 0x65c4 0x65c4 0x65c8 0x65c8 0x65cc 0x65cc
<6>[ 115.247663][ T2036] [drm] Encoders:
<6>[ 115.247689][ T2036] [drm] CRT1: INTERNAL_KLDSCP_DAC1
<6>[ 115.912674][ T2036] [drm] fb mappable at 0xE0731000
<6>[ 115.912777][ T2036] [drm] vram apper at 0xE0000000
<6>[ 115.912810][ T2036] [drm] size 4325376
<6>[ 115.912836][ T2036] [drm] fb depth is 24
<6>[ 115.912863][ T2036] [drm] pitch is 5632
<6>[ 115.914004][ T2036] fbcon: radeon (fb0) is primary device
<6>[ 116.255606][ T2103] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
<5>[ 116.461001][ T2103] sd 0:0:0:0: [sda] Attached SCSI disk
<6>[ 117.038990][ T2036] Console: switching to colour frame buffer device 170x48
<6>[ 117.044762][ T2036] radeon 0000:00:01.0: [drm] fb0: radeon frame buffer device
<6>[ 117.067387][ T2036] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:01.0 on minor 0
<6>[ 117.085751][ T2036] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
<6>[ 117.086285][ T2036] AMD-Vi: AMD IOMMUv2 functionality not available on this system
<6>[ 119.245126][ T2036] [drm] amdgpu kernel modesetting enabled.
<4>[ 119.309600][ T2036] amdgpu: CRAT table not found
<6>[ 119.309715][ T2036] amdgpu: Virtual CRAT table created for CPU
<6>[ 119.310060][ T2036] amdgpu: Topology: Add CPU node
<6>[ 119.733678][ T2165] raid6: sse2x4 gen() 6202 MB/s
<6>[ 119.790346][ T2165] raid6: sse2x4 xor() 2722 MB/s
<6>[ 119.847008][ T2165] raid6: sse2x2 gen() 5831 MB/s
<6>[ 119.903674][ T2165] raid6: sse2x2 xor() 2940 MB/s
<6>[ 119.960344][ T2165] raid6: sse2x1 gen() 4744 MB/s
<6>[ 120.017010][ T2165] raid6: sse2x1 xor() 2132 MB/s
<6>[ 120.017070][ T2165] raid6: using algorithm sse2x4 gen() 6202 MB/s
<6>[ 120.017137][ T2165] raid6: .... xor() 2722 MB/s, rmw enabled
<6>[ 120.017200][ T2165] raid6: using ssse3x2 recovery algorithm
<6>[ 120.020279][ T2165] xor: automatically using best checksumming function avx
<6>[ 120.024579][ T2165] async_tx: api initialized (async)
<6>[ 120.557483][ T2188] Btrfs loaded, crc32c=crc32c-intel, zoned=yes
<6>[ 121.717250][ T2213] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
<30>[ 124.582235][ T1] systemd[1]: Inserted module 'autofs4'
<30>[ 124.919171][ T1] systemd[1]: systemd 247.3-3ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
<30>[ 124.937498][ T1] systemd[1]: Detected architecture x86-64.
<30>[ 125.168448][ T1] systemd[1]: Set hostname to <integral>.
<28>[ 130.318457][ T1] systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
<30>[ 131.138285][ T1] systemd[1]: Queued start job for default target Graphical Interface.
<30>[ 131.140287][ T1] systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_vss was removed.
<30>[ 131.142296][ T1] systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_fcopy was removed.
<30>[ 131.188444][ T1] systemd[1]: Created slice Virtual Machine and Container Slice.
<30>[ 131.206919][ T1] systemd[1]: Created slice system-modprobe.slice.
<30>[ 131.215528][ T1] systemd[1]: Created slice User and Session Slice.
<30>[ 131.220276][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
<30>[ 131.226165][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
<30>[ 131.231994][ T1] systemd[1]: Reached target User and Group Name Lookups.
<30>[ 131.243903][ T1] systemd[1]: Reached target Slices.
<30>[ 131.255884][ T1] systemd[1]: Reached target Libvirt guests shutdown.
<30>[ 131.268459][ T1] systemd[1]: Listening on Device-mapper event daemon FIFOs.
<30>[ 131.281283][ T1] systemd[1]: Listening on LVM2 poll daemon socket.
<30>[ 131.306723][ T1] systemd[1]: Listening on multipathd control socket.
<30>[ 131.319707][ T1] systemd[1]: Listening on Syslog Socket.
<30>[ 131.332033][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe.
<30>[ 131.345339][ T1] systemd[1]: Listening on Journal Audit Socket.
<30>[ 131.358106][ T1] systemd[1]: Listening on Journal Socket (/dev/log).
<30>[ 131.370848][ T1] systemd[1]: Listening on Journal Socket.
<30>[ 131.383223][ T1] systemd[1]: Listening on Network Service Netlink Socket.
<30>[ 131.401615][ T1] systemd[1]: Listening on udev Control Socket.
<30>[ 131.413863][ T1] systemd[1]: Listening on udev Kernel Socket.
<30>[ 131.432934][ T1] systemd[1]: Mounting Huge Pages File System...
<30>[ 131.452944][ T1] systemd[1]: Mounting POSIX Message Queue File System...
<30>[ 131.473408][ T1] systemd[1]: Mounting Kernel Debug File System...
<30>[ 131.492638][ T1] systemd[1]: Mounting Kernel Trace File System...
<30>[ 131.514563][ T1] systemd[1]: Starting Journal Service...
<30>[ 131.535458][ T1] systemd[1]: Starting Set the console keyboard layout...
<30>[ 131.557853][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel...
<30>[ 131.579339][ T1] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
<30>[ 131.597985][ T1] systemd[1]: Starting Load Kernel Module configfs...
<30>[ 131.618429][ T1] systemd[1]: Starting Load Kernel Module drm...
<30>[ 131.637630][ T1] systemd[1]: Starting Load Kernel Module fuse...
<30>[ 131.652405][ T1] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
<30>[ 131.744200][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
<30>[ 131.797581][ T1] systemd[1]: Starting Load Kernel Modules...
<30>[ 131.815792][ T1] systemd[1]: Starting Remount Root and Kernel File Systems...
<30>[ 131.834591][ T1] systemd[1]: Starting Coldplug All udev Devices...
<30>[ 131.854866][ T1] systemd[1]: Starting Uncomplicated firewall...
<30>[ 131.879127][ T1] systemd[1]: Mounted Huge Pages File System.
<30>[ 131.893000][ T1] systemd[1]: Mounted POSIX Message Queue File System.
<30>[ 131.906551][ T1] systemd[1]: Mounted Kernel Debug File System.
<30>[ 131.919672][ T1] systemd[1]: Mounted Kernel Trace File System.
<30>[ 131.943902][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel.
<30>[ 131.959879][ T1] systemd[1]: modprobe@configfs.service: Succeeded.
<30>[ 131.966619][ T1] systemd[1]: Finished Load Kernel Module configfs.
<30>[ 131.974419][ T1] systemd[1]: modprobe@drm.service: Succeeded.
<30>[ 131.980151][ T1] systemd[1]: Finished Load Kernel Module drm.
<30>[ 131.994204][ T1] systemd[1]: modprobe@fuse.service: Succeeded.
<30>[ 132.000669][ T1] systemd[1]: Finished Load Kernel Module fuse.
<6>[ 132.003292][ T2304] EXT4-fs (sda3): re-mounted. Opts: (null). Quota mode: none.
<30>[ 132.028116][ T1] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
<30>[ 132.050238][ T1] systemd[1]: Finished Remount Root and Kernel File Systems.
<30>[ 132.073925][ T1] systemd[1]: Activating swap /swap.img...
<30>[ 132.097925][ T1] systemd[1]: Mounting FUSE Control File System...
<30>[ 132.118629][ T1] systemd[1]: Mounting Kernel Configuration File System...
<30>[ 132.154107][ T1] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
<30>[ 132.156841][ T1] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
<30>[ 132.167392][ T1] systemd[1]: Starting Load/Save Random Seed...
<30>[ 132.189277][ T1] systemd[1]: Starting Create System Users...
<30>[ 132.215840][ T1] systemd[1]: Finished Uncomplicated firewall.
<30>[ 132.229674][ T1] systemd[1]: Mounted FUSE Control File System.
<30>[ 132.243513][ T1] systemd[1]: Mounted Kernel Configuration File System.
<30>[ 132.258073][ T1] systemd[1]: Started Journal Service.
<46>[ 132.345621][ T2291] systemd-journald[2291]: Received client request to flush runtime journal.
<6>[ 132.467632][ T2310] Adding 4194300k swap on /swap.img. Priority:-2 extents:5 across:4472828k FS
<5>[ 137.040027][ T2343] ccp 0000:00:08.0: 4 command queues available
<5>[ 137.048883][ T2343] ccp 0000:00:08.0: ccp enabled
<6>[ 138.041066][ T2343] acer_wmi: Acer Laptop ACPI-WMI Extras
<6>[ 138.041118][ T2343] acer_wmi: Function bitmap for Communication Button: 0x800
<6>[ 138.093700][ T2343] input: Acer WMI hotkeys as /devices/virtual/input/input9
<6>[ 138.771700][ T2337] kvm: Nested Virtualization enabled
<6>[ 138.771711][ T2337] SVM: kvm: Nested Paging enabled
<6>[ 139.169803][ T2337] MCE: In-kernel MCE decoding enabled.
<6>[ 139.415276][ T2328] mc: Linux media interface: v0.10
<6>[ 139.765313][ T2328] videodev: Linux video capture interface: v2.00
<6>[ 140.244482][ T2329] Bluetooth: Core ver 2.22
<6>[ 140.244668][ T2329] NET: Registered PF_BLUETOOTH protocol family
<6>[ 140.244673][ T2329] Bluetooth: HCI device and connection manager initialized
<6>[ 140.244866][ T2329] Bluetooth: HCI socket layer initialized
<6>[ 140.244876][ T2329] Bluetooth: L2CAP socket layer initialized
<6>[ 140.244963][ T2329] Bluetooth: SCO socket layer initialized
<6>[ 140.489235][ T2329] usbcore: registered new interface driver btusb
<6>[ 140.603299][ T2004] Bluetooth: hci0: BCM: chip id 70
<6>[ 140.605143][ T2004] Bluetooth: hci0: BCM: features 0x06
<6>[ 140.621236][ T2004] Bluetooth: hci0: integral
<6>[ 140.621253][ T2004] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
<6>[ 140.767662][ T2328] usb 1-1.4: Found UVC 1.00 device VGA Webcam (04f2:b47f)
<6>[ 140.780482][ T2328] input: VGA Webcam: VGA Webcam as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10
<6>[ 140.781817][ T2328] usbcore: registered new interface driver uvcvideo
<3>[ 141.005064][ T2004] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
<3>[ 141.007578][ T2004] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2012.hcd'
<3>[ 141.009340][ T2004] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2012.hcd'
<6>[ 141.151129][ T2350] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
<6>[ 141.313182][ T2317] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input11
<6>[ 141.687165][ T2504] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
<6>[ 141.687183][ T2504] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
<6>[ 141.687189][ T2504] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
<6>[ 141.687194][ T2504] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
<6>[ 141.687198][ T2504] snd_hda_codec_realtek hdaudioC1D0: inputs:
<6>[ 141.687204][ T2504] snd_hda_codec_realtek hdaudioC1D0: Mic=0x1b
<6>[ 141.950278][ T38] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
<6>[ 146.870834][ T2589] alua: device handler registered
<6>[ 146.927986][ T2589] emc: device handler registered
<6>[ 147.004242][ T2589] rdac: device handler registered
<6>[ 148.014895][ T2603] loop0: detected capacity change from 0 to 113504
<6>[ 148.051003][ T2606] loop1: detected capacity change from 0 to 126424
<6>[ 148.067990][ T2604] loop2: detected capacity change from 0 to 113544
<6>[ 148.264243][ T2602] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
<6>[ 148.293361][ T2613] loop3: detected capacity change from 0 to 126504
<6>[ 148.614201][ T2616] loop4: detected capacity change from 0 to 139600
<6>[ 149.114632][ T2617] loop5: detected capacity change from 0 to 139600
<6>[ 149.343359][ T2618] loop6: detected capacity change from 0 to 66120
<6>[ 149.366308][ T2619] loop7: detected capacity change from 0 to 66144
<5>[ 151.690777][ T44] audit: type=1400 audit(1628075110.596:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="virt-aa-helper" pid=2660 comm="apparmor_parser"
<5>[ 151.721345][ T44] audit: type=1400 audit(1628075110.626:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=2661 comm="apparmor_parser"
<5>[ 151.740858][ T44] audit: type=1400 audit(1628075110.646:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=2657 comm="apparmor_parser"
<5>[ 151.740882][ T44] audit: type=1400 audit(1628075110.646:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2657 comm="apparmor_parser"
<5>[ 151.745770][ T44] audit: type=1400 audit(1628075110.650:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=2663 comm="apparmor_parser"
<5>[ 151.745792][ T44] audit: type=1400 audit(1628075110.650:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=2663 comm="apparmor_parser"
<5>[ 151.833306][ T44] audit: type=1400 audit(1628075110.736:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=2665 comm="apparmor_parser"
<5>[ 151.886423][ T44] audit: type=1400 audit(1628075110.790:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=2667 comm="apparmor_parser"
<5>[ 151.886448][ T44] audit: type=1400 audit(1628075110.790:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=2667 comm="apparmor_parser"
<5>[ 151.886463][ T44] audit: type=1400 audit(1628075110.790:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=2667 comm="apparmor_parser"
<6>[ 161.390603][ T2707] Generic FE-GE Realtek PHY r8169-0-101:00: attached PHY driver (mii_bus:phy_addr=r8169-0-101:00, irq=MAC)
<6>[ 161.534943][ T2609] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 163.040765][ T2614] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[ 163.040826][ T7] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0f1: link becomes ready
<6>[ 170.607126][ T2827] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 170.607138][ T2827] Bluetooth: BNEP filters: protocol multicast
<6>[ 170.607154][ T2827] Bluetooth: BNEP socket layer initialized
<6>[ 171.094079][ T2829] NET: Registered PF_ALG protocol family
<3>[ 173.799911][ T33] Bluetooth: hci0: command 0x1003 tx timeout
<3>[ 173.803765][ T2499] Bluetooth: hci0: unexpected event for opcode 0x1003
<6>[ 177.304666][ T2915] io scheduler bfq registered
<6>[ 180.376629][ T3045] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
<6>[ 193.542317][ T3160] loop8: detected capacity change from 0 to 8
<4>[ 197.222737][ T44] kauditd_printk_skb: 29 callbacks suppressed
<5>[ 197.222744][ T44] audit: type=1400 audit(1628075155.250:41): apparmor="DENIED" operation="capable" profile="libvirtd" pid=2863 comm="daemon-init" capability=17 capname="sys_rawio"
<5>[ 200.924316][ T44] audit: type=1400 audit(1628075158.953:42): apparmor="DENIED" operation="capable" profile="libvirtd" pid=2863 comm="daemon-init" capability=17 capname="sys_rawio"
<6>[ 499.709850][ T3482] Bluetooth: RFCOMM TTY layer initialized
<6>[ 499.709877][ T3482] Bluetooth: RFCOMM socket layer initialized
<6>[ 499.709916][ T3482] Bluetooth: RFCOMM ver 1.11
<6>[ 522.063994][ T3492] PM: suspend entry (deep)
<6>[ 522.478153][ T3492] Filesystems sync: 0.414 seconds
<6>[ 522.506198][ T3492] Freezing user space processes ... (elapsed 0.009 seconds) done.
<6>[ 522.515701][ T3492] OOM killer disabled.
<6>[ 522.515706][ T3492] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
<6>[ 522.518252][ T3492] printk: Suspending console(s) (use no_console_suspend to debug)
<6>[ 522.530212][ T3512] r8169 0000:01:00.1 enp1s0f1: Link is Down
<5>[ 522.554649][ T2611] sd 0:0:0:0: [sda] Synchronizing SCSI cache
<5>[ 522.644029][ T2611] sd 0:0:0:0: [sda] Stopping disk
<6>[ 523.218543][ T3492] ACPI: EC: interrupt blocked
<6>[ 523.249070][ T3492] ACPI: PM: Preparing to enter system sleep state S3
<6>[ 523.252483][ T3492] ACPI: EC: event blocked
<6>[ 523.252494][ T3492] ACPI: EC: EC stopped
<6>[ 523.252498][ T3492] ACPI: PM: Saving platform NVS memory
<6>[ 523.252570][ T3492] Disabling non-boot CPUs ...
<6>[ 523.266733][ T3492] smpboot: CPU 1 is now offline
<4>[ 523.277286][ T25] IRQ fixup: irq 39 move in progress, old vector 36
<4>[ 523.277498][ T25] IRQ 39: no longer affine to CPU2
<6>[ 523.278552][ T3492] smpboot: CPU 2 is now offline
<4>[ 523.284675][ T31] IRQ 37: no longer affine to CPU3
<6>[ 523.287079][ T3492] smpboot: CPU 3 is now offline
<6>[ 523.291293][ T3492] ACPI: PM: Low-level resume complete
<6>[ 523.291370][ T3492] ACPI: EC: EC started
<6>[ 523.291374][ T3492] ACPI: PM: Restoring platform NVS memory
<6>[ 523.291435][ T3492] LVT offset 0 assigned for vector 0x400
<6>[ 523.292884][ T3492] LVT offset 1 assigned for vector 0xf9
<6>[ 523.293225][ T3492] Enabling non-boot CPUs ...
<6>[ 523.295308][ T3492] x86: Booting SMP configuration:
<6>[ 523.295343][ T3492] smpboot: Booting Node 0 Processor 1 APIC 0x1
<6>[ 523.295826][ T0] microcode: CPU1: patch_level=0x07030105
<6>[ 523.301421][ T17] ACPI: \_PR_.C001: Found 2 idle states
<6>[ 523.305582][ T3492] CPU1 is up
<6>[ 523.307113][ T3492] smpboot: Booting Node 0 Processor 2 APIC 0x2
<6>[ 523.307607][ T0] microcode: CPU2: patch_level=0x07030105
<6>[ 523.311347][ T23] ACPI: \_PR_.C002: Found 2 idle states
<6>[ 523.313921][ T3492] CPU2 is up
<6>[ 523.315373][ T3492] smpboot: Booting Node 0 Processor 3 APIC 0x3
<6>[ 523.315877][ T0] microcode: CPU3: patch_level=0x07030105
<6>[ 523.319549][ T29] ACPI: \_PR_.C003: Found 2 idle states
<6>[ 523.322346][ T3492] CPU3 is up
<6>[ 523.324329][ T3492] ACPI: PM: Waking up from system sleep state S3
<6>[ 523.330629][ T3492] ACPI: EC: interrupt unblocked
<6>[ 523.371549][ T3492] ACPI: EC: event unblocked
<5>[ 523.376264][ T3543] sd 0:0:0:0: [sda] Starting disk
<6>[ 523.388562][ T3507] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
<6>[ 523.388792][ T3507] radeon 0000:00:01.0: WB enabled
<6>[ 523.388820][ T3507] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00
<6>[ 523.388827][ T3507] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04
<6>[ 523.388832][ T3507] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08
<6>[ 523.388837][ T3507] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c
<6>[ 523.388842][ T3507] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10
<6>[ 523.389302][ T3507] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
<6>[ 523.389502][ T3507] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18
<6>[ 523.389508][ T3507] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c
<3>[ 523.390094][ T3507] debugfs: File 'radeon_ring_gfx' in directory '0' already present!
<3>[ 523.390298][ T3507] debugfs: File 'radeon_ring_cp1' in directory '0' already present!
<3>[ 523.390311][ T3507] debugfs: File 'radeon_ring_cp2' in directory '0' already present!
<3>[ 523.390323][ T3507] debugfs: File 'radeon_ring_dma1' in directory '0' already present!
<3>[ 523.390335][ T3507] debugfs: File 'radeon_ring_dma2' in directory '0' already present!
<6>[ 523.392175][ T3507] [drm] ring test on 0 succeeded in 2 usecs
<6>[ 523.392259][ T3507] [drm] ring test on 1 succeeded in 2 usecs
<6>[ 523.392276][ T3507] [drm] ring test on 2 succeeded in 2 usecs
<6>[ 523.392472][ T3507] [drm] ring test on 3 succeeded in 3 usecs
<6>[ 523.392482][ T3507] [drm] ring test on 4 succeeded in 3 usecs
<3>[ 523.392490][ T3507] debugfs: File 'radeon_ring_uvd' in directory '0' already present!
<6>[ 523.418599][ T3507] [drm] ring test on 5 succeeded in 1 usecs
<6>[ 523.418628][ T3507] [drm] UVD initialized successfully.
<3>[ 523.418636][ T3507] debugfs: File 'radeon_ring_vce1' in directory '0' already present!
<3>[ 523.418650][ T3507] debugfs: File 'radeon_ring_vce2' in directory '0' already present!
<6>[ 523.529160][ T3507] [drm] ring test on 6 succeeded in 7 usecs
<6>[ 523.529174][ T3507] [drm] ring test on 7 succeeded in 2 usecs
<6>[ 523.529177][ T3507] [drm] VCE initialized successfully.
<6>[ 523.529645][ T3507] [drm] ib test on ring 0 succeeded in 0 usecs
<6>[ 523.530049][ T3507] [drm] ib test on ring 1 succeeded in 0 usecs
<6>[ 523.530242][ T3507] [drm] ib test on ring 2 succeeded in 0 usecs
<6>[ 523.530400][ T3507] [drm] ib test on ring 3 succeeded in 0 usecs
<6>[ 523.530556][ T3507] [drm] ib test on ring 4 succeeded in 0 usecs
<6>[ 523.568191][ T3513] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 523.657095][ T3504] usb 1-1.4: reset high-speed USB device number 5 using ehci-pci
<6>[ 523.847157][ T2062] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<6>[ 523.850132][ T2062] ata2.00: configured for UDMA/133
<6>[ 523.864297][ T3511] usb 1-1.3: reset full-speed USB device number 4 using ehci-pci
<6>[ 524.054009][ T3507] [drm] ib test on ring 5 succeeded
<6>[ 524.054631][ T3507] [drm] ib test on ring 6 succeeded
<6>[ 524.055111][ T3507] [drm] ib test on ring 7 succeeded
<6>[ 525.168199][ T3509] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[ 525.378978][ T3492] OOM killer enabled.
<6>[ 525.378985][ T3492] Restarting tasks ... done.
<6>[ 525.509220][ T3492] PM: suspend exit
<6>[ 525.706449][ T2004] Bluetooth: hci0: BCM: chip id 70
<6>[ 525.708045][ T2004] Bluetooth: hci0: BCM: features 0x06
<6>[ 525.724544][ T2004] Bluetooth: hci0: BCM43142A
<6>[ 525.724562][ T2004] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
<3>[ 525.726092][ T2004] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
<3>[ 525.730065][ T2004] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2012.hcd'
<3>[ 525.733151][ T2004] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2012.hcd'
<6>[ 525.890598][ T2059] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
<6>[ 525.919619][ T2059] ata1.00: configured for UDMA/133
[-- Attachment #3: dmesg_before_revert.txt --]
[-- Type: text/plain, Size: 233641 bytes --]
<5>[ 0.000000][ T0] Linux version 5.14.0-rc3-bluetea-test-00249-gc7d102232649 (root@integral) (gcc (Ubuntu 11.1.0-1ubuntu1~21.04) 11.1.0, GNU ld (GNU Binutils for Ubuntu) 2.36.1) #5 SMP Sat Jul 31 13:18:27 WIB 2021
<6>[ 0.000000][ T0] Command line: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00249-gc7d102232649 root=UUID=0693bfef-641d-4e69-8fb5-b87d413390bc ro mitigations=off
<6>[ 0.000000][ T0] KERNEL supported cpus:
<6>[ 0.000000][ T0] Intel GenuineIntel
<6>[ 0.000000][ T0] AMD AuthenticAMD
<6>[ 0.000000][ T0] Hygon HygonGenuine
<6>[ 0.000000][ T0] Centaur CentaurHauls
<6>[ 0.000000][ T0] zhaoxin Shanghai
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
<6>[ 0.000000][ T0] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
<6>[ 0.000000][ T0] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
<6>[ 0.000000][ T0] signal: max sigframe size: 1776
<6>[ 0.000000][ T0] BIOS-provided physical RAM map:
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000000100000-0x000000009a0bbfff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009a0bc000-0x000000009aabbfff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009aabc000-0x000000009f6befff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009f6bf000-0x000000009fabefff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fabf000-0x000000009fbbefff] ACPI NVS
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fbbf000-0x000000009fbfefff] ACPI data
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fbff000-0x000000009fbfffff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fc00000-0x00000000dfffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000f0800000-0x00000000f08fffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000100000000-0x000000031effffff] usable
<6>[ 0.000000][ T0] NX (Execute Disable) protection: active
<6>[ 0.000000][ T0] SMBIOS 2.8 present.
<6>[ 0.000000][ T0] DMI: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
<6>[ 0.000000][ T0] tsc: Fast TSC calibration using PIT
<6>[ 0.000000][ T0] tsc: Detected 1996.170 MHz processor
<7>[ 0.018906][ T0] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
<7>[ 0.018917][ T0] e820: remove [mem 0x000a0000-0x000fffff] usable
<6>[ 0.018932][ T0] last_pfn = 0x31f000 max_arch_pfn = 0x400000000
<6>[ 0.019771][ T0] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
<6>[ 0.022038][ T0] last_pfn = 0x9fc00 max_arch_pfn = 0x400000000
<6>[ 0.030299][ T0] Using GB pages for direct mapping
<6>[ 0.032260][ T0] RAMDISK: [mem 0x60fec000-0x9a0bafff]
<6>[ 0.032281][ T0] ACPI: Early table checksum verification disabled
<6>[ 0.032298][ T0] ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
<6>[ 0.032313][ T0] ACPI: XSDT 0x000000009FBFE120 000094 (v01 ACRSYS ACRPRDCT 00000001 01000013)
<6>[ 0.032332][ T0] ACPI: FACP 0x000000009FBFC000 00010C (v05 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032350][ T0] ACPI: DSDT 0x000000009FBEC000 00B7C3 (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
<6>[ 0.032363][ T0] ACPI: FACS 0x000000009FB65000 000040
<6>[ 0.032374][ T0] ACPI: UEFI 0x000000009FBFD000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032386][ T0] ACPI: HPET 0x000000009FBFB000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032397][ T0] ACPI: APIC 0x000000009FBFA000 000090 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032408][ T0] ACPI: MCFG 0x000000009FBF9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032420][ T0] ACPI: ASF! 0x000000009FBF8000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032431][ T0] ACPI: BOOT 0x000000009FBEB000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032443][ T0] ACPI: FPDT 0x000000009FBE9000 000044 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032454][ T0] ACPI: SSDT 0x000000009FBE7000 000CB4 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032465][ T0] ACPI: SSDT 0x000000009FBE2000 00489D (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
<6>[ 0.032476][ T0] ACPI: SSDT 0x000000009FBE1000 000418 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032487][ T0] ACPI: SSDT 0x000000009FBDF000 0013F5 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032498][ T0] ACPI: SSDT 0x000000009FBDE000 00008C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032510][ T0] ACPI: SSDT 0x000000009FBDC000 001138 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.032520][ T0] ACPI: Reserving FACP table memory at [mem 0x9fbfc000-0x9fbfc10b]
<6>[ 0.032526][ T0] ACPI: Reserving DSDT table memory at [mem 0x9fbec000-0x9fbf77c2]
<6>[ 0.032531][ T0] ACPI: Reserving FACS table memory at [mem 0x9fb65000-0x9fb6503f]
<6>[ 0.032536][ T0] ACPI: Reserving UEFI table memory at [mem 0x9fbfd000-0x9fbfd235]
<6>[ 0.032540][ T0] ACPI: Reserving HPET table memory at [mem 0x9fbfb000-0x9fbfb037]
<6>[ 0.032545][ T0] ACPI: Reserving APIC table memory at [mem 0x9fbfa000-0x9fbfa08f]
<6>[ 0.032550][ T0] ACPI: Reserving MCFG table memory at [mem 0x9fbf9000-0x9fbf903b]
<6>[ 0.032554][ T0] ACPI: Reserving ASF! table memory at [mem 0x9fbf8000-0x9fbf80a4]
<6>[ 0.032559][ T0] ACPI: Reserving BOOT table memory at [mem 0x9fbeb000-0x9fbeb027]
<6>[ 0.032564][ T0] ACPI: Reserving FPDT table memory at [mem 0x9fbe9000-0x9fbe9043]
<6>[ 0.032568][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe7000-0x9fbe7cb3]
<6>[ 0.032572][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe2000-0x9fbe689c]
<6>[ 0.032577][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe1000-0x9fbe1417]
<6>[ 0.032581][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbdf000-0x9fbe03f4]
<6>[ 0.032586][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbde000-0x9fbde08b]
<6>[ 0.032590][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbdc000-0x9fbdd137]
<6>[ 0.032714][ T0] No NUMA configuration found
<6>[ 0.032722][ T0] Faking a node at [mem 0x0000000000000000-0x000000031effffff]
<6>[ 0.032746][ T0] NODE_DATA(0) allocated [mem 0x31efd3000-0x31effdfff]
<6>[ 0.033791][ T0] Zone ranges:
<6>[ 0.033797][ T0] DMA [mem 0x0000000000001000-0x0000000000ffffff]
<6>[ 0.033804][ T0] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
<6>[ 0.033811][ T0] Normal [mem 0x0000000100000000-0x000000031effffff]
<6>[ 0.033819][ T0] Device empty
<6>[ 0.033824][ T0] Movable zone start for each node
<6>[ 0.033831][ T0] Early memory node ranges
<6>[ 0.033835][ T0] node 0: [mem 0x0000000000001000-0x000000000009efff]
<6>[ 0.033841][ T0] node 0: [mem 0x0000000000100000-0x000000009a0bbfff]
<6>[ 0.033847][ T0] node 0: [mem 0x000000009aabc000-0x000000009f6befff]
<6>[ 0.033852][ T0] node 0: [mem 0x000000009fbff000-0x000000009fbfffff]
<6>[ 0.033857][ T0] node 0: [mem 0x0000000100000000-0x000000031effffff]
<6>[ 0.033864][ T0] Initmem setup node 0 [mem 0x0000000000001000-0x000000031effffff]
<6>[ 0.033880][ T0] On node 0, zone DMA: 1 pages in unavailable ranges
<6>[ 0.033968][ T0] On node 0, zone DMA: 97 pages in unavailable ranges
<6>[ 0.057783][ T0] On node 0, zone DMA32: 2560 pages in unavailable ranges
<6>[ 0.057881][ T0] On node 0, zone DMA32: 1344 pages in unavailable ranges
<6>[ 0.140745][ T0] On node 0, zone Normal: 1024 pages in unavailable ranges
<6>[ 0.140956][ T0] On node 0, zone Normal: 4096 pages in unavailable ranges
<6>[ 0.141055][ T0] ACPI: PM-Timer IO Port: 0x408
<6>[ 0.141083][ T0] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
<6>[ 0.141089][ T0] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
<6>[ 0.141094][ T0] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
<6>[ 0.141099][ T0] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
<6>[ 0.141143][ T0] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
<6>[ 0.141163][ T0] IOAPIC[1]: apic_id 5, version 33, address 0xfec01000, GSI 24-55
<6>[ 0.141172][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<6>[ 0.141180][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
<6>[ 0.141190][ T0] ACPI: Using ACPI (MADT) for SMP configuration information
<6>[ 0.141196][ T0] ACPI: HPET id: 0x10228210 base: 0xfed00000
<6>[ 0.141213][ T0] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
<6>[ 0.141273][ T0] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
<6>[ 0.141281][ T0] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
<6>[ 0.141286][ T0] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
<6>[ 0.141291][ T0] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
<6>[ 0.141297][ T0] PM: hibernation: Registered nosave memory: [mem 0x9a0bc000-0x9aabbfff]
<6>[ 0.141304][ T0] PM: hibernation: Registered nosave memory: [mem 0x9f6bf000-0x9fabefff]
<6>[ 0.141308][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fabf000-0x9fbbefff]
<6>[ 0.141313][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fbbf000-0x9fbfefff]
<6>[ 0.141319][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fc00000-0xdfffffff]
<6>[ 0.141323][ T0] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf07fffff]
<6>[ 0.141327][ T0] PM: hibernation: Registered nosave memory: [mem 0xf0800000-0xf08fffff]
<6>[ 0.141331][ T0] PM: hibernation: Registered nosave memory: [mem 0xf0900000-0xf7ffffff]
<6>[ 0.141336][ T0] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
<6>[ 0.141340][ T0] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
<6>[ 0.141344][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
<6>[ 0.141348][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
<6>[ 0.141352][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
<6>[ 0.141357][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
<6>[ 0.141361][ T0] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
<6>[ 0.141365][ T0] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
<6>[ 0.141369][ T0] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
<6>[ 0.141373][ T0] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
<6>[ 0.141378][ T0] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
<6>[ 0.141386][ T0] [mem 0xe0000000-0xf07fffff] available for PCI devices
<6>[ 0.141392][ T0] Booting paravirtualized kernel on bare hardware
<6>[ 0.141402][ T0] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
<6>[ 0.150925][ T0] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
<6>[ 0.151973][ T0] percpu: Embedded 59 pages/cpu s204800 r8192 d28672 u524288
<7>[ 0.152027][ T0] pcpu-alloc: s204800 r8192 d28672 u524288 alloc=1*2097152
<7>[ 0.152038][ T0] pcpu-alloc: [0] 0 1 2 3
<6>[ 0.152168][ T0] Built 1 zonelists, mobility grouping on. Total pages: 2829389
<6>[ 0.152176][ T0] Policy zone: Normal
<5>[ 0.152200][ T0] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00249-gc7d102232649 root=UUID=0693bfef-641d-4e69-8fb5-b87d413390bc ro mitigations=off
<5>[ 0.152297][ T0] Unknown command line parameters: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00249-gc7d102232649
<6>[ 0.161889][ T0] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
<6>[ 0.166773][ T0] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
<6>[ 0.166886][ T0] mem auto-init: stack:off, heap alloc:off, heap free:off
<6>[ 0.333535][ T0] Memory: 10234624K/11497848K available (16393K kernel code, 4336K rwdata, 5676K rodata, 3796K init, 17596K bss, 1262968K reserved, 0K cma-reserved)
<6>[ 0.334201][ T0] ftrace: allocating 46954 entries in 184 pages
<6>[ 0.365109][ T0] ftrace: allocated 184 pages with 4 groups
<6>[ 0.365777][ T0] Running RCU self tests
<6>[ 0.365795][ T0] rcu: Hierarchical RCU implementation.
<6>[ 0.365800][ T0] rcu: RCU lockdep checking is enabled.
<6>[ 0.365804][ T0] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
<6>[ 0.365809][ T0] Rude variant of Tasks RCU enabled.
<6>[ 0.365813][ T0] Tracing variant of Tasks RCU enabled.
<6>[ 0.365817][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
<6>[ 0.365822][ T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
<6>[ 0.377941][ T0] NR_IRQS: 524544, nr_irqs: 1000, preallocated irqs: 16
<5>[ 0.378616][ T0] random: crng done (trusting CPU's manufacturer)
<7>[ 0.378747][ C0] spurious 8259A interrupt: IRQ7.
<6>[ 0.380189][ T0] Console: colour dummy device 80x25
<6>[ 0.383750][ T0] printk: console [tty0] enabled
<4>[ 0.383794][ T0] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
<4>[ 0.383823][ T0] ... MAX_LOCKDEP_SUBCLASSES: 8
<4>[ 0.383840][ T0] ... MAX_LOCK_DEPTH: 48
<4>[ 0.383858][ T0] ... MAX_LOCKDEP_KEYS: 8192
<4>[ 0.383876][ T0] ... CLASSHASH_SIZE: 4096
<4>[ 0.383894][ T0] ... MAX_LOCKDEP_ENTRIES: 32768
<4>[ 0.383912][ T0] ... MAX_LOCKDEP_CHAINS: 65536
<4>[ 0.383930][ T0] ... CHAINHASH_SIZE: 32768
<4>[ 0.383948][ T0] memory used by lock dependency info: 6365 kB
<4>[ 0.383969][ T0] memory used for stack traces: 4224 kB
<4>[ 0.383988][ T0] per task-struct memory footprint: 1920 bytes
<4>[ 0.384010][ T0] ------------------------
<4>[ 0.384026][ T0] | Locking API testsuite:
<4>[ 0.384041][ T0] ----------------------------------------------------------------------------
<4>[ 0.384069][ T0] | spin |wlock |rlock |mutex | wsem | rsem |
<4>[ 0.384097][ T0] --------------------------------------------------------------------------
<4>[ 0.384132][ T0] A-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.390431][ T0] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.397081][ T0] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.404233][ T0] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.411362][ T0] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.418978][ T0] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.426595][ T0] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.434239][ T0] double unlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.440396][ T0] initialize held: ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.446351][ T0] --------------------------------------------------------------------------
<4>[ 0.446379][ T0] recursive read-lock: | ok | | ok |
<4>[ 0.448232][ T0] recursive read-lock #2: | ok | | ok |
<4>[ 0.450022][ T0] mixed read-write-lock: | ok | | ok |
<4>[ 0.451810][ T0] mixed write-read-lock: | ok | | ok |
<4>[ 0.453596][ T0] mixed read-lock/lock-write ABBA: | ok | | ok |
<4>[ 0.455501][ T0] mixed read-lock/lock-read ABBA: | ok | | ok |
<4>[ 0.457425][ T0] mixed write-lock/lock-write ABBA: | ok | | ok |
<4>[ 0.459353][ T0] chain cached mixed R-L/L-W ABBA: | ok |
<4>[ 0.460340][ T0] rlock W1R2/W2R3/W3R1/123: | ok |
<4>[ 0.461421][ T0] rlock W1R2/W2R3/W3R1/132: | ok |
<4>[ 0.462482][ T0] rlock W1R2/W2R3/W3R1/213: | ok |
<4>[ 0.463538][ T0] rlock W1R2/W2R3/W3R1/231: | ok |
<4>[ 0.464598][ T0] rlock W1R2/W2R3/W3R1/312: | ok |
<4>[ 0.465654][ T0] rlock W1R2/W2R3/W3R1/321: | ok |
<4>[ 0.466713][ T0] rlock W1W2/R2R3/W3R1/123: | ok |
<4>[ 0.467769][ T0] rlock W1W2/R2R3/W3R1/132: | ok |
<4>[ 0.468829][ T0] rlock W1W2/R2R3/W3R1/213: | ok |
<4>[ 0.469890][ T0] rlock W1W2/R2R3/W3R1/231: | ok |
<4>[ 0.470949][ T0] rlock W1W2/R2R3/W3R1/312: | ok |
<4>[ 0.472005][ T0] rlock W1W2/R2R3/W3R1/321: | ok |
<4>[ 0.473064][ T0] rlock W1W2/R2R3/R3W1/123: | ok |
<4>[ 0.474110][ T0] rlock W1W2/R2R3/R3W1/132: | ok |
<4>[ 0.475160][ T0] rlock W1W2/R2R3/R3W1/213: | ok |
<4>[ 0.476206][ T0] rlock W1W2/R2R3/R3W1/231: | ok |
<4>[ 0.477256][ T0] rlock W1W2/R2R3/R3W1/312: | ok |
<4>[ 0.478302][ T0] rlock W1W2/R2R3/R3W1/321: | ok |
<4>[ 0.479357][ T0] rlock W1R2/R2R3/W3W1/123: | ok |
<4>[ 0.480404][ T0] rlock W1R2/R2R3/W3W1/132: | ok |
<4>[ 0.481454][ T0] rlock W1R2/R2R3/W3W1/213: | ok |
<4>[ 0.482500][ T0] rlock W1R2/R2R3/W3W1/231: | ok |
<4>[ 0.483550][ T0] rlock W1R2/R2R3/W3W1/312: | ok |
<4>[ 0.484597][ T0] rlock W1R2/R2R3/W3W1/321: | ok |
<4>[ 0.485647][ T0] --------------------------------------------------------------------------
<4>[ 0.485675][ T0] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
<4>[ 0.488332][ T0] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
<4>[ 0.490996][ T0] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
<4>[ 0.493652][ T0] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
<4>[ 0.496308][ T0] sirq-safe-A => hirqs-on/12: ok | ok | ok |
<4>[ 0.498969][ T0] sirq-safe-A => hirqs-on/21: ok | ok | ok |
<4>[ 0.501631][ T0] hard-safe-A + irqs-on/12: ok | ok | ok |
<4>[ 0.504287][ T0] soft-safe-A + irqs-on/12: ok | ok | ok |
<4>[ 0.506946][ T0] hard-safe-A + irqs-on/21: ok | ok | ok |
<4>[ 0.509607][ T0] soft-safe-A + irqs-on/21: ok | ok | ok |
<4>[ 0.512265][ T0] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
<4>[ 0.515130][ T0] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
<4>[ 0.517996][ T0] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
<4>[ 0.520863][ T0] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
<4>[ 0.523725][ T0] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
<4>[ 0.526588][ T0] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
<4>[ 0.529456][ T0] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
<4>[ 0.532312][ T0] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
<4>[ 0.535171][ T0] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
<4>[ 0.537895][ T0] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
<4>[ 0.540625][ T0] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
<4>[ 0.543480][ T0] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
<4>[ 0.546339][ T0] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
<4>[ 0.549200][ T0] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
<4>[ 0.552061][ T0] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
<4>[ 0.554915][ T0] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
<4>[ 0.557776][ T0] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
<4>[ 0.560634][ T0] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
<4>[ 0.563495][ T0] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
<4>[ 0.566346][ T0] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
<4>[ 0.569201][ T0] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
<4>[ 0.572040][ T0] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
<4>[ 0.574888][ T0] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
<4>[ 0.577728][ T0] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
<4>[ 0.580578][ T0] hard-irq lock-inversion/123: ok | ok | ok |
<4>[ 0.583436][ T0] soft-irq lock-inversion/123: ok | ok | ok |
<4>[ 0.586286][ T0] hard-irq lock-inversion/132: ok | ok | ok |
<4>[ 0.589142][ T0] soft-irq lock-inversion/132: ok | ok | ok |
<4>[ 0.592000][ T0] hard-irq lock-inversion/213: ok | ok | ok |
<4>[ 0.594856][ T0] soft-irq lock-inversion/213: ok | ok | ok |
<4>[ 0.597706][ T0] hard-irq lock-inversion/231: ok | ok | ok |
<4>[ 0.600568][ T0] soft-irq lock-inversion/231: ok | ok | ok |
<4>[ 0.603419][ T0] hard-irq lock-inversion/312: ok | ok | ok |
<4>[ 0.606381][ T0] soft-irq lock-inversion/312: ok | ok | ok |
<4>[ 0.609498][ T0] hard-irq lock-inversion/321: ok | ok | ok |
<4>[ 0.612421][ T0] soft-irq lock-inversion/321: ok | ok | ok |
<4>[ 0.615285][ T0] hard-irq read-recursion/123: | ok | ok |
<4>[ 0.617132][ T0] soft-irq read-recursion/123: | ok | ok |
<4>[ 0.618992][ T0] hard-irq read-recursion/132: | ok | ok |
<4>[ 0.620907][ T0] soft-irq read-recursion/132: | ok | ok |
<4>[ 0.622830][ T0] hard-irq read-recursion/213: | ok | ok |
<4>[ 0.624677][ T0] soft-irq read-recursion/213: | ok | ok |
<4>[ 0.626534][ T0] hard-irq read-recursion/231: | ok | ok |
<4>[ 0.628380][ T0] soft-irq read-recursion/231: | ok | ok |
<4>[ 0.630240][ T0] hard-irq read-recursion/312: | ok | ok |
<4>[ 0.632150][ T0] soft-irq read-recursion/312: | ok | ok |
<4>[ 0.634074][ T0] hard-irq read-recursion/321: | ok | ok |
<4>[ 0.635984][ T0] soft-irq read-recursion/321: | ok | ok |
<4>[ 0.637905][ T0] hard-irq read-recursion #2/123: | ok | ok |
<4>[ 0.639820][ T0] soft-irq read-recursion #2/123: | ok | ok |
<4>[ 0.641744][ T0] hard-irq read-recursion #2/132: | ok | ok |
<4>[ 0.643690][ T0] soft-irq read-recursion #2/132: | ok | ok |
<4>[ 0.645786][ T0] hard-irq read-recursion #2/213: | ok | ok |
<4>[ 0.647868][ T0] soft-irq read-recursion #2/213: | ok | ok |
<4>[ 0.649839][ T0] hard-irq read-recursion #2/231: | ok | ok |
<4>[ 0.651747][ T0] soft-irq read-recursion #2/231: | ok | ok |
<4>[ 0.653668][ T0] hard-irq read-recursion #2/312: | ok | ok |
<4>[ 0.655574][ T0] soft-irq read-recursion #2/312: | ok | ok |
<4>[ 0.657494][ T0] hard-irq read-recursion #2/321: | ok | ok |
<4>[ 0.659406][ T0] soft-irq read-recursion #2/321: | ok | ok |
<4>[ 0.661328][ T0] hard-irq read-recursion #3/123: | ok | ok |
<4>[ 0.663239][ T0] soft-irq read-recursion #3/123: | ok | ok |
<4>[ 0.665162][ T0] hard-irq read-recursion #3/132: | ok | ok |
<4>[ 0.667070][ T0] soft-irq read-recursion #3/132: | ok | ok |
<4>[ 0.668995][ T0] hard-irq read-recursion #3/213: | ok | ok |
<4>[ 0.670909][ T0] soft-irq read-recursion #3/213: | ok | ok |
<4>[ 0.672832][ T0] hard-irq read-recursion #3/231: | ok | ok |
<4>[ 0.674743][ T0] soft-irq read-recursion #3/231: | ok | ok |
<4>[ 0.676667][ T0] hard-irq read-recursion #3/312: | ok | ok |
<4>[ 0.678576][ T0] soft-irq read-recursion #3/312: | ok | ok |
<4>[ 0.680504][ T0] hard-irq read-recursion #3/321: | ok | ok |
<4>[ 0.682427][ T0] soft-irq read-recursion #3/321: | ok | ok |
<4>[ 0.684526][ T0] --------------------------------------------------------------------------
<4>[ 0.684558][ T0] | Wound/wait tests |
<4>[ 0.684574][ T0] ---------------------
<4>[ 0.684591][ T0] ww api failures: ok | ok | ok |
<4>[ 0.687669][ T0] ww contexts mixing: ok | ok |
<4>[ 0.689515][ T0] finishing ww context: ok | ok | ok | ok |
<4>[ 0.693174][ T0] locking mismatches: ok | ok | ok |
<4>[ 0.695953][ T0] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
<4>[ 0.705486][ T0] spinlock nest unlocked: ok |
<4>[ 0.706385][ T0] spinlock nest test: ok |
<4>[ 0.707420][ T0] -----------------------------------------------------
<4>[ 0.707444][ T0] |block | try |context|
<4>[ 0.707469][ T0] -----------------------------------------------------
<4>[ 0.707492][ T0] context: ok | ok | ok |
<4>[ 0.710358][ T0] try: ok | ok | ok |
<4>[ 0.713074][ T0] block: ok | ok | ok |
<4>[ 0.715794][ T0] spinlock: ok | ok | ok |
<4>[ 0.718721][ T0] --------------------------------------------------------------------------
<4>[ 0.718752][ T0] | queued read lock tests |
<4>[ 0.718769][ T0] ---------------------------
<4>[ 0.718787][ T0] hardirq read-lock/lock-read: ok |
<4>[ 0.719763][ T0] hardirq lock-read/read-lock: ok |
<4>[ 0.720766][ T0] hardirq inversion: ok |
<4>[ 0.721822][ T0] --------------------
<4>[ 0.721840][ T0] | fs_reclaim tests |
<4>[ 0.721857][ T0] --------------------
<4>[ 0.721874][ T0] correct nesting: ok |
<4>[ 0.722802][ T0] wrong nesting: ok |
<4>[ 0.723714][ T0] protected nesting: ok |
<4>[ 0.724622][ T0] --------------------------------------------------------------------------
<4>[ 0.724655][ T0] | local_lock tests |
<4>[ 0.724672][ T0] ---------------------
<4>[ 0.724690][ T0] local_lock inversion 2: ok |
<4>[ 0.725732][ T0] local_lock inversion 3A: ok |
<4>[ 0.726769][ T0] local_lock inversion 3B: ok |
<4>[ 0.727808][ T0] hardirq_unsafe_softirq_safe: ok |
<4>[ 0.728980][ T0] -------------------------------------------------------
<4>[ 0.729004][ T0] Good, all 358 testcases passed! |
<4>[ 0.729024][ T0] ---------------------------------
<6>[ 0.729149][ T0] ACPI: Core revision 20210604
<6>[ 0.729762][ T0] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
<6>[ 0.729882][ T0] APIC: Switch to symmetric I/O mode setup
<6>[ 0.730800][ T0] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
<6>[ 0.746531][ T0] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c1844f78, max_idle_ns: 881590710043 ns
<6>[ 0.746625][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.68 BogoMIPS (lpj=6653900)
<6>[ 0.746669][ T0] pid_max: default: 32768 minimum: 301
<6>[ 0.746845][ T0] LSM: Security Framework initializing
<6>[ 0.746884][ T0] Yama: becoming mindful.
<6>[ 0.747051][ T0] AppArmor: AppArmor initialized
<6>[ 0.747315][ T0] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
<6>[ 0.747499][ T0] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
<6>[ 0.749253][ T0] BIOS may not properly restore RDRAND after suspend, hiding RDRAND via CPUID. Use rdrand=force to reenable.
<6>[ 0.749347][ T0] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
<6>[ 0.749373][ T0] Last level dTLB entries: 4KB 512, 2MB 256, 4MB 128, 1GB 0
<6>[ 0.749411][ T0] Speculative Store Bypass: Vulnerable
<6>[ 0.754788][ T0] Freeing SMP alternatives memory: 40K
<6>[ 0.865264][ T1] smpboot: CPU0: AMD A8-6410 APU with AMD Radeon R5 Graphics (family: 0x16, model: 0x30, stepping: 0x1)
<6>[ 0.866592][ T1] Running RCU-tasks wait API self tests
<6>[ 0.866592][ T1] Performance Events: AMD PMU driver.
<6>[ 0.866592][ T1] ... version: 0
<6>[ 0.866592][ T1] ... bit width: 48
<6>[ 0.866592][ T1] ... generic registers: 4
<6>[ 0.866592][ T1] ... value mask: 0000ffffffffffff
<6>[ 0.866592][ T1] ... max period: 00007fffffffffff
<6>[ 0.866592][ T1] ... fixed-purpose events: 0
<6>[ 0.866592][ T1] ... event mask: 000000000000000f
<6>[ 0.866592][ T1] rcu: Hierarchical SRCU implementation.
<6>[ 0.868114][ T7] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
<6>[ 0.868695][ T1] smp: Bringing up secondary CPUs ...
<6>[ 0.870438][ T1] x86: Booting SMP configuration:
<6>[ 0.870487][ T1] .... node #0, CPUs: #1
<0>[ 0.354833][ C1] __common_interrupt: 1.55 No irq handler for vector
<4>[ 0.874889][ T1] #2
<0>[ 0.354833][ C2] __common_interrupt: 2.55 No irq handler for vector
<4>[ 0.878029][ T1] #3
<0>[ 0.354833][ C3] __common_interrupt: 3.55 No irq handler for vector
<6>[ 0.882164][ T1] smp: Brought up 1 node, 4 CPUs
<6>[ 0.882164][ T1] smpboot: Max logical packages: 1
<4>[ 0.882164][ T1] ----------------
<4>[ 0.882164][ T1] | NMI testsuite:
<4>[ 0.882164][ T1] --------------------
<4>[ 0.882164][ T1] remote IPI: ok |
<4>[ 0.882164][ T1] local IPI: ok |
<4>[ 0.882164][ T1] --------------------
<4>[ 0.882164][ T1] Good, all 2 testcases passed! |
<4>[ 0.882164][ T1] ---------------------------------
<6>[ 0.882164][ T1] smpboot: Total of 4 processors activated (15975.75 BogoMIPS)
<6>[ 0.883309][ T11] Callback from call_rcu_tasks_trace() invoked.
<6>[ 0.887651][ T1] devtmpfs: initialized
<6>[ 0.887651][ T1] x86/mm: Memory block size: 128MB
<6>[ 0.898113][ T1] ACPI: PM: Registering ACPI NVS region [mem 0x9fabf000-0x9fbbefff] (1048576 bytes)
<6>[ 0.898113][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
<6>[ 0.898113][ T1] futex hash table entries: 1024 (order: 5, 131072 bytes, linear)
<6>[ 0.898113][ T1] Running postponed tracer tests:
<6>[ 0.898113][ T1] Testing tracer function:
<6>[ 1.219551][ T10] Callback from call_rcu_tasks_rude() invoked.
<4>[ 1.595129][ T1] PASSED
<6>[ 1.595167][ T1] Testing dynamic ftrace: PASSED
<6>[ 1.840036][ T1] Testing dynamic ftrace ops #1:
<4>[ 1.970555][ T1] (1 0 1 0 0)
<4>[ 1.970596][ T1] (1 1 2 0 0)
<4>[ 2.267916][ T1] (2 1 3 0 3075049)
<4>[ 2.267968][ T1] (2 2 4 0 3075800) PASSED
<6>[ 2.547125][ T1] Testing dynamic ftrace ops #2:
<4>[ 2.978651][ T1] (1 0 1 3071331 0)
<4>[ 2.978705][ T1] (1 1 2 3071781 0)
<4>[ 3.603452][ T1] (2 1 3 7 3138315)
<4>[ 3.603546][ T1] (2 2 4 437 3138744) PASSED
<6>[ 4.283832][ T1] Testing ftrace recursion: PASSED
<6>[ 4.318077][ T1] Testing ftrace recursion safe: PASSED
<6>[ 4.353595][ T1] Testing ftrace regs: PASSED
<6>[ 4.389399][ T1] Testing tracer nop: PASSED
<6>[ 4.389540][ T1] Testing tracer wakeup: PASSED
<6>[ 4.973528][ T1] Testing tracer wakeup_rt: PASSED
<6>[ 5.562885][ T1] Testing tracer wakeup_dl: PASSED
<6>[ 6.144310][ T1] Testing tracer function_graph: PASSED
<6>[ 8.813357][ T1] pinctrl core: initialized pinctrl subsystem
<6>[ 8.814615][ T1] PM: RTC time: 10:56:09, date: 2021-08-04
<6>[ 8.815324][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
<6>[ 8.816209][ T1] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
<6>[ 8.816266][ T1] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
<6>[ 8.816331][ T1] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
<6>[ 8.816463][ T1] audit: initializing netlink subsys (disabled)
<5>[ 8.816659][ T44] audit: type=2000 audit(1628074568.086:1): state=initialized audit_enabled=0 res=1
<6>[ 8.817902][ T1] thermal_sys: Registered thermal governor 'fair_share'
<6>[ 8.817908][ T1] thermal_sys: Registered thermal governor 'bang_bang'
<6>[ 8.817943][ T1] thermal_sys: Registered thermal governor 'step_wise'
<6>[ 8.817975][ T1] thermal_sys: Registered thermal governor 'user_space'
<6>[ 8.818008][ T1] thermal_sys: Registered thermal governor 'power_allocator'
<6>[ 8.818087][ T1] EISA bus registered
<6>[ 8.818224][ T1] cpuidle: using governor ladder
<6>[ 8.818296][ T1] cpuidle: using governor menu
<6>[ 8.818422][ T1] Simple Boot Flag at 0x44 set to 0x1
<6>[ 8.818422][ T1] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
<6>[ 8.818422][ T1] ACPI: bus type PCI registered
<6>[ 8.818422][ T1] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
<6>[ 8.818422][ T1] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
<6>[ 8.818422][ T1] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
<6>[ 8.818422][ T1] PCI: Using configuration type 1 for base access
<4>[ 8.821630][ T1] mtrr: your CPUs had inconsistent variable MTRR settings
<6>[ 8.821664][ T1] mtrr: probably your BIOS does not setup all CPUs.
<6>[ 8.821694][ T1] mtrr: corrected configuration.
<6>[ 8.834517][ T1] Kprobes globally optimized
<6>[ 8.834583][ T1] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
<6>[ 8.834583][ T1] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
<6>[ 8.844095][ T1] fbcon: Taking over console
<4>[ 8.844294][ T1] ACPI: PRMT not present
<6>[ 8.844318][ T1] PRM: found 4294967277 modules
<6>[ 8.844450][ T1] ACPI: Added _OSI(Module Device)
<6>[ 8.844478][ T1] ACPI: Added _OSI(Processor Device)
<6>[ 8.844504][ T1] ACPI: Added _OSI(3.0 _SCP Extensions)
<6>[ 8.844532][ T1] ACPI: Added _OSI(Processor Aggregator Device)
<6>[ 8.844565][ T1] ACPI: Added _OSI(Linux-Dell-Video)
<6>[ 8.844593][ T1] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
<6>[ 8.844625][ T1] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
<6>[ 8.928612][ T1] ACPI: 7 ACPI AML tables successfully acquired and loaded
<5>[ 8.946059][ T1] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
<6>[ 8.958600][ T1] ACPI: EC: EC started
<6>[ 8.958647][ T1] ACPI: EC: interrupt blocked
<6>[ 8.961043][ T1] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 8.961078][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
<6>[ 8.961117][ T1] ACPI: Interpreter enabled
<6>[ 8.961236][ T1] ACPI: PM: (supports S0 S3 S4 S5)
<6>[ 8.961265][ T1] ACPI: Using IOAPIC for interrupt routing
<6>[ 8.962377][ T1] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
<6>[ 8.963997][ T1] ACPI: Enabled 4 GPEs in block 00 to 1F
<6>[ 9.018864][ T1] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
<6>[ 9.018951][ T1] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
<6>[ 9.020427][ T1] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
<6>[ 9.021821][ T1] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
<6>[ 9.021866][ T1] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
<6>[ 9.021989][ T1] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
<6>[ 9.022654][ T1] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cebff])
<6>[ 9.024158][ T1] PCI host bridge to bus 0000:00
<6>[ 9.024188][ T1] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
<6>[ 9.024229][ T1] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
<6>[ 9.024270][ T1] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
<6>[ 9.024314][ T1] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
<6>[ 9.024357][ T1] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
<6>[ 9.024400][ T1] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
<6>[ 9.024443][ T1] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
<6>[ 9.024486][ T1] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
<6>[ 9.024529][ T1] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
<6>[ 9.024571][ T1] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
<6>[ 9.024614][ T1] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
<6>[ 9.024657][ T1] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
<6>[ 9.024699][ T1] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
<6>[ 9.024742][ T1] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
<6>[ 9.024785][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
<6>[ 9.024827][ T1] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
<6>[ 9.024870][ T1] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff window]
<6>[ 9.024914][ T1] pci_bus 0000:00: root bus resource [bus 00-ff]
<6>[ 9.025033][ T1] pci 0000:00:00.0: [1022:1566] type 00 class 0x060000
<6>[ 9.025655][ T1] pci 0000:00:01.0: [1002:9851] type 00 class 0x030000
<6>[ 9.025709][ T1] pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
<6>[ 9.025761][ T1] pci 0000:00:01.0: reg 0x18: [mem 0xf0000000-0xf07fffff 64bit pref]
<6>[ 9.025809][ T1] pci 0000:00:01.0: reg 0x20: [io 0x3000-0x30ff]
<6>[ 9.025849][ T1] pci 0000:00:01.0: reg 0x24: [mem 0xf0c00000-0xf0c3ffff]
<6>[ 9.025892][ T1] pci 0000:00:01.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
<6>[ 9.025939][ T1] pci 0000:00:01.0: enabling Extended Tags
<6>[ 9.026051][ T1] pci 0000:00:01.0: supports D1 D2
<6>[ 9.026080][ T1] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
<6>[ 9.027126][ T1] pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
<6>[ 9.027179][ T1] pci 0000:00:01.1: reg 0x10: [mem 0xf0c60000-0xf0c63fff 64bit]
<6>[ 9.027258][ T1] pci 0000:00:01.1: enabling Extended Tags
<6>[ 9.027352][ T1] pci 0000:00:01.1: supports D1 D2
<6>[ 9.027856][ T1] pci 0000:00:02.0: [1022:156b] type 00 class 0x060000
<6>[ 9.028372][ T1] pci 0000:00:02.3: [1022:1439] type 01 class 0x060400
<6>[ 9.028455][ T1] pci 0000:00:02.3: enabling Extended Tags
<6>[ 9.028558][ T1] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
<6>[ 9.029472][ T1] pci 0000:00:02.4: [1022:1439] type 01 class 0x060400
<6>[ 9.029555][ T1] pci 0000:00:02.4: enabling Extended Tags
<6>[ 9.029656][ T1] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
<6>[ 9.030456][ T1] pci 0000:00:08.0: [1022:1537] type 00 class 0x108000
<6>[ 9.030507][ T1] pci 0000:00:08.0: reg 0x10: [mem 0xf0c40000-0xf0c5ffff 64bit pref]
<6>[ 9.030555][ T1] pci 0000:00:08.0: reg 0x18: [mem 0xf0900000-0xf09fffff]
<6>[ 9.030597][ T1] pci 0000:00:08.0: reg 0x1c: [mem 0xf0c70000-0xf0c70fff]
<6>[ 9.030645][ T1] pci 0000:00:08.0: reg 0x24: [mem 0xf0c6a000-0xf0c6bfff]
<6>[ 9.031185][ T1] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
<6>[ 9.031245][ T1] pci 0000:00:10.0: reg 0x10: [mem 0xf0c68000-0xf0c69fff 64bit]
<6>[ 9.031425][ T1] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
<6>[ 9.032179][ T1] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
<6>[ 9.032231][ T1] pci 0000:00:11.0: reg 0x10: [io 0x3118-0x311f]
<6>[ 9.032273][ T1] pci 0000:00:11.0: reg 0x14: [io 0x3124-0x3127]
<6>[ 9.032315][ T1] pci 0000:00:11.0: reg 0x18: [io 0x3110-0x3117]
<6>[ 9.032356][ T1] pci 0000:00:11.0: reg 0x1c: [io 0x3120-0x3123]
<6>[ 9.032398][ T1] pci 0000:00:11.0: reg 0x20: [io 0x3100-0x310f]
<6>[ 9.032439][ T1] pci 0000:00:11.0: reg 0x24: [mem 0xf0c6f000-0xf0c6f3ff]
<6>[ 9.032543][ T1] pci 0000:00:11.0: PME# supported from D3hot
<6>[ 9.033275][ T1] pci 0000:00:12.0: [1022:7808] type 00 class 0x0c0320
<6>[ 9.033328][ T1] pci 0000:00:12.0: reg 0x10: [mem 0xf0c6e000-0xf0c6e0ff]
<6>[ 9.033466][ T1] pci 0000:00:12.0: supports D1 D2
<6>[ 9.033494][ T1] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 9.034215][ T1] pci 0000:00:13.0: [1022:7808] type 00 class 0x0c0320
<6>[ 9.034267][ T1] pci 0000:00:13.0: reg 0x10: [mem 0xf0c6d000-0xf0c6d0ff]
<6>[ 9.034405][ T1] pci 0000:00:13.0: supports D1 D2
<6>[ 9.034433][ T1] pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 9.035145][ T1] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
<6>[ 9.035914][ T1] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
<6>[ 9.035971][ T1] pci 0000:00:14.2: reg 0x10: [mem 0xf0c64000-0xf0c67fff 64bit]
<6>[ 9.036105][ T1] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
<6>[ 9.036828][ T1] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
<6>[ 9.037617][ T1] pci 0000:00:14.7: [1022:7813] type 00 class 0x080501
<6>[ 9.037675][ T1] pci 0000:00:14.7: reg 0x10: [mem 0xf0c6c000-0xf0c6c0ff 64bit]
<6>[ 9.037802][ T1] pci 0000:00:14.7: PME# supported from D3cold
<6>[ 9.038303][ T1] pci 0000:00:18.0: [1022:1580] type 00 class 0x060000
<6>[ 9.038811][ T1] pci 0000:00:18.1: [1022:1581] type 00 class 0x060000
<6>[ 9.039312][ T1] pci 0000:00:18.2: [1022:1582] type 00 class 0x060000
<6>[ 9.039819][ T1] pci 0000:00:18.3: [1022:1583] type 00 class 0x060000
<6>[ 9.040555][ T1] pci 0000:00:18.4: [1022:1584] type 00 class 0x060000
<6>[ 9.041061][ T1] pci 0000:00:18.5: [1022:1585] type 00 class 0x060000
<6>[ 9.041812][ T1] pci 0000:01:00.0: [10ec:5287] type 00 class 0xff0000
<6>[ 9.041870][ T1] pci 0000:01:00.0: reg 0x10: [mem 0xf0b05000-0xf0b05fff]
<6>[ 9.041972][ T1] pci 0000:01:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
<6>[ 9.042149][ T1] pci 0000:01:00.0: supports D1 D2
<6>[ 9.042177][ T1] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
<6>[ 9.042806][ T1] pci 0000:01:00.1: [10ec:8168] type 00 class 0x020000
<6>[ 9.042863][ T1] pci 0000:01:00.1: reg 0x10: [io 0x2000-0x20ff]
<6>[ 9.042925][ T1] pci 0000:01:00.1: reg 0x18: [mem 0xf0b04000-0xf0b04fff 64bit]
<6>[ 9.042982][ T1] pci 0000:01:00.1: reg 0x20: [mem 0xf0b00000-0xf0b03fff 64bit]
<6>[ 9.043160][ T1] pci 0000:01:00.1: supports D1 D2
<6>[ 9.043188][ T1] pci 0000:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 9.043667][ T1] pci 0000:00:02.3: PCI bridge to [bus 01]
<6>[ 9.043704][ T1] pci 0000:00:02.3: bridge window [io 0x2000-0x2fff]
<6>[ 9.043742][ T1] pci 0000:00:02.3: bridge window [mem 0xf0b00000-0xf0bfffff]
<6>[ 9.044053][ T1] pci 0000:02:00.0: [14e4:4365] type 00 class 0x028000
<6>[ 9.044117][ T1] pci 0000:02:00.0: reg 0x10: [mem 0xf0a00000-0xf0a07fff 64bit]
<6>[ 9.044223][ T1] pci 0000:02:00.0: enabling Extended Tags
<6>[ 9.044379][ T1] pci 0000:02:00.0: supports D1 D2
<6>[ 9.044407][ T1] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
<6>[ 9.045019][ T1] pci 0000:00:02.4: PCI bridge to [bus 02]
<6>[ 9.045058][ T1] pci 0000:00:02.4: bridge window [mem 0xf0a00000-0xf0afffff]
<6>[ 9.050411][ T1] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
<6>[ 9.050890][ T1] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
<6>[ 9.051418][ T1] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
<6>[ 9.051944][ T1] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
<6>[ 9.052400][ T1] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
<6>[ 9.052770][ T1] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
<6>[ 9.053139][ T1] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
<6>[ 9.053520][ T1] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
<6>[ 9.061830][ T1] ACPI: EC: interrupt unblocked
<6>[ 9.061886][ T1] ACPI: EC: event unblocked
<6>[ 9.061929][ T1] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 9.061969][ T1] ACPI: EC: GPE=0x3
<6>[ 9.061997][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
<6>[ 9.062046][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
<6>[ 9.063369][ T1] iommu: Default domain type: Translated
<6>[ 9.063587][ T1] pci 0000:00:01.0: vgaarb: setting as boot VGA device
<6>[ 9.063587][ T1] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
<6>[ 9.063587][ T1] pci 0000:00:01.0: vgaarb: bridge control possible
<6>[ 9.063587][ T1] vgaarb: loaded
<5>[ 9.065094][ T1] SCSI subsystem initialized
<7>[ 9.065151][ T1] libata version 3.00 loaded.
<6>[ 9.065151][ T1] ACPI: bus type USB registered
<6>[ 9.065151][ T1] usbcore: registered new interface driver usbfs
<6>[ 9.065151][ T1] usbcore: registered new interface driver hub
<6>[ 9.065151][ T1] usbcore: registered new device driver usb
<6>[ 9.065151][ T1] pps_core: LinuxPPS API ver. 1 registered
<6>[ 9.065151][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
<6>[ 9.065151][ T1] PTP clock support registered
<6>[ 9.066654][ T1] EDAC MC: Ver: 3.0.0
<6>[ 9.067859][ T1] NetLabel: Initializing
<6>[ 9.067885][ T1] NetLabel: domain hash size = 128
<6>[ 9.067912][ T1] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
<6>[ 9.068038][ T1] NetLabel: unlabeled traffic allowed by default
<6>[ 9.070067][ T1] PCI: Using ACPI for IRQ routing
<7>[ 9.071127][ T1] PCI: pci_cache_line_size set to 64 bytes
<7>[ 9.071238][ T1] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
<7>[ 9.071265][ T1] e820: reserve RAM buffer [mem 0x9a0bc000-0x9bffffff]
<7>[ 9.071271][ T1] e820: reserve RAM buffer [mem 0x9f6bf000-0x9fffffff]
<7>[ 9.071276][ T1] e820: reserve RAM buffer [mem 0x9fc00000-0x9fffffff]
<7>[ 9.071281][ T1] e820: reserve RAM buffer [mem 0x31f000000-0x31fffffff]
<6>[ 9.071309][ T1] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
<6>[ 9.071309][ T1] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
<6>[ 9.073929][ T1] clocksource: Switched to clocksource tsc-early
<5>[ 9.239535][ T1] VFS: Disk quotas dquot_6.6.0
<6>[ 9.239727][ T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
<6>[ 9.241375][ T1] AppArmor: AppArmor Filesystem Enabled
<6>[ 9.241659][ T1] pnp: PnP ACPI init
<6>[ 9.242588][ T1] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
<6>[ 9.242641][ T1] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
<6>[ 9.244927][ T1] system 00:04: [io 0x0400-0x04cf] has been reserved
<6>[ 9.244971][ T1] system 00:04: [io 0x04d0-0x04d1] has been reserved
<6>[ 9.245013][ T1] system 00:04: [io 0x04d6] has been reserved
<6>[ 9.245051][ T1] system 00:04: [io 0x0680-0x06ff] has been reserved
<6>[ 9.245092][ T1] system 00:04: [io 0x077a] has been reserved
<6>[ 9.245130][ T1] system 00:04: [io 0x0c00-0x0c01] has been reserved
<6>[ 9.245171][ T1] system 00:04: [io 0x0c14] has been reserved
<6>[ 9.245209][ T1] system 00:04: [io 0x0c50-0x0c52] has been reserved
<6>[ 9.245250][ T1] system 00:04: [io 0x0c6c] has been reserved
<6>[ 9.245288][ T1] system 00:04: [io 0x0c6f] has been reserved
<6>[ 9.245326][ T1] system 00:04: [io 0x0cd0-0x0cdb] has been reserved
<6>[ 9.245367][ T1] system 00:04: [io 0x0840-0x0847] has been reserved
<6>[ 9.245873][ T1] system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
<6>[ 9.245921][ T1] system 00:05: [mem 0xff800000-0xffffffff] has been reserved
<6>[ 9.253781][ T1] pnp: PnP ACPI: found 6 devices
<6>[ 9.269792][ T1] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
<6>[ 9.270154][ T1] NET: Registered PF_INET protocol family
<6>[ 9.270771][ T1] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[ 9.274352][ T1] tcp_listen_portaddr_hash hash table entries: 8192 (order: 7, 655360 bytes, linear)
<6>[ 9.274889][ T1] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
<6>[ 9.275501][ T1] TCP bind hash table entries: 65536 (order: 10, 4718592 bytes, vmalloc)
<6>[ 9.278299][ T1] TCP: Hash tables configured (established 131072 bind 65536)
<6>[ 9.279444][ T1] MPTCP token hash table entries: 16384 (order: 8, 1441792 bytes, linear)
<6>[ 9.280457][ T1] UDP hash table entries: 8192 (order: 8, 1310720 bytes, linear)
<6>[ 9.281287][ T1] UDP-Lite hash table entries: 8192 (order: 8, 1310720 bytes, linear)
<6>[ 9.282392][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
<6>[ 9.282452][ T1] NET: Registered PF_XDP protocol family
<6>[ 9.282493][ T1] pci 0000:00:01.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: address conflict with Reserved [mem 0xff800000-0xffffffff]
<6>[ 9.282559][ T1] pci 0000:01:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
<6>[ 9.282650][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf0c80000-0xf0c9ffff pref]
<6>[ 9.282696][ T1] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0b10000-0xf0b1ffff pref]
<6>[ 9.282737][ T1] pci 0000:00:02.3: PCI bridge to [bus 01]
<6>[ 9.282769][ T1] pci 0000:00:02.3: bridge window [io 0x2000-0x2fff]
<6>[ 9.282806][ T1] pci 0000:00:02.3: bridge window [mem 0xf0b00000-0xf0bfffff]
<6>[ 9.282850][ T1] pci 0000:00:02.4: PCI bridge to [bus 02]
<6>[ 9.282882][ T1] pci 0000:00:02.4: bridge window [mem 0xf0a00000-0xf0afffff]
<6>[ 9.282928][ T1] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
<6>[ 9.282962][ T1] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
<6>[ 9.282996][ T1] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
<6>[ 9.283033][ T1] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
<6>[ 9.283070][ T1] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
<6>[ 9.283107][ T1] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
<6>[ 9.283144][ T1] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff window]
<6>[ 9.283182][ T1] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff window]
<6>[ 9.283220][ T1] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff window]
<6>[ 9.283257][ T1] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff window]
<6>[ 9.283329][ T1] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff window]
<6>[ 9.283367][ T1] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
<6>[ 9.283404][ T1] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
<6>[ 9.283442][ T1] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
<6>[ 9.283479][ T1] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff window]
<6>[ 9.283517][ T1] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff window]
<6>[ 9.283554][ T1] pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff window]
<6>[ 9.283592][ T1] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
<6>[ 9.283623][ T1] pci_bus 0000:01: resource 1 [mem 0xf0b00000-0xf0bfffff]
<6>[ 9.283657][ T1] pci_bus 0000:02: resource 1 [mem 0xf0a00000-0xf0afffff]
<6>[ 9.284164][ T1] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
<6>[ 9.284501][ T1] pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
<6>[ 9.297500][ T1] pci 0000:00:10.0: quirk_usb_early_handoff+0x0/0x720 took 12578 usecs
<6>[ 9.298656][ T1] pci 0000:00:12.0: PME# does not work under D3, disabling it
<6>[ 9.299745][ T1] pci 0000:00:13.0: PME# does not work under D3, disabling it
<6>[ 9.299874][ T1] PCI: CLS 64 bytes, default 64
<6>[ 9.299982][ T1] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
<6>[ 9.300019][ T1] software IO TLB: mapped [mem 0x000000009b6bf000-0x000000009f6bf000] (64MB)
<6>[ 9.300123][ T1] amd_uncore: 4 amd_nb counters detected
<6>[ 9.300166][ T1] amd_uncore: 4 amd_l2 counters detected
<6>[ 9.300540][ T1] LVT offset 0 assigned for vector 0x400
<6>[ 9.300654][ T8] Trying to unpack rootfs image as initramfs...
<6>[ 9.300709][ T1] perf: AMD IBS detected (0x000000ff)
<6>[ 9.301091][ T1] simple-framebuffer simple-framebuffer.0: framebuffer at 0xe0000000, 0x420000 bytes
<6>[ 9.301144][ T1] simple-framebuffer simple-framebuffer.0: format=x8r8g8b8, mode=1366x768x32, linelength=5632
<6>[ 9.302163][ T1] Console: switching to colour frame buffer device 170x48
<6>[ 9.307021][ T1] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
<5>[ 9.311071][ T1] Initialise system trusted keyrings
<6>[ 9.311549][ T1] workingset: timestamp_bits=36 max_order=22 bucket_order=0
<6>[ 9.311984][ T1] zbud: loaded
<6>[ 9.313118][ T1] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[ 9.314023][ T1] fuse: init (API version 7.34)
<5>[ 9.335228][ T1] Key type asymmetric registered
<5>[ 9.335359][ T1] Asymmetric key parser 'x509' registered
<6>[ 9.335495][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
<6>[ 9.335914][ T1] io scheduler mq-deadline registered
<6>[ 9.338247][ T1] pcieport 0000:00:02.3: PME: Signaling with IRQ 25
<6>[ 9.339714][ T1] pcieport 0000:00:02.4: PME: Signaling with IRQ 27
<6>[ 9.340329][ T1] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
<6>[ 9.342794][ T1] ACPI: AC: AC Adapter [ACAD] (on-line)
<4>[ 9.344193][ T1] sysfs: cannot create duplicate filename '/class/power_supply/ACAD'
<4>[ 9.344293][ T1] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 5.14.0-rc3-bluetea-test-00249-gc7d102232649 #5
<4>[ 9.344412][ T1] Hardware name: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
<4>[ 9.344506][ T1] Call Trace:
<4>[ 9.344553][ T1] dump_stack_lvl+0x6a/0x9a
<4>[ 9.344618][ T1] sysfs_warn_dup.cold+0x17/0x24
<4>[ 9.344686][ T1] sysfs_do_create_link_sd+0xbe/0xd0
<4>[ 9.344760][ T1] device_add+0x272/0x970
<4>[ 9.344817][ T1] ? lockdep_init_map_type+0x47/0x240
<4>[ 9.346427][ T1] ? lockdep_init_map_type+0x47/0x240
<4>[ 9.346606][ T1] __power_supply_register+0x2a8/0x4b0
<4>[ 9.346606][ T1] acpi_ac_add+0x135/0x170
<4>[ 9.346606][ T1] acpi_device_probe+0x44/0x150
<4>[ 9.346606][ T1] really_probe+0x1db/0x3c0
<4>[ 9.346606][ T1] __driver_probe_device+0xfe/0x180
<4>[ 9.346606][ T1] driver_probe_device+0x1e/0x90
<4>[ 9.346606][ T1] __driver_attach+0xc1/0x1d0
<4>[ 9.346606][ T1] ? __device_attach_driver+0xd0/0xd0
<4>[ 9.346606][ T1] ? __device_attach_driver+0xd0/0xd0
<4>[ 9.346606][ T1] bus_for_each_dev+0x78/0xc0
<4>[ 9.346606][ T1] bus_add_driver+0x12e/0x1f0
<4>[ 9.346606][ T1] driver_register+0x8f/0xe0
<4>[ 9.346606][ T1] ? ac_do_not_check_pmic_quirk+0x12/0x12
<4>[ 9.346606][ T1] acpi_ac_init+0x93/0xa3
<4>[ 9.346606][ T1] do_one_initcall+0x58/0x2d0
<4>[ 9.346606][ T1] ? rcu_read_lock_sched_held+0x3f/0x80
<4>[ 9.346606][ T1] kernel_init_freeable+0x2a7/0x30e
<4>[ 9.346606][ T1] ? rest_init+0x280/0x280
<4>[ 9.346606][ T1] kernel_init+0x16/0x120
<4>[ 9.346606][ T1] ret_from_fork+0x1f/0x30
<4>[ 9.376975][ T1] ac: probe of ACPI0003:01 failed with error -17
<6>[ 9.378668][ T1] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
<6>[ 9.380286][ T1] ACPI: button: Power Button [PWRB]
<6>[ 9.381792][ T1] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
<6>[ 9.383314][ T1] ACPI: button: Sleep Button [SLPB]
<6>[ 9.384945][ T1] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
<6>[ 9.386450][ T1] ACPI: button: Lid Switch [LID]
<6>[ 9.388066][ T1] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
<6>[ 9.390292][ T1] ACPI: button: Power Button [PWRF]
<6>[ 9.391835][ T1] ACPI: \_PR_.C000: Found 2 idle states
<6>[ 9.394221][ T1] ACPI: \_PR_.C001: Found 2 idle states
<6>[ 9.396096][ T1] ACPI: \_PR_.C002: Found 2 idle states
<6>[ 9.398112][ T1] ACPI: \_PR_.C003: Found 2 idle states
<6>[ 9.401899][ T1] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
<6>[ 9.419574][ T1] Linux agpgart interface v0.103
<6>[ 9.452395][ T1] loop: module loaded
<6>[ 9.456133][ T1] libphy: Fixed MDIO Bus: probed
<6>[ 9.457360][ T1] tun: Universal TUN/TAP device driver, 1.6
<6>[ 9.457520][ T109] ACPI: battery: Slot [BAT1] (battery present)
<6>[ 9.458899][ T1] PPP generic driver version 2.4.2
<6>[ 9.461668][ T1] VFIO - User Level meta-driver version: 0.3
<6>[ 9.463696][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[ 9.465025][ T1] ehci-pci: EHCI PCI platform driver
<6>[ 9.467343][ T1] ehci-pci 0000:00:12.0: EHCI Host Controller
<6>[ 9.468959][ T1] ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
<6>[ 9.470336][ T1] ehci-pci 0000:00:12.0: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
<6>[ 9.471647][ T1] ehci-pci 0000:00:12.0: debug port 2
<6>[ 9.473309][ T1] ehci-pci 0000:00:12.0: irq 18, io mem 0xf0c6e000
<6>[ 9.486739][ T1] ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
<6>[ 9.488775][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 9.490205][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 9.491483][ T1] usb usb1: Product: EHCI Host Controller
<6>[ 9.492859][ T1] usb usb1: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00249-gc7d102232649 ehci_hcd
<6>[ 9.494279][ T1] usb usb1: SerialNumber: 0000:00:12.0
<6>[ 9.497712][ T1] hub 1-0:1.0: USB hub found
<6>[ 9.499386][ T1] hub 1-0:1.0: 2 ports detected
<6>[ 9.503442][ T1] ehci-pci 0000:00:13.0: EHCI Host Controller
<6>[ 9.504917][ T1] ehci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
<6>[ 9.506326][ T1] ehci-pci 0000:00:13.0: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
<6>[ 9.507851][ T1] ehci-pci 0000:00:13.0: debug port 2
<6>[ 9.509341][ T1] ehci-pci 0000:00:13.0: irq 18, io mem 0xf0c6d000
<6>[ 9.523546][ T1] ehci-pci 0000:00:13.0: USB 2.0 started, EHCI 1.00
<6>[ 9.525352][ T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 9.526951][ T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 9.528512][ T1] usb usb2: Product: EHCI Host Controller
<6>[ 9.530058][ T1] usb usb2: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00249-gc7d102232649 ehci_hcd
<6>[ 9.531691][ T1] usb usb2: SerialNumber: 0000:00:13.0
<6>[ 9.534198][ T1] hub 2-0:1.0: USB hub found
<6>[ 9.535830][ T1] hub 2-0:1.0: 2 ports detected
<6>[ 9.538660][ T1] ehci-platform: EHCI generic platform driver
<6>[ 9.540228][ T1] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
<6>[ 9.541736][ T1] ohci-pci: OHCI PCI platform driver
<6>[ 9.543327][ T1] ohci-platform: OHCI generic platform driver
<6>[ 9.544815][ T1] uhci_hcd: USB Universal Host Controller Interface driver
<6>[ 9.546576][ T1] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
<6>[ 9.565837][ T1] serio: i8042 KBD port at 0x60,0x64 irq 1
<6>[ 9.567511][ T1] serio: i8042 AUX port at 0x60,0x64 irq 12
<6>[ 9.570276][ T1] mousedev: PS/2 mouse device common for all mice
<6>[ 9.573672][ T1] rtc_cmos 00:01: RTC can wake from S4
<6>[ 9.576769][ T1] rtc_cmos 00:01: registered as rtc0
<6>[ 9.578450][ T1] rtc_cmos 00:01: setting system clock to 2021-08-04T10:56:10 UTC (1628074570)
<6>[ 9.580270][ T1] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
<6>[ 9.581915][ T1] i2c /dev entries driver
<6>[ 9.583719][ T1] device-mapper: uevent: version 1.0.3
<6>[ 9.585993][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
<6>[ 9.588347][ T38] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
<6>[ 9.590180][ T1] EDAC igen6: v2.5
<6>[ 9.591897][ T1] platform eisa.0: Probing EISA bus 0
<4>[ 9.593496][ T1] platform eisa.0: EISA: Cannot allocate resource for mainboard
<4>[ 9.595048][ T1] platform eisa.0: Cannot allocate resource for EISA slot 1
<4>[ 9.596648][ T1] platform eisa.0: Cannot allocate resource for EISA slot 2
<4>[ 9.598216][ T1] platform eisa.0: Cannot allocate resource for EISA slot 3
<4>[ 9.599684][ T1] platform eisa.0: Cannot allocate resource for EISA slot 4
<4>[ 9.601222][ T1] platform eisa.0: Cannot allocate resource for EISA slot 5
<4>[ 9.602624][ T1] platform eisa.0: Cannot allocate resource for EISA slot 6
<4>[ 9.604109][ T1] platform eisa.0: Cannot allocate resource for EISA slot 7
<4>[ 9.605485][ T1] platform eisa.0: Cannot allocate resource for EISA slot 8
<6>[ 9.606910][ T1] platform eisa.0: EISA: Detected 0 cards
<6>[ 9.608529][ T1] ledtrig-cpu: registered to indicate activity on CPUs
<6>[ 9.610538][ T1] drop_monitor: Initializing network drop monitor service
<6>[ 9.612469][ T1] NET: Registered PF_INET6 protocol family
<6>[ 9.750018][ T7] usb 1-1: new high-speed USB device number 2 using ehci-pci
<6>[ 9.786688][ T124] usb 2-1: new high-speed USB device number 2 using ehci-pci
<6>[ 9.897363][ T7] usb 1-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
<6>[ 9.898735][ T7] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 9.901997][ T7] hub 1-1:1.0: USB hub found
<6>[ 9.903623][ T7] hub 1-1:1.0: 4 ports detected
<6>[ 9.933723][ T124] usb 2-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
<6>[ 9.935071][ T124] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 9.938281][ T124] hub 2-1:1.0: USB hub found
<6>[ 9.940012][ T124] hub 2-1:1.0: 4 ports detected
<6>[ 10.203373][ T126] usb 1-1.1: new low-speed USB device number 3 using ehci-pci
<6>[ 10.303574][ T39] tsc: Refined TSC clocksource calibration: 1996.256 MHz
<6>[ 10.304920][ T39] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cbb98ce6, max_idle_ns: 881590701561 ns
<6>[ 10.306536][ T39] clocksource: Switched to clocksource tsc
<6>[ 10.321241][ T126] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
<6>[ 10.322763][ T126] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 10.324300][ T126] usb 1-1.1: Product: USB Optical Mouse
<6>[ 10.325756][ T126] usb 1-1.1: Manufacturer: Logitech
<6>[ 10.403382][ T126] usb 1-1.3: new full-speed USB device number 4 using ehci-pci
<6>[ 10.519973][ T126] usb 1-1.3: New USB device found, idVendor=04ca, idProduct=2012, bcdDevice= 1.12
<6>[ 10.521438][ T126] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 10.522932][ T126] usb 1-1.3: Product: BCM43142A0
<6>[ 10.524321][ T126] usb 1-1.3: Manufacturer: Broadcom Corp
<6>[ 10.525785][ T126] usb 1-1.3: SerialNumber: ACE01065F0F0
<6>[ 10.620037][ T126] usb 1-1.4: new high-speed USB device number 5 using ehci-pci
<6>[ 10.751281][ T126] usb 1-1.4: New USB device found, idVendor=04f2, idProduct=b47f, bcdDevice=40.51
<6>[ 10.752815][ T126] usb 1-1.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
<6>[ 10.754409][ T126] usb 1-1.4: Product: VGA Webcam
<6>[ 10.755929][ T126] usb 1-1.4: Manufacturer: Chicony Electronics Co.,Ltd.
<6>[ 10.757412][ T126] usb 1-1.4: SerialNumber: 0x0001
<6>[ 15.903676][ T8] Freeing initrd memory: 934716K
<6>[ 15.936727][ T1] Segment Routing with IPv6
<6>[ 15.938157][ T1] NET: Registered PF_PACKET protocol family
<5>[ 15.939673][ T1] Key type dns_resolver registered
<6>[ 15.941010][ T1] x86/pm: family 0x16 cpu detected, MSR saving is needed during suspending.
<6>[ 15.943983][ T1] microcode: CPU0: patch_level=0x07030105
<6>[ 15.945435][ C1] microcode: CPU1: patch_level=0x07030105
<6>[ 15.946755][ C2] microcode: CPU2: patch_level=0x07030105
<6>[ 15.948148][ C3] microcode: CPU3: patch_level=0x07030105
<6>[ 15.949777][ T1] microcode: Microcode Update Driver: v2.2.
<6>[ 15.949788][ T1] IPI shorthand broadcast: enabled
<6>[ 15.952581][ T1] sched_clock: Marking stable (15599663773, 351499728)->(15958257918, -7094417)
<6>[ 15.955287][ T1] registered taskstats version 1
<6>[ 15.956699][ T1] Running ring buffer tests...
<6>[ 26.173118][ T1] finished
<6>[ 26.174651][ T1] CPU 0:
<6>[ 26.176110][ T1] events: 1330938
<6>[ 26.177585][ T1] dropped bytes: 0
<6>[ 26.179020][ T1] alloced bytes: 103742468
<6>[ 26.180476][ T1] written bytes: 101626194
<6>[ 26.181897][ T1] biggest event: 294
<6>[ 26.183243][ T1] smallest event: 4
<6>[ 26.192166][ T1] read events: 12560
<6>[ 26.193440][ T1] lost events: 1318378
<6>[ 26.194670][ T1] total events: 1330938
<6>[ 26.195876][ T1] recorded len bytes: 977012
<6>[ 26.197071][ T1] recorded size bytes: 957122
<6>[ 26.198315][ T1] With dropped events, record len and size may not match
<6>[ 26.198315][ T1] alloced and written from above
<6>[ 26.200742][ T1] CPU 1:
<6>[ 26.201865][ T1] events: 1330938
<6>[ 26.202976][ T1] dropped bytes: 0
<6>[ 26.204061][ T1] alloced bytes: 103790848
<6>[ 26.205123][ T1] written bytes: 101671184
<6>[ 26.206163][ T1] biggest event: 296
<6>[ 26.207206][ T1] smallest event: 4
<6>[ 26.215787][ T1] read events: 12419
<6>[ 26.216800][ T1] lost events: 1318519
<6>[ 26.217770][ T1] total events: 1330938
<6>[ 26.218717][ T1] recorded len bytes: 973568
<6>[ 26.219667][ T1] recorded size bytes: 954325
<6>[ 26.220620][ T1] With dropped events, record len and size may not match
<6>[ 26.220620][ T1] alloced and written from above
<6>[ 26.222519][ T1] CPU 2:
<6>[ 26.223431][ T1] events: 1330906
<6>[ 26.224343][ T1] dropped bytes: 0
<6>[ 26.225232][ T1] alloced bytes: 103708300
<6>[ 26.226117][ T1] written bytes: 101591621
<6>[ 26.226999][ T1] biggest event: 212
<6>[ 26.227862][ T1] smallest event: 4
<6>[ 26.236254][ T1] read events: 12359
<6>[ 26.237114][ T1] lost events: 1318547
<6>[ 26.237929][ T1] total events: 1330906
<6>[ 26.238712][ T1] recorded len bytes: 976460
<6>[ 26.239499][ T1] recorded size bytes: 957085
<6>[ 26.240311][ T1] With dropped events, record len and size may not match
<6>[ 26.240311][ T1] alloced and written from above
<6>[ 26.241986][ T1] CPU 3:
<6>[ 26.242795][ T1] events: 11487
<6>[ 26.243601][ T1] dropped bytes: 0
<6>[ 26.244365][ T1] alloced bytes: 896892
<6>[ 26.245129][ T1] written bytes: 878648
<6>[ 26.245878][ T1] biggest event: 12
<6>[ 26.246639][ T1] smallest event: 0
<6>[ 26.254418][ T1] read events: 11487
<6>[ 26.255175][ T1] lost events: 0
<6>[ 26.255922][ T1] total events: 11487
<6>[ 26.256679][ T1] recorded len bytes: 896892
<6>[ 26.257422][ T1] recorded size bytes: 878648
<6>[ 26.258175][ T1] Ring buffer PASSED!
<6>[ 26.260098][ T1] Running tests on trace events:
<6>[ 26.260869][ T1] Testing event initcall_finish: OK
<6>[ 26.304585][ T1] Testing event initcall_start: OK
<6>[ 26.351280][ T1] Testing event initcall_level: OK
<6>[ 26.394608][ T1] Testing event emulate_vsyscall: OK
<6>[ 26.434562][ T1] Testing event xen_cpu_set_ldt: OK
<6>[ 26.477872][ T1] Testing event xen_cpu_write_gdt_entry: OK
<6>[ 26.521242][ T1] Testing event xen_cpu_load_idt: OK
<6>[ 26.564537][ T1] Testing event xen_cpu_write_idt_entry: OK
<6>[ 26.611204][ T1] Testing event xen_cpu_write_ldt_entry: OK
<6>[ 26.654626][ T1] Testing event xen_mmu_write_cr3: OK
<6>[ 26.697912][ T1] Testing event xen_mmu_flush_tlb_multi: OK
<6>[ 26.741284][ T1] Testing event xen_mmu_flush_tlb_one_user: OK
<6>[ 26.781302][ T1] Testing event xen_mmu_pgd_unpin: OK
<6>[ 26.824599][ T1] Testing event xen_mmu_pgd_pin: OK
<6>[ 26.867939][ T1] Testing event xen_mmu_release_ptpage: OK
<6>[ 26.914632][ T1] Testing event xen_mmu_alloc_ptpage: OK
<6>[ 26.957942][ T1] Testing event xen_mmu_ptep_modify_prot_commit: OK
<6>[ 27.001321][ T1] Testing event xen_mmu_ptep_modify_prot_start: OK
<6>[ 27.044580][ T1] Testing event xen_mmu_set_p4d: OK
<6>[ 27.087932][ T1] Testing event xen_mmu_set_pud: OK
<6>[ 27.131252][ T1] Testing event xen_mmu_set_pmd: OK
<6>[ 27.174563][ T1] Testing event xen_mmu_set_pte: OK
<6>[ 27.214552][ T1] Testing event xen_mc_extend_args: OK
<6>[ 27.257880][ T1] Testing event xen_mc_flush: OK
<6>[ 27.304578][ T1] Testing event xen_mc_flush_reason: OK
<6>[ 27.347916][ T1] Testing event xen_mc_callback: OK
<6>[ 27.394572][ T1] Testing event xen_mc_entry_alloc: OK
<6>[ 27.441238][ T1] Testing event xen_mc_entry: OK
<6>[ 27.488016][ T1] Testing event xen_mc_issue: OK
<6>[ 27.527870][ T1] Testing event xen_mc_batch: OK
<6>[ 27.571159][ T1] Testing event hyperv_send_ipi_one: OK
<6>[ 27.618065][ T1] Testing event hyperv_send_ipi_mask: OK
<6>[ 27.664717][ T1] Testing event hyperv_nested_flush_guest_mapping_range: OK
<6>[ 27.708044][ T1] Testing event hyperv_nested_flush_guest_mapping: OK
<6>[ 27.751388][ T1] Testing event hyperv_mmu_flush_tlb_multi: OK
<6>[ 27.794703][ T1] Testing event vector_free_moved: OK
<6>[ 27.834458][ T1] Testing event vector_setup: OK
<6>[ 27.881150][ T1] Testing event vector_teardown: OK
<6>[ 27.927800][ T1] Testing event vector_deactivate: OK
<6>[ 27.974446][ T1] Testing event vector_activate: OK
<6>[ 28.021147][ T1] Testing event vector_alloc_managed: OK
<6>[ 28.064630][ T1] Testing event vector_alloc: OK
<6>[ 28.111197][ T1] Testing event vector_reserve: OK
<6>[ 28.151137][ T1] Testing event vector_reserve_managed: OK
<6>[ 28.194466][ T1] Testing event vector_clear: OK
<6>[ 28.241196][ T1] Testing event vector_update: OK
<6>[ 28.284507][ T1] Testing event vector_config: OK
<6>[ 28.331185][ T1] Testing event thermal_apic_exit: OK
<6>[ 28.374516][ T1] Testing event thermal_apic_entry: OK
<6>[ 28.417837][ T1] Testing event deferred_error_apic_exit: OK
<6>[ 28.457863][ T1] Testing event deferred_error_apic_entry: OK
<6>[ 28.501199][ T1] Testing event threshold_apic_exit: OK
<6>[ 28.544534][ T1] Testing event threshold_apic_entry: OK
<6>[ 28.584509][ T1] Testing event call_function_single_exit: OK
<6>[ 28.627853][ T1] Testing event call_function_single_entry: OK
<6>[ 28.674536][ T1] Testing event call_function_exit: OK
<6>[ 28.721171][ T1] Testing event call_function_entry: OK
<6>[ 28.764501][ T1] Testing event reschedule_exit: OK
<6>[ 28.807845][ T1] Testing event reschedule_entry: OK
<6>[ 28.854497][ T1] Testing event irq_work_exit: OK
<6>[ 28.897858][ T1] Testing event irq_work_entry: OK
<6>[ 28.941149][ T1] Testing event x86_platform_ipi_exit: OK
<6>[ 28.984502][ T1] Testing event x86_platform_ipi_entry: OK
<6>[ 29.027853][ T1] Testing event error_apic_exit: OK
<6>[ 29.071168][ T1] Testing event error_apic_entry: OK
<6>[ 29.114533][ T1] Testing event spurious_apic_exit: OK
<6>[ 29.157936][ T1] Testing event spurious_apic_entry: OK
<6>[ 29.201173][ T1] Testing event local_timer_exit: OK
<6>[ 29.244494][ T1] Testing event local_timer_entry: OK
<6>[ 29.287879][ T1] Testing event nmi_handler: OK
<6>[ 29.331204][ T1] Testing event x86_fpu_xstate_check_failed: OK
<6>[ 29.374558][ T1] Testing event x86_fpu_copy_dst: OK
<6>[ 29.414757][ T1] Testing event x86_fpu_copy_src: OK
<6>[ 29.457980][ T1] Testing event x86_fpu_dropped: OK
<6>[ 29.497991][ T1] Testing event x86_fpu_init_state: OK
<6>[ 29.541115][ T1] Testing event x86_fpu_regs_deactivated: OK
<6>[ 29.584500][ T1] Testing event x86_fpu_regs_activated: OK
<6>[ 29.631181][ T1] Testing event x86_fpu_after_restore: OK
<6>[ 29.674402][ T1] Testing event x86_fpu_before_restore: OK
<6>[ 29.721115][ T1] Testing event x86_fpu_after_save: OK
<6>[ 29.764464][ T1] Testing event x86_fpu_before_save: OK
<6>[ 29.807820][ T1] Testing event mce_record: OK
<6>[ 29.851111][ T1] Testing event pseudo_lock_l3: OK
<6>[ 29.891131][ T1] Testing event pseudo_lock_l2: OK
<6>[ 29.934436][ T1] Testing event pseudo_lock_mem_latency: OK
<6>[ 29.977759][ T1] Testing event tlb_flush: OK
<6>[ 30.024561][ T1] Testing event page_fault_kernel: OK
<6>[ 30.067888][ T1] Testing event page_fault_user: OK
<6>[ 30.111171][ T1] Testing event task_rename: OK
<6>[ 30.154543][ T1] Testing event task_newtask: OK
<6>[ 30.194512][ T1] Testing event cpuhp_exit: OK
<6>[ 30.237850][ T1] Testing event cpuhp_multi_enter: OK
<6>[ 30.284529][ T1] Testing event cpuhp_enter: OK
<6>[ 30.331211][ T1] Testing event softirq_raise: OK
<6>[ 30.374537][ T1] Testing event softirq_exit: OK
<6>[ 30.417815][ T1] Testing event softirq_entry: OK
<6>[ 30.464520][ T1] Testing event irq_handler_exit: OK
<6>[ 30.507874][ T1] Testing event irq_handler_entry: OK
<6>[ 30.551176][ T1] Testing event signal_deliver: OK
<6>[ 30.597873][ T1] Testing event signal_generate: OK
<6>[ 30.641173][ T1] Testing event workqueue_execute_end: OK
<6>[ 30.684510][ T1] Testing event workqueue_execute_start: OK
<6>[ 30.727876][ T1] Testing event workqueue_activate_work: OK
<6>[ 30.771161][ T1] Testing event workqueue_queue_work: OK
<6>[ 30.811199][ T1] Testing event sched_wake_idle_without_ipi: OK
<6>[ 30.854584][ T1] Testing event sched_swap_numa: OK
<6>[ 30.894564][ T1] Testing event sched_stick_numa: OK
<6>[ 30.941228][ T1] Testing event sched_move_numa: OK
<6>[ 30.981214][ T1] Testing event sched_process_hang: OK
<6>[ 31.027840][ T1] Testing event sched_pi_setprio: OK
<6>[ 31.071193][ T1] Testing event sched_stat_runtime:
<4>[ 31.071434][ T1] Scheduler tracepoints stat_sleep, stat_iowait, stat_blocked and stat_runtime require the kernel parameter schedstats=enable or kernel.sched_schedstats=1
<4>[ 31.110493][ T1] OK
<6>[ 31.111285][ T1] Testing event sched_stat_blocked: OK
<6>[ 31.157944][ T1] Testing event sched_stat_iowait: OK
<6>[ 31.201595][ T1] Testing event sched_stat_sleep: OK
<6>[ 31.241281][ T1] Testing event sched_stat_wait: OK
<6>[ 31.284545][ T1] Testing event sched_process_exec: OK
<6>[ 31.327911][ T1] Testing event sched_process_fork: OK
<6>[ 31.367921][ T1] Testing event sched_process_wait: OK
<6>[ 31.407935][ T1] Testing event sched_wait_task: OK
<6>[ 31.451245][ T1] Testing event sched_process_exit: OK
<6>[ 31.494594][ T1] Testing event sched_process_free: OK
<6>[ 31.537908][ T1] Testing event sched_migrate_task: OK
<6>[ 31.581230][ T1] Testing event sched_switch: OK
<6>[ 31.624949][ T1] Testing event sched_wakeup_new: OK
<6>[ 31.668342][ T1] Testing event sched_wakeup: OK
<6>[ 31.708147][ T1] Testing event sched_waking: OK
<6>[ 31.754873][ T1] Testing event sched_kthread_work_execute_end: OK
<6>[ 31.794843][ T1] Testing event sched_kthread_work_execute_start: OK
<6>[ 31.838183][ T1] Testing event sched_kthread_work_queue_work: OK
<6>[ 31.884869][ T1] Testing event sched_kthread_stop_ret: OK
<6>[ 31.928177][ T1] Testing event sched_kthread_stop: OK
<6>[ 31.971507][ T1] Testing event lock_release: OK
<6>[ 32.014653][ T1] Testing event lock_acquire: OK
<6>[ 32.054717][ T1] Testing event console: OK
<6>[ 32.098011][ T1] Testing event irq_matrix_free: OK
<6>[ 32.144635][ T1] Testing event irq_matrix_alloc: OK
<6>[ 32.187980][ T1] Testing event irq_matrix_assign: OK
<6>[ 32.231321][ T1] Testing event irq_matrix_alloc_managed: OK
<6>[ 32.271287][ T1] Testing event irq_matrix_remove_managed: OK
<6>[ 32.317923][ T1] Testing event irq_matrix_reserve_managed: OK
<6>[ 32.361287][ T1] Testing event irq_matrix_alloc_reserved: OK
<6>[ 32.404599][ T1] Testing event irq_matrix_assign_system: OK
<6>[ 32.447928][ T1] Testing event irq_matrix_remove_reserved: OK
<6>[ 32.491326][ T1] Testing event irq_matrix_reserve: OK
<6>[ 32.534610][ T1] Testing event irq_matrix_offline: OK
<6>[ 32.581321][ T1] Testing event irq_matrix_online: OK
<6>[ 32.624590][ T1] Testing event rcu_stall_warning: OK
<6>[ 32.671271][ T1] Testing event rcu_utilization: OK
<6>[ 32.714693][ T1] Testing event swiotlb_bounced: OK
<6>[ 32.761288][ T1] Testing event sys_exit: OK
<6>[ 32.801267][ T1] Testing event sys_enter: OK
<6>[ 32.847927][ T1] Testing event tick_stop: OK
<6>[ 32.894488][ T1] Testing event itimer_expire: OK
<6>[ 32.941299][ T1] Testing event itimer_state: OK
<6>[ 32.984832][ T1] Testing event hrtimer_cancel: OK
<6>[ 33.027903][ T1] Testing event hrtimer_expire_exit: OK
<6>[ 33.071180][ T1] Testing event hrtimer_expire_entry: OK
<6>[ 33.114399][ T1] Testing event hrtimer_start: OK
<6>[ 33.154406][ T1] Testing event hrtimer_init: OK
<6>[ 33.201063][ T1] Testing event timer_cancel: OK
<6>[ 33.244411][ T1] Testing event timer_expire_exit: OK
<6>[ 33.284407][ T1] Testing event timer_expire_entry: OK
<6>[ 33.331046][ T1] Testing event timer_start: OK
<6>[ 33.374374][ T1] Testing event timer_init: OK
<6>[ 33.417737][ T1] Testing event alarmtimer_cancel: OK
<6>[ 33.461050][ T1] Testing event alarmtimer_start: OK
<6>[ 33.504363][ T1] Testing event alarmtimer_fired: OK
<6>[ 33.547702][ T1] Testing event alarmtimer_suspend: OK
<6>[ 33.594410][ T1] Testing event module_request: OK
<6>[ 33.637728][ T1] Testing event module_put: OK
<6>[ 33.684389][ T1] Testing event module_get: OK
<6>[ 33.731123][ T1] Testing event module_free: OK
<6>[ 33.771116][ T1] Testing event module_load: OK
<6>[ 33.814408][ T1] Testing event cgroup_notify_frozen: OK
<6>[ 33.857828][ T1] Testing event cgroup_notify_populated: OK
<6>[ 33.904470][ T1] Testing event cgroup_transfer_tasks: OK
<6>[ 33.947793][ T1] Testing event cgroup_attach_task: OK
<6>[ 33.994462][ T1] Testing event cgroup_unfreeze: OK
<6>[ 34.037824][ T1] Testing event cgroup_freeze: OK
<6>[ 34.077752][ T1] Testing event cgroup_rename: OK
<6>[ 34.121123][ T1] Testing event cgroup_release: OK
<6>[ 34.167780][ T1] Testing event cgroup_rmdir: OK
<6>[ 34.214479][ T1] Testing event cgroup_mkdir: OK
<6>[ 34.257763][ T1] Testing event cgroup_remount: OK
<6>[ 34.301086][ T1] Testing event cgroup_destroy_root: OK
<6>[ 34.344443][ T1] Testing event cgroup_setup_root: OK
<6>[ 34.387773][ T1] Testing event irq_enable: OK
<6>[ 34.431167][ T1] Testing event irq_disable: OK
<6>[ 34.477833][ T1] Testing event ftrace_test_filter: OK
<6>[ 34.517696][ T1] Testing event bpf_trace_printk: OK
<6>[ 34.561104][ T1] Testing event error_report_end: OK
<6>[ 34.611098][ T1] Testing event dev_pm_qos_remove_request: OK
<6>[ 34.654469][ T1] Testing event dev_pm_qos_update_request: OK
<6>[ 34.694648][ T1] Testing event dev_pm_qos_add_request: OK
<6>[ 34.741330][ T1] Testing event pm_qos_update_flags: OK
<6>[ 34.784424][ T1] Testing event pm_qos_update_target: OK
<6>[ 34.824653][ T1] Testing event pm_qos_remove_request: OK
<6>[ 34.871333][ T1] Testing event pm_qos_update_request: OK
<6>[ 34.914615][ T1] Testing event pm_qos_add_request: OK
<6>[ 34.957957][ T1] Testing event power_domain_target: OK
<6>[ 35.001256][ T1] Testing event clock_set_rate: OK
<6>[ 35.051107][ T1] Testing event clock_disable: OK
<6>[ 35.094565][ T1] Testing event clock_enable: OK
<6>[ 35.137884][ T1] Testing event wakeup_source_deactivate: OK
<6>[ 35.177839][ T1] Testing event wakeup_source_activate: OK
<6>[ 35.221171][ T1] Testing event suspend_resume: OK
<6>[ 35.264554][ T1] Testing event device_pm_callback_end: OK
<6>[ 35.307815][ T1] Testing event device_pm_callback_start: OK
<6>[ 35.351108][ T1] Testing event cpu_frequency_limits: OK
<6>[ 35.391102][ T1] Testing event cpu_frequency: OK
<6>[ 35.434437][ T1] Testing event pstate_sample: OK
<6>[ 35.477736][ T1] Testing event powernv_throttle: OK
<6>[ 35.524450][ T1] Testing event cpu_idle: OK
<6>[ 35.567909][ T1] Testing event rpm_return_int: OK
<6>[ 35.607869][ T1] Testing event rpm_usage: OK
<6>[ 35.651232][ T1] Testing event rpm_idle: OK
<6>[ 35.694520][ T1] Testing event rpm_resume: OK
<6>[ 35.737859][ T1] Testing event rpm_suspend: OK
<6>[ 35.781172][ T1] Testing event mem_return_failed: OK
<6>[ 35.824472][ T1] Testing event mem_connect: OK
<6>[ 35.867885][ T1] Testing event mem_disconnect: OK
<6>[ 35.911197][ T1] Testing event xdp_devmap_xmit: OK
<6>[ 35.954544][ T1] Testing event xdp_cpumap_enqueue: OK
<6>[ 35.994534][ T1] Testing event xdp_cpumap_kthread: OK
<6>[ 36.037849][ T1] Testing event xdp_redirect_map_err: OK
<6>[ 36.081182][ T1] Testing event xdp_redirect_map: OK
<6>[ 36.124517][ T1] Testing event xdp_redirect_err: OK
<6>[ 36.167893][ T1] Testing event xdp_redirect: OK
<6>[ 36.214537][ T1] Testing event xdp_bulk_tx: OK
<6>[ 36.257804][ T1] Testing event xdp_exception: OK
<6>[ 36.301240][ T1] Testing event rseq_ip_fixup: OK
<6>[ 36.344548][ T1] Testing event rseq_update: OK
<6>[ 36.384524][ T1] Testing event file_check_and_advance_wb_err: OK
<6>[ 36.427889][ T1] Testing event filemap_set_wb_err: OK
<6>[ 36.471403][ T1] Testing event mm_filemap_add_to_page_cache: OK
<6>[ 36.514772][ T1] Testing event mm_filemap_delete_from_page_cache: OK
<6>[ 36.557853][ T1] Testing event compact_retry: OK
<6>[ 36.601161][ T1] Testing event skip_task_reaping: OK
<6>[ 36.644477][ T1] Testing event finish_task_reaping: OK
<6>[ 36.687856][ T1] Testing event start_task_reaping: OK
<6>[ 36.731159][ T1] Testing event wake_reaper: OK
<6>[ 36.771190][ T1] Testing event mark_victim: OK
<6>[ 36.811148][ T1] Testing event reclaim_retry_zone: OK
<6>[ 36.857816][ T1] Testing event oom_score_adj_update: OK
<6>[ 36.901178][ T1] Testing event mm_lru_activate: OK
<6>[ 36.947853][ T1] Testing event mm_lru_insertion: OK
<6>[ 36.987845][ T1] Testing event mm_vmscan_node_reclaim_end: OK
<6>[ 37.031188][ T1] Testing event mm_vmscan_node_reclaim_begin: OK
<6>[ 37.074699][ T1] Testing event mm_vmscan_lru_shrink_active: OK
<6>[ 37.117944][ T1] Testing event mm_vmscan_lru_shrink_inactive: OK
<6>[ 37.157942][ T1] Testing event mm_vmscan_writepage: OK
<6>[ 37.197931][ T1] Testing event mm_vmscan_lru_isolate: OK
<6>[ 37.241202][ T1] Testing event mm_shrink_slab_end: OK
<6>[ 37.287876][ T1] Testing event mm_shrink_slab_start: OK
<6>[ 37.327875][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_end: OK
<6>[ 37.374563][ T1] Testing event mm_vmscan_memcg_reclaim_end: OK
<6>[ 37.417895][ T1] Testing event mm_vmscan_direct_reclaim_end: OK
<6>[ 37.457921][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_begin: OK
<6>[ 37.501230][ T1] Testing event mm_vmscan_memcg_reclaim_begin: OK
<6>[ 37.544607][ T1] Testing event mm_vmscan_direct_reclaim_begin: OK
<6>[ 37.591258][ T1] Testing event mm_vmscan_wakeup_kswapd: OK
<6>[ 37.634484][ T1] Testing event mm_vmscan_kswapd_wake: OK
<6>[ 37.681189][ T1] Testing event mm_vmscan_kswapd_sleep: OK
<6>[ 37.731252][ T1] Testing event percpu_destroy_chunk: OK
<6>[ 37.774565][ T1] Testing event percpu_create_chunk: OK
<6>[ 37.817926][ T1] Testing event percpu_alloc_percpu_fail: OK
<6>[ 37.861261][ T1] Testing event percpu_free_percpu: OK
<6>[ 37.904597][ T1] Testing event percpu_alloc_percpu: OK
<6>[ 37.947934][ T1] Testing event rss_stat: OK
<6>[ 37.991283][ T1] Testing event mm_page_alloc_extfrag: OK
<6>[ 38.031265][ T1] Testing event mm_page_pcpu_drain: OK
<6>[ 38.077938][ T1] Testing event mm_page_alloc_zone_locked: OK
<6>[ 38.121313][ T1] Testing event mm_page_alloc: OK
<6>[ 38.164602][ T1] Testing event mm_page_free_batched: OK
<6>[ 38.204668][ T1] Testing event mm_page_free: OK
<6>[ 38.248210][ T1] Testing event kmem_cache_free: OK
<6>[ 38.294888][ T1] Testing event kfree: OK
<6>[ 38.337873][ T1] Testing event kmem_cache_alloc_node: OK
<6>[ 38.381240][ T1] Testing event kmalloc_node: OK
<6>[ 38.427923][ T1] Testing event kmem_cache_alloc: OK
<6>[ 38.471265][ T1] Testing event kmalloc: OK
<6>[ 38.517921][ T1] Testing event mm_compaction_kcompactd_wake: OK
<6>[ 38.557917][ T1] Testing event mm_compaction_wakeup_kcompactd: OK
<6>[ 38.601254][ T1] Testing event mm_compaction_kcompactd_sleep: OK
<6>[ 38.647892][ T1] Testing event mm_compaction_defer_reset: OK
<6>[ 38.691229][ T1] Testing event mm_compaction_defer_compaction: OK
<6>[ 38.734575][ T1] Testing event mm_compaction_deferred: OK
<6>[ 38.777909][ T1] Testing event mm_compaction_suitable: OK
<6>[ 38.817906][ T1] Testing event mm_compaction_finished: OK
<6>[ 38.861166][ T1] Testing event mm_compaction_try_to_compact_pages: OK
<6>[ 38.904554][ T1] Testing event mm_compaction_end: OK
<6>[ 38.944622][ T1] Testing event mm_compaction_begin: OK
<6>[ 38.991273][ T1] Testing event mm_compaction_migratepages: OK
<6>[ 39.034604][ T1] Testing event mm_compaction_isolate_freepages: OK
<6>[ 39.077972][ T1] Testing event mm_compaction_isolate_migratepages: OK
<6>[ 39.121308][ T1] Testing event mmap_lock_released: OK
<6>[ 39.162546][ T1] Testing event mmap_lock_acquire_returned: OK
<6>[ 39.208893][ T1] Testing event mmap_lock_start_locking: OK
<6>[ 39.255478][ T1] Testing event vm_unmapped_area: OK
<6>[ 39.297962][ T1] Testing event mm_migrate_pages_start: OK
<6>[ 39.344634][ T1] Testing event mm_migrate_pages: OK
<6>[ 39.387923][ T1] Testing event mm_collapse_huge_page_swapin: OK
<6>[ 39.434674][ T1] Testing event mm_collapse_huge_page_isolate: OK
<6>[ 39.481297][ T1] Testing event mm_collapse_huge_page: OK
<6>[ 39.524572][ T1] Testing event mm_khugepaged_scan_pmd: OK
<6>[ 39.571295][ T1] Testing event test_pages_isolated: OK
<6>[ 39.617949][ T1] Testing event sb_clear_inode_writeback: OK
<6>[ 39.661279][ T1] Testing event sb_mark_inode_writeback: OK
<6>[ 39.704597][ T1] Testing event writeback_dirty_inode_enqueue: OK
<6>[ 39.754597][ T1] Testing event writeback_lazytime_iput: OK
<6>[ 39.801328][ T1] Testing event writeback_lazytime: OK
<6>[ 39.841304][ T1] Testing event writeback_single_inode: OK
<6>[ 39.887945][ T1] Testing event writeback_single_inode_start: OK
<6>[ 39.931298][ T1] Testing event writeback_wait_iff_congested: OK
<6>[ 39.974652][ T1] Testing event writeback_congestion_wait: OK
<6>[ 40.018150][ T1] Testing event writeback_sb_inodes_requeue: OK
<6>[ 40.061530][ T1] Testing event balance_dirty_pages: OK
<6>[ 40.107863][ T1] Testing event bdi_dirty_ratelimit: OK
<6>[ 40.147883][ T1] Testing event global_dirty_state: OK
<6>[ 40.194546][ T1] Testing event writeback_queue_io: OK
<6>[ 40.234567][ T1] Testing event wbc_writepage: OK
<6>[ 40.277856][ T1] Testing event writeback_bdi_register: OK
<6>[ 40.324517][ T1] Testing event writeback_wake_background: OK
<6>[ 40.364561][ T1] Testing event writeback_pages_written: OK
<6>[ 40.407857][ T1] Testing event writeback_wait: OK
<6>[ 40.451214][ T1] Testing event writeback_written: OK
<6>[ 40.494507][ T1] Testing event writeback_start: OK
<6>[ 40.537873][ T1] Testing event writeback_exec: OK
<6>[ 40.581177][ T1] Testing event writeback_queue: OK
<6>[ 40.624500][ T1] Testing event writeback_write_inode: OK
<6>[ 40.667843][ T1] Testing event writeback_write_inode_start: OK
<6>[ 40.714528][ T1] Testing event flush_foreign: OK
<6>[ 40.757810][ T1] Testing event track_foreign_dirty: OK
<6>[ 40.797905][ T1] Testing event inode_switch_wbs: OK
<6>[ 40.841168][ T1] Testing event inode_foreign_history: OK
<6>[ 40.884535][ T1] Testing event writeback_dirty_inode: OK
<6>[ 40.927877][ T1] Testing event writeback_dirty_inode_start: OK
<6>[ 40.971243][ T1] Testing event writeback_mark_inode_dirty: OK
<6>[ 41.021251][ T1] Testing event wait_on_page_writeback: OK
<6>[ 41.067982][ T1] Testing event writeback_dirty_page: OK
<6>[ 41.114618][ T1] Testing event io_uring_task_run: OK
<6>[ 41.157938][ T1] Testing event io_uring_task_add: OK
<6>[ 41.204612][ T1] Testing event io_uring_poll_wake: OK
<6>[ 41.247902][ T1] Testing event io_uring_poll_arm: OK
<6>[ 41.294596][ T1] Testing event io_uring_submit_sqe: OK
<6>[ 41.344600][ T1] Testing event io_uring_complete: OK
<6>[ 41.387897][ T1] Testing event io_uring_fail_link: OK
<6>[ 41.434574][ T1] Testing event io_uring_cqring_wait: OK
<6>[ 41.481263][ T1] Testing event io_uring_link: OK
<6>[ 41.524559][ T1] Testing event io_uring_defer: OK
<6>[ 41.567871][ T1] Testing event io_uring_queue_async_work: OK
<6>[ 41.611265][ T1] Testing event io_uring_file_get: OK
<6>[ 41.654558][ T1] Testing event io_uring_register: OK
<6>[ 41.697871][ T1] Testing event io_uring_create: OK
<6>[ 41.744592][ T1] Testing event dax_writeback_one: OK
<6>[ 41.794799][ T1] Testing event dax_writeback_range_done: OK
<6>[ 41.837803][ T1] Testing event dax_writeback_range: OK
<6>[ 41.878058][ T1] Testing event dax_insert_mapping: OK
<6>[ 41.921293][ T1] Testing event dax_insert_pfn_mkwrite: OK
<6>[ 41.964459][ T1] Testing event dax_insert_pfn_mkwrite_no_entry: OK
<6>[ 42.007803][ T1] Testing event dax_load_hole: OK
<6>[ 42.051118][ T1] Testing event dax_pte_fault_done: OK
<6>[ 42.097788][ T1] Testing event dax_pte_fault: OK
<6>[ 42.141108][ T1] Testing event dax_pmd_insert_mapping: OK
<6>[ 42.184484][ T1] Testing event dax_pmd_load_hole_fallback: OK
<6>[ 42.227806][ T1] Testing event dax_pmd_load_hole: OK
<6>[ 42.274452][ T1] Testing event dax_pmd_fault_done: OK
<6>[ 42.317820][ T1] Testing event dax_pmd_fault: OK
<6>[ 42.361173][ T1] Testing event leases_conflict: OK
<6>[ 42.401409][ T1] Testing event generic_add_lease: OK
<6>[ 42.444487][ T1] Testing event time_out_leases: OK
<6>[ 42.487830][ T1] Testing event generic_delete_lease: OK
<6>[ 42.534516][ T1] Testing event break_lease_unblock: OK
<6>[ 42.577882][ T1] Testing event break_lease_block: OK
<6>[ 42.624487][ T1] Testing event break_lease_noblock: OK
<6>[ 42.667856][ T1] Testing event flock_lock_inode: OK
<6>[ 42.714509][ T1] Testing event locks_remove_posix: OK
<6>[ 42.757905][ T1] Testing event fcntl_setlk: OK
<6>[ 42.804511][ T1] Testing event posix_lock_inode: OK
<6>[ 42.847893][ T1] Testing event locks_get_lock_context: OK
<6>[ 42.887899][ T1] Testing event iomap_apply: OK
<6>[ 42.934527][ T1] Testing event iomap_apply_srcmap: OK
<6>[ 42.981210][ T1] Testing event iomap_apply_dstmap: OK
<6>[ 43.024548][ T1] Testing event iomap_dio_invalidate_fail: OK
<6>[ 43.071235][ T1] Testing event iomap_invalidatepage: OK
<6>[ 43.117896][ T1] Testing event iomap_releasepage: OK
<6>[ 43.161198][ T1] Testing event iomap_writepage: OK
<6>[ 43.207873][ T1] Testing event iomap_readahead: OK
<6>[ 43.251182][ T1] Testing event iomap_readpage: OK
<6>[ 43.294567][ T1] Testing event ext4_fc_track_range: OK
<6>[ 43.337894][ T1] Testing event ext4_fc_track_inode: OK
<6>[ 43.381220][ T1] Testing event ext4_fc_track_unlink: OK
<6>[ 43.424513][ T1] Testing event ext4_fc_track_link: OK
<6>[ 43.471220][ T1] Testing event ext4_fc_track_create: OK
<6>[ 43.514471][ T1] Testing event ext4_fc_stats: OK
<6>[ 43.558047][ T1] Testing event ext4_fc_commit_stop: OK
<6>[ 43.601147][ T1] Testing event ext4_fc_commit_start: OK
<6>[ 43.648071][ T1] Testing event ext4_fc_replay: OK
<6>[ 43.694570][ T1] Testing event ext4_fc_replay_scan: OK
<6>[ 43.737802][ T1] Testing event ext4_lazy_itable_init: OK
<6>[ 43.784499][ T1] Testing event ext4_prefetch_bitmaps: OK
<6>[ 43.827808][ T1] Testing event ext4_error: OK
<6>[ 43.871119][ T1] Testing event ext4_shutdown: OK
<6>[ 43.917823][ T1] Testing event ext4_getfsmap_mapping: OK
<6>[ 43.964487][ T1] Testing event ext4_getfsmap_high_key: OK
<6>[ 44.007810][ T1] Testing event ext4_getfsmap_low_key: OK
<6>[ 44.051429][ T1] Testing event ext4_fsmap_mapping: OK
<6>[ 44.094529][ T1] Testing event ext4_fsmap_high_key: OK
<6>[ 44.134445][ T1] Testing event ext4_fsmap_low_key: OK
<6>[ 44.174440][ T1] Testing event ext4_es_insert_delayed_block: OK
<6>[ 44.217750][ T1] Testing event ext4_es_shrink: OK
<6>[ 44.261101][ T1] Testing event ext4_insert_range: OK
<6>[ 44.304441][ T1] Testing event ext4_collapse_range: OK
<6>[ 44.347850][ T1] Testing event ext4_es_shrink_scan_exit: OK
<6>[ 44.391165][ T1] Testing event ext4_es_shrink_scan_enter: OK
<6>[ 44.437885][ T1] Testing event ext4_es_shrink_count: OK
<6>[ 44.481204][ T1] Testing event ext4_es_lookup_extent_exit: OK
<6>[ 44.524520][ T1] Testing event ext4_es_lookup_extent_enter: OK
<6>[ 44.571185][ T1] Testing event ext4_es_find_extent_range_exit: OK
<6>[ 44.614523][ T1] Testing event ext4_es_find_extent_range_enter: OK
<6>[ 44.657863][ T1] Testing event ext4_es_remove_extent: OK
<6>[ 44.701179][ T1] Testing event ext4_es_cache_extent: OK
<6>[ 44.744500][ T1] Testing event ext4_es_insert_extent: OK
<6>[ 44.787823][ T1] Testing event ext4_ext_remove_space_done: OK
<6>[ 44.831195][ T1] Testing event ext4_ext_remove_space: OK
<6>[ 44.874477][ T1] Testing event ext4_ext_rm_idx: OK
<6>[ 44.921134][ T1] Testing event ext4_ext_rm_leaf: OK
<6>[ 44.964508][ T1] Testing event ext4_remove_blocks: OK
<6>[ 45.007868][ T1] Testing event ext4_ext_show_extent: OK
<6>[ 45.051160][ T1] Testing event ext4_get_implied_cluster_alloc_exit: OK
<6>[ 45.097902][ T1] Testing event ext4_ext_handle_unwritten_extents: OK
<6>[ 45.141184][ T1] Testing event ext4_trim_all_free: OK
<6>[ 45.181247][ T1] Testing event ext4_trim_extent: OK
<6>[ 45.224512][ T1] Testing event ext4_journal_start_reserved: OK
<6>[ 45.267848][ T1] Testing event ext4_journal_start: OK
<6>[ 45.311332][ T1] Testing event ext4_load_inode: OK
<6>[ 45.351364][ T1] Testing event ext4_ext_load_extent: OK
<6>[ 45.391117][ T1] Testing event ext4_ind_map_blocks_exit: OK
<6>[ 45.431367][ T1] Testing event ext4_ext_map_blocks_exit: OK
<6>[ 45.474727][ T1] Testing event ext4_ind_map_blocks_enter: OK
<6>[ 45.518067][ T1] Testing event ext4_ext_map_blocks_enter: OK
<6>[ 45.561135][ T1] Testing event ext4_ext_convert_to_initialized_fastpath: OK
<6>[ 45.604461][ T1] Testing event ext4_ext_convert_to_initialized_enter: OK
<6>[ 45.647832][ T1] Testing event ext4_truncate_exit: OK
<6>[ 45.694482][ T1] Testing event ext4_truncate_enter: OK
<6>[ 45.737808][ T1] Testing event ext4_unlink_exit: OK
<6>[ 45.784515][ T1] Testing event ext4_unlink_enter: OK
<6>[ 45.824500][ T1] Testing event ext4_fallocate_exit: OK
<6>[ 45.867840][ T1] Testing event ext4_zero_range: OK
<6>[ 45.911257][ T1] Testing event ext4_punch_hole: OK
<6>[ 45.954583][ T1] Testing event ext4_fallocate_enter: OK
<6>[ 45.997892][ T1] Testing event ext4_read_block_bitmap_load: OK
<6>[ 46.041251][ T1] Testing event ext4_load_inode_bitmap: OK
<6>[ 46.084563][ T1] Testing event ext4_mb_buddy_bitmap_load: OK
<6>[ 46.127929][ T1] Testing event ext4_mb_bitmap_load: OK
<6>[ 46.167929][ T1] Testing event ext4_da_release_space: OK
<6>[ 46.211257][ T1] Testing event ext4_da_reserve_space: OK
<6>[ 46.257922][ T1] Testing event ext4_da_update_reserve_space: OK
<6>[ 46.301228][ T1] Testing event ext4_forget: OK
<6>[ 46.347874][ T1] Testing event ext4_mballoc_free: OK
<6>[ 46.391236][ T1] Testing event ext4_mballoc_discard: OK
<6>[ 46.437938][ T1] Testing event ext4_mballoc_prealloc: OK
<6>[ 46.481238][ T1] Testing event ext4_mballoc_alloc: OK
<6>[ 46.524591][ T1] Testing event ext4_alloc_da_blocks: OK
<6>[ 46.567896][ T1] Testing event ext4_sync_fs: OK
<6>[ 46.611256][ T1] Testing event ext4_sync_file_exit: OK
<6>[ 46.657884][ T1] Testing event ext4_sync_file_enter: OK
<6>[ 46.701224][ T1] Testing event ext4_free_blocks: OK
<6>[ 46.744575][ T1] Testing event ext4_allocate_blocks: OK
<6>[ 46.787876][ T1] Testing event ext4_request_blocks: OK
<6>[ 46.831232][ T1] Testing event ext4_mb_discard_preallocations: OK
<6>[ 46.874569][ T1] Testing event ext4_discard_preallocations: OK
<6>[ 46.917938][ T1] Testing event ext4_mb_release_group_pa: OK
<6>[ 46.961272][ T1] Testing event ext4_mb_release_inode_pa: OK
<6>[ 47.001258][ T1] Testing event ext4_mb_new_group_pa: OK
<6>[ 47.044576][ T1] Testing event ext4_mb_new_inode_pa: OK
<6>[ 47.087923][ T1] Testing event ext4_discard_blocks: OK
<6>[ 47.131342][ T1] Testing event ext4_journalled_invalidatepage: OK
<6>[ 47.174484][ T1] Testing event ext4_invalidatepage: OK
<6>[ 47.217846][ T1] Testing event ext4_releasepage: OK
<6>[ 47.261146][ T1] Testing event ext4_readpage: OK
<6>[ 47.304496][ T1] Testing event ext4_writepage: OK
<6>[ 47.344454][ T1] Testing event ext4_writepages_result: OK
<6>[ 47.387804][ T1] Testing event ext4_da_write_pages_extent: OK
<6>[ 47.434519][ T1] Testing event ext4_da_write_pages: OK
<6>[ 47.481170][ T1] Testing event ext4_writepages: OK
<6>[ 47.527830][ T1] Testing event ext4_da_write_end: OK
<6>[ 47.571176][ T1] Testing event ext4_journalled_write_end: OK
<6>[ 47.614565][ T1] Testing event ext4_write_end: OK
<6>[ 47.657795][ T1] Testing event ext4_da_write_begin: OK
<6>[ 47.701163][ T1] Testing event ext4_write_begin: OK
<6>[ 47.744466][ T1] Testing event ext4_begin_ordered_truncate: OK
<6>[ 47.787807][ T1] Testing event ext4_mark_inode_dirty: OK
<6>[ 47.831156][ T1] Testing event ext4_nfs_commit_metadata: OK
<6>[ 47.874560][ T1] Testing event ext4_drop_inode: OK
<6>[ 47.917891][ T1] Testing event ext4_evict_inode: OK
<6>[ 47.961236][ T1] Testing event ext4_allocate_inode: OK
<6>[ 48.004581][ T1] Testing event ext4_request_inode: OK
<6>[ 48.047910][ T1] Testing event ext4_free_inode: OK
<6>[ 48.091238][ T1] Testing event ext4_other_inode_update_time: OK
<6>[ 48.134601][ T1] Testing event jbd2_shrink_checkpoint_list: OK
<6>[ 48.174580][ T1] Testing event jbd2_shrink_scan_exit: OK
<6>[ 48.214566][ T1] Testing event jbd2_shrink_scan_enter: OK
<6>[ 48.261243][ T1] Testing event jbd2_shrink_count: OK
<6>[ 48.304567][ T1] Testing event jbd2_lock_buffer_stall: OK
<6>[ 48.347912][ T1] Testing event jbd2_write_superblock: OK
<6>[ 48.391259][ T1] Testing event jbd2_update_log_tail: OK
<6>[ 48.434622][ T1] Testing event jbd2_checkpoint_stats: OK
<6>[ 48.477943][ T1] Testing event jbd2_run_stats: OK
<6>[ 48.521282][ T1] Testing event jbd2_handle_stats: OK
<6>[ 48.561289][ T1] Testing event jbd2_handle_extend: OK
<6>[ 48.607923][ T1] Testing event jbd2_handle_restart: OK
<6>[ 48.647961][ T1] Testing event jbd2_handle_start: OK
<6>[ 48.691240][ T1] Testing event jbd2_submit_inode_data: OK
<6>[ 48.737944][ T1] Testing event jbd2_end_commit: OK
<6>[ 48.781232][ T1] Testing event jbd2_drop_transaction: OK
<6>[ 48.827956][ T1] Testing event jbd2_commit_logging: OK
<6>[ 48.871171][ T1] Testing event jbd2_commit_flushing: OK
<6>[ 48.921420][ T1] Testing event jbd2_commit_locking: OK
<6>[ 48.964799][ T1] Testing event jbd2_start_commit: OK
<6>[ 49.004806][ T1] Testing event jbd2_checkpoint: OK
<6>[ 49.044535][ T1] Testing event block_rq_remap: OK
<6>[ 49.091204][ T1] Testing event block_bio_remap: OK
<6>[ 49.134537][ T1] Testing event block_split: OK
<6>[ 49.181189][ T1] Testing event block_unplug: OK
<6>[ 49.227940][ T1] Testing event block_plug: OK
<6>[ 49.274564][ T1] Testing event block_getrq: OK
<6>[ 49.318044][ T1] Testing event block_bio_queue: OK
<6>[ 49.361153][ T1] Testing event block_bio_frontmerge: OK
<6>[ 49.404471][ T1] Testing event block_bio_backmerge: OK
<6>[ 49.454490][ T1] Testing event block_bio_bounce: OK
<6>[ 49.501133][ T1] Testing event block_bio_complete: OK
<6>[ 49.544496][ T1] Testing event block_rq_merge: OK
<6>[ 49.591237][ T1] Testing event block_rq_issue: OK
<6>[ 49.631236][ T1] Testing event block_rq_insert: OK
<6>[ 49.674582][ T1] Testing event block_rq_complete: OK
<6>[ 49.721175][ T1] Testing event block_rq_requeue: OK
<6>[ 49.767875][ T1] Testing event block_dirty_buffer: OK
<6>[ 49.811227][ T1] Testing event block_touch_buffer: OK
<6>[ 49.854531][ T1] Testing event iocost_iocg_forgive_debt: OK
<6>[ 49.901172][ T1] Testing event iocost_ioc_vrate_adj: OK
<6>[ 49.947845][ T1] Testing event iocost_inuse_adjust: OK
<6>[ 49.991167][ T1] Testing event iocost_inuse_transfer: OK
<6>[ 50.034503][ T1] Testing event iocost_inuse_shortage: OK
<6>[ 50.077850][ T1] Testing event iocost_iocg_idle: OK
<6>[ 50.121139][ T1] Testing event iocost_iocg_activate: OK
<6>[ 50.167878][ T1] Testing event wbt_timer: OK
<6>[ 50.211088][ T1] Testing event wbt_step: OK
<6>[ 50.261124][ T1] Testing event wbt_lat: OK
<6>[ 50.307774][ T1] Testing event wbt_stat: OK
<6>[ 50.351183][ T1] Testing event rdpmc: OK
<6>[ 50.394413][ T1] Testing event write_msr: OK
<6>[ 50.437812][ T1] Testing event read_msr: OK
<6>[ 50.481185][ T1] Testing event gpio_value: OK
<6>[ 50.524473][ T1] Testing event gpio_direction: OK
<6>[ 50.564506][ T1] Testing event pwm_get: OK
<6>[ 50.607978][ T1] Testing event pwm_apply: OK
<6>[ 50.651316][ T1] Testing event clk_set_duty_cycle_complete: OK
<6>[ 50.694432][ T1] Testing event clk_set_duty_cycle: OK
<6>[ 50.737742][ T1] Testing event clk_set_phase_complete: OK
<6>[ 50.777754][ T1] Testing event clk_set_phase: OK
<6>[ 50.824410][ T1] Testing event clk_set_parent_complete: OK
<6>[ 50.871081][ T1] Testing event clk_set_parent: OK
<6>[ 50.911056][ T1] Testing event clk_set_rate_range: OK
<6>[ 50.954364][ T1] Testing event clk_set_max_rate: OK
<6>[ 50.997733][ T1] Testing event clk_set_min_rate: OK
<6>[ 51.041069][ T1] Testing event clk_set_rate_complete: OK
<6>[ 51.084457][ T1] Testing event clk_set_rate: OK
<6>[ 51.127691][ T1] Testing event clk_unprepare_complete: OK
<6>[ 51.171063][ T1] Testing event clk_unprepare: OK
<6>[ 51.217770][ T1] Testing event clk_prepare_complete: OK
<6>[ 51.264381][ T1] Testing event clk_prepare: OK
<6>[ 51.307716][ T1] Testing event clk_disable_complete: OK
<6>[ 51.354447][ T1] Testing event clk_disable: OK
<6>[ 51.397801][ T1] Testing event clk_enable_complete: OK
<6>[ 51.444464][ T1] Testing event clk_enable: OK
<6>[ 51.487770][ T1] Testing event regulator_set_voltage_complete: OK
<6>[ 51.527856][ T1] Testing event regulator_set_voltage: OK
<6>[ 51.571164][ T1] Testing event regulator_bypass_disable_complete: OK
<6>[ 51.617863][ T1] Testing event regulator_bypass_disable: OK
<6>[ 51.657802][ T1] Testing event regulator_bypass_enable_complete: OK
<6>[ 51.701175][ T1] Testing event regulator_bypass_enable: OK
<6>[ 51.744494][ T1] Testing event regulator_disable_complete: OK
<6>[ 51.791191][ T1] Testing event regulator_disable: OK
<6>[ 51.841160][ T1] Testing event regulator_enable_complete: OK
<6>[ 51.884532][ T1] Testing event regulator_enable_delay: OK
<6>[ 51.931151][ T1] Testing event regulator_enable: OK
<6>[ 51.974518][ T1] Testing event prandom_u32: OK
<6>[ 52.021187][ T1] Testing event urandom_read: OK
<6>[ 52.067821][ T1] Testing event extract_entropy: OK
<6>[ 52.107837][ T1] Testing event get_random_bytes_arch: OK
<6>[ 52.151173][ T1] Testing event get_random_bytes: OK
<6>[ 52.194476][ T1] Testing event add_disk_randomness: OK
<6>[ 52.237847][ T1] Testing event add_input_randomness: OK
<6>[ 52.281177][ T1] Testing event debit_entropy: OK
<6>[ 52.327861][ T1] Testing event credit_entropy_bits: OK
<6>[ 52.371105][ T1] Testing event mix_pool_bytes_nolock: OK
<6>[ 52.414516][ T1] Testing event mix_pool_bytes: OK
<6>[ 52.457808][ T1] Testing event add_device_randomness: OK
<6>[ 52.501104][ T1] Testing event prq_report: OK
<6>[ 52.544446][ T1] Testing event qi_submit: OK
<6>[ 52.587788][ T1] Testing event io_page_fault: OK
<6>[ 52.631155][ T1] Testing event unmap: OK
<6>[ 52.674445][ T1] Testing event map: OK
<6>[ 52.717766][ T1] Testing event detach_device_from_domain: OK
<6>[ 52.764453][ T1] Testing event attach_device_to_domain: OK
<6>[ 52.807871][ T1] Testing event remove_device_from_group: OK
<6>[ 52.854502][ T1] Testing event add_device_to_group: OK
<6>[ 52.897883][ T1] Testing event regcache_drop_region: OK
<6>[ 52.941208][ T1] Testing event regmap_async_complete_done: OK
<6>[ 52.981159][ T1] Testing event regmap_async_complete_start: OK
<6>[ 53.021163][ T1] Testing event regmap_async_io_complete: OK
<6>[ 53.064464][ T1] Testing event regmap_async_write_start: OK
<6>[ 53.111207][ T1] Testing event regmap_cache_bypass: OK
<6>[ 53.157932][ T1] Testing event regmap_cache_only: OK
<6>[ 53.204586][ T1] Testing event regcache_sync: OK
<6>[ 53.247898][ T1] Testing event regmap_hw_write_done: OK
<6>[ 53.291244][ T1] Testing event regmap_hw_write_start: OK
<6>[ 53.334632][ T1] Testing event regmap_hw_read_done: OK
<6>[ 53.381208][ T1] Testing event regmap_hw_read_start: OK
<6>[ 53.424546][ T1] Testing event regmap_reg_read_cache: OK
<6>[ 53.467914][ T1] Testing event regmap_reg_read: OK
<6>[ 53.514543][ T1] Testing event regmap_reg_write: OK
<6>[ 53.561206][ T1] Testing event devres_log: OK
<6>[ 53.607928][ T1] Testing event dma_fence_wait_end: OK
<6>[ 53.654534][ T1] Testing event dma_fence_wait_start: OK
<6>[ 53.697862][ T1] Testing event dma_fence_signaled: OK
<6>[ 53.741214][ T1] Testing event dma_fence_enable_signal: OK
<6>[ 53.787847][ T1] Testing event dma_fence_destroy: OK
<6>[ 53.831205][ T1] Testing event dma_fence_init: OK
<6>[ 53.874528][ T1] Testing event dma_fence_emit: OK
<6>[ 53.917835][ T1] Testing event sync_timeline: OK
<6>[ 53.964533][ T1] Testing event scsi_eh_wakeup: OK
<6>[ 54.007892][ T1] Testing event scsi_dispatch_cmd_timeout: OK
<6>[ 54.051209][ T1] Testing event scsi_dispatch_cmd_done: OK
<6>[ 54.094527][ T1] Testing event scsi_dispatch_cmd_error: OK
<6>[ 54.137868][ T1] Testing event scsi_dispatch_cmd_start: OK
<6>[ 54.181412][ T1] Testing event ata_eh_link_autopsy_qc: OK
<6>[ 54.228076][ T1] Testing event ata_eh_link_autopsy: OK
<6>[ 54.274738][ T1] Testing event ata_qc_complete_done: OK
<6>[ 54.321113][ T1] Testing event ata_qc_complete_failed: OK
<6>[ 54.361136][ T1] Testing event ata_qc_complete_internal: OK
<6>[ 54.404464][ T1] Testing event ata_qc_issue: OK
<6>[ 54.447816][ T1] Testing event spi_transfer_stop: OK
<6>[ 54.491073][ T1] Testing event spi_transfer_start: OK
<6>[ 54.534422][ T1] Testing event spi_message_done: OK
<6>[ 54.577772][ T1] Testing event spi_message_start: OK
<6>[ 54.621118][ T1] Testing event spi_message_submit: OK
<6>[ 54.664425][ T1] Testing event spi_set_cs: OK
<6>[ 54.707814][ T1] Testing event spi_setup: OK
<6>[ 54.748035][ T1] Testing event spi_controller_busy: OK
<6>[ 54.788043][ T1] Testing event spi_controller_idle: OK
<6>[ 54.831165][ T1] Testing event mdio_access: OK
<6>[ 54.874461][ T1] Testing event xhci_dbc_giveback_request: OK
<6>[ 54.917795][ T1] Testing event xhci_dbc_queue_request: OK
<6>[ 54.961103][ T1] Testing event xhci_dbc_free_request: OK
<6>[ 55.004439][ T1] Testing event xhci_dbc_alloc_request: OK
<6>[ 55.051167][ T1] Testing event xhci_ring_host_doorbell: OK
<6>[ 55.094492][ T1] Testing event xhci_ring_ep_doorbell: OK
<6>[ 55.134520][ T1] Testing event xhci_hub_status_data: OK
<6>[ 55.181171][ T1] Testing event xhci_get_port_status: OK
<6>[ 55.224487][ T1] Testing event xhci_handle_port_status: OK
<6>[ 55.267841][ T1] Testing event xhci_inc_deq: OK
<6>[ 55.314508][ T1] Testing event xhci_inc_enq: OK
<6>[ 55.357803][ T1] Testing event xhci_ring_expansion: OK
<6>[ 55.401162][ T1] Testing event xhci_ring_free: OK
<6>[ 55.444465][ T1] Testing event xhci_ring_alloc: OK
<6>[ 55.487796][ T1] Testing event xhci_configure_endpoint_ctrl_ctx: OK
<6>[ 55.534474][ T1] Testing event xhci_address_ctrl_ctx: OK
<6>[ 55.577861][ T1] Testing event xhci_configure_endpoint: OK
<6>[ 55.624489][ T1] Testing event xhci_handle_cmd_set_deq: OK
<6>[ 55.671209][ T1] Testing event xhci_handle_cmd_reset_dev: OK
<6>[ 55.711189][ T1] Testing event xhci_handle_cmd_addr_dev: OK
<6>[ 55.757861][ T1] Testing event xhci_setup_device_slot: OK
<6>[ 55.804548][ T1] Testing event xhci_discover_or_reset_device: OK
<6>[ 55.851226][ T1] Testing event xhci_handle_cmd_disable_slot: OK
<6>[ 55.897835][ T1] Testing event xhci_free_dev: OK
<6>[ 55.938086][ T1] Testing event xhci_alloc_dev: OK
<6>[ 55.981405][ T1] Testing event xhci_add_endpoint: OK
<6>[ 56.024462][ T1] Testing event xhci_handle_cmd_config_ep: OK
<6>[ 56.071140][ T1] Testing event xhci_handle_cmd_reset_ep: OK
<6>[ 56.114464][ T1] Testing event xhci_handle_cmd_set_deq_ep: OK
<6>[ 56.161164][ T1] Testing event xhci_handle_cmd_stop_ep: OK
<6>[ 56.207848][ T1] Testing event xhci_urb_dequeue: OK
<6>[ 56.254458][ T1] Testing event xhci_urb_giveback: OK
<6>[ 56.297817][ T1] Testing event xhci_urb_enqueue: OK
<6>[ 56.341183][ T1] Testing event xhci_stop_device: OK
<6>[ 56.384463][ T1] Testing event xhci_setup_addressable_virt_device: OK
<6>[ 56.427939][ T1] Testing event xhci_setup_device: OK
<6>[ 56.471215][ T1] Testing event xhci_alloc_virt_device: OK
<6>[ 56.517851][ T1] Testing event xhci_free_virt_device: OK
<6>[ 56.561150][ T1] Testing event xhci_dbc_gadget_ep_queue: OK
<6>[ 56.607823][ T1] Testing event xhci_dbc_handle_transfer: OK
<6>[ 56.651174][ T1] Testing event xhci_dbc_handle_event: OK
<6>[ 56.694510][ T1] Testing event xhci_queue_trb: OK
<6>[ 56.737843][ T1] Testing event xhci_handle_transfer: OK
<6>[ 56.781252][ T1] Testing event xhci_handle_command: OK
<6>[ 56.827919][ T1] Testing event xhci_handle_event: OK
<6>[ 56.871229][ T1] Testing event xhci_address_ctx: OK
<6>[ 56.917921][ T1] Testing event xhci_dbg_ring_expansion: OK
<6>[ 56.964648][ T1] Testing event xhci_dbg_init: OK
<6>[ 57.011285][ T1] Testing event xhci_dbg_cancel_urb: OK
<6>[ 57.054558][ T1] Testing event xhci_dbg_reset_ep: OK
<6>[ 57.097890][ T1] Testing event xhci_dbg_quirks: OK
<6>[ 57.141227][ T1] Testing event xhci_dbg_context_change: OK
<6>[ 57.187939][ T1] Testing event xhci_dbg_address: OK
<6>[ 57.231242][ T1] Testing event rtc_timer_fired: OK
<6>[ 57.274569][ T1] Testing event rtc_timer_dequeue: OK
<6>[ 57.321295][ T1] Testing event rtc_timer_enqueue: OK
<6>[ 57.367915][ T1] Testing event rtc_read_offset: OK
<6>[ 57.407886][ T1] Testing event rtc_set_offset: OK
<6>[ 57.454544][ T1] Testing event rtc_alarm_irq_enable: OK
<6>[ 57.501270][ T1] Testing event rtc_irq_set_state: OK
<6>[ 57.547927][ T1] Testing event rtc_irq_set_freq: OK
<6>[ 57.594532][ T1] Testing event rtc_read_alarm: OK
<6>[ 57.637877][ T1] Testing event rtc_set_alarm: OK
<6>[ 57.681131][ T1] Testing event rtc_read_time: OK
<6>[ 57.721159][ T1] Testing event rtc_set_time: OK
<6>[ 57.761404][ T1] Testing event i2c_result: OK
<6>[ 57.804821][ T1] Testing event i2c_reply: OK
<6>[ 57.847799][ T1] Testing event i2c_read: OK
<6>[ 57.891132][ T1] Testing event i2c_write: OK
<6>[ 57.934467][ T1] Testing event smbus_result: OK
<6>[ 57.977790][ T1] Testing event smbus_reply: OK
<6>[ 58.024450][ T1] Testing event smbus_read: OK
<6>[ 58.071094][ T1] Testing event smbus_write: OK
<6>[ 58.117767][ T1] Testing event hwmon_attr_show_string: OK
<6>[ 58.164423][ T1] Testing event hwmon_attr_store: OK
<6>[ 58.207754][ T1] Testing event hwmon_attr_show: OK
<6>[ 58.251067][ T1] Testing event thermal_power_devfreq_limit: OK
<6>[ 58.297804][ T1] Testing event thermal_power_devfreq_get_power: OK
<6>[ 58.344420][ T1] Testing event thermal_zone_trip: OK
<6>[ 58.391112][ T1] Testing event cdev_update: OK
<6>[ 58.437850][ T1] Testing event thermal_temperature: OK
<6>[ 58.477846][ T1] Testing event thermal_power_allocator_pid: OK
<6>[ 58.521155][ T1] Testing event thermal_power_allocator: OK
<6>[ 58.564515][ T1] Testing event mmc_request_done: OK
<6>[ 58.607838][ T1] Testing event mmc_request_start: OK
<6>[ 58.647852][ T1] Testing event cros_ec_request_done: OK
<6>[ 58.694510][ T1] Testing event cros_ec_request_start: OK
<6>[ 58.741134][ T1] Testing event devfreq_monitor: OK
<6>[ 58.784559][ T1] Testing event devfreq_frequency: OK
<6>[ 58.827824][ T1] Testing event memory_failure_event: OK
<6>[ 58.871186][ T1] Testing event aer_event: OK
<6>[ 58.914503][ T1] Testing event non_standard_event: OK
<6>[ 58.954511][ T1] Testing event arm_event: OK
<6>[ 58.997849][ T1] Testing event mc_event: OK
<6>[ 59.041163][ T1] Testing event extlog_mem_event: OK
<6>[ 59.081158][ T1] Testing event icc_set_bw_end: OK
<6>[ 59.127855][ T1] Testing event icc_set_bw: OK
<6>[ 59.171174][ T1] Testing event neigh_cleanup_and_release: OK
<6>[ 59.214502][ T1] Testing event neigh_event_send_dead: OK
<6>[ 59.257906][ T1] Testing event neigh_event_send_done: OK
<6>[ 59.301161][ T1] Testing event neigh_timer_handler: OK
<6>[ 59.341181][ T1] Testing event neigh_update_done: OK
<6>[ 59.384491][ T1] Testing event neigh_update: OK
<6>[ 59.427872][ T1] Testing event neigh_create: OK
<6>[ 59.474534][ T1] Testing event page_pool_update_nid: OK
<6>[ 59.514706][ T1] Testing event page_pool_state_hold: OK
<6>[ 59.558062][ T1] Testing event page_pool_state_release: OK
<6>[ 59.601382][ T1] Testing event page_pool_release: OK
<6>[ 59.644685][ T1] Testing event br_fdb_update: OK
<6>[ 59.691055][ T1] Testing event fdb_delete: OK
<6>[ 59.737744][ T1] Testing event br_fdb_external_learn_add: OK
<6>[ 59.784409][ T1] Testing event br_fdb_add: OK
<6>[ 59.827741][ T1] Testing event qdisc_create: OK
<6>[ 59.871141][ T1] Testing event qdisc_destroy: OK
<6>[ 59.914500][ T1] Testing event qdisc_reset: OK
<6>[ 59.954457][ T1] Testing event qdisc_enqueue: OK
<6>[ 60.001092][ T1] Testing event qdisc_dequeue: OK
<6>[ 60.047800][ T1] Testing event fib_table_lookup: OK
<6>[ 60.091134][ T1] Testing event tcp_bad_csum: OK
<6>[ 60.134474][ T1] Testing event tcp_probe: OK
<6>[ 60.181172][ T1] Testing event tcp_retransmit_synack: OK
<6>[ 60.221182][ T1] Testing event tcp_rcv_space_adjust: OK
<6>[ 60.267867][ T1] Testing event tcp_destroy_sock: OK
<6>[ 60.311193][ T1] Testing event tcp_receive_reset: OK
<6>[ 60.357901][ T1] Testing event tcp_send_reset: OK
<6>[ 60.397891][ T1] Testing event tcp_retransmit_skb: OK
<6>[ 60.441184][ T1] Testing event udp_fail_queue_rcv_skb: OK
<6>[ 60.484498][ T1] Testing event inet_sk_error_report: OK
<6>[ 60.527891][ T1] Testing event inet_sock_set_state: OK
<6>[ 60.574578][ T1] Testing event sock_exceed_buf_limit: OK
<6>[ 60.617860][ T1] Testing event sock_rcvqueue_full: OK
<6>[ 60.661236][ T1] Testing event napi_poll: OK
<6>[ 60.707856][ T1] Testing event netif_receive_skb_list_exit: OK
<6>[ 60.751208][ T1] Testing event netif_rx_ni_exit: OK
<6>[ 60.801242][ T1] Testing event netif_rx_exit: OK
<6>[ 60.844537][ T1] Testing event netif_receive_skb_exit: OK
<6>[ 60.884570][ T1] Testing event napi_gro_receive_exit: OK
<6>[ 60.927896][ T1] Testing event napi_gro_frags_exit: OK
<6>[ 60.974561][ T1] Testing event netif_rx_ni_entry: OK
<6>[ 61.021207][ T1] Testing event netif_rx_entry: OK
<6>[ 61.067864][ T1] Testing event netif_receive_skb_list_entry: OK
<6>[ 61.114583][ T1] Testing event netif_receive_skb_entry: OK
<6>[ 61.161301][ T1] Testing event napi_gro_receive_entry: OK
<6>[ 61.207829][ T1] Testing event napi_gro_frags_entry: OK
<6>[ 61.254459][ T1] Testing event netif_rx: OK
<6>[ 61.298066][ T1] Testing event netif_receive_skb: OK
<6>[ 61.341144][ T1] Testing event net_dev_queue: OK
<6>[ 61.384438][ T1] Testing event net_dev_xmit_timeout: OK
<6>[ 61.431145][ T1] Testing event net_dev_xmit: OK
<6>[ 61.474494][ T1] Testing event net_dev_start_xmit: OK
<6>[ 61.517834][ T1] Testing event skb_copy_datagram_iovec: OK
<6>[ 61.564486][ T1] Testing event consume_skb: OK
<6>[ 61.611174][ T1] Testing event kfree_skb: OK
<6>[ 61.651178][ T1] Testing event devlink_trap_report: OK
<6>[ 61.691213][ T1] Testing event devlink_health_reporter_state_update: OK
<6>[ 61.734555][ T1] Testing event devlink_health_recover_aborted: OK
<6>[ 61.777894][ T1] Testing event devlink_health_report: OK
<6>[ 61.817866][ T1] Testing event devlink_hwerr: OK
<6>[ 61.861150][ T1] Testing event devlink_hwmsg: OK
<6>[ 61.904459][ T1] Testing event netlink_extack: OK
<6>[ 61.947831][ T1] Testing event bpf_test_finish: OK
<6>[ 61.994567][ T1] Testing event tls_device_tx_resync_send: OK
<6>[ 62.037907][ T1] Testing event tls_device_tx_resync_req: OK
<6>[ 62.084574][ T1] Testing event tls_device_rx_resync_nh_delay: OK
<6>[ 62.127889][ T1] Testing event tls_device_rx_resync_nh_schedule: OK
<6>[ 62.167944][ T1] Testing event tls_device_rx_resync_send: OK
<6>[ 62.211217][ T1] Testing event tls_device_decrypted: OK
<6>[ 62.261255][ T1] Testing event tls_device_offload_set: OK
<6>[ 62.304585][ T1] Testing event fib6_table_lookup: OK
<6>[ 62.351262][ T1] Testing event subflow_check_data_avail: OK
<6>[ 62.397892][ T1] Testing event ack_update_msk: OK
<6>[ 62.437904][ T1] Testing event get_mapping_status: OK
<6>[ 62.481263][ T1] Testing event mptcp_subflow_get_send: OK
<6>[ 62.524616][ T1] Running tests on trace event systems:
<6>[ 62.525419][ T1] Testing event system mptcp: OK
<6>[ 62.564870][ T1] Testing event system fib6: OK
<6>[ 62.611455][ T1] Testing event system tls: OK
<6>[ 62.654913][ T1] Testing event system bpf_test_run: OK
<6>[ 62.698074][ T1] Testing event system netlink: OK
<6>[ 62.741407][ T1] Testing event system devlink: OK
<6>[ 62.781500][ T1] Testing event system skb: OK
<6>[ 62.828113][ T1] Testing event system net: OK
<6>[ 62.875254][ T1] Testing event system napi: OK
<6>[ 62.914765][ T1] Testing event system sock: OK
<6>[ 62.961451][ T1] Testing event system udp: OK
<6>[ 63.008227][ T1] Testing event system tcp: OK
<6>[ 63.048534][ T1] Testing event system fib: OK
<6>[ 63.091548][ T1] Testing event system qdisc: OK
<6>[ 63.134692][ T1] Testing event system bridge: OK
<6>[ 63.177912][ T1] Testing event system page_pool: OK
<6>[ 63.224696][ T1] Testing event system neigh: OK
<6>[ 63.268094][ T1] Testing event system interconnect: OK
<6>[ 63.307954][ T1] Testing event system ras: OK
<6>[ 63.348016][ T1] Testing event system devfreq: OK
<6>[ 63.394622][ T1] Testing event system cros_ec: OK
<6>[ 63.441336][ T1] Testing event system mmc: OK
<6>[ 63.484623][ T1] Testing event system thermal_power_allocator: OK
<6>[ 63.531325][ T1] Testing event system thermal: OK
<6>[ 63.574747][ T1] Testing event system hwmon: OK
<6>[ 63.621320][ T1] Testing event system smbus: OK
<6>[ 63.664632][ T1] Testing event system i2c: OK
<6>[ 63.708026][ T1] Testing event system rtc: OK
<6>[ 63.758259][ T1] Testing event system xhci-hcd: OK
<6>[ 63.806171][ T1] Testing event system mdio: OK
<6>[ 63.847830][ T1] Testing event system spi: OK
<6>[ 63.891453][ T1] Testing event system libata: OK
<6>[ 63.941419][ T1] Testing event system scsi: OK
<6>[ 63.984743][ T1] Testing event system sync_trace: OK
<6>[ 64.027935][ T1] Testing event system dma_fence: OK
<6>[ 64.071409][ T1] Testing event system dev: OK
<6>[ 64.114611][ T1] Testing event system regmap: OK
<6>[ 64.161741][ T1] Testing event system iommu: OK
<6>[ 64.204770][ T1] Testing event system intel_iommu: OK
<6>[ 64.244628][ T1] Testing event system random: OK
<6>[ 64.294932][ T1] Testing event system regulator: OK
<6>[ 64.338241][ T1] Testing event system clk: OK
<6>[ 64.381784][ T1] Testing event system pwm: OK
<6>[ 64.427968][ T1] Testing event system gpio: OK
<6>[ 64.471301][ T1] Testing event system msr: OK
<6>[ 64.514686][ T1] Testing event system wbt: OK
<6>[ 64.561307][ T1] Testing event system iocost: OK
<6>[ 64.604812][ T1] Testing event system block: OK
<6>[ 64.648400][ T1] Testing event system jbd2: OK
<6>[ 64.698500][ T1] Testing event system ext4: OK
<6>[ 64.751343][ T1] Testing event system iomap: OK
<6>[ 64.794999][ T1] Testing event system filelock: OK
<6>[ 64.838115][ T1] Testing event system fs_dax: OK
<6>[ 64.881473][ T1] Testing event system io_uring: OK
<6>[ 64.924849][ T1] Testing event system writeback: OK
<6>[ 64.968796][ T1] Testing event system page_isolation: OK
<6>[ 65.011139][ T1] Testing event system huge_memory: OK
<6>[ 65.054587][ T1] Testing event system migrate: OK
<6>[ 65.101169][ T1] Testing event system mmap: OK
<6>[ 65.144476][ T1] Testing event system mmap_lock: OK
<6>[ 65.194007][ T1] Testing event system compaction: OK
<6>[ 65.238209][ T1] Testing event system kmem: OK
<6>[ 65.281600][ T1] Testing event system percpu: OK
<6>[ 65.321306][ T1] Testing event system vmscan: OK
<6>[ 65.364978][ T1] Testing event system pagemap: OK
<6>[ 65.407853][ T1] Testing event system oom: OK
<6>[ 65.451342][ T1] Testing event system filemap: OK
<6>[ 65.494607][ T1] Testing event system rseq: OK
<6>[ 65.537905][ T1] Testing event system xdp: OK
<6>[ 65.581538][ T1] Testing event system rpm: OK
<6>[ 65.624693][ T1] Testing event system power: OK
<6>[ 65.665432][ T1] Testing event system error_report: OK
<6>[ 65.707861][ T1] Testing event system bpf_trace: OK
<6>[ 65.751235][ T1] Testing event system test: OK
<6>[ 65.794496][ T1] Testing event system preemptirq: OK
<6>[ 65.838030][ T1] Testing event system cgroup: OK
<6>[ 65.881694][ T1] Testing event system module: OK
<6>[ 65.924690][ T1] Testing event system alarmtimer: OK
<6>[ 65.964646][ T1] Testing event system timer: OK
<6>[ 66.008322][ T1] Testing event system raw_syscalls: OK
<6>[ 66.051295][ T1] Testing event system swiotlb: OK
<6>[ 66.094594][ T1] Testing event system rcu: OK
<6>[ 66.137981][ T1] Testing event system irq_matrix: OK
<6>[ 66.181502][ T1] Testing event system printk: OK
<6>[ 66.221235][ T1] Testing event system lock: OK
<6>[ 66.264697][ T1] Testing event system sched: OK
<6>[ 66.308878][ T1] Testing event system workqueue: OK
<6>[ 66.348010][ T1] Testing event system signal: OK
<6>[ 66.387922][ T1] Testing event system irq: OK
<6>[ 66.431378][ T1] Testing event system cpuhp: OK
<6>[ 66.477998][ T1] Testing event system task: OK
<6>[ 66.517895][ T1] Testing event system exceptions: OK
<6>[ 66.561251][ T1] Testing event system tlb: OK
<6>[ 66.604810][ T1] Testing event system resctrl: OK
<6>[ 66.648135][ T1] Testing event system mce: OK
<6>[ 66.691373][ T1] Testing event system x86_fpu: OK
<6>[ 66.735005][ T1] Testing event system nmi: OK
<6>[ 66.781405][ T1] Testing event system irq_vectors: OK
<6>[ 66.825999][ T1] Testing event system syscalls: OK
<6>[ 66.871774][ T1] Testing event system hyperv: OK
<6>[ 66.914612][ T1] Testing event system xen: OK
<6>[ 66.958716][ T1] Testing event system vsyscall: OK
<6>[ 67.001157][ T1] Testing event system initcall: OK
<6>[ 67.044602][ T1] Running tests on all trace events:
<6>[ 67.045163][ T1] Testing all events: OK
<6>[ 67.940474][ T1] Running tests again, along with the function tracer
<6>[ 67.942872][ T1] Running tests on trace events:
<6>[ 67.945223][ T1] Testing event initcall_finish: OK
<6>[ 67.989741][ T1] Testing event initcall_start: OK
<6>[ 68.036408][ T1] Testing event initcall_level: OK
<6>[ 68.083002][ T1] Testing event emulate_vsyscall: OK
<6>[ 68.133021][ T1] Testing event xen_cpu_set_ldt: OK
<6>[ 68.179677][ T1] Testing event xen_cpu_write_gdt_entry: OK
<6>[ 68.226386][ T1] Testing event xen_cpu_load_idt: OK
<6>[ 68.273071][ T1] Testing event xen_cpu_write_idt_entry: OK
<6>[ 68.320097][ T1] Testing event xen_cpu_write_ldt_entry: OK
<6>[ 68.366336][ T1] Testing event xen_mmu_write_cr3: OK
<6>[ 68.416356][ T1] Testing event xen_mmu_flush_tlb_multi: OK
<6>[ 68.463053][ T1] Testing event xen_mmu_flush_tlb_one_user: OK
<6>[ 68.509785][ T1] Testing event xen_mmu_pgd_unpin: OK
<6>[ 68.556438][ T1] Testing event xen_mmu_pgd_pin: OK
<6>[ 68.606412][ T1] Testing event xen_mmu_release_ptpage: OK
<6>[ 68.656453][ T1] Testing event xen_mmu_alloc_ptpage: OK
<6>[ 68.703113][ T1] Testing event xen_mmu_ptep_modify_prot_commit: OK
<6>[ 68.759774][ T1] Testing event xen_mmu_ptep_modify_prot_start: OK
<6>[ 68.806483][ T1] Testing event xen_mmu_set_p4d: OK
<6>[ 68.859767][ T1] Testing event xen_mmu_set_pud: OK
<6>[ 68.906426][ T1] Testing event xen_mmu_set_pmd: OK
<6>[ 68.959787][ T1] Testing event xen_mmu_set_pte: OK
<6>[ 69.009726][ T1] Testing event xen_mc_extend_args: OK
<6>[ 69.056431][ T1] Testing event xen_mc_flush: OK
<6>[ 69.109712][ T1] Testing event xen_mc_flush_reason: OK
<6>[ 69.156441][ T1] Testing event xen_mc_callback: OK
<6>[ 69.206444][ T1] Testing event xen_mc_entry_alloc: OK
<6>[ 69.253102][ T1] Testing event xen_mc_entry: OK
<6>[ 69.303446][ T1] Testing event xen_mc_issue: OK
<6>[ 69.349716][ T1] Testing event xen_mc_batch: OK
<6>[ 69.396509][ T1] Testing event hyperv_send_ipi_one: OK
<6>[ 69.443126][ T1] Testing event hyperv_send_ipi_mask: OK
<6>[ 69.489761][ T1] Testing event hyperv_nested_flush_guest_mapping_range: OK
<6>[ 69.539766][ T1] Testing event hyperv_nested_flush_guest_mapping: OK
<6>[ 69.589819][ T1] Testing event hyperv_mmu_flush_tlb_multi: OK
<6>[ 69.639779][ T1] Testing event vector_free_moved: OK
<6>[ 69.689762][ T1] Testing event vector_setup: OK
<6>[ 69.739819][ T1] Testing event vector_teardown: OK
<6>[ 69.789801][ T1] Testing event vector_deactivate: OK
<6>[ 69.836408][ T1] Testing event vector_activate: OK
<6>[ 69.886445][ T1] Testing event vector_alloc_managed: OK
<6>[ 69.936478][ T1] Testing event vector_alloc: OK
<6>[ 69.986457][ T1] Testing event vector_reserve: OK
<6>[ 70.036465][ T1] Testing event vector_reserve_managed: OK
<6>[ 70.086442][ T1] Testing event vector_clear: OK
<6>[ 70.136426][ T1] Testing event vector_update: OK
<6>[ 70.183088][ T1] Testing event vector_config: OK
<6>[ 70.233097][ T1] Testing event thermal_apic_exit: OK
<6>[ 70.283036][ T1] Testing event thermal_apic_entry: OK
<6>[ 70.329710][ T1] Testing event deferred_error_apic_exit: OK
<6>[ 70.376383][ T1] Testing event deferred_error_apic_entry:
<6>[ 70.397015][ T124] usb 1-1.1: USB disconnect, device number 3
<4>[ 70.420744][ T1] OK
<6>[ 70.422938][ T1] Testing event threshold_apic_exit: OK
<6>[ 70.473073][ T1] Testing event threshold_apic_entry: OK
<6>[ 70.523087][ T1] Testing event call_function_single_exit: OK
<6>[ 70.566282][ T1] Testing event call_function_single_entry: OK
<6>[ 70.613110][ T1] Testing event call_function_exit: OK
<6>[ 70.659781][ T1] Testing event call_function_entry: OK
<6>[ 70.706406][ T1] Testing event reschedule_exit: OK
<6>[ 70.753102][ T1] Testing event reschedule_entry: OK
<6>[ 70.799733][ T1] Testing event irq_work_exit: OK
<6>[ 70.846434][ T1] Testing event irq_work_entry: OK
<6>[ 70.893108][ T1] Testing event x86_platform_ipi_exit: OK
<6>[ 70.939785][ T1] Testing event x86_platform_ipi_entry: OK
<6>[ 70.989807][ T1] Testing event error_apic_exit: OK
<6>[ 71.039783][ T1] Testing event error_apic_entry: OK
<6>[ 71.086444][ T1] Testing event spurious_apic_exit: OK
<6>[ 71.133112][ T1] Testing event spurious_apic_entry: OK
<6>[ 71.179784][ T1] Testing event local_timer_exit: OK
<6>[ 71.226688][ T1] Testing event local_timer_entry: OK
<6>[ 71.273405][ T1] Testing event nmi_handler: OK
<6>[ 71.319915][ T1] Testing event x86_fpu_xstate_check_failed: OK
<6>[ 71.366797][ T1] Testing event x86_fpu_copy_dst: OK
<6>[ 71.413445][ T1] Testing event x86_fpu_copy_src: OK
<6>[ 71.460112][ T1] Testing event x86_fpu_dropped: OK
<6>[ 71.506765][ T1] Testing event x86_fpu_init_state: OK
<6>[ 71.556691][ T1] Testing event x86_fpu_regs_deactivated: OK
<6>[ 71.603130][ T1] Testing event x86_fpu_regs_activated: OK
<6>[ 71.653201][ T1] Testing event x86_fpu_after_restore: OK
<6>[ 71.703423][ T1] Testing event x86_fpu_before_restore: OK
<6>[ 71.750042][ T1] Testing event x86_fpu_after_save: OK
<6>[ 71.796489][ T1] Testing event x86_fpu_before_save: OK
<6>[ 71.843153][ T1] Testing event mce_record: OK
<6>[ 71.889828][ T1] Testing event pseudo_lock_l3:
<6>[ 71.913552][ T124] usb 1-1.1: new low-speed USB device number 6 using ehci-pci
<4>[ 71.937468][ T1] OK
<6>[ 71.939766][ T1] Testing event pseudo_lock_l2: OK
<6>[ 71.986516][ T1] Testing event pseudo_lock_mem_latency: OK
<6>[ 72.028767][ T124] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
<6>[ 72.029728][ T1] Testing event tlb_flush:
<6>[ 72.032343][ T124] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 72.037648][ T124] usb 1-1.1: Product: USB Optical Mouse
<6>[ 72.040377][ T124] usb 1-1.1: Manufacturer: Logitech
<4>[ 72.087654][ T1] OK
<6>[ 72.090240][ T1] Testing event page_fault_kernel: OK
<6>[ 72.133587][ T1] Testing event page_fault_user: OK
<6>[ 72.180208][ T1] Testing event task_rename: OK
<6>[ 72.226696][ T1] Testing event task_newtask: OK
<6>[ 72.270113][ T1] Testing event cpuhp_exit: OK
<6>[ 72.320070][ T1] Testing event cpuhp_multi_enter: OK
<6>[ 72.366750][ T1] Testing event cpuhp_enter: OK
<6>[ 72.413397][ T1] Testing event softirq_raise: OK
<6>[ 72.460058][ T1] Testing event softirq_exit: OK
<6>[ 72.506714][ T1] Testing event softirq_entry: OK
<6>[ 72.550098][ T1] Testing event irq_handler_exit: OK
<6>[ 72.596818][ T1] Testing event irq_handler_entry: OK
<6>[ 72.643414][ T1] Testing event signal_deliver: OK
<6>[ 72.690192][ T1] Testing event signal_generate: OK
<6>[ 72.733592][ T1] Testing event workqueue_execute_end: OK
<6>[ 72.780361][ T1] Testing event workqueue_execute_start: OK
<6>[ 72.826991][ T1] Testing event workqueue_activate_work: OK
<6>[ 72.873715][ T1] Testing event workqueue_queue_work: OK
<6>[ 72.923681][ T1] Testing event sched_wake_idle_without_ipi: OK
<6>[ 72.970433][ T1] Testing event sched_swap_numa: OK
<6>[ 73.016989][ T1] Testing event sched_stick_numa: OK
<6>[ 73.060455][ T1] Testing event sched_move_numa: OK
<6>[ 73.103719][ T1] Testing event sched_process_hang: OK
<6>[ 73.150360][ T1] Testing event sched_pi_setprio: OK
<6>[ 73.197006][ T1] Testing event sched_stat_runtime: OK
<6>[ 73.247026][ T1] Testing event sched_stat_blocked: OK
<6>[ 73.293402][ T1] Testing event sched_stat_iowait: OK
<6>[ 73.340130][ T1] Testing event sched_stat_sleep: OK
<6>[ 73.387009][ T1] Testing event sched_stat_wait: OK
<6>[ 73.433683][ T1] Testing event sched_process_exec: OK
<6>[ 73.480331][ T1] Testing event sched_process_fork: OK
<6>[ 73.526985][ T1] Testing event sched_process_wait: OK
<6>[ 73.573651][ T1] Testing event sched_wait_task: OK
<6>[ 73.620290][ T1] Testing event sched_process_exit: OK
<6>[ 73.666696][ T1] Testing event sched_process_free: OK
<6>[ 73.713394][ T1] Testing event sched_migrate_task: OK
<6>[ 73.760012][ T1] Testing event sched_switch: OK
<6>[ 73.807151][ T1] Testing event sched_wakeup_new: OK
<6>[ 73.856982][ T1] Testing event sched_wakeup: OK
<6>[ 73.907023][ T1] Testing event sched_waking: OK
<6>[ 73.956563][ T1] Testing event sched_kthread_work_execute_end: OK
<6>[ 74.003342][ T1] Testing event sched_kthread_work_execute_start: OK
<6>[ 74.049879][ T1] Testing event sched_kthread_work_queue_work: OK
<6>[ 74.096436][ T1] Testing event sched_kthread_stop_ret: OK
<6>[ 74.139730][ T1] Testing event sched_kthread_stop: OK
<6>[ 74.189762][ T1] Testing event lock_release: OK
<6>[ 74.236398][ T1] Testing event lock_acquire: OK
<6>[ 74.283102][ T1] Testing event console: OK
<6>[ 74.329712][ T1] Testing event irq_matrix_free: OK
<6>[ 74.379719][ T1] Testing event irq_matrix_alloc: OK
<6>[ 74.423047][ T1] Testing event irq_matrix_assign: OK
<6>[ 74.473053][ T1] Testing event irq_matrix_alloc_managed: OK
<6>[ 74.523076][ T1] Testing event irq_matrix_remove_managed: OK
<6>[ 74.569714][ T1] Testing event irq_matrix_reserve_managed: OK
<6>[ 74.616383][ T1] Testing event irq_matrix_alloc_reserved: OK
<6>[ 74.662918][ T1] Testing event irq_matrix_assign_system: OK
<6>[ 74.706345][ T1] Testing event irq_matrix_remove_reserved: OK
<6>[ 74.753145][ T1] Testing event irq_matrix_reserve: OK
<6>[ 74.799919][ T1] Testing event irq_matrix_offline: OK
<6>[ 74.846549][ T1] Testing event irq_matrix_online: OK
<6>[ 74.893355][ T1] Testing event rcu_stall_warning: OK
<6>[ 74.943232][ T1] Testing event rcu_utilization: OK
<6>[ 74.989893][ T1] Testing event swiotlb_bounced: OK
<6>[ 75.039646][ T1] Testing event sys_exit: OK
<6>[ 75.086341][ T1] Testing event sys_enter: OK
<6>[ 75.133060][ T1] Testing event tick_stop: OK
<6>[ 75.183221][ T1] Testing event itimer_expire: OK
<6>[ 75.232999][ T1] Testing event itimer_state: OK
<6>[ 75.282989][ T1] Testing event hrtimer_cancel: OK
<6>[ 75.336402][ T1] Testing event hrtimer_expire_exit: OK
<6>[ 75.386351][ T1] Testing event hrtimer_expire_entry: OK
<6>[ 75.436371][ T1] Testing event hrtimer_start: OK
<6>[ 75.486351][ T1] Testing event hrtimer_init: OK
<6>[ 75.533086][ T1] Testing event timer_cancel: OK
<6>[ 75.586376][ T1] Testing event timer_expire_exit: OK
<6>[ 75.636365][ T1] Testing event timer_expire_entry: OK
<6>[ 75.683028][ T1] Testing event timer_start: OK
<6>[ 75.732974][ T1] Testing event timer_init: OK
<6>[ 75.779693][ T1] Testing event alarmtimer_cancel: OK
<6>[ 75.829706][ T1] Testing event alarmtimer_start: OK
<6>[ 75.879698][ T1] Testing event alarmtimer_fired: OK
<6>[ 75.929698][ T1] Testing event alarmtimer_suspend: OK
<6>[ 75.976368][ T1] Testing event module_request: OK
<6>[ 76.026378][ T1] Testing event module_put: OK
<6>[ 76.069725][ T1] Testing event module_get: OK
<6>[ 76.116365][ T1] Testing event module_free: OK
<6>[ 76.166346][ T1] Testing event module_load: OK
<6>[ 76.216345][ T1] Testing event cgroup_notify_frozen: OK
<6>[ 76.263102][ T1] Testing event cgroup_notify_populated: OK
<6>[ 76.309713][ T1] Testing event cgroup_transfer_tasks: OK
<6>[ 76.359720][ T1] Testing event cgroup_attach_task: OK
<6>[ 76.409705][ T1] Testing event cgroup_unfreeze: OK
<6>[ 76.459690][ T1] Testing event cgroup_freeze: OK
<6>[ 76.506425][ T1] Testing event cgroup_rename: OK
<6>[ 76.556531][ T1] Testing event cgroup_release: OK
<6>[ 76.603011][ T1] Testing event cgroup_rmdir: OK
<6>[ 76.649672][ T1] Testing event cgroup_mkdir: OK
<6>[ 76.696401][ T1] Testing event cgroup_remount: OK
<6>[ 76.743237][ T1] Testing event cgroup_destroy_root: OK
<6>[ 76.793203][ T1] Testing event cgroup_setup_root: OK
<6>[ 76.843241][ T1] Testing event irq_enable: OK
<6>[ 76.890063][ T1] Testing event irq_disable: OK
<6>[ 76.936688][ T1] Testing event ftrace_test_filter: OK
<6>[ 76.983135][ T1] Testing event bpf_trace_printk: OK
<6>[ 77.029897][ T1] Testing event error_report_end: OK
<6>[ 77.076867][ T1] Testing event dev_pm_qos_remove_request: OK
<6>[ 77.123351][ T1] Testing event dev_pm_qos_update_request: OK
<6>[ 77.166979][ T1] Testing event dev_pm_qos_add_request: OK
<6>[ 77.209696][ T1] Testing event pm_qos_update_flags: OK
<6>[ 77.263018][ T1] Testing event pm_qos_update_target: OK
<6>[ 77.309693][ T1] Testing event pm_qos_remove_request: OK
<6>[ 77.356386][ T1] Testing event pm_qos_update_request: OK
<6>[ 77.403025][ T1] Testing event pm_qos_add_request: OK
<6>[ 77.449700][ T1] Testing event power_domain_target: OK
<6>[ 77.496246][ T1] Testing event clock_set_rate: OK
<6>[ 77.542975][ T1] Testing event clock_disable: OK
<6>[ 77.589574][ T1] Testing event clock_enable: OK
<6>[ 77.636257][ T1] Testing event wakeup_source_deactivate: OK
<6>[ 77.683051][ T1] Testing event wakeup_source_activate: OK
<6>[ 77.729685][ T1] Testing event suspend_resume: OK
<6>[ 77.780494][ T1] Testing event device_pm_callback_end: OK
<6>[ 77.823148][ T1] Testing event device_pm_callback_start: OK
<6>[ 77.866450][ T1] Testing event cpu_frequency_limits: OK
<6>[ 77.916357][ T1] Testing event cpu_frequency: OK
<6>[ 77.959857][ T1] Testing event pstate_sample: OK
<6>[ 78.003075][ T1] Testing event powernv_throttle: OK
<6>[ 78.049682][ T1] Testing event cpu_idle: OK
<6>[ 78.096504][ T1] Testing event rpm_return_int: OK
<6>[ 78.150026][ T1] Testing event rpm_usage: OK
<6>[ 78.200004][ T1] Testing event rpm_idle: OK
<6>[ 78.246394][ T1] Testing event rpm_resume: OK
<6>[ 78.296403][ T1] Testing event rpm_suspend: OK
<6>[ 78.349799][ T1] Testing event mem_return_failed: OK
<6>[ 78.399891][ T1] Testing event mem_connect: OK
<6>[ 78.446403][ T1] Testing event mem_disconnect: OK
<6>[ 78.493072][ T1] Testing event xdp_devmap_xmit: OK
<6>[ 78.539818][ T1] Testing event xdp_cpumap_enqueue: OK
<6>[ 78.590054][ T1] Testing event xdp_cpumap_kthread: OK
<6>[ 78.636332][ T1] Testing event xdp_redirect_map_err: OK
<6>[ 78.679659][ T1] Testing event xdp_redirect_map: OK
<6>[ 78.726572][ T1] Testing event xdp_redirect_err: OK
<6>[ 78.776775][ T1] Testing event xdp_redirect: OK
<6>[ 78.823517][ T1] Testing event xdp_bulk_tx: OK
<6>[ 78.869905][ T1] Testing event xdp_exception: OK
<6>[ 78.920229][ T1] Testing event rseq_ip_fixup: OK
<6>[ 78.963009][ T1] Testing event rseq_update: OK
<6>[ 79.006409][ T1] Testing event file_check_and_advance_wb_err: OK
<6>[ 79.053123][ T1] Testing event filemap_set_wb_err: OK
<6>[ 79.099789][ T1] Testing event mm_filemap_add_to_page_cache: OK
<6>[ 79.146454][ T1] Testing event mm_filemap_delete_from_page_cache: OK
<6>[ 79.189834][ T1] Testing event compact_retry: OK
<6>[ 79.236476][ T1] Testing event skip_task_reaping: OK
<6>[ 79.286488][ T1] Testing event finish_task_reaping: OK
<6>[ 79.333153][ T1] Testing event start_task_reaping: OK
<6>[ 79.379816][ T1] Testing event wake_reaper: OK
<6>[ 79.426489][ T1] Testing event mark_victim: OK
<6>[ 79.473075][ T1] Testing event reclaim_retry_zone: OK
<6>[ 79.519831][ T1] Testing event oom_score_adj_update: OK
<6>[ 79.566408][ T1] Testing event mm_lru_activate: OK
<6>[ 79.613181][ T1] Testing event mm_lru_insertion: OK
<6>[ 79.663130][ T1] Testing event mm_vmscan_node_reclaim_end: OK
<6>[ 79.709858][ T1] Testing event mm_vmscan_node_reclaim_begin: OK
<6>[ 79.759866][ T1] Testing event mm_vmscan_lru_shrink_active: OK
<6>[ 79.806525][ T1] Testing event mm_vmscan_lru_shrink_inactive: OK
<6>[ 79.853367][ T1] Testing event mm_vmscan_writepage: OK
<6>[ 79.896816][ T1] Testing event mm_vmscan_lru_isolate: OK
<6>[ 79.943475][ T1] Testing event mm_shrink_slab_end: OK
<6>[ 79.990105][ T1] Testing event mm_shrink_slab_start: OK
<6>[ 80.033535][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_end: OK
<6>[ 80.076812][ T1] Testing event mm_vmscan_memcg_reclaim_end: OK
<6>[ 80.120253][ T1] Testing event mm_vmscan_direct_reclaim_end: OK
<6>[ 80.166784][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_begin: OK
<6>[ 80.210296][ T1] Testing event mm_vmscan_memcg_reclaim_begin: OK
<6>[ 80.253567][ T1] Testing event mm_vmscan_direct_reclaim_begin: OK
<6>[ 80.300212][ T1] Testing event mm_vmscan_wakeup_kswapd: OK
<6>[ 80.343594][ T1] Testing event mm_vmscan_kswapd_wake: OK
<6>[ 80.390116][ T1] Testing event mm_vmscan_kswapd_sleep: OK
<6>[ 80.433527][ T1] Testing event percpu_destroy_chunk: OK
<6>[ 80.483528][ T1] Testing event percpu_create_chunk: OK
<6>[ 80.530229][ T1] Testing event percpu_alloc_percpu_fail: OK
<6>[ 80.580169][ T1] Testing event percpu_free_percpu: OK
<6>[ 80.626844][ T1] Testing event percpu_alloc_percpu: OK
<6>[ 80.673533][ T1] Testing event rss_stat: OK
<6>[ 80.719905][ T1] Testing event mm_page_alloc_extfrag: OK
<6>[ 80.763208][ T1] Testing event mm_page_pcpu_drain: OK
<6>[ 80.806515][ T1] Testing event mm_page_alloc_zone_locked: OK
<6>[ 80.849883][ T1] Testing event mm_page_alloc: OK
<6>[ 80.896521][ T1] Testing event mm_page_free_batched: OK
<6>[ 80.946559][ T1] Testing event mm_page_free: OK
<6>[ 80.996557][ T1] Testing event kmem_cache_free: OK
<6>[ 81.039841][ T1] Testing event kfree: OK
<6>[ 81.083222][ T1] Testing event kmem_cache_alloc_node: OK
<6>[ 81.133335][ T1] Testing event kmalloc_node: OK
<6>[ 81.183331][ T1] Testing event kmem_cache_alloc: OK
<6>[ 81.233517][ T1] Testing event kmalloc: OK
<6>[ 81.279893][ T1] Testing event mm_compaction_kcompactd_wake: OK
<6>[ 81.323350][ T1] Testing event mm_compaction_wakeup_kcompactd: OK
<6>[ 81.366659][ T1] Testing event mm_compaction_kcompactd_sleep: OK
<6>[ 81.419865][ T1] Testing event mm_compaction_defer_reset: OK
<6>[ 81.463231][ T1] Testing event mm_compaction_defer_compaction: OK
<6>[ 81.513237][ T1] Testing event mm_compaction_deferred: OK
<6>[ 81.556570][ T1] Testing event mm_compaction_suitable: OK
<6>[ 81.599874][ T1] Testing event mm_compaction_finished: OK
<6>[ 81.643190][ T1] Testing event mm_compaction_try_to_compact_pages: OK
<6>[ 81.686564][ T1] Testing event mm_compaction_end: OK
<6>[ 81.729867][ T1] Testing event mm_compaction_begin: OK
<6>[ 81.773146][ T1] Testing event mm_compaction_migratepages: OK
<6>[ 81.816721][ T1] Testing event mm_compaction_isolate_freepages: OK
<6>[ 81.863507][ T1] Testing event mm_compaction_isolate_migratepages: OK
<6>[ 81.910219][ T1] Testing event mmap_lock_released: OK
<6>[ 81.964516][ T1] Testing event mmap_lock_acquire_returned: OK
<6>[ 82.016495][ T1] Testing event mmap_lock_start_locking: OK
<6>[ 82.073659][ T1] Testing event vm_unmapped_area: OK
<6>[ 82.116853][ T1] Testing event mm_migrate_pages_start: OK
<6>[ 82.160225][ T1] Testing event mm_migrate_pages: OK
<6>[ 82.206878][ T1] Testing event mm_collapse_huge_page_swapin: OK
<6>[ 82.253529][ T1] Testing event mm_collapse_huge_page_isolate: OK
<6>[ 82.296870][ T1] Testing event mm_collapse_huge_page: OK
<6>[ 82.343542][ T1] Testing event mm_khugepaged_scan_pmd: OK
<6>[ 82.390168][ T1] Testing event test_pages_isolated: OK
<6>[ 82.440158][ T1] Testing event sb_clear_inode_writeback: OK
<6>[ 82.486790][ T1] Testing event sb_mark_inode_writeback: OK
<6>[ 82.536505][ T1] Testing event writeback_dirty_inode_enqueue: OK
<6>[ 82.583191][ T1] Testing event writeback_lazytime_iput: OK
<6>[ 82.629899][ T1] Testing event writeback_lazytime: OK
<6>[ 82.676560][ T1] Testing event writeback_single_inode: OK
<6>[ 82.726510][ T1] Testing event writeback_single_inode_start: OK
<6>[ 82.773161][ T1] Testing event writeback_wait_iff_congested: OK
<6>[ 82.819896][ T1] Testing event writeback_congestion_wait: OK
<6>[ 82.866568][ T1] Testing event writeback_sb_inodes_requeue: OK
<6>[ 82.916564][ T1] Testing event balance_dirty_pages: OK
<6>[ 82.966678][ T1] Testing event bdi_dirty_ratelimit: OK
<6>[ 83.016492][ T1] Testing event global_dirty_state: OK
<6>[ 83.063155][ T1] Testing event writeback_queue_io: OK
<6>[ 83.116549][ T1] Testing event wbc_writepage: OK
<6>[ 83.163163][ T1] Testing event writeback_bdi_register: OK
<6>[ 83.213229][ T1] Testing event writeback_wake_background: OK
<6>[ 83.263348][ T1] Testing event writeback_pages_written: OK
<6>[ 83.309913][ T1] Testing event writeback_wait: OK
<6>[ 83.356532][ T1] Testing event writeback_written: OK
<6>[ 83.403199][ T1] Testing event writeback_start: OK
<6>[ 83.449825][ T1] Testing event writeback_exec: OK
<6>[ 83.496487][ T1] Testing event writeback_queue: OK
<6>[ 83.543177][ T1] Testing event writeback_write_inode: OK
<6>[ 83.590027][ T1] Testing event writeback_write_inode_start: OK
<6>[ 83.633517][ T1] Testing event flush_foreign: OK
<6>[ 83.676910][ T1] Testing event track_foreign_dirty: OK
<6>[ 83.720171][ T1] Testing event inode_switch_wbs: OK
<6>[ 83.770119][ T1] Testing event inode_foreign_history: OK
<6>[ 83.816534][ T1] Testing event writeback_dirty_inode: OK
<6>[ 83.866533][ T1] Testing event writeback_dirty_inode_start: OK
<6>[ 83.913222][ T1] Testing event writeback_mark_inode_dirty: OK
<6>[ 83.960010][ T1] Testing event wait_on_page_writeback: OK
<6>[ 84.006899][ T1] Testing event writeback_dirty_page: OK
<6>[ 84.053500][ T1] Testing event io_uring_task_run: OK
<6>[ 84.100157][ T1] Testing event io_uring_task_add: OK
<6>[ 84.146854][ T1] Testing event io_uring_poll_wake: OK
<6>[ 84.190287][ T1] Testing event io_uring_poll_arm: OK
<6>[ 84.236831][ T1] Testing event io_uring_submit_sqe: OK
<6>[ 84.283213][ T1] Testing event io_uring_complete: OK
<6>[ 84.329850][ T1] Testing event io_uring_fail_link: OK
<6>[ 84.379835][ T1] Testing event io_uring_cqring_wait: OK
<6>[ 84.426467][ T1] Testing event io_uring_link: OK
<6>[ 84.473123][ T1] Testing event io_uring_defer: OK
<6>[ 84.519801][ T1] Testing event io_uring_queue_async_work: OK
<6>[ 84.569773][ T1] Testing event io_uring_file_get: OK
<6>[ 84.619820][ T1] Testing event io_uring_register: OK
<6>[ 84.666508][ T1] Testing event io_uring_create: OK
<6>[ 84.713123][ T1] Testing event dax_writeback_one: OK
<6>[ 84.759829][ T1] Testing event dax_writeback_range_done: OK
<6>[ 84.806488][ T1] Testing event dax_writeback_range: OK
<6>[ 84.856414][ T1] Testing event dax_insert_mapping: OK
<6>[ 84.906454][ T1] Testing event dax_insert_pfn_mkwrite: OK
<6>[ 84.956442][ T1] Testing event dax_insert_pfn_mkwrite_no_entry: OK
<6>[ 85.003154][ T1] Testing event dax_load_hole: OK
<6>[ 85.049793][ T1] Testing event dax_pte_fault_done: OK
<6>[ 85.100077][ T1] Testing event dax_pte_fault: OK
<6>[ 85.143156][ T1] Testing event dax_pmd_insert_mapping: OK
<6>[ 85.186437][ T1] Testing event dax_pmd_load_hole_fallback: OK
<6>[ 85.233158][ T1] Testing event dax_pmd_load_hole: OK
<6>[ 85.279742][ T1] Testing event dax_pmd_fault_done: OK
<6>[ 85.326428][ T1] Testing event dax_pmd_fault: OK
<6>[ 85.373194][ T1] Testing event leases_conflict: OK
<6>[ 85.420074][ T1] Testing event generic_add_lease: OK
<6>[ 85.463499][ T1] Testing event time_out_leases: OK
<6>[ 85.506736][ T1] Testing event generic_delete_lease: OK
<6>[ 85.553419][ T1] Testing event break_lease_unblock: OK
<6>[ 85.603240][ T1] Testing event break_lease_block: OK
<6>[ 85.653057][ T1] Testing event break_lease_noblock: OK
<6>[ 85.700208][ T1] Testing event flock_lock_inode: OK
<6>[ 85.746788][ T1] Testing event locks_remove_posix: OK
<6>[ 85.793446][ T1] Testing event fcntl_setlk: OK
<6>[ 85.840106][ T1] Testing event posix_lock_inode: OK
<6>[ 85.886765][ T1] Testing event locks_get_lock_context: OK
<6>[ 85.933458][ T1] Testing event iomap_apply: OK
<6>[ 85.980103][ T1] Testing event iomap_apply_srcmap: OK
<6>[ 86.027459][ T1] Testing event iomap_apply_dstmap: OK
<6>[ 86.073096][ T1] Testing event iomap_dio_invalidate_fail: OK
<6>[ 86.126484][ T1] Testing event iomap_invalidatepage: OK
<6>[ 86.173156][ T1] Testing event iomap_releasepage: OK
<6>[ 86.223138][ T1] Testing event iomap_writepage: OK
<6>[ 86.273122][ T1] Testing event iomap_readahead: OK
<6>[ 86.319800][ T1] Testing event iomap_readpage: OK
<6>[ 86.363031][ T1] Testing event ext4_fc_track_range: OK
<6>[ 86.406429][ T1] Testing event ext4_fc_track_inode: OK
<6>[ 86.456463][ T1] Testing event ext4_fc_track_unlink: OK
<6>[ 86.506486][ T1] Testing event ext4_fc_track_link: OK
<6>[ 86.556415][ T1] Testing event ext4_fc_track_create: OK
<6>[ 86.606463][ T1] Testing event ext4_fc_stats: OK
<6>[ 86.649781][ T1] Testing event ext4_fc_commit_stop: OK
<6>[ 86.696451][ T1] Testing event ext4_fc_commit_start: OK
<6>[ 86.746481][ T1] Testing event ext4_fc_replay: OK
<6>[ 86.796690][ T1] Testing event ext4_fc_replay_scan: OK
<6>[ 86.839785][ T1] Testing event ext4_lazy_itable_init: OK
<6>[ 86.883103][ T1] Testing event ext4_prefetch_bitmaps: OK
<6>[ 86.930111][ T1] Testing event ext4_error: OK
<6>[ 86.976787][ T1] Testing event ext4_shutdown: OK
<6>[ 87.026527][ T1] Testing event ext4_getfsmap_mapping: OK
<6>[ 87.073154][ T1] Testing event ext4_getfsmap_high_key: OK
<6>[ 87.123136][ T1] Testing event ext4_getfsmap_low_key: OK
<6>[ 87.173119][ T1] Testing event ext4_fsmap_mapping: OK
<6>[ 87.223423][ T1] Testing event ext4_fsmap_high_key: OK
<6>[ 87.269792][ T1] Testing event ext4_fsmap_low_key: OK
<6>[ 87.319790][ T1] Testing event ext4_es_insert_delayed_block: OK
<6>[ 87.369833][ T1] Testing event ext4_es_shrink: OK
<6>[ 87.419805][ T1] Testing event ext4_insert_range: OK
<6>[ 87.463056][ T1] Testing event ext4_collapse_range: OK
<6>[ 87.506498][ T1] Testing event ext4_es_shrink_scan_exit: OK
<6>[ 87.556741][ T1] Testing event ext4_es_shrink_scan_enter: OK
<6>[ 87.603119][ T1] Testing event ext4_es_shrink_count: OK
<6>[ 87.653124][ T1] Testing event ext4_es_lookup_extent_exit: OK
<6>[ 87.699805][ T1] Testing event ext4_es_lookup_extent_enter: OK
<6>[ 87.749777][ T1] Testing event ext4_es_find_extent_range_exit: OK
<6>[ 87.796789][ T1] Testing event ext4_es_find_extent_range_enter: OK
<6>[ 87.846463][ T1] Testing event ext4_es_remove_extent: OK
<6>[ 87.896441][ T1] Testing event ext4_es_cache_extent: OK
<6>[ 87.943102][ T1] Testing event ext4_es_insert_extent: OK
<6>[ 87.986436][ T1] Testing event ext4_ext_remove_space_done: OK
<6>[ 88.033135][ T1] Testing event ext4_ext_remove_space: OK
<6>[ 88.083117][ T1] Testing event ext4_ext_rm_idx: OK
<6>[ 88.126444][ T1] Testing event ext4_ext_rm_leaf: OK
<6>[ 88.179777][ T1] Testing event ext4_remove_blocks: OK
<6>[ 88.226414][ T1] Testing event ext4_ext_show_extent: OK
<6>[ 88.273118][ T1] Testing event ext4_get_implied_cluster_alloc_exit: OK
<6>[ 88.319793][ T1] Testing event ext4_ext_handle_unwritten_extents: OK
<6>[ 88.366496][ T1] Testing event ext4_trim_all_free: OK
<6>[ 88.416480][ T1] Testing event ext4_trim_extent: OK
<6>[ 88.463075][ T1] Testing event ext4_journal_start_reserved: OK
<6>[ 88.509813][ T1] Testing event ext4_journal_start: OK
<6>[ 88.556472][ T1] Testing event ext4_load_inode: OK
<6>[ 88.603454][ T1] Testing event ext4_ext_load_extent: OK
<6>[ 88.650108][ T1] Testing event ext4_ind_map_blocks_exit: OK
<6>[ 88.696798][ T1] Testing event ext4_ext_map_blocks_exit: OK
<6>[ 88.743094][ T1] Testing event ext4_ind_map_blocks_enter: OK
<6>[ 88.790031][ T1] Testing event ext4_ext_map_blocks_enter: OK
<6>[ 88.833477][ T1] Testing event ext4_ext_convert_to_initialized_fastpath: OK
<6>[ 88.880149][ T1] Testing event ext4_ext_convert_to_initialized_enter: OK
<6>[ 88.926856][ T1] Testing event ext4_truncate_exit: OK
<6>[ 88.973447][ T1] Testing event ext4_truncate_enter: OK
<6>[ 89.020128][ T1] Testing event ext4_unlink_exit: OK
<6>[ 89.066836][ T1] Testing event ext4_unlink_enter: OK
<6>[ 89.113740][ T1] Testing event ext4_fallocate_exit: OK
<6>[ 89.160126][ T1] Testing event ext4_zero_range: OK
<6>[ 89.206758][ T1] Testing event ext4_punch_hole: OK
<6>[ 89.250134][ T1] Testing event ext4_fallocate_enter: OK
<6>[ 89.293457][ T1] Testing event ext4_read_block_bitmap_load: OK
<6>[ 89.336825][ T1] Testing event ext4_load_inode_bitmap: OK
<6>[ 89.380124][ T1] Testing event ext4_mb_buddy_bitmap_load: OK
<6>[ 89.426795][ T1] Testing event ext4_mb_bitmap_load: OK
<6>[ 89.473483][ T1] Testing event ext4_da_release_space: OK
<6>[ 89.516846][ T1] Testing event ext4_da_reserve_space: OK
<6>[ 89.563454][ T1] Testing event ext4_da_update_reserve_space: OK
<6>[ 89.609803][ T1] Testing event ext4_forget: OK
<6>[ 89.656489][ T1] Testing event ext4_mballoc_free: OK
<6>[ 89.706427][ T1] Testing event ext4_mballoc_discard: OK
<6>[ 89.753185][ T1] Testing event ext4_mballoc_prealloc: OK
<6>[ 89.799823][ T1] Testing event ext4_mballoc_alloc: OK
<6>[ 89.846510][ T1] Testing event ext4_alloc_da_blocks: OK
<6>[ 89.893159][ T1] Testing event ext4_sync_fs: OK
<6>[ 89.943161][ T1] Testing event ext4_sync_file_exit: OK
<6>[ 89.989828][ T1] Testing event ext4_sync_file_enter: OK
<6>[ 90.039827][ T1] Testing event ext4_free_blocks: OK
<6>[ 90.089812][ T1] Testing event ext4_allocate_blocks: OK
<6>[ 90.136491][ T1] Testing event ext4_request_blocks: OK
<6>[ 90.189832][ T1] Testing event ext4_mb_discard_preallocations: OK
<6>[ 90.236502][ T1] Testing event ext4_discard_preallocations: OK
<6>[ 90.283160][ T1] Testing event ext4_mb_release_group_pa: OK
<6>[ 90.333169][ T1] Testing event ext4_mb_release_inode_pa: OK
<6>[ 90.379837][ T1] Testing event ext4_mb_new_group_pa: OK
<6>[ 90.429798][ T1] Testing event ext4_mb_new_inode_pa: OK
<6>[ 90.479844][ T1] Testing event ext4_discard_blocks: OK
<6>[ 90.529831][ T1] Testing event ext4_journalled_invalidatepage: OK
<6>[ 90.576522][ T1] Testing event ext4_invalidatepage: OK
<6>[ 90.623130][ T1] Testing event ext4_releasepage: OK
<6>[ 90.673157][ T1] Testing event ext4_readpage: OK
<6>[ 90.719789][ T1] Testing event ext4_writepage: OK
<6>[ 90.769794][ T1] Testing event ext4_writepages_result: OK
<6>[ 90.816501][ T1] Testing event ext4_da_write_pages_extent: OK
<6>[ 90.866506][ T1] Testing event ext4_da_write_pages: OK
<6>[ 90.913148][ T1] Testing event ext4_writepages: OK
<6>[ 90.963153][ T1] Testing event ext4_da_write_end: OK
<6>[ 91.009798][ T1] Testing event ext4_journalled_write_end: OK
<6>[ 91.056563][ T1] Testing event ext4_write_end: OK
<6>[ 91.103174][ T1] Testing event ext4_da_write_begin: OK
<6>[ 91.153123][ T1] Testing event ext4_write_begin: OK
<6>[ 91.199825][ T1] Testing event ext4_begin_ordered_truncate: OK
<6>[ 91.246518][ T1] Testing event ext4_mark_inode_dirty: OK
<6>[ 91.293178][ T1] Testing event ext4_nfs_commit_metadata: OK
<6>[ 91.339820][ T1] Testing event ext4_drop_inode: OK
<6>[ 91.386518][ T1] Testing event ext4_evict_inode: OK
<6>[ 91.436498][ T1] Testing event ext4_allocate_inode: OK
<6>[ 91.483170][ T1] Testing event ext4_request_inode: OK
<6>[ 91.529850][ T1] Testing event ext4_free_inode: OK
<6>[ 91.576505][ T1] Testing event ext4_other_inode_update_time: OK
<6>[ 91.623196][ T1] Testing event jbd2_shrink_checkpoint_list: OK
<6>[ 91.669862][ T1] Testing event jbd2_shrink_scan_exit: OK
<6>[ 91.716522][ T1] Testing event jbd2_shrink_scan_enter: OK
<6>[ 91.763175][ T1] Testing event jbd2_shrink_count: OK
<6>[ 91.813195][ T1] Testing event jbd2_lock_buffer_stall: OK
<6>[ 91.859850][ T1] Testing event jbd2_write_superblock: OK
<6>[ 91.906519][ T1] Testing event jbd2_update_log_tail: OK
<6>[ 91.953182][ T1] Testing event jbd2_checkpoint_stats: OK
<6>[ 91.999836][ T1] Testing event jbd2_run_stats: OK
<6>[ 92.049819][ T1] Testing event jbd2_handle_stats: OK
<6>[ 92.096519][ T1] Testing event jbd2_handle_extend: OK
<6>[ 92.143169][ T1] Testing event jbd2_handle_restart: OK
<6>[ 92.189858][ T1] Testing event jbd2_handle_start: OK
<6>[ 92.236520][ T1] Testing event jbd2_submit_inode_data: OK
<6>[ 92.283200][ T1] Testing event jbd2_end_commit: OK
<6>[ 92.329837][ T1] Testing event jbd2_drop_transaction: OK
<6>[ 92.376560][ T1] Testing event jbd2_commit_logging: OK
<6>[ 92.423489][ T1] Testing event jbd2_commit_flushing: OK
<6>[ 92.470143][ T1] Testing event jbd2_commit_locking: OK
<6>[ 92.513494][ T1] Testing event jbd2_start_commit: OK
<6>[ 92.560076][ T1] Testing event jbd2_checkpoint: OK
<6>[ 92.606778][ T1] Testing event block_rq_remap: OK
<6>[ 92.650164][ T1] Testing event block_bio_remap: OK
<6>[ 92.693467][ T1] Testing event block_split: OK
<6>[ 92.740120][ T1] Testing event block_unplug: OK
<6>[ 92.786791][ T1] Testing event block_plug: OK
<6>[ 92.830079][ T1] Testing event block_getrq: OK
<6>[ 92.876721][ T1] Testing event block_bio_queue: OK
<6>[ 92.926670][ T1] Testing event block_bio_frontmerge: OK
<6>[ 92.973147][ T1] Testing event block_bio_backmerge: OK
<6>[ 93.023140][ T1] Testing event block_bio_bounce: OK
<6>[ 93.069667][ T1] Testing event block_bio_complete: OK
<6>[ 93.113134][ T1] Testing event block_rq_merge: OK
<6>[ 93.160428][ T1] Testing event block_rq_issue: OK
<6>[ 93.209785][ T1] Testing event block_rq_insert: OK
<6>[ 93.256453][ T1] Testing event block_rq_complete: OK
<6>[ 93.306425][ T1] Testing event block_rq_requeue: OK
<6>[ 93.353092][ T1] Testing event block_dirty_buffer: OK
<6>[ 93.399749][ T1] Testing event block_touch_buffer: OK
<6>[ 93.446391][ T1] Testing event iocost_iocg_forgive_debt: OK
<6>[ 93.496427][ T1] Testing event iocost_ioc_vrate_adj: OK
<6>[ 93.546413][ T1] Testing event iocost_inuse_adjust: OK
<6>[ 93.593086][ T1] Testing event iocost_inuse_transfer: OK
<6>[ 93.639769][ T1] Testing event iocost_inuse_shortage: OK
<6>[ 93.686394][ T1] Testing event iocost_iocg_idle: OK
<6>[ 93.736431][ T1] Testing event iocost_iocg_activate: OK
<6>[ 93.783078][ T1] Testing event wbt_timer: OK
<6>[ 93.833064][ T1] Testing event wbt_step: OK
<6>[ 93.879697][ T1] Testing event wbt_lat: OK
<6>[ 93.923011][ T1] Testing event wbt_stat: OK
<6>[ 93.972983][ T1] Testing event rdpmc: OK
<6>[ 94.022958][ T1] Testing event write_msr: OK
<6>[ 94.073133][ T1] Testing event read_msr: OK
<6>[ 94.120011][ T1] Testing event gpio_value: OK
<6>[ 94.166713][ T1] Testing event gpio_direction: OK
<6>[ 94.210027][ T1] Testing event pwm_get: OK
<6>[ 94.253223][ T1] Testing event pwm_apply: OK
<6>[ 94.303343][ T1] Testing event clk_set_duty_cycle_complete: OK
<6>[ 94.350030][ T1] Testing event clk_set_duty_cycle: OK
<6>[ 94.393349][ T1] Testing event clk_set_phase_complete: OK
<6>[ 94.440017][ T1] Testing event clk_set_phase: OK
<6>[ 94.486567][ T1] Testing event clk_set_parent_complete: OK
<6>[ 94.536714][ T1] Testing event clk_set_parent: OK
<6>[ 94.586690][ T1] Testing event clk_set_rate_range: OK
<6>[ 94.633354][ T1] Testing event clk_set_max_rate: OK
<6>[ 94.676669][ T1] Testing event clk_set_min_rate: OK
<6>[ 94.723348][ T1] Testing event clk_set_rate_complete: OK
<6>[ 94.770027][ T1] Testing event clk_set_rate: OK
<6>[ 94.816673][ T1] Testing event clk_unprepare_complete: OK
<6>[ 94.863351][ T1] Testing event clk_unprepare: OK
<6>[ 94.906347][ T1] Testing event clk_prepare_complete: OK
<6>[ 94.953069][ T1] Testing event clk_prepare: OK
<6>[ 94.999719][ T1] Testing event clk_disable_complete: OK
<6>[ 95.046363][ T1] Testing event clk_disable: OK
<6>[ 95.093081][ T1] Testing event clk_enable_complete: OK
<6>[ 95.139736][ T1] Testing event clk_enable: OK
<6>[ 95.186310][ T1] Testing event regulator_set_voltage_complete: OK
<6>[ 95.233080][ T1] Testing event regulator_set_voltage: OK
<6>[ 95.279726][ T1] Testing event regulator_bypass_disable_complete: OK
<6>[ 95.329764][ T1] Testing event regulator_bypass_disable: OK
<6>[ 95.376393][ T1] Testing event regulator_bypass_enable_complete: OK
<6>[ 95.423094][ T1] Testing event regulator_bypass_enable: OK
<6>[ 95.469755][ T1] Testing event regulator_disable_complete: OK
<6>[ 95.516449][ T1] Testing event regulator_disable: OK
<6>[ 95.563104][ T1] Testing event regulator_enable_complete: OK
<6>[ 95.609761][ T1] Testing event regulator_enable_delay: OK
<6>[ 95.656441][ T1] Testing event regulator_enable: OK
<6>[ 95.703081][ T1] Testing event prandom_u32: OK
<6>[ 95.749711][ T1] Testing event urandom_read: OK
<6>[ 95.796384][ T1] Testing event extract_entropy: OK
<6>[ 95.846437][ T1] Testing event get_random_bytes_arch: OK
<6>[ 95.893175][ T1] Testing event get_random_bytes: OK
<6>[ 95.940059][ T1] Testing event add_disk_randomness: OK
<6>[ 95.986778][ T1] Testing event add_input_randomness: OK
<6>[ 96.030089][ T1] Testing event debit_entropy: OK
<6>[ 96.073508][ T1] Testing event credit_entropy_bits: OK
<6>[ 96.116730][ T1] Testing event mix_pool_bytes_nolock: OK
<6>[ 96.163428][ T1] Testing event mix_pool_bytes: OK
<6>[ 96.210069][ T1] Testing event add_device_randomness: OK
<6>[ 96.260031][ T1] Testing event prq_report: OK
<6>[ 96.310066][ T1] Testing event qi_submit: OK
<6>[ 96.360107][ T1] Testing event io_page_fault: OK
<6>[ 96.406770][ T1] Testing event unmap: OK
<6>[ 96.453399][ T1] Testing event map: OK
<6>[ 96.500065][ T1] Testing event detach_device_from_domain: OK
<6>[ 96.546805][ T1] Testing event attach_device_to_domain: OK
<6>[ 96.596925][ T1] Testing event remove_device_from_group: OK
<6>[ 96.646765][ T1] Testing event add_device_to_group: OK
<6>[ 96.693090][ T1] Testing event regcache_drop_region: OK
<6>[ 96.743105][ T1] Testing event regmap_async_complete_done: OK
<6>[ 96.789748][ T1] Testing event regmap_async_complete_start: OK
<6>[ 96.836448][ T1] Testing event regmap_async_io_complete: OK
<6>[ 96.883128][ T1] Testing event regmap_async_write_start: OK
<6>[ 96.929774][ T1] Testing event regmap_cache_bypass: OK
<6>[ 96.976420][ T1] Testing event regmap_cache_only: OK
<6>[ 97.023070][ T1] Testing event regcache_sync: OK
<6>[ 97.069800][ T1] Testing event regmap_hw_write_done: OK
<6>[ 97.116497][ T1] Testing event regmap_hw_write_start: OK
<6>[ 97.163192][ T1] Testing event regmap_hw_read_done: OK
<6>[ 97.209776][ T1] Testing event regmap_hw_read_start: OK
<6>[ 97.259811][ T1] Testing event regmap_reg_read_cache: OK
<6>[ 97.306489][ T1] Testing event regmap_reg_read: OK
<6>[ 97.353130][ T1] Testing event regmap_reg_write: OK
<6>[ 97.399771][ T1] Testing event devres_log: OK
<6>[ 97.446548][ T1] Testing event dma_fence_wait_end: OK
<6>[ 97.493137][ T1] Testing event dma_fence_wait_start: OK
<6>[ 97.536667][ T1] Testing event dma_fence_signaled: OK
<6>[ 97.586708][ T1] Testing event dma_fence_enable_signal: OK
<6>[ 97.633401][ T1] Testing event dma_fence_destroy: OK
<6>[ 97.676724][ T1] Testing event dma_fence_init: OK
<6>[ 97.719819][ T1] Testing event dma_fence_emit: OK
<6>[ 97.762988][ T1] Testing event sync_timeline: OK
<6>[ 97.806675][ T1] Testing event scsi_eh_wakeup: OK
<6>[ 97.849785][ T1] Testing event scsi_dispatch_cmd_timeout: OK
<6>[ 97.896535][ T1] Testing event scsi_dispatch_cmd_done: OK
<6>[ 97.940140][ T1] Testing event scsi_dispatch_cmd_error: OK
<6>[ 97.986749][ T1] Testing event scsi_dispatch_cmd_start: OK
<6>[ 98.033392][ T1] Testing event ata_eh_link_autopsy_qc: OK
<6>[ 98.080057][ T1] Testing event ata_eh_link_autopsy: OK
<6>[ 98.126726][ T1] Testing event ata_qc_complete_done: OK
<6>[ 98.170204][ T1] Testing event ata_qc_complete_failed: OK
<6>[ 98.213419][ T1] Testing event ata_qc_complete_internal: OK
<6>[ 98.256849][ T1] Testing event ata_qc_issue: OK
<6>[ 98.300055][ T1] Testing event spi_transfer_stop: OK
<6>[ 98.343509][ T1] Testing event spi_transfer_start: OK
<6>[ 98.390021][ T1] Testing event spi_message_done: OK
<6>[ 98.433082][ T1] Testing event spi_message_start: OK
<6>[ 98.479778][ T1] Testing event spi_message_submit: OK
<6>[ 98.526440][ T1] Testing event spi_set_cs: OK
<6>[ 98.573034][ T1] Testing event spi_setup: OK
<6>[ 98.619738][ T1] Testing event spi_controller_busy: OK
<6>[ 98.666425][ T1] Testing event spi_controller_idle: OK
<6>[ 98.713061][ T1] Testing event mdio_access: OK
<6>[ 98.759719][ T1] Testing event xhci_dbc_giveback_request: OK
<6>[ 98.806415][ T1] Testing event xhci_dbc_queue_request: OK
<6>[ 98.853082][ T1] Testing event xhci_dbc_free_request: OK
<6>[ 98.899717][ T1] Testing event xhci_dbc_alloc_request: OK
<6>[ 98.946401][ T1] Testing event xhci_ring_host_doorbell: OK
<6>[ 98.993062][ T1] Testing event xhci_ring_ep_doorbell: OK
<6>[ 99.039690][ T1] Testing event xhci_hub_status_data: OK
<6>[ 99.083063][ T1] Testing event xhci_get_port_status: OK
<6>[ 99.129735][ T1] Testing event xhci_handle_port_status: OK
<6>[ 99.176404][ T1] Testing event xhci_inc_deq: OK
<6>[ 99.226398][ T1] Testing event xhci_inc_enq: OK
<6>[ 99.276379][ T1] Testing event xhci_ring_expansion: OK
<6>[ 99.319753][ T1] Testing event xhci_ring_free: OK
<6>[ 99.366409][ T1] Testing event xhci_ring_alloc: OK
<6>[ 99.416440][ T1] Testing event xhci_configure_endpoint_ctrl_ctx: OK
<6>[ 99.463101][ T1] Testing event xhci_address_ctrl_ctx: OK
<6>[ 99.509866][ T1] Testing event xhci_configure_endpoint: OK
<6>[ 99.556723][ T1] Testing event xhci_handle_cmd_set_deq: OK
<6>[ 99.603424][ T1] Testing event xhci_handle_cmd_reset_dev: OK
<6>[ 99.650086][ T1] Testing event xhci_handle_cmd_addr_dev: OK
<6>[ 99.693487][ T1] Testing event xhci_setup_device_slot: OK
<6>[ 99.736722][ T1] Testing event xhci_discover_or_reset_device: OK
<6>[ 99.780171][ T1] Testing event xhci_handle_cmd_disable_slot: OK
<6>[ 99.826678][ T1] Testing event xhci_free_dev: OK
<6>[ 99.870073][ T1] Testing event xhci_alloc_dev: OK
<6>[ 99.916747][ T1] Testing event xhci_add_endpoint: OK
<6>[ 99.963361][ T1] Testing event xhci_handle_cmd_config_ep: OK
<6>[ 100.010122][ T1] Testing event xhci_handle_cmd_reset_ep: OK
<6>[ 100.056728][ T1] Testing event xhci_handle_cmd_set_deq_ep: OK
<6>[ 100.103398][ T1] Testing event xhci_handle_cmd_stop_ep: OK
<6>[ 100.146843][ T1] Testing event xhci_urb_dequeue: OK
<6>[ 100.190073][ T1] Testing event xhci_urb_giveback: OK
<6>[ 100.233081][ T1] Testing event xhci_urb_enqueue: OK
<6>[ 100.283105][ T1] Testing event xhci_stop_device: OK
<6>[ 100.329768][ T1] Testing event xhci_setup_addressable_virt_device: OK
<6>[ 100.376490][ T1] Testing event xhci_setup_device: OK
<6>[ 100.423158][ T1] Testing event xhci_alloc_virt_device: OK
<6>[ 100.469812][ T1] Testing event xhci_free_virt_device: OK
<6>[ 100.516479][ T1] Testing event xhci_dbc_gadget_ep_queue: OK
<6>[ 100.563156][ T1] Testing event xhci_dbc_handle_transfer: OK
<6>[ 100.609814][ T1] Testing event xhci_dbc_handle_event: OK
<6>[ 100.656485][ T1] Testing event xhci_queue_trb: OK
<6>[ 100.703132][ T1] Testing event xhci_handle_transfer: OK
<6>[ 100.749858][ T1] Testing event xhci_handle_command: OK
<6>[ 100.796499][ T1] Testing event xhci_handle_event: OK
<6>[ 100.843165][ T1] Testing event xhci_address_ctx: OK
<6>[ 100.893198][ T1] Testing event xhci_dbg_ring_expansion: OK
<6>[ 100.939873][ T1] Testing event xhci_dbg_init: OK
<6>[ 100.986475][ T1] Testing event xhci_dbg_cancel_urb: OK
<6>[ 101.036524][ T1] Testing event xhci_dbg_reset_ep: OK
<6>[ 101.083243][ T1] Testing event xhci_dbg_quirks: OK
<6>[ 101.130177][ T1] Testing event xhci_dbg_context_change: OK
<6>[ 101.176847][ T1] Testing event xhci_dbg_address: OK
<6>[ 101.220232][ T1] Testing event rtc_timer_fired: OK
<6>[ 101.267087][ T1] Testing event rtc_timer_dequeue: OK
<6>[ 101.310370][ T1] Testing event rtc_timer_enqueue: OK
<6>[ 101.360131][ T1] Testing event rtc_read_offset: OK
<6>[ 101.406739][ T1] Testing event rtc_set_offset: OK
<6>[ 101.456785][ T1] Testing event rtc_alarm_irq_enable: OK
<6>[ 101.503443][ T1] Testing event rtc_irq_set_state: OK
<6>[ 101.550097][ T1] Testing event rtc_irq_set_freq: OK
<6>[ 101.600105][ T1] Testing event rtc_read_alarm: OK
<6>[ 101.650101][ T1] Testing event rtc_set_alarm: OK
<6>[ 101.700043][ T1] Testing event rtc_read_time: OK
<6>[ 101.750076][ T1] Testing event rtc_set_time: OK
<6>[ 101.796737][ T1] Testing event i2c_result: OK
<6>[ 101.846882][ T1] Testing event i2c_reply: OK
<6>[ 101.893621][ T1] Testing event i2c_read: OK
<6>[ 101.943561][ T1] Testing event i2c_write: OK
<6>[ 101.989893][ T1] Testing event smbus_result: OK
<6>[ 102.036398][ T1] Testing event smbus_reply: OK
<6>[ 102.086396][ T1] Testing event smbus_read: OK
<6>[ 102.136359][ T1] Testing event smbus_write: OK
<6>[ 102.179706][ T1] Testing event hwmon_attr_show_string: OK
<6>[ 102.226400][ T1] Testing event hwmon_attr_store: OK
<6>[ 102.276415][ T1] Testing event hwmon_attr_show: OK
<6>[ 102.326332][ T1] Testing event thermal_power_devfreq_limit: OK
<6>[ 102.373132][ T1] Testing event thermal_power_devfreq_get_power: OK
<6>[ 102.419794][ T1] Testing event thermal_zone_trip: OK
<6>[ 102.466434][ T1] Testing event cdev_update: OK
<6>[ 102.513086][ T1] Testing event thermal_temperature: OK
<6>[ 102.559782][ T1] Testing event thermal_power_allocator_pid: OK
<6>[ 102.606427][ T1] Testing event thermal_power_allocator: OK
<6>[ 102.653114][ T1] Testing event mmc_request_done: OK
<6>[ 102.703107][ T1] Testing event mmc_request_start: OK
<6>[ 102.749763][ T1] Testing event cros_ec_request_done: OK
<6>[ 102.796437][ T1] Testing event cros_ec_request_start: OK
<6>[ 102.843099][ T1] Testing event devfreq_monitor: OK
<6>[ 102.889778][ T1] Testing event devfreq_frequency: OK
<6>[ 102.936534][ T1] Testing event memory_failure_event: OK
<6>[ 102.983415][ T1] Testing event aer_event: OK
<6>[ 103.030028][ T1] Testing event non_standard_event: OK
<6>[ 103.073420][ T1] Testing event arm_event: OK
<6>[ 103.120054][ T1] Testing event mc_event: OK
<6>[ 103.166708][ T1] Testing event extlog_mem_event: OK
<6>[ 103.213233][ T1] Testing event icc_set_bw_end: OK
<6>[ 103.263420][ T1] Testing event icc_set_bw: OK
<6>[ 103.310056][ T1] Testing event neigh_cleanup_and_release: OK
<6>[ 103.356769][ T1] Testing event neigh_event_send_dead: OK
<6>[ 103.403415][ T1] Testing event neigh_event_send_done: OK
<6>[ 103.450141][ T1] Testing event neigh_timer_handler: OK
<6>[ 103.496777][ T1] Testing event neigh_update_done: OK
<6>[ 103.540193][ T1] Testing event neigh_update: OK
<6>[ 103.583445][ T1] Testing event neigh_create: OK
<6>[ 103.630107][ T1] Testing event page_pool_update_nid: OK
<6>[ 103.673528][ T1] Testing event page_pool_state_hold: OK
<6>[ 103.720058][ T1] Testing event page_pool_state_release: OK
<6>[ 103.763166][ T1] Testing event page_pool_release: OK
<6>[ 103.809803][ T1] Testing event br_fdb_update: OK
<6>[ 103.856337][ T1] Testing event fdb_delete: OK
<6>[ 103.902979][ T1] Testing event br_fdb_external_learn_add: OK
<6>[ 103.949678][ T1] Testing event br_fdb_add: OK
<6>[ 103.993027][ T1] Testing event qdisc_create: OK
<6>[ 104.039812][ T1] Testing event qdisc_destroy: OK
<6>[ 104.086443][ T1] Testing event qdisc_reset: OK
<6>[ 104.136470][ T1] Testing event qdisc_enqueue: OK
<6>[ 104.183119][ T1] Testing event qdisc_dequeue: OK
<6>[ 104.229765][ T1] Testing event fib_table_lookup: OK
<6>[ 104.276469][ T1] Testing event tcp_bad_csum: OK
<6>[ 104.326658][ T1] Testing event tcp_probe: OK
<6>[ 104.373111][ T1] Testing event tcp_retransmit_synack: OK
<6>[ 104.419802][ T1] Testing event tcp_rcv_space_adjust: OK
<6>[ 104.466502][ T1] Testing event tcp_destroy_sock: OK
<6>[ 104.509785][ T1] Testing event tcp_receive_reset: OK
<6>[ 104.556492][ T1] Testing event tcp_send_reset: OK
<6>[ 104.603504][ T1] Testing event tcp_retransmit_skb: OK
<6>[ 104.646868][ T1] Testing event udp_fail_queue_rcv_skb: OK
<6>[ 104.690004][ T1] Testing event inet_sk_error_report: OK
<6>[ 104.733119][ T1] Testing event inet_sock_set_state: OK
<6>[ 104.779905][ T1] Testing event sock_exceed_buf_limit: OK
<6>[ 104.826804][ T1] Testing event sock_rcvqueue_full: OK
<6>[ 104.870211][ T1] Testing event napi_poll: OK
<6>[ 104.916842][ T1] Testing event netif_receive_skb_list_exit: OK
<6>[ 104.963512][ T1] Testing event netif_rx_ni_exit: OK
<6>[ 105.006717][ T1] Testing event netif_rx_exit: OK
<6>[ 105.053461][ T1] Testing event netif_receive_skb_exit: OK
<6>[ 105.096741][ T1] Testing event napi_gro_receive_exit: OK
<6>[ 105.143478][ T1] Testing event napi_gro_frags_exit: OK
<6>[ 105.193482][ T1] Testing event netif_rx_ni_entry: OK
<6>[ 105.240117][ T1] Testing event netif_rx_entry: OK
<6>[ 105.290005][ T1] Testing event netif_receive_skb_list_entry: OK
<6>[ 105.336502][ T1] Testing event netif_receive_skb_entry: OK
<6>[ 105.383159][ T1] Testing event napi_gro_receive_entry: OK
<6>[ 105.429829][ T1] Testing event napi_gro_frags_entry: OK
<6>[ 105.476826][ T1] Testing event netif_rx: OK
<6>[ 105.526831][ T1] Testing event netif_receive_skb: OK
<6>[ 105.576501][ T1] Testing event net_dev_queue: OK
<6>[ 105.623191][ T1] Testing event net_dev_xmit_timeout: OK
<6>[ 105.669837][ T1] Testing event net_dev_xmit: OK
<6>[ 105.716510][ T1] Testing event net_dev_start_xmit: OK
<6>[ 105.763165][ T1] Testing event skb_copy_datagram_iovec: OK
<6>[ 105.806494][ T1] Testing event consume_skb: OK
<6>[ 105.856658][ T1] Testing event kfree_skb: OK
<6>[ 105.903173][ T1] Testing event devlink_trap_report: OK
<6>[ 105.949866][ T1] Testing event devlink_health_reporter_state_update: OK
<6>[ 105.996666][ T1] Testing event devlink_health_recover_aborted: OK
<6>[ 106.046569][ T1] Testing event devlink_health_report: OK
<6>[ 106.096493][ T1] Testing event devlink_hwerr: OK
<6>[ 106.143117][ T1] Testing event devlink_hwmsg: OK
<6>[ 106.193063][ T1] Testing event netlink_extack: OK
<6>[ 106.239823][ T1] Testing event bpf_test_finish: OK
<6>[ 106.289878][ T1] Testing event tls_device_tx_resync_send: OK
<6>[ 106.336530][ T1] Testing event tls_device_tx_resync_req: OK
<6>[ 106.389891][ T1] Testing event tls_device_rx_resync_nh_delay: OK
<6>[ 106.436884][ T1] Testing event tls_device_rx_resync_nh_schedule: OK
<6>[ 106.486887][ T1] Testing event tls_device_rx_resync_send: OK
<6>[ 106.533510][ T1] Testing event tls_device_decrypted: OK
<6>[ 106.580175][ T1] Testing event tls_device_offload_set: OK
<6>[ 106.623533][ T1] Testing event fib6_table_lookup: OK
<6>[ 106.673434][ T1] Testing event subflow_check_data_avail: OK
<6>[ 106.719868][ T1] Testing event ack_update_msk: OK
<6>[ 106.766821][ T1] Testing event get_mapping_status: OK
<6>[ 106.813511][ T1] Testing event mptcp_subflow_get_send: OK
<6>[ 106.856942][ T1] Running tests on trace event systems:
<6>[ 106.859519][ T1] Testing event system mptcp: OK
<6>[ 106.907315][ T1] Testing event system fib6: OK
<6>[ 106.953820][ T1] Testing event system tls: OK
<6>[ 107.007693][ T1] Testing event system bpf_test_run: OK
<6>[ 107.057002][ T1] Testing event system netlink: OK
<6>[ 107.103675][ T1] Testing event system devlink: OK
<6>[ 107.150758][ T1] Testing event system skb: OK
<6>[ 107.197273][ T1] Testing event system net: OK
<6>[ 107.248871][ T1] Testing event system napi: OK
<6>[ 107.294339][ T1] Testing event system sock: OK
<6>[ 107.343580][ T1] Testing event system udp: OK
<6>[ 107.393308][ T1] Testing event system tcp: OK
<6>[ 107.440812][ T1] Testing event system fib: OK
<6>[ 107.486708][ T1] Testing event system qdisc: OK
<6>[ 107.533732][ T1] Testing event system bridge: OK
<6>[ 107.579901][ T1] Testing event system page_pool: OK
<6>[ 107.626925][ T1] Testing event system neigh: OK
<6>[ 107.677205][ T1] Testing event system interconnect: OK
<6>[ 107.723413][ T1] Testing event system ras: OK
<6>[ 107.766961][ T1] Testing event system devfreq: OK
<6>[ 107.813407][ T1] Testing event system cros_ec: OK
<6>[ 107.860104][ T1] Testing event system mmc: OK
<6>[ 107.903458][ T1] Testing event system thermal_power_allocator: OK
<6>[ 107.949910][ T1] Testing event system thermal: OK
<6>[ 107.996991][ T1] Testing event system hwmon: OK
<6>[ 108.043453][ T1] Testing event system smbus: OK
<6>[ 108.090203][ T1] Testing event system i2c: OK
<6>[ 108.133576][ T1] Testing event system rtc: OK
<6>[ 108.184798][ T1] Testing event system xhci-hcd: OK
<6>[ 108.245573][ T1] Testing event system mdio: OK
<6>[ 108.293188][ T1] Testing event system spi: OK
<6>[ 108.347310][ T1] Testing event system libata: OK
<6>[ 108.393702][ T1] Testing event system scsi: OK
<6>[ 108.443618][ T1] Testing event system sync_trace: OK
<6>[ 108.489873][ T1] Testing event system dma_fence: OK
<6>[ 108.537078][ T1] Testing event system dev: OK
<6>[ 108.583324][ T1] Testing event system regmap: OK
<6>[ 108.631679][ T1] Testing event system iommu: OK
<6>[ 108.680899][ T1] Testing event system intel_iommu: OK
<6>[ 108.726869][ T1] Testing event system random: OK
<6>[ 108.777725][ T1] Testing event system regulator: OK
<6>[ 108.824107][ T1] Testing event system clk: OK
<6>[ 108.871700][ T1] Testing event system pwm: OK
<6>[ 108.919866][ T1] Testing event system gpio: OK
<6>[ 108.970083][ T1] Testing event system msr: OK
<6>[ 109.020155][ T1] Testing event system wbt: OK
<6>[ 109.066892][ T1] Testing event system iocost: OK
<6>[ 109.113788][ T1] Testing event system block: OK
<6>[ 109.158381][ T1] Testing event system jbd2: OK
<6>[ 109.211813][ T1] Testing event system ext4: OK
<6>[ 109.277609][ T1] Testing event system iomap: OK
<6>[ 109.327203][ T1] Testing event system filelock: OK
<6>[ 109.370813][ T1] Testing event system fs_dax: OK
<6>[ 109.414409][ T1] Testing event system io_uring: OK
<6>[ 109.461105][ T1] Testing event system writeback: OK
<6>[ 109.513049][ T1] Testing event system page_isolation: OK
<6>[ 109.556428][ T1] Testing event system huge_memory: OK
<6>[ 109.600168][ T1] Testing event system migrate: OK
<6>[ 109.643218][ T1] Testing event system mmap: OK
<6>[ 109.689801][ T1] Testing event system mmap_lock: OK
<6>[ 109.760618][ T1] Testing event system compaction: OK
<6>[ 109.807778][ T1] Testing event system kmem: OK
<6>[ 109.857800][ T1] Testing event system percpu: OK
<6>[ 109.903576][ T1] Testing event system vmscan: OK
<6>[ 109.951630][ T1] Testing event system pagemap: OK
<6>[ 109.996850][ T1] Testing event system oom: OK
<6>[ 110.043815][ T1] Testing event system filemap: OK
<6>[ 110.090364][ T1] Testing event system rseq: OK
<6>[ 110.136829][ T1] Testing event system xdp: OK
<6>[ 110.184340][ T1] Testing event system rpm: OK
<6>[ 110.230616][ T1] Testing event system power: OK
<6>[ 110.282790][ T1] Testing event system error_report: OK
<6>[ 110.326424][ T1] Testing event system bpf_trace: OK
<6>[ 110.373115][ T1] Testing event system test: OK
<6>[ 110.419742][ T1] Testing event system preemptirq: OK
<6>[ 110.470303][ T1] Testing event system cgroup: OK
<6>[ 110.517867][ T1] Testing event system module: OK
<6>[ 110.563541][ T1] Testing event system alarmtimer: OK
<6>[ 110.610093][ T1] Testing event system timer: OK
<6>[ 110.657884][ T1] Testing event system raw_syscalls: OK
<6>[ 110.700207][ T1] Testing event system swiotlb: OK
<6>[ 110.746450][ T1] Testing event system rcu: OK
<6>[ 110.793442][ T1] Testing event system irq_matrix: OK
<6>[ 110.840776][ T1] Testing event system printk: OK
<6>[ 110.886440][ T1] Testing event system lock: OK
<6>[ 110.933362][ T1] Testing event system sched: OK
<6>[ 110.982804][ T1] Testing event system workqueue: OK
<6>[ 111.026771][ T1] Testing event system signal: OK
<6>[ 111.073377][ T1] Testing event system irq: OK
<6>[ 111.120325][ T1] Testing event system cpuhp: OK
<6>[ 111.163500][ T1] Testing event system task: OK
<6>[ 111.206547][ T1] Testing event system exceptions: OK
<6>[ 111.256698][ T1] Testing event system tlb: OK
<6>[ 111.299899][ T1] Testing event system resctrl: OK
<6>[ 111.346721][ T1] Testing event system mce: OK
<6>[ 111.393141][ T1] Testing event system x86_fpu: OK
<6>[ 111.443936][ T1] Testing event system nmi: OK
<6>[ 111.489795][ T1] Testing event system irq_vectors: OK
<6>[ 111.539767][ T1] Testing event system syscalls: OK
<6>[ 111.592773][ T1] Testing event system hyperv: OK
<6>[ 111.636861][ T1] Testing event system xen: OK
<6>[ 111.686050][ T1] Testing event system vsyscall: OK
<6>[ 111.736392][ T1] Testing event system initcall: OK
<6>[ 111.783429][ T1] Running tests on all trace events:
<6>[ 111.785532][ T1] Testing all events: OK
<6>[ 112.520099][ T1] Testing ftrace filter: OK
<6>[ 112.521422][ T1] trace_kprobe: Testing kprobe tracing: OK
<5>[ 112.540336][ T1] Loading compiled-in X.509 certificates
<5>[ 112.543113][ T1] Loaded X.509 cert 'Build time autogenerated kernel key: 19e7b965b1fc22ac8761e7dab64977b27316bc57'
<6>[ 112.545964][ T1] zswap: loaded using pool zstd/zsmalloc
<5>[ 112.547746][ T1] Key type ._fscrypt registered
<5>[ 112.548468][ T1] Key type .fscrypt registered
<5>[ 112.549227][ T1] Key type fscrypt-provisioning registered
<5>[ 112.565605][ T1] Key type encrypted registered
<6>[ 112.566355][ T1] AppArmor: AppArmor sha1 policy hashing enabled
<6>[ 112.567234][ T1] ima: No TPM chip found, activating TPM-bypass!
<5>[ 112.568086][ T1] Loading compiled-in module X.509 certificates
<5>[ 112.570203][ T1] Loaded X.509 cert 'Build time autogenerated kernel key: 19e7b965b1fc22ac8761e7dab64977b27316bc57'
<6>[ 112.571072][ T1] ima: Allocated hash algorithm: sha1
<6>[ 112.572039][ T1] ima: No architecture policies found
<6>[ 112.573006][ T1] evm: Initialising EVM extended attributes:
<6>[ 112.573908][ T1] evm: security.selinux (disabled)
<6>[ 112.574783][ T1] evm: security.SMACK64
<6>[ 112.575656][ T1] evm: security.SMACK64EXEC
<6>[ 112.576524][ T1] evm: security.SMACK64TRANSMUTE
<6>[ 112.577406][ T1] evm: security.SMACK64MMAP
<6>[ 112.578268][ T1] evm: security.apparmor
<6>[ 112.579130][ T1] evm: security.ima
<6>[ 112.579990][ T1] evm: security.capability
<6>[ 112.580842][ T1] evm: HMAC attrs: 0x1
<6>[ 112.583863][ T1] PM: Magic number: 1:263:931
<6>[ 112.586274][ T1] acpi_cpufreq: overriding BIOS provided _PSD data
<6>[ 112.589806][ T1] RAS: Correctable Errors collector initialized.
<6>[ 112.600254][ T1] Freeing unused decrypted memory: 2036K
<6>[ 112.603718][ T1] Freeing unused kernel image (initmem) memory: 3796K
<6>[ 112.623680][ T1] Write protecting the kernel read-only data: 24576k
<6>[ 112.627650][ T1] Freeing unused kernel image (text/rodata gap) memory: 2036K
<6>[ 112.629200][ T1] Freeing unused kernel image (rodata/data gap) memory: 468K
<6>[ 112.661067][ T1] x86/mm: Checked W+X mappings: passed, no W+X pages found.
<6>[ 112.662198][ T1] Run /init as init process
<7>[ 112.663315][ T1] with arguments:
<7>[ 112.663320][ T1] /init
<7>[ 112.663323][ T1] with environment:
<7>[ 112.663326][ T1] HOME=/
<7>[ 112.663329][ T1] TERM=linux
<7>[ 112.663332][ T1] BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-00249-gc7d102232649
<6>[ 113.224784][ T2043] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
<6>[ 113.238009][ T2043] acpi device:00: registered as cooling_device4
<6>[ 113.240480][ T2043] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
<6>[ 113.316247][ T2049] xhci_hcd 0000:00:10.0: xHCI Host Controller
<6>[ 113.318075][ T2049] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
<6>[ 113.319860][ T2049] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
<6>[ 113.323829][ T2037] sdhci: Secure Digital Host Controller Interface driver
<6>[ 113.325395][ T2037] sdhci: Copyright(c) Pierre Ossman
<7>[ 113.329913][ T2044] ahci 0000:00:11.0: version 3.0
<6>[ 113.331645][ T2044] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
<6>[ 113.333310][ T2044] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part
<6>[ 113.334917][ T2049] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 113.336629][ T2049] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 113.337747][ T2044] scsi host0: ahci
<6>[ 113.338339][ T2049] usb usb3: Product: xHCI Host Controller
<6>[ 113.341101][ T2044] scsi host1: ahci
<6>[ 113.341549][ T2049] usb usb3: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00249-gc7d102232649 xhci-hcd
<6>[ 113.343556][ T2044] ata1: SATA max UDMA/133 abar m1024@0xf0c6f000 port 0xf0c6f100 irq 35
<6>[ 113.344717][ T2049] usb usb3: SerialNumber: 0000:00:10.0
<6>[ 113.346368][ T2044] ata2: SATA max UDMA/133 abar m1024@0xf0c6f000 port 0xf0c6f180 irq 35
<4>[ 113.359803][ T2034] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\_SB.PCI0.SMBS.SMB0) (20210604/utaddress-204)
<6>[ 113.363447][ T2034] ACPI: OSL: Resource conflict; ACPI support missing from driver?
<6>[ 113.368275][ T2049] hub 3-0:1.0: USB hub found
<6>[ 113.370367][ T2049] hub 3-0:1.0: 2 ports detected
<6>[ 113.373669][ T2037] sdhci-pci 0000:00:14.7: SDHCI controller found [1022:7813] (rev 1)
<6>[ 113.374187][ T2049] xhci_hcd 0000:00:10.0: xHCI Host Controller
<6>[ 113.377356][ T2049] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 4
<6>[ 113.379237][ T2049] xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
<6>[ 113.379373][ T2037] mmc0: SDHCI controller on PCI [0000:00:14.7] using ADMA
<6>[ 113.381382][ T2049] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
<6>[ 113.385152][ T2049] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
<6>[ 113.387172][ T2049] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 113.389126][ T2049] usb usb4: Product: xHCI Host Controller
<6>[ 113.391145][ T2049] usb usb4: Manufacturer: Linux 5.14.0-rc3-bluetea-test-00249-gc7d102232649 xhci-hcd
<6>[ 113.393163][ T2049] usb usb4: SerialNumber: 0000:00:10.0
<4>[ 113.422019][ T2041] r8169 0000:01:00.1: can't disable ASPM; OS doesn't have ASPM control
<6>[ 113.449676][ T2049] hub 4-0:1.0: USB hub found
<6>[ 113.452138][ T2049] hub 4-0:1.0: 2 ports detected
<6>[ 113.496014][ T2041] libphy: r8169: probed
<6>[ 113.498754][ T2034] cryptd: max_cpu_qlen set to 1000
<6>[ 113.499569][ T2041] r8169 0000:01:00.1 eth0: RTL8411b, f0:76:1c:c8:db:de, XID 5c8, IRQ 37
<6>[ 113.502885][ T2041] r8169 0000:01:00.1 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
<6>[ 113.519303][ T2034] AVX version of gcm_enc/dec engaged.
<6>[ 113.521468][ T2034] AES CTR mode by8 optimization enabled
<6>[ 113.543690][ T2051] hid: raw HID events driver (C) Jiri Kosina
<6>[ 113.566414][ T2051] usbcore: registered new interface driver usbhid
<6>[ 113.568639][ T2051] usbhid: USB HID core driver
<6>[ 113.726547][ T2046] r8169 0000:01:00.1 enp1s0f1: renamed from eth0
<6>[ 113.735266][ T2034] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0001/input/input8
<6>[ 113.746049][ T2034] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.0-1.1/input0
<6>[ 113.819980][ T2063] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<6>[ 113.821970][ T2061] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
<6>[ 113.824819][ T2061] ata1.00: ATA-9: WDC WD5000LPVX-22V0TT0, 01.01A01, max UDMA/133
<6>[ 113.826748][ T2061] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
<6>[ 113.828760][ T2063] ata2.00: ATAPI: Slimtype DVD A DA8A6SH, GA11, max UDMA/133
<6>[ 113.831276][ T2061] ata1.00: configured for UDMA/133
<6>[ 113.833946][ T2063] ata2.00: configured for UDMA/133
<5>[ 113.844948][ T109] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPVX-2 1A01 PQ: 0 ANSI: 5
<5>[ 113.849673][ T123] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
<5>[ 113.849870][ T109] sd 0:0:0:0: Attached scsi generic sg0 type 0
<5>[ 113.851648][ T123] sd 0:0:0:0: [sda] 4096-byte physical blocks
<5>[ 113.851703][ T123] sd 0:0:0:0: [sda] Write Protect is off
<7>[ 113.857426][ T123] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
<5>[ 113.857528][ T123] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<5>[ 113.863165][ T8] scsi 1:0:0:0: CD-ROM Slimtype DVD A DA8A6SH GA11 PQ: 0 ANSI: 5
<6>[ 114.236720][ T2035] [drm] radeon kernel modesetting enabled.
<7>[ 114.238736][ T2035] checking generic (e0000000 420000) vs hw (e0000000 10000000)
<6>[ 114.238742][ T2035] fb0: switching to radeondrmfb from simple
<6>[ 114.242090][ T2035] Console: switching to colour dummy device 80x25
<6>[ 114.242949][ T2035] radeon 0000:00:01.0: vgaarb: deactivate vga console
<6>[ 114.245675][ T2035] [drm] initializing kernel modesetting (MULLINS 0x1002:0x9851 0x1025:0x1017 0x05).
<6>[ 114.245861][ T2035] [drm] doorbell mmio base: 0xF0000000
<6>[ 114.245892][ T2035] [drm] doorbell mmio size: 8388608
<4>[ 114.246042][ T2035] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000c3fff window]
<4>[ 114.246166][ T2035] caller pci_map_rom+0x7c/0x1d0 mapping multiple BARs
<6>[ 114.248419][ T2035] ATOM BIOS: AMD
<6>[ 114.248637][ T2035] radeon 0000:00:01.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
<6>[ 114.248691][ T2035] radeon 0000:00:01.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
<6>[ 114.248743][ T2035] [drm] Detected VRAM RAM=1024M, BAR=256M
<6>[ 114.248774][ T2035] [drm] RAM width 128bits DDR
<6>[ 114.249729][ T2035] [drm] radeon: 1024M of VRAM memory ready
<6>[ 114.249766][ T2035] [drm] radeon: 2048M of GTT memory ready.
<6>[ 114.249871][ T2035] [drm] Loading mullins Microcode
<6>[ 114.251068][ T2035] [drm] Internal thermal controller without fan control
<6>[ 114.251586][ T8] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
<6>[ 114.251680][ T8] cdrom: Uniform CD-ROM driver Revision: 3.20
<6>[ 114.252788][ T2035] [drm] radeon: dpm initialized
<6>[ 114.253077][ T2035] [drm] Found UVD firmware Version: 1.64 Family ID: 9
<6>[ 114.254792][ T2035] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
<6>[ 114.254869][ T2035] [drm] GART: num cpu pages 524288, num gpu pages 524288
<6>[ 114.294589][ T2035] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
<6>[ 114.295015][ T2035] radeon 0000:00:01.0: WB enabled
<6>[ 114.295105][ T2035] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00
<6>[ 114.295164][ T2035] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04
<6>[ 114.295221][ T2035] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08
<6>[ 114.295277][ T2035] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c
<6>[ 114.295332][ T2035] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10
<6>[ 114.295973][ T2035] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
<6>[ 114.296268][ T2035] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18
<6>[ 114.296325][ T2035] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c
<6>[ 114.297773][ T2035] radeon 0000:00:01.0: radeon: using MSI.
<6>[ 114.298097][ T2035] [drm] radeon: irq initialized.
<6>[ 114.300959][ T2035] [drm] ring test on 0 succeeded in 2 usecs
<6>[ 114.301108][ T2035] [drm] ring test on 1 succeeded in 2 usecs
<6>[ 114.301183][ T2035] [drm] ring test on 2 succeeded in 2 usecs
<6>[ 114.301419][ T2035] [drm] ring test on 3 succeeded in 4 usecs
<6>[ 114.301463][ T2035] [drm] ring test on 4 succeeded in 3 usecs
<6>[ 114.327624][ T2035] [drm] ring test on 5 succeeded in 1 usecs
<6>[ 114.327685][ T2035] [drm] UVD initialized successfully.
<6>[ 114.437856][ T2035] [drm] ring test on 6 succeeded in 13 usecs
<6>[ 114.437903][ T2035] [drm] ring test on 7 succeeded in 2 usecs
<6>[ 114.437941][ T2035] [drm] VCE initialized successfully.
<6>[ 114.440168][ T2035] [drm] ib test on ring 0 succeeded in 0 usecs
<6>[ 114.440470][ T2035] [drm] ib test on ring 1 succeeded in 0 usecs
<6>[ 114.440659][ T2035] [drm] ib test on ring 2 succeeded in 0 usecs
<6>[ 114.440851][ T2035] [drm] ib test on ring 3 succeeded in 0 usecs
<6>[ 114.441037][ T2035] [drm] ib test on ring 4 succeeded in 0 usecs
<7>[ 114.457672][ T8] sr 1:0:0:0: Attached scsi CD-ROM sr0
<5>[ 114.458302][ T8] sr 1:0:0:0: Attached scsi generic sg1 type 5
<6>[ 114.944378][ T2035] [drm] ib test on ring 5 succeeded
<6>[ 114.945254][ T2035] [drm] ib test on ring 6 succeeded
<6>[ 114.945757][ T2035] [drm] ib test on ring 7 succeeded
<6>[ 114.956072][ T2035] [drm] radeon atom DIG backlight initialized
<6>[ 114.956122][ T2035] [drm] Radeon Display Connectors
<6>[ 114.956156][ T2035] [drm] Connector 0:
<6>[ 114.956183][ T2035] [drm] eDP-1
<6>[ 114.956208][ T2035] [drm] HPD1
<6>[ 114.956232][ T2035] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
<6>[ 114.956285][ T2035] [drm] Encoders:
<6>[ 114.956311][ T2035] [drm] LCD1: INTERNAL_UNIPHY
<6>[ 114.956344][ T2035] [drm] Connector 1:
<6>[ 114.956371][ T2035] [drm] HDMI-A-1
<6>[ 114.956396][ T2035] [drm] HPD2
<6>[ 114.956420][ T2035] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
<6>[ 114.956472][ T2035] [drm] Encoders:
<6>[ 114.956498][ T2035] [drm] DFP1: INTERNAL_UNIPHY
<6>[ 114.956530][ T2035] [drm] Connector 2:
<6>[ 114.956557][ T2035] [drm] VGA-1
<6>[ 114.956581][ T2035] [drm] DDC: 0x65c0 0x65c0 0x65c4 0x65c4 0x65c8 0x65c8 0x65cc 0x65cc
<6>[ 114.956673][ T2035] [drm] Encoders:
<6>[ 114.956699][ T2035] [drm] CRT1: INTERNAL_KLDSCP_DAC1
<6>[ 115.622234][ T2035] [drm] fb mappable at 0xE0731000
<6>[ 115.622335][ T2035] [drm] vram apper at 0xE0000000
<6>[ 115.622368][ T2035] [drm] size 4325376
<6>[ 115.622394][ T2035] [drm] fb depth is 24
<6>[ 115.622421][ T2035] [drm] pitch is 5632
<6>[ 115.623770][ T2035] fbcon: radeon (fb0) is primary device
<6>[ 115.924612][ T123] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
<5>[ 116.170750][ T123] sd 0:0:0:0: [sda] Attached SCSI disk
<6>[ 116.746020][ T2035] Console: switching to colour frame buffer device 170x48
<6>[ 116.751633][ T2035] radeon 0000:00:01.0: [drm] fb0: radeon frame buffer device
<6>[ 116.787124][ T2035] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:01.0 on minor 0
<6>[ 116.808224][ T2035] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
<6>[ 116.808583][ T2035] AMD-Vi: AMD IOMMUv2 functionality not available on this system
<6>[ 118.965584][ T2035] [drm] amdgpu kernel modesetting enabled.
<4>[ 119.030391][ T2035] amdgpu: CRAT table not found
<6>[ 119.030499][ T2035] amdgpu: Virtual CRAT table created for CPU
<6>[ 119.030907][ T2035] amdgpu: Topology: Add CPU node
<6>[ 119.493264][ T2166] raid6: sse2x4 gen() 6073 MB/s
<6>[ 119.549939][ T2166] raid6: sse2x4 xor() 2918 MB/s
<6>[ 119.606595][ T2166] raid6: sse2x2 gen() 5937 MB/s
<6>[ 119.663258][ T2166] raid6: sse2x2 xor() 3012 MB/s
<6>[ 119.719927][ T2166] raid6: sse2x1 gen() 4895 MB/s
<6>[ 119.776596][ T2166] raid6: sse2x1 xor() 2113 MB/s
<6>[ 119.776655][ T2166] raid6: using algorithm sse2x4 gen() 6073 MB/s
<6>[ 119.776722][ T2166] raid6: .... xor() 2918 MB/s, rmw enabled
<6>[ 119.776785][ T2166] raid6: using ssse3x2 recovery algorithm
<6>[ 119.779817][ T2166] xor: automatically using best checksumming function avx
<6>[ 119.784383][ T2166] async_tx: api initialized (async)
<6>[ 120.327834][ T2189] Btrfs loaded, crc32c=crc32c-intel, zoned=yes
<6>[ 121.353166][ T2214] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
<30>[ 124.226483][ T1] systemd[1]: Inserted module 'autofs4'
<30>[ 124.532762][ T1] systemd[1]: systemd 247.3-3ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
<30>[ 124.553733][ T1] systemd[1]: Detected architecture x86-64.
<30>[ 124.660323][ T1] systemd[1]: Set hostname to <integral>.
<28>[ 129.378566][ T1] systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
<30>[ 130.198393][ T1] systemd[1]: Queued start job for default target Graphical Interface.
<30>[ 130.200430][ T1] systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_fcopy was removed.
<30>[ 130.202420][ T1] systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_vss was removed.
<30>[ 130.249094][ T1] systemd[1]: Created slice Virtual Machine and Container Slice.
<30>[ 130.267486][ T1] systemd[1]: Created slice system-modprobe.slice.
<30>[ 130.282056][ T1] systemd[1]: Created slice User and Session Slice.
<30>[ 130.293701][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
<30>[ 130.306471][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
<30>[ 130.318441][ T1] systemd[1]: Reached target User and Group Name Lookups.
<30>[ 130.330114][ T1] systemd[1]: Reached target Slices.
<30>[ 130.341946][ T1] systemd[1]: Reached target Libvirt guests shutdown.
<30>[ 130.354417][ T1] systemd[1]: Listening on Device-mapper event daemon FIFOs.
<30>[ 130.367148][ T1] systemd[1]: Listening on LVM2 poll daemon socket.
<30>[ 130.389030][ T1] systemd[1]: Listening on multipathd control socket.
<30>[ 130.401937][ T1] systemd[1]: Listening on Syslog Socket.
<30>[ 130.414237][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe.
<30>[ 130.427101][ T1] systemd[1]: Listening on Journal Audit Socket.
<30>[ 130.439791][ T1] systemd[1]: Listening on Journal Socket (/dev/log).
<30>[ 130.452443][ T1] systemd[1]: Listening on Journal Socket.
<30>[ 130.464752][ T1] systemd[1]: Listening on Network Service Netlink Socket.
<30>[ 130.483914][ T1] systemd[1]: Listening on udev Control Socket.
<30>[ 130.496113][ T1] systemd[1]: Listening on udev Kernel Socket.
<30>[ 130.515213][ T1] systemd[1]: Mounting Huge Pages File System...
<30>[ 130.535398][ T1] systemd[1]: Mounting POSIX Message Queue File System...
<30>[ 130.554998][ T1] systemd[1]: Mounting Kernel Debug File System...
<30>[ 130.574795][ T1] systemd[1]: Mounting Kernel Trace File System...
<30>[ 130.596308][ T1] systemd[1]: Starting Journal Service...
<30>[ 130.617846][ T1] systemd[1]: Starting Set the console keyboard layout...
<30>[ 130.640418][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel...
<30>[ 130.661607][ T1] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
<30>[ 130.680543][ T1] systemd[1]: Starting Load Kernel Module configfs...
<30>[ 130.699833][ T1] systemd[1]: Starting Load Kernel Module drm...
<30>[ 130.719546][ T1] systemd[1]: Starting Load Kernel Module fuse...
<30>[ 130.734074][ T1] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
<30>[ 130.826431][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
<30>[ 130.902225][ T1] systemd[1]: Starting Load Kernel Modules...
<30>[ 130.920550][ T1] systemd[1]: Starting Remount Root and Kernel File Systems...
<30>[ 130.939312][ T1] systemd[1]: Starting Coldplug All udev Devices...
<30>[ 130.959525][ T1] systemd[1]: Starting Uncomplicated firewall...
<30>[ 130.983062][ T1] systemd[1]: Mounted Huge Pages File System.
<30>[ 130.995746][ T1] systemd[1]: Mounted POSIX Message Queue File System.
<30>[ 131.009232][ T1] systemd[1]: Mounted Kernel Debug File System.
<30>[ 131.024317][ T1] systemd[1]: Mounted Kernel Trace File System.
<30>[ 131.049213][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel.
<30>[ 131.066133][ T1] systemd[1]: modprobe@configfs.service: Succeeded.
<30>[ 131.072195][ T1] systemd[1]: Finished Load Kernel Module configfs.
<30>[ 131.086507][ T1] systemd[1]: modprobe@drm.service: Succeeded.
<30>[ 131.093407][ T1] systemd[1]: Finished Load Kernel Module drm.
<30>[ 131.108036][ T1] systemd[1]: modprobe@fuse.service: Succeeded.
<30>[ 131.114125][ T1] systemd[1]: Finished Load Kernel Module fuse.
<6>[ 131.131523][ T2305] EXT4-fs (sda3): re-mounted. Opts: (null). Quota mode: none.
<30>[ 131.135750][ T1] systemd[1]: Mounting FUSE Control File System...
<30>[ 131.158239][ T1] systemd[1]: Mounting Kernel Configuration File System...
<30>[ 131.181485][ T1] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
<30>[ 131.200898][ T1] systemd[1]: Finished Remount Root and Kernel File Systems.
<30>[ 131.219021][ T1] systemd[1]: Finished Uncomplicated firewall.
<30>[ 131.238082][ T1] systemd[1]: Mounted FUSE Control File System.
<30>[ 131.253994][ T1] systemd[1]: Mounted Kernel Configuration File System.
<30>[ 131.274235][ T1] systemd[1]: Activating swap /swap.img...
<30>[ 131.350704][ T1] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
<30>[ 131.353646][ T1] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
<30>[ 131.363796][ T1] systemd[1]: Starting Load/Save Random Seed...
<30>[ 131.383590][ T1] systemd[1]: Starting Create System Users...
<30>[ 131.398110][ T1] systemd[1]: Started Journal Service.
<46>[ 131.505389][ T2292] systemd-journald[2292]: Received client request to flush runtime journal.
<6>[ 131.668400][ T2313] Adding 4194300k swap on /swap.img. Priority:-2 extents:5 across:4472828k FS
<5>[ 135.889816][ T2341] ccp 0000:00:08.0: 4 command queues available
<5>[ 135.895901][ T2341] ccp 0000:00:08.0: ccp enabled
<6>[ 136.472875][ T2327] acer_wmi: Acer Laptop ACPI-WMI Extras
<6>[ 136.472925][ T2327] acer_wmi: Function bitmap for Communication Button: 0x800
<6>[ 136.549205][ T2327] input: Acer WMI hotkeys as /devices/virtual/input/input9
<5>[ 137.837423][ T2348] cfg80211: Loading compiled-in X.509 certificates for regulatory database
<5>[ 137.845016][ T2348] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
<4>[ 138.536795][ T2348] wl: loading out-of-tree module taints kernel.
<5>[ 138.545807][ T2348] wl: module verification failed: signature and/or required key missing - tainting kernel
<6>[ 138.546840][ T2333] kvm: Nested Virtualization enabled
<6>[ 138.546850][ T2333] SVM: kvm: Nested Paging enabled
<6>[ 138.675368][ T2331] MCE: In-kernel MCE decoding enabled.
<4>[ 138.681144][ T2348] wlan0: Broadcom BCM4365 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
<4>[ 138.681153][ T2348]
<6>[ 138.742854][ T2337] wl 0000:02:00.0 wlp2s0: renamed from wlan0
<6>[ 139.054179][ T2349] mc: Linux media interface: v0.10
<6>[ 139.110849][ T2341] Bluetooth: Core ver 2.22
<6>[ 139.110992][ T2341] NET: Registered PF_BLUETOOTH protocol family
<6>[ 139.110996][ T2341] Bluetooth: HCI device and connection manager initialized
<6>[ 139.111191][ T2341] Bluetooth: HCI socket layer initialized
<6>[ 139.111205][ T2341] Bluetooth: L2CAP socket layer initialized
<6>[ 139.111288][ T2341] Bluetooth: SCO socket layer initialized
<6>[ 139.260901][ T2349] videodev: Linux video capture interface: v2.00
<6>[ 139.626672][ T2341] usbcore: registered new interface driver btusb
<6>[ 139.742985][ T2006] Bluetooth: hci0: BCM: chip id 70
<6>[ 139.744795][ T2006] Bluetooth: hci0: BCM: features 0x06
<6>[ 139.760771][ T2006] Bluetooth: hci0: integral
<6>[ 139.760788][ T2006] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
<6>[ 139.883640][ T2349] usb 1-1.4: Found UVC 1.00 device VGA Webcam (04f2:b47f)
<6>[ 139.896570][ T2349] input: VGA Webcam: VGA Webcam as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10
<6>[ 139.897939][ T2349] usbcore: registered new interface driver uvcvideo
<6>[ 139.936295][ T2340] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
<6>[ 140.014008][ T162] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input11
<3>[ 140.065182][ T2006] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
<3>[ 140.067797][ T2006] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2012.hcd'
<3>[ 140.069644][ T2006] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2012.hcd'
<6>[ 140.217090][ T2339] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
<6>[ 140.217106][ T2339] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
<6>[ 140.217112][ T2339] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
<6>[ 140.217118][ T2339] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
<6>[ 140.217122][ T2339] snd_hda_codec_realtek hdaudioC1D0: inputs:
<6>[ 140.217127][ T2339] snd_hda_codec_realtek hdaudioC1D0: Mic=0x1b
<6>[ 140.492909][ T143] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
<6>[ 145.042451][ T2599] alua: device handler registered
<6>[ 145.097183][ T2599] emc: device handler registered
<6>[ 145.154271][ T2599] rdac: device handler registered
<6>[ 146.216380][ T2612] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
<6>[ 146.233576][ T2613] loop0: detected capacity change from 0 to 113504
<6>[ 146.254290][ T2616] loop1: detected capacity change from 0 to 113544
<6>[ 146.277903][ T2618] loop2: detected capacity change from 0 to 126424
<6>[ 146.514066][ T2621] loop3: detected capacity change from 0 to 126504
<6>[ 146.623223][ T2622] loop4: detected capacity change from 0 to 139600
<6>[ 146.702418][ T2625] loop5: detected capacity change from 0 to 139600
<6>[ 147.762178][ T2631] loop6: detected capacity change from 0 to 66120
<6>[ 147.781633][ T2632] loop7: detected capacity change from 0 to 66144
<5>[ 149.653864][ T44] audit: type=1400 audit(1628074710.574:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=2665 comm="apparmor_parser"
<5>[ 149.653890][ T44] audit: type=1400 audit(1628074710.574:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2665 comm="apparmor_parser"
<5>[ 149.731323][ T44] audit: type=1400 audit(1628074710.651:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=2671 comm="apparmor_parser"
<5>[ 149.731349][ T44] audit: type=1400 audit(1628074710.651:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=2671 comm="apparmor_parser"
<5>[ 149.732982][ T44] audit: type=1400 audit(1628074710.651:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="virt-aa-helper" pid=2668 comm="apparmor_parser"
<5>[ 149.763124][ T44] audit: type=1400 audit(1628074710.681:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=2669 comm="apparmor_parser"
<5>[ 149.766373][ T44] audit: type=1400 audit(1628074710.684:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=2672 comm="apparmor_parser"
<5>[ 149.839158][ T44] audit: type=1400 audit(1628074710.758:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=2675 comm="apparmor_parser"
<5>[ 149.839181][ T44] audit: type=1400 audit(1628074710.758:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=2675 comm="apparmor_parser"
<5>[ 149.839195][ T44] audit: type=1400 audit(1628074710.758:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=2675 comm="apparmor_parser"
<6>[ 160.076826][ T2715] Generic FE-GE Realtek PHY r8169-0-101:00: attached PHY driver (mii_bus:phy_addr=r8169-0-101:00, irq=MAC)
<6>[ 160.271032][ T109] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 162.153691][ T109] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[ 162.153758][ T126] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0f1: link becomes ready
<6>[ 170.402069][ T2832] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 170.402080][ T2832] Bluetooth: BNEP filters: protocol multicast
<6>[ 170.402098][ T2832] Bluetooth: BNEP socket layer initialized
<6>[ 170.791229][ T2836] NET: Registered PF_ALG protocol family
<3>[ 174.010772][ T38] Bluetooth: hci0: command 0x1003 tx timeout
<3>[ 174.014141][ T2507] Bluetooth: hci0: unexpected event for opcode 0x1003
<6>[ 176.351077][ T2752] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
<6>[ 179.561966][ T3174] io scheduler bfq registered
<6>[ 182.715433][ T3331] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
<6>[ 186.923507][ T3417] loop8: detected capacity change from 0 to 8
<4>[ 196.472507][ T44] kauditd_printk_skb: 29 callbacks suppressed
<5>[ 196.472514][ T44] audit: type=1400 audit(1628074757.100:41): apparmor="DENIED" operation="capable" profile="libvirtd" pid=2915 comm="daemon-init" capability=17 capname="sys_rawio"
<6>[ 210.419253][ T3676] Bluetooth: RFCOMM TTY layer initialized
<6>[ 210.419294][ T3676] Bluetooth: RFCOMM socket layer initialized
<6>[ 210.419333][ T3676] Bluetooth: RFCOMM ver 1.11
<6>[ 231.680035][ T3692] PM: suspend entry (deep)
<6>[ 232.508097][ T3692] Filesystems sync: 0.827 seconds
<6>[ 232.543785][ T3692] Freezing user space processes ... (elapsed 0.011 seconds) done.
<6>[ 232.555797][ T3692] OOM killer disabled.
<6>[ 232.555801][ T3692] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
<6>[ 232.558632][ T3692] printk: Suspending console(s) (use no_console_suspend to debug)
<6>[ 232.570159][ T3718] r8169 0000:01:00.1 enp1s0f1: Link is Down
<5>[ 232.618854][ T109] sd 0:0:0:0: [sda] Synchronizing SCSI cache
<5>[ 232.874121][ T109] sd 0:0:0:0: [sda] Stopping disk
<6>[ 233.449075][ T3692] ACPI: EC: interrupt blocked
<6>[ 233.479980][ T3692] ACPI: PM: Preparing to enter system sleep state S3
<6>[ 233.483313][ T3692] ACPI: EC: event blocked
<6>[ 233.483324][ T3692] ACPI: EC: EC stopped
<6>[ 233.483329][ T3692] ACPI: PM: Saving platform NVS memory
<6>[ 233.483401][ T3692] Disabling non-boot CPUs ...
<4>[ 233.496384][ T19] IRQ 42: no longer affine to CPU1
<6>[ 233.498815][ T3692] smpboot: CPU 1 is now offline
<4>[ 233.510217][ T25] IRQ fixup: irq 39 move in progress, old vector 36
<4>[ 233.510280][ T25] IRQ 39: no longer affine to CPU2
<6>[ 233.511334][ T3692] smpboot: CPU 2 is now offline
<4>[ 233.517287][ T31] IRQ 37: no longer affine to CPU3
<6>[ 233.519138][ T3692] smpboot: CPU 3 is now offline
<6>[ 233.523605][ T3692] ACPI: PM: Low-level resume complete
<6>[ 233.523682][ T3692] ACPI: EC: EC started
<6>[ 233.523686][ T3692] ACPI: PM: Restoring platform NVS memory
<6>[ 233.523749][ T3692] LVT offset 0 assigned for vector 0x400
<6>[ 233.525207][ T3692] LVT offset 1 assigned for vector 0xf9
<6>[ 233.525733][ T3692] Enabling non-boot CPUs ...
<6>[ 233.527426][ T3692] x86: Booting SMP configuration:
<6>[ 233.527459][ T3692] smpboot: Booting Node 0 Processor 1 APIC 0x1
<6>[ 233.527997][ T0] microcode: CPU1: patch_level=0x07030105
<6>[ 233.533622][ T17] ACPI: \_PR_.C001: Found 2 idle states
<6>[ 233.537399][ T3692] CPU1 is up
<6>[ 233.538962][ T3692] smpboot: Booting Node 0 Processor 2 APIC 0x2
<6>[ 233.539469][ T0] microcode: CPU2: patch_level=0x07030105
<6>[ 233.543089][ T23] ACPI: \_PR_.C002: Found 2 idle states
<6>[ 233.545571][ T3692] CPU2 is up
<6>[ 233.546939][ T3692] smpboot: Booting Node 0 Processor 3 APIC 0x3
<6>[ 233.547413][ T0] microcode: CPU3: patch_level=0x07030105
<6>[ 233.550460][ T29] ACPI: \_PR_.C003: Found 2 idle states
<6>[ 233.553347][ T3692] CPU3 is up
<6>[ 233.555523][ T3692] ACPI: PM: Waking up from system sleep state S3
<6>[ 233.561851][ T3692] ACPI: EC: interrupt unblocked
<6>[ 233.602781][ T3692] ACPI: EC: event unblocked
<5>[ 233.616521][ T3744] sd 0:0:0:0: [sda] Starting disk
<6>[ 233.622530][ T3713] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
<6>[ 233.622760][ T3713] radeon 0000:00:01.0: WB enabled
<6>[ 233.622787][ T3713] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00
<6>[ 233.622794][ T3713] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04
<6>[ 233.622800][ T3713] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08
<6>[ 233.622805][ T3713] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c
<6>[ 233.622810][ T3713] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10
<6>[ 233.623269][ T3713] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
<6>[ 233.623474][ T3713] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18
<6>[ 233.623479][ T3713] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c
<3>[ 233.624939][ T3713] debugfs: File 'radeon_ring_gfx' in directory '0' already present!
<3>[ 233.625102][ T3713] debugfs: File 'radeon_ring_cp1' in directory '0' already present!
<3>[ 233.625114][ T3713] debugfs: File 'radeon_ring_cp2' in directory '0' already present!
<3>[ 233.625126][ T3713] debugfs: File 'radeon_ring_dma1' in directory '0' already present!
<3>[ 233.625138][ T3713] debugfs: File 'radeon_ring_dma2' in directory '0' already present!
<6>[ 233.628201][ T3713] [drm] ring test on 0 succeeded in 0 usecs
<6>[ 233.628293][ T3713] [drm] ring test on 1 succeeded in 1 usecs
<6>[ 233.628314][ T3713] [drm] ring test on 2 succeeded in 1 usecs
<6>[ 233.628521][ T3713] [drm] ring test on 3 succeeded in 3 usecs
<6>[ 233.628531][ T3713] [drm] ring test on 4 succeeded in 3 usecs
<3>[ 233.628539][ T3713] debugfs: File 'radeon_ring_uvd' in directory '0' already present!
<6>[ 233.654672][ T3713] [drm] ring test on 5 succeeded in 1 usecs
<6>[ 233.654697][ T3713] [drm] UVD initialized successfully.
<3>[ 233.654705][ T3713] debugfs: File 'radeon_ring_vce1' in directory '0' already present!
<3>[ 233.654718][ T3713] debugfs: File 'radeon_ring_vce2' in directory '0' already present!
<6>[ 233.764759][ T3713] [drm] ring test on 6 succeeded in 6 usecs
<6>[ 233.764775][ T3713] [drm] ring test on 7 succeeded in 2 usecs
<6>[ 233.764778][ T3713] [drm] VCE initialized successfully.
<6>[ 233.765326][ T3713] [drm] ib test on ring 0 succeeded in 0 usecs
<6>[ 233.765748][ T3713] [drm] ib test on ring 1 succeeded in 0 usecs
<6>[ 233.765903][ T3713] [drm] ib test on ring 2 succeeded in 0 usecs
<6>[ 233.766062][ T3713] [drm] ib test on ring 3 succeeded in 0 usecs
<6>[ 233.766217][ T3713] [drm] ib test on ring 4 succeeded in 0 usecs
<6>[ 233.826100][ T3743] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 233.892228][ T109] usb 1-1.3: reset full-speed USB device number 4 using ehci-pci
<4>[ 234.008513][ T109]
<4>[ 234.008517][ T109] ======================================================
<4>[ 234.008519][ T109] WARNING: possible circular locking dependency detected
<4>[ 234.008521][ T109] 5.14.0-rc3-bluetea-test-00249-gc7d102232649 #5 Tainted: G OE
<4>[ 234.008524][ T109] ------------------------------------------------------
<4>[ 234.008525][ T109] kworker/u8:1/109 is trying to acquire lock:
<4>[ 234.008527][ T109] ffff88817e9b0120 (sk_lock-AF_BLUETOOTH-BTPROTO_HCI){+.+.}-{0:0}, at: hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[ 234.008604][ T109]
<4>[ 234.008604][ T109] but task is already holding lock:
<4>[ 234.008606][ T109] ffffffffa11f33c0 (hci_sk_list.lock){++++}-{2:2}, at: hci_sock_dev_event+0x141/0x1f0 [bluetooth]
<4>[ 234.008669][ T109]
<4>[ 234.008669][ T109] which lock already depends on the new lock.
<4>[ 234.008669][ T109]
<4>[ 234.008670][ T109]
<4>[ 234.008670][ T109] the existing dependency chain (in reverse order) is:
<4>[ 234.008671][ T109]
<4>[ 234.008671][ T109] -> #1 (hci_sk_list.lock){++++}-{2:2}:
<4>[ 234.008677][ T109] _raw_read_lock+0x5d/0x70
<4>[ 234.008685][ T109] hci_sock_sendmsg+0x9e1/0xac0 [bluetooth]
<4>[ 234.008742][ T109] sock_sendmsg+0x33/0x40
<4>[ 234.008747][ T109] ____sys_sendmsg+0x200/0x220
<4>[ 234.008751][ T109] ___sys_sendmsg+0x81/0xc0
<4>[ 234.008755][ T109] __sys_sendmsg+0x59/0xa0
<4>[ 234.008758][ T109] do_syscall_64+0x35/0xb0
<4>[ 234.008762][ T109] entry_SYSCALL_64_after_hwframe+0x44/0xae
<4>[ 234.008767][ T109]
<4>[ 234.008767][ T109] -> #0 (sk_lock-AF_BLUETOOTH-BTPROTO_HCI){+.+.}-{0:0}:
<4>[ 234.008773][ T109] __lock_acquire+0x119a/0x1e10
<4>[ 234.008778][ T109] lock_acquire+0xc8/0x2f0
<4>[ 234.008781][ T109] lock_sock_nested+0x5d/0x80
<4>[ 234.008785][ T109] hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[ 234.008842][ T109] hci_unregister_dev+0xea/0x520 [bluetooth]
<4>[ 234.008895][ T109] btusb_disconnect+0x63/0x150 [btusb]
<4>[ 234.008902][ T109] usb_unbind_interface+0x88/0x270
<4>[ 234.008907][ T109] __device_release_driver+0x17d/0x230
<4>[ 234.008912][ T109] device_release_driver+0x26/0x40
<4>[ 234.008915][ T109] usb_forced_unbind_intf+0x6d/0xa0
<4>[ 234.008919][ T109] unbind_marked_interfaces.isra.0+0x42/0x60
<4>[ 234.008923][ T109] usb_resume+0x5d/0x70
<4>[ 234.008926][ T109] dpm_run_callback+0x5e/0x210
<4>[ 234.008931][ T109] device_resume+0x110/0x280
<4>[ 234.008934][ T109] async_resume+0x19/0x30
<4>[ 234.008937][ T109] async_run_entry_fn+0x2a/0x130
<4>[ 234.008941][ T109] process_one_work+0x236/0x530
<4>[ 234.008946][ T109] worker_thread+0x52/0x3b0
<4>[ 234.008950][ T109] kthread+0x135/0x160
<4>[ 234.008954][ T109] ret_from_fork+0x1f/0x30
<4>[ 234.008959][ T109]
<4>[ 234.008959][ T109] other info that might help us debug this:
<4>[ 234.008959][ T109]
<4>[ 234.008960][ T109] Possible unsafe locking scenario:
<4>[ 234.008960][ T109]
<4>[ 234.008961][ T109] CPU0 CPU1
<4>[ 234.008962][ T109] ---- ----
<4>[ 234.008963][ T109] lock(hci_sk_list.lock);
<4>[ 234.008966][ T109] lock(sk_lock-AF_BLUETOOTH-BTPROTO_HCI);
<4>[ 234.008968][ T109] lock(hci_sk_list.lock);
<4>[ 234.008971][ T109] lock(sk_lock-AF_BLUETOOTH-BTPROTO_HCI);
<4>[ 234.008973][ T109]
<4>[ 234.008973][ T109] *** DEADLOCK ***
<4>[ 234.008973][ T109]
<4>[ 234.008974][ T109] 5 locks held by kworker/u8:1/109:
<4>[ 234.008977][ T109] #0: ffff88810004fd38 ((wq_completion)events_unbound){+.+.}-{0:0}, at: process_one_work+0x1bc/0x530
<4>[ 234.008987][ T109] #1: ffffc900004d3e70 ((work_completion)(&entry->work)){+.+.}-{0:0}, at: process_one_work+0x1bc/0x530
<4>[ 234.008998][ T109] #2: ffff888100dc1a20 (&dev->mutex){....}-{3:3}, at: device_resume+0xc6/0x280
<4>[ 234.009007][ T109] #3: ffff888100dc11a8 (&dev->mutex){....}-{3:3}, at: device_release_driver+0x1c/0x40
<4>[ 234.009017][ T109] #4: ffffffffa11f33c0 (hci_sk_list.lock){++++}-{2:2}, at: hci_sock_dev_event+0x141/0x1f0 [bluetooth]
<4>[ 234.009080][ T109]
<4>[ 234.009080][ T109] stack backtrace:
<4>[ 234.009082][ T109] CPU: 2 PID: 109 Comm: kworker/u8:1 Tainted: G OE 5.14.0-rc3-bluetea-test-00249-gc7d102232649 #5
<4>[ 234.009087][ T109] Hardware name: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
<4>[ 234.009090][ T109] Workqueue: events_unbound async_run_entry_fn
<4>[ 234.009096][ T109] Call Trace:
<4>[ 234.009102][ T109] dump_stack_lvl+0x6a/0x9a
<4>[ 234.009109][ T109] check_noncircular+0xfe/0x110
<4>[ 234.009114][ T109] ? save_trace+0x42/0x280
<4>[ 234.009120][ T109] __lock_acquire+0x119a/0x1e10
<4>[ 234.009129][ T109] lock_acquire+0xc8/0x2f0
<4>[ 234.009134][ T109] ? hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[ 234.009192][ T109] ? lock_sock_nested+0x3e/0x80
<4>[ 234.009198][ T109] lock_sock_nested+0x5d/0x80
<4>[ 234.009202][ T109] ? hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[ 234.009260][ T109] hci_sock_dev_event+0x17d/0x1f0 [bluetooth]
<4>[ 234.009318][ T109] hci_unregister_dev+0xea/0x520 [bluetooth]
<4>[ 234.009372][ T109] ? lockdep_hardirqs_on_prepare+0xff/0x180
<4>[ 234.009376][ T109] ? _raw_spin_unlock_irq+0x24/0x40
<4>[ 234.009382][ T109] ? _raw_spin_unlock_irq+0x24/0x40
<4>[ 234.009386][ T109] ? usb_hcd_flush_endpoint+0x6d/0x170
<4>[ 234.009392][ T109] btusb_disconnect+0x63/0x150 [btusb]
<4>[ 234.009400][ T109] usb_unbind_interface+0x88/0x270
<4>[ 234.009408][ T109] __device_release_driver+0x17d/0x230
<4>[ 234.009413][ T109] device_release_driver+0x26/0x40
<4>[ 234.009417][ T109] usb_forced_unbind_intf+0x6d/0xa0
<4>[ 234.009423][ T109] unbind_marked_interfaces.isra.0+0x42/0x60
<4>[ 234.009428][ T109] usb_resume+0x5d/0x70
<4>[ 234.009433][ T109] ? usb_dev_thaw+0x10/0x10
<4>[ 234.009438][ T109] dpm_run_callback+0x5e/0x210
<4>[ 234.009444][ T109] device_resume+0x110/0x280
<4>[ 234.009449][ T109] ? pm_dev_err+0x34/0x34
<4>[ 234.009456][ T109] async_resume+0x19/0x30
<4>[ 234.009460][ T109] async_run_entry_fn+0x2a/0x130
<4>[ 234.009465][ T109] process_one_work+0x236/0x530
<4>[ 234.009473][ T109] worker_thread+0x52/0x3b0
<4>[ 234.009478][ T109] ? process_one_work+0x530/0x530
<4>[ 234.009483][ T109] kthread+0x135/0x160
<4>[ 234.009487][ T109] ? set_kthread_struct+0x40/0x40
<4>[ 234.009492][ T109] ret_from_fork+0x1f/0x30
<6>[ 234.078429][ T123] usb 1-1.4: reset high-speed USB device number 5 using ehci-pci
<6>[ 234.081780][ T2063] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<6>[ 234.084011][ T2063] ata2.00: configured for UDMA/133
<6>[ 234.292051][ T3713] [drm] ib test on ring 5 succeeded
<6>[ 234.292758][ T3713] [drm] ib test on ring 6 succeeded
<6>[ 234.293223][ T3713] [drm] ib test on ring 7 succeeded
<6>[ 235.461860][ T123] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[ 235.576117][ T2061] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
<6>[ 235.607394][ T2061] ata1.00: configured for UDMA/133
<6>[ 235.798127][ T3692] OOM killer enabled.
<6>[ 235.799209][ T3692] Restarting tasks ... done.
<6>[ 235.893426][ T3692] PM: suspend exit
<6>[ 235.995602][ T2006] Bluetooth: hci0: BCM: chip id 70
<6>[ 235.999600][ T2006] Bluetooth: hci0: BCM: features 0x06
<6>[ 236.018626][ T2006] Bluetooth: hci0: BCM43142A
<6>[ 236.021668][ T2006] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
<3>[ 236.025703][ T2006] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
<3>[ 236.028767][ T2006] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2012.hcd'
<3>[ 236.031753][ T2006] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2012.hcd'
<6>[ 237.107924][ T2752] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
<3>[ 238.187735][ T2591] Bluetooth: hci0: command 0x1003 tx timeout
<3>[ 238.191275][ T2508] Bluetooth: hci0: unexpected event for opcode 0x1003
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: WARNING: possible circular locking dependency detected (hci_sock_dev_event+0x17d/0x1f0)
2021-08-04 11:43 ` Ammar Faizi
@ 2021-08-06 7:18 ` Anand K. Mistry
2021-08-07 10:28 ` Ammar Faizi
0 siblings, 1 reply; 6+ messages in thread
From: Anand K. Mistry @ 2021-08-06 7:18 UTC (permalink / raw)
To: Ammar Faizi
Cc: Hillf Danton, Lin Ma, Marcel Holtmann, Ammar Faizi,
linux-bluetooth, linux-kernel
On Wed, 4 Aug 2021 at 21:43, Ammar Faizi <ammarfaizi2@gnuweeb.org> wrote:
>
> See the original report here:
> https://lore.kernel.org/lkml/2c40741c-8c8f-a105-1846-aa1ed15a6c7e@gnuweeb.org/
>
> On 8/4/21 3:56 PM, Hillf Danton wrote:
> > On Mon, 2 Aug 2021 20:17:02 +0700 Ammar Faizi wrote:
> >> Hi everyone,
> >>
> >> I found a potential deadlock at hci_sock_dev_event.
> >
> > Thanks for your report.
> >
> > Can you try and see if reverting e305509e678b3a4af2b3cfd410f409f7cdaabb52
> > ("Bluetooth: use correct lock to prevent UAF of hdev object") is a cure.
> >
>
> Hi Hillf,
>
> Thank you for your response.
>
> Here is what I have tried:
> 1. Reverted e305509e678b3a4af2b3cfd410f409f7cdaabb52.
> 2. Compile and install reverted version.
> 3. Rebooted 5.14.0-rc3 (c7d102232649, before revert) and try to
> reproduce again. At this point I am able to reproduce it.
> 4. Booted 5.14.0-rc3 (the reverted version). The deadlock warning is
> gone after reverting it. No more deadlock warning.
Can you try patching in
https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=58ce6d5b271ab25fb2056f84a8e5546945eb5fc9
and see if that fixes it.
>
> ------------------------------------------------------------
> [ 51207ee38ab65db86554655300a912e8c661525e is my local revert. ]
> Revert diff:
> ammarfaizi2@integral:~/project/now/linux$ git diff
> c7d102232649226a69dddd58a4942cf13cff4f7c
> diff --git a/net/bluetooth/hci_sock.c b/net/bluetooth/hci_sock.c
> index b04a5a02ecf3..590467345c5f 100644
> --- a/net/bluetooth/hci_sock.c
> +++ b/net/bluetooth/hci_sock.c
> @@ -762,7 +762,7 @@ void hci_sock_dev_event(struct hci_dev *hdev, int event)
> /* Detach sockets from device */
> read_lock(&hci_sk_list.lock);
> sk_for_each(sk, &hci_sk_list.head) {
> - lock_sock(sk);
> + bh_lock_sock_nested(sk);
> if (hci_pi(sk)->hdev == hdev) {
> hci_pi(sk)->hdev = NULL;
> sk->sk_err = EPIPE;
> @@ -771,7 +771,7 @@ void hci_sock_dev_event(struct hci_dev *hdev, int event)
>
> hci_dev_put(hdev);
> }
> - release_sock(sk);
> + bh_unlock_sock(sk);
> }
> read_unlock(&hci_sk_list.lock);
> }
> ammarfaizi2@integral:~/project/now/linux$
> ------------------------------------------------------------
>
> Summary:
> Reverting e305509e678b3a4af2b3cfd410f409f7cdaabb52 is a cure.
>
> Although it fixes the deadlock, there is probably something still goes
> wrong regarding "prevent UAF" as the commit message says.
>
> Will anyone create a patch for this?
> I want to be the tester, I am new at kernel development and want to
> start contributing, so please guide me :)
>
> I also attached dmesg log before and after revert if you want to see the
> full log.
>
> Adding Lin as the author of e305509e678b3a4af2b3cfd410f409f7cdaabb52 to
> CC list...
>
>
> --
> Ammar
>
--
Anand K. Mistry
Software Engineer
Google Australia
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: WARNING: possible circular locking dependency detected (hci_sock_dev_event+0x17d/0x1f0)
2021-08-06 7:18 ` Anand K. Mistry
@ 2021-08-07 10:28 ` Ammar Faizi
0 siblings, 0 replies; 6+ messages in thread
From: Ammar Faizi @ 2021-08-07 10:28 UTC (permalink / raw)
To: Hillf Danton, Anand K. Mistry
Cc: Lin Ma, Marcel Holtmann, Ammar Faizi, linux-bluetooth, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 5143 bytes --]
On Thu, Aug 5, 2021 at 2:28 PM LinMa <linma@zju.edu.cn> wrote:
>
> > > As to that UAF, feel free to let us know once you have a reproducer
> > for it,
> > > then fix to it can be prepared.
> > >
> > > Hillf
> >
> > Alright, I will try my best to at least understand the UAF issue first.
> >
> > Hi Lin, could you help me about the UAF?
> >
>
> Sure, sorry for the delay
>
> Check this: https://www.openwall.com/lists/oss-security/2021/06/08/2
>
Hi Hillf,
Hi Lin,
Sorry for the delay, my infrastructure is small, can't do fast build.
So, I have tried to comprehend and test the UAF bug. But I couldn't
reproduce it on my machine. However, I found another warning.
Here I want to tell the detailed story again:
I found the deadlock warning at 5.14.0-rc3 with commit hash
c7d102232649226a69dddd58a4942cf13cff4f7c ("Merge tag 'net-5.14-rc4' of
git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net").
After I reported the deadlock warning, Hillf Danton <hdanton@sina.com>
asked me to revert this commit hash and test again:
e305509e678b3a4af2b3cfd410f409f7cdaabb52
("Bluetooth: use correct lock to prevent UAF of hdev object")
After I reverted that commit, the deadlock warning is gone. That's good.
See the original report here:
https://lore.kernel.org/lkml/2c40741c-8c8f-a105-1846-aa1ed15a6c7e@gnuweeb.org/
But reverting your commit may lead to UAF bug come back. So I CC'ed you
the other day.
Now I am at 5.14.0-rc3 51207ee38ab65db86554655300a912e8c661525e
("Revert "Bluetooth: use correct lock to prevent UAF of hdev object"")
this is my local revert commit.
And then I tried to reproduce the UAF bug as the link you sent explains.
But I couldn't reproduce it. I found another warning while playing
around with the POC. Here is the warning I found:
I attached full kernel log (dmesg.txt) and kernel config (config) for
further reading. Any instruction what should I do next?
------------[ cut here ]------------
WARNING: CPU: 2 PID: 7538 at kernel/workqueue.c:1419
__queue_work+0x641/0x700
Modules linked in: hci_uart btqca rfcomm xt_CHECKSUM xt_MASQUERADE
xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp nft_compat
nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4
nft_counter nf_tables nfnetlink bridge stp llc bfq cmac algif_hash
algif_skcipher af_alg bnep dm_multipath scsi_dh_rdac scsi_dh_emc
scsi_dh_alua snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio
snd_hda_codec_hdmi snd_hda_intel snd_intel_dspcfg edac_mce_amd
snd_intel_sdw_acpi snd_hda_codec uvcvideo btusb kvm_amd btrtl
snd_hda_core btbcm videobuf2_vmalloc btintel videobuf2_memops snd_hwdep
videobuf2_v4l2 bluetooth snd_pcm videobuf2_common ecdh_generic ecc
videodev kvm snd_seq_midi snd_seq_midi_event snd_rawmidi mc acer_wmi
snd_seq input_leds sparse_keymap wmi_bmof serio_raw snd_seq_device
snd_timer snd soundcore ccp mac_hid fam15h_power k10temp sch_fq_codel
msr ip_tables x_tables autofs4 btrfs blake2b_generic raid10 raid456
async_raid6_recov async_memcpy async_pq
async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear
amdgpu iommu_v2 gpu_sched radeon rtsx_pci_sdmmc hid_generic i2c_algo_bit
drm_ttm_helper ttm drm_kms_helper crct10dif_pclmul crc32_pclmul
ghash_clmulni_intel syscopyarea sysfillrect sysimgblt fb_sys_fops cec
aesni_intel rc_core crypto_simd usbhid cryptd psmouse sdhci_pci r8169
drm rtsx_pci ahci cqhci hid libahci i2c_piix4 xhci_pci sdhci
xhci_pci_renesas realtek wmi video
CPU: 2 PID: 7538 Comm: kworker/2:4 Not tainted
5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6 #7
Hardware name: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
Workqueue: events hci_cmd_timeout [bluetooth]
RIP: 0010:__queue_work+0x641/0x700
Code: fc ff ff 65 8b 05 ff cb ef 7e a9 00 01 ff 00 75 19 65 4c 8b 2c 25
00 fe 01 00 49 8d 7d 2c e8 66 e1 3a 00 41 f6 45 2c 20 75 25 <0f> 0b 48
83 c4 28 5b 5d 41 5c 41 5d 41 5e 41 5f c3 0f 0b e9 d9 fc
RSP: 0018:ffff88818f9f7cd0 EFLAGS: 00010006
RAX: 0000000000000000 RBX: ffff8882acd3ca00 RCX: ffffffff8112322c
RDX: dffffc0000000000 RSI: ffff8881a367d800 RDI: ffff8882acd3ca08
RBP: ffff88817dc58b30 R08: ffffffff8112f432 R09: ffff88817dc58b37
R10: ffffed102fb8b166 R11: 0000000000000001 R12: ffff8881a367d800
R13: ffff88810a4bcd40 R14: ffff8881a367d9c0 R15: ffff8882acd3ca00
FS: 0000000000000000(0000) GS:ffff8882acd00000(0000)
knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007f9e368b5000 CR3: 0000000192fd2000 CR4: 00000000000406e0
Call Trace:
queue_work_on+0xa0/0xb0
process_one_work+0x4ce/0x980
? pwq_dec_nr_in_flight+0x110/0x110
? rwlock_bug.part.0+0x60/0x60
worker_thread+0x2d4/0x6e0
? process_one_work+0x980/0x980
kthread+0x1e0/0x210
? set_kthread_struct+0x80/0x80
ret_from_fork+0x1f/0x30
irq event stamp: 5516
hardirqs last enabled at (5515): [<ffffffff811c52bf>]
console_unlock+0x64f/0x760
hardirqs last disabled at (5516): [<ffffffff811234e1>]
queue_work_on+0x71/0xb0
softirqs last enabled at (5476): [<ffffffff810f748a>]
__irq_exit_rcu+0xea/0x110
softirqs last disabled at (5471): [<ffffffff810f748a>]
__irq_exit_rcu+0xea/0x110
---[ end trace 1a078bc16f4fbed1 ]---
Regards,
--
Ammar
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 255374 bytes --]
<5>[ 0.000000][ T0] Linux version 5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6 (root@integral) (gcc (Ubuntu 11.1.0-1ubuntu1~21.04) 11.1.0, GNU ld (GNU Binutils for Ubuntu) 2.36.1) #7 SMP Thu Aug 5 23:16:24 WIB 2021
<6>[ 0.000000][ T0] Command line: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6 root=UUID=0693bfef-641d-4e69-8fb5-b87d413390bc ro mitigations=off
<6>[ 0.000000][ T0] KERNEL supported cpus:
<6>[ 0.000000][ T0] Intel GenuineIntel
<6>[ 0.000000][ T0] AMD AuthenticAMD
<6>[ 0.000000][ T0] Hygon HygonGenuine
<6>[ 0.000000][ T0] Centaur CentaurHauls
<6>[ 0.000000][ T0] zhaoxin Shanghai
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
<6>[ 0.000000][ T0] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
<6>[ 0.000000][ T0] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
<6>[ 0.000000][ T0] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
<6>[ 0.000000][ T0] signal: max sigframe size: 1776
<6>[ 0.000000][ T0] BIOS-provided physical RAM map:
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000000100000-0x000000009a0bbfff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009a0bc000-0x000000009aabbfff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009aabc000-0x000000009f6befff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009f6bf000-0x000000009fabefff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fabf000-0x000000009fbbefff] ACPI NVS
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fbbf000-0x000000009fbfefff] ACPI data
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fbff000-0x000000009fbfffff] usable
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x000000009fc00000-0x00000000dfffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000f0800000-0x00000000f08fffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
<6>[ 0.000000][ T0] BIOS-e820: [mem 0x0000000100000000-0x000000031effffff] usable
<6>[ 0.000000][ T0] NX (Execute Disable) protection: active
<6>[ 0.000000][ T0] SMBIOS 2.8 present.
<6>[ 0.000000][ T0] DMI: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
<6>[ 0.000000][ T0] tsc: Fast TSC calibration using PIT
<6>[ 0.000000][ T0] tsc: Detected 1996.018 MHz processor
<7>[ 0.020111][ T0] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
<7>[ 0.020162][ T0] e820: remove [mem 0x000a0000-0x000fffff] usable
<6>[ 0.020231][ T0] last_pfn = 0x31f000 max_arch_pfn = 0x400000000
<6>[ 0.021127][ T0] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
<6>[ 0.030931][ T0] last_pfn = 0x9fc00 max_arch_pfn = 0x400000000
<6>[ 0.043853][ T0] Using GB pages for direct mapping
<6>[ 0.053275][ T0] RAMDISK: [mem 0x5d9ec000-0x9a0bafff]
<6>[ 0.053324][ T0] ACPI: Early table checksum verification disabled
<6>[ 0.053357][ T0] ACPI: RSDP 0x00000000000FE020 000024 (v02 ACRSYS)
<6>[ 0.053405][ T0] ACPI: XSDT 0x000000009FBFE120 000094 (v01 ACRSYS ACRPRDCT 00000001 01000013)
<6>[ 0.053464][ T0] ACPI: FACP 0x000000009FBFC000 00010C (v05 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.053527][ T0] ACPI: DSDT 0x000000009FBEC000 00B7C3 (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
<6>[ 0.053577][ T0] ACPI: FACS 0x000000009FB65000 000040
<6>[ 0.053621][ T0] ACPI: UEFI 0x000000009FBFD000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.053671][ T0] ACPI: HPET 0x000000009FBFB000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.053720][ T0] ACPI: APIC 0x000000009FBFA000 000090 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.053769][ T0] ACPI: MCFG 0x000000009FBF9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.053818][ T0] ACPI: ASF! 0x000000009FBF8000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.053867][ T0] ACPI: BOOT 0x000000009FBEB000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.053915][ T0] ACPI: FPDT 0x000000009FBE9000 000044 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.053964][ T0] ACPI: SSDT 0x000000009FBE7000 000CB4 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.054012][ T0] ACPI: SSDT 0x000000009FBE2000 00489D (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
<6>[ 0.054061][ T0] ACPI: SSDT 0x000000009FBE1000 000418 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.054110][ T0] ACPI: SSDT 0x000000009FBDF000 0013F5 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.054158][ T0] ACPI: SSDT 0x000000009FBDE000 00008C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.054207][ T0] ACPI: SSDT 0x000000009FBDC000 001138 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
<6>[ 0.054252][ T0] ACPI: Reserving FACP table memory at [mem 0x9fbfc000-0x9fbfc10b]
<6>[ 0.054276][ T0] ACPI: Reserving DSDT table memory at [mem 0x9fbec000-0x9fbf77c2]
<6>[ 0.054299][ T0] ACPI: Reserving FACS table memory at [mem 0x9fb65000-0x9fb6503f]
<6>[ 0.054322][ T0] ACPI: Reserving UEFI table memory at [mem 0x9fbfd000-0x9fbfd235]
<6>[ 0.054345][ T0] ACPI: Reserving HPET table memory at [mem 0x9fbfb000-0x9fbfb037]
<6>[ 0.054368][ T0] ACPI: Reserving APIC table memory at [mem 0x9fbfa000-0x9fbfa08f]
<6>[ 0.054391][ T0] ACPI: Reserving MCFG table memory at [mem 0x9fbf9000-0x9fbf903b]
<6>[ 0.054415][ T0] ACPI: Reserving ASF! table memory at [mem 0x9fbf8000-0x9fbf80a4]
<6>[ 0.054438][ T0] ACPI: Reserving BOOT table memory at [mem 0x9fbeb000-0x9fbeb027]
<6>[ 0.054461][ T0] ACPI: Reserving FPDT table memory at [mem 0x9fbe9000-0x9fbe9043]
<6>[ 0.054485][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe7000-0x9fbe7cb3]
<6>[ 0.054508][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe2000-0x9fbe689c]
<6>[ 0.054532][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbe1000-0x9fbe1417]
<6>[ 0.054555][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbdf000-0x9fbe03f4]
<6>[ 0.054579][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbde000-0x9fbde08b]
<6>[ 0.054602][ T0] ACPI: Reserving SSDT table memory at [mem 0x9fbdc000-0x9fbdd137]
<6>[ 0.055536][ T0] No NUMA configuration found
<6>[ 0.055557][ T0] Faking a node at [mem 0x0000000000000000-0x000000031effffff]
<6>[ 0.055704][ T0] NODE_DATA(0) allocated [mem 0x31efd3000-0x31effdfff]
<6>[ 0.058889][ T0] Zone ranges:
<6>[ 0.058909][ T0] DMA [mem 0x0000000000001000-0x0000000000ffffff]
<6>[ 0.058940][ T0] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
<6>[ 0.058970][ T0] Normal [mem 0x0000000100000000-0x000000031effffff]
<6>[ 0.059000][ T0] Device empty
<6>[ 0.059027][ T0] Movable zone start for each node
<6>[ 0.059064][ T0] Early memory node ranges
<6>[ 0.059081][ T0] node 0: [mem 0x0000000000001000-0x000000000009efff]
<6>[ 0.059103][ T0] node 0: [mem 0x0000000000100000-0x000000009a0bbfff]
<6>[ 0.059126][ T0] node 0: [mem 0x000000009aabc000-0x000000009f6befff]
<6>[ 0.059148][ T0] node 0: [mem 0x000000009fbff000-0x000000009fbfffff]
<6>[ 0.059169][ T0] node 0: [mem 0x0000000100000000-0x000000031effffff]
<6>[ 0.059196][ T0] Initmem setup node 0 [mem 0x0000000000001000-0x000000031effffff]
<6>[ 0.059264][ T0] On node 0, zone DMA: 1 pages in unavailable ranges
<6>[ 0.059994][ T0] On node 0, zone DMA: 97 pages in unavailable ranges
<6>[ 0.167842][ T0] On node 0, zone DMA32: 2560 pages in unavailable ranges
<6>[ 0.168236][ T0] On node 0, zone DMA32: 1344 pages in unavailable ranges
<6>[ 0.536127][ T0] On node 0, zone Normal: 1024 pages in unavailable ranges
<6>[ 0.537153][ T0] On node 0, zone Normal: 4096 pages in unavailable ranges
<6>[ 1.580577][ T0] kasan: KernelAddressSanitizer initialized
<6>[ 1.580740][ T0] ACPI: PM-Timer IO Port: 0x408
<6>[ 1.580798][ T0] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
<6>[ 1.580823][ T0] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
<6>[ 1.580846][ T0] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
<6>[ 1.580868][ T0] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
<6>[ 1.580961][ T0] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
<6>[ 1.581016][ T0] IOAPIC[1]: apic_id 5, version 33, address 0xfec01000, GSI 24-55
<6>[ 1.581046][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
<6>[ 1.581074][ T0] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
<6>[ 1.581115][ T0] ACPI: Using ACPI (MADT) for SMP configuration information
<6>[ 1.581138][ T0] ACPI: HPET id: 0x10228210 base: 0xfed00000
<6>[ 1.581185][ T0] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
<6>[ 1.581575][ T0] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
<6>[ 1.581614][ T0] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
<6>[ 1.581637][ T0] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
<6>[ 1.581659][ T0] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
<6>[ 1.581697][ T0] PM: hibernation: Registered nosave memory: [mem 0x9a0bc000-0x9aabbfff]
<6>[ 1.581735][ T0] PM: hibernation: Registered nosave memory: [mem 0x9f6bf000-0x9fabefff]
<6>[ 1.581758][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fabf000-0x9fbbefff]
<6>[ 1.581779][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fbbf000-0x9fbfefff]
<6>[ 1.581818][ T0] PM: hibernation: Registered nosave memory: [mem 0x9fc00000-0xdfffffff]
<6>[ 1.581840][ T0] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf07fffff]
<6>[ 1.581861][ T0] PM: hibernation: Registered nosave memory: [mem 0xf0800000-0xf08fffff]
<6>[ 1.581883][ T0] PM: hibernation: Registered nosave memory: [mem 0xf0900000-0xf7ffffff]
<6>[ 1.581904][ T0] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
<6>[ 1.581925][ T0] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
<6>[ 1.581947][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
<6>[ 1.581969][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
<6>[ 1.581990][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
<6>[ 1.582011][ T0] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
<6>[ 1.582032][ T0] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
<6>[ 1.582054][ T0] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
<6>[ 1.582075][ T0] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
<6>[ 1.582096][ T0] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
<6>[ 1.582117][ T0] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
<6>[ 1.582160][ T0] [mem 0xe0000000-0xf07fffff] available for PCI devices
<6>[ 1.582182][ T0] Booting paravirtualized kernel on bare hardware
<6>[ 1.582210][ T0] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
<6>[ 1.607187][ T0] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
<6>[ 1.608940][ T0] percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
<7>[ 1.609136][ T0] pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
<7>[ 1.609162][ T0] pcpu-alloc: [0] 0 1 2 3
<6>[ 1.609776][ T0] Built 1 zonelists, mobility grouping on. Total pages: 2829389
<6>[ 1.609800][ T0] Policy zone: Normal
<5>[ 1.609862][ T0] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6 root=UUID=0693bfef-641d-4e69-8fb5-b87d413390bc ro mitigations=off
<5>[ 1.610116][ T0] Unknown command line parameters: BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6
<6>[ 1.620517][ T0] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
<6>[ 1.625878][ T0] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
<6>[ 1.626239][ T0] mem auto-init: stack:off, heap alloc:off, heap free:off
<6>[ 2.641286][ T0] Memory: 8455112K/11497848K available (24585K kernel code, 10708K rwdata, 9928K rodata, 4212K init, 23316K bss, 3042480K reserved, 0K cma-reserved)
<6>[ 2.653503][ T0] kmemleak: Kernel memory leak detector disabled
<6>[ 2.653816][ T0] ftrace: allocating 47061 entries in 184 pages
<6>[ 2.717205][ T0] ftrace: allocated 184 pages with 4 groups
<6>[ 2.723187][ T0] Running RCU self tests
<6>[ 2.723251][ T0] rcu: Hierarchical RCU implementation.
<6>[ 2.723269][ T0] rcu: RCU lockdep checking is enabled.
<6>[ 2.723286][ T0] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
<6>[ 2.723307][ T0] Rude variant of Tasks RCU enabled.
<6>[ 2.723323][ T0] Tracing variant of Tasks RCU enabled.
<6>[ 2.723341][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
<6>[ 2.723360][ T0] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
<6>[ 2.807181][ T0] NR_IRQS: 524544, nr_irqs: 1000, preallocated irqs: 16
<5>[ 2.809973][ T0] random: crng done (trusting CPU's manufacturer)
<7>[ 2.810536][ C0] spurious 8259A interrupt: IRQ7.
<6>[ 2.816049][ T0] Console: colour dummy device 80x25
<6>[ 2.834784][ T0] printk: console [tty0] enabled
<4>[ 2.834908][ T0] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
<4>[ 2.835049][ T0] ... MAX_LOCKDEP_SUBCLASSES: 8
<4>[ 2.835135][ T0] ... MAX_LOCK_DEPTH: 48
<4>[ 2.835225][ T0] ... MAX_LOCKDEP_KEYS: 8192
<4>[ 2.835315][ T0] ... CLASSHASH_SIZE: 4096
<4>[ 2.835405][ T0] ... MAX_LOCKDEP_ENTRIES: 32768
<4>[ 2.835496][ T0] ... MAX_LOCKDEP_CHAINS: 65536
<4>[ 2.835589][ T0] ... CHAINHASH_SIZE: 32768
<4>[ 2.835680][ T0] memory used by lock dependency info: 6365 kB
<4>[ 2.835784][ T0] memory used for stack traces: 4224 kB
<4>[ 2.835880][ T0] per task-struct memory footprint: 1920 bytes
<4>[ 2.835987][ T0] ------------------------
<4>[ 2.836066][ T0] | Locking API testsuite:
<4>[ 2.836145][ T0] ----------------------------------------------------------------------------
<4>[ 2.836288][ T0] | spin |wlock |rlock |mutex | wsem | rsem |
<4>[ 2.836431][ T0] --------------------------------------------------------------------------
<4>[ 2.836592][ T0] A-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 2.875502][ T0] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 2.917502][ T0] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 2.962589][ T0] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 3.007669][ T0] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 3.055858][ T0] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 3.104041][ T0] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 3.152221][ T0] double unlock: ok | ok | ok | ok | ok | ok | ok |
<4>[ 3.191011][ T0] initialize held: ok | ok | ok | ok | ok | ok | ok |
<4>[ 3.228667][ T0] --------------------------------------------------------------------------
<4>[ 3.228791][ T0] recursive read-lock: | ok | | ok |
<4>[ 3.240410][ T0] recursive read-lock #2: | ok | | ok |
<4>[ 3.251648][ T0] mixed read-write-lock: | ok | | ok |
<4>[ 3.262909][ T0] mixed write-read-lock: | ok | | ok |
<4>[ 3.274171][ T0] mixed read-lock/lock-write ABBA: | ok | | ok |
<4>[ 3.286210][ T0] mixed read-lock/lock-read ABBA: | ok | | ok |
<4>[ 3.298312][ T0] mixed write-lock/lock-write ABBA: | ok | | ok |
<4>[ 3.310410][ T0] chain cached mixed R-L/L-W ABBA: | ok |
<4>[ 3.316576][ T0] rlock W1R2/W2R3/W3R1/123: | ok |
<4>[ 3.323317][ T0] rlock W1R2/W2R3/W3R1/132: | ok |
<4>[ 3.329951][ T0] rlock W1R2/W2R3/W3R1/213: | ok |
<4>[ 3.336590][ T0] rlock W1R2/W2R3/W3R1/231: | ok |
<4>[ 3.343224][ T0] rlock W1R2/W2R3/W3R1/312: | ok |
<4>[ 3.349855][ T0] rlock W1R2/W2R3/W3R1/321: | ok |
<4>[ 3.356491][ T0] rlock W1W2/R2R3/W3R1/123: | ok |
<4>[ 3.363126][ T0] rlock W1W2/R2R3/W3R1/132: | ok |
<4>[ 3.369755][ T0] rlock W1W2/R2R3/W3R1/213: | ok |
<4>[ 3.376391][ T0] rlock W1W2/R2R3/W3R1/231: | ok |
<4>[ 3.383025][ T0] rlock W1W2/R2R3/W3R1/312: | ok |
<4>[ 3.389658][ T0] rlock W1W2/R2R3/W3R1/321: | ok |
<4>[ 3.396293][ T0] rlock W1W2/R2R3/R3W1/123: | ok |
<4>[ 3.402870][ T0] rlock W1W2/R2R3/R3W1/132: | ok |
<4>[ 3.409441][ T0] rlock W1W2/R2R3/R3W1/213: | ok |
<4>[ 3.416017][ T0] rlock W1W2/R2R3/R3W1/231: | ok |
<4>[ 3.422593][ T0] rlock W1W2/R2R3/R3W1/312: | ok |
<4>[ 3.429166][ T0] rlock W1W2/R2R3/R3W1/321: | ok |
<4>[ 3.435741][ T0] rlock W1R2/R2R3/W3W1/123: | ok |
<4>[ 3.442317][ T0] rlock W1R2/R2R3/W3W1/132: | ok |
<4>[ 3.448891][ T0] rlock W1R2/R2R3/W3W1/213: | ok |
<4>[ 3.455468][ T0] rlock W1R2/R2R3/W3W1/231: | ok |
<4>[ 3.462045][ T0] rlock W1R2/R2R3/W3W1/312: | ok |
<4>[ 3.468617][ T0] rlock W1R2/R2R3/W3W1/321: | ok |
<4>[ 3.475192][ T0] --------------------------------------------------------------------------
<4>[ 3.475316][ T0] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
<4>[ 3.492016][ T0] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
<4>[ 3.508735][ T0] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
<4>[ 3.525451][ T0] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
<4>[ 3.542170][ T0] sirq-safe-A => hirqs-on/12: ok | ok | ok |
<4>[ 3.558891][ T0] sirq-safe-A => hirqs-on/21: ok | ok | ok |
<4>[ 3.575611][ T0] hard-safe-A + irqs-on/12: ok | ok | ok |
<4>[ 3.592313][ T0] soft-safe-A + irqs-on/12: ok | ok | ok |
<4>[ 3.609037][ T0] hard-safe-A + irqs-on/21: ok | ok | ok |
<4>[ 3.625758][ T0] soft-safe-A + irqs-on/21: ok | ok | ok |
<4>[ 3.642484][ T0] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
<4>[ 3.660514][ T0] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
<4>[ 3.678549][ T0] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
<4>[ 3.696579][ T0] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
<4>[ 3.714612][ T0] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
<4>[ 3.732646][ T0] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
<4>[ 3.750675][ T0] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
<4>[ 3.768661][ T0] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
<4>[ 3.786673][ T0] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
<4>[ 3.803810][ T0] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
<4>[ 3.820966][ T0] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
<4>[ 3.838951][ T0] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
<4>[ 3.856959][ T0] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
<4>[ 3.874932][ T0] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
<4>[ 3.892940][ T0] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
<4>[ 3.910885][ T0] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
<4>[ 3.928892][ T0] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
<4>[ 3.946864][ T0] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
<4>[ 3.964871][ T0] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
<4>[ 3.982819][ T0] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
<4>[ 4.000807][ T0] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
<4>[ 4.018755][ T0] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
<4>[ 4.036763][ T0] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
<4>[ 4.054713][ T0] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
<4>[ 4.072696][ T0] hard-irq lock-inversion/123: ok | ok | ok |
<4>[ 4.090682][ T0] soft-irq lock-inversion/123: ok | ok | ok |
<4>[ 4.108703][ T0] hard-irq lock-inversion/132: ok | ok | ok |
<4>[ 4.126688][ T0] soft-irq lock-inversion/132: ok | ok | ok |
<4>[ 4.144730][ T0] hard-irq lock-inversion/213: ok | ok | ok |
<4>[ 4.162711][ T0] soft-irq lock-inversion/213: ok | ok | ok |
<4>[ 4.180730][ T0] hard-irq lock-inversion/231: ok | ok | ok |
<4>[ 4.198716][ T0] soft-irq lock-inversion/231: ok | ok | ok |
<4>[ 4.216737][ T0] hard-irq lock-inversion/312: ok | ok | ok |
<4>[ 4.234722][ T0] soft-irq lock-inversion/312: ok | ok | ok |
<4>[ 4.252760][ T0] hard-irq lock-inversion/321: ok | ok | ok |
<4>[ 4.270747][ T0] soft-irq lock-inversion/321: ok | ok | ok |
<4>[ 4.288769][ T0] hard-irq read-recursion/123: | ok | ok |
<4>[ 4.300419][ T0] soft-irq read-recursion/123: | ok | ok |
<4>[ 4.312092][ T0] hard-irq read-recursion/132: | ok | ok |
<4>[ 4.324147][ T0] soft-irq read-recursion/132: | ok | ok |
<4>[ 4.336233][ T0] hard-irq read-recursion/213: | ok | ok |
<4>[ 4.347881][ T0] soft-irq read-recursion/213: | ok | ok |
<4>[ 4.359553][ T0] hard-irq read-recursion/231: | ok | ok |
<4>[ 4.371188][ T0] soft-irq read-recursion/231: | ok | ok |
<4>[ 4.382838][ T0] hard-irq read-recursion/312: | ok | ok |
<4>[ 4.394894][ T0] soft-irq read-recursion/312: | ok | ok |
<4>[ 4.406983][ T0] hard-irq read-recursion/321: | ok | ok |
<4>[ 4.419034][ T0] soft-irq read-recursion/321: | ok | ok |
<4>[ 4.431107][ T0] hard-irq read-recursion #2/123: | ok | ok |
<4>[ 4.443151][ T0] soft-irq read-recursion #2/123: | ok | ok |
<4>[ 4.455232][ T0] hard-irq read-recursion #2/132: | ok | ok |
<4>[ 4.467252][ T0] soft-irq read-recursion #2/132: | ok | ok |
<4>[ 4.479318][ T0] hard-irq read-recursion #2/213: | ok | ok |
<4>[ 4.491358][ T0] soft-irq read-recursion #2/213: | ok | ok |
<4>[ 4.503435][ T0] hard-irq read-recursion #2/231: | ok | ok |
<4>[ 4.515472][ T0] soft-irq read-recursion #2/231: | ok | ok |
<4>[ 4.527539][ T0] hard-irq read-recursion #2/312: | ok | ok |
<4>[ 4.539560][ T0] soft-irq read-recursion #2/312: | ok | ok |
<4>[ 4.551629][ T0] hard-irq read-recursion #2/321: | ok | ok |
<4>[ 4.563660][ T0] soft-irq read-recursion #2/321: | ok | ok |
<4>[ 4.575733][ T0] hard-irq read-recursion #3/123: | ok | ok |
<4>[ 4.587787][ T0] soft-irq read-recursion #3/123: | ok | ok |
<4>[ 4.599876][ T0] hard-irq read-recursion #3/132: | ok | ok |
<4>[ 4.611918][ T0] soft-irq read-recursion #3/132: | ok | ok |
<4>[ 4.624004][ T0] hard-irq read-recursion #3/213: | ok | ok |
<4>[ 4.636060][ T0] soft-irq read-recursion #3/213: | ok | ok |
<4>[ 4.648147][ T0] hard-irq read-recursion #3/231: | ok | ok |
<4>[ 4.660200][ T0] soft-irq read-recursion #3/231: | ok | ok |
<4>[ 4.672288][ T0] hard-irq read-recursion #3/312: | ok | ok |
<4>[ 4.684335][ T0] soft-irq read-recursion #3/312: | ok | ok |
<4>[ 4.696421][ T0] hard-irq read-recursion #3/321: | ok | ok |
<4>[ 4.708477][ T0] soft-irq read-recursion #3/321: | ok | ok |
<4>[ 4.720566][ T0] --------------------------------------------------------------------------
<4>[ 4.720691][ T0] | Wound/wait tests |
<4>[ 4.720759][ T0] ---------------------
<4>[ 4.720827][ T0] ww api failures: ok | ok | ok |
<4>[ 4.738510][ T0] ww contexts mixing: ok | ok |
<4>[ 4.750103][ T0] finishing ww context: ok | ok | ok | ok |
<4>[ 4.773190][ T0] locking mismatches: ok | ok | ok |
<4>[ 4.790751][ T0] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
<4>[ 4.850803][ T0] spinlock nest unlocked: ok |
<4>[ 4.856432][ T0] spinlock nest test: ok |
<4>[ 4.862943][ T0] -----------------------------------------------------
<4>[ 4.863044][ T0] |block | try |context|
<4>[ 4.863142][ T0] -----------------------------------------------------
<4>[ 4.863238][ T0] context: ok | ok | ok |
<4>[ 4.881283][ T0] try: ok | ok | ok |
<4>[ 4.898414][ T0] block: ok | ok | ok |
<4>[ 4.915562][ T0] spinlock: ok | ok | ok |
<4>[ 4.934024][ T0] --------------------------------------------------------------------------
<4>[ 4.934150][ T0] | queued read lock tests |
<4>[ 4.934223][ T0] ---------------------------
<4>[ 4.934298][ T0] hardirq read-lock/lock-read: ok |
<4>[ 4.940360][ T0] hardirq lock-read/read-lock: ok |
<4>[ 4.946428][ T0] hardirq inversion: ok |
<4>[ 4.952472][ T0] --------------------
<4>[ 4.952540][ T0] | fs_reclaim tests |
<4>[ 4.952604][ T0] --------------------
<4>[ 4.952669][ T0] correct nesting: ok |
<4>[ 4.957980][ T0] wrong nesting: ok |
<4>[ 4.963194][ T0] protected nesting: ok |
<4>[ 4.968415][ T0] --------------------------------------------------------------------------
<4>[ 4.968540][ T0] | local_lock tests |
<4>[ 4.968604][ T0] ---------------------
<4>[ 4.968670][ T0] local_lock inversion 2: ok |
<4>[ 4.974739][ T0] local_lock inversion 3A: ok |
<4>[ 4.981249][ T0] local_lock inversion 3B: ok |
<4>[ 4.987759][ T0] hardirq_unsafe_softirq_safe: ok |
<4>[ 4.995099][ T0] -------------------------------------------------------
<4>[ 4.995199][ T0] Good, all 358 testcases passed! |
<4>[ 4.995279][ T0] ---------------------------------
<6>[ 4.995817][ T0] ACPI: Core revision 20210604
<6>[ 4.999875][ T0] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
<6>[ 5.000286][ T0] APIC: Switch to symmetric I/O mode setup
<6>[ 5.003196][ T0] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
<6>[ 5.016884][ T0] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398af94489a, max_idle_ns: 881590794955 ns
<6>[ 5.017241][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.37 BogoMIPS (lpj=6653393)
<6>[ 5.017443][ T0] pid_max: default: 32768 minimum: 301
<6>[ 5.018704][ T0] LSM: Security Framework initializing
<6>[ 5.019009][ T0] Yama: becoming mindful.
<6>[ 5.020711][ T0] AppArmor: AppArmor initialized
<6>[ 5.022041][ T0] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
<6>[ 5.022348][ T0] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
<6>[ 5.032386][ T0] BIOS may not properly restore RDRAND after suspend, hiding RDRAND via CPUID. Use rdrand=force to reenable.
<6>[ 5.032783][ T0] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
<6>[ 5.032897][ T0] Last level dTLB entries: 4KB 512, 2MB 256, 4MB 128, 1GB 0
<6>[ 5.033051][ T0] Speculative Store Bypass: Vulnerable
<6>[ 5.048228][ T0] Freeing SMP alternatives memory: 40K
<6>[ 5.160353][ T1] smpboot: CPU0: AMD A8-6410 APU with AMD Radeon R5 Graphics (family: 0x16, model: 0x30, stepping: 0x1)
<6>[ 5.161435][ T1] Running RCU-tasks wait API self tests
<6>[ 5.161994][ T1] Performance Events: AMD PMU driver.
<6>[ 5.162125][ T1] ... version: 0
<6>[ 5.162210][ T1] ... bit width: 48
<6>[ 5.162294][ T1] ... generic registers: 4
<6>[ 5.162377][ T1] ... value mask: 0000ffffffffffff
<6>[ 5.162477][ T1] ... max period: 00007fffffffffff
<6>[ 5.162577][ T1] ... fixed-purpose events: 0
<6>[ 5.162659][ T1] ... event mask: 000000000000000f
<6>[ 5.164243][ T1] rcu: Hierarchical SRCU implementation.
<6>[ 5.170689][ T11] Callback from call_rcu_tasks_trace() invoked.
<6>[ 5.175497][ T7] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
<6>[ 5.177345][ T1] smp: Bringing up secondary CPUs ...
<6>[ 5.185264][ T1] x86: Booting SMP configuration:
<6>[ 5.185418][ T1] .... node #0, CPUs: #1
<0>[ 2.194361][ C1] __common_interrupt: 1.55 No irq handler for vector
<4>[ 5.197063][ T1] #2
<0>[ 2.194361][ C2] __common_interrupt: 2.55 No irq handler for vector
<4>[ 5.207367][ T1] #3
<0>[ 2.194361][ C3] __common_interrupt: 3.55 No irq handler for vector
<6>[ 5.210686][ T1] smp: Brought up 1 node, 4 CPUs
<6>[ 5.210772][ T1] smpboot: Max logical packages: 1
<4>[ 5.210942][ T1] ----------------
<4>[ 5.211006][ T1] | NMI testsuite:
<4>[ 5.211074][ T1] --------------------
<4>[ 5.211147][ T1] remote IPI: ok |
<4>[ 5.211348][ T1] local IPI: ok |
<4>[ 5.211604][ T1] --------------------
<4>[ 5.211691][ T1] Good, all 2 testcases passed! |
<4>[ 5.211789][ T1] ---------------------------------
<6>[ 5.211886][ T1] smpboot: Total of 4 processors activated (15974.48 BogoMIPS)
<6>[ 5.224998][ T1] devtmpfs: initialized
<6>[ 5.227903][ T1] x86/mm: Memory block size: 128MB
<6>[ 5.265112][ T10] Callback from call_rcu_tasks_rude() invoked.
<6>[ 5.291061][ T1] ACPI: PM: Registering ACPI NVS region [mem 0x9fabf000-0x9fbbefff] (1048576 bytes)
<6>[ 5.297317][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
<6>[ 5.297524][ T1] futex hash table entries: 1024 (order: 5, 131072 bytes, linear)
<6>[ 5.298004][ T1] Running postponed tracer tests:
<6>[ 5.298554][ T1] Testing tracer function: PASSED
<6>[ 6.930639][ T1] Testing dynamic ftrace: PASSED
<6>[ 7.247381][ T1] Testing dynamic ftrace ops #1:
<4>[ 7.658089][ T1] (1 0 1 0 0)
<4>[ 7.658207][ T1] (1 1 2 0 0)
<4>[ 8.403818][ T1] (2 1 3 0 3166451)
<4>[ 8.403818][ T1] (2 2 4 0 3166794) PASSED
<6>[ 9.133626][ T1] Testing dynamic ftrace ops #2:
<4>[ 10.287603][ T1] (1 0 1 3161679 0)
<4>[ 10.287733][ T1] (1 1 2 3162136 0)
<4>[ 12.643860][ T1] (2 1 3 6 3482695)
<4>[ 12.643863][ T1] (2 2 4 594 3483283) PASSED
<6>[ 14.566403][ T1] Testing ftrace recursion: PASSED
<6>[ 14.679433][ T1] Testing ftrace recursion safe: PASSED
<6>[ 14.792518][ T1] Testing ftrace regs: PASSED
<6>[ 14.905878][ T1] Testing tracer nop: PASSED
<6>[ 14.906348][ T1] Testing tracer wakeup: PASSED
<6>[ 16.417194][ T1] Testing tracer wakeup_rt: PASSED
<6>[ 17.914469][ T1] Testing tracer wakeup_dl: PASSED
<6>[ 19.404383][ T1] Testing tracer function_graph: PASSED
<6>[ 32.958467][ T1] pinctrl core: initialized pinctrl subsystem
<6>[ 32.964019][ T1] PM: RTC time: 17:33:31, date: 2021-08-05
<6>[ 32.967327][ T1] NET: Registered PF_NETLINK/PF_ROUTE protocol family
<6>[ 32.971929][ T1] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
<6>[ 32.972201][ T1] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
<6>[ 32.972477][ T1] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
<6>[ 32.972965][ T1] audit: initializing netlink subsys (disabled)
<5>[ 32.974057][ T44] audit: type=2000 audit(1628184808.973:1): state=initialized audit_enabled=0 res=1
<6>[ 32.980862][ T1] thermal_sys: Registered thermal governor 'fair_share'
<6>[ 32.980879][ T1] thermal_sys: Registered thermal governor 'bang_bang'
<6>[ 32.980993][ T1] thermal_sys: Registered thermal governor 'step_wise'
<6>[ 32.981103][ T1] thermal_sys: Registered thermal governor 'user_space'
<6>[ 32.981213][ T1] thermal_sys: Registered thermal governor 'power_allocator'
<6>[ 32.981652][ T1] EISA bus registered
<6>[ 32.982068][ T1] cpuidle: using governor ladder
<6>[ 32.982278][ T1] cpuidle: using governor menu
<6>[ 32.983981][ T1] Simple Boot Flag at 0x44 set to 0x1
<6>[ 32.984488][ T1] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
<6>[ 32.984656][ T1] ACPI: bus type PCI registered
<6>[ 32.984741][ T1] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
<6>[ 32.986478][ T1] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
<6>[ 32.986682][ T1] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
<6>[ 32.987728][ T1] PCI: Using configuration type 1 for base access
<4>[ 32.998967][ T1] mtrr: your CPUs had inconsistent variable MTRR settings
<6>[ 32.999080][ T1] mtrr: probably your BIOS does not setup all CPUs.
<6>[ 32.999182][ T1] mtrr: corrected configuration.
<6>[ 33.087410][ T1] Kprobes globally optimized
<6>[ 33.091398][ T1] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
<6>[ 33.091398][ T1] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
<6>[ 33.131033][ T1] fbcon: Taking over console
<4>[ 33.131612][ T1] ACPI: PRMT not present
<6>[ 33.131688][ T1] PRM: found 4294967277 modules
<6>[ 33.132321][ T1] ACPI: Added _OSI(Module Device)
<6>[ 33.132416][ T1] ACPI: Added _OSI(Processor Device)
<6>[ 33.132506][ T1] ACPI: Added _OSI(3.0 _SCP Extensions)
<6>[ 33.132600][ T1] ACPI: Added _OSI(Processor Aggregator Device)
<6>[ 33.132738][ T1] ACPI: Added _OSI(Linux-Dell-Video)
<6>[ 33.132858][ T1] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
<6>[ 33.132981][ T1] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
<6>[ 34.196003][ T1] ACPI: 7 ACPI AML tables successfully acquired and loaded
<5>[ 34.335896][ T1] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
<6>[ 34.466995][ T1] ACPI: EC: EC started
<6>[ 34.467145][ T1] ACPI: EC: interrupt blocked
<6>[ 34.484350][ T1] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 34.484481][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
<6>[ 34.484622][ T1] ACPI: Interpreter enabled
<6>[ 34.485228][ T1] ACPI: PM: (supports S0 S3 S4 S5)
<6>[ 34.485325][ T1] ACPI: Using IOAPIC for interrupt routing
<6>[ 34.495270][ T1] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
<6>[ 34.508187][ T1] ACPI: Enabled 4 GPEs in block 00 to 1F
<6>[ 34.902913][ T1] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
<6>[ 34.903214][ T1] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
<6>[ 34.921678][ T1] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
<6>[ 34.939358][ T1] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
<6>[ 34.939510][ T1] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
<6>[ 34.940221][ T1] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
<6>[ 34.948201][ T1] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cebff])
<6>[ 34.960724][ T1] PCI host bridge to bus 0000:00
<6>[ 34.960840][ T1] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
<6>[ 34.961000][ T1] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
<6>[ 34.961159][ T1] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
<6>[ 34.961330][ T1] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
<6>[ 34.961498][ T1] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
<6>[ 34.961665][ T1] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
<6>[ 34.961832][ T1] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
<6>[ 34.961998][ T1] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
<6>[ 34.962165][ T1] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
<6>[ 34.962332][ T1] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
<6>[ 34.962499][ T1] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
<6>[ 34.962665][ T1] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
<6>[ 34.962833][ T1] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
<6>[ 34.962989][ T1] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
<6>[ 34.963145][ T1] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
<6>[ 34.963304][ T1] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
<6>[ 34.963471][ T1] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff window]
<6>[ 34.963642][ T1] pci_bus 0000:00: root bus resource [bus 00-ff]
<6>[ 34.964267][ T1] pci 0000:00:00.0: [1022:1566] type 00 class 0x060000
<6>[ 34.968672][ T1] pci 0000:00:01.0: [1002:9851] type 00 class 0x030000
<6>[ 34.968835][ T1] pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
<6>[ 34.969001][ T1] pci 0000:00:01.0: reg 0x18: [mem 0xf0000000-0xf07fffff 64bit pref]
<6>[ 34.969160][ T1] pci 0000:00:01.0: reg 0x20: [io 0x3000-0x30ff]
<6>[ 34.969289][ T1] pci 0000:00:01.0: reg 0x24: [mem 0xf0c00000-0xf0c3ffff]
<6>[ 34.969428][ T1] pci 0000:00:01.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
<6>[ 34.969576][ T1] pci 0000:00:01.0: enabling Extended Tags
<6>[ 34.970023][ T1] pci 0000:00:01.0: supports D1 D2
<6>[ 34.970126][ T1] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
<6>[ 34.978200][ T1] pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
<6>[ 34.978368][ T1] pci 0000:00:01.1: reg 0x10: [mem 0xf0c60000-0xf0c63fff 64bit]
<6>[ 34.978604][ T1] pci 0000:00:01.1: enabling Extended Tags
<6>[ 34.979017][ T1] pci 0000:00:01.1: supports D1 D2
<6>[ 34.983016][ T1] pci 0000:00:02.0: [1022:156b] type 00 class 0x060000
<6>[ 34.987045][ T1] pci 0000:00:02.3: [1022:1439] type 01 class 0x060400
<6>[ 34.987257][ T1] pci 0000:00:02.3: enabling Extended Tags
<6>[ 34.987670][ T1] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
<6>[ 34.995786][ T1] pci 0000:00:02.4: [1022:1439] type 01 class 0x060400
<6>[ 34.996020][ T1] pci 0000:00:02.4: enabling Extended Tags
<6>[ 34.996425][ T1] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
<6>[ 35.003451][ T1] pci 0000:00:08.0: [1022:1537] type 00 class 0x108000
<6>[ 35.003607][ T1] pci 0000:00:08.0: reg 0x10: [mem 0xf0c40000-0xf0c5ffff 64bit pref]
<6>[ 35.003774][ T1] pci 0000:00:08.0: reg 0x18: [mem 0xf0900000-0xf09fffff]
<6>[ 35.003950][ T1] pci 0000:00:08.0: reg 0x1c: [mem 0xf0c70000-0xf0c70fff]
<6>[ 35.004104][ T1] pci 0000:00:08.0: reg 0x24: [mem 0xf0c6a000-0xf0c6bfff]
<6>[ 35.008195][ T1] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
<6>[ 35.008372][ T1] pci 0000:00:10.0: reg 0x10: [mem 0xf0c68000-0xf0c69fff 64bit]
<6>[ 35.008935][ T1] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
<6>[ 35.015841][ T1] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
<6>[ 35.015994][ T1] pci 0000:00:11.0: reg 0x10: [io 0x3118-0x311f]
<6>[ 35.016134][ T1] pci 0000:00:11.0: reg 0x14: [io 0x3124-0x3127]
<6>[ 35.016273][ T1] pci 0000:00:11.0: reg 0x18: [io 0x3110-0x3117]
<6>[ 35.016411][ T1] pci 0000:00:11.0: reg 0x1c: [io 0x3120-0x3123]
<6>[ 35.016550][ T1] pci 0000:00:11.0: reg 0x20: [io 0x3100-0x310f]
<6>[ 35.016690][ T1] pci 0000:00:11.0: reg 0x24: [mem 0xf0c6f000-0xf0c6f3ff]
<6>[ 35.017086][ T1] pci 0000:00:11.0: PME# supported from D3hot
<6>[ 35.023872][ T1] pci 0000:00:12.0: [1022:7808] type 00 class 0x0c0320
<6>[ 35.024026][ T1] pci 0000:00:12.0: reg 0x10: [mem 0xf0c6e000-0xf0c6e0ff]
<6>[ 35.024487][ T1] pci 0000:00:12.0: supports D1 D2
<6>[ 35.024588][ T1] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 35.031324][ T1] pci 0000:00:13.0: [1022:7808] type 00 class 0x0c0320
<6>[ 35.031482][ T1] pci 0000:00:13.0: reg 0x10: [mem 0xf0c6d000-0xf0c6d0ff]
<6>[ 35.031947][ T1] pci 0000:00:13.0: supports D1 D2
<6>[ 35.032048][ T1] pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 35.038826][ T1] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
<6>[ 35.045615][ T1] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
<6>[ 35.045783][ T1] pci 0000:00:14.2: reg 0x10: [mem 0xf0c64000-0xf0c67fff 64bit]
<6>[ 35.046254][ T1] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
<6>[ 35.052976][ T1] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
<6>[ 35.059756][ T1] pci 0000:00:14.7: [1022:7813] type 00 class 0x080501
<6>[ 35.059921][ T1] pci 0000:00:14.7: reg 0x10: [mem 0xf0c6c000-0xf0c6c0ff 64bit]
<6>[ 35.060363][ T1] pci 0000:00:14.7: PME# supported from D3cold
<6>[ 35.064453][ T1] pci 0000:00:18.0: [1022:1580] type 00 class 0x060000
<6>[ 35.068488][ T1] pci 0000:00:18.1: [1022:1581] type 00 class 0x060000
<6>[ 35.072498][ T1] pci 0000:00:18.2: [1022:1582] type 00 class 0x060000
<6>[ 35.076513][ T1] pci 0000:00:18.3: [1022:1583] type 00 class 0x060000
<6>[ 35.083245][ T1] pci 0000:00:18.4: [1022:1584] type 00 class 0x060000
<6>[ 35.087280][ T1] pci 0000:00:18.5: [1022:1585] type 00 class 0x060000
<6>[ 35.093000][ T1] pci 0000:01:00.0: [10ec:5287] type 00 class 0xff0000
<6>[ 35.093170][ T1] pci 0000:01:00.0: reg 0x10: [mem 0xf0b05000-0xf0b05fff]
<6>[ 35.093426][ T1] pci 0000:01:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
<6>[ 35.094166][ T1] pci 0000:01:00.0: supports D1 D2
<6>[ 35.094260][ T1] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
<6>[ 35.099616][ T1] pci 0000:01:00.1: [10ec:8168] type 00 class 0x020000
<6>[ 35.099785][ T1] pci 0000:01:00.1: reg 0x10: [io 0x2000-0x20ff]
<6>[ 35.099959][ T1] pci 0000:01:00.1: reg 0x18: [mem 0xf0b04000-0xf0b04fff 64bit]
<6>[ 35.100136][ T1] pci 0000:01:00.1: reg 0x20: [mem 0xf0b00000-0xf0b03fff 64bit]
<6>[ 35.100881][ T1] pci 0000:01:00.1: supports D1 D2
<6>[ 35.100975][ T1] pci 0000:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
<6>[ 35.103576][ T1] pci 0000:00:02.3: PCI bridge to [bus 01]
<6>[ 35.103698][ T1] pci 0000:00:02.3: bridge window [io 0x2000-0x2fff]
<6>[ 35.103822][ T1] pci 0000:00:02.3: bridge window [mem 0xf0b00000-0xf0bfffff]
<6>[ 35.105647][ T1] pci 0000:02:00.0: [14e4:4365] type 00 class 0x028000
<6>[ 35.105829][ T1] pci 0000:02:00.0: reg 0x10: [mem 0xf0a00000-0xf0a07fff 64bit]
<6>[ 35.106095][ T1] pci 0000:02:00.0: enabling Extended Tags
<6>[ 35.106720][ T1] pci 0000:02:00.0: supports D1 D2
<6>[ 35.106813][ T1] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
<6>[ 35.111946][ T1] pci 0000:00:02.4: PCI bridge to [bus 02]
<6>[ 35.112076][ T1] pci 0000:00:02.4: bridge window [mem 0xf0a00000-0xf0afffff]
<6>[ 35.166379][ T1] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
<6>[ 35.171120][ T1] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
<6>[ 35.176319][ T1] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
<6>[ 35.181557][ T1] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
<6>[ 35.186077][ T1] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
<6>[ 35.189685][ T1] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
<6>[ 35.193300][ T1] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
<6>[ 35.196924][ T1] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
<6>[ 35.221121][ T1] ACPI: EC: interrupt unblocked
<6>[ 35.221264][ T1] ACPI: EC: event unblocked
<6>[ 35.221372][ T1] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
<6>[ 35.221497][ T1] ACPI: EC: GPE=0x3
<6>[ 35.221592][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
<6>[ 35.221763][ T1] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
<6>[ 35.224047][ T1] iommu: Default domain type: Translated
<6>[ 35.225005][ T1] pci 0000:00:01.0: vgaarb: setting as boot VGA device
<6>[ 35.225005][ T1] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
<6>[ 35.225005][ T1] pci 0000:00:01.0: vgaarb: bridge control possible
<6>[ 35.225005][ T1] vgaarb: loaded
<5>[ 35.236271][ T1] SCSI subsystem initialized
<7>[ 35.237252][ T1] libata version 3.00 loaded.
<6>[ 35.238169][ T1] ACPI: bus type USB registered
<6>[ 35.238895][ T1] usbcore: registered new interface driver usbfs
<6>[ 35.239380][ T1] usbcore: registered new interface driver hub
<6>[ 35.239739][ T1] usbcore: registered new device driver usb
<6>[ 35.240816][ T1] pps_core: LinuxPPS API ver. 1 registered
<6>[ 35.240917][ T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
<6>[ 35.241188][ T1] PTP clock support registered
<6>[ 35.241663][ T1] EDAC MC: Ver: 3.0.0
<6>[ 35.252828][ T1] NetLabel: Initializing
<6>[ 35.252915][ T1] NetLabel: domain hash size = 128
<6>[ 35.253007][ T1] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
<6>[ 35.253759][ T1] NetLabel: unlabeled traffic allowed by default
<6>[ 35.254421][ T1] PCI: Using ACPI for IRQ routing
<7>[ 35.259490][ T1] PCI: pci_cache_line_size set to 64 bytes
<7>[ 35.259749][ T1] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
<7>[ 35.259822][ T1] e820: reserve RAM buffer [mem 0x9a0bc000-0x9bffffff]
<7>[ 35.259857][ T1] e820: reserve RAM buffer [mem 0x9f6bf000-0x9fffffff]
<7>[ 35.259893][ T1] e820: reserve RAM buffer [mem 0x9fc00000-0x9fffffff]
<7>[ 35.259927][ T1] e820: reserve RAM buffer [mem 0x31f000000-0x31fffffff]
<6>[ 35.260883][ T1] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
<6>[ 35.261024][ T1] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
<6>[ 35.265849][ T1] clocksource: Switched to clocksource tsc-early
<5>[ 36.065245][ T1] VFS: Disk quotas dquot_6.6.0
<6>[ 36.065589][ T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
<6>[ 36.072931][ T1] AppArmor: AppArmor Filesystem Enabled
<6>[ 36.074354][ T1] pnp: PnP ACPI init
<6>[ 36.082091][ T1] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
<6>[ 36.082309][ T1] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
<6>[ 36.101115][ T1] system 00:04: [io 0x0400-0x04cf] has been reserved
<6>[ 36.101283][ T1] system 00:04: [io 0x04d0-0x04d1] has been reserved
<6>[ 36.101451][ T1] system 00:04: [io 0x04d6] has been reserved
<6>[ 36.101606][ T1] system 00:04: [io 0x0680-0x06ff] has been reserved
<6>[ 36.101771][ T1] system 00:04: [io 0x077a] has been reserved
<6>[ 36.101927][ T1] system 00:04: [io 0x0c00-0x0c01] has been reserved
<6>[ 36.102092][ T1] system 00:04: [io 0x0c14] has been reserved
<6>[ 36.102248][ T1] system 00:04: [io 0x0c50-0x0c52] has been reserved
<6>[ 36.102420][ T1] system 00:04: [io 0x0c6c] has been reserved
<6>[ 36.102575][ T1] system 00:04: [io 0x0c6f] has been reserved
<6>[ 36.102726][ T1] system 00:04: [io 0x0cd0-0x0cdb] has been reserved
<6>[ 36.102891][ T1] system 00:04: [io 0x0840-0x0847] has been reserved
<6>[ 36.107077][ T1] system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
<6>[ 36.107310][ T1] system 00:05: [mem 0xff800000-0xffffffff] has been reserved
<6>[ 36.149646][ T1] pnp: PnP ACPI: found 6 devices
<6>[ 36.214208][ T1] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
<6>[ 36.216096][ T1] NET: Registered PF_INET protocol family
<6>[ 36.217264][ T1] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
<6>[ 36.232573][ T1] tcp_listen_portaddr_hash hash table entries: 8192 (order: 7, 655360 bytes, linear)
<6>[ 36.234635][ T1] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
<6>[ 36.237415][ T1] TCP bind hash table entries: 65536 (order: 10, 4718592 bytes, vmalloc)
<6>[ 36.248501][ T1] TCP: Hash tables configured (established 131072 bind 65536)
<6>[ 36.251283][ T1] MPTCP token hash table entries: 16384 (order: 8, 1441792 bytes, linear)
<6>[ 36.255702][ T1] UDP hash table entries: 8192 (order: 8, 1310720 bytes, linear)
<6>[ 36.259949][ T1] UDP-Lite hash table entries: 8192 (order: 8, 1310720 bytes, linear)
<6>[ 36.264733][ T1] NET: Registered PF_UNIX/PF_LOCAL protocol family
<6>[ 36.264977][ T1] NET: Registered PF_XDP protocol family
<6>[ 36.265110][ T1] pci 0000:00:01.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: address conflict with Reserved [mem 0xff800000-0xffffffff]
<6>[ 36.265344][ T1] pci 0000:01:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
<6>[ 36.265644][ T1] pci 0000:00:01.0: BAR 6: assigned [mem 0xf0c80000-0xf0c9ffff pref]
<6>[ 36.265842][ T1] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0b10000-0xf0b1ffff pref]
<6>[ 36.266015][ T1] pci 0000:00:02.3: PCI bridge to [bus 01]
<6>[ 36.266134][ T1] pci 0000:00:02.3: bridge window [io 0x2000-0x2fff]
<6>[ 36.266273][ T1] pci 0000:00:02.3: bridge window [mem 0xf0b00000-0xf0bfffff]
<6>[ 36.266434][ T1] pci 0000:00:02.4: PCI bridge to [bus 02]
<6>[ 36.266554][ T1] pci 0000:00:02.4: bridge window [mem 0xf0a00000-0xf0afffff]
<6>[ 36.266720][ T1] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
<6>[ 36.266852][ T1] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
<6>[ 36.266984][ T1] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
<6>[ 36.267170][ T1] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
<6>[ 36.267322][ T1] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
<6>[ 36.267469][ T1] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
<6>[ 36.267615][ T1] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff window]
<6>[ 36.267762][ T1] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff window]
<6>[ 36.267909][ T1] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff window]
<6>[ 36.268056][ T1] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff window]
<6>[ 36.268202][ T1] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff window]
<6>[ 36.268349][ T1] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
<6>[ 36.268495][ T1] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
<6>[ 36.268642][ T1] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
<6>[ 36.268788][ T1] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff window]
<6>[ 36.268935][ T1] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff window]
<6>[ 36.269082][ T1] pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff window]
<6>[ 36.269229][ T1] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
<6>[ 36.269352][ T1] pci_bus 0000:01: resource 1 [mem 0xf0b00000-0xf0bfffff]
<6>[ 36.269486][ T1] pci_bus 0000:02: resource 1 [mem 0xf0a00000-0xf0afffff]
<6>[ 36.272567][ T1] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
<6>[ 36.273970][ T1] pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
<6>[ 36.292026][ T1] pci 0000:00:10.0: quirk_usb_early_handoff+0x0/0x840 took 17234 usecs
<6>[ 36.302051][ T1] pci 0000:00:12.0: PME# does not work under D3, disabling it
<6>[ 36.311904][ T1] pci 0000:00:13.0: PME# does not work under D3, disabling it
<6>[ 36.312297][ T1] PCI: CLS 64 bytes, default 64
<6>[ 36.312560][ T1] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
<6>[ 36.312670][ T1] software IO TLB: mapped [mem 0x000000009b6bf000-0x000000009f6bf000] (64MB)
<6>[ 36.313022][ T1] amd_uncore: 4 amd_nb counters detected
<6>[ 36.313154][ T1] amd_uncore: 4 amd_l2 counters detected
<6>[ 36.314179][ T1] LVT offset 0 assigned for vector 0x400
<6>[ 36.314620][ T1] perf: AMD IBS detected (0x000000ff)
<6>[ 36.314978][ T8] Trying to unpack rootfs image as initramfs...
<6>[ 36.316613][ T1] simple-framebuffer simple-framebuffer.0: framebuffer at 0xe0000000, 0x420000 bytes
<6>[ 36.316799][ T1] simple-framebuffer simple-framebuffer.0: format=x8r8g8b8, mode=1366x768x32, linelength=5632
<6>[ 36.322877][ T1] Console: switching to colour frame buffer device 170x48
<6>[ 36.343008][ T1] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
<5>[ 36.361764][ T1] Initialise system trusted keyrings
<6>[ 36.362978][ T1] workingset: timestamp_bits=36 max_order=22 bucket_order=0
<6>[ 36.443315][ T1] zbud: loaded
<6>[ 36.450158][ T1] squashfs: version 4.0 (2009/01/31) Phillip Lougher
<6>[ 36.453181][ T1] fuse: init (API version 7.34)
<5>[ 36.476588][ T1] Key type asymmetric registered
<5>[ 36.476971][ T1] Asymmetric key parser 'x509' registered
<6>[ 36.477620][ T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
<6>[ 36.478970][ T1] io scheduler mq-deadline registered
<6>[ 36.493195][ T1] pcieport 0000:00:02.3: PME: Signaling with IRQ 25
<6>[ 36.504138][ T1] pcieport 0000:00:02.4: PME: Signaling with IRQ 27
<6>[ 36.506938][ T1] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
<6>[ 36.524609][ T1] ACPI: AC: AC Adapter [ACAD] (on-line)
<4>[ 36.548464][ T1] sysfs: cannot create duplicate filename '/class/power_supply/ACAD'
<4>[ 36.548855][ T1] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6 #7
<4>[ 36.549316][ T1] Hardware name: Acer Aspire ES1-421/OLVIA_BE, BIOS V1.05 07/02/2015
<4>[ 36.549676][ T1] Call Trace:
<4>[ 36.549860][ T1] dump_stack_lvl+0x6a/0x9a
<4>[ 36.550091][ T1] sysfs_warn_dup.cold+0x17/0x24
<4>[ 36.550338][ T1] sysfs_do_create_link_sd+0xcb/0xd0
<4>[ 36.550608][ T1] device_add+0x3e5/0xe80
<4>[ 36.550833][ T1] ? dev_set_name+0xab/0xe0
<4>[ 36.551297][ T1] ? lock_is_held_type+0xed/0x120
<4>[ 36.551297][ T1] ? static_obj+0x31/0x80
<4>[ 36.551297][ T1] ? __fw_devlink_link_to_suppliers+0x2c0/0x2c0
<4>[ 36.551297][ T1] ? lockdep_init_map_type+0xc4/0x360
<4>[ 36.551297][ T1] __power_supply_register+0x41f/0x720
<4>[ 36.551297][ T1] acpi_ac_add+0x1fe/0x250
<4>[ 36.551297][ T1] ? get_ac_property+0x70/0x70
<4>[ 36.551297][ T1] ? kernfs_create_link+0xc7/0x120
<4>[ 36.551297][ T1] acpi_device_probe+0x68/0x1c0
<4>[ 36.551297][ T1] really_probe+0x302/0x5c0
<4>[ 36.551297][ T1] __driver_probe_device+0x18c/0x220
<4>[ 36.551297][ T1] driver_probe_device+0x49/0xf0
<4>[ 36.551297][ T1] __driver_attach+0xef/0x240
<4>[ 36.551297][ T1] ? __device_attach_driver+0x130/0x130
<4>[ 36.551297][ T1] bus_for_each_dev+0xe7/0x140
<4>[ 36.551297][ T1] ? subsys_dev_iter_exit+0x10/0x10
<4>[ 36.551297][ T1] ? __list_add_valid+0x2f/0x60
<4>[ 36.551297][ T1] bus_add_driver+0x1fb/0x2e0
<4>[ 36.551297][ T1] driver_register+0x10f/0x190
<4>[ 36.551297][ T1] acpi_ac_init+0x9f/0xaf
<4>[ 36.551297][ T1] ? ac_do_not_check_pmic_quirk+0x12/0x12
<4>[ 36.551297][ T1] do_one_initcall+0xb9/0x3a0
<4>[ 36.551297][ T1] ? trace_event_raw_event_initcall_finish+0x150/0x150
<4>[ 36.551297][ T1] ? parameq+0x90/0x90
<4>[ 36.551297][ T1] ? lock_is_held_type+0xe0/0x120
<4>[ 36.551297][ T1] ? lock_is_held_type+0xed/0x120
<4>[ 36.551297][ T1] ? rcu_read_lock_sched_held+0x3f/0x80
<4>[ 36.551297][ T1] kernel_init_freeable+0x3e8/0x47a
<4>[ 36.551297][ T1] ? console_on_rootfs+0x52/0x52
<4>[ 36.551297][ T1] ? lockdep_hardirqs_on_prepare+0x178/0x220
<4>[ 36.551297][ T1] ? lockdep_hardirqs_on+0x77/0xf0
<4>[ 36.551297][ T1] ? mark_held_locks+0x24/0x90
<4>[ 36.551297][ T1] ? rest_init+0x290/0x290
<4>[ 36.551297][ T1] kernel_init+0x19/0x130
<4>[ 36.551297][ T1] ret_from_fork+0x1f/0x30
<4>[ 36.754341][ T1] ac: probe of ACPI0003:01 failed with error -17
<6>[ 36.761184][ T1] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
<6>[ 36.767552][ T1] ACPI: button: Power Button [PWRB]
<6>[ 36.773989][ T1] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
<6>[ 36.779976][ T1] ACPI: button: Sleep Button [SLPB]
<6>[ 36.786680][ T1] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
<6>[ 36.792532][ T1] ACPI: button: Lid Switch [LID]
<6>[ 36.798951][ T1] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
<6>[ 36.806695][ T1] ACPI: button: Power Button [PWRF]
<6>[ 36.812949][ T1] ACPI: \_PR_.C000: Found 2 idle states
<6>[ 36.822578][ T1] ACPI: \_PR_.C001: Found 2 idle states
<6>[ 36.831192][ T1] ACPI: \_PR_.C002: Found 2 idle states
<6>[ 36.839675][ T1] ACPI: \_PR_.C003: Found 2 idle states
<6>[ 36.867561][ T1] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
<6>[ 36.965892][ T1] Linux agpgart interface v0.103
<6>[ 36.985962][ T109] ACPI: battery: Slot [BAT1] (battery present)
<6>[ 37.176527][ T1] loop: module loaded
<6>[ 37.193635][ T1] libphy: Fixed MDIO Bus: probed
<6>[ 37.198591][ T1] tun: Universal TUN/TAP device driver, 1.6
<6>[ 37.204778][ T1] PPP generic driver version 2.4.2
<6>[ 37.212225][ T1] VFIO - User Level meta-driver version: 0.3
<6>[ 37.219358][ T1] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<6>[ 37.224658][ T1] ehci-pci: EHCI PCI platform driver
<6>[ 37.237538][ T1] ehci-pci 0000:00:12.0: EHCI Host Controller
<6>[ 37.243772][ T1] ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
<6>[ 37.249485][ T1] ehci-pci 0000:00:12.0: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
<6>[ 37.255024][ T1] ehci-pci 0000:00:12.0: debug port 2
<6>[ 37.261551][ T1] ehci-pci 0000:00:12.0: irq 18, io mem 0xf0c6e000
<6>[ 37.277291][ T1] ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
<6>[ 37.286067][ T1] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 37.291808][ T1] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 37.297427][ T1] usb usb1: Product: EHCI Host Controller
<6>[ 37.303077][ T1] usb usb1: Manufacturer: Linux 5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6 ehci_hcd
<6>[ 37.308980][ T1] usb usb1: SerialNumber: 0000:00:12.0
<6>[ 37.317594][ T7] tsc: Refined TSC clocksource calibration: 1996.256 MHz
<6>[ 37.322481][ T1] hub 1-0:1.0: USB hub found
<6>[ 37.323778][ T7] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cbb98ce6, max_idle_ns: 881590701561 ns
<6>[ 37.330426][ T1] hub 1-0:1.0: 2 ports detected
<6>[ 37.343208][ T7] clocksource: Switched to clocksource tsc
<6>[ 37.367847][ T1] ehci-pci 0000:00:13.0: EHCI Host Controller
<6>[ 37.374685][ T1] ehci-pci 0000:00:13.0: new USB bus registered, assigned bus number 2
<6>[ 37.381671][ T1] ehci-pci 0000:00:13.0: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
<6>[ 37.388347][ T1] ehci-pci 0000:00:13.0: debug port 2
<6>[ 37.395272][ T1] ehci-pci 0000:00:13.0: irq 18, io mem 0xf0c6d000
<6>[ 37.413928][ T1] ehci-pci 0000:00:13.0: USB 2.0 started, EHCI 1.00
<6>[ 37.422449][ T1] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 37.429220][ T1] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 37.436047][ T1] usb usb2: Product: EHCI Host Controller
<6>[ 37.442766][ T1] usb usb2: Manufacturer: Linux 5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6 ehci_hcd
<6>[ 37.449659][ T1] usb usb2: SerialNumber: 0000:00:13.0
<6>[ 37.461466][ T1] hub 2-0:1.0: USB hub found
<6>[ 37.468420][ T1] hub 2-0:1.0: 2 ports detected
<6>[ 37.484249][ T1] ehci-platform: EHCI generic platform driver
<6>[ 37.491042][ T1] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
<6>[ 37.497497][ T1] ohci-pci: OHCI PCI platform driver
<6>[ 37.504141][ T1] ohci-platform: OHCI generic platform driver
<6>[ 37.510654][ T1] uhci_hcd: USB Universal Host Controller Interface driver
<6>[ 37.518781][ T1] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS0] at 0x60,0x64 irq 1,12
<6>[ 37.543931][ T1] serio: i8042 KBD port at 0x60,0x64 irq 1
<6>[ 37.551077][ T1] serio: i8042 AUX port at 0x60,0x64 irq 12
<6>[ 37.563173][ T1] mousedev: PS/2 mouse device common for all mice
<6>[ 37.577482][ T1] rtc_cmos 00:01: RTC can wake from S4
<6>[ 37.591802][ T1] rtc_cmos 00:01: registered as rtc0
<6>[ 37.600293][ T7] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
<6>[ 37.607292][ T1] rtc_cmos 00:01: setting system clock to 2021-08-05T17:33:36 UTC (1628184816)
<6>[ 37.607872][ T38] usb 1-1: new high-speed USB device number 2 using ehci-pci
<6>[ 37.608459][ T1] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
<6>[ 37.608783][ T1] i2c /dev entries driver
<6>[ 37.609612][ T1] device-mapper: uevent: version 1.0.3
<6>[ 37.611241][ T1] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
<6>[ 37.611635][ T1] EDAC igen6: v2.5
<6>[ 37.612361][ T1] platform eisa.0: Probing EISA bus 0
<4>[ 37.612398][ T1] platform eisa.0: EISA: Cannot allocate resource for mainboard
<4>[ 37.612443][ T1] platform eisa.0: Cannot allocate resource for EISA slot 1
<4>[ 37.612487][ T1] platform eisa.0: Cannot allocate resource for EISA slot 2
<4>[ 37.612529][ T1] platform eisa.0: Cannot allocate resource for EISA slot 3
<4>[ 37.612570][ T1] platform eisa.0: Cannot allocate resource for EISA slot 4
<4>[ 37.612612][ T1] platform eisa.0: Cannot allocate resource for EISA slot 5
<4>[ 37.612653][ T1] platform eisa.0: Cannot allocate resource for EISA slot 6
<4>[ 37.612695][ T1] platform eisa.0: Cannot allocate resource for EISA slot 7
<4>[ 37.612736][ T1] platform eisa.0: Cannot allocate resource for EISA slot 8
<6>[ 37.612758][ T1] platform eisa.0: EISA: Detected 0 cards
<6>[ 37.729342][ T1] ledtrig-cpu: registered to indicate activity on CPUs
<6>[ 37.736846][ T1] drop_monitor: Initializing network drop monitor service
<6>[ 37.744253][ T1] NET: Registered PF_INET6 protocol family
<6>[ 37.890707][ T121] usb 2-1: new high-speed USB device number 2 using ehci-pci
<6>[ 37.919263][ T38] usb 1-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
<6>[ 37.925457][ T38] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 37.937756][ T38] hub 1-1:1.0: USB hub found
<6>[ 37.945069][ T38] hub 1-1:1.0: 4 ports detected
<6>[ 38.041564][ T121] usb 2-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
<6>[ 38.047541][ T121] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 38.058609][ T121] hub 2-1:1.0: USB hub found
<6>[ 38.066571][ T121] hub 2-1:1.0: 4 ports detected
<6>[ 38.267267][ T7] usb 1-1.1: new low-speed USB device number 3 using ehci-pci
<6>[ 38.392324][ T7] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
<6>[ 38.398320][ T7] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 38.404233][ T7] usb 1-1.1: Product: USB Optical Mouse
<6>[ 38.409951][ T7] usb 1-1.1: Manufacturer: Logitech
<6>[ 38.510579][ T7] usb 1-1.3: new full-speed USB device number 4 using ehci-pci
<6>[ 38.618272][ T7] usb 1-1.3: New USB device found, idVendor=04ca, idProduct=2012, bcdDevice= 1.12
<6>[ 38.624303][ T7] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 38.630306][ T7] usb 1-1.3: Product: BCM43142A0
<6>[ 38.636170][ T7] usb 1-1.3: Manufacturer: Broadcom Corp
<6>[ 38.641971][ T7] usb 1-1.3: SerialNumber: ACE01065F0F0
<6>[ 38.750595][ T7] usb 1-1.4: new high-speed USB device number 5 using ehci-pci
<6>[ 38.872479][ T7] usb 1-1.4: New USB device found, idVendor=04f2, idProduct=b47f, bcdDevice=40.51
<6>[ 38.878433][ T7] usb 1-1.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
<6>[ 38.884372][ T7] usb 1-1.4: Product: VGA Webcam
<6>[ 38.890122][ T7] usb 1-1.4: Manufacturer: Chicony Electronics Co.,Ltd.
<6>[ 38.896065][ T7] usb 1-1.4: SerialNumber: 0x0001
<6>[ 71.026046][ T8] Freeing initrd memory: 990012K
<6>[ 71.146850][ T1] Segment Routing with IPv6
<6>[ 71.152817][ T1] NET: Registered PF_PACKET protocol family
<5>[ 71.159056][ T1] Key type dns_resolver registered
<6>[ 71.164197][ T1] x86/pm: family 0x16 cpu detected, MSR saving is needed during suspending.
<6>[ 71.177123][ C0] microcode: CPU0: patch_level=0x07030105
<6>[ 71.182737][ T1] microcode: CPU1: patch_level=0x07030105
<6>[ 71.188484][ C2] microcode: CPU2: patch_level=0x07030105
<6>[ 71.193982][ C3] microcode: CPU3: patch_level=0x07030105
<6>[ 71.200181][ T1] microcode: Microcode Update Driver: v2.2.
<6>[ 71.200206][ T1] IPI shorthand broadcast: enabled
<6>[ 71.210886][ T1] sched_clock: Marking stable (69019575229, 2191028255)->(71216210756, -5607272)
<6>[ 71.222204][ T1] registered taskstats version 1
<6>[ 71.227808][ T1] Running ring buffer tests...
<6>[ 81.431758][ T1] finished
<6>[ 81.437635][ T1] CPU 0:
<6>[ 81.443155][ T1] events: 402199
<6>[ 81.448592][ T1] dropped bytes: 0
<6>[ 81.453971][ T1] alloced bytes: 31458696
<6>[ 81.459296][ T1] written bytes: 30821293
<6>[ 81.464531][ T1] biggest event: 171
<6>[ 81.469685][ T1] smallest event: 4
<6>[ 81.498931][ T1] read events: 12282
<6>[ 81.503877][ T1] lost events: 389917
<6>[ 81.508731][ T1] total events: 402199
<6>[ 81.513490][ T1] recorded len bytes: 975012
<6>[ 81.518270][ T1] recorded size bytes: 955036
<6>[ 81.522920][ T1] With dropped events, record len and size may not match
<6>[ 81.522920][ T1] alloced and written from above
<6>[ 81.532213][ T1] CPU 1:
<6>[ 81.536786][ T1] events: 487709
<6>[ 81.541371][ T1] dropped bytes: 0
<6>[ 81.545829][ T1] alloced bytes: 38142580
<6>[ 81.550239][ T1] written bytes: 37369587
<6>[ 81.554543][ T1] biggest event: 239
<6>[ 81.558876][ T1] smallest event: 4
<6>[ 81.587780][ T1] read events: 12513
<6>[ 81.591909][ T1] lost events: 475196
<6>[ 81.595923][ T1] total events: 487709
<6>[ 81.599846][ T1] recorded len bytes: 975088
<6>[ 81.603759][ T1] recorded size bytes: 954798
<6>[ 81.607666][ T1] With dropped events, record len and size may not match
<6>[ 81.607666][ T1] alloced and written from above
<6>[ 81.615452][ T1] CPU 2:
<6>[ 81.619205][ T1] events: 183769
<6>[ 81.622944][ T1] dropped bytes: 0
<6>[ 81.626620][ T1] alloced bytes: 14291576
<6>[ 81.630273][ T1] written bytes: 13999090
<6>[ 81.633878][ T1] biggest event: 169
<6>[ 81.637444][ T1] smallest event: 4
<6>[ 81.666344][ T1] read events: 13017
<6>[ 81.669816][ T1] lost events: 170752
<6>[ 81.673142][ T1] total events: 183769
<6>[ 81.676333][ T1] recorded len bytes: 975728
<6>[ 81.679569][ T1] recorded size bytes: 955046
<6>[ 81.682832][ T1] With dropped events, record len and size may not match
<6>[ 81.682832][ T1] alloced and written from above
<6>[ 81.689617][ T1] CPU 3:
<6>[ 81.692909][ T1] events: 400346
<6>[ 81.696166][ T1] dropped bytes: 0
<6>[ 81.699289][ T1] alloced bytes: 31247564
<6>[ 81.702395][ T1] written bytes: 30611781
<6>[ 81.705474][ T1] biggest event: 154
<6>[ 81.708568][ T1] smallest event: 4
<6>[ 81.737017][ T1] read events: 12721
<6>[ 81.740104][ T1] lost events: 387625
<6>[ 81.743174][ T1] total events: 400346
<6>[ 81.746346][ T1] recorded len bytes: 976340
<6>[ 81.749414][ T1] recorded size bytes: 955778
<6>[ 81.752582][ T1] With dropped events, record len and size may not match
<6>[ 81.752582][ T1] alloced and written from above
<6>[ 81.758982][ T1] Ring buffer PASSED!
<6>[ 81.772945][ T1] Running tests on trace events:
<6>[ 81.776361][ T1] Testing event initcall_finish: OK
<6>[ 81.828056][ T1] Testing event initcall_start: OK
<6>[ 81.871259][ T1] Testing event initcall_level: OK
<6>[ 81.917870][ T1] Testing event emulate_vsyscall: OK
<6>[ 81.964514][ T1] Testing event xen_cpu_set_ldt: OK
<6>[ 82.014434][ T1] Testing event xen_cpu_write_gdt_entry: OK
<6>[ 82.064484][ T1] Testing event xen_cpu_load_idt: OK
<6>[ 82.114569][ T1] Testing event xen_cpu_write_idt_entry: OK
<6>[ 82.164592][ T1] Testing event xen_cpu_write_ldt_entry: OK
<6>[ 82.211149][ T1] Testing event xen_mmu_write_cr3: OK
<6>[ 82.254459][ T1] Testing event xen_mmu_flush_tlb_multi: OK
<6>[ 82.304503][ T1] Testing event xen_mmu_flush_tlb_one_user: OK
<6>[ 82.354562][ T1] Testing event xen_mmu_pgd_unpin: OK
<6>[ 82.401260][ T1] Testing event xen_mmu_pgd_pin: OK
<6>[ 82.451092][ T1] Testing event xen_mmu_release_ptpage: OK
<6>[ 82.497913][ T1] Testing event xen_mmu_alloc_ptpage: OK
<6>[ 82.544452][ T1] Testing event xen_mmu_ptep_modify_prot_commit: OK
<6>[ 82.591172][ T1] Testing event xen_mmu_ptep_modify_prot_start: OK
<6>[ 82.638057][ T1] Testing event xen_mmu_set_p4d: OK
<6>[ 82.687698][ T1] Testing event xen_mmu_set_pud: OK
<6>[ 82.734306][ T1] Testing event xen_mmu_set_pmd: OK
<6>[ 82.781040][ T1] Testing event xen_mmu_set_pte: OK
<6>[ 82.831116][ T1] Testing event xen_mc_extend_args: OK
<6>[ 82.880960][ T1] Testing event xen_mc_flush: OK
<6>[ 82.930941][ T1] Testing event xen_mc_flush_reason: OK
<6>[ 82.977607][ T1] Testing event xen_mc_callback: OK
<6>[ 83.024276][ T1] Testing event xen_mc_entry_alloc: OK
<6>[ 83.070980][ T1] Testing event xen_mc_entry: OK
<6>[ 83.117656][ T1] Testing event xen_mc_issue: OK
<6>[ 83.167625][ T1] Testing event xen_mc_batch: OK
<6>[ 83.217505][ T1] Testing event hyperv_send_ipi_one: OK
<6>[ 83.264116][ T1] Testing event hyperv_send_ipi_mask: OK
<6>[ 83.314042][ T1] Testing event hyperv_nested_flush_guest_mapping_range: OK
<6>[ 83.360976][ T1] Testing event hyperv_nested_flush_guest_mapping: OK
<6>[ 83.407483][ T1] Testing event hyperv_mmu_flush_tlb_multi: OK
<6>[ 83.457482][ T1] Testing event vector_free_moved: OK
<6>[ 83.504188][ T1] Testing event vector_setup: OK
<6>[ 83.550848][ T1] Testing event vector_teardown: OK
<6>[ 83.600831][ T1] Testing event vector_deactivate: OK
<6>[ 83.647454][ T1] Testing event vector_activate: OK
<6>[ 83.697469][ T1] Testing event vector_alloc_managed: OK
<6>[ 83.744162][ T1] Testing event vector_alloc: OK
<6>[ 83.794113][ T1] Testing event vector_reserve: OK
<6>[ 83.840785][ T1] Testing event vector_reserve_managed: OK
<6>[ 83.890706][ T1] Testing event vector_clear: OK
<6>[ 83.937290][ T1] Testing event vector_update: OK
<6>[ 83.987253][ T1] Testing event vector_config: OK
<6>[ 84.037206][ T1] Testing event thermal_apic_exit: OK
<6>[ 84.084087][ T1] Testing event thermal_apic_entry: OK
<6>[ 84.130817][ T1] Testing event deferred_error_apic_exit: OK
<6>[ 84.177298][ T1] Testing event deferred_error_apic_entry: OK
<6>[ 84.224104][ T1] Testing event threshold_apic_exit: OK
<6>[ 84.270582][ T1] Testing event threshold_apic_entry: OK
<6>[ 84.317255][ T1] Testing event call_function_single_exit: OK
<6>[ 84.364126][ T1] Testing event call_function_single_entry: OK
<6>[ 84.414273][ T1] Testing event call_function_exit: OK
<6>[ 84.464128][ T1] Testing event call_function_entry: OK
<6>[ 84.510592][ T1] Testing event reschedule_exit: OK
<6>[ 84.560625][ T1] Testing event reschedule_entry: OK
<6>[ 84.610583][ T1] Testing event irq_work_exit: OK
<6>[ 84.657241][ T1] Testing event irq_work_entry: OK
<6>[ 84.703974][ T1] Testing event x86_platform_ipi_exit: OK
<6>[ 84.754252][ T1] Testing event x86_platform_ipi_entry: OK
<6>[ 84.797566][ T1] Testing event error_apic_exit: OK
<6>[ 84.847527][ T1] Testing event error_apic_entry: OK
<6>[ 84.894170][ T1] Testing event spurious_apic_exit: OK
<6>[ 84.944197][ T1] Testing event spurious_apic_entry: OK
<6>[ 84.990840][ T1] Testing event local_timer_exit: OK
<6>[ 85.037533][ T1] Testing event local_timer_entry: OK
<6>[ 85.088346][ T1] Testing event nmi_handler: OK
<6>[ 85.133968][ T1] Testing event x86_fpu_xstate_check_failed: OK
<6>[ 85.180744][ T1] Testing event x86_fpu_copy_dst: OK
<6>[ 85.230691][ T1] Testing event x86_fpu_copy_src: OK
<6>[ 85.277281][ T1] Testing event x86_fpu_dropped: OK
<6>[ 85.327400][ T1] Testing event x86_fpu_init_state: OK
<6>[ 85.373974][ T1] Testing event x86_fpu_regs_deactivated: OK
<6>[ 85.424026][ T1] Testing event x86_fpu_regs_activated: OK
<6>[ 85.470780][ T1] Testing event x86_fpu_after_restore: OK
<6>[ 85.517476][ T1] Testing event x86_fpu_before_restore: OK
<6>[ 85.567303][ T1] Testing event x86_fpu_after_save: OK
<6>[ 85.617409][ T1] Testing event x86_fpu_before_save: OK
<6>[ 85.663989][ T1] Testing event mce_record: OK
<6>[ 85.714013][ T1] Testing event pseudo_lock_l3: OK
<6>[ 85.760569][ T1] Testing event pseudo_lock_l2: OK
<6>[ 85.810664][ T1] Testing event pseudo_lock_mem_latency: OK
<6>[ 85.857301][ T1] Testing event tlb_flush: OK
<6>[ 85.907376][ T1] Testing event page_fault_kernel: OK
<6>[ 85.954065][ T1] Testing event page_fault_user: OK
<6>[ 86.004303][ T1] Testing event task_rename: OK
<6>[ 86.054001][ T1] Testing event task_newtask: OK
<6>[ 86.104236][ T1] Testing event cpuhp_exit: OK
<6>[ 86.147485][ T1] Testing event cpuhp_multi_enter: OK
<6>[ 86.197488][ T1] Testing event cpuhp_enter: OK
<6>[ 86.247531][ T1] Testing event softirq_raise: OK
<6>[ 86.297501][ T1] Testing event softirq_exit: OK
<6>[ 86.347678][ T1] Testing event softirq_entry: OK
<6>[ 86.394275][ T1] Testing event irq_handler_exit: OK
<6>[ 86.437666][ T1] Testing event irq_handler_entry: OK
<6>[ 86.484327][ T1] Testing event signal_deliver: OK
<6>[ 86.527623][ T1] Testing event signal_generate: OK
<6>[ 86.580943][ T1] Testing event workqueue_execute_end: OK
<6>[ 86.631013][ T1] Testing event workqueue_execute_start: OK
<6>[ 86.677606][ T1] Testing event workqueue_activate_work: OK
<6>[ 86.727633][ T1] Testing event workqueue_queue_work: OK
<6>[ 86.777625][ T1] Testing event sched_wake_idle_without_ipi: OK
<6>[ 86.831009][ T1] Testing event sched_swap_numa: OK
<6>[ 86.880716][ T1] Testing event sched_stick_numa: OK
<6>[ 86.927412][ T1] Testing event sched_move_numa: OK
<6>[ 86.977336][ T1] Testing event sched_process_hang: OK
<6>[ 87.027372][ T1] Testing event sched_pi_setprio: OK
<6>[ 87.074089][ T1] Testing event sched_stat_runtime:
<4>[ 87.074650][ T1] Scheduler tracepoints stat_sleep, stat_iowait, stat_blocked and stat_runtime require the kernel parameter schedstats=enable or kernel.sched_schedstats=1
<4>[ 87.121322][ T1] OK
<6>[ 87.124501][ T1] Testing event sched_stat_blocked: OK
<6>[ 87.174670][ T1] Testing event sched_stat_iowait: OK
<6>[ 87.224652][ T1] Testing event sched_stat_sleep: OK
<6>[ 87.274635][ T1] Testing event sched_stat_wait: OK
<6>[ 87.324625][ T1] Testing event sched_process_exec: OK
<6>[ 87.371215][ T1] Testing event sched_process_fork: OK
<6>[ 87.421232][ T1] Testing event sched_process_wait: OK
<6>[ 87.471209][ T1] Testing event sched_wait_task: OK
<6>[ 87.521200][ T1] Testing event sched_process_exit: OK
<6>[ 87.571178][ T1] Testing event sched_process_free: OK
<6>[ 87.614473][ T1] Testing event sched_migrate_task: OK
<6>[ 87.661152][ T1] Testing event sched_switch: OK
<6>[ 87.711977][ T1] Testing event sched_wakeup_new: OK
<6>[ 87.758099][ T1] Testing event sched_wakeup: OK
<6>[ 87.808110][ T1] Testing event sched_waking: OK
<6>[ 87.861068][ T1] Testing event sched_kthread_work_execute_end: OK
<6>[ 87.911139][ T1] Testing event sched_kthread_work_execute_start: OK
<6>[ 87.957903][ T1] Testing event sched_kthread_work_queue_work: OK
<6>[ 88.004540][ T1] Testing event sched_kthread_stop_ret: OK
<6>[ 88.051187][ T1] Testing event sched_kthread_stop: OK
<6>[ 88.101111][ T1] Testing event lock_release: OK
<6>[ 88.154659][ T1] Testing event lock_acquire: OK
<6>[ 88.207999][ T1] Testing event console: OK
<6>[ 88.257715][ T1] Testing event irq_matrix_free: OK
<6>[ 88.311191][ T1] Testing event irq_matrix_alloc: OK
<6>[ 88.361471][ T1] Testing event irq_matrix_assign: OK
<6>[ 88.411377][ T1] Testing event irq_matrix_alloc_managed: OK
<6>[ 88.461348][ T1] Testing event irq_matrix_remove_managed: OK
<6>[ 88.508123][ T1] Testing event irq_matrix_reserve_managed: OK
<6>[ 88.554784][ T1] Testing event irq_matrix_alloc_reserved: OK
<6>[ 88.601382][ T1] Testing event irq_matrix_assign_system: OK
<6>[ 88.647783][ T1] Testing event irq_matrix_remove_reserved: OK
<6>[ 88.694405][ T1] Testing event irq_matrix_reserve: OK
<6>[ 88.744495][ T1] Testing event irq_matrix_offline: OK
<6>[ 88.791090][ T1] Testing event irq_matrix_online: OK
<6>[ 88.837795][ T1] Testing event rcu_stall_warning: OK
<6>[ 88.884410][ T1] Testing event rcu_utilization: OK
<6>[ 88.934478][ T1] Testing event swiotlb_bounced: OK
<6>[ 88.981016][ T1] Testing event sys_exit: OK
<6>[ 89.024386][ T1] Testing event sys_enter: OK
<6>[ 89.070985][ T1] Testing event tick_stop: OK
<6>[ 89.120956][ T1] Testing event itimer_expire: OK
<6>[ 89.171070][ T1] Testing event itimer_state: OK
<6>[ 89.217638][ T1] Testing event hrtimer_cancel: OK
<6>[ 89.267709][ T1] Testing event hrtimer_expire_exit: OK
<6>[ 89.314188][ T1] Testing event hrtimer_expire_entry: OK
<6>[ 89.357077][ T1] Testing event hrtimer_start: OK
<6>[ 89.407067][ T1] Testing event hrtimer_init: OK
<6>[ 89.457036][ T1] Testing event timer_cancel: OK
<6>[ 89.503934][ T1] Testing event timer_expire_exit: OK
<6>[ 89.553983][ T1] Testing event timer_expire_entry: OK
<6>[ 89.600684][ T1] Testing event timer_start: OK
<6>[ 89.647351][ T1] Testing event timer_init: OK
<6>[ 89.694004][ T1] Testing event alarmtimer_cancel: OK
<6>[ 89.744069][ T1] Testing event alarmtimer_start: OK
<6>[ 89.790752][ T1] Testing event alarmtimer_fired: OK
<6>[ 89.840734][ T1] Testing event alarmtimer_suspend: OK
<6>[ 89.887392][ T1] Testing event module_request: OK
<6>[ 89.934078][ T1] Testing event module_put: OK
<6>[ 89.984039][ T1] Testing event module_get: OK
<6>[ 90.033992][ T1] Testing event module_free: OK
<6>[ 90.080668][ T1] Testing event module_load: OK
<6>[ 90.127351][ T1] Testing event cgroup_notify_frozen: OK
<6>[ 90.174088][ T1] Testing event cgroup_notify_populated: OK
<6>[ 90.224099][ T1] Testing event cgroup_transfer_tasks: OK
<6>[ 90.270736][ T1] Testing event cgroup_attach_task: OK
<6>[ 90.320757][ T1] Testing event cgroup_unfreeze: OK
<6>[ 90.367429][ T1] Testing event cgroup_freeze: OK
<6>[ 90.413731][ T1] Testing event cgroup_rename: OK
<6>[ 90.463725][ T1] Testing event cgroup_release: OK
<6>[ 90.510375][ T1] Testing event cgroup_rmdir: OK
<6>[ 90.560372][ T1] Testing event cgroup_mkdir: OK
<6>[ 90.607036][ T1] Testing event cgroup_remount: OK
<6>[ 90.653686][ T1] Testing event cgroup_destroy_root: OK
<6>[ 90.703659][ T1] Testing event cgroup_setup_root: OK
<6>[ 90.753677][ T1] Testing event irq_enable: OK
<6>[ 90.800538][ T1] Testing event irq_disable: OK
<6>[ 90.843764][ T1] Testing event ftrace_test_filter: OK
<6>[ 90.893625][ T1] Testing event bpf_trace_printk: OK
<6>[ 90.946988][ T1] Testing event error_report_end: OK
<6>[ 90.997044][ T1] Testing event dev_pm_qos_remove_request: OK
<6>[ 91.043768][ T1] Testing event dev_pm_qos_update_request: OK
<6>[ 91.090413][ T1] Testing event dev_pm_qos_add_request: OK
<6>[ 91.137299][ T1] Testing event pm_qos_update_flags: OK
<6>[ 91.187246][ T1] Testing event pm_qos_update_target: OK
<6>[ 91.237071][ T1] Testing event pm_qos_remove_request: OK
<6>[ 91.283767][ T1] Testing event pm_qos_update_request: OK
<6>[ 91.330678][ T1] Testing event pm_qos_add_request: OK
<6>[ 91.377425][ T1] Testing event power_domain_target: OK
<6>[ 91.424072][ T1] Testing event clock_set_rate: OK
<6>[ 91.473741][ T1] Testing event clock_disable: OK
<6>[ 91.520371][ T1] Testing event clock_enable: OK
<6>[ 91.567113][ T1] Testing event wakeup_source_deactivate: OK
<6>[ 91.617400][ T1] Testing event wakeup_source_activate: OK
<6>[ 91.667193][ T1] Testing event suspend_resume: OK
<6>[ 91.717346][ T1] Testing event device_pm_callback_end: OK
<6>[ 91.767314][ T1] Testing event device_pm_callback_start: OK
<6>[ 91.817268][ T1] Testing event cpu_frequency_limits: OK
<6>[ 91.863964][ T1] Testing event cpu_frequency: OK
<6>[ 91.913961][ T1] Testing event pstate_sample: OK
<6>[ 91.963967][ T1] Testing event powernv_throttle: OK
<6>[ 92.013879][ T1] Testing event cpu_idle: OK
<6>[ 92.060581][ T1] Testing event rpm_return_int: OK
<6>[ 92.107363][ T1] Testing event rpm_usage: OK
<6>[ 92.157388][ T1] Testing event rpm_idle: OK
<6>[ 92.207280][ T1] Testing event rpm_resume: OK
<6>[ 92.257251][ T1] Testing event rpm_suspend: OK
<6>[ 92.307262][ T1] Testing event mem_return_failed: OK
<6>[ 92.357288][ T1] Testing event mem_connect: OK
<6>[ 92.407335][ T1] Testing event mem_disconnect: OK
<6>[ 92.460669][ T1] Testing event xdp_devmap_xmit: OK
<6>[ 92.510672][ T1] Testing event xdp_cpumap_enqueue: OK
<6>[ 92.557351][ T1] Testing event xdp_cpumap_kthread: OK
<6>[ 92.607311][ T1] Testing event xdp_redirect_map_err: OK
<6>[ 92.657275][ T1] Testing event xdp_redirect_map: OK
<6>[ 92.707248][ T1] Testing event xdp_redirect_err: OK
<6>[ 92.757299][ T1] Testing event xdp_redirect: OK
<6>[ 92.807270][ T1] Testing event xdp_bulk_tx: OK
<6>[ 92.857208][ T1] Testing event xdp_exception: OK
<6>[ 92.907380][ T1] Testing event rseq_ip_fixup: OK
<6>[ 92.953973][ T1] Testing event rseq_update: OK
<6>[ 93.000647][ T1] Testing event file_check_and_advance_wb_err: OK
<6>[ 93.047373][ T1] Testing event filemap_set_wb_err: OK
<6>[ 93.090714][ T1] Testing event mm_filemap_add_to_page_cache: OK
<6>[ 93.140758][ T1] Testing event mm_filemap_delete_from_page_cache: OK
<6>[ 93.187518][ T1] Testing event compact_retry: OK
<6>[ 93.234091][ T1] Testing event skip_task_reaping: OK
<6>[ 93.284124][ T1] Testing event finish_task_reaping: OK
<6>[ 93.330829][ T1] Testing event start_task_reaping: OK
<6>[ 93.377631][ T1] Testing event wake_reaper: OK
<6>[ 93.427490][ T1] Testing event mark_victim: OK
<6>[ 93.474089][ T1] Testing event reclaim_retry_zone: OK
<6>[ 93.524164][ T1] Testing event oom_score_adj_update: OK
<6>[ 93.570935][ T1] Testing event mm_lru_activate: OK
<6>[ 93.621101][ T1] Testing event mm_lru_insertion: OK
<6>[ 93.667541][ T1] Testing event mm_vmscan_node_reclaim_end: OK
<6>[ 93.717582][ T1] Testing event mm_vmscan_node_reclaim_begin: OK
<6>[ 93.764207][ T1] Testing event mm_vmscan_lru_shrink_active: OK
<6>[ 93.814242][ T1] Testing event mm_vmscan_lru_shrink_inactive: OK
<6>[ 93.860956][ T1] Testing event mm_vmscan_writepage: OK
<6>[ 93.911204][ T1] Testing event mm_vmscan_lru_isolate: OK
<6>[ 93.957536][ T1] Testing event mm_shrink_slab_end: OK
<6>[ 94.004165][ T1] Testing event mm_shrink_slab_start: OK
<6>[ 94.050830][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_end: OK
<6>[ 94.100980][ T1] Testing event mm_vmscan_memcg_reclaim_end: OK
<6>[ 94.147575][ T1] Testing event mm_vmscan_direct_reclaim_end: OK
<6>[ 94.197630][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_begin: OK
<6>[ 94.244343][ T1] Testing event mm_vmscan_memcg_reclaim_begin: OK
<6>[ 94.291029][ T1] Testing event mm_vmscan_direct_reclaim_begin: OK
<6>[ 94.341068][ T1] Testing event mm_vmscan_wakeup_kswapd: OK
<6>[ 94.387646][ T1] Testing event mm_vmscan_kswapd_wake: OK
<6>[ 94.437730][ T1] Testing event mm_vmscan_kswapd_sleep: OK
<6>[ 94.484343][ T1] Testing event percpu_destroy_chunk: OK
<6>[ 94.534384][ T1] Testing event percpu_create_chunk: OK
<6>[ 94.581050][ T1] Testing event percpu_alloc_percpu_fail: OK
<6>[ 94.631101][ T1] Testing event percpu_free_percpu: OK
<6>[ 94.677738][ T1] Testing event percpu_alloc_percpu: OK
<6>[ 94.727757][ T1] Testing event rss_stat: OK
<6>[ 94.774580][ T1] Testing event mm_page_alloc_extfrag: OK
<6>[ 94.824469][ T1] Testing event mm_page_pcpu_drain: OK
<6>[ 94.871106][ T1] Testing event mm_page_alloc_zone_locked: OK
<6>[ 94.921152][ T1] Testing event mm_page_alloc: OK
<6>[ 94.971090][ T1] Testing event mm_page_free_batched: OK
<6>[ 95.017853][ T1] Testing event mm_page_free: OK
<6>[ 95.067859][ T1] Testing event kmem_cache_free: OK
<6>[ 95.117831][ T1] Testing event kfree: OK
<6>[ 95.167778][ T1] Testing event kmem_cache_alloc_node: OK
<6>[ 95.214732][ T1] Testing event kmalloc_node: OK
<6>[ 95.261569][ T1] Testing event kmem_cache_alloc: OK
<6>[ 95.307873][ T1] Testing event kmalloc: OK
<6>[ 95.354759][ T1] Testing event mm_compaction_kcompactd_wake: OK
<6>[ 95.404787][ T1] Testing event mm_compaction_wakeup_kcompactd: OK
<6>[ 95.451234][ T1] Testing event mm_compaction_kcompactd_sleep: OK
<6>[ 95.501224][ T1] Testing event mm_compaction_defer_reset: OK
<6>[ 95.547838][ T1] Testing event mm_compaction_defer_compaction: OK
<6>[ 95.594578][ T1] Testing event mm_compaction_deferred: OK
<6>[ 95.644748][ T1] Testing event mm_compaction_suitable: OK
<6>[ 95.691108][ T1] Testing event mm_compaction_finished: OK
<6>[ 95.741119][ T1] Testing event mm_compaction_try_to_compact_pages: OK
<6>[ 95.787804][ T1] Testing event mm_compaction_end: OK
<6>[ 95.837758][ T1] Testing event mm_compaction_begin: OK
<6>[ 95.884374][ T1] Testing event mm_compaction_migratepages: OK
<6>[ 95.934343][ T1] Testing event mm_compaction_isolate_freepages: OK
<6>[ 95.984421][ T1] Testing event mm_compaction_isolate_migratepages: OK
<6>[ 96.027779][ T1] Testing event mmap_lock_released: OK
<6>[ 96.081139][ T1] Testing event mmap_lock_acquire_returned: OK
<6>[ 96.133692][ T1] Testing event mmap_lock_start_locking: OK
<6>[ 96.186918][ T1] Testing event vm_unmapped_area: OK
<6>[ 96.237799][ T1] Testing event mm_migrate_pages_start: OK
<6>[ 96.287819][ T1] Testing event mm_migrate_pages: OK
<6>[ 96.341143][ T1] Testing event mm_collapse_huge_page_swapin: OK
<6>[ 96.391090][ T1] Testing event mm_collapse_huge_page_isolate: OK
<6>[ 96.437707][ T1] Testing event mm_collapse_huge_page: OK
<6>[ 96.487730][ T1] Testing event mm_khugepaged_scan_pmd: OK
<6>[ 96.537701][ T1] Testing event test_pages_isolated: OK
<6>[ 96.587740][ T1] Testing event sb_clear_inode_writeback: OK
<6>[ 96.637717][ T1] Testing event sb_mark_inode_writeback: OK
<6>[ 96.684345][ T1] Testing event writeback_dirty_inode_enqueue: OK
<6>[ 96.734409][ T1] Testing event writeback_lazytime_iput: OK
<6>[ 96.784399][ T1] Testing event writeback_lazytime: OK
<6>[ 96.831066][ T1] Testing event writeback_single_inode: OK
<6>[ 96.881064][ T1] Testing event writeback_single_inode_start: OK
<6>[ 96.931029][ T1] Testing event writeback_wait_iff_congested: OK
<6>[ 96.981048][ T1] Testing event writeback_congestion_wait: OK
<6>[ 97.030995][ T1] Testing event writeback_sb_inodes_requeue: OK
<6>[ 97.074442][ T1] Testing event balance_dirty_pages: OK
<6>[ 97.124363][ T1] Testing event bdi_dirty_ratelimit: OK
<6>[ 97.174393][ T1] Testing event global_dirty_state: OK
<6>[ 97.221043][ T1] Testing event writeback_queue_io: OK
<6>[ 97.271013][ T1] Testing event wbc_writepage: OK
<6>[ 97.317712][ T1] Testing event writeback_bdi_register: OK
<6>[ 97.371044][ T1] Testing event writeback_wake_background: OK
<6>[ 97.421112][ T1] Testing event writeback_pages_written: OK
<6>[ 97.472277][ T1] Testing event writeback_wait: OK
<6>[ 97.521034][ T1] Testing event writeback_written: OK
<6>[ 97.571045][ T1] Testing event writeback_start: OK
<6>[ 97.614421][ T1] Testing event writeback_exec: OK
<6>[ 97.657649][ T1] Testing event writeback_queue: OK
<6>[ 97.707613][ T1] Testing event writeback_write_inode: OK
<6>[ 97.757597][ T1] Testing event writeback_write_inode_start: OK
<6>[ 97.807644][ T1] Testing event flush_foreign: OK
<6>[ 97.857607][ T1] Testing event track_foreign_dirty: OK
<6>[ 97.907584][ T1] Testing event inode_switch_wbs: OK
<6>[ 97.957590][ T1] Testing event inode_foreign_history: OK
<6>[ 98.001059][ T1] Testing event writeback_dirty_inode: OK
<6>[ 98.044345][ T1] Testing event writeback_dirty_inode_start: OK
<6>[ 98.094330][ T1] Testing event writeback_mark_inode_dirty: OK
<6>[ 98.144286][ T1] Testing event wait_on_page_writeback: OK
<6>[ 98.197654][ T1] Testing event writeback_dirty_page: OK
<6>[ 98.248026][ T1] Testing event io_uring_task_run: OK
<6>[ 98.301223][ T1] Testing event io_uring_task_add: OK
<6>[ 98.351163][ T1] Testing event io_uring_poll_wake: OK
<6>[ 98.394338][ T1] Testing event io_uring_poll_arm: OK
<6>[ 98.444337][ T1] Testing event io_uring_submit_sqe:
<6>[ 98.445008][ T7] usb 1-1.1: USB disconnect, device number 3
<4>[ 98.491339][ T1] OK
<6>[ 98.494226][ T1] Testing event io_uring_complete: OK
<6>[ 98.537784][ T1] Testing event io_uring_fail_link: OK
<6>[ 98.584300][ T1] Testing event io_uring_cqring_wait: OK
<6>[ 98.628034][ T1] Testing event io_uring_link: OK
<6>[ 98.671102][ T1] Testing event io_uring_defer: OK
<6>[ 98.717626][ T1] Testing event io_uring_queue_async_work: OK
<6>[ 98.761020][ T1] Testing event io_uring_file_get: OK
<6>[ 98.810969][ T1] Testing event io_uring_register: OK
<6>[ 98.860985][ T1] Testing event io_uring_create: OK
<6>[ 98.911106][ T1] Testing event dax_writeback_one: OK
<6>[ 98.960878][ T1] Testing event dax_writeback_range_done: OK
<6>[ 99.004186][ T1] Testing event dax_writeback_range: OK
<6>[ 99.050838][ T1] Testing event dax_insert_mapping: OK
<6>[ 99.097557][ T1] Testing event dax_insert_pfn_mkwrite: OK
<6>[ 99.144275][ T1] Testing event dax_insert_pfn_mkwrite_no_entry: OK
<6>[ 99.190975][ T1] Testing event dax_load_hole: OK
<6>[ 99.240896][ T1] Testing event dax_pte_fault_done: OK
<6>[ 99.290907][ T1] Testing event dax_pte_fault: OK
<6>[ 99.337591][ T1] Testing event dax_pmd_insert_mapping: OK
<6>[ 99.381001][ T1] Testing event dax_pmd_load_hole_fallback: OK
<6>[ 99.427592][ T1] Testing event dax_pmd_load_hole: OK
<6>[ 99.474220][ T1] Testing event dax_pmd_fault_done: OK
<6>[ 99.520863][ T1] Testing event dax_pmd_fault: OK
<6>[ 99.567482][ T1] Testing event leases_conflict: OK
<6>[ 99.614177][ T1] Testing event generic_add_lease: OK
<6>[ 99.660865][ T1] Testing event time_out_leases: OK
<6>[ 99.707554][ T1] Testing event generic_delete_lease: OK
<6>[ 99.754200][ T1] Testing event break_lease_unblock: OK
<6>[ 99.800978][ T1] Testing event break_lease_block: OK
<6>[ 99.847447][ T1] Testing event break_lease_noblock: OK
<6>[ 99.894351][ T1] Testing event flock_lock_inode: OK
<6>[ 99.940917][ T1] Testing event locks_remove_posix:
<6>[ 99.947415][ T7] usb 1-1.1: new low-speed USB device number 6 using ehci-pci
<4>[ 99.984605][ T1] OK
<6>[ 99.987770][ T1] Testing event fcntl_setlk: OK
<6>[ 100.037719][ T1] Testing event posix_lock_inode:
<6>[ 100.080188][ T7] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
<6>[ 100.086815][ T7] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 100.090449][ T7] usb 1-1.1: Product: USB Optical Mouse
<6>[ 100.093974][ T7] usb 1-1.1: Manufacturer: Logitech
<4>[ 100.097537][ T1] OK
<6>[ 100.100961][ T1] Testing event locks_get_lock_context: OK
<6>[ 100.148179][ T1] Testing event iomap_apply: OK
<6>[ 100.201483][ T1] Testing event iomap_apply_srcmap: OK
<6>[ 100.251577][ T1] Testing event iomap_apply_dstmap: OK
<6>[ 100.294781][ T1] Testing event iomap_dio_invalidate_fail: OK
<6>[ 100.341448][ T1] Testing event iomap_invalidatepage: OK
<6>[ 100.384749][ T1] Testing event iomap_releasepage: OK
<6>[ 100.428135][ T1] Testing event iomap_writepage: OK
<6>[ 100.474688][ T1] Testing event iomap_readahead: OK
<6>[ 100.521329][ T1] Testing event iomap_readpage: OK
<6>[ 100.571331][ T1] Testing event ext4_fc_track_range: OK
<6>[ 100.618067][ T1] Testing event ext4_fc_track_inode: OK
<6>[ 100.668017][ T1] Testing event ext4_fc_track_unlink: OK
<6>[ 100.711398][ T1] Testing event ext4_fc_track_link: OK
<6>[ 100.761333][ T1] Testing event ext4_fc_track_create: OK
<6>[ 100.808003][ T1] Testing event ext4_fc_stats: OK
<6>[ 100.861269][ T1] Testing event ext4_fc_commit_stop: OK
<6>[ 100.911324][ T1] Testing event ext4_fc_commit_start: OK
<6>[ 100.954632][ T1] Testing event ext4_fc_replay: OK
<6>[ 101.001299][ T1] Testing event ext4_fc_replay_scan: OK
<6>[ 101.051337][ T1] Testing event ext4_lazy_itable_init: OK
<6>[ 101.101272][ T1] Testing event ext4_prefetch_bitmaps: OK
<6>[ 101.151282][ T1] Testing event ext4_error: OK
<6>[ 101.201210][ T1] Testing event ext4_shutdown: OK
<6>[ 101.247902][ T1] Testing event ext4_getfsmap_mapping: OK
<6>[ 101.297973][ T1] Testing event ext4_getfsmap_high_key: OK
<6>[ 101.347922][ T1] Testing event ext4_getfsmap_low_key: OK
<6>[ 101.394545][ T1] Testing event ext4_fsmap_mapping: OK
<6>[ 101.441293][ T1] Testing event ext4_fsmap_high_key: OK
<6>[ 101.488072][ T1] Testing event ext4_fsmap_low_key: OK
<6>[ 101.534524][ T1] Testing event ext4_es_insert_delayed_block: OK
<6>[ 101.578028][ T1] Testing event ext4_es_shrink: OK
<6>[ 101.624555][ T1] Testing event ext4_insert_range: OK
<6>[ 101.674585][ T1] Testing event ext4_collapse_range: OK
<6>[ 101.724533][ T1] Testing event ext4_es_shrink_scan_exit: OK
<6>[ 101.774564][ T1] Testing event ext4_es_shrink_scan_enter: OK
<6>[ 101.824565][ T1] Testing event ext4_es_shrink_count: OK
<6>[ 101.874496][ T1] Testing event ext4_es_lookup_extent_exit: OK
<6>[ 101.921234][ T1] Testing event ext4_es_lookup_extent_enter: OK
<6>[ 101.971188][ T1] Testing event ext4_es_find_extent_range_exit: OK
<6>[ 102.017757][ T1] Testing event ext4_es_find_extent_range_enter: OK
<6>[ 102.061139][ T1] Testing event ext4_es_remove_extent: OK
<6>[ 102.107849][ T1] Testing event ext4_es_cache_extent: OK
<6>[ 102.151155][ T1] Testing event ext4_es_insert_extent: OK
<6>[ 102.201069][ T1] Testing event ext4_ext_remove_space_done: OK
<6>[ 102.251083][ T1] Testing event ext4_ext_remove_space: OK
<6>[ 102.300986][ T1] Testing event ext4_ext_rm_idx: OK
<6>[ 102.347680][ T1] Testing event ext4_ext_rm_leaf: OK
<6>[ 102.390889][ T1] Testing event ext4_remove_blocks: OK
<6>[ 102.437490][ T1] Testing event ext4_ext_show_extent: OK
<6>[ 102.487502][ T1] Testing event ext4_get_implied_cluster_alloc_exit: OK
<6>[ 102.534074][ T1] Testing event ext4_ext_handle_unwritten_extents: OK
<6>[ 102.580785][ T1] Testing event ext4_trim_all_free: OK
<6>[ 102.627482][ T1] Testing event ext4_trim_extent: OK
<6>[ 102.677575][ T1] Testing event ext4_journal_start_reserved: OK
<6>[ 102.727505][ T1] Testing event ext4_journal_start: OK
<6>[ 102.777375][ T1] Testing event ext4_load_inode: OK
<6>[ 102.827368][ T1] Testing event ext4_ext_load_extent: OK
<6>[ 102.877374][ T1] Testing event ext4_ind_map_blocks_exit: OK
<6>[ 102.927414][ T1] Testing event ext4_ext_map_blocks_exit: OK
<6>[ 102.977403][ T1] Testing event ext4_ind_map_blocks_enter: OK
<6>[ 103.027416][ T1] Testing event ext4_ext_map_blocks_enter: OK
<6>[ 103.074142][ T1] Testing event ext4_ext_convert_to_initialized_fastpath: OK
<6>[ 103.124143][ T1] Testing event ext4_ext_convert_to_initialized_enter: OK
<6>[ 103.174135][ T1] Testing event ext4_truncate_exit: OK
<6>[ 103.220820][ T1] Testing event ext4_truncate_enter: OK
<6>[ 103.270833][ T1] Testing event ext4_unlink_exit: OK
<6>[ 103.320841][ T1] Testing event ext4_unlink_enter: OK
<6>[ 103.370811][ T1] Testing event ext4_fallocate_exit: OK
<6>[ 103.420866][ T1] Testing event ext4_zero_range: OK
<6>[ 103.464074][ T1] Testing event ext4_punch_hole: OK
<6>[ 103.510774][ T1] Testing event ext4_fallocate_enter: OK
<6>[ 103.560774][ T1] Testing event ext4_read_block_bitmap_load: OK
<6>[ 103.604226][ T1] Testing event ext4_load_inode_bitmap: OK
<6>[ 103.651034][ T1] Testing event ext4_mb_buddy_bitmap_load: OK
<6>[ 103.697820][ T1] Testing event ext4_mb_bitmap_load: OK
<6>[ 103.747550][ T1] Testing event ext4_da_release_space: OK
<6>[ 103.797482][ T1] Testing event ext4_da_reserve_space: OK
<6>[ 103.847442][ T1] Testing event ext4_da_update_reserve_space: OK
<6>[ 103.897755][ T1] Testing event ext4_forget: OK
<6>[ 103.944115][ T1] Testing event ext4_mballoc_free: OK
<6>[ 103.990970][ T1] Testing event ext4_mballoc_discard: OK
<6>[ 104.034426][ T1] Testing event ext4_mballoc_prealloc: OK
<6>[ 104.084432][ T1] Testing event ext4_mballoc_alloc: OK
<6>[ 104.134457][ T1] Testing event ext4_alloc_da_blocks: OK
<6>[ 104.187778][ T1] Testing event ext4_sync_fs: OK
<6>[ 104.237831][ T1] Testing event ext4_sync_file_exit: OK
<6>[ 104.287753][ T1] Testing event ext4_sync_file_enter: OK
<6>[ 104.337765][ T1] Testing event ext4_free_blocks: OK
<6>[ 104.384369][ T1] Testing event ext4_allocate_blocks: OK
<6>[ 104.431087][ T1] Testing event ext4_request_blocks: OK
<6>[ 104.481123][ T1] Testing event ext4_mb_discard_preallocations: OK
<6>[ 104.531044][ T1] Testing event ext4_discard_preallocations: OK
<6>[ 104.577509][ T1] Testing event ext4_mb_release_group_pa: OK
<6>[ 104.624246][ T1] Testing event ext4_mb_release_inode_pa: OK
<6>[ 104.667571][ T1] Testing event ext4_mb_new_group_pa: OK
<6>[ 104.714231][ T1] Testing event ext4_mb_new_inode_pa: OK
<6>[ 104.764176][ T1] Testing event ext4_discard_blocks: OK
<6>[ 104.814131][ T1] Testing event ext4_journalled_invalidatepage: OK
<6>[ 104.864174][ T1] Testing event ext4_invalidatepage: OK
<6>[ 104.914106][ T1] Testing event ext4_releasepage: OK
<6>[ 104.964132][ T1] Testing event ext4_readpage: OK
<6>[ 105.014093][ T1] Testing event ext4_writepage: OK
<6>[ 105.064081][ T1] Testing event ext4_writepages_result: OK
<6>[ 105.114131][ T1] Testing event ext4_da_write_pages_extent: OK
<6>[ 105.164125][ T1] Testing event ext4_da_write_pages: OK
<6>[ 105.217352][ T1] Testing event ext4_writepages: OK
<6>[ 105.267399][ T1] Testing event ext4_da_write_end: OK
<6>[ 105.314344][ T1] Testing event ext4_journalled_write_end: OK
<6>[ 105.361194][ T1] Testing event ext4_write_end: OK
<6>[ 105.410759][ T1] Testing event ext4_da_write_begin: OK
<6>[ 105.460801][ T1] Testing event ext4_write_begin: OK
<6>[ 105.507502][ T1] Testing event ext4_begin_ordered_truncate: OK
<6>[ 105.554200][ T1] Testing event ext4_mark_inode_dirty: OK
<6>[ 105.597608][ T1] Testing event ext4_nfs_commit_metadata: OK
<6>[ 105.644347][ T1] Testing event ext4_drop_inode: OK
<6>[ 105.687809][ T1] Testing event ext4_evict_inode: OK
<6>[ 105.734503][ T1] Testing event ext4_allocate_inode: OK
<6>[ 105.784420][ T1] Testing event ext4_request_inode: OK
<6>[ 105.834232][ T1] Testing event ext4_free_inode: OK
<6>[ 105.877586][ T1] Testing event ext4_other_inode_update_time: OK
<6>[ 105.924399][ T1] Testing event jbd2_shrink_checkpoint_list: OK
<6>[ 105.968016][ T1] Testing event jbd2_shrink_scan_exit: OK
<6>[ 106.014565][ T1] Testing event jbd2_shrink_scan_enter: OK
<6>[ 106.064469][ T1] Testing event jbd2_shrink_count: OK
<6>[ 106.114283][ T1] Testing event jbd2_lock_buffer_stall: OK
<6>[ 106.160943][ T1] Testing event jbd2_write_superblock: OK
<6>[ 106.210968][ T1] Testing event jbd2_update_log_tail: OK
<6>[ 106.257596][ T1] Testing event jbd2_checkpoint_stats: OK
<6>[ 106.300910][ T1] Testing event jbd2_run_stats: OK
<6>[ 106.347622][ T1] Testing event jbd2_handle_stats: OK
<6>[ 106.401023][ T1] Testing event jbd2_handle_extend: OK
<6>[ 106.447594][ T1] Testing event jbd2_handle_restart: OK
<6>[ 106.490908][ T1] Testing event jbd2_handle_start: OK
<6>[ 106.537581][ T1] Testing event jbd2_submit_inode_data: OK
<6>[ 106.587650][ T1] Testing event jbd2_end_commit: OK
<6>[ 106.634252][ T1] Testing event jbd2_drop_transaction: OK
<6>[ 106.680969][ T1] Testing event jbd2_commit_logging: OK
<6>[ 106.727705][ T1] Testing event jbd2_commit_flushing: OK
<6>[ 106.774330][ T1] Testing event jbd2_commit_locking: OK
<6>[ 106.824204][ T1] Testing event jbd2_start_commit: OK
<6>[ 106.870881][ T1] Testing event jbd2_checkpoint: OK
<6>[ 106.914345][ T1] Testing event block_rq_remap: OK
<6>[ 106.960905][ T1] Testing event block_bio_remap: OK
<6>[ 107.010967][ T1] Testing event block_split: OK
<6>[ 107.057585][ T1] Testing event block_unplug: OK
<6>[ 107.104218][ T1] Testing event block_plug: OK
<6>[ 107.150850][ T1] Testing event block_getrq: OK
<6>[ 107.197689][ T1] Testing event block_bio_queue: OK
<6>[ 107.247669][ T1] Testing event block_bio_frontmerge: OK
<6>[ 107.294181][ T1] Testing event block_bio_backmerge: OK
<6>[ 107.344298][ T1] Testing event block_bio_bounce: OK
<6>[ 107.394142][ T1] Testing event block_bio_complete: OK
<6>[ 107.441137][ T1] Testing event block_rq_merge: OK
<6>[ 107.491265][ T1] Testing event block_rq_issue: OK
<6>[ 107.537741][ T1] Testing event block_rq_insert: OK
<6>[ 107.587676][ T1] Testing event block_rq_complete: OK
<6>[ 107.637421][ T1] Testing event block_rq_requeue: OK
<6>[ 107.684071][ T1] Testing event block_dirty_buffer: OK
<6>[ 107.731034][ T1] Testing event block_touch_buffer: OK
<6>[ 107.777666][ T1] Testing event iocost_iocg_forgive_debt: OK
<6>[ 107.824351][ T1] Testing event iocost_ioc_vrate_adj: OK
<6>[ 107.871025][ T1] Testing event iocost_inuse_adjust: OK
<6>[ 107.917636][ T1] Testing event iocost_inuse_transfer: OK
<6>[ 107.967641][ T1] Testing event iocost_inuse_shortage: OK
<6>[ 108.014005][ T1] Testing event iocost_iocg_idle: OK
<6>[ 108.060640][ T1] Testing event iocost_iocg_activate: OK
<6>[ 108.107351][ T1] Testing event wbt_timer: OK
<6>[ 108.153983][ T1] Testing event wbt_step: OK
<6>[ 108.200591][ T1] Testing event wbt_lat: OK
<6>[ 108.250560][ T1] Testing event wbt_stat: OK
<6>[ 108.297223][ T1] Testing event rdpmc: OK
<6>[ 108.347279][ T1] Testing event write_msr: OK
<6>[ 108.393949][ T1] Testing event read_msr: OK
<6>[ 108.443997][ T1] Testing event gpio_value: OK
<6>[ 108.493768][ T1] Testing event gpio_direction: OK
<6>[ 108.540421][ T1] Testing event pwm_get: OK
<6>[ 108.583716][ T1] Testing event pwm_apply: OK
<6>[ 108.630370][ T1] Testing event clk_set_duty_cycle_complete: OK
<6>[ 108.680547][ T1] Testing event clk_set_duty_cycle: OK
<6>[ 108.727228][ T1] Testing event clk_set_phase_complete: OK
<6>[ 108.777251][ T1] Testing event clk_set_phase: OK
<6>[ 108.827198][ T1] Testing event clk_set_parent_complete: OK
<6>[ 108.873877][ T1] Testing event clk_set_parent: OK
<6>[ 108.920553][ T1] Testing event clk_set_rate_range: OK
<6>[ 108.967096][ T1] Testing event clk_set_max_rate: OK
<6>[ 109.017433][ T1] Testing event clk_set_min_rate: OK
<6>[ 109.067095][ T1] Testing event clk_set_rate_complete: OK
<6>[ 109.117105][ T1] Testing event clk_set_rate: OK
<6>[ 109.163745][ T1] Testing event clk_unprepare_complete: OK
<6>[ 109.210690][ T1] Testing event clk_unprepare: OK
<6>[ 109.257417][ T1] Testing event clk_prepare_complete: OK
<6>[ 109.307368][ T1] Testing event clk_prepare: OK
<6>[ 109.357389][ T1] Testing event clk_disable_complete: OK
<6>[ 109.404185][ T1] Testing event clk_disable: OK
<6>[ 109.454120][ T1] Testing event clk_enable_complete: OK
<6>[ 109.504061][ T1] Testing event clk_enable: OK
<6>[ 109.554031][ T1] Testing event regulator_set_voltage_complete: OK
<6>[ 109.604133][ T1] Testing event regulator_set_voltage: OK
<6>[ 109.650777][ T1] Testing event regulator_bypass_disable_complete: OK
<6>[ 109.697579][ T1] Testing event regulator_bypass_disable: OK
<6>[ 109.744196][ T1] Testing event regulator_bypass_enable_complete: OK
<6>[ 109.794295][ T1] Testing event regulator_bypass_enable: OK
<6>[ 109.840897][ T1] Testing event regulator_disable_complete: OK
<6>[ 109.890689][ T1] Testing event regulator_disable: OK
<6>[ 109.937302][ T1] Testing event regulator_enable_complete: OK
<6>[ 109.984030][ T1] Testing event regulator_enable_delay: OK
<6>[ 110.034037][ T1] Testing event regulator_enable: OK
<6>[ 110.080600][ T1] Testing event prandom_u32: OK
<6>[ 110.130617][ T1] Testing event urandom_read: OK
<6>[ 110.177274][ T1] Testing event extract_entropy: OK
<6>[ 110.227303][ T1] Testing event get_random_bytes_arch: OK
<6>[ 110.277347][ T1] Testing event get_random_bytes: OK
<6>[ 110.327306][ T1] Testing event add_disk_randomness: OK
<6>[ 110.373977][ T1] Testing event add_input_randomness: OK
<6>[ 110.424007][ T1] Testing event debit_entropy: OK
<6>[ 110.474032][ T1] Testing event credit_entropy_bits: OK
<6>[ 110.520714][ T1] Testing event mix_pool_bytes_nolock: OK
<6>[ 110.567427][ T1] Testing event mix_pool_bytes: OK
<6>[ 110.614072][ T1] Testing event add_device_randomness: OK
<6>[ 110.660774][ T1] Testing event prq_report: OK
<6>[ 110.707457][ T1] Testing event qi_submit: OK
<6>[ 110.754040][ T1] Testing event io_page_fault: OK
<6>[ 110.804163][ T1] Testing event unmap: OK
<6>[ 110.850698][ T1] Testing event map: OK
<6>[ 110.900710][ T1] Testing event detach_device_from_domain: OK
<6>[ 110.950843][ T1] Testing event attach_device_to_domain: OK
<6>[ 110.997487][ T1] Testing event remove_device_from_group: OK
<6>[ 111.044319][ T1] Testing event add_device_to_group: OK
<6>[ 111.091167][ T1] Testing event regcache_drop_region: OK
<6>[ 111.141068][ T1] Testing event regmap_async_complete_done: OK
<6>[ 111.191133][ T1] Testing event regmap_async_complete_start: OK
<6>[ 111.241111][ T1] Testing event regmap_async_io_complete: OK
<6>[ 111.291107][ T1] Testing event regmap_async_write_start: OK
<6>[ 111.341187][ T1] Testing event regmap_cache_bypass: OK
<6>[ 111.391110][ T1] Testing event regmap_cache_only: OK
<6>[ 111.441097][ T1] Testing event regcache_sync: OK
<6>[ 111.487806][ T1] Testing event regmap_hw_write_done: OK
<6>[ 111.538028][ T1] Testing event regmap_hw_write_start: OK
<6>[ 111.581144][ T1] Testing event regmap_hw_read_done: OK
<6>[ 111.631140][ T1] Testing event regmap_hw_read_start: OK
<6>[ 111.677573][ T1] Testing event regmap_reg_read_cache: OK
<6>[ 111.727541][ T1] Testing event regmap_reg_read: OK
<6>[ 111.777471][ T1] Testing event regmap_reg_write: OK
<6>[ 111.827469][ T1] Testing event devres_log: OK
<6>[ 111.877449][ T1] Testing event dma_fence_wait_end: OK
<6>[ 111.927474][ T1] Testing event dma_fence_wait_start: OK
<6>[ 111.974075][ T1] Testing event dma_fence_signaled: OK
<6>[ 112.024155][ T1] Testing event dma_fence_enable_signal: OK
<6>[ 112.074067][ T1] Testing event dma_fence_destroy: OK
<6>[ 112.117462][ T1] Testing event dma_fence_init: OK
<6>[ 112.167419][ T1] Testing event dma_fence_emit: OK
<6>[ 112.213987][ T1] Testing event sync_timeline: OK
<6>[ 112.257375][ T1] Testing event scsi_eh_wakeup: OK
<6>[ 112.307372][ T1] Testing event scsi_dispatch_cmd_timeout: OK
<6>[ 112.354158][ T1] Testing event scsi_dispatch_cmd_done: OK
<6>[ 112.400808][ T1] Testing event scsi_dispatch_cmd_error: OK
<6>[ 112.447463][ T1] Testing event scsi_dispatch_cmd_start: OK
<6>[ 112.497369][ T1] Testing event ata_eh_link_autopsy_qc: OK
<6>[ 112.544092][ T1] Testing event ata_eh_link_autopsy: OK
<6>[ 112.594039][ T1] Testing event ata_qc_complete_done: OK
<6>[ 112.644021][ T1] Testing event ata_qc_complete_failed: OK
<6>[ 112.690709][ T1] Testing event ata_qc_complete_internal: OK
<6>[ 112.734105][ T1] Testing event ata_qc_issue: OK
<6>[ 112.780649][ T1] Testing event spi_transfer_stop: OK
<6>[ 112.830665][ T1] Testing event spi_transfer_start: OK
<6>[ 112.877404][ T1] Testing event spi_message_done: OK
<6>[ 112.920991][ T1] Testing event spi_message_start: OK
<6>[ 112.967537][ T1] Testing event spi_message_submit: OK
<6>[ 113.010808][ T1] Testing event spi_set_cs: OK
<6>[ 113.057512][ T1] Testing event spi_setup: OK
<6>[ 113.107486][ T1] Testing event spi_controller_busy: OK
<6>[ 113.157486][ T1] Testing event spi_controller_idle: OK
<6>[ 113.207416][ T1] Testing event mdio_access: OK
<6>[ 113.257252][ T1] Testing event xhci_dbc_giveback_request: OK
<6>[ 113.304204][ T1] Testing event xhci_dbc_queue_request: OK
<6>[ 113.350926][ T1] Testing event xhci_dbc_free_request: OK
<6>[ 113.400808][ T1] Testing event xhci_dbc_alloc_request: OK
<6>[ 113.450655][ T1] Testing event xhci_ring_host_doorbell: OK
<6>[ 113.497114][ T1] Testing event xhci_ring_ep_doorbell: OK
<6>[ 113.543899][ T1] Testing event xhci_hub_status_data: OK
<6>[ 113.593918][ T1] Testing event xhci_get_port_status: OK
<6>[ 113.643935][ T1] Testing event xhci_handle_port_status: OK
<6>[ 113.697253][ T1] Testing event xhci_inc_deq: OK
<6>[ 113.747244][ T1] Testing event xhci_inc_enq: OK
<6>[ 113.797206][ T1] Testing event xhci_ring_expansion: OK
<6>[ 113.847217][ T1] Testing event xhci_ring_free: OK
<6>[ 113.897195][ T1] Testing event xhci_ring_alloc: OK
<6>[ 113.947197][ T1] Testing event xhci_configure_endpoint_ctrl_ctx: OK
<6>[ 113.997307][ T1] Testing event xhci_address_ctrl_ctx: OK
<6>[ 114.047312][ T1] Testing event xhci_configure_endpoint: OK
<6>[ 114.097377][ T1] Testing event xhci_handle_cmd_set_deq: OK
<6>[ 114.147366][ T1] Testing event xhci_handle_cmd_reset_dev: OK
<6>[ 114.193994][ T1] Testing event xhci_handle_cmd_addr_dev: OK
<6>[ 114.244003][ T1] Testing event xhci_setup_device_slot: OK
<6>[ 114.294051][ T1] Testing event xhci_discover_or_reset_device: OK
<6>[ 114.344143][ T1] Testing event xhci_handle_cmd_disable_slot: OK
<6>[ 114.394120][ T1] Testing event xhci_free_dev: OK
<6>[ 114.440717][ T1] Testing event xhci_alloc_dev: OK
<6>[ 114.490951][ T1] Testing event xhci_add_endpoint: OK
<6>[ 114.544413][ T1] Testing event xhci_handle_cmd_config_ep: OK
<6>[ 114.591168][ T1] Testing event xhci_handle_cmd_reset_ep: OK
<6>[ 114.641000][ T1] Testing event xhci_handle_cmd_set_deq_ep: OK
<6>[ 114.690805][ T1] Testing event xhci_handle_cmd_stop_ep: OK
<6>[ 114.740829][ T1] Testing event xhci_urb_dequeue: OK
<6>[ 114.790840][ T1] Testing event xhci_urb_giveback: OK
<6>[ 114.840809][ T1] Testing event xhci_urb_enqueue: OK
<6>[ 114.890801][ T1] Testing event xhci_stop_device: OK
<6>[ 114.940776][ T1] Testing event xhci_setup_addressable_virt_device: OK
<6>[ 114.990928][ T1] Testing event xhci_setup_device: OK
<6>[ 115.044480][ T1] Testing event xhci_alloc_virt_device: OK
<6>[ 115.094497][ T1] Testing event xhci_free_virt_device: OK
<6>[ 115.144498][ T1] Testing event xhci_dbc_gadget_ep_queue: OK
<6>[ 115.197640][ T1] Testing event xhci_dbc_handle_transfer: OK
<6>[ 115.244293][ T1] Testing event xhci_dbc_handle_event: OK
<6>[ 115.290926][ T1] Testing event xhci_queue_trb: OK
<6>[ 115.340916][ T1] Testing event xhci_handle_transfer: OK
<6>[ 115.390881][ T1] Testing event xhci_handle_command: OK
<6>[ 115.437623][ T1] Testing event xhci_handle_event: OK
<6>[ 115.487522][ T1] Testing event xhci_address_ctx: OK
<6>[ 115.534230][ T1] Testing event xhci_dbg_ring_expansion: OK
<6>[ 115.580976][ T1] Testing event xhci_dbg_init: OK
<6>[ 115.627579][ T1] Testing event xhci_dbg_cancel_urb: OK
<6>[ 115.677607][ T1] Testing event xhci_dbg_reset_ep: OK
<6>[ 115.724248][ T1] Testing event xhci_dbg_quirks: OK
<6>[ 115.770915][ T1] Testing event xhci_dbg_context_change: OK
<6>[ 115.820936][ T1] Testing event xhci_dbg_address: OK
<6>[ 115.867507][ T1] Testing event rtc_timer_fired: OK
<6>[ 115.914190][ T1] Testing event rtc_timer_dequeue: OK
<6>[ 115.960911][ T1] Testing event rtc_timer_enqueue: OK
<6>[ 116.010839][ T1] Testing event rtc_read_offset: OK
<6>[ 116.061106][ T1] Testing event rtc_set_offset: OK
<6>[ 116.107499][ T1] Testing event rtc_alarm_irq_enable: OK
<6>[ 116.157844][ T1] Testing event rtc_irq_set_state: OK
<6>[ 116.204475][ T1] Testing event rtc_irq_set_freq: OK
<6>[ 116.251158][ T1] Testing event rtc_read_alarm: OK
<6>[ 116.301088][ T1] Testing event rtc_set_alarm: OK
<6>[ 116.347564][ T1] Testing event rtc_read_time: OK
<6>[ 116.394204][ T1] Testing event rtc_set_time: OK
<6>[ 116.441042][ T1] Testing event i2c_result: OK
<6>[ 116.487516][ T1] Testing event i2c_reply: OK
<6>[ 116.537499][ T1] Testing event i2c_read: OK
<6>[ 116.584210][ T1] Testing event i2c_write: OK
<6>[ 116.634322][ T1] Testing event smbus_result: OK
<6>[ 116.680659][ T1] Testing event smbus_reply: OK
<6>[ 116.727279][ T1] Testing event smbus_read: OK
<6>[ 116.773947][ T1] Testing event smbus_write: OK
<6>[ 116.820895][ T1] Testing event hwmon_attr_show_string: OK
<6>[ 116.867564][ T1] Testing event hwmon_attr_store: OK
<6>[ 116.917550][ T1] Testing event hwmon_attr_show: OK
<6>[ 116.963923][ T1] Testing event thermal_power_devfreq_limit: OK
<6>[ 117.010662][ T1] Testing event thermal_power_devfreq_get_power: OK
<6>[ 117.057308][ T1] Testing event thermal_zone_trip: OK
<6>[ 117.104023][ T1] Testing event cdev_update: OK
<6>[ 117.150654][ T1] Testing event thermal_temperature: OK
<6>[ 117.200712][ T1] Testing event thermal_power_allocator_pid: OK
<6>[ 117.247364][ T1] Testing event thermal_power_allocator: OK
<6>[ 117.297331][ T1] Testing event mmc_request_done: OK
<6>[ 117.344113][ T1] Testing event mmc_request_start: OK
<6>[ 117.393997][ T1] Testing event cros_ec_request_done: OK
<6>[ 117.440654][ T1] Testing event cros_ec_request_start: OK
<6>[ 117.487455][ T1] Testing event devfreq_monitor: OK
<6>[ 117.533986][ T1] Testing event devfreq_frequency: OK
<6>[ 117.584023][ T1] Testing event memory_failure_event: OK
<6>[ 117.630644][ T1] Testing event aer_event: OK
<6>[ 117.680674][ T1] Testing event non_standard_event: OK
<6>[ 117.727392][ T1] Testing event arm_event: OK
<6>[ 117.777381][ T1] Testing event mc_event: OK
<6>[ 117.823972][ T1] Testing event extlog_mem_event: OK
<6>[ 117.873986][ T1] Testing event icc_set_bw_end: OK
<6>[ 117.924049][ T1] Testing event icc_set_bw: OK
<6>[ 117.970952][ T1] Testing event neigh_cleanup_and_release: OK
<6>[ 118.021071][ T1] Testing event neigh_event_send_dead: OK
<6>[ 118.067722][ T1] Testing event neigh_event_send_done: OK
<6>[ 118.114337][ T1] Testing event neigh_timer_handler: OK
<6>[ 118.164343][ T1] Testing event neigh_update_done: OK
<6>[ 118.210981][ T1] Testing event neigh_update: OK
<6>[ 118.257689][ T1] Testing event neigh_create: OK
<6>[ 118.307666][ T1] Testing event page_pool_update_nid: OK
<6>[ 118.354389][ T1] Testing event page_pool_state_hold: OK
<6>[ 118.401009][ T1] Testing event page_pool_state_release: OK
<6>[ 118.447653][ T1] Testing event page_pool_release: OK
<6>[ 118.497648][ T1] Testing event br_fdb_update: OK
<6>[ 118.540915][ T1] Testing event fdb_delete: OK
<6>[ 118.587554][ T1] Testing event br_fdb_external_learn_add: OK
<6>[ 118.637664][ T1] Testing event br_fdb_add: OK
<6>[ 118.684270][ T1] Testing event qdisc_create: OK
<6>[ 118.734094][ T1] Testing event qdisc_destroy: OK
<6>[ 118.780766][ T1] Testing event qdisc_reset: OK
<6>[ 118.827415][ T1] Testing event qdisc_enqueue: OK
<6>[ 118.877473][ T1] Testing event qdisc_dequeue: OK
<6>[ 118.924089][ T1] Testing event fib_table_lookup: OK
<6>[ 118.974103][ T1] Testing event tcp_bad_csum: OK
<6>[ 119.020809][ T1] Testing event tcp_probe: OK
<6>[ 119.067431][ T1] Testing event tcp_retransmit_synack: OK
<6>[ 119.114145][ T1] Testing event tcp_rcv_space_adjust: OK
<6>[ 119.164181][ T1] Testing event tcp_destroy_sock: OK
<6>[ 119.210827][ T1] Testing event tcp_receive_reset: OK
<6>[ 119.260827][ T1] Testing event tcp_send_reset: OK
<6>[ 119.307493][ T1] Testing event tcp_retransmit_skb: OK
<6>[ 119.354204][ T1] Testing event udp_fail_queue_rcv_skb: OK
<6>[ 119.404242][ T1] Testing event inet_sk_error_report: OK
<6>[ 119.450849][ T1] Testing event inet_sock_set_state: OK
<6>[ 119.500825][ T1] Testing event sock_exceed_buf_limit: OK
<6>[ 119.547503][ T1] Testing event sock_rcvqueue_full: OK
<6>[ 119.597486][ T1] Testing event napi_poll: OK
<6>[ 119.647503][ T1] Testing event netif_receive_skb_list_exit: OK
<6>[ 119.694204][ T1] Testing event netif_rx_ni_exit: OK
<6>[ 119.740890][ T1] Testing event netif_rx_exit: OK
<6>[ 119.790986][ T1] Testing event netif_receive_skb_exit: OK
<6>[ 119.837827][ T1] Testing event napi_gro_receive_exit: OK
<6>[ 119.887862][ T1] Testing event napi_gro_frags_exit: OK
<6>[ 119.934159][ T1] Testing event netif_rx_ni_entry: OK
<6>[ 119.980941][ T1] Testing event netif_rx_entry: OK
<6>[ 120.031030][ T1] Testing event netif_receive_skb_list_entry: OK
<6>[ 120.077577][ T1] Testing event netif_receive_skb_entry: OK
<6>[ 120.124207][ T1] Testing event napi_gro_receive_entry: OK
<6>[ 120.174223][ T1] Testing event napi_gro_frags_entry: OK
<6>[ 120.220945][ T1] Testing event netif_rx: OK
<6>[ 120.271053][ T1] Testing event netif_receive_skb: OK
<6>[ 120.317485][ T1] Testing event net_dev_queue: OK
<6>[ 120.367538][ T1] Testing event net_dev_xmit_timeout: OK
<6>[ 120.414228][ T1] Testing event net_dev_xmit: OK
<6>[ 120.464184][ T1] Testing event net_dev_start_xmit: OK
<6>[ 120.510872][ T1] Testing event skb_copy_datagram_iovec: OK
<6>[ 120.560960][ T1] Testing event consume_skb: OK
<6>[ 120.607577][ T1] Testing event kfree_skb: OK
<6>[ 120.654269][ T1] Testing event devlink_trap_report: OK
<6>[ 120.704327][ T1] Testing event devlink_health_reporter_state_update: OK
<6>[ 120.754413][ T1] Testing event devlink_health_recover_aborted: OK
<6>[ 120.800999][ T1] Testing event devlink_health_report: OK
<6>[ 120.847683][ T1] Testing event devlink_hwerr: OK
<6>[ 120.894243][ T1] Testing event devlink_hwmsg: OK
<6>[ 120.944205][ T1] Testing event netlink_extack: OK
<6>[ 120.990893][ T1] Testing event bpf_test_finish: OK
<6>[ 121.040932][ T1] Testing event tls_device_tx_resync_send: OK
<6>[ 121.087651][ T1] Testing event tls_device_tx_resync_req: OK
<6>[ 121.137667][ T1] Testing event tls_device_rx_resync_nh_delay: OK
<6>[ 121.184359][ T1] Testing event tls_device_rx_resync_nh_schedule: OK
<6>[ 121.230980][ T1] Testing event tls_device_rx_resync_send: OK
<6>[ 121.277640][ T1] Testing event tls_device_decrypted: OK
<6>[ 121.321001][ T1] Testing event tls_device_offload_set: OK
<6>[ 121.367631][ T1] Testing event fib6_table_lookup: OK
<6>[ 121.414507][ T1] Testing event subflow_check_data_avail: OK
<6>[ 121.464386][ T1] Testing event ack_update_msk: OK
<6>[ 121.511012][ T1] Testing event get_mapping_status: OK
<6>[ 121.557684][ T1] Testing event mptcp_subflow_get_send: OK
<6>[ 121.607749][ T1] Running tests on trace event systems:
<6>[ 121.610786][ T1] Testing event system mptcp: OK
<6>[ 121.658229][ T1] Testing event system fib6: OK
<6>[ 121.707952][ T1] Testing event system tls: OK
<6>[ 121.755224][ T1] Testing event system bpf_test_run: OK
<6>[ 121.801621][ T1] Testing event system netlink: OK
<6>[ 121.847931][ T1] Testing event system devlink: OK
<6>[ 121.894965][ T1] Testing event system skb: OK
<6>[ 121.945016][ T1] Testing event system net: OK
<6>[ 121.992746][ T1] Testing event system napi: OK
<6>[ 122.041153][ T1] Testing event system sock: OK
<6>[ 122.091330][ T1] Testing event system udp: OK
<6>[ 122.137727][ T1] Testing event system tcp: OK
<6>[ 122.185131][ T1] Testing event system fib: OK
<6>[ 122.234665][ T1] Testing event system qdisc: OK
<6>[ 122.281249][ T1] Testing event system bridge: OK
<6>[ 122.327628][ T1] Testing event system page_pool: OK
<6>[ 122.377890][ T1] Testing event system neigh: OK
<6>[ 122.424708][ T1] Testing event system interconnect: OK
<6>[ 122.474383][ T1] Testing event system ras: OK
<6>[ 122.521185][ T1] Testing event system devfreq: OK
<6>[ 122.571001][ T1] Testing event system cros_ec: OK
<6>[ 122.617658][ T1] Testing event system mmc: OK
<6>[ 122.660962][ T1] Testing event system thermal_power_allocator: OK
<6>[ 122.707766][ T1] Testing event system thermal: OK
<6>[ 122.757905][ T1] Testing event system hwmon: OK
<6>[ 122.804357][ T1] Testing event system smbus: OK
<6>[ 122.851170][ T1] Testing event system i2c: OK
<6>[ 122.901138][ T1] Testing event system rtc: OK
<6>[ 122.948246][ T1] Testing event system xhci-hcd: OK
<6>[ 123.004844][ T1] Testing event system mdio: OK
<6>[ 123.047418][ T1] Testing event system spi: OK
<6>[ 123.097967][ T1] Testing event system libata: OK
<6>[ 123.147776][ T1] Testing event system scsi: OK
<6>[ 123.194357][ T1] Testing event system sync_trace: OK
<6>[ 123.240732][ T1] Testing event system dma_fence: OK
<6>[ 123.291087][ T1] Testing event system dev: OK
<6>[ 123.337441][ T1] Testing event system regmap: OK
<6>[ 123.385021][ T1] Testing event system iommu: OK
<6>[ 123.434798][ T1] Testing event system intel_iommu: OK
<6>[ 123.480882][ T1] Testing event system random: OK
<6>[ 123.528358][ T1] Testing event system regulator: OK
<6>[ 123.578225][ T1] Testing event system clk: OK
<6>[ 123.628723][ T1] Testing event system pwm: OK
<6>[ 123.677355][ T1] Testing event system gpio: OK
<6>[ 123.723973][ T1] Testing event system msr: OK
<6>[ 123.771142][ T1] Testing event system wbt: OK
<6>[ 123.820978][ T1] Testing event system iocost: OK
<6>[ 123.867869][ T1] Testing event system block: OK
<6>[ 123.918633][ T1] Testing event system jbd2: OK
<6>[ 123.968818][ T1] Testing event system ext4: OK
<6>[ 124.032332][ T1] Testing event system iomap: OK
<6>[ 124.080924][ T1] Testing event system filelock: OK
<6>[ 124.131155][ T1] Testing event system fs_dax: OK
<6>[ 124.174592][ T1] Testing event system io_uring: OK
<6>[ 124.218045][ T1] Testing event system writeback: OK
<6>[ 124.266183][ T1] Testing event system page_isolation: OK
<6>[ 124.317101][ T1] Testing event system huge_memory: OK
<6>[ 124.367377][ T1] Testing event system migrate: OK
<6>[ 124.413859][ T1] Testing event system mmap: OK
<6>[ 124.463722][ T1] Testing event system mmap_lock: OK
<6>[ 124.525769][ T1] Testing event system compaction: OK
<6>[ 124.578071][ T1] Testing event system kmem: OK
<6>[ 124.624886][ T1] Testing event system percpu: OK
<6>[ 124.670799][ T1] Testing event system vmscan: OK
<6>[ 124.718337][ T1] Testing event system pagemap: OK
<6>[ 124.763907][ T1] Testing event system oom: OK
<6>[ 124.811211][ T1] Testing event system filemap: OK
<6>[ 124.857652][ T1] Testing event system rseq: OK
<6>[ 124.903783][ T1] Testing event system xdp: OK
<6>[ 124.954427][ T1] Testing event system rpm: OK
<6>[ 125.000935][ T1] Testing event system power: OK
<6>[ 125.048916][ T1] Testing event system error_report: OK
<6>[ 125.097092][ T1] Testing event system bpf_trace: OK
<6>[ 125.143754][ T1] Testing event system test: OK
<6>[ 125.190412][ T1] Testing event system preemptirq: OK
<6>[ 125.237700][ T1] Testing event system cgroup: OK
<6>[ 125.288171][ T1] Testing event system module: OK
<6>[ 125.334092][ T1] Testing event system alarmtimer: OK
<6>[ 125.377426][ T1] Testing event system timer: OK
<6>[ 125.428052][ T1] Testing event system raw_syscalls: OK
<6>[ 125.474181][ T1] Testing event system swiotlb: OK
<6>[ 125.517419][ T1] Testing event system rcu: OK
<6>[ 125.567538][ T1] Testing event system irq_matrix: OK
<6>[ 125.614846][ T1] Testing event system printk: OK
<6>[ 125.657350][ T1] Testing event system lock: OK
<6>[ 125.707977][ T1] Testing event system sched: OK
<6>[ 125.763105][ T1] Testing event system workqueue: OK
<6>[ 125.814052][ T1] Testing event system signal: OK
<6>[ 125.857254][ T1] Testing event system irq: OK
<6>[ 125.904116][ T1] Testing event system cpuhp: OK
<6>[ 125.950629][ T1] Testing event system task: OK
<6>[ 125.997264][ T1] Testing event system exceptions: OK
<6>[ 126.043944][ T1] Testing event system tlb: OK
<6>[ 126.090445][ T1] Testing event system resctrl: OK
<6>[ 126.137366][ T1] Testing event system mce: OK
<6>[ 126.183865][ T1] Testing event system x86_fpu: OK
<6>[ 126.227782][ T1] Testing event system nmi: OK
<6>[ 126.273914][ T1] Testing event system irq_vectors: OK
<6>[ 126.326575][ T1] Testing event system syscalls: OK
<6>[ 126.376019][ T1] Testing event system hyperv: OK
<6>[ 126.424192][ T1] Testing event system xen: OK
<6>[ 126.475933][ T1] Testing event system vsyscall: OK
<6>[ 126.517107][ T1] Testing event system initcall: OK
<6>[ 126.563994][ T1] Running tests on all trace events:
<6>[ 126.566256][ T1] Testing all events: OK
<6>[ 131.232756][ T1] Running tests again, along with the function tracer
<6>[ 131.246805][ T1] Running tests on trace events:
<6>[ 131.260782][ T1] Testing event initcall_finish: OK
<6>[ 131.326659][ T1] Testing event initcall_start: OK
<6>[ 131.436239][ T1] Testing event initcall_level: OK
<6>[ 131.502779][ T1] Testing event emulate_vsyscall: OK
<6>[ 131.569338][ T1] Testing event xen_cpu_set_ldt: OK
<6>[ 131.635865][ T1] Testing event xen_cpu_write_gdt_entry: OK
<6>[ 131.702821][ T1] Testing event xen_cpu_load_idt: OK
<6>[ 131.765927][ T1] Testing event xen_cpu_write_idt_entry: OK
<6>[ 131.835988][ T1] Testing event xen_cpu_write_ldt_entry: OK
<6>[ 131.899792][ T1] Testing event xen_mmu_write_cr3: OK
<6>[ 131.972812][ T1] Testing event xen_mmu_flush_tlb_multi: OK
<6>[ 132.036295][ T1] Testing event xen_mmu_flush_tlb_one_user: OK
<6>[ 132.106171][ T1] Testing event xen_mmu_pgd_unpin: OK
<6>[ 132.169386][ T1] Testing event xen_mmu_pgd_pin: OK
<6>[ 132.232637][ T1] Testing event xen_mmu_release_ptpage: OK
<6>[ 132.295897][ T1] Testing event xen_mmu_alloc_ptpage: OK
<6>[ 132.359763][ T1] Testing event xen_mmu_ptep_modify_prot_commit: OK
<6>[ 132.426205][ T1] Testing event xen_mmu_ptep_modify_prot_start: OK
<6>[ 132.492936][ T1] Testing event xen_mmu_set_p4d: OK
<6>[ 132.559466][ T1] Testing event xen_mmu_set_pud: OK
<6>[ 132.622906][ T1] Testing event xen_mmu_set_pmd: OK
<6>[ 132.689172][ T1] Testing event xen_mmu_set_pte: OK
<6>[ 132.756256][ T1] Testing event xen_mc_extend_args: OK
<6>[ 132.829198][ T1] Testing event xen_mc_flush: OK
<6>[ 132.895743][ T1] Testing event xen_mc_flush_reason: OK
<6>[ 132.958850][ T1] Testing event xen_mc_callback: OK
<6>[ 133.022432][ T1] Testing event xen_mc_entry_alloc: OK
<6>[ 133.086757][ T1] Testing event xen_mc_entry: OK
<6>[ 133.152897][ T1] Testing event xen_mc_issue: OK
<6>[ 133.222891][ T1] Testing event xen_mc_batch: OK
<6>[ 133.293062][ T1] Testing event hyperv_send_ipi_one: OK
<6>[ 133.363331][ T1] Testing event hyperv_send_ipi_mask: OK
<6>[ 133.432789][ T1] Testing event hyperv_nested_flush_guest_mapping_range: OK
<6>[ 133.506243][ T1] Testing event hyperv_nested_flush_guest_mapping: OK
<6>[ 133.579613][ T1] Testing event hyperv_mmu_flush_tlb_multi: OK
<6>[ 133.649421][ T1] Testing event vector_free_moved: OK
<6>[ 133.716282][ T1] Testing event vector_setup: OK
<6>[ 133.789524][ T1] Testing event vector_teardown: OK
<6>[ 133.858949][ T1] Testing event vector_deactivate: OK
<6>[ 133.925826][ T1] Testing event vector_activate: OK
<6>[ 133.992742][ T1] Testing event vector_alloc_managed: OK
<6>[ 134.062818][ T1] Testing event vector_alloc: OK
<6>[ 134.126458][ T1] Testing event vector_reserve: OK
<6>[ 134.192498][ T1] Testing event vector_reserve_managed: OK
<6>[ 134.259336][ T1] Testing event vector_clear: OK
<6>[ 134.326169][ T1] Testing event vector_update: OK
<6>[ 134.392677][ T1] Testing event vector_config: OK
<6>[ 134.459128][ T1] Testing event thermal_apic_exit: OK
<6>[ 134.525692][ T1] Testing event thermal_apic_entry: OK
<6>[ 134.592569][ T1] Testing event deferred_error_apic_exit: OK
<6>[ 134.656045][ T1] Testing event deferred_error_apic_entry: OK
<6>[ 134.720895][ T1] Testing event threshold_apic_exit: OK
<6>[ 134.789599][ T1] Testing event threshold_apic_entry: OK
<6>[ 134.856105][ T1] Testing event call_function_single_exit: OK
<6>[ 134.922638][ T1] Testing event call_function_single_entry: OK
<6>[ 134.989710][ T1] Testing event call_function_exit: OK
<6>[ 135.059252][ T1] Testing event call_function_entry: OK
<6>[ 135.125536][ T1] Testing event reschedule_exit: OK
<6>[ 135.193218][ T1] Testing event reschedule_entry: OK
<6>[ 135.258749][ T1] Testing event irq_work_exit: OK
<6>[ 135.322481][ T1] Testing event irq_work_entry: OK
<6>[ 135.385888][ T1] Testing event x86_platform_ipi_exit: OK
<6>[ 135.452533][ T1] Testing event x86_platform_ipi_entry: OK
<6>[ 135.522454][ T1] Testing event error_apic_exit: OK
<6>[ 135.589039][ T1] Testing event error_apic_entry: OK
<6>[ 135.655434][ T1] Testing event spurious_apic_exit: OK
<6>[ 135.722526][ T1] Testing event spurious_apic_entry: OK
<6>[ 135.786073][ T1] Testing event local_timer_exit: OK
<6>[ 135.849788][ T1] Testing event local_timer_entry: OK
<6>[ 135.915769][ T1] Testing event nmi_handler: OK
<6>[ 135.982535][ T1] Testing event x86_fpu_xstate_check_failed: OK
<6>[ 136.052619][ T1] Testing event x86_fpu_copy_dst: OK
<6>[ 136.119299][ T1] Testing event x86_fpu_copy_src: OK
<6>[ 136.183474][ T1] Testing event x86_fpu_dropped: OK
<6>[ 136.255652][ T1] Testing event x86_fpu_init_state: OK
<6>[ 136.322266][ T1] Testing event x86_fpu_regs_deactivated: OK
<6>[ 136.386012][ T1] Testing event x86_fpu_regs_activated: OK
<6>[ 136.449594][ T1] Testing event x86_fpu_after_restore: OK
<6>[ 136.512490][ T1] Testing event x86_fpu_before_restore: OK
<6>[ 136.586051][ T1] Testing event x86_fpu_after_save: OK
<6>[ 136.656448][ T1] Testing event x86_fpu_before_save: OK
<6>[ 136.726233][ T1] Testing event mce_record: OK
<6>[ 136.792427][ T1] Testing event pseudo_lock_l3: OK
<6>[ 136.862789][ T1] Testing event pseudo_lock_l2: OK
<6>[ 136.926003][ T1] Testing event pseudo_lock_mem_latency: OK
<6>[ 136.995784][ T1] Testing event tlb_flush: OK
<6>[ 137.062458][ T1] Testing event page_fault_kernel: OK
<6>[ 137.130056][ T1] Testing event page_fault_user: OK
<6>[ 137.199904][ T1] Testing event task_rename: OK
<6>[ 137.269099][ T1] Testing event task_newtask: OK
<6>[ 137.336655][ T1] Testing event cpuhp_exit: OK
<6>[ 137.403105][ T1] Testing event cpuhp_multi_enter: OK
<6>[ 137.469736][ T1] Testing event cpuhp_enter: OK
<6>[ 137.542749][ T1] Testing event softirq_raise: OK
<6>[ 137.612434][ T1] Testing event softirq_exit: OK
<6>[ 137.676080][ T1] Testing event softirq_entry: OK
<6>[ 137.742659][ T1] Testing event irq_handler_exit: OK
<6>[ 137.815739][ T1] Testing event irq_handler_entry: OK
<6>[ 137.882819][ T1] Testing event signal_deliver: OK
<6>[ 137.949357][ T1] Testing event signal_generate: OK
<6>[ 138.015977][ T1] Testing event workqueue_execute_end: OK
<6>[ 138.082417][ T1] Testing event workqueue_execute_start: OK
<6>[ 138.149003][ T1] Testing event workqueue_activate_work: OK
<6>[ 138.215791][ T1] Testing event workqueue_queue_work: OK
<6>[ 138.282527][ T1] Testing event sched_wake_idle_without_ipi: OK
<6>[ 138.349307][ T1] Testing event sched_swap_numa: OK
<6>[ 138.419527][ T1] Testing event sched_stick_numa: OK
<6>[ 138.486269][ T1] Testing event sched_move_numa: OK
<6>[ 138.556077][ T1] Testing event sched_process_hang: OK
<6>[ 138.622593][ T1] Testing event sched_pi_setprio: OK
<6>[ 138.689540][ T1] Testing event sched_stat_runtime: OK
<6>[ 138.752988][ T1] Testing event sched_stat_blocked: OK
<6>[ 138.819349][ T1] Testing event sched_stat_iowait: OK
<6>[ 138.889928][ T1] Testing event sched_stat_sleep: OK
<6>[ 138.959247][ T1] Testing event sched_stat_wait: OK
<6>[ 139.032915][ T1] Testing event sched_process_exec: OK
<6>[ 139.099442][ T1] Testing event sched_process_fork: OK
<6>[ 139.166607][ T1] Testing event sched_process_wait: OK
<6>[ 139.235845][ T1] Testing event sched_wait_task: OK
<6>[ 139.306003][ T1] Testing event sched_process_exit: OK
<6>[ 139.376810][ T1] Testing event sched_process_free: OK
<6>[ 139.445675][ T1] Testing event sched_migrate_task: OK
<6>[ 139.512576][ T1] Testing event sched_switch: OK
<6>[ 139.580881][ T1] Testing event sched_wakeup_new: OK
<6>[ 139.651742][ T1] Testing event sched_wakeup: OK
<6>[ 139.724863][ T1] Testing event sched_waking: OK
<6>[ 139.795874][ T1] Testing event sched_kthread_work_execute_end: OK
<6>[ 139.862787][ T1] Testing event sched_kthread_work_execute_start: OK
<6>[ 139.926283][ T1] Testing event sched_kthread_work_queue_work: OK
<6>[ 139.993019][ T1] Testing event sched_kthread_stop_ret: OK
<6>[ 140.062205][ T1] Testing event sched_kthread_stop: OK
<6>[ 140.125934][ T1] Testing event lock_release: OK
<6>[ 140.189767][ T1] Testing event lock_acquire: OK
<6>[ 140.259535][ T1] Testing event console: OK
<6>[ 140.322448][ T1] Testing event irq_matrix_free: OK
<6>[ 140.389215][ T1] Testing event irq_matrix_alloc: OK
<6>[ 140.455570][ T1] Testing event irq_matrix_assign: OK
<6>[ 140.522472][ T1] Testing event irq_matrix_alloc_managed: OK
<6>[ 140.588758][ T1] Testing event irq_matrix_remove_managed: OK
<6>[ 140.655572][ T1] Testing event irq_matrix_reserve_managed: OK
<6>[ 140.722677][ T1] Testing event irq_matrix_alloc_reserved: OK
<6>[ 140.788714][ T1] Testing event irq_matrix_assign_system: OK
<6>[ 140.855737][ T1] Testing event irq_matrix_remove_reserved: OK
<6>[ 140.925682][ T1] Testing event irq_matrix_reserve: OK
<6>[ 140.995741][ T1] Testing event irq_matrix_offline: OK
<6>[ 141.062337][ T1] Testing event irq_matrix_online: OK
<6>[ 141.132114][ T1] Testing event rcu_stall_warning: OK
<6>[ 141.199172][ T1] Testing event rcu_utilization: OK
<6>[ 141.269012][ T1] Testing event swiotlb_bounced: OK
<6>[ 141.335983][ T1] Testing event sys_exit: OK
<6>[ 141.402599][ T1] Testing event sys_enter: OK
<6>[ 141.472634][ T1] Testing event tick_stop: OK
<6>[ 141.535596][ T1] Testing event itimer_expire: OK
<6>[ 141.602694][ T1] Testing event itimer_state: OK
<6>[ 141.665813][ T1] Testing event hrtimer_cancel: OK
<6>[ 141.732897][ T1] Testing event hrtimer_expire_exit: OK
<6>[ 141.795692][ T1] Testing event hrtimer_expire_entry: OK
<6>[ 141.859045][ T1] Testing event hrtimer_start: OK
<6>[ 141.922239][ T1] Testing event hrtimer_init: OK
<6>[ 141.988923][ T1] Testing event timer_cancel: OK
<6>[ 142.055712][ T1] Testing event timer_expire_exit: OK
<6>[ 142.122325][ T1] Testing event timer_expire_entry: OK
<6>[ 142.188854][ T1] Testing event timer_start: OK
<6>[ 142.255747][ T1] Testing event timer_init: OK
<6>[ 142.319991][ T1] Testing event alarmtimer_cancel: OK
<6>[ 142.386021][ T1] Testing event alarmtimer_start: OK
<6>[ 142.452613][ T1] Testing event alarmtimer_fired: OK
<6>[ 142.522396][ T1] Testing event alarmtimer_suspend: OK
<6>[ 142.585481][ T1] Testing event module_request: OK
<6>[ 142.652393][ T1] Testing event module_put: OK
<6>[ 142.718929][ T1] Testing event module_get: OK
<6>[ 142.785895][ T1] Testing event module_free: OK
<6>[ 142.852468][ T1] Testing event module_load: OK
<6>[ 142.918906][ T1] Testing event cgroup_notify_frozen: OK
<6>[ 142.993114][ T1] Testing event cgroup_notify_populated: OK
<6>[ 143.059343][ T1] Testing event cgroup_transfer_tasks: OK
<6>[ 143.125684][ T1] Testing event cgroup_attach_task: OK
<6>[ 143.192128][ T1] Testing event cgroup_unfreeze: OK
<6>[ 143.255746][ T1] Testing event cgroup_freeze: OK
<6>[ 143.319798][ T1] Testing event cgroup_rename: OK
<6>[ 143.385680][ T1] Testing event cgroup_release: OK
<6>[ 143.455511][ T1] Testing event cgroup_rmdir: OK
<6>[ 143.520825][ T1] Testing event cgroup_mkdir: OK
<6>[ 143.586088][ T1] Testing event cgroup_remount: OK
<6>[ 143.648876][ T1] Testing event cgroup_destroy_root: OK
<6>[ 143.715688][ T1] Testing event cgroup_setup_root: OK
<6>[ 143.782718][ T1] Testing event irq_enable: OK
<6>[ 143.852352][ T1] Testing event irq_disable: OK
<6>[ 143.919732][ T1] Testing event ftrace_test_filter: OK
<6>[ 143.981670][ T1] Testing event bpf_trace_printk: OK
<6>[ 144.049098][ T1] Testing event error_report_end: OK
<6>[ 144.115633][ T1] Testing event dev_pm_qos_remove_request: OK
<6>[ 144.182375][ T1] Testing event dev_pm_qos_update_request: OK
<6>[ 144.248935][ T1] Testing event dev_pm_qos_add_request: OK
<6>[ 144.315634][ T1] Testing event pm_qos_update_flags: OK
<6>[ 144.382303][ T1] Testing event pm_qos_update_target: OK
<6>[ 144.448888][ T1] Testing event pm_qos_remove_request: OK
<6>[ 144.515524][ T1] Testing event pm_qos_update_request: OK
<6>[ 144.582287][ T1] Testing event pm_qos_add_request: OK
<6>[ 144.648842][ T1] Testing event power_domain_target: OK
<6>[ 144.715659][ T1] Testing event clock_set_rate: OK
<6>[ 144.778911][ T1] Testing event clock_disable: OK
<6>[ 144.848319][ T1] Testing event clock_enable: OK
<6>[ 144.911925][ T1] Testing event wakeup_source_deactivate: OK
<6>[ 144.975632][ T1] Testing event wakeup_source_activate: OK
<6>[ 145.045734][ T1] Testing event suspend_resume: OK
<6>[ 145.116505][ T1] Testing event device_pm_callback_end: OK
<6>[ 145.182916][ T1] Testing event device_pm_callback_start: OK
<6>[ 145.246508][ T1] Testing event cpu_frequency_limits: OK
<6>[ 145.312178][ T1] Testing event cpu_frequency: OK
<6>[ 145.376053][ T1] Testing event pstate_sample: OK
<6>[ 145.445648][ T1] Testing event powernv_throttle: OK
<6>[ 145.511778][ T1] Testing event cpu_idle: OK
<6>[ 145.575729][ T1] Testing event rpm_return_int: OK
<6>[ 145.643334][ T1] Testing event rpm_usage: OK
<6>[ 145.709777][ T1] Testing event rpm_idle: OK
<6>[ 145.776052][ T1] Testing event rpm_resume: OK
<6>[ 145.842440][ T1] Testing event rpm_suspend: OK
<6>[ 145.908779][ T1] Testing event mem_return_failed: OK
<6>[ 145.971783][ T1] Testing event mem_connect: OK
<6>[ 146.039056][ T1] Testing event mem_disconnect: OK
<6>[ 146.106153][ T1] Testing event xdp_devmap_xmit: OK
<6>[ 146.172974][ T1] Testing event xdp_cpumap_enqueue: OK
<6>[ 146.242914][ T1] Testing event xdp_cpumap_kthread: OK
<6>[ 146.305758][ T1] Testing event xdp_redirect_map_err: OK
<6>[ 146.368751][ T1] Testing event xdp_redirect_map: OK
<6>[ 146.432177][ T1] Testing event xdp_redirect_err: OK
<6>[ 146.496140][ T1] Testing event xdp_redirect: OK
<6>[ 146.568950][ T1] Testing event xdp_bulk_tx: OK
<6>[ 146.632298][ T1] Testing event xdp_exception: OK
<6>[ 146.702876][ T1] Testing event rseq_ip_fixup: OK
<6>[ 146.769146][ T1] Testing event rseq_update: OK
<6>[ 146.835617][ T1] Testing event file_check_and_advance_wb_err: OK
<6>[ 146.903057][ T1] Testing event filemap_set_wb_err: OK
<6>[ 146.969043][ T1] Testing event mm_filemap_add_to_page_cache: OK
<6>[ 147.032677][ T1] Testing event mm_filemap_delete_from_page_cache: OK
<6>[ 147.099684][ T1] Testing event compact_retry: OK
<6>[ 147.166448][ T1] Testing event skip_task_reaping: OK
<6>[ 147.236118][ T1] Testing event finish_task_reaping: OK
<6>[ 147.302847][ T1] Testing event start_task_reaping: OK
<6>[ 147.367867][ T1] Testing event wake_reaper: OK
<6>[ 147.432794][ T1] Testing event mark_victim: OK
<6>[ 147.496278][ T1] Testing event reclaim_retry_zone: OK
<6>[ 147.566419][ T1] Testing event oom_score_adj_update: OK
<6>[ 147.632907][ T1] Testing event mm_lru_activate: OK
<6>[ 147.699567][ T1] Testing event mm_lru_insertion: OK
<6>[ 147.769281][ T1] Testing event mm_vmscan_node_reclaim_end: OK
<6>[ 147.836130][ T1] Testing event mm_vmscan_node_reclaim_begin: OK
<6>[ 147.903078][ T1] Testing event mm_vmscan_lru_shrink_active: OK
<6>[ 147.969614][ T1] Testing event mm_vmscan_lru_shrink_inactive: OK
<6>[ 148.036400][ T1] Testing event mm_vmscan_writepage: OK
<6>[ 148.105608][ T1] Testing event mm_vmscan_lru_isolate: OK
<6>[ 148.169443][ T1] Testing event mm_shrink_slab_end: OK
<6>[ 148.233180][ T1] Testing event mm_shrink_slab_start: OK
<6>[ 148.299668][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_end: OK
<6>[ 148.366869][ T1] Testing event mm_vmscan_memcg_reclaim_end: OK
<6>[ 148.437549][ T1] Testing event mm_vmscan_direct_reclaim_end: OK
<6>[ 148.502850][ T1] Testing event mm_vmscan_memcg_softlimit_reclaim_begin: OK
<6>[ 148.569642][ T1] Testing event mm_vmscan_memcg_reclaim_begin: OK
<6>[ 148.636645][ T1] Testing event mm_vmscan_direct_reclaim_begin: OK
<6>[ 148.702975][ T1] Testing event mm_vmscan_wakeup_kswapd: OK
<6>[ 148.770649][ T1] Testing event mm_vmscan_kswapd_wake: OK
<6>[ 148.839654][ T1] Testing event mm_vmscan_kswapd_sleep: OK
<6>[ 148.906435][ T1] Testing event percpu_destroy_chunk: OK
<6>[ 148.976429][ T1] Testing event percpu_create_chunk: OK
<6>[ 149.043016][ T1] Testing event percpu_alloc_percpu_fail: OK
<6>[ 149.109683][ T1] Testing event percpu_free_percpu: OK
<6>[ 149.179558][ T1] Testing event percpu_alloc_percpu: OK
<6>[ 149.249843][ T1] Testing event rss_stat: OK
<6>[ 149.319847][ T1] Testing event mm_page_alloc_extfrag: OK
<6>[ 149.387504][ T1] Testing event mm_page_pcpu_drain: OK
<6>[ 149.456188][ T1] Testing event mm_page_alloc_zone_locked: OK
<6>[ 149.520141][ T1] Testing event mm_page_alloc: OK
<6>[ 149.593102][ T1] Testing event mm_page_free_batched: OK
<6>[ 149.663353][ T1] Testing event mm_page_free: OK
<6>[ 149.730053][ T1] Testing event kmem_cache_free: OK
<6>[ 149.800166][ T1] Testing event kfree: OK
<6>[ 149.870128][ T1] Testing event kmem_cache_alloc_node: OK
<6>[ 149.936960][ T1] Testing event kmalloc_node: OK
<6>[ 150.003292][ T1] Testing event kmem_cache_alloc: OK
<6>[ 150.073152][ T1] Testing event kmalloc: OK
<6>[ 150.143722][ T1] Testing event mm_compaction_kcompactd_wake: OK
<6>[ 150.214193][ T1] Testing event mm_compaction_wakeup_kcompactd: OK
<6>[ 150.284106][ T1] Testing event mm_compaction_kcompactd_sleep: OK
<6>[ 150.354012][ T1] Testing event mm_compaction_defer_reset: OK
<6>[ 150.423316][ T1] Testing event mm_compaction_defer_compaction: OK
<6>[ 150.492731][ T1] Testing event mm_compaction_deferred: OK
<6>[ 150.560586][ T1] Testing event mm_compaction_suitable: OK
<6>[ 150.630003][ T1] Testing event mm_compaction_finished: OK
<6>[ 150.699586][ T1] Testing event mm_compaction_try_to_compact_pages: OK
<6>[ 150.773173][ T1] Testing event mm_compaction_end: OK
<6>[ 150.843184][ T1] Testing event mm_compaction_begin: OK
<6>[ 150.913236][ T1] Testing event mm_compaction_migratepages: OK
<6>[ 150.979743][ T1] Testing event mm_compaction_isolate_freepages: OK
<6>[ 151.046793][ T1] Testing event mm_compaction_isolate_migratepages: OK
<6>[ 151.114170][ T1] Testing event mmap_lock_released: OK
<6>[ 151.234726][ T1] Testing event mmap_lock_acquire_returned: OK
<6>[ 151.348091][ T1] Testing event mmap_lock_start_locking: OK
<6>[ 151.458538][ T1] Testing event vm_unmapped_area: OK
<6>[ 151.526658][ T1] Testing event mm_migrate_pages_start: OK
<6>[ 151.593466][ T1] Testing event mm_migrate_pages: OK
<6>[ 151.660043][ T1] Testing event mm_collapse_huge_page_swapin: OK
<6>[ 151.729948][ T1] Testing event mm_collapse_huge_page_isolate: OK
<6>[ 151.803486][ T1] Testing event mm_collapse_huge_page: OK
<6>[ 151.873519][ T1] Testing event mm_khugepaged_scan_pmd: OK
<6>[ 151.939963][ T1] Testing event test_pages_isolated: OK
<6>[ 152.006362][ T1] Testing event sb_clear_inode_writeback: OK
<6>[ 152.076466][ T1] Testing event sb_mark_inode_writeback: OK
<6>[ 152.143339][ T1] Testing event writeback_dirty_inode_enqueue: OK
<6>[ 152.213576][ T1] Testing event writeback_lazytime_iput: OK
<6>[ 152.283520][ T1] Testing event writeback_lazytime: OK
<6>[ 152.350905][ T1] Testing event writeback_single_inode: OK
<6>[ 152.423318][ T1] Testing event writeback_single_inode_start: OK
<6>[ 152.493646][ T1] Testing event writeback_wait_iff_congested: OK
<6>[ 152.560681][ T1] Testing event writeback_congestion_wait: OK
<6>[ 152.633227][ T1] Testing event writeback_sb_inodes_requeue: OK
<6>[ 152.699978][ T1] Testing event balance_dirty_pages: OK
<6>[ 152.767017][ T1] Testing event bdi_dirty_ratelimit: OK
<6>[ 152.833384][ T1] Testing event global_dirty_state: OK
<6>[ 152.903549][ T1] Testing event writeback_queue_io: OK
<6>[ 152.969753][ T1] Testing event wbc_writepage: OK
<6>[ 153.036653][ T1] Testing event writeback_bdi_register: OK
<6>[ 153.102695][ T1] Testing event writeback_wake_background: OK
<6>[ 153.170379][ T1] Testing event writeback_pages_written: OK
<6>[ 153.236769][ T1] Testing event writeback_wait: OK
<6>[ 153.303466][ T1] Testing event writeback_written: OK
<6>[ 153.373514][ T1] Testing event writeback_start: OK
<6>[ 153.440274][ T1] Testing event writeback_exec: OK
<6>[ 153.506490][ T1] Testing event writeback_queue: OK
<6>[ 153.573128][ T1] Testing event writeback_write_inode: OK
<6>[ 153.641338][ T1] Testing event writeback_write_inode_start: OK
<6>[ 153.713229][ T1] Testing event flush_foreign: OK
<6>[ 153.779702][ T1] Testing event track_foreign_dirty: OK
<6>[ 153.849796][ T1] Testing event inode_switch_wbs: OK
<6>[ 153.916652][ T1] Testing event inode_foreign_history: OK
<6>[ 153.986808][ T1] Testing event writeback_dirty_inode: OK
<6>[ 154.056608][ T1] Testing event writeback_dirty_inode_start: OK
<6>[ 154.126603][ T1] Testing event writeback_mark_inode_dirty: OK
<6>[ 154.196834][ T1] Testing event wait_on_page_writeback: OK
<6>[ 154.263570][ T1] Testing event writeback_dirty_page: OK
<6>[ 154.333633][ T1] Testing event io_uring_task_run: OK
<6>[ 154.399933][ T1] Testing event io_uring_task_add: OK
<6>[ 154.466643][ T1] Testing event io_uring_poll_wake: OK
<6>[ 154.533411][ T1] Testing event io_uring_poll_arm: OK
<6>[ 154.602824][ T1] Testing event io_uring_submit_sqe: OK
<6>[ 154.672844][ T1] Testing event io_uring_complete: OK
<6>[ 154.739799][ T1] Testing event io_uring_fail_link: OK
<6>[ 154.810085][ T1] Testing event io_uring_cqring_wait: OK
<6>[ 154.879767][ T1] Testing event io_uring_link: OK
<6>[ 154.949381][ T1] Testing event io_uring_defer: OK
<6>[ 155.013253][ T1] Testing event io_uring_queue_async_work: OK
<6>[ 155.079705][ T1] Testing event io_uring_file_get: OK
<6>[ 155.146305][ T1] Testing event io_uring_register: OK
<6>[ 155.216315][ T1] Testing event io_uring_create: OK
<6>[ 155.282362][ T1] Testing event dax_writeback_one: OK
<6>[ 155.346617][ T1] Testing event dax_writeback_range_done: OK
<6>[ 155.416169][ T1] Testing event dax_writeback_range: OK
<6>[ 155.484212][ T1] Testing event dax_insert_mapping: OK
<6>[ 155.555994][ T1] Testing event dax_insert_pfn_mkwrite: OK
<6>[ 155.626278][ T1] Testing event dax_insert_pfn_mkwrite_no_entry: OK
<6>[ 155.693085][ T1] Testing event dax_load_hole: OK
<6>[ 155.759684][ T1] Testing event dax_pte_fault_done: OK
<6>[ 155.826024][ T1] Testing event dax_pte_fault: OK
<6>[ 155.892948][ T1] Testing event dax_pmd_insert_mapping: OK
<6>[ 155.959700][ T1] Testing event dax_pmd_load_hole_fallback: OK
<6>[ 156.026412][ T1] Testing event dax_pmd_load_hole: OK
<6>[ 156.096311][ T1] Testing event dax_pmd_fault_done: OK
<6>[ 156.163010][ T1] Testing event dax_pmd_fault: OK
<6>[ 156.229642][ T1] Testing event leases_conflict: OK
<6>[ 156.296165][ T1] Testing event generic_add_lease: OK
<6>[ 156.363309][ T1] Testing event time_out_leases: OK
<6>[ 156.429874][ T1] Testing event generic_delete_lease: OK
<6>[ 156.496046][ T1] Testing event break_lease_unblock: OK
<6>[ 156.559311][ T1] Testing event break_lease_block: OK
<6>[ 156.623112][ T1] Testing event break_lease_noblock: OK
<6>[ 156.689216][ T1] Testing event flock_lock_inode: OK
<6>[ 156.756257][ T1] Testing event locks_remove_posix: OK
<6>[ 156.826173][ T1] Testing event fcntl_setlk: OK
<6>[ 156.892762][ T1] Testing event posix_lock_inode: OK
<6>[ 156.963124][ T1] Testing event locks_get_lock_context: OK
<6>[ 157.029602][ T1] Testing event iomap_apply: OK
<6>[ 157.099548][ T1] Testing event iomap_apply_srcmap: OK
<6>[ 157.163174][ T1] Testing event iomap_apply_dstmap: OK
<6>[ 157.229422][ T1] Testing event iomap_dio_invalidate_fail: OK
<6>[ 157.296258][ T1] Testing event iomap_invalidatepage: OK
<6>[ 157.366513][ T1] Testing event iomap_releasepage: OK
<6>[ 157.436299][ T1] Testing event iomap_writepage: OK
<6>[ 157.502590][ T1] Testing event iomap_readahead: OK
<6>[ 157.565922][ T1] Testing event iomap_readpage: OK
<6>[ 157.630004][ T1] Testing event ext4_fc_track_range: OK
<6>[ 157.696402][ T1] Testing event ext4_fc_track_inode: OK
<6>[ 157.762653][ T1] Testing event ext4_fc_track_unlink: OK
<6>[ 157.829680][ T1] Testing event ext4_fc_track_link: OK
<6>[ 157.899549][ T1] Testing event ext4_fc_track_create: OK
<6>[ 157.966200][ T1] Testing event ext4_fc_stats: OK
<6>[ 158.033036][ T1] Testing event ext4_fc_commit_stop: OK
<6>[ 158.102714][ T1] Testing event ext4_fc_commit_start: OK
<6>[ 158.169833][ T1] Testing event ext4_fc_replay: OK
<6>[ 158.235985][ T1] Testing event ext4_fc_replay_scan: OK
<6>[ 158.299478][ T1] Testing event ext4_lazy_itable_init: OK
<6>[ 158.363354][ T1] Testing event ext4_prefetch_bitmaps: OK
<6>[ 158.432551][ T1] Testing event ext4_error: OK
<6>[ 158.496038][ T1] Testing event ext4_shutdown: OK
<6>[ 158.562976][ T1] Testing event ext4_getfsmap_mapping: OK
<6>[ 158.630095][ T1] Testing event ext4_getfsmap_high_key: OK
<6>[ 158.699408][ T1] Testing event ext4_getfsmap_low_key: OK
<6>[ 158.766341][ T1] Testing event ext4_fsmap_mapping: OK
<6>[ 158.842815][ T1] Testing event ext4_fsmap_high_key: OK
<6>[ 158.906448][ T1] Testing event ext4_fsmap_low_key: OK
<6>[ 158.974384][ T1] Testing event ext4_es_insert_delayed_block: OK
<6>[ 159.042879][ T1] Testing event ext4_es_shrink: OK
<6>[ 159.109417][ T1] Testing event ext4_insert_range: OK
<6>[ 159.175601][ T1] Testing event ext4_collapse_range: OK
<6>[ 159.243175][ T1] Testing event ext4_es_shrink_scan_exit: OK
<6>[ 159.312988][ T1] Testing event ext4_es_shrink_scan_enter: OK
<6>[ 159.379929][ T1] Testing event ext4_es_shrink_count: OK
<6>[ 159.446152][ T1] Testing event ext4_es_lookup_extent_exit: OK
<6>[ 159.513517][ T1] Testing event ext4_es_lookup_extent_enter: OK
<6>[ 159.582806][ T1] Testing event ext4_es_find_extent_range_exit: OK
<6>[ 159.649246][ T1] Testing event ext4_es_find_extent_range_enter: OK
<6>[ 159.712953][ T1] Testing event ext4_es_remove_extent: OK
<6>[ 159.782474][ T1] Testing event ext4_es_cache_extent: OK
<6>[ 159.849378][ T1] Testing event ext4_es_insert_extent: OK
<6>[ 159.916136][ T1] Testing event ext4_ext_remove_space_done: OK
<6>[ 159.990901][ T1] Testing event ext4_ext_remove_space: OK
<6>[ 160.059524][ T1] Testing event ext4_ext_rm_idx: OK
<6>[ 160.124222][ T1] Testing event ext4_ext_rm_leaf:
<6>[ 160.137786][ T7] usb 1-1.1: USB disconnect, device number 6
<4>[ 160.189164][ T1] OK
<6>[ 160.203766][ T1] Testing event ext4_remove_blocks: OK
<6>[ 160.272841][ T1] Testing event ext4_ext_show_extent: OK
<6>[ 160.340964][ T1] Testing event ext4_get_implied_cluster_alloc_exit: OK
<6>[ 160.409390][ T1] Testing event ext4_ext_handle_unwritten_extents: OK
<6>[ 160.479677][ T1] Testing event ext4_trim_all_free: OK
<6>[ 160.542782][ T1] Testing event ext4_trim_extent: OK
<6>[ 160.607525][ T1] Testing event ext4_journal_start_reserved: OK
<6>[ 160.672643][ T1] Testing event ext4_journal_start: OK
<6>[ 160.736706][ T1] Testing event ext4_load_inode: OK
<6>[ 160.803117][ T1] Testing event ext4_ext_load_extent: OK
<6>[ 160.869545][ T1] Testing event ext4_ind_map_blocks_exit: OK
<6>[ 160.939908][ T1] Testing event ext4_ext_map_blocks_exit: OK
<6>[ 161.006127][ T1] Testing event ext4_ind_map_blocks_enter: OK
<6>[ 161.076264][ T1] Testing event ext4_ext_map_blocks_enter: OK
<6>[ 161.143208][ T1] Testing event ext4_ext_convert_to_initialized_fastpath: OK
<6>[ 161.210168][ T1] Testing event ext4_ext_convert_to_initialized_enter: OK
<6>[ 161.279996][ T1] Testing event ext4_truncate_exit: OK
<6>[ 161.347016][ T1] Testing event ext4_truncate_enter: OK
<6>[ 161.416461][ T1] Testing event ext4_unlink_exit: OK
<6>[ 161.489913][ T1] Testing event ext4_unlink_enter: OK
<6>[ 161.563226][ T1] Testing event ext4_fallocate_exit: OK
<6>[ 161.633169][ T1] Testing event ext4_zero_range:
<6>[ 161.638445][ T7] usb 1-1.1: new low-speed USB device number 7 using ehci-pci
<4>[ 161.688805][ T1] OK
<6>[ 161.703413][ T1] Testing event ext4_punch_hole: OK
<6>[ 161.774594][ T1] Testing event ext4_fallocate_enter:
<6>[ 161.812342][ T7] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
<6>[ 161.842981][ T7] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
<6>[ 161.858936][ T7] usb 1-1.1: Product: USB Optical Mouse
<6>[ 161.874676][ T7] usb 1-1.1: Manufacturer: Logitech
<4>[ 161.874821][ T1] OK
<6>[ 161.905386][ T1] Testing event ext4_read_block_bitmap_load: OK
<6>[ 161.971212][ T1] Testing event ext4_load_inode_bitmap: OK
<6>[ 162.040343][ T1] Testing event ext4_mb_buddy_bitmap_load: OK
<6>[ 162.110791][ T1] Testing event ext4_mb_bitmap_load: OK
<6>[ 162.176885][ T1] Testing event ext4_da_release_space: OK
<6>[ 162.244224][ T1] Testing event ext4_da_reserve_space: OK
<6>[ 162.314154][ T1] Testing event ext4_da_update_reserve_space: OK
<6>[ 162.384595][ T1] Testing event ext4_forget: OK
<6>[ 162.455054][ T1] Testing event ext4_mballoc_free: OK
<6>[ 162.523462][ T1] Testing event ext4_mballoc_discard: OK
<6>[ 162.590790][ T1] Testing event ext4_mballoc_prealloc: OK
<6>[ 162.660753][ T1] Testing event ext4_mballoc_alloc: OK
<6>[ 162.730281][ T1] Testing event ext4_alloc_da_blocks: OK
<6>[ 162.798081][ T1] Testing event ext4_sync_fs: OK
<6>[ 162.870438][ T1] Testing event ext4_sync_file_exit: OK
<6>[ 162.937364][ T1] Testing event ext4_sync_file_enter: OK
<6>[ 163.007040][ T1] Testing event ext4_free_blocks: OK
<6>[ 163.077037][ T1] Testing event ext4_allocate_blocks: OK
<6>[ 163.144287][ T1] Testing event ext4_request_blocks: OK
<6>[ 163.217533][ T1] Testing event ext4_mb_discard_preallocations: OK
<6>[ 163.287530][ T1] Testing event ext4_discard_preallocations: OK
<6>[ 163.357616][ T1] Testing event ext4_mb_release_group_pa: OK
<6>[ 163.430852][ T1] Testing event ext4_mb_release_inode_pa: OK
<6>[ 163.501001][ T1] Testing event ext4_mb_new_group_pa: OK
<6>[ 163.570251][ T1] Testing event ext4_mb_new_inode_pa: OK
<6>[ 163.636993][ T1] Testing event ext4_discard_blocks: OK
<6>[ 163.707399][ T1] Testing event ext4_journalled_invalidatepage: OK
<6>[ 163.777475][ T1] Testing event ext4_invalidatepage: OK
<6>[ 163.847971][ T1] Testing event ext4_releasepage: OK
<6>[ 163.914042][ T1] Testing event ext4_readpage: OK
<6>[ 163.984437][ T1] Testing event ext4_writepage: OK
<6>[ 164.054199][ T1] Testing event ext4_writepages_result: OK
<6>[ 164.124242][ T1] Testing event ext4_da_write_pages_extent: OK
<6>[ 164.194339][ T1] Testing event ext4_da_write_pages: OK
<6>[ 164.263765][ T1] Testing event ext4_writepages: OK
<6>[ 164.331977][ T1] Testing event ext4_da_write_end: OK
<6>[ 164.400078][ T1] Testing event ext4_journalled_write_end: OK
<6>[ 164.470817][ T1] Testing event ext4_write_end: OK
<6>[ 164.540265][ T1] Testing event ext4_da_write_begin: OK
<6>[ 164.606973][ T1] Testing event ext4_write_begin: OK
<6>[ 164.680034][ T1] Testing event ext4_begin_ordered_truncate: OK
<6>[ 164.750807][ T1] Testing event ext4_mark_inode_dirty: OK
<6>[ 164.820421][ T1] Testing event ext4_nfs_commit_metadata: OK
<6>[ 164.893544][ T1] Testing event ext4_drop_inode: OK
<6>[ 164.960193][ T1] Testing event ext4_evict_inode: OK
<6>[ 165.026687][ T1] Testing event ext4_allocate_inode: OK
<6>[ 165.093230][ T1] Testing event ext4_request_inode: OK
<6>[ 165.162963][ T1] Testing event ext4_free_inode: OK
<6>[ 165.232915][ T1] Testing event ext4_other_inode_update_time: OK
<6>[ 165.299711][ T1] Testing event jbd2_shrink_checkpoint_list: OK
<6>[ 165.367721][ T1] Testing event jbd2_shrink_scan_exit: OK
<6>[ 165.436608][ T1] Testing event jbd2_shrink_scan_enter: OK
<6>[ 165.505353][ T1] Testing event jbd2_shrink_count: OK
<6>[ 165.573293][ T1] Testing event jbd2_lock_buffer_stall: OK
<6>[ 165.643569][ T1] Testing event jbd2_write_superblock: OK
<6>[ 165.716365][ T1] Testing event jbd2_update_log_tail: OK
<6>[ 165.783040][ T1] Testing event jbd2_checkpoint_stats: OK
<6>[ 165.850665][ T1] Testing event jbd2_run_stats: OK
<6>[ 165.919990][ T1] Testing event jbd2_handle_stats: OK
<6>[ 165.986720][ T1] Testing event jbd2_handle_extend: OK
<6>[ 166.053546][ T1] Testing event jbd2_handle_restart: OK
<6>[ 166.119850][ T1] Testing event jbd2_handle_start: OK
<6>[ 166.186414][ T1] Testing event jbd2_submit_inode_data: OK
<6>[ 166.253323][ T1] Testing event jbd2_end_commit: OK
<6>[ 166.319980][ T1] Testing event jbd2_drop_transaction: OK
<6>[ 166.390839][ T1] Testing event jbd2_commit_logging: OK
<6>[ 166.456174][ T1] Testing event jbd2_commit_flushing: OK
<6>[ 166.520164][ T1] Testing event jbd2_commit_locking: OK
<6>[ 166.586796][ T1] Testing event jbd2_start_commit: OK
<6>[ 166.653341][ T1] Testing event jbd2_checkpoint: OK
<6>[ 166.719791][ T1] Testing event block_rq_remap: OK
<6>[ 166.786114][ T1] Testing event block_bio_remap: OK
<6>[ 166.856764][ T1] Testing event block_split: OK
<6>[ 166.926257][ T1] Testing event block_unplug: OK
<6>[ 166.992757][ T1] Testing event block_plug: OK
<6>[ 167.059457][ T1] Testing event block_getrq: OK
<6>[ 167.122696][ T1] Testing event block_bio_queue: OK
<6>[ 167.186324][ T1] Testing event block_bio_frontmerge: OK
<6>[ 167.256480][ T1] Testing event block_bio_backmerge: OK
<6>[ 167.322866][ T1] Testing event block_bio_bounce: OK
<6>[ 167.388943][ T1] Testing event block_bio_complete: OK
<6>[ 167.456057][ T1] Testing event block_rq_merge: OK
<6>[ 167.522308][ T1] Testing event block_rq_issue: OK
<6>[ 167.589157][ T1] Testing event block_rq_insert: OK
<6>[ 167.653130][ T1] Testing event block_rq_complete: OK
<6>[ 167.725950][ T1] Testing event block_rq_requeue: OK
<6>[ 167.793068][ T1] Testing event block_dirty_buffer: OK
<6>[ 167.860391][ T1] Testing event block_touch_buffer: OK
<6>[ 167.929322][ T1] Testing event iocost_iocg_forgive_debt: OK
<6>[ 167.996052][ T1] Testing event iocost_ioc_vrate_adj: OK
<6>[ 168.065650][ T1] Testing event iocost_inuse_adjust: OK
<6>[ 168.132697][ T1] Testing event iocost_inuse_transfer: OK
<6>[ 168.199118][ T1] Testing event iocost_inuse_shortage: OK
<6>[ 168.266869][ T1] Testing event iocost_iocg_idle: OK
<6>[ 168.336006][ T1] Testing event iocost_iocg_activate: OK
<6>[ 168.405783][ T1] Testing event wbt_timer: OK
<6>[ 168.476382][ T1] Testing event wbt_step: OK
<6>[ 168.549163][ T1] Testing event wbt_lat: OK
<6>[ 168.615676][ T1] Testing event wbt_stat: OK
<6>[ 168.679090][ T1] Testing event rdpmc: OK
<6>[ 168.743496][ T1] Testing event write_msr: OK
<6>[ 168.813533][ T1] Testing event read_msr: OK
<6>[ 168.882918][ T1] Testing event gpio_value: OK
<6>[ 168.955897][ T1] Testing event gpio_direction: OK
<6>[ 169.022215][ T1] Testing event pwm_get: OK
<6>[ 169.086314][ T1] Testing event pwm_apply: OK
<6>[ 169.151892][ T1] Testing event clk_set_duty_cycle_complete: OK
<6>[ 169.216023][ T1] Testing event clk_set_duty_cycle: OK
<6>[ 169.288651][ T1] Testing event clk_set_phase_complete: OK
<6>[ 169.358874][ T1] Testing event clk_set_phase: OK
<6>[ 169.425518][ T1] Testing event clk_set_parent_complete: OK
<6>[ 169.489070][ T1] Testing event clk_set_parent: OK
<6>[ 169.558861][ T1] Testing event clk_set_rate_range: OK
<6>[ 169.625615][ T1] Testing event clk_set_max_rate: OK
<6>[ 169.688910][ T1] Testing event clk_set_min_rate: OK
<6>[ 169.755723][ T1] Testing event clk_set_rate_complete: OK
<6>[ 169.822193][ T1] Testing event clk_set_rate: OK
<6>[ 169.888920][ T1] Testing event clk_unprepare_complete: OK
<6>[ 169.952487][ T1] Testing event clk_unprepare: OK
<6>[ 170.015841][ T1] Testing event clk_prepare_complete: OK
<6>[ 170.079307][ T1] Testing event clk_prepare: OK
<6>[ 170.142327][ T1] Testing event clk_disable_complete: OK
<6>[ 170.206103][ T1] Testing event clk_disable: OK
<6>[ 170.269352][ T1] Testing event clk_enable_complete: OK
<6>[ 170.339256][ T1] Testing event clk_enable: OK
<6>[ 170.407544][ T1] Testing event regulator_set_voltage_complete: OK
<6>[ 170.479288][ T1] Testing event regulator_set_voltage: OK
<6>[ 170.542807][ T1] Testing event regulator_bypass_disable_complete: OK
<6>[ 170.609663][ T1] Testing event regulator_bypass_disable: OK
<6>[ 170.675986][ T1] Testing event regulator_bypass_enable_complete: OK
<6>[ 170.746082][ T1] Testing event regulator_bypass_enable: OK
<6>[ 170.809607][ T1] Testing event regulator_disable_complete: OK
<6>[ 170.876135][ T1] Testing event regulator_disable: OK
<6>[ 170.939053][ T1] Testing event regulator_enable_complete: OK
<6>[ 171.005663][ T1] Testing event regulator_enable_delay: OK
<6>[ 171.073088][ T1] Testing event regulator_enable: OK
<6>[ 171.139155][ T1] Testing event prandom_u32: OK
<6>[ 171.209309][ T1] Testing event urandom_read: OK
<6>[ 171.272690][ T1] Testing event extract_entropy: OK
<6>[ 171.336381][ T1] Testing event get_random_bytes_arch: OK
<6>[ 171.406303][ T1] Testing event get_random_bytes: OK
<6>[ 171.471066][ T1] Testing event add_disk_randomness: OK
<6>[ 171.539601][ T1] Testing event add_input_randomness: OK
<6>[ 171.602311][ T1] Testing event debit_entropy: OK
<6>[ 171.666004][ T1] Testing event credit_entropy_bits: OK
<6>[ 171.732964][ T1] Testing event mix_pool_bytes_nolock: OK
<6>[ 171.802860][ T1] Testing event mix_pool_bytes: OK
<6>[ 171.869283][ T1] Testing event add_device_randomness: OK
<6>[ 171.936092][ T1] Testing event prq_report: OK
<6>[ 172.002653][ T1] Testing event qi_submit: OK
<6>[ 172.069340][ T1] Testing event io_page_fault: OK
<6>[ 172.133713][ T1] Testing event unmap: OK
<6>[ 172.206268][ T1] Testing event map: OK
<6>[ 172.276181][ T1] Testing event detach_device_from_domain: OK
<6>[ 172.343254][ T1] Testing event attach_device_to_domain: OK
<6>[ 172.409538][ T1] Testing event remove_device_from_group: OK
<6>[ 172.473262][ T1] Testing event add_device_to_group: OK
<6>[ 172.539804][ T1] Testing event regcache_drop_region: OK
<6>[ 172.606265][ T1] Testing event regmap_async_complete_done: OK
<6>[ 172.676296][ T1] Testing event regmap_async_complete_start: OK
<6>[ 172.742971][ T1] Testing event regmap_async_io_complete: OK
<6>[ 172.816282][ T1] Testing event regmap_async_write_start: OK
<6>[ 172.886545][ T1] Testing event regmap_cache_bypass: OK
<6>[ 172.952952][ T1] Testing event regmap_cache_only: OK
<6>[ 173.019980][ T1] Testing event regcache_sync: OK
<6>[ 173.087059][ T1] Testing event regmap_hw_write_done: OK
<6>[ 173.154854][ T1] Testing event regmap_hw_write_start: OK
<6>[ 173.223597][ T1] Testing event regmap_hw_read_done: OK
<6>[ 173.292469][ T1] Testing event regmap_hw_read_start: OK
<6>[ 173.360172][ T1] Testing event regmap_reg_read_cache: OK
<6>[ 173.429647][ T1] Testing event regmap_reg_read: OK
<6>[ 173.499625][ T1] Testing event regmap_reg_write: OK
<6>[ 173.570171][ T1] Testing event devres_log: OK
<6>[ 173.636203][ T1] Testing event dma_fence_wait_end: OK
<6>[ 173.703113][ T1] Testing event dma_fence_wait_start: OK
<6>[ 173.769502][ T1] Testing event dma_fence_signaled: OK
<6>[ 173.836014][ T1] Testing event dma_fence_enable_signal: OK
<6>[ 173.903177][ T1] Testing event dma_fence_destroy: OK
<6>[ 173.973086][ T1] Testing event dma_fence_init: OK
<6>[ 174.039614][ T1] Testing event dma_fence_emit: OK
<6>[ 174.105556][ T1] Testing event sync_timeline: OK
<6>[ 174.172950][ T1] Testing event scsi_eh_wakeup: OK
<6>[ 174.239512][ T1] Testing event scsi_dispatch_cmd_timeout: OK
<6>[ 174.303422][ T1] Testing event scsi_dispatch_cmd_done: OK
<6>[ 174.369689][ T1] Testing event scsi_dispatch_cmd_error: OK
<6>[ 174.439295][ T1] Testing event scsi_dispatch_cmd_start: OK
<6>[ 174.509286][ T1] Testing event ata_eh_link_autopsy_qc: OK
<6>[ 174.579686][ T1] Testing event ata_eh_link_autopsy: OK
<6>[ 174.649635][ T1] Testing event ata_qc_complete_done: OK
<6>[ 174.713208][ T1] Testing event ata_qc_complete_failed: OK
<6>[ 174.782683][ T1] Testing event ata_qc_complete_internal: OK
<6>[ 174.849358][ T1] Testing event ata_qc_issue: OK
<6>[ 174.916094][ T1] Testing event spi_transfer_stop: OK
<6>[ 174.982910][ T1] Testing event spi_transfer_start: OK
<6>[ 175.049208][ T1] Testing event spi_message_done: OK
<6>[ 175.119214][ T1] Testing event spi_message_start: OK
<6>[ 175.189459][ T1] Testing event spi_message_submit: OK
<6>[ 175.259222][ T1] Testing event spi_set_cs: OK
<6>[ 175.330276][ T1] Testing event spi_setup: OK
<6>[ 175.399184][ T1] Testing event spi_controller_busy: OK
<6>[ 175.466017][ T1] Testing event spi_controller_idle: OK
<6>[ 175.532986][ T1] Testing event mdio_access: OK
<6>[ 175.602311][ T1] Testing event xhci_dbc_giveback_request: OK
<6>[ 175.669556][ T1] Testing event xhci_dbc_queue_request: OK
<6>[ 175.735971][ T1] Testing event xhci_dbc_free_request: OK
<6>[ 175.802926][ T1] Testing event xhci_dbc_alloc_request: OK
<6>[ 175.872784][ T1] Testing event xhci_ring_host_doorbell: OK
<6>[ 175.939118][ T1] Testing event xhci_ring_ep_doorbell: OK
<6>[ 176.006080][ T1] Testing event xhci_hub_status_data: OK
<6>[ 176.072535][ T1] Testing event xhci_get_port_status: OK
<6>[ 176.145849][ T1] Testing event xhci_handle_port_status: OK
<6>[ 176.209448][ T1] Testing event xhci_inc_deq: OK
<6>[ 176.276213][ T1] Testing event xhci_inc_enq: OK
<6>[ 176.339674][ T1] Testing event xhci_ring_expansion: OK
<6>[ 176.409208][ T1] Testing event xhci_ring_free: OK
<6>[ 176.472686][ T1] Testing event xhci_ring_alloc: OK
<6>[ 176.539341][ T1] Testing event xhci_configure_endpoint_ctrl_ctx: OK
<6>[ 176.609396][ T1] Testing event xhci_address_ctrl_ctx: OK
<6>[ 176.676301][ T1] Testing event xhci_configure_endpoint: OK
<6>[ 176.746142][ T1] Testing event xhci_handle_cmd_set_deq: OK
<6>[ 176.816393][ T1] Testing event xhci_handle_cmd_reset_dev: OK
<6>[ 176.886394][ T1] Testing event xhci_handle_cmd_addr_dev: OK
<6>[ 176.952882][ T1] Testing event xhci_setup_device_slot: OK
<6>[ 177.019438][ T1] Testing event xhci_discover_or_reset_device: OK
<6>[ 177.089152][ T1] Testing event xhci_handle_cmd_disable_slot: OK
<6>[ 177.156268][ T1] Testing event xhci_free_dev: OK
<6>[ 177.219667][ T1] Testing event xhci_alloc_dev: OK
<6>[ 177.289156][ T1] Testing event xhci_add_endpoint: OK
<6>[ 177.356386][ T1] Testing event xhci_handle_cmd_config_ep: OK
<6>[ 177.422957][ T1] Testing event xhci_handle_cmd_reset_ep: OK
<6>[ 177.489589][ T1] Testing event xhci_handle_cmd_set_deq_ep: OK
<6>[ 177.552946][ T1] Testing event xhci_handle_cmd_stop_ep: OK
<6>[ 177.620015][ T1] Testing event xhci_urb_dequeue: OK
<6>[ 177.689489][ T1] Testing event xhci_urb_giveback: OK
<6>[ 177.756019][ T1] Testing event xhci_urb_enqueue: OK
<6>[ 177.823055][ T1] Testing event xhci_stop_device: OK
<6>[ 177.896162][ T1] Testing event xhci_setup_addressable_virt_device: OK
<6>[ 177.963248][ T1] Testing event xhci_setup_device: OK
<6>[ 178.034227][ T1] Testing event xhci_alloc_virt_device: OK
<6>[ 178.102738][ T1] Testing event xhci_free_virt_device: OK
<6>[ 178.172626][ T1] Testing event xhci_dbc_gadget_ep_queue: OK
<6>[ 178.242977][ T1] Testing event xhci_dbc_handle_transfer: OK
<6>[ 178.309751][ T1] Testing event xhci_dbc_handle_event: OK
<6>[ 178.377677][ T1] Testing event xhci_queue_trb: OK
<6>[ 178.446096][ T1] Testing event xhci_handle_transfer: OK
<6>[ 178.513195][ T1] Testing event xhci_handle_command: OK
<6>[ 178.580884][ T1] Testing event xhci_handle_event: OK
<6>[ 178.646276][ T1] Testing event xhci_address_ctx: OK
<6>[ 178.713008][ T1] Testing event xhci_dbg_ring_expansion: OK
<6>[ 178.783190][ T1] Testing event xhci_dbg_init: OK
<6>[ 178.853122][ T1] Testing event xhci_dbg_cancel_urb: OK
<6>[ 178.923206][ T1] Testing event xhci_dbg_reset_ep: OK
<6>[ 178.989742][ T1] Testing event xhci_dbg_quirks: OK
<6>[ 179.056309][ T1] Testing event xhci_dbg_context_change: OK
<6>[ 179.126614][ T1] Testing event xhci_dbg_address: OK
<6>[ 179.192862][ T1] Testing event rtc_timer_fired: OK
<6>[ 179.259775][ T1] Testing event rtc_timer_dequeue: OK
<6>[ 179.327317][ T1] Testing event rtc_timer_enqueue: OK
<6>[ 179.395974][ T1] Testing event rtc_read_offset: OK
<6>[ 179.466212][ T1] Testing event rtc_set_offset: OK
<6>[ 179.536397][ T1] Testing event rtc_alarm_irq_enable: OK
<6>[ 179.606510][ T1] Testing event rtc_irq_set_state: OK
<6>[ 179.676483][ T1] Testing event rtc_irq_set_freq: OK
<6>[ 179.743634][ T1] Testing event rtc_read_alarm: OK
<6>[ 179.809524][ T1] Testing event rtc_set_alarm: OK
<6>[ 179.872716][ T1] Testing event rtc_read_time: OK
<6>[ 179.939221][ T1] Testing event rtc_set_time: OK
<6>[ 180.006206][ T1] Testing event i2c_result: OK
<6>[ 180.076468][ T1] Testing event i2c_reply: OK
<6>[ 180.143754][ T1] Testing event i2c_read: OK
<6>[ 180.213338][ T1] Testing event i2c_write: OK
<6>[ 180.283362][ T1] Testing event smbus_result: OK
<6>[ 180.353263][ T1] Testing event smbus_reply: OK
<6>[ 180.422561][ T1] Testing event smbus_read: OK
<6>[ 180.485963][ T1] Testing event smbus_write: OK
<6>[ 180.552528][ T1] Testing event hwmon_attr_show_string: OK
<6>[ 180.616248][ T1] Testing event hwmon_attr_store: OK
<6>[ 180.682169][ T1] Testing event hwmon_attr_show: OK
<6>[ 180.749207][ T1] Testing event thermal_power_devfreq_limit: OK
<6>[ 180.816233][ T1] Testing event thermal_power_devfreq_get_power: OK
<6>[ 180.883044][ T1] Testing event thermal_zone_trip: OK
<6>[ 180.952820][ T1] Testing event cdev_update: OK
<6>[ 181.019448][ T1] Testing event thermal_temperature: OK
<6>[ 181.089425][ T1] Testing event thermal_power_allocator_pid: OK
<6>[ 181.159557][ T1] Testing event thermal_power_allocator: OK
<6>[ 181.229162][ T1] Testing event mmc_request_done: OK
<6>[ 181.297446][ T1] Testing event mmc_request_start: OK
<6>[ 181.367066][ T1] Testing event cros_ec_request_done: OK
<6>[ 181.436055][ T1] Testing event cros_ec_request_start: OK
<6>[ 181.500491][ T1] Testing event devfreq_monitor: OK
<6>[ 181.569319][ T1] Testing event devfreq_frequency: OK
<6>[ 181.639341][ T1] Testing event memory_failure_event: OK
<6>[ 181.702868][ T1] Testing event aer_event: OK
<6>[ 181.772515][ T1] Testing event non_standard_event: OK
<6>[ 181.839607][ T1] Testing event arm_event: OK
<6>[ 181.906001][ T1] Testing event mc_event: OK
<6>[ 181.972793][ T1] Testing event extlog_mem_event: OK
<6>[ 182.038906][ T1] Testing event icc_set_bw_end: OK
<6>[ 182.106051][ T1] Testing event icc_set_bw: OK
<6>[ 182.172346][ T1] Testing event neigh_cleanup_and_release: OK
<6>[ 182.236390][ T1] Testing event neigh_event_send_dead: OK
<6>[ 182.304104][ T1] Testing event neigh_event_send_done: OK
<6>[ 182.373729][ T1] Testing event neigh_timer_handler: OK
<6>[ 182.443153][ T1] Testing event neigh_update_done: OK
<6>[ 182.512851][ T1] Testing event neigh_update: OK
<6>[ 182.579581][ T1] Testing event neigh_create: OK
<6>[ 182.646150][ T1] Testing event page_pool_update_nid: OK
<6>[ 182.709623][ T1] Testing event page_pool_state_hold: OK
<6>[ 182.776350][ T1] Testing event page_pool_state_release: OK
<6>[ 182.842562][ T1] Testing event page_pool_release: OK
<6>[ 182.909355][ T1] Testing event br_fdb_update: OK
<6>[ 182.975226][ T1] Testing event fdb_delete: OK
<6>[ 183.038971][ T1] Testing event br_fdb_external_learn_add: OK
<6>[ 183.103476][ T1] Testing event br_fdb_add: OK
<6>[ 183.168701][ T1] Testing event qdisc_create: OK
<6>[ 183.234987][ T1] Testing event qdisc_destroy: OK
<6>[ 183.306241][ T1] Testing event qdisc_reset: OK
<6>[ 183.372748][ T1] Testing event qdisc_enqueue: OK
<6>[ 183.440196][ T1] Testing event qdisc_dequeue: OK
<6>[ 183.509324][ T1] Testing event fib_table_lookup: OK
<6>[ 183.576419][ T1] Testing event tcp_bad_csum: OK
<6>[ 183.644297][ T1] Testing event tcp_probe: OK
<6>[ 183.716388][ T1] Testing event tcp_retransmit_synack: OK
<6>[ 183.786483][ T1] Testing event tcp_rcv_space_adjust: OK
<6>[ 183.859703][ T1] Testing event tcp_destroy_sock: OK
<6>[ 183.926489][ T1] Testing event tcp_receive_reset: OK
<6>[ 183.993766][ T1] Testing event tcp_send_reset: OK
<6>[ 184.062904][ T1] Testing event tcp_retransmit_skb: OK
<6>[ 184.126316][ T1] Testing event udp_fail_queue_rcv_skb: OK
<6>[ 184.196881][ T1] Testing event inet_sk_error_report: OK
<6>[ 184.266224][ T1] Testing event inet_sock_set_state: OK
<6>[ 184.336330][ T1] Testing event sock_exceed_buf_limit: OK
<6>[ 184.406200][ T1] Testing event sock_rcvqueue_full: OK
<6>[ 184.471031][ T1] Testing event napi_poll: OK
<6>[ 184.542836][ T1] Testing event netif_receive_skb_list_exit: OK
<6>[ 184.606599][ T1] Testing event netif_rx_ni_exit: OK
<6>[ 184.673155][ T1] Testing event netif_rx_exit: OK
<6>[ 184.740721][ T1] Testing event netif_receive_skb_exit: OK
<6>[ 184.809841][ T1] Testing event napi_gro_receive_exit: OK
<6>[ 184.882849][ T1] Testing event napi_gro_frags_exit: OK
<6>[ 184.949844][ T1] Testing event netif_rx_ni_entry: OK
<6>[ 185.016016][ T1] Testing event netif_rx_entry: OK
<6>[ 185.079342][ T1] Testing event netif_receive_skb_list_entry: OK
<6>[ 185.144333][ T1] Testing event netif_receive_skb_entry: OK
<6>[ 185.210290][ T1] Testing event napi_gro_receive_entry: OK
<6>[ 185.280066][ T1] Testing event napi_gro_frags_entry: OK
<6>[ 185.347800][ T1] Testing event netif_rx: OK
<6>[ 185.413462][ T1] Testing event netif_receive_skb: OK
<6>[ 185.479836][ T1] Testing event net_dev_queue: OK
<6>[ 185.554133][ T1] Testing event net_dev_xmit_timeout: OK
<6>[ 185.623225][ T1] Testing event net_dev_xmit: OK
<6>[ 185.689602][ T1] Testing event net_dev_start_xmit: OK
<6>[ 185.757011][ T1] Testing event skb_copy_datagram_iovec: OK
<6>[ 185.823128][ T1] Testing event consume_skb: OK
<6>[ 185.892928][ T1] Testing event kfree_skb: OK
<6>[ 185.960033][ T1] Testing event devlink_trap_report: OK
<6>[ 186.026319][ T1] Testing event devlink_health_reporter_state_update: OK
<6>[ 186.100228][ T1] Testing event devlink_health_recover_aborted: OK
<6>[ 186.169931][ T1] Testing event devlink_health_report: OK
<6>[ 186.236798][ T1] Testing event devlink_hwerr: OK
<6>[ 186.302856][ T1] Testing event devlink_hwmsg: OK
<6>[ 186.366064][ T1] Testing event netlink_extack: OK
<6>[ 186.436303][ T1] Testing event bpf_test_finish: OK
<6>[ 186.503376][ T1] Testing event tls_device_tx_resync_send: OK
<6>[ 186.570202][ T1] Testing event tls_device_tx_resync_req: OK
<6>[ 186.643221][ T1] Testing event tls_device_rx_resync_nh_delay: OK
<6>[ 186.713422][ T1] Testing event tls_device_rx_resync_nh_schedule: OK
<6>[ 186.783411][ T1] Testing event tls_device_rx_resync_send: OK
<6>[ 186.853449][ T1] Testing event tls_device_decrypted: OK
<6>[ 186.920163][ T1] Testing event tls_device_offload_set: OK
<6>[ 186.989906][ T1] Testing event fib6_table_lookup: OK
<6>[ 187.060151][ T1] Testing event subflow_check_data_avail: OK
<6>[ 187.126618][ T1] Testing event ack_update_msk: OK
<6>[ 187.193633][ T1] Testing event get_mapping_status: OK
<6>[ 187.263560][ T1] Testing event mptcp_subflow_get_send: OK
<6>[ 187.331121][ T1] Running tests on trace event systems:
<6>[ 187.345712][ T1] Testing event system mptcp: OK
<6>[ 187.419785][ T1] Testing event system fib6: OK
<6>[ 187.487108][ T1] Testing event system tls: OK
<6>[ 187.562256][ T1] Testing event system bpf_test_run: OK
<6>[ 187.630911][ T1] Testing event system netlink: OK
<6>[ 187.701184][ T1] Testing event system devlink: OK
<6>[ 187.776323][ T1] Testing event system skb: OK
<6>[ 187.848636][ T1] Testing event system net: OK
<6>[ 187.947592][ T1] Testing event system napi: OK
<6>[ 188.013499][ T1] Testing event system sock: OK
<6>[ 188.082258][ T1] Testing event system udp: OK
<6>[ 188.150761][ T1] Testing event system tcp: OK
<6>[ 188.231937][ T1] Testing event system fib: OK
<6>[ 188.299983][ T1] Testing event system qdisc: OK
<6>[ 188.380883][ T1] Testing event system bridge: OK
<6>[ 188.450875][ T1] Testing event system page_pool: OK
<6>[ 188.526074][ T1] Testing event system neigh: OK
<6>[ 188.606113][ T1] Testing event system interconnect: OK
<6>[ 188.677371][ T1] Testing event system ras: OK
<6>[ 188.753090][ T1] Testing event system devfreq: OK
<6>[ 188.824098][ T1] Testing event system cros_ec: OK
<6>[ 188.893584][ T1] Testing event system mmc: OK
<6>[ 188.960915][ T1] Testing event system thermal_power_allocator: OK
<6>[ 189.033611][ T1] Testing event system thermal: OK
<6>[ 189.106308][ T1] Testing event system hwmon: OK
<6>[ 189.174473][ T1] Testing event system smbus: OK
<6>[ 189.252322][ T1] Testing event system i2c: OK
<6>[ 189.326051][ T1] Testing event system rtc: OK
<6>[ 189.412721][ T1] Testing event system xhci-hcd: OK
<6>[ 189.572637][ T1] Testing event system mdio: OK
<6>[ 189.639671][ T1] Testing event system spi: OK
<6>[ 189.722529][ T1] Testing event system libata: OK
<6>[ 189.799678][ T1] Testing event system scsi: OK
<6>[ 189.874207][ T1] Testing event system sync_trace: OK
<6>[ 189.942727][ T1] Testing event system dma_fence: OK
<6>[ 190.016617][ T1] Testing event system dev: OK
<6>[ 190.082941][ T1] Testing event system regmap: OK
<6>[ 190.174558][ T1] Testing event system iommu: OK
<6>[ 190.250423][ T1] Testing event system intel_iommu: OK
<6>[ 190.320060][ T1] Testing event system random: OK
<6>[ 190.406076][ T1] Testing event system regulator: OK
<6>[ 190.486907][ T1] Testing event system clk: OK
<6>[ 190.588046][ T1] Testing event system pwm: OK
<6>[ 190.653601][ T1] Testing event system gpio: OK
<6>[ 190.723484][ T1] Testing event system msr: OK
<6>[ 190.798824][ T1] Testing event system wbt: OK
<6>[ 190.871609][ T1] Testing event system iocost: OK
<6>[ 190.954493][ T1] Testing event system block: OK
<6>[ 191.054271][ T1] Testing event system jbd2: OK
<6>[ 191.152303][ T1] Testing event system ext4: OK
<6>[ 191.414031][ T1] Testing event system iomap: OK
<6>[ 191.495748][ T1] Testing event system filelock: OK
<6>[ 191.578766][ T1] Testing event system fs_dax: OK
<6>[ 191.669723][ T1] Testing event system io_uring: OK
<6>[ 191.759911][ T1] Testing event system writeback: OK
<6>[ 191.879348][ T1] Testing event system page_isolation: OK
<6>[ 191.948911][ T1] Testing event system huge_memory: OK
<6>[ 192.021081][ T1] Testing event system migrate: OK
<6>[ 192.090070][ T1] Testing event system mmap: OK
<6>[ 192.156072][ T1] Testing event system mmap_lock: OK
<6>[ 192.355264][ T1] Testing event system compaction: OK
<6>[ 192.446980][ T1] Testing event system kmem: OK
<6>[ 192.533311][ T1] Testing event system percpu: OK
<6>[ 192.613737][ T1] Testing event system vmscan: OK
<6>[ 192.709271][ T1] Testing event system pagemap: OK
<6>[ 192.779475][ T1] Testing event system oom: OK
<6>[ 192.861488][ T1] Testing event system filemap: OK
<6>[ 192.931858][ T1] Testing event system rseq: OK
<6>[ 193.000312][ T1] Testing event system xdp: OK
<6>[ 193.082257][ T1] Testing event system rpm: OK
<6>[ 193.156014][ T1] Testing event system power: OK
<6>[ 193.259133][ T1] Testing event system error_report: OK
<6>[ 193.325813][ T1] Testing event system bpf_trace: OK
<6>[ 193.399104][ T1] Testing event system test: OK
<6>[ 193.461751][ T1] Testing event system preemptirq: OK
<6>[ 193.534503][ T1] Testing event system cgroup: OK
<6>[ 193.624502][ T1] Testing event system module: OK
<6>[ 193.698663][ T1] Testing event system alarmtimer: OK
<6>[ 193.768517][ T1] Testing event system timer: OK
<6>[ 193.851674][ T1] Testing event system raw_syscalls: OK
<6>[ 193.924359][ T1] Testing event system swiotlb: OK
<6>[ 193.992741][ T1] Testing event system rcu: OK
<6>[ 194.063447][ T1] Testing event system irq_matrix: OK
<6>[ 194.148698][ T1] Testing event system printk: OK
<6>[ 194.216311][ T1] Testing event system lock: OK
<6>[ 194.287307][ T1] Testing event system sched: OK
<6>[ 194.411386][ T1] Testing event system workqueue: OK
<6>[ 194.485218][ T1] Testing event system signal: OK
<6>[ 194.553437][ T1] Testing event system irq: OK
<6>[ 194.632464][ T1] Testing event system cpuhp: OK
<6>[ 194.704471][ T1] Testing event system task: OK
<6>[ 194.773324][ T1] Testing event system exceptions: OK
<6>[ 194.844038][ T1] Testing event system tlb: OK
<6>[ 194.912364][ T1] Testing event system resctrl: OK
<6>[ 194.984299][ T1] Testing event system mce: OK
<6>[ 195.052365][ T1] Testing event system x86_fpu: OK
<6>[ 195.132380][ T1] Testing event system nmi: OK
<6>[ 195.202551][ T1] Testing event system irq_vectors: OK
<6>[ 195.327595][ T1] Testing event system syscalls: OK
<6>[ 195.437450][ T1] Testing event system hyperv: OK
<6>[ 195.512665][ T1] Testing event system xen: OK
<6>[ 195.624205][ T1] Testing event system vsyscall: OK
<6>[ 195.695857][ T1] Testing event system initcall: OK
<6>[ 195.771717][ T1] Running tests on all trace events:
<6>[ 195.785208][ T1] Testing all events: OK
<6>[ 199.541710][ T1] Testing ftrace filter: OK
<6>[ 199.553491][ T1] trace_kprobe: Testing kprobe tracing: OK
<5>[ 199.629647][ T1] Loading compiled-in X.509 certificates
<5>[ 199.638433][ T1] Loaded X.509 cert 'Build time autogenerated kernel key: 19e7b965b1fc22ac8761e7dab64977b27316bc57'
<6>[ 199.647645][ T1] zswap: loaded using pool zstd/zsmalloc
<5>[ 199.655503][ T1] Key type ._fscrypt registered
<5>[ 199.658690][ T1] Key type .fscrypt registered
<5>[ 199.661781][ T1] Key type fscrypt-provisioning registered
<5>[ 199.722777][ T1] Key type encrypted registered
<6>[ 199.726107][ T1] AppArmor: AppArmor sha1 policy hashing enabled
<6>[ 199.729486][ T1] ima: No TPM chip found, activating TPM-bypass!
<5>[ 199.732727][ T1] Loading compiled-in module X.509 certificates
<5>[ 199.740132][ T1] Loaded X.509 cert 'Build time autogenerated kernel key: 19e7b965b1fc22ac8761e7dab64977b27316bc57'
<6>[ 199.743760][ T1] ima: Allocated hash algorithm: sha1
<6>[ 199.747711][ T1] ima: No architecture policies found
<6>[ 199.751816][ T1] evm: Initialising EVM extended attributes:
<6>[ 199.755488][ T1] evm: security.selinux (disabled)
<6>[ 199.759179][ T1] evm: security.SMACK64
<6>[ 199.762838][ T1] evm: security.SMACK64EXEC
<6>[ 199.766507][ T1] evm: security.SMACK64TRANSMUTE
<6>[ 199.770185][ T1] evm: security.SMACK64MMAP
<6>[ 199.773830][ T1] evm: security.apparmor
<6>[ 199.777453][ T1] evm: security.ima
<6>[ 199.781039][ T1] evm: security.capability
<6>[ 199.784646][ T1] evm: HMAC attrs: 0x1
<6>[ 199.802191][ T1] PM: Magic number: 1:221:592
<6>[ 199.813245][ T1] acpi_cpufreq: overriding BIOS provided _PSD data
<6>[ 199.831584][ T1] RAS: Correctable Errors collector initialized.
<6>[ 199.886579][ T1] Freeing unused decrypted memory: 2036K
<6>[ 199.898282][ T1] Freeing unused kernel image (initmem) memory: 4212K
<6>[ 199.907775][ T1] Write protecting the kernel read-only data: 36864k
<6>[ 199.920555][ T1] Freeing unused kernel image (text/rodata gap) memory: 2036K
<6>[ 199.925506][ T1] Freeing unused kernel image (rodata/data gap) memory: 312K
<6>[ 200.063818][ T1] x86/mm: Checked W+X mappings: passed, no W+X pages found.
<6>[ 200.068554][ T1] Run /init as init process
<7>[ 200.072820][ T1] with arguments:
<7>[ 200.072832][ T1] /init
<7>[ 200.072842][ T1] with environment:
<7>[ 200.072852][ T1] HOME=/
<7>[ 200.072863][ T1] TERM=linux
<7>[ 200.072873][ T1] BOOT_IMAGE=/boot/vmlinuz-5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6
<6>[ 202.983322][ T2044] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
<6>[ 203.281878][ T2044] acpi device:00: registered as cooling_device4
<6>[ 203.376086][ T2044] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
<6>[ 203.517502][ T2055] sdhci: Secure Digital Host Controller Interface driver
<6>[ 203.523640][ T2055] sdhci: Copyright(c) Pierre Ossman
<4>[ 203.714128][ T2051] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\_SB.PCI0.SMBS.SMB0) (20210604/utaddress-204)
<6>[ 203.727948][ T2051] ACPI: OSL: Resource conflict; ACPI support missing from driver?
<6>[ 203.747727][ T2048] xhci_hcd 0000:00:10.0: xHCI Host Controller
<6>[ 203.782903][ T2048] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
<6>[ 203.838908][ T2048] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
<7>[ 203.866809][ T2039] ahci 0000:00:11.0: version 3.0
<6>[ 203.869503][ T2050] hid: raw HID events driver (C) Jiri Kosina
<6>[ 203.875986][ T2048] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
<6>[ 203.883970][ T2048] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 203.891796][ T2048] usb usb3: Product: xHCI Host Controller
<6>[ 203.899183][ T2048] usb usb3: Manufacturer: Linux 5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6 xhci-hcd
<6>[ 203.906663][ T2048] usb usb3: SerialNumber: 0000:00:10.0
<6>[ 203.960692][ T2048] hub 3-0:1.0: USB hub found
<6>[ 203.961495][ T2039] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
<6>[ 203.975776][ T2039] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part
<6>[ 204.023556][ T2048] hub 3-0:1.0: 2 ports detected
<6>[ 204.025213][ T2055] sdhci-pci 0000:00:14.7: SDHCI controller found [1022:7813] (rev 1)
<4>[ 204.025543][ T2038] r8169 0000:01:00.1: can't disable ASPM; OS doesn't have ASPM control
<6>[ 204.100688][ T2052] cryptd: max_cpu_qlen set to 1000
<6>[ 204.155732][ T2039] scsi host0: ahci
<6>[ 204.182411][ T2050] usbcore: registered new interface driver usbhid
<6>[ 204.190198][ T2050] usbhid: USB HID core driver
<6>[ 204.252293][ T2039] scsi host1: ahci
<6>[ 204.265674][ T2039] ata1: SATA max UDMA/133 abar m1024@0xf0c6f000 port 0xf0c6f100 irq 33
<6>[ 204.273716][ T2039] ata2: SATA max UDMA/133 abar m1024@0xf0c6f000 port 0xf0c6f180 irq 33
<6>[ 204.279954][ T2038] libphy: r8169: probed
<6>[ 204.306248][ T2055] mmc0: SDHCI controller on PCI [0000:00:14.7] using ADMA
<6>[ 204.307503][ T2048] xhci_hcd 0000:00:10.0: xHCI Host Controller
<6>[ 204.309752][ T2038] r8169 0000:01:00.1 eth0: RTL8411b, f0:76:1c:c8:db:de, XID 5c8, IRQ 37
<6>[ 204.309777][ T2038] r8169 0000:01:00.1 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
<6>[ 204.343564][ T2048] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 4
<6>[ 204.352334][ T2048] xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
<6>[ 204.361715][ T2052] AVX version of gcm_enc/dec engaged.
<6>[ 204.370928][ T2048] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
<6>[ 204.382788][ T2048] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
<6>[ 204.392512][ T2048] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>[ 204.401285][ T2048] usb usb4: Product: xHCI Host Controller
<6>[ 204.410054][ T2048] usb usb4: Manufacturer: Linux 5.14.0-rc3-bluetea-test-uaf-00250-g51207ee38ab6 xhci-hcd
<6>[ 204.419284][ T2048] usb usb4: SerialNumber: 0000:00:10.0
<6>[ 204.466712][ T2052] AES CTR mode by8 optimization enabled
<6>[ 204.505207][ T2048] hub 4-0:1.0: USB hub found
<6>[ 204.556129][ T2048] hub 4-0:1.0: 2 ports detected
<6>[ 204.767348][ T2062] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
<6>[ 204.776590][ T2064] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<6>[ 204.790680][ T2062] ata1.00: ATA-9: WDC WD5000LPVX-22V0TT0, 01.01A01, max UDMA/133
<6>[ 204.799600][ T2062] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 32), AA
<6>[ 204.808211][ T2064] ata2.00: ATAPI: Slimtype DVD A DA8A6SH, GA11, max UDMA/133
<6>[ 204.820209][ T2064] ata2.00: configured for UDMA/133
<6>[ 204.830710][ T2062] ata1.00: configured for UDMA/133
<5>[ 204.847011][ T8] scsi 0:0:0:0: Direct-Access ATA WDC WD5000LPVX-2 1A01 PQ: 0 ANSI: 5
<5>[ 204.866753][ T119] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
<5>[ 204.867277][ T8] sd 0:0:0:0: Attached scsi generic sg0 type 0
<5>[ 204.874803][ T119] sd 0:0:0:0: [sda] 4096-byte physical blocks
<5>[ 204.896576][ T109] scsi 1:0:0:0: CD-ROM Slimtype DVD A DA8A6SH GA11 PQ: 0 ANSI: 5
<5>[ 204.904071][ T119] sd 0:0:0:0: [sda] Write Protect is off
<7>[ 204.913105][ T119] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
<5>[ 204.914073][ T119] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
<6>[ 205.281115][ T2043] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C077.0001/input/input8
<6>[ 205.325809][ T2043] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.0-1.1/input0
<6>[ 205.351400][ T2041] r8169 0000:01:00.1 enp1s0f1: renamed from eth0
<6>[ 206.624212][ T109] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
<6>[ 206.632342][ T109] cdrom: Uniform CD-ROM driver Revision: 3.20
<6>[ 206.725344][ T119] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
<6>[ 206.773540][ T2049] [drm] radeon kernel modesetting enabled.
<7>[ 206.781666][ T109] sr 1:0:0:0: Attached scsi CD-ROM sr0
<7>[ 206.782503][ T2049] checking generic (e0000000 420000) vs hw (e0000000 10000000)
<6>[ 206.782529][ T2049] fb0: switching to radeondrmfb from simple
<5>[ 206.785484][ T109] sr 1:0:0:0: Attached scsi generic sg1 type 5
<6>[ 206.800501][ T2049] Console: switching to colour dummy device 80x25
<6>[ 206.802797][ T2049] radeon 0000:00:01.0: vgaarb: deactivate vga console
<6>[ 206.824366][ T2049] [drm] initializing kernel modesetting (MULLINS 0x1002:0x9851 0x1025:0x1017 0x05).
<6>[ 206.825089][ T2049] [drm] doorbell mmio base: 0xF0000000
<6>[ 206.825200][ T2049] [drm] doorbell mmio size: 8388608
<5>[ 206.825429][ T119] sd 0:0:0:0: [sda] Attached SCSI disk
<4>[ 206.825956][ T2049] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000c3fff window]
<4>[ 206.826665][ T2049] caller pci_map_rom+0xf1/0x2c0 mapping multiple BARs
<6>[ 206.854095][ T2049] ATOM BIOS: AMD
<6>[ 206.854875][ T2049] radeon 0000:00:01.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
<6>[ 206.855092][ T2049] radeon 0000:00:01.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
<6>[ 206.855354][ T2049] [drm] Detected VRAM RAM=1024M, BAR=256M
<6>[ 206.855481][ T2049] [drm] RAM width 128bits DDR
<6>[ 206.859590][ T2049] [drm] radeon: 1024M of VRAM memory ready
<6>[ 206.859775][ T2049] [drm] radeon: 2048M of GTT memory ready.
<6>[ 206.862638][ T2049] [drm] Loading mullins Microcode
<6>[ 206.875222][ T2049] [drm] Internal thermal controller without fan control
<6>[ 206.880610][ T2049] [drm] radeon: dpm initialized
<6>[ 206.882747][ T2049] [drm] Found UVD firmware Version: 1.64 Family ID: 9
<6>[ 206.886978][ T2049] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
<6>[ 206.887481][ T2049] [drm] GART: num cpu pages 524288, num gpu pages 524288
<6>[ 206.971431][ T2049] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
<6>[ 206.974027][ T2049] radeon 0000:00:01.0: WB enabled
<6>[ 206.974755][ T2049] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00
<6>[ 206.974951][ T2049] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04
<6>[ 206.975143][ T2049] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08
<6>[ 206.975335][ T2049] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c
<6>[ 206.975526][ T2049] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10
<6>[ 206.976343][ T2049] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
<6>[ 206.977013][ T2049] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18
<6>[ 206.977254][ T2049] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c
<6>[ 206.983428][ T2049] radeon 0000:00:01.0: radeon: using MSI.
<6>[ 206.984739][ T2049] [drm] radeon: irq initialized.
<6>[ 206.991843][ T2049] [drm] ring test on 0 succeeded in 1 usecs
<6>[ 206.992521][ T2049] [drm] ring test on 1 succeeded in 2 usecs
<6>[ 206.993043][ T2049] [drm] ring test on 2 succeeded in 2 usecs
<6>[ 206.993379][ T2049] [drm] ring test on 3 succeeded in 3 usecs
<6>[ 206.993520][ T2049] [drm] ring test on 4 succeeded in 3 usecs
<6>[ 207.020418][ T2049] [drm] ring test on 5 succeeded in 1 usecs
<6>[ 207.020686][ T2049] [drm] UVD initialized successfully.
<6>[ 207.131987][ T2049] [drm] ring test on 6 succeeded in 12 usecs
<6>[ 207.132156][ T2049] [drm] ring test on 7 succeeded in 1 usecs
<6>[ 207.132290][ T2049] [drm] VCE initialized successfully.
<6>[ 207.139926][ T2049] [drm] ib test on ring 0 succeeded in 0 usecs
<6>[ 207.140818][ T2049] [drm] ib test on ring 1 succeeded in 0 usecs
<6>[ 207.141261][ T2049] [drm] ib test on ring 2 succeeded in 0 usecs
<6>[ 207.141719][ T2049] [drm] ib test on ring 3 succeeded in 0 usecs
<6>[ 207.142167][ T2049] [drm] ib test on ring 4 succeeded in 0 usecs
<6>[ 207.143153][ T2049] [drm] ib test on ring 5 succeeded
<6>[ 207.144758][ T2049] [drm] ib test on ring 6 succeeded
<6>[ 207.145479][ T2049] [drm] ib test on ring 7 succeeded
<6>[ 207.225154][ T2049] [drm] radeon atom DIG backlight initialized
<6>[ 207.225316][ T2049] [drm] Radeon Display Connectors
<6>[ 207.225432][ T2049] [drm] Connector 0:
<6>[ 207.225527][ T2049] [drm] eDP-1
<6>[ 207.225615][ T2049] [drm] HPD1
<6>[ 207.225702][ T2049] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
<6>[ 207.225887][ T2049] [drm] Encoders:
<6>[ 207.225979][ T2049] [drm] LCD1: INTERNAL_UNIPHY
<6>[ 207.226138][ T2049] [drm] Connector 1:
<6>[ 207.226233][ T2049] [drm] HDMI-A-1
<6>[ 207.226325][ T2049] [drm] HPD2
<6>[ 207.226410][ T2049] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
<6>[ 207.226594][ T2049] [drm] Encoders:
<6>[ 207.226685][ T2049] [drm] DFP1: INTERNAL_UNIPHY
<6>[ 207.226800][ T2049] [drm] Connector 2:
<6>[ 207.226894][ T2049] [drm] VGA-1
<6>[ 207.226981][ T2049] [drm] DDC: 0x65c0 0x65c0 0x65c4 0x65c4 0x65c8 0x65c8 0x65cc 0x65cc
<6>[ 207.227211][ T2049] [drm] Encoders:
<6>[ 207.227304][ T2049] [drm] CRT1: INTERNAL_KLDSCP_DAC1
<6>[ 207.950161][ T2049] [drm] fb mappable at 0xE0731000
<6>[ 207.950431][ T2049] [drm] vram apper at 0xE0000000
<6>[ 207.950604][ T2049] [drm] size 4325376
<6>[ 207.950685][ T2049] [drm] fb depth is 24
<6>[ 207.950769][ T2049] [drm] pitch is 5632
<6>[ 207.956177][ T2049] fbcon: radeon (fb0) is primary device
<6>[ 209.153934][ T2049] Console: switching to colour frame buffer device 170x48
<6>[ 209.177002][ T2049] radeon 0000:00:01.0: [drm] fb0: radeon frame buffer device
<6>[ 209.264529][ T2049] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:01.0 on minor 0
<6>[ 209.331599][ T2049] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
<6>[ 209.332950][ T2049] AMD-Vi: AMD IOMMUv2 functionality not available on this system
<6>[ 216.602906][ T2049] [drm] amdgpu kernel modesetting enabled.
<4>[ 217.734742][ T2049] amdgpu: CRAT table not found
<6>[ 217.735138][ T2049] amdgpu: Virtual CRAT table created for CPU
<6>[ 217.737668][ T2049] amdgpu: Topology: Add CPU node
<6>[ 218.953812][ T2166] raid6: sse2x4 gen() 3984 MB/s
<6>[ 219.010475][ T2166] raid6: sse2x4 xor() 2293 MB/s
<6>[ 219.067142][ T2166] raid6: sse2x2 gen() 2919 MB/s
<6>[ 219.123807][ T2166] raid6: sse2x2 xor() 2187 MB/s
<6>[ 219.180480][ T2166] raid6: sse2x1 gen() 1792 MB/s
<6>[ 219.237141][ T2166] raid6: sse2x1 xor() 1172 MB/s
<6>[ 219.237368][ T2166] raid6: using algorithm sse2x4 gen() 3984 MB/s
<6>[ 219.237634][ T2166] raid6: .... xor() 2293 MB/s, rmw enabled
<6>[ 219.237883][ T2166] raid6: using ssse3x2 recovery algorithm
<6>[ 219.249596][ T2166] xor: automatically using best checksumming function avx
<6>[ 219.264511][ T2166] async_tx: api initialized (async)
<6>[ 221.162018][ T2189] Btrfs loaded, crc32c=crc32c-intel, zoned=yes
<6>[ 223.001479][ T2214] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
<30>[ 229.745150][ T1] systemd[1]: Inserted module 'autofs4'
<30>[ 230.370669][ T1] systemd[1]: systemd 247.3-3ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
<30>[ 230.404929][ T1] systemd[1]: Detected architecture x86-64.
<30>[ 230.616097][ T1] systemd[1]: Set hostname to <integral>.
<28>[ 235.779702][ T1] systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
<30>[ 236.788639][ T1] systemd[1]: Queued start job for default target Graphical Interface.
<30>[ 236.797177][ T1] systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_vss was removed.
<30>[ 236.805637][ T1] systemd[1]: Unnecessary job for /sys/devices/virtual/misc/vmbus!hv_fcopy was removed.
<30>[ 237.058473][ T1] systemd[1]: Created slice Virtual Machine and Container Slice.
<30>[ 237.142436][ T1] systemd[1]: Created slice system-modprobe.slice.
<30>[ 237.207652][ T1] systemd[1]: Created slice User and Session Slice.
<30>[ 237.254918][ T1] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
<30>[ 237.306306][ T1] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
<30>[ 237.353403][ T1] systemd[1]: Reached target User and Group Name Lookups.
<30>[ 237.400095][ T1] systemd[1]: Reached target Slices.
<30>[ 237.447343][ T1] systemd[1]: Reached target Libvirt guests shutdown.
<30>[ 237.497435][ T1] systemd[1]: Listening on Device-mapper event daemon FIFOs.
<30>[ 237.549294][ T1] systemd[1]: Listening on LVM2 poll daemon socket.
<30>[ 237.640196][ T1] systemd[1]: Listening on multipathd control socket.
<30>[ 237.691608][ T1] systemd[1]: Listening on Syslog Socket.
<30>[ 237.741033][ T1] systemd[1]: Listening on initctl Compatibility Named Pipe.
<30>[ 237.794117][ T1] systemd[1]: Listening on Journal Audit Socket.
<30>[ 237.847505][ T1] systemd[1]: Listening on Journal Socket (/dev/log).
<30>[ 237.899501][ T1] systemd[1]: Listening on Journal Socket.
<30>[ 237.949232][ T1] systemd[1]: Listening on Network Service Netlink Socket.
<30>[ 238.012471][ T1] systemd[1]: Listening on udev Control Socket.
<30>[ 238.061740][ T1] systemd[1]: Listening on udev Kernel Socket.
<30>[ 238.155227][ T1] systemd[1]: Mounting Huge Pages File System...
<30>[ 238.241684][ T1] systemd[1]: Mounting POSIX Message Queue File System...
<30>[ 238.327369][ T1] systemd[1]: Mounting Kernel Debug File System...
<30>[ 238.408890][ T1] systemd[1]: Mounting Kernel Trace File System...
<30>[ 238.503230][ T1] systemd[1]: Starting Journal Service...
<30>[ 238.590298][ T1] systemd[1]: Starting Set the console keyboard layout...
<30>[ 238.700245][ T1] systemd[1]: Starting Create list of static device nodes for the current kernel...
<30>[ 238.785265][ T1] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
<30>[ 238.863484][ T1] systemd[1]: Starting Load Kernel Module configfs...
<30>[ 238.944961][ T1] systemd[1]: Starting Load Kernel Module drm...
<30>[ 239.036363][ T1] systemd[1]: Starting Load Kernel Module fuse...
<30>[ 239.136152][ T1] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
<30>[ 239.208333][ T1] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
<30>[ 239.289348][ T1] systemd[1]: Starting Load Kernel Modules...
<30>[ 239.378827][ T1] systemd[1]: Starting Remount Root and Kernel File Systems...
<30>[ 239.478264][ T1] systemd[1]: Starting Coldplug All udev Devices...
<30>[ 239.572683][ T1] systemd[1]: Starting Uncomplicated firewall...
<6>[ 239.661013][ T2312] EXT4-fs (sda3): re-mounted. Opts: (null). Quota mode: none.
<30>[ 239.692162][ T1] systemd[1]: Mounted Huge Pages File System.
<30>[ 239.749495][ T1] systemd[1]: Mounted POSIX Message Queue File System.
<30>[ 239.805064][ T1] systemd[1]: Mounted Kernel Debug File System.
<30>[ 239.836741][ T1] systemd[1]: Mounted Kernel Trace File System.
<30>[ 239.937100][ T1] systemd[1]: Finished Create list of static device nodes for the current kernel.
<30>[ 240.032438][ T1] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
<30>[ 240.103056][ T1] systemd[1]: modprobe@configfs.service: Succeeded.
<30>[ 240.134174][ T1] systemd[1]: Finished Load Kernel Module configfs.
<30>[ 240.218435][ T1] systemd[1]: Finished Set the console keyboard layout.
<30>[ 240.277550][ T1] systemd[1]: modprobe@drm.service: Succeeded.
<30>[ 240.314518][ T1] systemd[1]: Finished Load Kernel Module drm.
<30>[ 240.374418][ T1] systemd[1]: modprobe@fuse.service: Succeeded.
<30>[ 240.403909][ T1] systemd[1]: Finished Load Kernel Module fuse.
<30>[ 240.485449][ T1] systemd[1]: Finished Load Kernel Modules.
<30>[ 240.566811][ T1] systemd[1]: Finished Remount Root and Kernel File Systems.
<30>[ 240.671367][ T1] systemd[1]: Finished Uncomplicated firewall.
<30>[ 240.763579][ T1] systemd[1]: Activating swap /swap.img...
<30>[ 240.853608][ T1] systemd[1]: Mounting FUSE Control File System...
<30>[ 240.945143][ T1] systemd[1]: Mounting Kernel Configuration File System...
<6>[ 240.961857][ T2316] Adding 4194300k swap on /swap.img. Priority:-2 extents:5 across:4472828k FS
<30>[ 241.037887][ T1] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
<30>[ 241.049176][ T1] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
<30>[ 241.094493][ T1] systemd[1]: Starting Load/Save Random Seed...
<30>[ 241.179855][ T1] systemd[1]: Starting Apply Kernel Variables...
<30>[ 241.272031][ T1] systemd[1]: Starting Create System Users...
<30>[ 241.334183][ T1] systemd[1]: Activated swap /swap.img.
<30>[ 241.391206][ T1] systemd[1]: Started Journal Service.
<46>[ 241.768871][ T2292] systemd-journald[2292]: Received client request to flush runtime journal.
<5>[ 248.321880][ T2330] ccp 0000:00:08.0: 4 command queues available
<5>[ 248.355781][ T2330] ccp 0000:00:08.0: ccp enabled
<6>[ 250.566608][ T2347] acer_wmi: Acer Laptop ACPI-WMI Extras
<6>[ 250.566790][ T2347] acer_wmi: Function bitmap for Communication Button: 0x800
<6>[ 250.974100][ T2347] input: Acer WMI hotkeys as /devices/virtual/input/input9
<6>[ 251.183749][ T2344] mc: Linux media interface: v0.10
<6>[ 252.630356][ T2344] videodev: Linux video capture interface: v2.00
<6>[ 253.794617][ T2334] Bluetooth: Core ver 2.22
<6>[ 253.795255][ T2334] NET: Registered PF_BLUETOOTH protocol family
<6>[ 253.795270][ T2334] Bluetooth: HCI device and connection manager initialized
<6>[ 253.795633][ T2334] Bluetooth: HCI socket layer initialized
<6>[ 253.795686][ T2334] Bluetooth: L2CAP socket layer initialized
<6>[ 253.795972][ T2334] Bluetooth: SCO socket layer initialized
<6>[ 254.741165][ T2333] kvm: Nested Virtualization enabled
<6>[ 254.741184][ T2333] SVM: kvm: Nested Paging enabled
<6>[ 254.795846][ T2344] usb 1-1.4: Found UVC 1.00 device VGA Webcam (04f2:b47f)
<6>[ 254.883431][ T2347] usbcore: registered new interface driver btusb
<6>[ 254.908317][ T2344] input: VGA Webcam: VGA Webcam as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10
<6>[ 255.007708][ T2006] Bluetooth: hci0: BCM: chip id 70
<6>[ 255.009628][ T2006] Bluetooth: hci0: BCM: features 0x06
<6>[ 255.051627][ T2344] usbcore: registered new interface driver uvcvideo
<6>[ 255.055666][ T2006] Bluetooth: hci0: integral
<6>[ 255.055733][ T2006] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
<3>[ 255.121862][ T2006] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
<3>[ 255.133203][ T2006] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2012.hcd'
<3>[ 255.142559][ T2006] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2012.hcd'
<6>[ 255.198217][ T2333] MCE: In-kernel MCE decoding enabled.
<6>[ 255.518395][ T2342] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
<6>[ 255.719270][ T1500] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input11
<6>[ 255.955712][ T2502] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
<6>[ 255.955746][ T2502] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
<6>[ 255.955764][ T2502] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
<6>[ 255.955781][ T2502] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
<6>[ 255.955795][ T2502] snd_hda_codec_realtek hdaudioC1D0: inputs:
<6>[ 255.955811][ T2502] snd_hda_codec_realtek hdaudioC1D0: Mic=0x1b
<6>[ 256.248616][ T7] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
<6>[ 258.796621][ T2591] alua: device handler registered
<6>[ 258.823324][ T2591] emc: device handler registered
<6>[ 258.846214][ T2591] rdac: device handler registered
<6>[ 259.803047][ T2606] loop0: detected capacity change from 0 to 113504
<6>[ 259.911583][ T2604] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
<6>[ 259.931003][ T2608] loop1: detected capacity change from 0 to 113544
<6>[ 259.958869][ T2609] loop2: detected capacity change from 0 to 126424
<6>[ 260.062074][ T2612] loop3: detected capacity change from 0 to 126504
<6>[ 260.237169][ T2613] loop4: detected capacity change from 0 to 139600
<6>[ 260.626411][ T2618] loop5: detected capacity change from 0 to 139600
<6>[ 260.897740][ T2623] loop6: detected capacity change from 0 to 66120
<6>[ 260.952050][ T2625] loop7: detected capacity change from 0 to 66144
<5>[ 262.147645][ T44] audit: type=1400 audit(1628185041.040:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=2651 comm="apparmor_parser"
<5>[ 262.148601][ T44] audit: type=1400 audit(1628185041.046:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2651 comm="apparmor_parser"
<5>[ 262.192287][ T44] audit: type=1400 audit(1628185041.083:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=2655 comm="apparmor_parser"
<5>[ 262.204809][ T44] audit: type=1400 audit(1628185041.100:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="virt-aa-helper" pid=2654 comm="apparmor_parser"
<5>[ 262.226444][ T44] audit: type=1400 audit(1628185041.120:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=2661 comm="apparmor_parser"
<5>[ 262.226580][ T44] audit: type=1400 audit(1628185041.120:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=2661 comm="apparmor_parser"
<5>[ 262.262622][ T44] audit: type=1400 audit(1628185041.156:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=2663 comm="apparmor_parser"
<5>[ 262.281684][ T44] audit: type=1400 audit(1628185041.176:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=2662 comm="apparmor_parser"
<5>[ 262.315081][ T44] audit: type=1400 audit(1628185041.210:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=2665 comm="apparmor_parser"
<5>[ 262.315207][ T44] audit: type=1400 audit(1628185041.210:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=2665 comm="apparmor_parser"
<6>[ 273.064424][ T2705] Generic FE-GE Realtek PHY r8169-0-101:00: attached PHY driver (mii_bus:phy_addr=r8169-0-101:00, irq=MAC)
<6>[ 273.203365][ T119] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 274.890812][ T119] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[ 274.890958][ T117] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0f1: link becomes ready
<6>[ 284.008894][ T2808] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>[ 284.008922][ T2808] Bluetooth: BNEP filters: protocol multicast
<6>[ 284.008994][ T2808] Bluetooth: BNEP socket layer initialized
<6>[ 284.406682][ T2823] NET: Registered PF_ALG protocol family
<6>[ 292.518077][ T2925] io scheduler bfq registered
<6>[ 295.969787][ T3121] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
<4>[ 315.417399][ T44] kauditd_printk_skb: 29 callbacks suppressed
<5>[ 315.417416][ T44] audit: type=1400 audit(1628185093.849:41): apparmor="DENIED" operation="capable" profile="libvirtd" pid=2863 comm="daemon-init" capability=17 capname="sys_rawio"
<6>[ 328.798593][ T3405] Bluetooth: RFCOMM TTY layer initialized
<6>[ 328.798667][ T3405] Bluetooth: RFCOMM socket layer initialized
<6>[ 328.798785][ T3405] Bluetooth: RFCOMM ver 1.11
<6>[ 361.893453][ T3475] loop8: detected capacity change from 0 to 8
<4>[ 447.368969][ T3701] uffd: Set unprivileged_userfaultfd sysctl knob to 1 if kernel faults must be handled without obtaining CAP_SYS_PTRACE capability
<6>[ 454.091208][ T3705] Bluetooth: HCI UART driver ver 2.3
<6>[ 454.091240][ T3705] Bluetooth: HCI UART protocol H4 registered
<6>[ 454.091253][ T3705] Bluetooth: HCI UART protocol BCSP registered
<6>[ 454.092071][ T3705] Bluetooth: HCI UART protocol LL registered
<6>[ 454.092085][ T3705] Bluetooth: HCI UART protocol ATH3K registered
<6>[ 454.092730][ T3705] Bluetooth: HCI UART protocol Three-wire (H5) registered
<6>[ 454.093471][ T3705] Bluetooth: HCI UART protocol Intel registered
<6>[ 454.095067][ T3705] Bluetooth: HCI UART protocol Broadcom registered
<6>[ 454.095699][ T3705] Bluetooth: HCI UART protocol QCA registered
<6>[ 454.095714][ T3705] Bluetooth: HCI UART protocol AG6XX registered
<6>[ 454.096333][ T3705] Bluetooth: HCI UART protocol Marvell registered
<3>[ 460.898318][ T2670] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 466.648973][ T143] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 527.818503][ T117] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 556.390426][ T117] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 558.735786][ T143] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 561.081256][ T3927] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 563.426763][ T3927] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 565.772221][ T143] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 567.910533][ T3708] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 570.039142][ T3708] Bluetooth: hci2: command 0x0c13 tx timeout
<3>[ 571.544512][ T3708] Bluetooth: hci4: command 0x0c16 tx timeout
<3>[ 572.186347][ T3708] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 663.558857][ T4124] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 665.906232][ T4124] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 668.263667][ T4124] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 670.414237][ T3708] Bluetooth: hci3: command 0x0c13 tx timeout
<3>[ 672.777679][ T2670] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 675.562958][ T2670] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 677.921556][ T4124] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 771.883873][ T27] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 774.231078][ T27] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 775.084652][ T3927] Bluetooth: hci3: command 0x0c16 tx timeout
<3>[ 776.368422][ T4124] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 778.500112][ T4124] Bluetooth: hci4: command 0x0c13 tx timeout
<3>[ 781.273170][ T4124] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 783.620658][ T2670] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 785.968024][ T4124] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 825.662877][ T3708] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 828.223902][ T143] Bluetooth: hci3: command 0x0c13 tx timeout
<3>[ 830.571528][ T3927] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 832.705661][ T143] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 835.266713][ T27] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 837.614393][ T143] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 839.962109][ T3838] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 920.381198][ T3708] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 922.727882][ T27] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 924.861258][ T27] Bluetooth: hci2: command 0x0c13 tx timeout
<3>[ 927.421341][ T3838] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 929.554402][ T27] Bluetooth: hci2: command 0x0c13 tx timeout
<3>[ 931.687482][ T3838] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 934.036244][ T3927] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 936.380257][ T27] Bluetooth: hci2: command 0x0c13 tx timeout
<3>[ 938.726597][ T27] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 941.072980][ T2670] Bluetooth: hci2: command 0x0c13 tx timeout
<3>[ 943.419102][ T3708] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 945.767257][ T27] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 946.831835][ T3708] Bluetooth: hci3: command 0x0c16 tx timeout
<3>[ 948.111540][ T3927] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 950.247140][ T143] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 952.803853][ T36] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 955.149959][ T27] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 957.496343][ T4190] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 959.847511][ T143] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 961.975034][ T143] Bluetooth: hci2: command 0x0c13 tx timeout
<3>[ 964.321203][ T143] Bluetooth: hci1: command 0x0c13 tx timeout
<6>[ 1084.540397][ C0] perf: interrupt took too long (2508 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
<6>[ 1166.191941][ T6770] PM: suspend entry (deep)
<6>[ 1167.830279][ T6770] Filesystems sync: 1.638 seconds
<6>[ 1168.099569][ T6770] Freezing user space processes ... (elapsed 0.020 seconds) done.
<6>[ 1168.120426][ T6770] OOM killer disabled.
<6>[ 1168.120440][ T6770] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
<6>[ 1168.125765][ T6770] printk: Suspending console(s) (use no_console_suspend to debug)
<5>[ 1168.159806][ T119] sd 0:0:0:0: [sda] Synchronizing SCSI cache
<6>[ 1168.166239][ T109] r8169 0000:01:00.1 enp1s0f1: Link is Down
<5>[ 1168.252419][ T119] sd 0:0:0:0: [sda] Stopping disk
<6>[ 1168.854409][ T6770] ACPI: EC: interrupt blocked
<6>[ 1168.875735][ T6781] ccp 0000:00:08.0: refused to change power state from D0 to D3hot
<6>[ 1168.885338][ T6770] ACPI: PM: Preparing to enter system sleep state S3
<6>[ 1168.921518][ T6770] ACPI: EC: event blocked
<6>[ 1168.921562][ T6770] ACPI: EC: EC stopped
<6>[ 1168.921575][ T6770] ACPI: PM: Saving platform NVS memory
<6>[ 1168.921780][ T6770] Disabling non-boot CPUs ...
<6>[ 1168.978203][ T6770] smpboot: CPU 1 is now offline
<4>[ 1169.025190][ T25] IRQ 39: no longer affine to CPU2
<6>[ 1169.026342][ T6770] smpboot: CPU 2 is now offline
<4>[ 1169.052042][ T31] IRQ 37: no longer affine to CPU3
<6>[ 1169.054581][ T6770] smpboot: CPU 3 is now offline
<6>[ 1169.072934][ T6770] ACPI: PM: Low-level resume complete
<6>[ 1169.073205][ T6770] ACPI: EC: EC started
<6>[ 1169.073216][ T6770] ACPI: PM: Restoring platform NVS memory
<6>[ 1169.073330][ T6770] LVT offset 0 assigned for vector 0x400
<6>[ 1169.076468][ T6770] LVT offset 1 assigned for vector 0xf9
<6>[ 1169.077556][ T6770] Enabling non-boot CPUs ...
<6>[ 1169.095821][ T6770] x86: Booting SMP configuration:
<6>[ 1169.095912][ T6770] smpboot: Booting Node 0 Processor 1 APIC 0x1
<6>[ 1169.096492][ T0] microcode: CPU1: patch_level=0x07030105
<6>[ 1169.108709][ T17] ACPI: \_PR_.C001: Found 2 idle states
<6>[ 1169.126903][ T6770] CPU1 is up
<6>[ 1169.143959][ T6770] smpboot: Booting Node 0 Processor 2 APIC 0x2
<6>[ 1169.144639][ T0] microcode: CPU2: patch_level=0x07030105
<6>[ 1169.150545][ T23] ACPI: \_PR_.C002: Found 2 idle states
<6>[ 1169.164091][ T6770] CPU2 is up
<6>[ 1169.190274][ T6770] smpboot: Booting Node 0 Processor 3 APIC 0x3
<6>[ 1169.190853][ T0] microcode: CPU3: patch_level=0x07030105
<6>[ 1169.197812][ T29] ACPI: \_PR_.C003: Found 2 idle states
<6>[ 1169.212955][ T6770] CPU3 is up
<6>[ 1169.218458][ T6770] ACPI: PM: Waking up from system sleep state S3
<6>[ 1169.269176][ T6770] ACPI: EC: interrupt unblocked
<6>[ 1169.321917][ T6770] ACPI: EC: event unblocked
<5>[ 1169.341544][ T6816] sd 0:0:0:0: [sda] Starting disk
<6>[ 1169.368390][ T6790] [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
<6>[ 1169.369357][ T6790] radeon 0000:00:01.0: WB enabled
<6>[ 1169.369508][ T6790] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00
<6>[ 1169.369528][ T6790] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04
<6>[ 1169.369545][ T6790] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08
<6>[ 1169.369563][ T6790] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c
<6>[ 1169.369580][ T6790] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10
<6>[ 1169.370265][ T6790] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000078d30
<6>[ 1169.370697][ T6790] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18
<6>[ 1169.370716][ T6790] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c
<3>[ 1169.371719][ T6790] debugfs: File 'radeon_ring_gfx' in directory '0' already present!
<3>[ 1169.372256][ T6790] debugfs: File 'radeon_ring_cp1' in directory '0' already present!
<3>[ 1169.372294][ T6790] debugfs: File 'radeon_ring_cp2' in directory '0' already present!
<3>[ 1169.372331][ T6790] debugfs: File 'radeon_ring_dma1' in directory '0' already present!
<3>[ 1169.372369][ T6790] debugfs: File 'radeon_ring_dma2' in directory '0' already present!
<6>[ 1169.374297][ T6790] [drm] ring test on 0 succeeded in 1 usecs
<6>[ 1169.374421][ T6790] [drm] ring test on 1 succeeded in 2 usecs
<6>[ 1169.374511][ T6790] [drm] ring test on 2 succeeded in 2 usecs
<6>[ 1169.374723][ T6790] [drm] ring test on 3 succeeded in 3 usecs
<6>[ 1169.374744][ T6790] [drm] ring test on 4 succeeded in 3 usecs
<3>[ 1169.374767][ T6790] debugfs: File 'radeon_ring_uvd' in directory '0' already present!
<6>[ 1169.400939][ T6790] [drm] ring test on 5 succeeded in 1 usecs
<6>[ 1169.401028][ T6790] [drm] UVD initialized successfully.
<3>[ 1169.401060][ T6790] debugfs: File 'radeon_ring_vce1' in directory '0' already present!
<3>[ 1169.401160][ T6790] debugfs: File 'radeon_ring_vce2' in directory '0' already present!
<6>[ 1169.513177][ T6790] [drm] ring test on 6 succeeded in 6 usecs
<6>[ 1169.513207][ T6790] [drm] ring test on 7 succeeded in 1 usecs
<6>[ 1169.513218][ T6790] [drm] VCE initialized successfully.
<6>[ 1169.514659][ T6790] [drm] ib test on ring 0 succeeded in 0 usecs
<6>[ 1169.515724][ T6790] [drm] ib test on ring 1 succeeded in 0 usecs
<6>[ 1169.515991][ T6790] [drm] ib test on ring 2 succeeded in 0 usecs
<6>[ 1169.516271][ T6790] [drm] ib test on ring 3 succeeded in 0 usecs
<6>[ 1169.516542][ T6790] [drm] ib test on ring 4 succeeded in 0 usecs
<6>[ 1169.517077][ T6790] [drm] ib test on ring 5 succeeded
<6>[ 1169.518481][ T6790] [drm] ib test on ring 6 succeeded
<6>[ 1169.519067][ T6790] [drm] ib test on ring 7 succeeded
<6>[ 1169.556569][ T6810] r8169 0000:01:00.1 enp1s0f1: Link is Down
<6>[ 1169.616383][ T6791] usb 1-1.3: reset full-speed USB device number 4 using ehci-pci
<6>[ 1169.801233][ T6798] usb 1-1.4: reset high-speed USB device number 5 using ehci-pci
<6>[ 1169.807890][ T2064] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
<6>[ 1169.812174][ T2064] ata2.00: configured for UDMA/133
<6>[ 1170.925875][ T6770] OOM killer enabled.
<6>[ 1170.925891][ T6770] Restarting tasks ... done.
<6>[ 1171.221574][ T6804] r8169 0000:01:00.1 enp1s0f1: Link is Up - 100Mbps/Full - flow control rx/tx
<6>[ 1171.404437][ T6770] PM: suspend exit
<6>[ 1171.522048][ T2006] Bluetooth: hci0: BCM: chip id 70
<6>[ 1171.524038][ T2006] Bluetooth: hci0: BCM: features 0x06
<6>[ 1171.524599][ T2062] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
<6>[ 1171.541008][ T2006] Bluetooth: hci0: BCM43142A
<6>[ 1171.541073][ T2006] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0000
<3>[ 1171.545597][ T2006] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
<3>[ 1171.545874][ T2006] Bluetooth: hci0: BCM: 'brcm/BCM43142A0-04ca-2012.hcd'
<3>[ 1171.545904][ T2006] Bluetooth: hci0: BCM: 'brcm/BCM-04ca-2012.hcd'
<6>[ 1171.563354][ T2062] ata1.00: configured for UDMA/133
<3>[ 1188.571195][ T3927] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 1190.697777][ T143] Bluetooth: hci2: command 0x0c13 tx timeout
<3>[ 1193.044482][ T4124] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 1195.391026][ T3838] Bluetooth: hci1: command 0x0c13 tx timeout
<3>[ 1197.524257][ T2670] Bluetooth: hci2: command 0x0c13 tx timeou