linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ammar Faizi <ammarfaizi2@gnuweeb.org>
To: Marcel Holtmann <marcel@holtmann.org>,
	Johan Hedberg <johan.hedberg@gmail.com>,
	Luiz Augusto von Dentz <luiz.dentz@gmail.com>,
	"David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>
Cc: linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, Ammar Faizi <ammarfaizi2@gmail.com>,
	Ammar Faizi <ammarfaizi2@gnuweeb.org>
Subject: WARNING: possible circular locking dependency detected (hci_sock_dev_event+0x17d/0x1f0)
Date: Mon, 2 Aug 2021 20:17:02 +0700	[thread overview]
Message-ID: <2c40741c-8c8f-a105-1846-aa1ed15a6c7e@gnuweeb.org> (raw)

[-- 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.

             reply	other threads:[~2021-08-02 13:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-02 13:17 Ammar Faizi [this message]
     [not found] ` <20210804085651.2452-1-hdanton@sina.com>
2021-08-04 11:43   ` WARNING: possible circular locking dependency detected (hci_sock_dev_event+0x17d/0x1f0) Ammar Faizi
2021-08-06  7:18     ` Anand K. Mistry
2021-08-07 10:28       ` Ammar Faizi
     [not found] <20210805020048.2509-1-hdanton@sina.com>
2021-08-05  6:25 ` WARNING: possible circular locking dependency detected(hci_sock_dev_event+0x17d/0x1f0) Ammar Faizi
     [not found] <20210807124459.1947-1-hdanton@sina.com>
2021-08-10  2:30 ` WARNING: possible circular locking dependency detected (hci_sock_dev_event+0x17d/0x1f0) Ammar Faizi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2c40741c-8c8f-a105-1846-aa1ed15a6c7e@gnuweeb.org \
    --to=ammarfaizi2@gnuweeb.org \
    --cc=ammarfaizi2@gmail.com \
    --cc=davem@davemloft.net \
    --cc=johan.hedberg@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    --cc=marcel@holtmann.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).