On Wed, Mar 15, 2023 at 2:58 PM Alexander Potapenko <glider@xxxxxxxxxx> wrote:
Hi Emmanuel,
hello, thank you for looking into this.
Can you please share the kernel config where the problem is reproducible, along with the full dmesg?
attached both
I think "test_meminit: failures: 70 out of 130" is a red herring, the kernel probably does not enable memory initialization, that's why the tests are failing.We could see that from the "mem auto-init" line in the dmesg, but it got stripped away.The leaked reference probably belongs to lib/test_ref_tracker.c, which is a completely different test suite.
Attachment:
626.config
Description: Binary data
[ 0.000000] microcode: microcode updated early to revision 0xf0, date = 2021-11-15 [ 0.000000] Linux version 6.2.6-gentoo-x86_64 (_kernelbuilder@i87k) (gcc (Gentoo 12.2.1_p20230304 p13) 12.2.1 20230304, GNU ld (Gentoo 2.40 p3) 2.40.0) #1 SMP Tue Mar 14 05:47:58 CET 2023 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.2.6-gentoo-x86_64 root=UUID=ae174e75-7960-44f7-9ae0-3fcef5efae64 ro root_trim=yes rd.luks.allow-discards rd.luks.options=discard ipv6.disable=1 ipv6.disable_ipv6=1 ipv6.autoconf=0 loglevel=15 log_buf_len=16M ignore_loglevel printk.always_kmsg_dump=y printk.time=y printk.devkmsg=on fbcon=scrollback:4096k fbcon=font:ProFont6x11 net.ifnames=0 nolvm dobtrfs gk.log.keep=true console=tty1 earlyprintk=vga audit=0 systemd.log_target=kmsg systemd.journald.forward_to_console=1 enforcing=0 udev.children-max=1256 rd.udev.children-max=1256 nohz=on oops=panic crashkernel=1536M panic=0 print_fatal_signals=1 psi=1 sysrq_always_enabled random.trust_cpu=off logo.nologo lpj=0 mce=bootlog reboot=force,cold noexec=on nohibernate scsi_mod.use_blk_mq=1 consoleblank=120 mitigations=off nospectre_v1 nospectre_v2 spectre_v2=off nospec_store_bypass_disable kvm-intel.vmentry_l1d_flush=never l1tf=off nopti pti=off no_stf_barrier noibrs noibpb ssbd=force-off srbds=off spectre_v2_user=off noretpoline mds=off pnp.debug=1 rd.log=all noefi cpuidle.governor=menu zram.num_devices=4 zswap.enabled=0 zswap.same_filled_pages_enabled=1 zswap.compressor=zstd zswap.max_pool_percent=40 zswap.zpool=z3fold vsyscall=none apparmor=0 acpi_force_table_verification systemd.mask=dhcpcd@ page_owner=on debug_pagealloc=on page_poison=1 init_on_free=0 init_on_alloc=0 page_table_check=on numa_balancing=disable numa=off i915.enable_fbc=1 i915.verbose_state_checks=1 i915.enable_hangcheck=1 i915.error_capture=1 nvme.poll_queues=6 enable_mtrr_cleanup delayacct mminit_loglevel=4 memory_corruption_check_period=60 memory_corruption_check=1 memory_corruption_check_size=600K randomize_kstack_offset=on memtest=3 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 [ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 [ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 2032 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009187afff] usable [ 0.000000] BIOS-e820: [mem 0x000000009187b000-0x00000000918b5fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000918b6000-0x0000000091c69fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000091c6a000-0x0000000091c6afff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000091c6b000-0x0000000091c6bfff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000091c6c000-0x00000000984ecfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000984ed000-0x0000000099dd1fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000099dd2000-0x0000000099de6fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x0000000099de7000-0x0000000099ee6fff] usable [ 0.000000] BIOS-e820: [mem 0x0000000099ee7000-0x000000009a20efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000009a20f000-0x000000009afa0fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000009afa1000-0x000000009affefff] usable [ 0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000105effffff] usable [ 0.000000] printk: debug: ignoring loglevel setting. [ 0.000000] printk: bootconsole [earlyvga0] enabled [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 3.0.0 present. [ 0.000000] DMI: System manufacturer System Product Name/PRIME Z370-A, BIOS 3004 07/12/2021 [ 0.000000] tsc: Detected 3700.000 MHz processor [ 0.000000] tsc: Detected 3699.850 MHz TSC [ 0.000331] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.003049] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.003964] last_pfn = 0x105f000 max_arch_pfn = 0x400000000 [ 0.004877] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.007799] last_pfn = 0x9afff max_arch_pfn = 0x400000000 [ 0.013482] found SMP MP-table at [mem 0x000fce20-0x000fce2f] [ 0.014424] check: Scanning 1 areas for low memory corruption [ 0.015336] Using GB pages for direct mapping [ 0.016822] early_memtest: # of tests: 3 [ 0.017729] 0x0000000000100000 - 0x0000000035e6d000 pattern 5555555555555555 [ 0.117418] 0x0000000036f2e000 - 0x000000009187b000 pattern 5555555555555555 [ 0.284067] 0x00000000918b6000 - 0x0000000091c6a000 pattern 5555555555555555 [ 0.286290] 0x0000000091c6c000 - 0x00000000984ed000 pattern 5555555555555555 [ 0.299716] 0x0000000099de7000 - 0x0000000099ee7000 pattern 5555555555555555 [ 0.301630] 0x000000009afa1000 - 0x000000009afff000 pattern 5555555555555555 [ 0.303475] 0x0000000100000000 - 0x0000000c92000000 pattern 5555555555555555 [ 5.680151] 0x0000000c9540d000 - 0x000000105f000000 pattern 5555555555555555 [ 7.440413] 0x0000000000100000 - 0x0000000035e6d000 pattern ffffffffffffffff [ 7.538747] 0x0000000036f2e000 - 0x000000009187b000 pattern ffffffffffffffff [ 7.703091] 0x00000000918b6000 - 0x0000000091c6a000 pattern ffffffffffffffff [ 7.705308] 0x0000000091c6c000 - 0x00000000984ed000 pattern ffffffffffffffff [ 7.718921] 0x0000000099de7000 - 0x0000000099ee7000 pattern ffffffffffffffff [ 7.720837] 0x000000009afa1000 - 0x000000009afff000 pattern ffffffffffffffff [ 7.722681] 0x0000000100000000 - 0x0000000c92000000 pattern ffffffffffffffff [ 13.119164] 0x0000000c9540d000 - 0x000000105f000000 pattern ffffffffffffffff [ 14.890367] 0x0000000000100000 - 0x0000000035e6d000 pattern 0000000000000000 [ 14.990100] 0x0000000036f2e000 - 0x000000009187b000 pattern 0000000000000000 [ 15.158368] 0x00000000918b6000 - 0x0000000091c6a000 pattern 0000000000000000 [ 15.160590] 0x0000000091c6c000 - 0x00000000984ed000 pattern 0000000000000000 [ 15.174201] 0x0000000099de7000 - 0x0000000099ee7000 pattern 0000000000000000 [ 15.176114] 0x000000009afa1000 - 0x000000009afff000 pattern 0000000000000000 [ 15.177958] 0x0000000100000000 - 0x0000000c92000000 pattern 0000000000000000 [ 20.573579] 0x0000000c9540d000 - 0x000000105f000000 pattern 0000000000000000 [ 22.350673] printk: log_buf_len: 16777216 bytes [ 22.351582] printk: early log buf free: 2089880(99%) [ 22.352491] RAMDISK: [mem 0x35e6d000-0x36f2dfff] [ 22.353403] ACPI: Early table checksum verification enabled [ 22.354315] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA) [ 22.355228] ACPI: XSDT 0x000000009187B0A8 0000CC (v01 ALASKA A M I 01072009 AMI 00010013) [ 22.357044] ACPI: FACP 0x00000000918A8EB8 000114 (v06 ALASKA A M I 01072009 AMI 00010013) [ 22.358932] ACPI: DSDT 0x000000009187B210 02DCA2 (v02 ALASKA A M I 01072009 INTL 20160422) [ 22.360757] ACPI: FACS 0x000000009A20EF00 000040 [ 22.361891] ACPI: APIC 0x00000000918A8FD0 0000F4 (v03 ALASKA A M I 01072009 AMI 00010013) [ 22.363714] ACPI: FPDT 0x00000000918A90C8 000044 (v01 ALASKA A M I 01072009 AMI 00010013) [ 22.365536] ACPI: FIDT 0x00000000918A9110 00009C (v01 ALASKA A M I 01072009 AMI 00010013) [ 22.367358] ACPI: WSMT 0x00000000918B5B70 000028 (v01 ALASKA A M I 01072009 AMI 00010013) [ 22.369180] ACPI: MCFG 0x00000000918A9208 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) [ 22.371003] ACPI: SSDT 0x00000000918A9248 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422) [ 22.372830] ACPI: SSDT 0x00000000918A95F0 003043 (v02 SaSsdt SaSsdt 00003000 INTL 20160422) [ 22.374658] ACPI: SSDT 0x00000000918AC638 002611 (v02 PegSsd PegSsdt 00001000 INTL 20160422) [ 22.376482] ACPI: HPET 0x00000000918AEC50 000038 (v01 INTEL KBL 00000001 MSFT 0000005F) [ 22.378539] ACPI: SSDT 0x00000000918AEC88 0011A2 (v02 INTEL Ther_Rvp 00001000 INTL 20160422) [ 22.380365] ACPI: SSDT 0x00000000918AFE30 000B13 (v02 INTEL xh_rvp08 00000000 INTL 20160422) [ 22.382191] ACPI: UEFI 0x00000000918B0948 000042 (v01 ALASKA A M I 00000002 01000013) [ 22.384018] ACPI: SSDT 0x00000000918B0990 0017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422) [ 22.385844] ACPI: LPIT 0x00000000918B2140 000094 (v01 INTEL KBL 00000000 MSFT 0000005F) [ 22.387670] ACPI: SSDT 0x00000000918B21D8 000141 (v02 INTEL HdaDsp 00000000 INTL 20160422) [ 22.389496] ACPI: SSDT 0x00000000918B2320 00029F (v02 INTEL sensrhub 00000000 INTL 20160422) [ 22.391327] ACPI: SSDT 0x00000000918B25C0 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422) [ 22.393154] ACPI: SSDT 0x00000000918B55C8 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422) [ 22.395201] ACPI: DBGP 0x00000000918B5AE0 000034 (v01 INTEL 00000002 MSFT 0000005F) [ 22.397028] ACPI: DBG2 0x00000000918B5B18 000054 (v00 INTEL 00000002 MSFT 0000005F) [ 22.398842] ACPI: Reserving FACP table memory at [mem 0x918a8eb8-0x918a8fcb] [ 22.400654] ACPI: Reserving DSDT table memory at [mem 0x9187b210-0x918a8eb1] [ 22.402465] ACPI: Reserving FACS table memory at [mem 0x9a20ef00-0x9a20ef3f] [ 22.404276] ACPI: Reserving APIC table memory at [mem 0x918a8fd0-0x918a90c3] [ 22.406086] ACPI: Reserving FPDT table memory at [mem 0x918a90c8-0x918a910b] [ 22.407896] ACPI: Reserving FIDT table memory at [mem 0x918a9110-0x918a91ab] [ 22.409707] ACPI: Reserving WSMT table memory at [mem 0x918b5b70-0x918b5b97] [ 22.411749] ACPI: Reserving MCFG table memory at [mem 0x918a9208-0x918a9243] [ 22.413560] ACPI: Reserving SSDT table memory at [mem 0x918a9248-0x918a95ea] [ 22.415371] ACPI: Reserving SSDT table memory at [mem 0x918a95f0-0x918ac632] [ 22.417182] ACPI: Reserving SSDT table memory at [mem 0x918ac638-0x918aec48] [ 22.418992] ACPI: Reserving HPET table memory at [mem 0x918aec50-0x918aec87] [ 22.420804] ACPI: Reserving SSDT table memory at [mem 0x918aec88-0x918afe29] [ 22.422615] ACPI: Reserving SSDT table memory at [mem 0x918afe30-0x918b0942] [ 22.424426] ACPI: Reserving UEFI table memory at [mem 0x918b0948-0x918b0989] [ 22.426237] ACPI: Reserving SSDT table memory at [mem 0x918b0990-0x918b213d] [ 22.428275] ACPI: Reserving LPIT table memory at [mem 0x918b2140-0x918b21d3] [ 22.430085] ACPI: Reserving SSDT table memory at [mem 0x918b21d8-0x918b2318] [ 22.431895] ACPI: Reserving SSDT table memory at [mem 0x918b2320-0x918b25be] [ 22.433705] ACPI: Reserving SSDT table memory at [mem 0x918b25c0-0x918b55c1] [ 22.435516] ACPI: Reserving SSDT table memory at [mem 0x918b55c8-0x918b5ade] [ 22.437327] ACPI: Reserving DBGP table memory at [mem 0x918b5ae0-0x918b5b13] [ 22.439138] ACPI: Reserving DBG2 table memory at [mem 0x918b5b18-0x918b5b6b] [ 22.440985] Reserving 256MB of low memory at 2064MB for crashkernel (low RAM limit: 4096MB) [ 22.442798] Reserving 1536MB of memory at 65440MB for crashkernel (System RAM: 65397MB) [ 22.444872] Zone ranges: [ 22.445777] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 22.446688] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 22.447600] Normal [mem 0x0000000100000000-0x000000105effffff] [ 22.448512] Movable zone start for each node [ 22.449418] Early memory node ranges [ 22.450325] node 0: [mem 0x0000000000001000-0x000000000009bfff] [ 22.451236] node 0: [mem 0x0000000000100000-0x000000009187afff] [ 22.452148] node 0: [mem 0x00000000918b6000-0x0000000091c69fff] [ 22.453058] node 0: [mem 0x0000000091c6c000-0x00000000984ecfff] [ 22.453970] node 0: [mem 0x0000000099de7000-0x0000000099ee6fff] [ 22.454881] node 0: [mem 0x000000009afa1000-0x000000009affefff] [ 22.455792] node 0: [mem 0x0000000100000000-0x000000105effffff] [ 22.456706] mminit::pageflags_layout_widths Section 0 Node 0 Zone 2 Lastcpupid 0 Kasantag 0 Gen 0 Tier 0 Flags 25 [ 22.458523] mminit::pageflags_layout_shifts Section 19 Node 0 Zone 2 Lastcpupid 0 Kasantag 0 [ 22.460337] mminit::pageflags_layout_pgshifts Section 0 Node 0 Zone 62 Lastcpupid 0 Kasantag 0 [ 22.462381] mminit::pageflags_layout_nodezoneid Node/Zone ID: 64 -> 62 [ 22.464191] mminit::pageflags_layout_usage location: 64 -> 62 layout 62 -> 25 unused 25 -> 0 page-flags [ 22.466006] Initmem setup node 0 [mem 0x0000000000001000-0x000000105effffff] [ 22.467818] mminit::memmap_init Initialising map node 0 zone 0 pfns 1 -> 4096 [ 22.469628] mminit::memmap_init Initialising map node 0 zone 1 pfns 4096 -> 1048576 [ 22.471441] mminit::memmap_init Initialising map node 0 zone 2 pfns 1048576 -> 17166336 [ 22.473254] On node 0, zone DMA: 1 pages in unavailable ranges [ 22.473267] On node 0, zone DMA: 100 pages in unavailable ranges [ 22.476183] On node 0, zone DMA32: 59 pages in unavailable ranges [ 22.477185] On node 0, zone DMA32: 2 pages in unavailable ranges [ 22.478360] On node 0, zone DMA32: 6394 pages in unavailable ranges [ 22.479292] On node 0, zone DMA32: 4282 pages in unavailable ranges [ 22.480441] On node 0, zone Normal: 20481 pages in unavailable ranges [ 22.481372] On node 0, zone Normal: 4096 pages in unavailable ranges [ 22.483231] Reserving Intel graphics memory at [mem 0x9c000000-0x9fffffff] [ 22.490142] ACPI: PM-Timer IO Port: 0x1808 [ 22.491053] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 22.491963] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 22.492874] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 22.493785] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 22.494927] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 22.495838] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 22.496748] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 22.497659] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 22.498568] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 22.499479] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 22.500389] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 22.501300] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 22.502246] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 22.504057] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 22.504969] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 22.506781] ACPI: Using ACPI (MADT) for SMP configuration information [ 22.508591] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 22.509501] TSC deadline timer available [ 22.510408] smpboot: Allowing 12 CPUs, 0 hotplug CPUs [ 22.511546] [mem 0xa0000000-0xdfffffff] available for PCI devices [ 22.512458] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns [ 22.520263] setup_percpu: NR_CPUS:64 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1 [ 22.522385] percpu: Embedded 45 pages/cpu s144808 r8192 d31320 u262144 [ 22.524199] pcpu-alloc: s144808 r8192 d31320 u262144 alloc=1*2097152 [ 22.525112] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- [ 22.526939] mminit::zonelist general 0:DMA = 0:DMA [ 22.528081] mminit::zonelist general 0:DMA32 = 0:DMA32 0:DMA [ 22.528992] mminit::zonelist general 0:Normal = 0:Normal 0:DMA32 0:DMA [ 22.530804] Built 1 zonelists, mobility grouping on. Total pages: 16480053 [ 22.532614] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.2.6-gentoo-x86_64 root=UUID=ae174e75-7960-44f7-9ae0-3fcef5efae64 ro root_trim=yes rd.luks.allow-discards rd.luks.options=discard ipv6.disable=1 ipv6.disable_ipv6=1 ipv6.autoconf=0 loglevel=15 log_buf_len=16M ignore_loglevel printk.always_kmsg_dump=y printk.time=y printk.devkmsg=on fbcon=scrollback:4096k fbcon=font:ProFont6x11 net.ifnames=0 nolvm dobtrfs gk.log.keep=true console=tty1 earlyprintk=vga audit=0 systemd.log_target=kmsg systemd.journald.forward_to_console=1 enforcing=0 udev.children-max=1256 rd.udev.children-max=1256 nohz=on oops=panic crashkernel=1536M panic=0 print_fatal_signals=1 psi=1 sysrq_always_enabled random.trust_cpu=off logo.nologo lpj=0 mce=bootlog reboot=force,cold noexec=on nohibernate scsi_mod.use_blk_mq=1 consoleblank=120 mitigations=off nospectre_v1 nospectre_v2 spectre_v2=off nospec_store_bypass_disable kvm-intel.vmentry_l1d_flush=never l1tf=off nopti pti=off no_stf_barrier noibrs noibpb ssbd=force-off srbds=off spectre_v2_user=off noretpoline mds=off pnp.debug=1 rd.log=all noefi cpuidle.governor=menu zram.num_devices=4 zswap.enabled=0 zswap.same_filled_pages_enabled=1 zswap.compressor=zstd zswap.max_pool_percent=40 zswap.zpool=z3fold vsyscall=none apparmor=0 acpi_force_table_verification systemd.mask=dhcpcd@ page_owner=on debug_pagealloc=on page_poison=1 init_on_free=0 init_on_alloc=0 page_table_check=on numa_balancing=disable numa=off i915.enable_fbc=1 i915.verbose_state_checks=1 i915.enable_hangcheck=1 i915.error_capture=1 nvme.poll_queues=6 enable_mtrr_cleanup delayacct mminit_loglevel=4 memory_corruption_check_period=60 memory_corruption_check=1 memory_corruption_check_size=600K randomize_kstack_offset=on memtest=3 [ 22.532776] Ignoring scrollback size option [ 22.533760] audit: disabled (until reboot) [ 22.534803] sysrq: sysrq always enabled. [ 22.536153] Setting dangerous option i915.enable_fbc - tainting kernel [ 22.537972] Setting dangerous option i915.enable_hangcheck - tainting kernel [ 22.539898] Unknown kernel command line parameters "nolvm dobtrfs nohibernate nospectre_v2 nospec_store_bypass_disable nopti no_stf_barrier noibrs noibpb noretpoline noefi BOOT_IMAGE=/boot/vmlinuz-6.2.6-gentoo-x86_64 root_trim=yes enforcing=0 noexec=on spectre_v2=off pti=off ssbd=force-off spectre_v2_user=off apparmor=0 page_owner=on debug_pagealloc=on numa_balancing=disable numa=off", will be passed to user space. [ 22.548935] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear) [ 22.552410] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear) [ 22.554497] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 22.556308] software IO TLB: area num 16. [ 22.690584] Memory: 2281520K/66967204K available (22528K kernel code, 8152K rwdata, 9688K rodata, 1512K init, 4612K bss, 3197408K reserved, 0K cma-reserved) [ 22.694340] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1 [ 22.697201] rcu: Hierarchical RCU implementation. [ 22.698109] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=12. [ 22.699920] Tracing variant of Tasks RCU enabled. [ 22.700827] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies. [ 22.702639] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12 [ 22.704475] NR_IRQS: 4352, nr_irqs: 2152, preallocated irqs: 16 [ 22.705596] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 22.707591] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____) [ 22.711624] Console: colour VGA+ 80x25 [ 22.712532] printk: console [tty1] enabled [ 22.713551] printk: bootconsole [earlyvga0] disabled [ 22.714572] ------------------------ [ 22.714682] | Locking API testsuite: [ 22.714782] ---------------------------------------------------------------------------- [ 22.714887] | spin |wlock |rlock |mutex | wsem | rsem |rtmutex [ 22.715016] -------------------------------------------------------------------------- [ 22.715157] A-A deadlock:failed|failed| ok |failed|failed|failed|failed| [ 22.715305] A-B-B-A deadlock:failed|failed| ok |failed|failed|failed|failed| [ 22.715449] A-B-B-C-C-A deadlock:failed|failed| ok |failed|failed|failed|failed| [ 22.715593] A-B-C-A-B-C deadlock:failed|failed| ok |failed|failed|failed|failed| [ 22.715738] A-B-B-C-C-D-D-A deadlock:failed|failed| ok |failed|failed|failed|failed| [ 22.715882] A-B-C-D-B-D-D-A deadlock:failed|failed| ok |failed|failed|failed|failed| [ 22.716027] A-B-C-D-B-C-D-A deadlock:failed|failed| ok |failed|failed|failed|failed| [ 22.716172] double unlock:failed|failed|failed|failed|failed|failed| ok | [ 22.716316] initialize held:failed|failed|failed|failed|failed|failed|failed| [ 22.716460] -------------------------------------------------------------------------- [ 22.716601] recursive read-lock: | ok | |failed| [ 22.716743] recursive read-lock #2: | ok | |failed| [ 22.716885] mixed read-write-lock: |failed| |failed| [ 22.717027] mixed write-read-lock: |failed| |failed| [ 22.717169] mixed read-lock/lock-write ABBA: |failed| |failed| [ 22.717170] mixed read-lock/lock-read ABBA: | ok | |failed| [ 22.717312] mixed write-lock/lock-write ABBA: |failed| |failed| [ 22.717453] chain cached mixed R-L/L-W ABBA: |failed| [ 22.717594] rlock W1R2/W2R3/W3R1/123: |failed| [ 22.717843] rlock W1R2/W2R3/W3R1/132: |failed| [ 22.717968] rlock W1R2/W2R3/W3R1/213: |failed| [ 22.718093] rlock W1R2/W2R3/W3R1/231: |failed| [ 22.718218] rlock W1R2/W2R3/W3R1/312: |failed| [ 22.718343] rlock W1R2/W2R3/W3R1/321: |failed| [ 22.718468] rlock W1W2/R2R3/W3R1/123: |failed| [ 22.718593] rlock W1W2/R2R3/W3R1/132: |failed| [ 22.718718] rlock W1W2/R2R3/W3R1/213: |failed| [ 22.718844] rlock W1W2/R2R3/W3R1/231: |failed| [ 22.718969] rlock W1W2/R2R3/W3R1/312: |failed| [ 22.719094] rlock W1W2/R2R3/W3R1/321: |failed| [ 22.719218] rlock W1W2/R2R3/R3W1/123: | ok | [ 22.719344] rlock W1W2/R2R3/R3W1/132: | ok | [ 22.719469] rlock W1W2/R2R3/R3W1/213: | ok | [ 22.719595] rlock W1W2/R2R3/R3W1/231: | ok | [ 22.719720] rlock W1W2/R2R3/R3W1/312: | ok | [ 22.719845] rlock W1W2/R2R3/R3W1/321: | ok | [ 22.719970] rlock W1R2/R2R3/W3W1/123: | ok | [ 22.720095] rlock W1R2/R2R3/W3W1/132: | ok | [ 22.720220] rlock W1R2/R2R3/W3W1/213: | ok | [ 22.720344] rlock W1R2/R2R3/W3W1/231: | ok | [ 22.720470] rlock W1R2/R2R3/W3W1/312: | ok | [ 22.720594] rlock W1R2/R2R3/W3W1/321: | ok | [ 22.720719] -------------------------------------------------------------------------- [ 22.720860] hard-irqs-on + irq-safe-A/12:failed|failed| ok | [ 22.720986] soft-irqs-on + irq-safe-A/12:failed|failed| ok | [ 22.721112] hard-irqs-on + irq-safe-A/21:failed|failed| ok | [ 22.721237] soft-irqs-on + irq-safe-A/21:failed|failed| ok | [ 22.721362] sirq-safe-A => hirqs-on/12:failed|failed| ok | [ 22.721488] sirq-safe-A => hirqs-on/21:failed|failed| ok | [ 22.721613] hard-safe-A + irqs-on/12:failed|failed| ok | [ 22.721739] soft-safe-A + irqs-on/12:failed|failed| ok | [ 22.721865] hard-safe-A + irqs-on/21:failed|failed| ok | [ 22.721991] soft-safe-A + irqs-on/21:failed|failed| ok | [ 22.722117] hard-safe-A + unsafe-B #1/123:failed|failed| ok | [ 22.722242] soft-safe-A + unsafe-B #1/123:failed|failed| ok | [ 22.722368] hard-safe-A + unsafe-B #1/132:failed|failed| ok | [ 22.722494] soft-safe-A + unsafe-B #1/132:failed|failed| ok | [ 22.722619] hard-safe-A + unsafe-B #1/213:failed|failed| ok | [ 22.722745] soft-safe-A + unsafe-B #1/213:failed|failed| ok | [ 22.722870] hard-safe-A + unsafe-B #1/231:failed|failed| ok | [ 22.722996] soft-safe-A + unsafe-B #1/231:failed|failed| ok | [ 22.723122] hard-safe-A + unsafe-B #1/312:failed|failed| ok | [ 22.723247] soft-safe-A + unsafe-B #1/312:failed|failed| ok | [ 22.723372] hard-safe-A + unsafe-B #1/321:failed|failed| ok | [ 22.723498] soft-safe-A + unsafe-B #1/321:failed|failed| ok | [ 22.723624] hard-safe-A + unsafe-B #2/123:failed|failed| ok | [ 22.723750] soft-safe-A + unsafe-B #2/123:failed|failed| ok | [ 22.723876] hard-safe-A + unsafe-B #2/132:failed|failed| ok | [ 22.724002] soft-safe-A + unsafe-B #2/132:failed|failed| ok | [ 22.724127] hard-safe-A + unsafe-B #2/213:failed|failed| ok | [ 22.724252] soft-safe-A + unsafe-B #2/213:failed|failed| ok | [ 22.724378] hard-safe-A + unsafe-B #2/231:failed|failed| ok | [ 22.724503] soft-safe-A + unsafe-B #2/231:failed|failed| ok | [ 22.724628] hard-safe-A + unsafe-B #2/312:failed|failed| ok | [ 22.724754] soft-safe-A + unsafe-B #2/312:failed|failed| ok | [ 22.724880] hard-safe-A + unsafe-B #2/321:failed|failed| ok | [ 22.725005] soft-safe-A + unsafe-B #2/321:failed|failed| ok | [ 22.725131] hard-irq lock-inversion/123:failed|failed| ok | [ 22.725256] soft-irq lock-inversion/123:failed|failed| ok | [ 22.725382] hard-irq lock-inversion/132:failed|failed| ok | [ 22.725507] soft-irq lock-inversion/132:failed|failed| ok | [ 22.725633] hard-irq lock-inversion/213:failed|failed| ok | [ 22.725758] soft-irq lock-inversion/213:failed|failed| ok | [ 22.725883] hard-irq lock-inversion/231:failed|failed| ok | [ 22.726009] soft-irq lock-inversion/231:failed|failed| ok | [ 22.726134] hard-irq lock-inversion/312:failed|failed| ok | [ 22.726260] soft-irq lock-inversion/312:failed|failed| ok | [ 22.726385] hard-irq lock-inversion/321:failed|failed| ok | [ 22.726510] soft-irq lock-inversion/321:failed|failed| ok | [ 22.726635] hard-irq read-recursion/123: |failed| ok | [ 22.726761] soft-irq read-recursion/123: |failed| ok | [ 22.726887] hard-irq read-recursion/132: |failed| ok | [ 22.727013] soft-irq read-recursion/132: |failed| ok | [ 22.727139] hard-irq read-recursion/213: |failed| ok | [ 22.727264] soft-irq read-recursion/213: |failed| ok | [ 22.727624] hard-irq read-recursion/231: |failed| ok | [ 22.727749] soft-irq read-recursion/231: |failed| ok | [ 22.727875] hard-irq read-recursion/312: |failed| ok | [ 22.728000] soft-irq read-recursion/312: |failed| ok | [ 22.728126] hard-irq read-recursion/321: |failed| ok | [ 22.728252] soft-irq read-recursion/321: |failed| ok | [ 22.728376] hard-irq read-recursion #2/123: |failed| ok | [ 22.728501] soft-irq read-recursion #2/123: |failed| ok | [ 22.728627] hard-irq read-recursion #2/132: |failed| ok | [ 22.728753] soft-irq read-recursion #2/132: |failed| ok | [ 22.728879] hard-irq read-recursion #2/213: |failed| ok | [ 22.729005] soft-irq read-recursion #2/213: |failed| ok | [ 22.729130] hard-irq read-recursion #2/231: |failed| ok | [ 22.729255] soft-irq read-recursion #2/231: |failed| ok | [ 22.729380] hard-irq read-recursion #2/312: |failed| ok | [ 22.729504] soft-irq read-recursion #2/312: |failed| ok | [ 22.729629] hard-irq read-recursion #2/321: |failed| ok | [ 22.729754] soft-irq read-recursion #2/321: |failed| ok | [ 22.729880] hard-irq read-recursion #3/123: |failed| ok | [ 22.730005] soft-irq read-recursion #3/123: |failed| ok | [ 22.730131] hard-irq read-recursion #3/132: |failed| ok | [ 22.730256] soft-irq read-recursion #3/132: |failed| ok | [ 22.730382] hard-irq read-recursion #3/213: |failed| ok | [ 22.730507] soft-irq read-recursion #3/213: |failed| ok | [ 22.730633] hard-irq read-recursion #3/231: |failed| ok | [ 22.730758] soft-irq read-recursion #3/231: |failed| ok | [ 22.730884] hard-irq read-recursion #3/312: |failed| ok | [ 22.731010] soft-irq read-recursion #3/312: |failed| ok | [ 22.731135] hard-irq read-recursion #3/321: |failed| ok | [ 22.731260] soft-irq read-recursion #3/321: |failed| ok | [ 22.731385] -------------------------------------------------------------------------- [ 22.731525] | Wound/wait tests | [ 22.731644] --------------------- [ 22.731764] ww api failures: ok | ok |failed| [ 22.731891] ww contexts mixing:failed|failed| [ 22.732016] finishing ww context:failed|failed|failed|failed| [ 22.732155] locking mismatches:failed|failed|failed| [ 22.732281] EDEADLK handling: ok | ok |failed|failed|failed|failed|failed|failed|failed|failed| [ 22.732434] spinlock nest unlocked:failed| [ 22.732556] spinlock nest test: ok | [ 22.732679] ----------------------------------------------------- [ 22.732803] |block | try |context| [ 22.732927] ----------------------------------------------------- [ 22.733052] context:failed| ok | ok | [ 22.733178] try:failed| ok |failed| [ 22.733304] block:failed| ok |failed| [ 22.733430] spinlock:failed| ok |failed| [ 22.733555] -------------------------------------------------------------------------- [ 22.733696] | queued read lock tests | [ 22.733817] --------------------------- [ 22.733937] hardirq read-lock/lock-read:failed| [ 22.734059] hardirq lock-read/read-lock: ok | [ 22.734181] hardirq inversion:failed| [ 22.734304] -------------------- [ 22.734423] | fs_reclaim tests | [ 22.734542] -------------------- [ 22.734661] correct nesting: ok | [ 22.734783] wrong nesting:failed| [ 22.734899] protected nesting: ok | [ 22.735021] -------------------------------------------------------------------------- [ 22.735681] | local_lock tests | [ 22.735800] --------------------- [ 22.735919] local_lock inversion 2: ok | [ 22.736042] local_lock inversion 3A: ok | [ 22.736165] local_lock inversion 3B:failed| [ 22.736288] hardirq_unsafe_softirq_safe:failed| [ 22.736411] -------------------------------------------------------- [ 22.736536] 238 out of 358 testcases failed, as expected. | [ 22.736660] ---------------------------------------------------- [ 22.736789] ACPI: Core revision 20221020 [ 22.736995] hpet: HPET dysfunctional in PC10. Force disabled. [ 22.737130] APIC: Switch to symmetric I/O mode setup [ 22.738453] x2apic: IRQ remapping doesn't support X2APIC mode [ 22.738846] Switched APIC routing to physical flat. [ 22.742878] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aa99074b1c, max_idle_ns: 881590506587 ns [ 22.743030] Calibrating delay loop (skipped), value calculated using timer frequency.. 7402.02 BogoMIPS (lpj=12332833) [ 22.743177] pid_max: default: 32768 minimum: 301 [ 22.743475] LSM: initializing lsm=capability [ 22.743632] Stack Depot allocating hash table of 262144 entries with kvcalloc [ 22.744484] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 22.744765] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 22.745292] x86/cpu: VMX (outside TXT) disabled by BIOS [ 22.745429] CPU0: Thermal monitoring enabled (TM1) [ 22.745590] process: using mwait in idle threads [ 22.745722] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 22.745845] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 22.745973] Spectre V2 : User space: Vulnerable [ 22.746099] Speculative Store Bypass: Vulnerable [ 22.746223] SRBDS: Vulnerable [ 22.746362] Freeing SMP alternatives memory: 56K [ 22.746362] smpboot: CPU0: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (family: 0x6, model: 0x9e, stepping: 0xa) [ 22.746362] cblist_init_generic: Setting adjustable number of callback queues. [ 22.746362] cblist_init_generic: Setting shift to 4 and lim to 1. [ 22.746362] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 22.746362] ... version: 4 [ 22.746362] ... bit width: 48 [ 22.746362] ... generic registers: 4 [ 22.746362] ... value mask: 0000ffffffffffff [ 22.746362] ... max period: 00007fffffffffff [ 22.746362] ... fixed-purpose events: 3 [ 22.746362] ... event mask: 000000070000000f [ 22.746362] Estimated ratio of average max frequency by base frequency (times 1024): 1300 [ 22.746362] rcu: Hierarchical SRCU implementation. [ 22.746362] rcu: Max phase no-delay instances is 1000. [ 22.746362] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 22.746362] smp: Bringing up secondary CPUs ... [ 22.746362] x86: Booting SMP configuration: [ 22.746362] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 [ 22.760236] smp: Brought up 1 node, 12 CPUs [ 22.760236] CPUunderclocking: activating(?)=0 {apply_underclocking_if_needed kernel/smp.c:1502} [ 22.760236] CPUunderclocking: done. {apply_underclocking_if_needed kernel/smp.c:1525} [ 22.760268] smpboot: Max logical packages: 1 [ 22.760389] ---------------- [ 22.760507] | NMI testsuite: [ 22.760625] -------------------- [ 22.760743] remote IPI: ok | [ 22.761671] local IPI: ok | [ 22.761793] -------------------- [ 22.761906] Good, all 2 testcases passed! | [ 22.762027] --------------------------------- [ 22.763031] smpboot: Total of 12 processors activated (88831.24 BogoMIPS) [ 24.377438] node 0 deferred pages initialised in 1614ms [ 24.405404] allocated 268435456 bytes of page_ext [ 24.405696] devtmpfs: initialized [ 24.407003] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 24.407180] futex hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 24.407380] prandom: seed boundary self test passed [ 24.407681] prandom: 100 self tests passed [ 24.407812] pinctrl core: initialized pinctrl subsystem [ 24.407963] regulator-dummy: no parameters, enabled [ 24.408203] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 24.409046] i2c-core: driver [dummy] registered [ 24.409187] thermal_sys: Registered thermal governor 'fair_share' [ 24.409188] thermal_sys: Registered thermal governor 'bang_bang' [ 24.409323] thermal_sys: Registered thermal governor 'step_wise' [ 24.409697] thermal_sys: Registered thermal governor 'user_space' [ 24.409827] cpuidle: using governor ladder [ 24.410078] cpuidle: using governor menu [ 24.410817] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 24.410817] dca service started, version 1.12.1 [ 24.410817] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 24.410817] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as E820 entry [ 24.410817] PCI: Using configuration type 1 for base access [ 24.411272] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 24.411411] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 24.411411] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 24.413031] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 24.413169] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 24.413315] cryptd: max_cpu_qlen set to 1000 [ 24.469696] raid6: avx2x4 gen() 42880 MB/s [ 24.526363] raid6: avx2x2 gen() 42588 MB/s [ 24.583029] raid6: avx2x1 gen() 34733 MB/s [ 24.583162] raid6: using algorithm avx2x4 gen() 42880 MB/s [ 24.639696] raid6: .... xor() 17601 MB/s, rmw enabled [ 24.639829] raid6: using avx2x2 recovery algorithm [ 24.640023] ACPI: Added _OSI(Module Device) [ 24.640154] ACPI: Added _OSI(Processor Device) [ 24.640276] ACPI: Added _OSI(3.0 _SCP Extensions) [ 24.640398] ACPI: Added _OSI(Processor Aggregator Device) [ 24.672506] ACPI: 11 ACPI AML tables successfully acquired and loaded [ 24.676536] ACPI: Dynamic OEM Table Load: [ 24.676674] ACPI: SSDT 0xFFFF8EBD15432800 00077A (v02 PmRef Cpu0Ist 00003000 INTL 20160422) [ 24.677400] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked [ 24.678421] ACPI: Dynamic OEM Table Load: [ 24.678556] ACPI: SSDT 0xFFFF8EBD1543D800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422) [ 24.679416] ACPI: Dynamic OEM Table Load: [ 24.679551] ACPI: SSDT 0xFFFF8EB180083000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422) [ 24.680575] ACPI: Dynamic OEM Table Load: [ 24.680709] ACPI: SSDT 0xFFFF8EBD15438C00 000317 (v02 PmRef ApHwp 00003000 INTL 20160422) [ 24.681395] ACPI: Dynamic OEM Table Load: [ 24.681530] ACPI: SSDT 0xFFFF8EBD1543FC00 00030A (v02 PmRef ApCst 00003000 INTL 20160422) [ 24.684617] ACPI: EC: EC started [ 24.684747] ACPI: EC: interrupt blocked [ 24.684875] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 24.684998] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions [ 24.685138] ACPI: Interpreter enabled [ 24.685265] ACPI: PM: (supports S0 S5) [ 24.685384] ACPI: Using IOAPIC for interrupt routing [ 24.685525] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 24.685678] PCI: Using E820 reservations for host bridge windows [ 24.686493] ACPI: Enabled 7 GPEs in block 00 to 7F [ 24.688699] ACPI: \_SB_.PCI0.PEG0.PG00: New power resource [ 24.689063] ACPI: \_SB_.PCI0.PEG1.PG01: New power resource [ 24.689409] ACPI: \_SB_.PCI0.PEG2.PG02: New power resource [ 24.706300] ACPI: \_TZ_.FN00: New power resource [ 24.706417] ACPI: \_TZ_.FN01: New power resource [ 24.706589] ACPI: \_TZ_.FN02: New power resource [ 24.706760] ACPI: \_TZ_.FN03: New power resource [ 24.706929] ACPI: \_TZ_.FN04: New power resource [ 24.707976] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 24.708116] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 24.709363] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] [ 24.710383] PCI host bridge to bus 0000:00 [ 24.710515] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 24.710655] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 24.710794] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 24.710935] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window] [ 24.711075] pci_bus 0000:00: root bus resource [mem 0x2000000000-0x2fffffffff window] [ 24.711216] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] [ 24.711356] pci_bus 0000:00: root bus resource [bus 00-fe] [ 24.711484] pci_bus 0000:00: scanning bus [ 24.711677] pci 0000:00:00.0: [8086:3ec2] type 00 class 0x060000 [ 24.711851] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 [ 24.713060] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 24.713197] pci 0000:00:01.0: PME# disabled [ 24.713407] pci 0000:00:01.0: EDR: Notify handler installed [ 24.713677] pci 0000:00:02.0: [8086:3e92] type 00 class 0x030000 [ 24.713818] pci 0000:00:02.0: reg 0x10: [mem 0x2ffe000000-0x2ffeffffff 64bit] [ 24.713961] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref] [ 24.714102] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] [ 24.714237] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 24.714420] pci 0000:00:02.0: EDR: Notify handler installed [ 24.714691] pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330 [ 24.714843] pci 0000:00:14.0: reg 0x10: [mem 0x2fff010000-0x2fff01ffff 64bit] [ 24.715080] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 24.715209] pci 0000:00:14.0: PME# disabled [ 24.715502] pci 0000:00:14.0: EDR: Notify handler installed [ 24.716022] pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000 [ 24.716171] pci 0000:00:16.0: reg 0x10: [mem 0x2fff025000-0x2fff025fff 64bit] [ 24.716393] pci 0000:00:16.0: PME# supported from D3hot [ 24.716518] pci 0000:00:16.0: PME# disabled [ 24.716744] pci 0000:00:16.0: EDR: Notify handler installed [ 24.717125] pci 0000:00:17.0: [8086:a282] type 00 class 0x010601 [ 24.717270] pci 0000:00:17.0: reg 0x10: [mem 0xdf324000-0xdf325fff] [ 24.717406] pci 0000:00:17.0: reg 0x14: [mem 0xdf327000-0xdf3270ff] [ 24.717541] pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097] [ 24.717675] pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083] [ 24.717809] pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f] [ 24.717943] pci 0000:00:17.0: reg 0x24: [mem 0xdf326000-0xdf3267ff] [ 24.718126] pci 0000:00:17.0: PME# supported from D3hot [ 24.718252] pci 0000:00:17.0: PME# disabled [ 24.718429] pci 0000:00:17.0: EDR: Notify handler installed [ 24.718703] pci 0000:00:1b.0: [8086:a2e7] type 01 class 0x060400 [ 24.718959] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 24.719088] pci 0000:00:1b.0: PME# disabled [ 24.719322] pci 0000:00:1b.0: EDR: Notify handler installed [ 24.719722] pci 0000:00:1c.0: [8086:a290] type 01 class 0x060400 [ 24.719979] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 24.720109] pci 0000:00:1c.0: PME# disabled [ 24.720337] pci 0000:00:1c.0: EDR: Notify handler installed [ 24.720723] pci 0000:00:1c.4: [8086:a294] type 01 class 0x060400 [ 24.720978] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 24.721105] pci 0000:00:1c.4: PME# disabled [ 24.721345] pci 0000:00:1c.4: EDR: Notify handler installed [ 24.721734] pci 0000:00:1d.0: [8086:a298] type 01 class 0x060400 [ 24.721992] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 24.722119] pci 0000:00:1d.0: PME# disabled [ 24.722363] pci 0000:00:1d.0: EDR: Notify handler installed [ 24.722768] pci 0000:00:1f.0: [8086:a2c9] type 00 class 0x060100 [ 24.723039] pci 0000:00:1f.0: EDR: Notify handler installed [ 24.723295] pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000 [ 24.723438] pci 0000:00:1f.2: reg 0x10: [mem 0xdf320000-0xdf323fff] [ 24.723683] pci 0000:00:1f.2: EDR: Notify handler installed [ 24.723939] pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300 [ 24.724088] pci 0000:00:1f.3: reg 0x10: [mem 0x2fff020000-0x2fff023fff 64bit] [ 24.724265] pci 0000:00:1f.3: reg 0x20: [mem 0x2fff000000-0x2fff00ffff 64bit] [ 24.724458] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 24.724585] pci 0000:00:1f.3: PME# disabled [ 24.724902] pci 0000:00:1f.3: EDR: Notify handler installed [ 24.725429] pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500 [ 24.725611] pci 0000:00:1f.4: reg 0x10: [mem 0x2fff024000-0x2fff0240ff 64bit] [ 24.725821] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f] [ 24.726070] pci 0000:00:1f.4: EDR: Notify handler installed [ 24.726326] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000 [ 24.726382] pci 0000:00:1f.6: reg 0x10: [mem 0xdf300000-0xdf31ffff] [ 24.726621] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold [ 24.726749] pci 0000:00:1f.6: PME# disabled [ 24.726930] pci 0000:00:1f.6: EDR: Notify handler installed [ 24.727165] pci_bus 0000:00: fixups for bus [ 24.727287] pci 0000:00:01.0: scanning [bus 01-01] behind bridge, pass 0 [ 24.727444] pci_bus 0000:01: scanning bus [ 24.727595] pci 0000:01:00.0: [10de:1e89] type 00 class 0x030000 [ 24.727746] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff] [ 24.727895] pci 0000:01:00.0: reg 0x14: [mem 0x2fe0000000-0x2fefffffff 64bit pref] [ 24.728059] pci 0000:01:00.0: reg 0x1c: [mem 0x2ff0000000-0x2ff1ffffff 64bit pref] [ 24.728216] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f] [ 24.728351] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref] [ 24.728570] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 24.728710] pci 0000:01:00.0: PME# disabled [ 24.728897] pci 0000:01:00.0: EDR: Notify handler installed [ 24.729107] pci 0000:01:00.1: [10de:10f8] type 00 class 0x040300 [ 24.729261] pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff] [ 24.729585] pci 0000:01:00.2: [10de:1ad8] type 00 class 0x0c0330 [ 24.729722] pci 0000:01:00.2: reg 0x10: [mem 0x2ff2000000-0x2ff203ffff 64bit pref] [ 24.729899] pci 0000:01:00.2: reg 0x1c: [mem 0x2ff2040000-0x2ff204ffff 64bit pref] [ 24.730137] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold [ 24.730275] pci 0000:01:00.2: PME# disabled [ 24.730460] pci 0000:01:00.3: [10de:1ad9] type 00 class 0x0c8000 [ 24.730615] pci 0000:01:00.3: reg 0x10: [mem 0xdf084000-0xdf084fff] [ 24.730871] pci 0000:01:00.3: PME# supported from D0 D3hot D3cold [ 24.731009] pci 0000:01:00.3: PME# disabled [ 24.731214] pci_bus 0000:01: fixups for bus [ 24.731345] pci 0000:00:01.0: PCI bridge to [bus 01] [ 24.731469] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] [ 24.731595] pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff] [ 24.731734] pci 0000:00:01.0: bridge window [mem 0x2fe0000000-0x2ff20fffff 64bit pref] [ 24.731875] pci_bus 0000:01: bus scan returning with max=01 [ 24.732002] pci 0000:00:1b.0: scanning [bus 02-02] behind bridge, pass 0 [ 24.732231] pci_bus 0000:02: scanning bus [ 24.732350] pci_bus 0000:02: fixups for bus [ 24.732471] pci 0000:00:1b.0: PCI bridge to [bus 02] [ 24.732608] pci_bus 0000:02: bus scan returning with max=02 [ 24.732738] pci 0000:00:1c.0: scanning [bus 03-03] behind bridge, pass 0 [ 24.732965] pci_bus 0000:03: scanning bus [ 24.733033] pci_bus 0000:03: fixups for bus [ 24.733155] pci 0000:00:1c.0: PCI bridge to [bus 03] [ 24.733291] pci_bus 0000:03: bus scan returning with max=03 [ 24.733420] pci 0000:00:1c.4: scanning [bus 04-04] behind bridge, pass 0 [ 24.733693] pci_bus 0000:04: scanning bus [ 24.733888] pci 0000:04:00.0: [1b21:2142] type 00 class 0x0c0330 [ 24.734091] pci 0000:04:00.0: reg 0x10: [mem 0xdf200000-0xdf207fff 64bit] [ 24.734343] pci 0000:04:00.0: enabling Extended Tags [ 24.734604] pci 0000:04:00.0: PME# supported from D0 [ 24.734781] pci 0000:04:00.0: PME# disabled [ 24.735044] pci 0000:04:00.0: EDR: Notify handler installed [ 24.735382] pci_bus 0000:04: fixups for bus [ 24.735492] pci 0000:00:1c.4: PCI bridge to [bus 04] [ 24.735610] pci 0000:00:1c.4: bridge window [mem 0xdf200000-0xdf2fffff] [ 24.735745] pci_bus 0000:04: bus scan returning with max=04 [ 24.735862] pci 0000:00:1d.0: scanning [bus 05-05] behind bridge, pass 0 [ 24.736064] pci_bus 0000:05: scanning bus [ 24.736213] pci 0000:05:00.0: [8086:2522] type 00 class 0x010802 [ 24.736358] pci 0000:05:00.0: reg 0x10: [mem 0xdf100000-0xdf103fff 64bit] [ 24.736429] pci 0000:05:00.0: enabling Extended Tags [ 24.736810] pci 0000:05:00.0: EDR: Notify handler installed [ 24.737078] pci_bus 0000:05: fixups for bus [ 24.737188] pci 0000:00:1d.0: PCI bridge to [bus 05] [ 24.737306] pci 0000:00:1d.0: bridge window [mem 0xdf100000-0xdf1fffff] [ 24.737440] pci_bus 0000:05: bus scan returning with max=05 [ 24.737555] pci 0000:00:01.0: scanning [bus 01-01] behind bridge, pass 1 [ 24.737688] pci 0000:00:1b.0: scanning [bus 02-02] behind bridge, pass 1 [ 24.737826] pci 0000:00:1c.0: scanning [bus 03-03] behind bridge, pass 1 [ 24.737964] pci 0000:00:1c.4: scanning [bus 04-04] behind bridge, pass 1 [ 24.738099] pci 0000:00:1d.0: scanning [bus 05-05] behind bridge, pass 1 [ 24.738233] pci_bus 0000:00: bus scan returning with max=05 [ 24.738346] pci_bus 0000:00: on NUMA node 0 [ 24.739412] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 [ 24.739560] ACPI: PCI: Interrupt link LNKB configured for IRQ 10 [ 24.739707] ACPI: PCI: Interrupt link LNKC configured for IRQ 15 [ 24.739852] ACPI: PCI: Interrupt link LNKD configured for IRQ 5 [ 24.739996] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 [ 24.740110] ACPI: PCI: Interrupt link LNKE disabled [ 24.740253] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 [ 24.740367] ACPI: PCI: Interrupt link LNKF disabled [ 24.740510] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 [ 24.740624] ACPI: PCI: Interrupt link LNKG disabled [ 24.740766] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 [ 24.740880] ACPI: PCI: Interrupt link LNKH disabled [ 24.745268] ACPI: EC: interrupt unblocked [ 24.745379] ACPI: EC: event unblocked [ 24.745500] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 24.745613] ACPI: EC: GPE=0x16 [ 24.745721] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete [ 24.746363] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events [ 24.746518] i2c-core: driver [lp3972] registered [ 24.746632] i2c-core: driver [lp8755-regulator] registered [ 24.746756] iommu: Default domain type: Translated [ 24.746756] iommu: DMA domain TLB invalidation policy: lazy mode [ 24.746756] SCSI subsystem initialized [ 24.746756] libata version 3.00 loaded. [ 24.746756] ACPI: bus type USB registered [ 24.746756] usbcore: registered new interface driver usbfs [ 24.746756] usbcore: registered new interface driver hub [ 24.746837] usbcore: registered new device driver usb [ 24.746964] pps_core: LinuxPPS API ver. 1 registered [ 24.747076] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 24.747213] EDAC MC: Ver: 3.0.0 [ 24.747409] Advanced Linux Sound Architecture Driver Initialized. [ 24.747409] PCI: Using ACPI for IRQ routing [ 24.776460] PCI: pci_cache_line_size set to 64 bytes [ 24.776577] pci 0000:01:00.1: BAR 0: reserving [mem 0xdf080000-0xdf083fff flags 0x40200] (d=0, p=0) [ 24.776713] pci 0000:01:00.2: BAR 0: reserving [mem 0x2ff2000000-0x2ff203ffff flags 0x14220c] (d=0, p=0) [ 24.776846] pci 0000:01:00.2: BAR 3: reserving [mem 0x2ff2040000-0x2ff204ffff flags 0x14220c] (d=0, p=0) [ 24.776982] pci 0000:01:00.3: BAR 0: reserving [mem 0xdf084000-0xdf084fff flags 0x40200] (d=0, p=0) [ 24.777116] pci 0000:00:02.0: BAR 0: reserving [mem 0x2ffe000000-0x2ffeffffff flags 0x140204] (d=0, p=0) [ 24.777249] pci 0000:00:02.0: BAR 2: reserving [mem 0xc0000000-0xcfffffff flags 0x14220c] (d=0, p=0) [ 24.777382] pci 0000:00:02.0: BAR 4: reserving [io 0xf000-0xf03f flags 0x40101] (d=0, p=0) [ 24.777516] pci 0000:00:14.0: BAR 0: reserving [mem 0x2fff010000-0x2fff01ffff flags 0x140204] (d=0, p=0) [ 24.777653] pci 0000:00:17.0: BAR 0: reserving [mem 0xdf324000-0xdf325fff flags 0x40200] (d=0, p=0) [ 24.777785] pci 0000:00:17.0: BAR 1: reserving [mem 0xdf327000-0xdf3270ff flags 0x40200] (d=0, p=0) [ 24.777918] pci 0000:00:17.0: BAR 2: reserving [io 0xf090-0xf097 flags 0x40101] (d=0, p=0) [ 24.778049] pci 0000:00:17.0: BAR 3: reserving [io 0xf080-0xf083 flags 0x40101] (d=0, p=0) [ 24.778181] pci 0000:00:17.0: BAR 4: reserving [io 0xf060-0xf07f flags 0x40101] (d=0, p=0) [ 24.778312] pci 0000:00:17.0: BAR 5: reserving [mem 0xdf326000-0xdf3267ff flags 0x40200] (d=0, p=0) [ 24.778455] pci 0000:04:00.0: BAR 0: reserving [mem 0xdf200000-0xdf207fff flags 0x140204] (d=0, p=0) [ 24.779696] pci 0000:05:00.0: BAR 0: reserving [mem 0xdf100000-0xdf103fff flags 0x140204] (d=0, p=0) [ 24.779833] pci 0000:00:1f.2: BAR 0: reserving [mem 0xdf320000-0xdf323fff flags 0x40200] (d=0, p=0) [ 24.779967] pci 0000:00:1f.3: BAR 0: reserving [mem 0x2fff020000-0x2fff023fff flags 0x140204] (d=0, p=0) [ 24.780100] pci 0000:00:1f.3: BAR 4: reserving [mem 0x2fff000000-0x2fff00ffff flags 0x140204] (d=0, p=0) [ 24.780237] pci 0000:00:1f.4: BAR 0: reserving [mem 0x2fff024000-0x2fff0240ff flags 0x140204] (d=0, p=0) [ 24.780370] pci 0000:00:1f.4: BAR 4: reserving [io 0xf040-0xf05f flags 0x40101] (d=0, p=0) [ 24.780503] pci 0000:00:1f.6: BAR 0: reserving [mem 0xdf300000-0xdf31ffff flags 0x40200] (d=0, p=0) [ 24.780638] pci 0000:01:00.0: BAR 0: reserving [mem 0xde000000-0xdeffffff flags 0x40200] (d=1, p=1) [ 24.780772] pci 0000:01:00.0: BAR 1: reserving [mem 0x2fe0000000-0x2fefffffff flags 0x14220c] (d=1, p=1) [ 24.780905] pci 0000:01:00.0: BAR 3: reserving [mem 0x2ff0000000-0x2ff1ffffff flags 0x14220c] (d=1, p=1) [ 24.781039] pci 0000:01:00.0: BAR 5: reserving [io 0xe000-0xe07f flags 0x40101] (d=1, p=1) [ 24.781180] pci 0000:00:16.0: BAR 0: reserving [mem 0x2fff025000-0x2fff025fff flags 0x140204] (d=1, p=1) [ 24.781343] e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff] [ 24.781457] e820: reserve RAM buffer [mem 0x9187b000-0x93ffffff] [ 24.781572] e820: reserve RAM buffer [mem 0x91c6a000-0x93ffffff] [ 24.781686] e820: reserve RAM buffer [mem 0x984ed000-0x9bffffff] [ 24.781801] e820: reserve RAM buffer [mem 0x99ee7000-0x9bffffff] [ 24.781915] e820: reserve RAM buffer [mem 0x9afff000-0x9bffffff] [ 24.782029] e820: reserve RAM buffer [mem 0x105f000000-0x105fffffff] [ 24.782148] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 24.782148] pci 0000:00:02.0: vgaarb: bridge control possible [ 24.782148] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 24.782148] pci 0000:01:00.0: vgaarb: bridge control possible [ 24.782148] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 24.782148] vgaarb: loaded [ 24.785570] microcode: CPU: sig=0x906ea, pf=0x2, rev=0xf0 [ 24.785684] microcode: mc_saved[0]: sig=0x906ea, pf=0x22, rev=0xf0, total size=0x19800, date = 2021-11-15 [ 24.785841] clocksource: Switched to clocksource tsc-early [ 24.786052] pnp: PnP ACPI init [ 24.786219] pnp 00:00: parse allocated resources [ 24.786219] pnp 00:00: PNP0c02: calling quirk_system_pci_resources+0x0/0x130 [ 24.786219] pnp 00:00: PNP0c02: calling quirk_intel_mch+0x0/0x220 [ 24.786219] system 00:00: [io 0x0290-0x029f] has been reserved [ 24.786219] pnp 00:01: parse allocated resources [ 24.786219] pnp 00:01: PNP0c02: calling quirk_system_pci_resources+0x0/0x130 [ 24.786219] pnp 00:01: PNP0c02: calling quirk_intel_mch+0x0/0x220 [ 24.786219] system 00:01: [io 0x0680-0x069f] has been reserved [ 24.786219] system 00:01: [io 0xffff] has been reserved [ 24.786219] system 00:01: [io 0xffff] has been reserved [ 24.786219] system 00:01: [io 0xffff] has been reserved [ 24.786219] system 00:01: [io 0x1800-0x18fe] has been reserved [ 24.786219] system 00:01: [io 0x164e-0x164f] has been reserved [ 24.786219] pnp 00:02: parse allocated resources [ 24.786219] pnp 00:02: PNP0c02: calling quirk_system_pci_resources+0x0/0x130 [ 24.786219] pnp 00:02: PNP0c02: calling quirk_intel_mch+0x0/0x220 [ 24.786219] system 00:02: [io 0x0800-0x087f] has been reserved [ 24.786219] pnp 00:03: parse allocated resources [ 24.786219] pnp 00:04: parse allocated resources [ 24.786219] pnp 00:04: PNP0c02: calling quirk_system_pci_resources+0x0/0x130 [ 24.786219] pnp 00:04: PNP0c02: calling quirk_intel_mch+0x0/0x220 [ 24.786309] system 00:04: [io 0x1854-0x1857] has been reserved [ 24.786461] pnp 00:05: parse allocated resources [ 24.786658] pnp 00:05: PNP0c02: calling quirk_system_pci_resources+0x0/0x130 [ 24.786794] pnp 00:05: PNP0c02: calling quirk_intel_mch+0x0/0x220 [ 24.786922] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved [ 24.787051] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved [ 24.787180] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved [ 24.787308] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved [ 24.787436] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved [ 24.787564] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved [ 24.787692] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved [ 24.787820] system 00:05: [mem 0xff000000-0xffffffff] has been reserved [ 24.787948] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved [ 24.788078] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved [ 24.788210] pnp 00:06: parse allocated resources [ 24.788330] pnp 00:06: PNP0c02: calling quirk_system_pci_resources+0x0/0x130 [ 24.788466] pnp 00:06: PNP0c02: calling quirk_intel_mch+0x0/0x220 [ 24.788590] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved [ 24.788719] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved [ 24.788847] system 00:06: [mem 0xfdac0000-0xfdacffff] has been reserved [ 24.788975] system 00:06: [mem 0xfdae0000-0xfdaeffff] has been reserved [ 24.789103] system 00:06: [mem 0xfdaf0000-0xfdafffff] has been reserved [ 24.789234] system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved [ 24.789362] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 24.789491] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved [ 24.789621] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved [ 24.789752] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved [ 24.789883] pnp 00:07: parse allocated resources [ 24.790198] pnp 00:07: PNP0c02: calling quirk_system_pci_resources+0x0/0x130 [ 24.790332] pnp 00:07: PNP0c02: calling quirk_intel_mch+0x0/0x220 [ 24.790459] system 00:07: [io 0xfe00-0xfefe] has been reserved [ 24.790640] pnp 00:08: parse allocated resources [ 24.791456] pnp 00:08: PNP0c02: calling quirk_system_pci_resources+0x0/0x130 [ 24.791590] pnp 00:08: PNP0c02: calling quirk_intel_mch+0x0/0x220 [ 24.791715] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved [ 24.791844] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved [ 24.793716] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved [ 24.794426] pnp: PnP ACPI: found 9 devices [ 24.799864] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 24.800065] NET: Registered PF_INET protocol family [ 24.800437] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 24.802806] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 24.802987] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 24.803447] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 24.804034] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 24.804347] TCP: Hash tables configured (established 524288 bind 65536) [ 24.804595] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 24.804871] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 24.805113] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 24.805395] pci 0000:00:1b.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [ 24.805528] pci 0000:00:1b.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000 [ 24.805667] pci 0000:00:1b.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000 [ 24.805803] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000 [ 24.805933] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000 [ 24.806071] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000 [ 24.806210] pci 0000:00:1b.0: BAR 14: assigned [mem 0xa0000000-0xa01fffff] [ 24.806339] pci 0000:00:1b.0: BAR 15: assigned [mem 0x2000000000-0x20001fffff 64bit pref] [ 24.806474] pci 0000:00:1c.0: BAR 14: assigned [mem 0xa0200000-0xa03fffff] [ 24.806604] pci 0000:00:1c.0: BAR 15: assigned [mem 0x2000200000-0x20003fffff 64bit pref] [ 24.806735] pci 0000:00:1b.0: BAR 13: assigned [io 0x2000-0x2fff] [ 24.806850] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff] [ 24.806965] pci 0000:00:01.0: PCI bridge to [bus 01] [ 24.807079] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] [ 24.807194] pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff] [ 24.807323] pci 0000:00:01.0: bridge window [mem 0x2fe0000000-0x2ff20fffff 64bit pref] [ 24.807456] pci 0000:00:1b.0: PCI bridge to [bus 02] [ 24.807572] pci 0000:00:1b.0: bridge window [io 0x2000-0x2fff] [ 24.807692] pci 0000:00:1b.0: bridge window [mem 0xa0000000-0xa01fffff] [ 24.807826] pci 0000:00:1b.0: bridge window [mem 0x2000000000-0x20001fffff 64bit pref] [ 24.807965] pci 0000:00:1c.0: PCI bridge to [bus 03] [ 24.808080] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff] [ 24.808201] pci 0000:00:1c.0: bridge window [mem 0xa0200000-0xa03fffff] [ 24.808335] pci 0000:00:1c.0: bridge window [mem 0x2000200000-0x20003fffff 64bit pref] [ 24.808474] pci 0000:00:1c.4: PCI bridge to [bus 04] [ 24.808591] pci 0000:00:1c.4: bridge window [mem 0xdf200000-0xdf2fffff] [ 24.808728] pci 0000:00:1d.0: PCI bridge to [bus 05] [ 24.808844] pci 0000:00:1d.0: bridge window [mem 0xdf100000-0xdf1fffff] [ 24.808981] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 24.809096] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 24.809211] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 24.809339] pci_bus 0000:00: resource 7 [mem 0xa0000000-0xdfffffff window] [ 24.809468] pci_bus 0000:00: resource 8 [mem 0x2000000000-0x2fffffffff window] [ 24.809598] pci_bus 0000:00: resource 9 [mem 0xfd000000-0xfe7fffff window] [ 24.809728] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] [ 24.809842] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff] [ 24.809956] pci_bus 0000:01: resource 2 [mem 0x2fe0000000-0x2ff20fffff 64bit pref] [ 24.810086] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff] [ 24.810199] pci_bus 0000:02: resource 1 [mem 0xa0000000-0xa01fffff] [ 24.810313] pci_bus 0000:02: resource 2 [mem 0x2000000000-0x20001fffff 64bit pref] [ 24.810444] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff] [ 24.810557] pci_bus 0000:03: resource 1 [mem 0xa0200000-0xa03fffff] [ 24.810672] pci_bus 0000:03: resource 2 [mem 0x2000200000-0x20003fffff 64bit pref] [ 24.810801] pci_bus 0000:04: resource 1 [mem 0xdf200000-0xdf2fffff] [ 24.810916] pci_bus 0000:05: resource 1 [mem 0xdf100000-0xdf1fffff] [ 24.811289] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0 [ 24.811420] pci 0000:01:00.1: saving config space at offset 0x0 (reading 0x10f810de) [ 24.811553] pci 0000:01:00.1: saving config space at offset 0x4 (reading 0x100006) [ 24.811683] pci 0000:01:00.1: saving config space at offset 0x8 (reading 0x40300a1) [ 24.811816] pci 0000:01:00.1: saving config space at offset 0xc (reading 0x800010) [ 24.811947] pci 0000:01:00.1: saving config space at offset 0x10 (reading 0xdf080000) [ 24.812079] pci 0000:01:00.1: saving config space at offset 0x14 (reading 0x0) [ 24.812209] pci 0000:01:00.1: saving config space at offset 0x18 (reading 0x0) [ 24.812339] pci 0000:01:00.1: saving config space at offset 0x1c (reading 0x0) [ 24.812470] pci 0000:01:00.1: saving config space at offset 0x20 (reading 0x0) [ 24.812600] pci 0000:01:00.1: saving config space at offset 0x24 (reading 0x0) [ 24.812731] pci 0000:01:00.1: saving config space at offset 0x28 (reading 0x0) [ 24.812862] pci 0000:01:00.1: saving config space at offset 0x2c (reading 0x134d10de) [ 24.812993] pci 0000:01:00.1: saving config space at offset 0x30 (reading 0x0) [ 24.813127] pci 0000:01:00.1: saving config space at offset 0x34 (reading 0x60) [ 24.813147] pci 0000:01:00.2: D0 power state depends on 0000:01:00.0 [ 24.813258] pci 0000:01:00.1: saving config space at offset 0x38 (reading 0x0) [ 24.813403] pci 0000:01:00.2: saving config space at offset 0x0 (reading 0x1ad810de) [ 24.813505] pci 0000:01:00.1: saving config space at offset 0x3c (reading 0x20a) [ 24.813636] pci 0000:01:00.2: saving config space at offset 0x4 (reading 0x100006) [ 24.813911] pci 0000:01:00.2: saving config space at offset 0x8 (reading 0xc0330a1) [ 24.814012] pci 0000:01:00.3: D0 power state depends on 0000:01:00.0 [ 24.814072] pci 0000:01:00.2: saving config space at offset 0xc (reading 0x800010) [ 24.814194] pci 0000:04:00.0: PME# does not work under D0, disabling it [ 24.814318] pci 0000:01:00.2: saving config space at offset 0x10 (reading 0xf200000c) [ 24.814466] pci 0000:01:00.3: saving config space at offset 0x0 (reading 0x1ad910de) [ 24.814579] pci 0000:01:00.2: saving config space at offset 0x14 (reading 0x2f) [ 24.814709] pci 0000:01:00.3: saving config space at offset 0x4 (reading 0x100006) [ 24.814839] pci 0000:01:00.2: saving config space at offset 0x18 (reading 0x0) [ 24.814969] pci 0000:01:00.3: saving config space at offset 0x8 (reading 0xc8000a1) [ 24.815098] pci 0000:01:00.2: saving config space at offset 0x1c (reading 0xf204000c) [ 24.815229] pci 0000:01:00.3: saving config space at offset 0xc (reading 0x800010) [ 24.815360] pci 0000:01:00.2: saving config space at offset 0x20 (reading 0x2f) [ 24.815489] pci 0000:01:00.3: saving config space at offset 0x10 (reading 0xdf084000) [ 24.815619] pci 0000:01:00.2: saving config space at offset 0x24 (reading 0x0) [ 24.815749] pci 0000:01:00.3: saving config space at offset 0x14 (reading 0x0) [ 24.815878] pci 0000:01:00.2: saving config space at offset 0x28 (reading 0x0) [ 24.816008] pci 0000:01:00.3: saving config space at offset 0x18 (reading 0x0) [ 24.816138] pci 0000:01:00.2: saving config space at offset 0x2c (reading 0x134d10de) [ 24.816267] pci 0000:01:00.3: saving config space at offset 0x1c (reading 0x0) [ 24.816401] pci 0000:01:00.2: saving config space at offset 0x30 (reading 0x0) [ 24.816532] pci 0000:01:00.3: saving config space at offset 0x20 (reading 0x0) [ 24.816632] PCI: CLS 64 bytes, default 64 [ 24.816638] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 24.816638] software IO TLB: mapped [mem 0x00000000944ed000-0x00000000984ed000] (64MB) [ 24.816674] Unpacking initramfs... [ 24.816688] pci 0000:01:00.2: saving config space at offset 0x34 (reading 0x68) [ 24.816818] pci 0000:01:00.3: saving config space at offset 0x24 (reading 0x0) [ 24.816929] pci 0000:01:00.2: saving config space at offset 0x38 (reading 0x0) [ 24.817045] pci 0000:01:00.3: saving config space at offset 0x28 (reading 0x0) [ 24.817176] pci 0000:01:00.2: saving config space at offset 0x3c (reading 0x30f) [ 24.817285] pci 0000:01:00.3: saving config space at offset 0x2c (reading 0x134d10de) [ 24.819840] pci 0000:01:00.3: saving config space at offset 0x30 (reading 0x0) [ 24.819971] pci 0000:01:00.3: saving config space at offset 0x34 (reading 0x68) [ 24.820102] pci 0000:01:00.3: saving config space at offset 0x38 (reading 0x0) [ 24.820233] pci 0000:01:00.3: saving config space at offset 0x3c (reading 0x405) [ 24.826409] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer [ 24.826542] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 24.826655] RAPL PMU: hw unit of domain package 2^-14 Joules [ 24.826768] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 24.826881] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 24.827017] skl_uncore 0000:00:00.0: vgaarb: pci_notify [ 24.827131] skl_uncore 0000:00:00.0: runtime IRQ mapping not provided by arch [ 24.827270] skl_uncore 0000:00:00.0: vgaarb: pci_notify [ 24.827626] check: Scanning for low memory corruption every 60 seconds [ 24.827941] clocksource_wdtest: --- holdoff=10 [ 24.828213] Initialise system trusted keyrings [ 24.828333] Key type blacklist registered [ 24.828463] workingset: timestamp_bits=46 max_order=24 bucket_order=0 [ 24.828584] zbud: loaded [ 24.828846] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 24.828997] fuse: init (API version 7.38) [ 24.835462] xor: automatically using best checksumming function avx [ 24.835596] async_tx: api initialized (async) [ 24.835707] Key type asymmetric registered [ 24.835817] Asymmetric key parser 'x509' registered [ 24.835928] Running certificate verification selftests [ 25.123517] Freeing initrd memory: 17156K [ 25.178167] Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' [ 25.178707] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 25.178858] io scheduler mq-deadline registered [ 25.178970] io scheduler kyber registered [ 25.179090] io scheduler bfq registered [ 25.179201] test_string_helpers: Running tests... [ 25.181876] test_hexdump: all 1184 tests passed [ 25.181988] Start testing find_bit() with random-filled bitmap [ 25.182969] find_next_bit: 693803 ns, 164108 iterations [ 25.183820] find_next_zero_bit: 721212 ns, 163573 iterations [ 25.184553] find_last_bit: 604739 ns, 164108 iterations [ 25.191738] find_nth_bit: 7057093 ns, 16421 iterations [ 25.193440] find_first_bit: 1573073 ns, 16422 iterations [ 25.234581] find_first_and_bit: 41010715 ns, 32827 iterations [ 25.235057] find_next_and_bit: 348574 ns, 73699 iterations [ 25.235186] Start testing find_bit() with sparse bitmap [ 25.237156] find_next_bit: 9547 ns, 653 iterations [ 25.238661] find_next_zero_bit: 1377484 ns, 327028 iterations [ 25.238799] find_last_bit: 9689 ns, 653 iterations [ 25.241191] find_nth_bit: 2258922 ns, 652 iterations [ 25.241892] find_first_bit: 572914 ns, 653 iterations [ 25.242025] find_first_and_bit: 4180 ns, 1 iterations [ 25.242155] find_next_and_bit: 2822 ns, 1 iterations [ 25.249465] IDA: 147353 of 147353 tests passed [ 25.249712] min_heap_test: test passed [ 25.249919] Running rhashtable test nelem=8, max_size=0, shrinking=0 [ 25.250034] Test 00: [ 25.250168] Adding 50000 keys [ 25.257113] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0 [ 25.259837] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0 [ 25.259969] Deleting 50000 keys [ 25.262604] Duration of test: 12327236 ns [ 25.262739] Test 01: [ 25.262870] Adding 50000 keys [ 25.269485] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0 [ 25.272131] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0 [ 25.272263] Deleting 50000 keys [ 25.274863] Duration of test: 11883632 ns [ 25.275003] Test 02: [ 25.275151] Adding 50000 keys [ 25.282044] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0 [ 25.284744] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0 [ 25.284876] Deleting 50000 keys [ 25.287528] Duration of test: 12268119 ns [ 25.287668] Test 03: [ 25.287806] Adding 50000 keys [ 25.294732] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0 [ 25.297436] Traversal complete: counted=50000, nelems=50000, entries=50000, table-jumps=0 [ 25.297567] Deleting 50000 keys [ 25.300201] Duration of test: 12287091 ns [ 25.301526] test if its possible to exceed max_size 8192: no, ok [ 25.301675] Average test time: 12191519 [ 25.301785] test inserting duplicates [ 25.301898] ---- ht: ---- bucket[1] -> [[ val 21 (tid=1) ]] -> [[ val 1 (tid=0) ]] ------------- [ 25.302069] ---- ht: ---- bucket[1] -> [[ val 21 (tid=1) ]] -> [[ val 1 (tid=2), val 1 (tid=0) ]] ------------- [ 25.302254] ---- ht: ---- bucket[1] -> [[ val 21 (tid=1) ]] -> [[ val 1 (tid=0) ]] ------------- [ 25.302425] ---- ht: ---- bucket[1] -> [[ val 21 (tid=1) ]] -> [[ val 1 (tid=2), val 1 (tid=0) ]] ------------- [ 25.302606] Testing concurrent rhashtable access from 10 threads [ 25.395538] test 3125 add/delete pairs into rhlist [ 25.413651] test 3125 random rhlist add/delete operations [ 25.440948] Started 10 threads, 0 failed, rhltable test returns 0 [ 25.441063] test_printf: loaded. [ 25.441223] test_printf: crng possibly not yet initialized. plain 'p' buffer contains "(____ptrval____)" [ 25.441223] test_printf: crng possibly not yet initialized. plain 'p' buffer contains "(____ptrval____)" [ 25.441370] test_printf: crng possibly not yet initialized. plain 'p' buffer contains "(____ptrval____)" [ 25.441661] test_printf: crng possibly not yet initialized. plain 'p' buffer contains "(____ptrval____)" [ 25.441843] test_printf: all 416 tests passed [ 25.442086] test_scanf: loaded. [ 25.443211] test_scanf: all 2545 tests passed [ 25.443323] test_bitmap: loaded. [ 25.443502] test_bitmap: parselist: 14: input is '0-2047:128/256' OK, Time: 189 [ 25.443638] test_bitmap: bitmap_print_to_pagebuf: input is '0-32767 ', Time: 546 [ 25.445009] test_bitmap: all 6550 tests passed [ 25.445122] test_uuid: all 18 tests passed [ 25.445238] test_memcat_p: test passed [ 25.448845] test_meminit: test_pages failed 10 out of 10 times [ 25.450786] test_meminit: test_kvmalloc failed 40 out of 40 times [ 25.460869] test_meminit: test_kmemcache failed 20 out of 70 times [ 25.461072] test_meminit: all 10 tests in test_rcu_persistent passed [ 25.461187] test_meminit: failures: 70 out of 130 [ 25.461319] reference already released. [ 25.461429] allocated in: [ 25.461536] test_ref_tracker_init+0xa6/0x1e0 [ 25.461650] do_one_initcall+0xb1/0x210 [ 25.461762] kernel_init_freeable+0x197/0x250 [ 25.461874] kernel_init+0x11/0x1d0 [ 25.461985] ret_from_fork+0x1f/0x30 [ 25.462095] freed in: [ 25.462202] test_ref_tracker_init+0x185/0x1e0 [ 25.463029] do_one_initcall+0xb1/0x210 [ 25.463029] kernel_init_freeable+0x197/0x250 [ 25.463029] kernel_init+0x11/0x1d0 [ 25.463029] ret_from_fork+0x1f/0x30 [ 25.464510] ------------[ cut here ]------------ [ 25.464622] WARNING: CPU: 6 PID: 1 at lib/ref_tracker.c:136 ref_tracker_free+0x233/0x2a0 [ 25.464754] Modules linked in: [ 25.464864] CPU: 6 PID: 1 Comm: swapper/0 Tainted: G U TN 6.2.6-gentoo-x86_64 #1 644473e507c86b163c18e9f84729e44d3514c8d0 [ 25.465002] Hardware name: System manufacturer System Product Name/PRIME Z370-A, BIOS 3004 07/12/2021 [ 25.465136] RIP: 0010:ref_tracker_free+0x233/0x2a0 [ 25.465249] Code: e9 71 ff ff ff 48 c7 c7 e8 88 d7 b2 e8 96 3d a5 ff 8b 55 14 85 d2 75 51 8b 45 18 85 c0 75 34 4c 89 e6 48 89 df e8 6d e7 b2 00 <0f> 0b b8 ea ff ff ff e9 42 ff ff ff 48 8d 7b 08 b8 ff ff ff ff f0 [ 25.465412] RSP: 0000:ffff93854000bdf8 EFLAGS: 00010246 [ 25.465526] RAX: 0000000000000000 RBX: ffffffffb4200ee0 RCX: 0000000000000000 [ 25.465656] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 25.465785] RBP: ffff8eb180c68dc0 R08: 0000000000000000 R09: 0000000000000000 [ 25.465913] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000246 [ 25.466043] R13: 0000000004500000 R14: 0000000000000000 R15: 0000000000000000 [ 25.466172] FS: 0000000000000000(0000) GS:ffff8ec0da380000(0000) knlGS:0000000000000000 [ 25.466303] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 25.466422] CR2: 0000000000000000 CR3: 0000000c9400b001 CR4: 00000000003706e0 [ 25.466552] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 25.466681] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 25.466812] Call Trace: [ 25.466920] <TASK> [ 25.467027] ? test_ref_tracker_init+0x19a/0x1e0 [ 25.467141] ? do_one_initcall+0xb1/0x210 [ 25.467252] ? kernel_init_freeable+0x197/0x250 [ 25.467365] ? kernel_init+0x11/0x1d0 [ 25.467476] ? ret_from_fork+0x1f/0x30 [ 25.467587] ? test_meminit_init+0x940/0x940 [ 25.467699] test_ref_tracker_init+0x19a/0x1e0 [ 25.467811] do_one_initcall+0xb1/0x210 [ 25.467922] kernel_init_freeable+0x197/0x250 [ 25.468035] ? rest_init+0xa0/0xa0 [ 25.468145] kernel_init+0x11/0x1d0 [ 25.468255] ret_from_fork+0x1f/0x30 [ 25.468365] </TASK> [ 25.468473] ---[ end trace 0000000000000000 ]--- [ 25.468585] leaked reference. [ 25.468693] test_ref_tracker_timer_func+0x18/0x30 [ 25.468807] call_timer_fn.constprop.0+0xe/0x80 [ 25.468919] __run_timers+0x22b/0x270 [ 25.469029] run_timer_softirq+0x14/0x30 [ 25.469140] __do_softirq+0xb9/0x210 [ 25.469251] leaked reference. [ 25.469359] test_ref_tracker_init+0x9a/0x1e0 [ 25.469470] do_one_initcall+0xb1/0x210 [ 25.469581] kernel_init_freeable+0x197/0x250 [ 25.469692] kernel_init+0x11/0x1d0 [ 25.469751] ret_from_fork+0x1f/0x30 [ 25.469920] ------------[ cut here ]------------ [ 25.470031] WARNING: CPU: 6 PID: 1 at lib/ref_tracker.c:39 ref_tracker_dir_exit+0x110/0x180 [ 25.470164] Modules linked in: [ 25.470273] CPU: 6 PID: 1 Comm: swapper/0 Tainted: G U W TN 6.2.6-gentoo-x86_64 #1 644473e507c86b163c18e9f84729e44d3514c8d0 [ 25.470412] Hardware name: System manufacturer System Product Name/PRIME Z370-A, BIOS 3004 07/12/2021 [ 25.470545] RIP: 0010:ref_tracker_dir_exit+0x110/0x180 [ 25.470659] Code: 48 89 c5 48 c7 c7 a3 88 d7 b2 e8 3b 40 a5 ff 41 8b 7e 14 85 ff 74 a7 e8 8e fd ff ff eb a0 48 8b 34 24 48 89 df e8 10 ea b2 00 <0f> 0b 8b 43 08 83 f8 01 75 35 8b 43 0c 83 f8 01 75 37 48 83 c4 08 [ 25.470823] RSP: 0000:ffff93854000be70 EFLAGS: 00010246 [ 25.470936] RAX: ffffffffb4200ef8 RBX: ffffffffb4200ee0 RCX: 0000000000000000 [ 25.471066] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000 [ 25.471194] RBP: ffffffffb4200ef8 R08: 0000000000000000 R09: 0000000000000000 [ 25.471322] R10: 0000000000000000 R11: 0000000000000000 R12: ffffffffb4200ef8 [ 25.471451] R13: ffffffffb4200ef8 R14: ffffffffb4200ef8 R15: dead000000000100 [ 25.471580] FS: 0000000000000000(0000) GS:ffff8ec0da380000(0000) knlGS:0000000000000000 [ 25.471712] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 25.471825] CR2: 0000000000000000 CR3: 0000000c9400b001 CR4: 00000000003706e0 [ 25.471954] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 25.472082] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 25.472211] Call Trace: [ 25.472318] <TASK> [ 25.472425] ? test_meminit_init+0x940/0x940 [ 25.472537] test_ref_tracker_init+0x1c4/0x1e0 [ 25.472650] do_one_initcall+0xb1/0x210 [ 25.472761] kernel_init_freeable+0x197/0x250 [ 25.472872] ? rest_init+0xa0/0xa0 [ 25.472983] kernel_init+0x11/0x1d0 [ 25.473095] ret_from_fork+0x1f/0x30 [ 25.473206] </TASK> [ 25.473312] ---[ end trace 0000000000000000 ]--- [ 25.473427] test_div64: Starting 64bit/32bit division and modulo test [ 25.474177] test_div64: Completed 64bit/32bit division and modulo test, 0.000635890s elapsed [ 25.475169] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64 [ 25.475281] crc32: self tests passed, processed 225944 bytes in 108224 nsec [ 25.475520] crc32c: CRC_LE_BITS = 64 [ 25.475629] crc32c: self tests passed, processed 112972 bytes in 54136 nsec [ 25.484631] crc32_combine: 8373 self tests passed [ 25.493589] crc32c_combine: 8373 self tests passed [ 25.494203] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 25.494333] interval tree insert/remove [ 25.496665] -> 8617 cycles [ 25.496882] interval tree search [ 25.513341] -> 60876 cycles (2692 results) [ 25.513611] pciehp: pcie_port_service_register = 0 [ 25.513728] pcieport 0000:00:01.0: vgaarb: pci_notify [ 25.513842] pcieport 0000:00:01.0: runtime IRQ mapping not provided by arch [ 25.514006] pcieport 0000:00:01.0: PME: Signaling with IRQ 120 [ 25.514129] pcieport 0000:00:01.0: saving config space at offset 0x0 (reading 0x19018086) [ 25.514260] pcieport 0000:00:01.0: saving config space at offset 0x4 (reading 0x100407) [ 25.514391] pcieport 0000:00:01.0: saving config space at offset 0x8 (reading 0x6040007) [ 25.514522] pcieport 0000:00:01.0: saving config space at offset 0xc (reading 0x810010) [ 25.514653] pcieport 0000:00:01.0: saving config space at offset 0x10 (reading 0x0) [ 25.514783] pcieport 0000:00:01.0: saving config space at offset 0x14 (reading 0x0) [ 25.514913] pcieport 0000:00:01.0: saving config space at offset 0x18 (reading 0x10100) [ 25.515044] pcieport 0000:00:01.0: saving config space at offset 0x1c (reading 0x2000e0e0) [ 25.515176] pcieport 0000:00:01.0: saving config space at offset 0x20 (reading 0xdf00de00) [ 25.515307] pcieport 0000:00:01.0: saving config space at offset 0x24 (reading 0xf201e001) [ 25.515438] pcieport 0000:00:01.0: saving config space at offset 0x28 (reading 0x2f) [ 25.515569] pcieport 0000:00:01.0: saving config space at offset 0x2c (reading 0x2f) [ 25.515699] pcieport 0000:00:01.0: saving config space at offset 0x30 (reading 0x0) [ 25.515829] pcieport 0000:00:01.0: saving config space at offset 0x34 (reading 0x88) [ 25.515959] pcieport 0000:00:01.0: saving config space at offset 0x38 (reading 0x0) [ 25.516089] pcieport 0000:00:01.0: saving config space at offset 0x3c (reading 0x12010b) [ 25.516227] pcieport 0000:00:01.0: vgaarb: pci_notify [ 25.516342] pcieport 0000:00:1b.0: vgaarb: pci_notify [ 25.516458] pcieport 0000:00:1b.0: runtime IRQ mapping not provided by arch [ 25.516729] pcieport 0000:00:1b.0: PME: Signaling with IRQ 121 [ 25.516862] pcieport 0000:00:1b.0: pciehp: Slot Capabilities : 0x00040060 [ 25.516995] pcieport 0000:00:1b.0: pciehp: Slot Status : 0x0000 [ 25.517128] pcieport 0000:00:1b.0: pciehp: Slot Control : 0x0000 [ 25.517261] pcieport 0000:00:1b.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 25.517420] pci_bus 0000:02: dev 00, created physical slot 0 [ 25.517556] pcieport 0000:00:1b.0: pciehp: pcie_enable_notification: SLOTCTRL 58 write cmd 1028 [ 25.517694] pcieport 0000:00:1b.0: pciehp: pciehp_check_link_active: lnk_status = 1001 [ 25.519581] pcieport 0000:00:1b.0: saving config space at offset 0x0 (reading 0xa2e78086) [ 25.519718] pcieport 0000:00:1b.0: saving config space at offset 0x4 (reading 0x100407) [ 25.519852] pcieport 0000:00:1b.0: saving config space at offset 0x8 (reading 0x60400f0) [ 25.519986] pcieport 0000:00:1b.0: saving config space at offset 0xc (reading 0x810010) [ 25.520120] pcieport 0000:00:1b.0: saving config space at offset 0x10 (reading 0x0) [ 25.520253] pcieport 0000:00:1b.0: saving config space at offset 0x14 (reading 0x0) [ 25.520387] pcieport 0000:00:1b.0: saving config space at offset 0x18 (reading 0x20200) [ 25.520522] pcieport 0000:00:1b.0: saving config space at offset 0x1c (reading 0x20002020) [ 25.520657] pcieport 0000:00:1b.0: saving config space at offset 0x20 (reading 0xa010a000) [ 25.520792] pcieport 0000:00:1b.0: saving config space at offset 0x24 (reading 0x110001) [ 25.520926] pcieport 0000:00:1b.0: saving config space at offset 0x28 (reading 0x20) [ 25.521060] pcieport 0000:00:1b.0: saving config space at offset 0x2c (reading 0x20) [ 25.521194] pcieport 0000:00:1b.0: saving config space at offset 0x30 (reading 0x0) [ 25.521328] pcieport 0000:00:1b.0: saving config space at offset 0x34 (reading 0x40) [ 25.521462] pcieport 0000:00:1b.0: saving config space at offset 0x38 (reading 0x0) [ 25.521596] pcieport 0000:00:1b.0: saving config space at offset 0x3c (reading 0x12010b) [ 25.521753] pcieport 0000:00:1b.0: vgaarb: pci_notify [ 25.521868] pcieport 0000:00:1c.0: vgaarb: pci_notify [ 25.521981] pcieport 0000:00:1c.0: runtime IRQ mapping not provided by arch [ 25.522222] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122 [ 25.522354] pcieport 0000:00:1c.0: pciehp: Slot Capabilities : 0x00040060 [ 25.522487] pcieport 0000:00:1c.0: pciehp: Slot Status : 0x0000 [ 25.522620] pcieport 0000:00:1c.0: pciehp: Slot Control : 0x0000 [ 25.522753] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 25.522910] pci_bus 0000:03: dev 00, created physical slot 0-1 [ 25.523047] pcieport 0000:00:1c.0: pciehp: pcie_enable_notification: SLOTCTRL 58 write cmd 1028 [ 25.523185] pcieport 0000:00:1c.0: pciehp: pciehp_check_link_active: lnk_status = 1001 [ 25.523326] pcieport 0000:00:1c.0: saving config space at offset 0x0 (reading 0xa2908086) [ 25.523461] pcieport 0000:00:1c.0: saving config space at offset 0x4 (reading 0x100407) [ 25.523595] pcieport 0000:00:1c.0: saving config space at offset 0x8 (reading 0x60400f0) [ 25.523729] pcieport 0000:00:1c.0: saving config space at offset 0xc (reading 0x810010) [ 25.523863] pcieport 0000:00:1c.0: saving config space at offset 0x10 (reading 0x0) [ 25.523997] pcieport 0000:00:1c.0: saving config space at offset 0x14 (reading 0x0) [ 25.524130] pcieport 0000:00:1c.0: saving config space at offset 0x18 (reading 0x30300) [ 25.524265] pcieport 0000:00:1c.0: saving config space at offset 0x1c (reading 0x20003030) [ 25.524400] pcieport 0000:00:1c.0: saving config space at offset 0x20 (reading 0xa030a020) [ 25.524534] pcieport 0000:00:1c.0: saving config space at offset 0x24 (reading 0x310021) [ 25.524669] pcieport 0000:00:1c.0: saving config space at offset 0x28 (reading 0x20) [ 25.524803] pcieport 0000:00:1c.0: saving config space at offset 0x2c (reading 0x20) [ 25.524936] pcieport 0000:00:1c.0: saving config space at offset 0x30 (reading 0x0) [ 25.525071] pcieport 0000:00:1c.0: saving config space at offset 0x34 (reading 0x40) [ 25.525205] pcieport 0000:00:1c.0: saving config space at offset 0x38 (reading 0x0) [ 25.525338] pcieport 0000:00:1c.0: saving config space at offset 0x3c (reading 0x12010b) [ 25.525496] pcieport 0000:00:1c.0: vgaarb: pci_notify [ 25.525610] pcieport 0000:00:1c.4: vgaarb: pci_notify [ 25.525723] pcieport 0000:00:1c.4: runtime IRQ mapping not provided by arch [ 25.525915] pcieport 0000:00:1c.4: PME: Signaling with IRQ 123 [ 25.526071] pcieport 0000:00:1c.4: AER: enabled with IRQ 123 [ 25.526192] pcieport 0000:00:1c.4: saving config space at offset 0x0 (reading 0xa2948086) [ 25.526324] pcieport 0000:00:1c.4: saving config space at offset 0x4 (reading 0x100407) [ 25.526459] pcieport 0000:00:1c.4: saving config space at offset 0x8 (reading 0x60400f0) [ 25.526592] pcieport 0000:00:1c.4: saving config space at offset 0xc (reading 0x810010) [ 25.526723] pcieport 0000:00:1c.4: saving config space at offset 0x10 (reading 0x0) [ 25.526855] pcieport 0000:00:1c.4: saving config space at offset 0x14 (reading 0x0) [ 25.526986] pcieport 0000:00:1c.4: saving config space at offset 0x18 (reading 0x40400) [ 25.527118] pcieport 0000:00:1c.4: saving config space at offset 0x1c (reading 0x200000f0) [ 25.527251] pcieport 0000:00:1c.4: saving config space at offset 0x20 (reading 0xdf20df20) [ 25.527383] pcieport 0000:00:1c.4: saving config space at offset 0x24 (reading 0x1fff1) [ 25.527515] pcieport 0000:00:1c.4: saving config space at offset 0x28 (reading 0x0) [ 25.527646] pcieport 0000:00:1c.4: saving config space at offset 0x2c (reading 0x0) [ 25.527778] pcieport 0000:00:1c.4: saving config space at offset 0x30 (reading 0x0) [ 25.527909] pcieport 0000:00:1c.4: saving config space at offset 0x34 (reading 0x40) [ 25.528040] pcieport 0000:00:1c.4: saving config space at offset 0x38 (reading 0x0) [ 25.528172] pcieport 0000:00:1c.4: saving config space at offset 0x3c (reading 0x12010b) [ 25.528331] pcieport 0000:00:1c.4: vgaarb: pci_notify [ 25.528445] pcieport 0000:00:1d.0: vgaarb: pci_notify [ 25.528558] pcieport 0000:00:1d.0: runtime IRQ mapping not provided by arch [ 25.528798] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124 [ 25.528958] pcieport 0000:00:1d.0: AER: enabled with IRQ 124 [ 25.529080] pcieport 0000:00:1d.0: saving config space at offset 0x0 (reading 0xa2988086) [ 25.529215] pcieport 0000:00:1d.0: saving config space at offset 0x4 (reading 0x100407) [ 25.529349] pcieport 0000:00:1d.0: saving config space at offset 0x8 (reading 0x60400f0) [ 25.529483] pcieport 0000:00:1d.0: saving config space at offset 0xc (reading 0x810010) [ 25.529617] pcieport 0000:00:1d.0: saving config space at offset 0x10 (reading 0x0) [ 25.529753] pcieport 0000:00:1d.0: saving config space at offset 0x14 (reading 0x0) [ 25.529887] pcieport 0000:00:1d.0: saving config space at offset 0x18 (reading 0x50500) [ 25.530021] pcieport 0000:00:1d.0: saving config space at offset 0x1c (reading 0x200000f0) [ 25.530156] pcieport 0000:00:1d.0: saving config space at offset 0x20 (reading 0xdf10df10) [ 25.530291] pcieport 0000:00:1d.0: saving config space at offset 0x24 (reading 0x1fff1) [ 25.530425] pcieport 0000:00:1d.0: saving config space at offset 0x28 (reading 0x0) [ 25.530559] pcieport 0000:00:1d.0: saving config space at offset 0x2c (reading 0x0) [ 25.530693] pcieport 0000:00:1d.0: saving config space at offset 0x30 (reading 0x0) [ 25.530826] pcieport 0000:00:1d.0: saving config space at offset 0x34 (reading 0x40) [ 25.530959] pcieport 0000:00:1d.0: saving config space at offset 0x38 (reading 0x0) [ 25.531093] pcieport 0000:00:1d.0: saving config space at offset 0x3c (reading 0x12010b) [ 25.531255] pcieport 0000:00:1d.0: vgaarb: pci_notify [ 25.531389] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 25.531518] acpiphp_ibm: ibm_acpiphp_init [ 25.535320] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed [ 25.535910] IPMI message handler: version 39.2 [ 25.536025] ipmi device interface [ 25.536199] ipmi_si: IPMI System Interface driver [ 25.536326] ipmi_si: Unable to find any System Interface(s) [ 25.536443] ipmi_ssif: IPMI SSIF Interface driver [ 25.536560] i2c-core: driver [ipmi_ssif] registered [ 25.536673] IPMI Watchdog: driver initialized [ 25.536783] IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot [ 25.537685] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0 [ 25.537819] ACPI: button: Sleep Button [SLPB] [ 25.537947] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [ 25.538079] ACPI: button: Power Button [PWRB] [ 25.538205] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 25.540085] ACPI: button: Power Button [PWRF] [ 25.540733] thermal LNXTHERM:00: registered as thermal_zone0 [ 25.540847] ACPI: thermal: Thermal Zone [TZ00] (28 C) [ 25.541032] thermal LNXTHERM:01: registered as thermal_zone1 [ 25.541146] ACPI: thermal: Thermal Zone [TZ01] (30 C) [ 25.541378] ioatdma: Intel(R) QuickData Technology Driver 5.00 [ 25.541506] i2c-core: driver [LP3971] registered [ 25.541619] i2c-core: driver [lp872x] registered [ 25.541776] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 25.542296] hpet_acpi_add: no address or irqs in _CRS [ 25.542461] Non-volatile memory driver v1.3 [ 25.542595] Linux agpgart interface v0.103 [ 25.542710] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds). [ 25.542850] i2c-core: driver [tpm_i2c_infineon] registered [ 25.544812] loop: module loaded [ 25.544976] zram: Added device: zram0 [ 25.545136] zram: Added device: zram1 [ 25.545294] zram: Added device: zram2 [ 25.545481] zram: Added device: zram3 [ 25.545594] usbcore: registered new interface driver rtsx_usb [ 25.545948] ahci 0000:00:17.0: vgaarb: pci_notify [ 25.545973] nvme 0000:05:00.0: vgaarb: pci_notify [ 25.546061] ahci 0000:00:17.0: runtime IRQ mapping not provided by arch [ 25.546179] nvme 0000:05:00.0: runtime IRQ mapping not provided by arch [ 25.546302] ahci 0000:00:17.0: version 3.0 [ 25.546498] nvme nvme0: pci function 0000:05:00.0 [ 25.550143] nvme 0000:05:00.0: saving config space at offset 0x0 (reading 0x25228086) [ 25.550282] nvme 0000:05:00.0: saving config space at offset 0x4 (reading 0x100406) [ 25.553784] nvme 0000:05:00.0: saving config space at offset 0x8 (reading 0x1080200) [ 25.553915] nvme 0000:05:00.0: saving config space at offset 0xc (reading 0x10) [ 25.554046] nvme 0000:05:00.0: saving config space at offset 0x10 (reading 0xdf100004) [ 25.554178] nvme 0000:05:00.0: saving config space at offset 0x14 (reading 0x0) [ 25.554308] nvme 0000:05:00.0: saving config space at offset 0x18 (reading 0x0) [ 25.554445] nvme 0000:05:00.0: saving config space at offset 0x1c (reading 0x0) [ 25.554581] nvme 0000:05:00.0: saving config space at offset 0x20 (reading 0x0) [ 25.554718] nvme 0000:05:00.0: saving config space at offset 0x24 (reading 0x0) [ 25.554854] nvme 0000:05:00.0: saving config space at offset 0x28 (reading 0x0) [ 25.554991] nvme 0000:05:00.0: saving config space at offset 0x2c (reading 0x38108086) [ 25.555129] nvme 0000:05:00.0: saving config space at offset 0x30 (reading 0x0) [ 25.555265] nvme 0000:05:00.0: saving config space at offset 0x34 (reading 0x40) [ 25.555402] nvme 0000:05:00.0: saving config space at offset 0x38 (reading 0x0) [ 25.555538] nvme 0000:05:00.0: saving config space at offset 0x3c (reading 0x10b) [ 25.560120] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x2 impl SATA mode [ 25.560256] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst [ 25.560841] scsi host0: ahci [ 25.561191] scsi host1: ahci [ 25.561514] scsi host2: ahci [ 25.561786] scsi host3: ahci [ 25.562069] scsi host4: ahci [ 25.562305] scsi host5: ahci [ 25.562438] ata1: DUMMY [ 25.562547] ata2: SATA max UDMA/133 abar m2048@0xdf326000 port 0xdf326180 irq 125 [ 25.562676] ata3: DUMMY [ 25.562783] ata4: DUMMY [ 25.562891] ata5: DUMMY [ 25.562998] ata6: DUMMY [ 25.563127] ahci 0000:00:17.0: vgaarb: pci_notify [ 25.563344] ACPI: bus type drm_connector registered [ 25.563505] [drm] radeon kernel modesetting enabled. [ 25.563678] i915 0000:00:02.0: vgaarb: pci_notify [ 25.563793] i915 0000:00:02.0: runtime IRQ mapping not provided by arch [ 25.564642] i915 0000:00:02.0: vgaarb: deactivate vga console [ 25.565975] Console: switching to colour dummy device 80x25 [ 25.567133] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem [ 25.567137] i915 0000:00:02.0: vgaarb: decoding count now is: 1 [ 25.567139] i915 0000:00:02.0: vgaarb: __vga_tryget: 1 [ 25.567140] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3 [ 25.567142] i915 0000:00:02.0: vgaarb: __vga_put [ 25.567155] Loading firmware: i915/kbl_dmc_ver1_04.bin [ 25.567174] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_04.bin failed with error -2 [ 25.567177] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management. [ 25.567179] i915 0000:00:02.0: [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915 [ 25.567347] i2c i2c-0: adapter [i915 gmbus dpc] registered [ 25.567387] i2c i2c-1: adapter [i915 gmbus dpb] registered [ 25.567394] i2c i2c-2: adapter [i915 gmbus dpd] registered [ 25.567457] i915 0000:00:02.0: vgaarb: __vga_tryget: 1 [ 25.567458] i915 0000:00:02.0: vgaarb: __vga_tryget: owns: 3 [ 25.567460] i915 0000:00:02.0: vgaarb: __vga_put [ 25.575879] nvme nvme0: 2/0/6 default/read/poll queues [ 25.583020] nvme 0000:05:00.0: vgaarb: pci_notify [ 25.835945] i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] failed to retrieve link info, disabling eDP [ 25.836370] tsc: Refined TSC clocksource calibration: 3696.000 MHz [ 25.836377] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a8d280fdb9, max_idle_ns: 881591151302 ns [ 25.836390] clocksource: Switched to clocksource tsc [ 25.836797] i915 0000:00:02.0: [drm] [ENCODER:110:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it [ 25.836801] i915 0000:00:02.0: [drm] [ENCODER:114:DDI D/PHY D] is disabled/in DSI mode with an ungated DDI clock, gate it [ 25.839423] i2c i2c-3: adapter [AUX B/DDI B/PHY B] registered [ 25.839480] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 25.841070] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 25.841128] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3 [ 25.841177] i915 0000:00:02.0: vgaarb: pci_notify [ 25.841197] i2c-core: driver [tda998x] registered [ 25.841202] i2c-core: driver [tda9950] registered [ 25.841351] tun: Universal TUN/TAP device driver, 1.6 [ 25.841396] e100: Intel(R) PRO/100 Network Driver [ 25.841398] e100: Copyright(c) 1999-2006 Intel Corporation [ 25.841405] e1000: Intel(R) PRO/1000 Network Driver [ 25.841406] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 25.841413] e1000e: Intel(R) PRO/1000 Network Driver [ 25.841414] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 25.841423] e1000e 0000:00:1f.6: vgaarb: pci_notify [ 25.841425] e1000e 0000:00:1f.6: runtime IRQ mapping not provided by arch [ 25.841489] e1000e 0000:00:1f.6: saving config space at offset 0x0 (reading 0x15b88086) [ 25.841493] e1000e 0000:00:1f.6: saving config space at offset 0x4 (reading 0x100006) [ 25.841497] e1000e 0000:00:1f.6: saving config space at offset 0x8 (reading 0x2000000) [ 25.841500] e1000e 0000:00:1f.6: saving config space at offset 0xc (reading 0x0) [ 25.841504] e1000e 0000:00:1f.6: saving config space at offset 0x10 (reading 0xdf300000) [ 25.841507] e1000e 0000:00:1f.6: saving config space at offset 0x14 (reading 0x0) [ 25.841511] e1000e 0000:00:1f.6: saving config space at offset 0x18 (reading 0x0) [ 25.841514] e1000e 0000:00:1f.6: saving config space at offset 0x1c (reading 0x0) [ 25.841517] e1000e 0000:00:1f.6: saving config space at offset 0x20 (reading 0x0) [ 25.841521] e1000e 0000:00:1f.6: saving config space at offset 0x24 (reading 0x0) [ 25.841524] e1000e 0000:00:1f.6: saving config space at offset 0x28 (reading 0x0) [ 25.841527] e1000e 0000:00:1f.6: saving config space at offset 0x2c (reading 0x86721043) [ 25.841531] e1000e 0000:00:1f.6: saving config space at offset 0x30 (reading 0x0) [ 25.841534] e1000e 0000:00:1f.6: saving config space at offset 0x34 (reading 0xc8) [ 25.841538] e1000e 0000:00:1f.6: saving config space at offset 0x38 (reading 0x0) [ 25.841541] e1000e 0000:00:1f.6: saving config space at offset 0x3c (reading 0x10b) [ 25.841564] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 25.851818] i2c i2c-1: NAK from device addr 0x50 msg #0 [ 25.855032] i2c i2c-0: NAK from device addr 0x50 msg #0 [ 25.858243] i2c i2c-2: NAK from device addr 0x50 msg #0 [ 25.863581] fbcon: i915drmfb (fb0) is primary device [ 25.879470] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 25.880101] ata2.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out [ 25.880104] ata2.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out [ 25.880419] ata2.00: supports DRM functions and may not be fully accessible [ 25.880420] ata2.00: ATA-9: Samsung SSD 840 EVO 1TB, EXT0DB6Q, max UDMA/133 [ 25.881209] ata2.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA [ 25.882008] ata2.00: Features: Trust NCQ-sndrcv [ 25.882630] ata2.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out [ 25.882632] ata2.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out [ 25.883016] ata2.00: supports DRM functions and may not be fully accessible [ 25.883988] ata2.00: configured for UDMA/133 [ 25.884127] scsi 1:0:0:0: Direct-Access ATA Samsung SSD 840 DB6Q PQ: 0 ANSI: 5 [ 25.884563] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 25.884596] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 25.884601] sd 1:0:0:0: [sda] Write Protect is off [ 25.884603] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 25.884610] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA; mp='8' o='16' d.h_l='8' d.b_l='8' b[o+2]='00000100 [ 25.884623] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes [ 25.884994] sda: sda1 [ 25.885208] sd 1:0:0:0: [sda] supports TCG Opal [ 25.885209] sd 1:0:0:0: [sda] Attached SCSI disk [ 25.935778] Console: switching to colour frame buffer device 640x196 [ 25.952527] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device [ 25.963498] i2c i2c-1: NAK from device addr 0x50 msg #0 [ 25.966716] i2c i2c-0: NAK from device addr 0x50 msg #0 [ 25.969930] i2c i2c-2: NAK from device addr 0x50 msg #0 [ 25.990697] i2c i2c-1: NAK from device addr 0x50 msg #0 [ 25.993916] i2c i2c-0: NAK from device addr 0x50 msg #0 [ 25.997131] i2c i2c-2: NAK from device addr 0x50 msg #0 [ 26.148238] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 18:31:bf:4c:45:6a [ 26.148252] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 26.148321] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF [ 26.148333] e1000e 0000:00:1f.6: vgaarb: pci_notify [ 26.148352] igb: Intel(R) Gigabit Ethernet Network Driver [ 26.148358] igb: Copyright (c) 2007-2014 Intel Corporation. [ 26.148373] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 26.148379] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 26.148424] usbcore: registered new interface driver ath6kl_usb [ 26.148438] usbcore: registered new interface driver mt7601u [ 26.148453] usbcore: registered new interface driver rndis_wlan [ 26.148462] usbcore: registered new interface driver r8152 [ 26.148471] usbcore: registered new interface driver cdc_ether [ 26.148480] usbcore: registered new interface driver cdc_eem [ 26.148489] usbcore: registered new interface driver rndis_host [ 26.148502] usbcore: registered new interface driver r8153_ecm [ 26.148517] ehci_hcd: block sizes: qh 144 qtd 96 itd 192 sitd 96 [ 26.148528] ohci_hcd: block sizes: ed 112 td 96 [ 26.148555] usbcore: registered new interface driver usblp [ 26.148565] usbcore: registered new interface driver usb-storage [ 26.148574] usbcore: registered new interface driver ums-realtek [ 26.148581] xhci_hcd 0000:00:14.0: vgaarb: pci_notify [ 26.148585] xhci_hcd 0000:01:00.2: vgaarb: pci_notify [ 26.148593] xhci_hcd 0000:00:14.0: runtime IRQ mapping not provided by arch [ 26.148594] usbcore: registered new interface driver usbserial_generic [ 26.148595] usbserial: generic: using generic open [ 26.148596] usbserial: generic: using generic write [ 26.148596] usbserial: generic: using generic close [ 26.148597] usbserial: generic: using generic write_room [ 26.148597] usbserial: generic: using generic chars_in_buffer [ 26.148598] usbserial: generic: using generic read_bulk_callback [ 26.148599] usbserial: generic: using generic write_bulk_callback [ 26.148599] usbserial: generic: using generic process_read_urb [ 26.148600] usbserial: generic: using generic prepare_write_buffer [ 26.148603] xhci_hcd 0000:01:00.2: runtime IRQ mapping not provided by arch [ 26.148604] xhci_hcd 0000:04:00.0: vgaarb: pci_notify [ 26.148606] usbserial: USB Serial support registered for generic [ 26.148612] xhci_hcd 0000:04:00.0: runtime IRQ mapping not provided by arch [ 26.148614] usbcore: registered new interface driver ark3116 [ 26.148615] usbserial: ark3116: using generic write [ 26.148615] usbserial: ark3116: using generic write_room [ 26.148616] usbserial: ark3116: using generic chars_in_buffer [ 26.148616] usbserial: ark3116: using generic read_bulk_callback [ 26.148617] usbserial: ark3116: using generic write_bulk_callback [ 26.148617] usbserial: ark3116: using generic prepare_write_buffer [ 26.148620] usbserial: USB Serial support registered for ark3116 [ 26.148665] xhci_hcd 0000:01:00.2: restoring config space at offset 0x4 (was 0x100002, writing 0x100006) [ 26.148704] xhci_hcd 0000:01:00.2: xHCI Host Controller [ 26.148712] usbcore: registered new interface driver usb_serial_simple [ 26.148723] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 1 [ 26.148727] usbserial: carelink: using generic open [ 26.148728] usbserial: carelink: using generic write [ 26.148753] xhci_hcd 0000:01:00.2: Resetting HCD [ 26.148756] usbserial: carelink: using generic close [ 26.148756] usbserial: carelink: using generic write_room [ 26.148824] xhci_hcd 0000:04:00.0: enabling bus mastering [ 26.148826] usbserial: carelink: using generic chars_in_buffer [ 26.148826] usbserial: carelink: using generic read_bulk_callback [ 26.148827] usbserial: carelink: using generic write_bulk_callback [ 26.148827] usbserial: carelink: using generic process_read_urb [ 26.148831] xhci_hcd 0000:00:14.0: enabling bus mastering [ 26.148837] xhci_hcd 0000:04:00.0: xHCI Host Controller [ 26.148840] usbserial: carelink: using generic prepare_write_buffer [ 26.148843] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 26.148847] usbserial: USB Serial support registered for carelink [ 26.148848] usbserial: zio: using generic open [ 26.148849] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2 [ 26.148857] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 26.148862] usbserial: zio: using generic write [ 26.148863] usbserial: zio: using generic close [ 26.148895] xhci_hcd 0000:04:00.0: Resetting HCD [ 26.148901] usbserial: zio: using generic write_room [ 26.148902] usbserial: zio: using generic chars_in_buffer [ 26.148913] xhci_hcd 0000:00:14.0: Resetting HCD [ 26.148913] usbserial: zio: using generic read_bulk_callback [ 26.148914] usbserial: zio: using generic write_bulk_callback [ 26.148993] usbserial: zio: using generic process_read_urb [ 26.149000] usbserial: zio: using generic prepare_write_buffer [ 26.149011] usbserial: USB Serial support registered for zio [ 26.149019] usbserial: funsoft: using generic open [ 26.149025] usbserial: funsoft: using generic write [ 26.149032] usbserial: funsoft: using generic close [ 26.149038] usbserial: funsoft: using generic write_room [ 26.149045] usbserial: funsoft: using generic chars_in_buffer [ 26.149052] usbserial: funsoft: using generic read_bulk_callback [ 26.149059] usbserial: funsoft: using generic write_bulk_callback [ 26.149066] usbserial: funsoft: using generic process_read_urb [ 26.149074] usbserial: funsoft: using generic prepare_write_buffer [ 26.149084] usbserial: USB Serial support registered for funsoft [ 26.149093] usbserial: flashloader: using generic open [ 26.149099] usbserial: flashloader: using generic write [ 26.149106] usbserial: flashloader: using generic close [ 26.149113] usbserial: flashloader: using generic write_room [ 26.149120] usbserial: flashloader: using generic chars_in_buffer [ 26.149127] usbserial: flashloader: using generic read_bulk_callback [ 26.149134] usbserial: flashloader: using generic write_bulk_callback [ 26.149142] usbserial: flashloader: using generic process_read_urb [ 26.149149] usbserial: flashloader: using generic prepare_write_buffer [ 26.149159] usbserial: USB Serial support registered for flashloader [ 26.149166] usbserial: google: using generic open [ 26.149173] usbserial: google: using generic write [ 26.149179] usbserial: google: using generic close [ 26.149185] usbserial: google: using generic write_room [ 26.149192] usbserial: google: using generic chars_in_buffer [ 26.149199] usbserial: google: using generic read_bulk_callback [ 26.149206] usbserial: google: using generic write_bulk_callback [ 26.149213] usbserial: google: using generic process_read_urb [ 26.149220] usbserial: google: using generic prepare_write_buffer [ 26.149229] usbserial: USB Serial support registered for google [ 26.149236] usbserial: libtransistor: using generic open [ 26.149243] usbserial: libtransistor: using generic write [ 26.149250] usbserial: libtransistor: using generic close [ 26.149257] usbserial: libtransistor: using generic write_room [ 26.149264] usbserial: libtransistor: using generic chars_in_buffer [ 26.149266] xhci_hcd 0000:01:00.2: Reset complete [ 26.149272] usbserial: libtransistor: using generic read_bulk_callback [ 26.149273] usbserial: libtransistor: using generic write_bulk_callback [ 26.149280] xhci_hcd 0000:01:00.2: Enabling 64-bit DMA addresses. [ 26.149288] usbserial: libtransistor: using generic process_read_urb [ 26.149288] usbserial: libtransistor: using generic prepare_write_buffer [ 26.149297] xhci_hcd 0000:01:00.2: Calling HCD init [ 26.149307] usbserial: USB Serial support registered for libtransistor [ 26.149336] usbserial: vivopay: using generic open [ 26.149348] usbserial: vivopay: using generic write [ 26.149357] usbserial: vivopay: using generic close [ 26.149366] usbserial: vivopay: using generic write_room [ 26.149373] usbserial: vivopay: using generic chars_in_buffer [ 26.149380] usbserial: vivopay: using generic read_bulk_callback [ 26.149390] usbserial: vivopay: using generic write_bulk_callback [ 26.149397] usbserial: vivopay: using generic process_read_urb [ 26.149405] usbserial: vivopay: using generic prepare_write_buffer [ 26.149415] xhci_hcd 0000:01:00.2: Called HCD init [ 26.149419] usbserial: USB Serial support registered for vivopay [ 26.149424] xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010 [ 26.149432] usbserial: moto_modem: using generic open [ 26.149432] usbserial: moto_modem: using generic write [ 26.149443] xhci_hcd 0000:01:00.2: Got SBRN 49 [ 26.149450] usbserial: moto_modem: using generic close [ 26.149451] usbserial: moto_modem: using generic write_room [ 26.149462] xhci_hcd 0000:01:00.2: enabling Mem-Wr-Inval [ 26.149463] usbserial: moto_modem: using generic chars_in_buffer [ 26.149464] usbserial: moto_modem: using generic read_bulk_callback [ 26.149472] xhci_hcd 0000:01:00.2: MWI active [ 26.149478] usbserial: moto_modem: using generic write_bulk_callback [ 26.149479] usbserial: moto_modem: using generic process_read_urb [ 26.149486] xhci_hcd 0000:01:00.2: Finished xhci_pci_reinit [ 26.149494] usbserial: moto_modem: using generic prepare_write_buffer [ 26.149497] usbserial: USB Serial support registered for moto_modem [ 26.149973] xhci_hcd 0000:00:14.0: Reset complete [ 26.149973] xhci_hcd 0000:00:14.0: Enabling 64-bit DMA addresses. [ 26.149974] xhci_hcd 0000:00:14.0: Calling HCD init [ 26.149984] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4 [ 26.149991] pcieport 0000:00:1c.4: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) [ 26.149992] pcieport 0000:00:1c.4: device [8086:a294] error status/mask=00000001/00002000 [ 26.149993] pcieport 0000:00:1c.4: [ 0] RxErr (First) [ 26.150142] xhci_hcd 0000:00:14.0: Called HCD init [ 26.150143] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 [ 26.150144] xhci_hcd 0000:00:14.0: Got SBRN 48 [ 26.150152] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 26.150152] xhci_hcd 0000:00:14.0: Finished xhci_pci_reinit [ 26.150561] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 26.150563] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 [ 26.150564] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 26.150585] usb usb3: default language 0x0409 [ 26.150591] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 26.150592] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 26.150593] usb usb3: Product: xHCI Host Controller [ 26.150594] usb usb3: Manufacturer: Linux 6.2.6-gentoo-x86_64 xhci-hcd [ 26.150595] usb usb3: SerialNumber: 0000:00:14.0 [ 26.150710] usb usb3: usb_probe_device [ 26.150712] xHCI xhci_add_endpoint called for root hub [ 26.150713] xHCI xhci_check_bandwidth called for root hub [ 26.150718] usb usb3: adding 3-0:1.0 (config #1, interface 0) [ 26.150733] hub 3-0:1.0: usb_probe_interface [ 26.150734] hub 3-0:1.0: usb_probe_interface - got id [ 26.150735] hub 3-0:1.0: USB hub found [ 26.150793] hub 3-0:1.0: 16 ports detected [ 26.152287] xhci_hcd 0000:01:00.2: xHCI Host Controller [ 26.152525] usb usb4: default language 0x0409 [ 26.152530] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 26.152531] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 26.152532] usb usb4: Product: xHCI Host Controller [ 26.152533] usb usb4: Manufacturer: Linux 6.2.6-gentoo-x86_64 xhci-hcd [ 26.152534] usb usb4: SerialNumber: 0000:00:14.0 [ 26.152610] usb usb4: usb_probe_device [ 26.152611] xHCI xhci_add_endpoint called for root hub [ 26.152612] xHCI xhci_check_bandwidth called for root hub [ 26.152618] usb usb4: adding 4-0:1.0 (config #1, interface 0) [ 26.152633] hub 4-0:1.0: usb_probe_interface [ 26.152634] hub 4-0:1.0: usb_probe_interface - got id [ 26.152635] hub 4-0:1.0: USB hub found [ 26.152677] hub 4-0:1.0: 10 ports detected [ 26.152798] usb usb4-port1: peered to usb3-port1 [ 26.152899] usb usb4-port2: peered to usb3-port2 [ 26.153000] usb usb4-port3: peered to usb3-port3 [ 26.153102] usb usb4-port4: peered to usb3-port4 [ 26.153198] usb usb4-port5: peered to usb3-port5 [ 26.153292] usbserial: motorola_tetra: using generic open [ 26.153297] usb usb4-port6: peered to usb3-port6 [ 26.153393] usb usb4-port7: peered to usb3-port7 [ 26.153490] usb usb4-port8: peered to usb3-port8 [ 26.153585] usb usb4-port9: peered to usb3-port9 [ 26.153680] usb usb4-port10: peered to usb3-port10 [ 26.153683] usb usb4: port-1 disable U1/U2 _DSM: -19 [ 26.153685] usb usb4: port-2 disable U1/U2 _DSM: -19 [ 26.153686] usb usb4: port-3 disable U1/U2 _DSM: -19 [ 26.153688] usb usb4: port-4 disable U1/U2 _DSM: -19 [ 26.153689] usb usb4: port-5 disable U1/U2 _DSM: -19 [ 26.153690] usb usb4: port-6 disable U1/U2 _DSM: -19 [ 26.153692] usb usb4: port-7 disable U1/U2 _DSM: -19 [ 26.153693] usb usb4: port-8 disable U1/U2 _DSM: -19 [ 26.153694] usb usb4: port-9 disable U1/U2 _DSM: -19 [ 26.153695] usb usb4: port-10 disable U1/U2 _DSM: -19 [ 26.153857] xhci_hcd 0000:00:14.0: vgaarb: pci_notify [ 26.154513] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 5 [ 26.155727] usbserial: motorola_tetra: using generic write [ 26.155728] usbserial: motorola_tetra: using generic close [ 26.156991] xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed [ 26.158202] usbserial: motorola_tetra: using generic write_room [ 26.158203] usbserial: motorola_tetra: using generic chars_in_buffer [ 26.159445] usb usb1: default language 0x0409 [ 26.160698] usbserial: motorola_tetra: using generic read_bulk_callback [ 26.160699] usbserial: motorola_tetra: using generic write_bulk_callback [ 26.161911] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 26.163106] usbserial: motorola_tetra: using generic process_read_urb [ 26.163107] usbserial: motorola_tetra: using generic prepare_write_buffer [ 26.164307] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 26.165510] usbserial: USB Serial support registered for motorola_tetra [ 26.166740] usb usb1: Product: xHCI Host Controller [ 26.167932] usbserial: nokia: using generic open [ 26.167933] usbserial: nokia: using generic write [ 26.169131] usb usb1: Manufacturer: Linux 6.2.6-gentoo-x86_64 xhci-hcd [ 26.170046] xhci_hcd 0000:00:14.0: Port change event, 3-6, id 6, portsc: 0x20ae1 [ 26.170049] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 26.170106] xhci_hcd 0000:00:14.0: Port change event, 3-11, id 11, portsc: 0x206e1 [ 26.170110] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 26.170170] xhci_hcd 0000:00:14.0: Port change event, 3-13, id 13, portsc: 0x206e1 [ 26.170173] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 26.170233] xhci_hcd 0000:00:14.0: Port change event, 3-14, id 14, portsc: 0x20ae1 [ 26.170236] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 26.170373] usbserial: nokia: using generic close [ 26.170373] usbserial: nokia: using generic write_room [ 26.171566] usb usb1: SerialNumber: 0000:01:00.2 [ 26.172752] usbserial: nokia: using generic chars_in_buffer [ 26.172752] usbserial: nokia: using generic read_bulk_callback [ 26.174080] usb usb1: usb_probe_device [ 26.175193] usbserial: nokia: using generic write_bulk_callback [ 26.175194] usbserial: nokia: using generic process_read_urb [ 26.176373] xHCI xhci_add_endpoint called for root hub [ 26.177534] usbserial: nokia: using generic prepare_write_buffer [ 26.177539] usbserial: USB Serial support registered for nokia [ 26.178728] xHCI xhci_check_bandwidth called for root hub [ 26.178734] usb usb1: adding 1-0:1.0 (config #1, interface 0) [ 26.179940] usbserial: novatel_gps: using generic open [ 26.179940] usbserial: novatel_gps: using generic write [ 26.181138] hub 1-0:1.0: usb_probe_interface [ 26.182306] usbserial: novatel_gps: using generic close [ 26.182306] usbserial: novatel_gps: using generic write_room [ 26.183534] hub 1-0:1.0: usb_probe_interface - got id [ 26.184711] usbserial: novatel_gps: using generic chars_in_buffer [ 26.184712] usbserial: novatel_gps: using generic read_bulk_callback [ 26.185894] hub 1-0:1.0: USB hub found [ 26.187131] usbserial: novatel_gps: using generic write_bulk_callback [ 26.187132] usbserial: novatel_gps: using generic process_read_urb [ 26.188321] hub 1-0:1.0: 2 ports detected [ 26.189483] usbserial: novatel_gps: using generic prepare_write_buffer [ 26.189488] usbserial: USB Serial support registered for novatel_gps [ 26.190818] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM. [ 26.191915] usbserial: hp4x: using generic open [ 26.191915] usbserial: hp4x: using generic write [ 26.193092] usb usb5: default language 0x0409 [ 26.194248] usbserial: hp4x: using generic close [ 26.194249] usbserial: hp4x: using generic write_room [ 26.195411] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 26.196586] usbserial: hp4x: using generic chars_in_buffer [ 26.196586] usbserial: hp4x: using generic read_bulk_callback [ 26.197748] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 26.198907] usbserial: hp4x: using generic write_bulk_callback [ 26.198907] usbserial: hp4x: using generic process_read_urb [ 26.200102] usb usb5: Product: xHCI Host Controller [ 26.201245] usbserial: hp4x: using generic prepare_write_buffer [ 26.201249] usbserial: USB Serial support registered for hp4x [ 26.202389] usb usb5: Manufacturer: Linux 6.2.6-gentoo-x86_64 xhci-hcd [ 26.203575] usbserial: suunto: using generic open [ 26.203576] usbserial: suunto: using generic write [ 26.203649] xhci_hcd 0000:04:00.0: Reset complete [ 26.203650] xhci_hcd 0000:04:00.0: Enabling 32-bit DMA addresses. [ 26.203650] xhci_hcd 0000:04:00.0: Calling HCD init [ 26.203720] xhci_hcd 0000:04:00.0: Called HCD init [ 26.203720] xhci_hcd 0000:04:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010 [ 26.203722] xhci_hcd 0000:04:00.0: Got SBRN 48 [ 26.203725] xhci_hcd 0000:04:00.0: enabling Mem-Wr-Inval [ 26.203727] xhci_hcd 0000:04:00.0: MWI active [ 26.203728] xhci_hcd 0000:04:00.0: Finished xhci_pci_reinit [ 26.203952] xhci_hcd 0000:04:00.0: xHCI Host Controller [ 26.204715] usb usb5: SerialNumber: 0000:01:00.2 [ 26.205852] usbserial: suunto: using generic close [ 26.205853] usbserial: suunto: using generic write_room [ 26.207121] usb usb5: usb_probe_device [ 26.208188] usbserial: suunto: using generic chars_in_buffer [ 26.208189] usbserial: suunto: using generic read_bulk_callback [ 26.209323] xHCI xhci_add_endpoint called for root hub [ 26.210529] usbserial: suunto: using generic write_bulk_callback [ 26.210530] usbserial: suunto: using generic process_read_urb [ 26.211676] xHCI xhci_check_bandwidth called for root hub [ 26.211682] usb usb5: adding 5-0:1.0 (config #1, interface 0) [ 26.212826] usbserial: suunto: using generic prepare_write_buffer [ 26.212834] usbserial: USB Serial support registered for suunto [ 26.214106] hub 5-0:1.0: usb_probe_interface [ 26.215206] usbserial: siemens_mpi: using generic open [ 26.215207] usbserial: siemens_mpi: using generic write [ 26.216341] hub 5-0:1.0: usb_probe_interface - got id [ 26.217569] usbserial: siemens_mpi: using generic close [ 26.217570] usbserial: siemens_mpi: using generic write_room [ 26.218710] hub 5-0:1.0: USB hub found [ 26.219855] usbserial: siemens_mpi: using generic chars_in_buffer [ 26.220999] hub 5-0:1.0: 4 ports detected [ 26.222115] usbserial: siemens_mpi: using generic read_bulk_callback [ 26.222116] usbserial: siemens_mpi: using generic write_bulk_callback [ 26.223278] usb usb5-port1: peered to usb1-port1 [ 26.224393] usbserial: siemens_mpi: using generic process_read_urb [ 26.224394] usbserial: siemens_mpi: using generic prepare_write_buffer [ 26.225538] usb usb5-port2: peered to usb1-port2 [ 26.226681] usbserial: USB Serial support registered for siemens_mpi [ 26.227883] usb usb5: port-1 disable U1/U2 _DSM: -19 [ 26.228969] userial_init: registered 8 ttyGS* devices [ 26.230113] usb usb5: port-2 disable U1/U2 _DSM: -19 [ 26.231242] UDC core: g_ether: couldn't find an available UDC [ 26.232362] usb usb5: port-3 disable U1/U2 _DSM: -19 [ 26.233524] file system registered [ 26.234636] usb usb5: port-4 disable U1/U2 _DSM: -19 [ 26.235755] UDC core: g_cdc: couldn't find an available UDC [ 26.237001] xhci_hcd 0000:01:00.2: vgaarb: pci_notify [ 26.237027] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 6 [ 26.237030] xhci_hcd 0000:04:00.0: Host supports USB 3.1 Enhanced SuperSpeed [ 26.237060] usb usb2: default language 0x0409 [ 26.237065] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 26.237066] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 26.237067] usb usb2: Product: xHCI Host Controller [ 26.237068] usb usb2: Manufacturer: Linux 6.2.6-gentoo-x86_64 xhci-hcd [ 26.237069] usb usb2: SerialNumber: 0000:04:00.0 [ 26.237155] usb usb2: usb_probe_device [ 26.237156] xHCI xhci_add_endpoint called for root hub [ 26.237157] xHCI xhci_check_bandwidth called for root hub [ 26.237162] usb usb2: adding 2-0:1.0 (config #1, interface 0) [ 26.237173] hub 2-0:1.0: usb_probe_interface [ 26.237174] hub 2-0:1.0: usb_probe_interface - got id [ 26.237175] hub 2-0:1.0: USB hub found [ 26.237180] hub 2-0:1.0: 2 ports detected [ 26.237283] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 26.237288] usb usb6: default language 0x0409 [ 26.237293] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02 [ 26.237294] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 26.237295] usb usb6: Product: xHCI Host Controller [ 26.237296] usb usb6: Manufacturer: Linux 6.2.6-gentoo-x86_64 xhci-hcd [ 26.237296] usb usb6: SerialNumber: 0000:04:00.0 [ 26.237376] usb usb6: usb_probe_device [ 26.237378] xHCI xhci_add_endpoint called for root hub [ 26.237379] xHCI xhci_check_bandwidth called for root hub [ 26.237384] usb usb6: adding 6-0:1.0 (config #1, interface 0) [ 26.237395] hub 6-0:1.0: usb_probe_interface [ 26.237396] hub 6-0:1.0: usb_probe_interface - got id [ 26.237397] hub 6-0:1.0: USB hub found [ 26.237402] hub 6-0:1.0: 2 ports detected [ 26.237439] usb usb6-port1: peered to usb2-port1 [ 26.237466] usb usb6-port2: peered to usb2-port2 [ 26.237469] usb usb6: port-1 disable U1/U2 _DSM: -19 [ 26.237471] usb usb6: port-2 disable U1/U2 _DSM: -19 [ 26.237506] xhci_hcd 0000:04:00.0: vgaarb: pci_notify [ 26.238074] UDC core: g_multi: couldn't find an available UDC [ 26.279739] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.280117] i8042: PNP: No PS/2 controller found. [ 26.336141] xhci_hcd 0000:00:14.0: Port change event, 3-6, id 6, portsc: 0x200a03 [ 26.337149] mousedev: PS/2 mouse device common for all mice [ 26.337949] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 26.339141] rtc_cmos 00:03: RTC can wake from S4 [ 26.383400] rtc rtc0: alarm rollover: day [ 26.384507] rtc_cmos 00:03: char device (252:0) [ 26.385431] rtc_cmos 00:03: registered as rtc0 [ 26.386477] rtc_cmos 00:03: setting system clock to 2023-03-15T17:15:14 UTC (1678900514) [ 26.387418] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram [ 26.388351] i2c-core: driver [smbus_alert] registered [ 26.389278] i2c_dev: i2c /dev entries driver [ 26.390247] i2c_dev: adapter [i915 gmbus dpc] registered as minor 0 [ 26.391217] i2c_dev: adapter [i915 gmbus dpb] registered as minor 1 [ 26.392183] i2c_dev: adapter [i915 gmbus dpd] registered as minor 2 [ 26.393190] i2c_dev: adapter [AUX B/DDI B/PHY B] registered as minor 3 [ 26.394135] i801_smbus 0000:00:1f.4: vgaarb: pci_notify [ 26.394168] i2c-core: driver [sbsm] registered [ 26.395381] i801_smbus 0000:00:1f.4: runtime IRQ mapping not provided by arch [ 26.397698] Driver 'corsair-psu' was unable to register with bus_type 'hid' because the bus was not initialized. [ 26.397724] i801_smbus 0000:00:1f.4: SPD Write Disable is set [ 26.399079] i2c-core: driver [jc42] registered [ 26.400337] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt [ 26.401655] nct6775: Enabling hardware monitor logical device mappings. [ 26.402866] pci 0000:00:1f.1: [8086:a2a0] type 00 class 0x058000 [ 26.404220] nct6775: Found NCT6793D or compatible chip at 0x2e:0x290 [ 26.405519] pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit] [ 26.406398] usb 3-6: new low-speed USB device number 2 using xhci_hcd [ 26.406401] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.406768] ACPI Warning: [ 26.407264] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 26.411968] SystemIO range 0x0000000000000295-0x0000000000000296 conflicts with OpRegion 0x0000000000000290-0x0000000000000299 (\_GPE.HWM) (20221020/utaddress-204) [ 26.412967] ACPI: OSL: Resource conflict; ACPI support missing from driver? [ 26.413031] pci 0000:00:1f.1: vgaarb: pci_notify [ 26.414361] i2c-core: driver [nct6775-i2c] registered [ 26.415644] pci 0000:00:1f.1: PME# disabled [ 26.418053] pci 0000:00:1f.1: vgaarb: pci_notify [ 26.419128] pci 0000:00:1f.1: vgaarb: pci_notify [ 26.419180] iTCO_vendor_support: vendor-support=0 [ 26.420555] pci 0000:00:1f.1: device released [ 26.421661] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) [ 26.422629] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400) [ 26.423598] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0 [ 26.423610] device-mapper: uevent: version 1.0.3 [ 26.424711] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 26.425665] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@xxxxxxxxxx [ 26.426720] i2c_dev: adapter [SMBus I801 adapter at f040] registered as minor 4 [ 26.427715] intel_pstate: Intel P-state driver initializing [ 26.428682] i2c i2c-4: adapter [SMBus I801 adapter at f040] registered [ 26.431958] intel_pstate: Disabling energy efficiency optimization [ 26.432366] i2c i2c-4: found normal entry for adapter 4, addr 0x18 [ 26.432770] intel_pstate: HWP enabled [ 26.432991] ccp_crypto: Cannot load: there are no available CCPs [ 26.436492] i2c i2c-4: Creating jc42 at 0x18 [ 26.437378] jc42 4-0018: probe [ 26.437494] hid: raw HID events driver (C) Jiri Kosina [ 26.439110] usbcore: registered new interface driver usbhid [ 26.439584] i2c i2c-4: client [jc42] registered with bus id 4-0018 [ 26.439938] usbhid: USB HID core driver [ 26.440769] i2c i2c-4: found normal entry for adapter 4, addr 0x19 [ 26.441620] hdaps: supported laptop not found! [ 26.443265] hdaps: driver init failed (ret=-19)! [ 26.444113] resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:06 [mem 0xfdb00000-0xfdffffff] [ 26.444954] caller pmc_core_probe+0xca/0x530 mapping multiple BARs [ 26.445292] i2c i2c-4: Creating jc42 at 0x19 [ 26.445805] intel_pmc_core INT33A1:00: initialized [ 26.446669] jc42 4-0019: probe [ 26.448322] intel_rapl_common: Found RAPL domain package [ 26.449158] intel_rapl_common: Found RAPL domain core [ 26.450069] intel_rapl_common: Found RAPL domain uncore [ 26.450941] intel_rapl_common: Found RAPL domain dram [ 26.451075] i2c i2c-4: client [jc42] registered with bus id 4-0019 [ 26.452880] i2c i2c-4: found normal entry for adapter 4, addr 0x1a [ 26.454042] snd_hda_intel 0000:00:1f.3: vgaarb: pci_notify [ 26.454955] snd_hda_intel 0000:00:1f.3: runtime IRQ mapping not provided by arch [ 26.455940] snd_hda_intel 0000:00:1f.3: vgaarb: pci_notify [ 26.456586] i2c i2c-4: Creating jc42 at 0x1a [ 26.456844] snd_hda_intel 0000:01:00.1: vgaarb: pci_notify [ 26.457749] jc42 4-001a: probe [ 26.458624] snd_hda_intel 0000:01:00.1: runtime IRQ mapping not provided by arch [ 26.460510] snd_hda_intel 0000:01:00.1: Disabling MSI [ 26.460849] i2c i2c-4: client [jc42] registered with bus id 4-001a [ 26.461410] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client [ 26.462317] i2c i2c-4: found normal entry for adapter 4, addr 0x1b [ 26.462374] xhci_hcd 0000:00:14.0: Port change event, 3-6, id 6, portsc: 0x200a03 [ 26.462377] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 26.463233] snd_hda_intel 0000:01:00.1: vgaarb: pci_notify [ 26.466971] GACT probability on [ 26.467013] i2c i2c-4: Creating jc42 at 0x1b [ 26.467887] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops) [ 26.468787] jc42 4-001b: probe [ 26.469707] u32 classifier [ 26.471518] Performance counters on [ 26.472446] input device check on [ 26.472502] i2c i2c-4: client [jc42] registered with bus id 4-001b [ 26.473364] Actions configured [ 26.473977] xt_time: kernel timezone is -0000 [ 26.474279] i2c i2c-4: found normal entry for adapter 4, addr 0x1c [ 26.475272] NET: Registered PF_PACKET protocol family [ 26.477153] i801_smbus 0000:00:1f.4: No response [ 26.478979] i2c i2c-4: found normal entry for adapter 4, addr 0x1d [ 26.480180] i801_smbus 0000:00:1f.4: No response [ 26.481110] i2c i2c-4: found normal entry for adapter 4, addr 0x1e [ 26.482024] microcode: Microcode Update Driver: v2.2. [ 26.482027] IPI shorthand broadcast: enabled [ 26.482258] i801_smbus 0000:00:1f.4: No response [ 26.482974] AVX2 version of gcm_enc/dec engaged. [ 26.483871] i2c i2c-4: found normal entry for adapter 4, addr 0x1f [ 26.486835] i801_smbus 0000:00:1f.4: No response [ 26.487765] AES CTR mode by8 optimization enabled [ 26.487784] i2c i2c-4: 4/4 memory slots populated (from DMI) [ 26.489862] i2c i2c-4: client [ee1004] registered with bus id 4-0050 [ 26.490729] i2c i2c-4: Successfully instantiated SPD at 0x50 [ 26.490861] sched_clock: Marking stable (26454208323, 35488206)->(26541014051, -51317522) [ 26.491928] i2c i2c-4: client [ee1004] registered with bus id 4-0051 [ 26.493343] i2c i2c-4: Successfully instantiated SPD at 0x51 [ 26.494404] registered taskstats version 1 [ 26.494557] i2c i2c-4: client [ee1004] registered with bus id 4-0052 [ 26.495582] Loading compiled-in X.509 certificates [ 26.496693] i2c i2c-4: Successfully instantiated SPD at 0x52 [ 26.497212] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input4 [ 26.497250] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5 [ 26.497287] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6 [ 26.497304] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7 [ 26.497875] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line [ 26.499056] i2c i2c-4: client [ee1004] registered with bus id 4-0053 [ 26.499602] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 26.499603] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) [ 26.501142] i2c i2c-4: Successfully instantiated SPD at 0x53 [ 26.501273] zswap: loaded using pool zstd/z3fold [ 26.502012] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 26.502013] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0 [ 26.503153] i801_smbus 0000:00:1f.4: vgaarb: pci_notify [ 26.504022] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 26.505748] Key type .fscrypt registered [ 26.506435] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19 [ 26.506436] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18 [ 26.506437] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a [ 26.507324] Key type fscrypt-provisioning registered [ 26.517438] Btrfs loaded, crc32c=crc32c-intel, zoned=no, fsverity=no [ 26.523497] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8 [ 26.524459] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9 [ 26.525410] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10 [ 26.526378] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11 [ 26.527332] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12 [ 26.528286] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13 [ 26.529240] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14 [ 26.529829] alg: No test for 842 (842-scomp) [ 26.530227] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15 [ 26.531203] alg: No test for 842 (842-generic) [ 26.532102] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16 [ 26.533064] xhci_hcd 0000:00:14.0: Resetting device with slot ID 1 [ 26.534006] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17 [ 26.534941] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.536855] xhci_hcd 0000:00:14.0: Completed reset device command. [ 26.538139] xhci_hcd 0000:00:14.0: Can't reset device (slot ID 1) in default state [ 26.539088] xhci_hcd 0000:00:14.0: Not freeing device rings. [ 26.540040] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.559663] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 26.560626] usb 3-6: default language 0x0409 [ 26.562717] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 26.563689] usb 3-6: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14 [ 26.564642] usb 3-6: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 26.565589] usb 3-6: Product: USB Optical Mouse [ 26.566791] usb 3-6: usb_probe_device [ 26.567742] xhci_hcd 0000:00:14.0: add ep 0x81, slot id 1, new drop flags = 0x0, new add flags = 0x8 [ 26.568697] xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev (____ptrval____) [ 26.569652] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.570859] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.571833] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 1 ep 2 [ 26.572795] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.576494] usb 3-6: adding 3-6:1.0 (config #1, interface 0) [ 26.577537] usbhid 3-6:1.0: usb_probe_interface [ 26.578498] usbhid 3-6:1.0: usb_probe_interface - got id [ 26.581748] input: USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:1BCF:0005.0001/input/input18 [ 26.582810] hid-generic 0003:1BCF:0005.0001: input,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:14.0-6/input0 [ 26.583832] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.605694] printk: console [netcon0] enabled [ 26.606673] netconsole: network logging started [ 26.607684] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 26.608770] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 26.609756] Loading firmware: regulatory.db [ 26.610738] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 26.611717] cfg80211: failed to load regulatory.db [ 26.612704] ALSA device list: [ 26.613695] #0: HDA Intel PCH at 0x2fff020000 irq 141 [ 26.614684] #1: HDA NVidia at 0xdf080000 irq 17 [ 26.615670] KTAP version 1 [ 26.616656] 1..15 [ 26.617687] KTAP version 1 [ 26.618669] # Subtest: cpumask [ 26.618670] 1..6 [ 26.619779] ok 1 test_cpumask_weight [ 26.620888] ok 2 test_cpumask_first [ 26.621944] ok 3 test_cpumask_last [ 26.622989] ok 4 test_cpumask_next [ 26.624038] ok 5 test_cpumask_iterators [ 26.625080] ok 6 test_cpumask_iterators_builtin [ 26.626056] # cpumask: pass:6 fail:0 skip:0 total:6 [ 26.627031] # Totals: pass:6 fail:0 skip:0 total:6 [ 26.627999] ok 1 cpumask [ 26.629942] KTAP version 1 [ 26.630908] # Subtest: hash [ 26.630908] 1..2 [ 26.632259] ok 1 test_string_or [ 26.635400] ok 2 test_hash_or [ 26.636373] # hash: pass:2 fail:0 skip:0 total:2 [ 26.637330] # Totals: pass:2 fail:0 skip:0 total:2 [ 26.638288] ok 2 hash [ 26.639852] xhci_hcd 0000:00:14.0: Port change event, 3-11, id 11, portsc: 0x200603 [ 26.640211] KTAP version 1 [ 26.641175] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 26.642147] # Subtest: list_sort [ 26.643125] 1..1 [ 26.645327] ok 1 list_sort_test [ 26.646307] ok 3 list_sort [ 26.648233] KTAP version 1 [ 26.649188] # Subtest: lib_sort [ 26.649189] 1..1 [ 26.650321] ok 1 test_sort [ 26.651278] ok 4 lib_sort [ 26.653180] KTAP version 1 [ 26.654127] # Subtest: rational [ 26.654127] 1..1 [ 26.655067] KTAP version 1 [ 26.656950] # Subtest: rational_test [ 26.657067] ok 1 Exceeds bounds, semi-convergent term > 1/2 last term [ 26.658124] ok 2 Exceeds bounds, semi-convergent term < 1/2 last term [ 26.659189] ok 3 Closest to zero [ 26.660196] ok 4 Closest to smallest non-zero [ 26.661184] ok 5 Use convergent [ 26.662170] ok 6 Exact answer [ 26.663173] ok 7 Semiconvergent, numerator limit [ 26.664162] ok 8 Semiconvergent, denominator limit [ 26.665090] # rational_test: pass:8 fail:0 skip:0 total:8 [ 26.666017] ok 1 rational_test [ 26.666949] # Totals: pass:8 fail:0 skip:0 total:8 [ 26.667873] ok 5 rational [ 26.669725] KTAP version 1 [ 26.670642] # Subtest: bitfields [ 26.670643] 1..2 [ 26.671654] ok 1 test_bitfields_constants [ 26.672639] ok 2 test_bitfields_variables [ 26.673160] xhci_hcd 0000:01:00.2: config port 5-1 wake bits, portsc: 0xa0002a0, write: 0xa0202a0 [ 26.673556] # bitfields: pass:2 fail:0 skip:0 total:2 [ 26.674466] xhci_hcd 0000:01:00.2: config port 5-2 wake bits, portsc: 0xa0002a0, write: 0xa0202a0 [ 26.675385] # Totals: pass:2 fail:0 skip:0 total:2 [ 26.676302] xhci_hcd 0000:01:00.2: config port 5-3 wake bits, portsc: 0xa0002a0, write: 0xa0202a0 [ 26.677228] ok 6 bitfields [ 26.678143] xhci_hcd 0000:01:00.2: config port 5-4 wake bits, portsc: 0xa0002a0, write: 0xa0202a0 [ 26.679078] KTAP version 1 [ 26.679998] xhci_hcd 0000:01:00.2: config port 1-1 wake bits, portsc: 0xa0002a0, write: 0xa0202a0 [ 26.680930] # Subtest: list-kunit-test [ 26.681861] xhci_hcd 0000:01:00.2: config port 1-2 wake bits, portsc: 0xa0002a0, write: 0xa0202a0 [ 26.682800] 1..39 [ 26.683736] xhci_hcd 0000:01:00.2: xhci_suspend: stopping usb1 port polling. [ 26.684812] ok 1 list_test_list_init [ 26.686692] ok 2 list_test_list_add [ 26.686781] xhci_hcd 0000:01:00.2: hcd_pci_runtime_suspend: 0 [ 26.687769] ok 3 list_test_list_add_tail [ 26.688563] xhci_hcd 0000:01:00.2: saving config space at offset 0x0 (reading 0x1ad810de) [ 26.689573] ok 4 list_test_list_del [ 26.690425] xhci_hcd 0000:01:00.2: saving config space at offset 0x4 (reading 0x100402) [ 26.691431] ok 5 list_test_list_replace [ 26.692295] xhci_hcd 0000:01:00.2: saving config space at offset 0x8 (reading 0xc0330a1) [ 26.693310] ok 6 list_test_list_replace_init [ 26.694176] xhci_hcd 0000:01:00.2: saving config space at offset 0xc (reading 0x800010) [ 26.695240] ok 7 list_test_list_swap [ 26.696067] xhci_hcd 0000:01:00.2: saving config space at offset 0x10 (reading 0xf200000c) [ 26.697138] ok 8 list_test_list_del_init [ 26.697974] xhci_hcd 0000:01:00.2: saving config space at offset 0x14 (reading 0x2f) [ 26.699008] ok 9 list_test_list_del_init_careful [ 26.699893] xhci_hcd 0000:01:00.2: saving config space at offset 0x18 (reading 0x0) [ 26.700927] ok 10 list_test_list_move [ 26.701814] xhci_hcd 0000:01:00.2: saving config space at offset 0x1c (reading 0xf204000c) [ 26.702849] ok 11 list_test_list_move_tail [ 26.703744] xhci_hcd 0000:01:00.2: saving config space at offset 0x20 (reading 0x2f) [ 26.704789] ok 12 list_test_list_bulk_move_tail [ 26.705668] xhci_hcd 0000:01:00.2: saving config space at offset 0x24 (reading 0x0) [ 26.706389] usb 3-11: new full-speed USB device number 3 using xhci_hcd [ 26.706392] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.706559] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 26.706762] ok 13 list_test_list_is_head [ 26.707603] xhci_hcd 0000:01:00.2: saving config space at offset 0x28 (reading 0x0) [ 26.708680] ok 14 list_test_list_is_first [ 26.709541] xhci_hcd 0000:01:00.2: saving config space at offset 0x2c (reading 0x134d10de) [ 26.710595] ok 15 list_test_list_is_last [ 26.711488] xhci_hcd 0000:01:00.2: saving config space at offset 0x30 (reading 0x0) [ 26.712536] ok 16 list_test_list_empty [ 26.713434] xhci_hcd 0000:01:00.2: saving config space at offset 0x34 (reading 0x68) [ 26.714476] ok 17 list_test_list_empty_careful [ 26.715380] xhci_hcd 0000:01:00.2: saving config space at offset 0x38 (reading 0x0) [ 26.716464] ok 18 list_test_list_rotate_left [ 26.717331] xhci_hcd 0000:01:00.2: saving config space at offset 0x3c (reading 0x30f) [ 26.718395] ok 19 list_test_list_rotate_to_front [ 26.719315] xhci_hcd 0000:01:00.2: PME# enabled [ 26.720363] ok 20 list_test_list_is_singular [ 26.725318] ok 21 list_test_list_cut_position [ 26.726450] ok 22 list_test_list_cut_before [ 26.727509] ok 23 list_test_list_splice [ 26.728555] ok 24 list_test_list_splice_tail [ 26.729603] ok 25 list_test_list_splice_init [ 26.730650] ok 26 list_test_list_splice_tail_init [ 26.731746] ok 27 list_test_list_entry [ 26.732791] ok 28 list_test_list_entry_is_head [ 26.733836] ok 29 list_test_list_first_entry [ 26.734870] ok 30 list_test_list_last_entry [ 26.735906] ok 31 list_test_list_first_entry_or_null [ 26.736942] ok 32 list_test_list_next_entry [ 26.738023] ok 33 list_test_list_prev_entry [ 26.739066] ok 34 list_test_list_for_each [ 26.740103] ok 35 list_test_list_for_each_prev [ 26.741134] ok 36 list_test_list_for_each_safe [ 26.742160] ok 37 list_test_list_for_each_prev_safe [ 26.743231] ok 38 list_test_list_for_each_entry [ 26.744256] ok 39 list_test_list_for_each_entry_reverse [ 26.745207] # list-kunit-test: pass:39 fail:0 skip:0 total:39 [ 26.746153] # Totals: pass:39 fail:0 skip:0 total:39 [ 26.747111] ok 7 list-kunit-test [ 26.749011] KTAP version 1 [ 26.749958] # Subtest: hlist [ 26.749958] 1..18 [ 26.750960] ok 1 hlist_test_init [ 26.751960] ok 2 hlist_test_unhashed [ 26.752961] ok 3 hlist_test_unhashed_lockless [ 26.753960] ok 4 hlist_test_del [ 26.754953] ok 5 hlist_test_del_init [ 26.755943] ok 6 hlist_test_add [ 26.756947] ok 7 hlist_test_fake [ 26.757988] ok 8 hlist_test_is_singular_node [ 26.759014] ok 9 hlist_test_empty [ 26.760008] ok 10 hlist_test_move_list [ 26.760995] ok 11 hlist_test_entry [ 26.761598] xhci_hcd 0000:00:14.0: Port change event, 3-11, id 11, portsc: 0x200603 [ 26.761984] ok 12 hlist_test_entry_safe [ 26.762856] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 26.763860] ok 13 hlist_test_for_each [ 26.765710] ok 14 hlist_test_for_each_safe [ 26.766702] ok 15 hlist_test_for_each_entry [ 26.767693] ok 16 hlist_test_for_each_entry_continue [ 26.768675] ok 17 hlist_test_for_each_entry_from [ 26.769658] ok 18 hlist_test_for_each_entry_safe [ 26.770578] # hlist: pass:18 fail:0 skip:0 total:18 [ 26.771492] # Totals: pass:18 fail:0 skip:0 total:18 [ 26.772403] ok 8 hlist [ 26.774217] KTAP version 1 [ 26.775117] # Subtest: linear-ranges-test [ 26.775118] 1..4 [ 26.776107] ok 1 range_test_get_value_amount [ 26.777076] ok 2 range_test_get_selector_high [ 26.778038] ok 3 range_test_get_selector_low [ 26.778995] ok 4 range_test_get_value [ 26.779892] # linear-ranges-test: pass:4 fail:0 skip:0 total:4 [ 26.780779] # Totals: pass:4 fail:0 skip:0 total:4 [ 26.781668] ok 9 linear-ranges-test [ 26.783448] KTAP version 1 [ 26.784332] # Subtest: bits-test [ 26.784332] 1..3 [ 26.785275] ok 1 genmask_test [ 26.786240] ok 2 genmask_ull_test [ 26.787191] ok 3 genmask_input_check_test [ 26.788069] # bits-test: pass:3 fail:0 skip:0 total:3 [ 26.788941] # Totals: pass:3 fail:0 skip:0 total:3 [ 26.789812] ok 10 bits-test [ 26.791555] KTAP version 1 [ 26.792420] # Subtest: cmdline [ 26.792421] 1..4 [ 26.793369] ok 1 cmdline_test_noint [ 26.794329] ok 2 cmdline_test_lead_int [ 26.795273] ok 3 cmdline_test_tail_int [ 26.796199] ok 4 cmdline_test_range [ 26.797056] # cmdline: pass:4 fail:0 skip:0 total:4 [ 26.797907] # Totals: pass:4 fail:0 skip:0 total:4 [ 26.798753] ok 11 cmdline [ 26.800443] KTAP version 1 [ 26.801286] # Subtest: slub_test [ 26.801286] 1..6 [ 26.802386] ok 1 test_clobber_zone [ 26.803319] ok 2 test_next_pointer [ 26.804244] ok 3 test_first_word [ 26.805165] ok 4 test_clobber_50th_byte [ 26.806079] ok 5 test_clobber_redzone_free [ 26.806999] ok 6 test_kmalloc_redzone_access [ 26.807825] # slub_test: pass:6 fail:0 skip:0 total:6 [ 26.808647] # Totals: pass:6 fail:0 skip:0 total:6 [ 26.809469] ok 12 slub_test [ 26.811120] KTAP version 1 [ 26.811944] # Subtest: memcpy [ 26.811945] 1..7 [ 26.812831] # memset_test: ok: memset() direct assignment [ 26.814506] # memset_test: ok: memset() complete overwrite [ 26.815333] # memset_test: ok: memset() middle overwrite [ 26.816159] # memset_test: ok: memset() argument side-effects [ 26.816987] # memset_test: ok: memset() memset_after() [ 26.817812] # memset_test: ok: memset() memset_startat() [ 26.818637] ok 1 memset_test [ 26.818732] # memcpy_test: ok: memcpy() static initializers [ 26.820396] # memcpy_test: ok: memcpy() direct assignment [ 26.821223] # memcpy_test: ok: memcpy() complete overwrite [ 26.822050] # memcpy_test: ok: memcpy() middle overwrite [ 26.822875] # memcpy_test: ok: memcpy() argument side-effects [ 26.823728] ok 2 memcpy_test [ 26.829726] xhci_hcd 0000:00:14.0: Resetting device with slot ID 2 [ 26.831384] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.832217] xhci_hcd 0000:00:14.0: Completed reset device command. [ 26.833050] xhci_hcd 0000:00:14.0: Can't reset device (slot ID 2) in default state [ 26.833877] xhci_hcd 0000:00:14.0: Not freeing device rings. [ 26.834697] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.849735] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.851327] xhci_hcd 0000:00:14.0: Stalled endpoint for slot 2 ep 0 [ 26.852153] xhci_hcd 0000:00:14.0: Hard-reset ep 0, slot 2 [ 26.852972] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.853797] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.854617] xhci_hcd 0000:00:14.0: xhci_giveback_invalidated_tds: Keep cancelled URB (____ptrval____) TD as cancel_status is 2 [ 26.855444] xhci_hcd 0000:00:14.0: xhci_handle_cmd_set_deq: Giveback cancelled URB (____ptrval____) TD [ 26.856273] xhci_hcd 0000:00:14.0: Giveback URB (____ptrval____), len = 0, expected = 10, status = -32 [ 26.857220] xhci_hcd 0000:00:14.0: Stalled endpoint for slot 2 ep 0 [ 26.858060] xhci_hcd 0000:00:14.0: Hard-reset ep 0, slot 2 [ 26.858893] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.859738] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.860574] xhci_hcd 0000:00:14.0: xhci_giveback_invalidated_tds: Keep cancelled URB (____ptrval____) TD as cancel_status is 2 [ 26.861415] xhci_hcd 0000:00:14.0: xhci_handle_cmd_set_deq: Giveback cancelled URB (____ptrval____) TD [ 26.862257] xhci_hcd 0000:00:14.0: Giveback URB (____ptrval____), len = 0, expected = 10, status = -32 [ 26.863292] xhci_hcd 0000:00:14.0: Stalled endpoint for slot 2 ep 0 [ 26.864139] xhci_hcd 0000:00:14.0: Hard-reset ep 0, slot 2 [ 26.864980] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.865828] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.866673] xhci_hcd 0000:00:14.0: xhci_giveback_invalidated_tds: Keep cancelled URB (____ptrval____) TD as cancel_status is 2 [ 26.867523] xhci_hcd 0000:00:14.0: xhci_handle_cmd_set_deq: Giveback cancelled URB (____ptrval____) TD [ 26.868372] xhci_hcd 0000:00:14.0: Giveback URB (____ptrval____), len = 0, expected = 10, status = -32 [ 26.871037] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 26.871901] usb 3-11: default language 0x0409 [ 26.873820] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 26.876113] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 26.876979] usb 3-11: New USB device found, idVendor=1b1c, idProduct=1c06, bcdDevice= 0.02 [ 26.877836] usb 3-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 26.878691] usb 3-11: Product: [ 26.879553] usb 3-11: Manufacturer: [ 26.880523] usb 3-11: usb_probe_device [ 26.881380] xhci_hcd 0000:00:14.0: add ep 0x81, slot id 2, new drop flags = 0x0, new add flags = 0x9 [ 26.882236] xhci_hcd 0000:00:14.0: add ep 0x1, slot id 2, new drop flags = 0x0, new add flags = 0xd [ 26.883091] xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev (____ptrval____) [ 26.883940] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.885077] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.885936] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 2 [ 26.886784] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.887917] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.888762] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 2 ep 1 [ 26.889599] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.890892] usb 3-11: adding 3-11:1.0 (config #1, interface 0) [ 26.891785] usbhid 3-11:1.0: usb_probe_interface [ 26.892608] usbhid 3-11:1.0: usb_probe_interface - got id [ 26.894624] hid-generic 0003:1B1C:1C06.0002: hiddev96,hidraw1: USB HID v1.11 Device [ ] on usb-0000:00:14.0-11/input0 [ 26.895493] xhci_hcd 0000:00:14.0: // Ding dong! [ 26.951387] xhci_hcd 0000:00:14.0: Port change event, 3-13, id 13, portsc: 0x200603 [ 26.952224] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 26.980092] ok 3 memcpy_large_test [ 26.980187] # memmove_test: ok: memmove() static initializers [ 26.981843] # memmove_test: ok: memmove() direct assignment [ 26.982664] # memmove_test: ok: memmove() complete overwrite [ 26.983484] # memmove_test: ok: memmove() middle overwrite [ 26.984298] # memmove_test: ok: memmove() argument side-effects [ 26.985106] # memmove_test: ok: memmove() overlapping write [ 26.985932] ok 4 memmove_test [ 27.019724] usb 3-13: new full-speed USB device number 4 using xhci_hcd [ 27.021332] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.022307] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 27.078141] xhci_hcd 0000:00:14.0: Port change event, 3-13, id 13, portsc: 0x200603 [ 27.078948] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 27.142176] ok 5 memmove_large_test [ 27.146394] xhci_hcd 0000:00:14.0: Resetting device with slot ID 3 [ 27.147985] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.148779] xhci_hcd 0000:00:14.0: Completed reset device command. [ 27.149574] xhci_hcd 0000:00:14.0: Can't reset device (slot ID 3) in default state [ 27.150365] xhci_hcd 0000:00:14.0: Not freeing device rings. [ 27.151150] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.166401] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.169181] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 27.169977] usb 3-13: default language 0x0409 [ 27.171265] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 27.172472] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 27.173261] usb 3-13: New USB device found, idVendor=1532, idProduct=0109, bcdDevice= b.62 [ 27.174040] usb 3-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 27.174811] usb 3-13: Product: Razer Lycosa [ 27.175579] usb 3-13: Manufacturer: Razer [ 27.176462] usb 3-13: usb_probe_device [ 27.177231] xhci_hcd 0000:00:14.0: add ep 0x81, slot id 3, new drop flags = 0x0, new add flags = 0x9 [ 27.178000] xhci_hcd 0000:00:14.0: add ep 0x82, slot id 3, new drop flags = 0x0, new add flags = 0x29 [ 27.178761] xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev (____ptrval____) [ 27.179523] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.180640] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.181416] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 3 ep 2 [ 27.182180] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.183289] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.184066] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 3 ep 4 [ 27.184837] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.185997] usb 3-13: adding 3-13:1.0 (config #1, interface 0) [ 27.186838] usbhid 3-13:1.0: usb_probe_interface [ 27.187609] usbhid 3-13:1.0: usb_probe_interface - got id [ 27.190619] input: Razer Razer Lycosa as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/0003:1532:0109.0003/input/input19 [ 27.246566] hid-generic 0003:1532:0109.0003: input,hidraw2: USB HID v1.10 Keyboard [Razer Razer Lycosa] on usb-0000:00:14.0-13/input0 [ 27.247370] usb 3-13: adding 3-13:1.1 (config #1, interface 1) [ 27.248216] usbhid 3-13:1.1: usb_probe_interface [ 27.249002] usbhid 3-13:1.1: usb_probe_interface - got id [ 27.250958] input: Razer Razer Lycosa Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.1/0003:1532:0109.0004/input/input20 [ 27.306461] input: Razer Razer Lycosa System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.1/0003:1532:0109.0004/input/input21 [ 27.307368] hid-generic 0003:1532:0109.0004: input,hidraw3: USB HID v1.10 Device [Razer Razer Lycosa] on usb-0000:00:14.0-13/input1 [ 27.308209] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.364079] xhci_hcd 0000:00:14.0: Port change event, 3-14, id 14, portsc: 0x200a03 [ 27.364903] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 27.429720] usb 3-14: new low-speed USB device number 5 using xhci_hcd [ 27.430544] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.432095] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 27.487956] xhci_hcd 0000:00:14.0: Port change event, 3-14, id 14, portsc: 0x200a03 [ 27.488782] xhci_hcd 0000:00:14.0: handle_port_status: starting usb3 port polling. [ 27.493635] ok 6 memmove_overlap_test [ 27.493789] ok 7 strtomem_test [ 27.494621] # memcpy: pass:7 fail:0 skip:0 total:7 [ 27.495449] # Totals: pass:7 fail:0 skip:0 total:7 [ 27.496284] ok 13 memcpy [ 27.497954] KTAP version 1 [ 27.498785] # Subtest: overflow [ 27.498786] 1..21 [ 27.499698] # u8_u8__u8_overflow_test: 18 u8_u8__u8 arithmetic tests finished [ 27.501367] ok 1 u8_u8__u8_overflow_test [ 27.501429] # s8_s8__s8_overflow_test: 19 s8_s8__s8 arithmetic tests finished [ 27.503132] ok 2 s8_s8__s8_overflow_test [ 27.503229] # u16_u16__u16_overflow_test: 17 u16_u16__u16 arithmetic tests finished [ 27.504916] ok 3 u16_u16__u16_overflow_test [ 27.505014] # s16_s16__s16_overflow_test: 17 s16_s16__s16 arithmetic tests finished [ 27.506728] ok 4 s16_s16__s16_overflow_test [ 27.506827] # u32_u32__u32_overflow_test: 17 u32_u32__u32 arithmetic tests finished [ 27.508542] ok 5 u32_u32__u32_overflow_test [ 27.508640] # s32_s32__s32_overflow_test: 17 s32_s32__s32 arithmetic tests finished [ 27.510363] ok 6 s32_s32__s32_overflow_test [ 27.510459] # u64_u64__u64_overflow_test: 17 u64_u64__u64 arithmetic tests finished [ 27.512198] ok 7 u64_u64__u64_overflow_test [ 27.512301] # s64_s64__s64_overflow_test: 21 s64_s64__s64 arithmetic tests finished [ 27.514051] ok 8 s64_s64__s64_overflow_test [ 27.514150] # u32_u32__int_overflow_test: 2 u32_u32__int arithmetic tests finished [ 27.515904] ok 9 u32_u32__int_overflow_test [ 27.516000] # u32_u32__u8_overflow_test: 3 u32_u32__u8 arithmetic tests finished [ 27.517791] ok 10 u32_u32__u8_overflow_test [ 27.517887] # u8_u8__int_overflow_test: 3 u8_u8__int arithmetic tests finished [ 27.519669] ok 11 u8_u8__int_overflow_test [ 27.519785] # int_int__u8_overflow_test: 3 int_int__u8 arithmetic tests finished [ 27.521575] ok 12 int_int__u8_overflow_test [ 27.521672] # shift_sane_test: 36 sane shift tests finished [ 27.523507] ok 13 shift_sane_test [ 27.523613] # shift_overflow_test: 25 overflow shift tests finished [ 27.525420] ok 14 shift_overflow_test [ 27.525517] # shift_truncate_test: 27 truncate shift tests finished [ 27.527324] ok 15 shift_truncate_test [ 27.527421] # shift_nonsense_test: 25 nonsense shift tests finished [ 27.529252] ok 16 shift_nonsense_test [ 27.529345] # overflow_allocation_test: 11 allocation overflow tests finished [ 27.531163] ok 17 overflow_allocation_test [ 27.531262] # overflow_size_helpers_test: 43 overflow size helper tests finished [ 27.533131] ok 18 overflow_size_helpers_test [ 27.533228] # overflows_type_test: 658 overflows_type() tests finished [ 27.535073] ok 19 overflows_type_test [ 27.535174] # same_type_test: 0 __same_type() tests finished [ 27.537070] ok 20 same_type_test [ 27.537165] # castable_to_type_test: 103 castable_to_type() tests finished [ 27.539059] ok 21 castable_to_type_test [ 27.539061] # overflow: pass:21 fail:0 skip:0 total:21 [ 27.540061] # Totals: pass:21 fail:0 skip:0 total:21 [ 27.541047] ok 14 overflow [ 27.543025] KTAP version 1 [ 27.544013] # Subtest: stackinit [ 27.544014] 1..65 [ 27.545141] ok 1 test_u8_zero [ 27.546232] ok 2 test_u16_zero [ 27.547371] ok 3 test_u32_zero [ 27.548508] ok 4 test_u64_zero [ 27.549566] ok 5 test_char_array_zero [ 27.550616] ok 6 test_small_hole_zero [ 27.551665] ok 7 test_big_hole_zero [ 27.552733] ok 8 test_trailing_hole_zero [ 27.553064] xhci_hcd 0000:00:14.0: Resetting device with slot ID 4 [ 27.553846] ok 9 test_packed_zero [ 27.554720] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.555834] ok 10 test_small_hole_dynamic_partial [ 27.556722] xhci_hcd 0000:00:14.0: Completed reset device command. [ 27.557793] ok 11 test_big_hole_dynamic_partial [ 27.558725] xhci_hcd 0000:00:14.0: Can't reset device (slot ID 4) in default state [ 27.559800] ok 12 test_trailing_hole_dynamic_partial [ 27.560734] xhci_hcd 0000:00:14.0: Not freeing device rings. [ 27.561815] ok 13 test_packed_dynamic_partial [ 27.562761] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.563854] ok 14 test_small_hole_assigned_dynamic_partial [ 27.565885] ok 15 test_big_hole_assigned_dynamic_partial [ 27.567063] ok 16 test_trailing_hole_assigned_dynamic_partial [ 27.568206] ok 17 test_packed_assigned_dynamic_partial [ 27.569296] ok 18 test_small_hole_static_partial [ 27.570430] ok 19 test_big_hole_static_partial [ 27.571515] ok 20 test_trailing_hole_static_partial [ 27.572566] ok 21 test_packed_static_partial [ 27.573576] ok 22 test_small_hole_static_all [ 27.574582] ok 23 test_big_hole_static_all [ 27.575632] ok 24 test_trailing_hole_static_all [ 27.576645] ok 25 test_packed_static_all [ 27.577652] ok 26 test_small_hole_dynamic_all [ 27.578659] ok 27 test_big_hole_dynamic_all [ 27.579660] ok 28 test_trailing_hole_dynamic_all [ 27.580668] ok 29 test_packed_dynamic_all [ 27.581671] ok 30 test_small_hole_runtime_partial [ 27.582667] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 27.582675] ok 31 test_big_hole_runtime_partial [ 27.583621] usb 3-14: default language 0x0409 [ 27.584665] ok 32 test_trailing_hole_runtime_partial [ 27.586511] ok 33 test_packed_runtime_partial [ 27.586669] xhci_hcd 0000:00:14.0: Waiting for status stage event [ 27.587518] ok 34 test_small_hole_runtime_all [ 27.588401] usb 3-14: New USB device found, idVendor=1bcf, idProduct=0053, bcdDevice= 0.72 [ 27.589407] ok 35 test_big_hole_runtime_all [ 27.590282] usb 3-14: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 27.591294] ok 36 test_trailing_hole_runtime_all [ 27.592177] usb 3-14: Product: USB Optical Mouse [ 27.593222] ok 37 test_packed_runtime_all [ 27.594181] usb 3-14: usb_probe_device [ 27.595077] ok 38 test_small_hole_assigned_static_partial [ 27.595958] xhci_hcd 0000:00:14.0: add ep 0x81, slot id 4, new drop flags = 0x0, new add flags = 0x8 [ 27.597003] ok 39 test_big_hole_assigned_static_partial [ 27.597859] xhci_hcd 0000:00:14.0: xhci_check_bandwidth called for udev (____ptrval____) [ 27.598865] ok 40 test_trailing_hole_assigned_static_partial [ 27.599769] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.600797] ok 41 test_packed_assigned_static_partial [ 27.602083] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.602699] ok 42 test_small_hole_assigned_static_all [ 27.603594] xhci_hcd 0000:00:14.0: Stopped on No-op or Link TRB for slot 4 ep 2 [ 27.604613] ok 43 test_big_hole_assigned_static_all [ 27.605494] xhci_hcd 0000:00:14.0: // Ding dong! [ 27.606517] ok 44 test_trailing_hole_assigned_static_all [ 27.608086] usb 3-14: adding 3-14:1.0 (config #1, interface 0) [ 27.608422] ok 45 test_packed_assigned_static_all [ 27.609376] usbhid 3-14:1.0: usb_probe_interface [ 27.610333] ok 46 test_small_hole_assigned_dynamic_all [ 27.611219] usbhid 3-14:1.0: usb_probe_interface - got id [ 27.612280] ok 47 test_big_hole_assigned_dynamic_all [ 27.614160] ok 48 test_trailing_hole_assigned_dynamic_all [ 27.615175] ok 49 test_packed_assigned_dynamic_all [ 27.616188] ok 50 test_small_hole_assigned_copy # SKIP XFAIL uninit bytes: 3 [ 27.617427] input: USB Optical Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:1BCF:0053.0005/input/input22 [ 27.618167] ok 51 test_big_hole_assigned_copy # SKIP XFAIL uninit bytes: 124 [ 27.620077] ok 52 test_trailing_hole_assigned_copy # SKIP XFAIL uninit bytes: 7 [ 27.621097] ok 53 test_packed_assigned_copy [ 27.621159] ok 54 test_u8_none [ 27.622208] ok 55 test_u16_none [ 27.623224] ok 56 test_u32_none [ 27.624234] ok 57 test_u64_none [ 27.625241] ok 58 test_char_array_none [ 27.626245] ok 59 test_switch_1_none # SKIP XFAIL uninit bytes: 80 [ 27.628192] ok 60 test_switch_2_none # SKIP XFAIL uninit bytes: 80 [ 27.629202] ok 61 test_small_hole_none [ 27.629271] ok 62 test_big_hole_none [ 27.630285] ok 63 test_trailing_hole_none [ 27.631290] ok 64 test_packed_none [ 27.632301] ok 65 test_user [ 27.633246] # stackinit: pass:60 fail:0 skip:5 total:65 [ 27.634188] # Totals: pass:60 fail:0 skip:5 total:65 [ 27.635128] ok 15 stackinit [ 27.637405] Freeing unused kernel image (initmem) memory: 1512K [ 27.669971] Write protecting the kernel read-only data: 32768k [ 27.671279] Freeing unused kernel image (rodata/data gap) memory: 552K [ 27.672809] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 27.673158] input: USB Optical Mouse Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:1BCF:0053.0005/input/input23 [ 27.673815] rodata_test: all tests were successful [ 27.674867] hid-generic 0003:1BCF:0053.0005: input,hidraw4: USB HID v1.10 Keyboard [USB Optical Mouse ] on usb-0000:00:14.0-14/input0 [ 27.675843] Run /init as init process [ 27.677874] with arguments: [ 27.678888] /init [ 27.679911] nolvm [ 27.680925] dobtrfs [ 27.681937] nohibernate [ 27.682945] nospectre_v2 [ 27.683957] nospec_store_bypass_disable [ 27.684964] nopti [ 27.685969] no_stf_barrier [ 27.686973] noibrs [ 27.687976] noibpb [ 27.688978] noretpoline [ 27.689976] noefi [ 27.690972] with environment: [ 27.691964] HOME=/ [ 27.692955] TERM=linux [ 27.693950] BOOT_IMAGE=/boot/vmlinuz-6.2.6-gentoo-x86_64 [ 27.694895] root_trim=yes [ 27.695820] enforcing=0 [ 27.696747] noexec=on [ 27.697669] spectre_v2=off [ 27.698587] pti=off [ 27.699503] ssbd=force-off [ 27.700418] spectre_v2_user=off [ 27.701335] apparmor=0 [ 27.702244] page_owner=on [ 27.703149] debug_pagealloc=on [ 27.704049] numa_balancing=disable [ 27.704945] numa=off [ 27.746371] i801_smbus 0000:00:1f.4: saving config space at offset 0x0 (reading 0xa2a38086) [ 27.747284] i801_smbus 0000:00:1f.4: saving config space at offset 0x4 (reading 0x2800003) [ 27.748183] i801_smbus 0000:00:1f.4: saving config space at offset 0x8 (reading 0xc050000) [ 27.749074] i801_smbus 0000:00:1f.4: saving config space at offset 0xc (reading 0x0) [ 27.749968] i801_smbus 0000:00:1f.4: saving config space at offset 0x10 (reading 0xff024004) [ 27.750856] i801_smbus 0000:00:1f.4: saving config space at offset 0x14 (reading 0x2f) [ 27.751741] i801_smbus 0000:00:1f.4: saving config space at offset 0x18 (reading 0x0) [ 27.752622] i801_smbus 0000:00:1f.4: saving config space at offset 0x1c (reading 0x0) [ 27.753505] i801_smbus 0000:00:1f.4: saving config space at offset 0x20 (reading 0xf041) [ 27.754383] i801_smbus 0000:00:1f.4: saving config space at offset 0x24 (reading 0x0) [ 27.755259] i801_smbus 0000:00:1f.4: saving config space at offset 0x28 (reading 0x0) [ 27.756132] i801_smbus 0000:00:1f.4: saving config space at offset 0x2c (reading 0x86941043) [ 27.757008] i801_smbus 0000:00:1f.4: saving config space at offset 0x30 (reading 0x0) [ 27.757879] i801_smbus 0000:00:1f.4: saving config space at offset 0x34 (reading 0x0) [ 27.758749] i801_smbus 0000:00:1f.4: saving config space at offset 0x38 (reading 0x0) [ 27.759616] i801_smbus 0000:00:1f.4: saving config space at offset 0x3c (reading 0x10b) [ 29.857729] snd_hda_intel 0000:01:00.1: saving config space at offset 0x0 (reading 0x10f810de) [ 29.862290] snd_hda_intel 0000:01:00.1: saving config space at offset 0x4 (reading 0x100006) [ 29.867163] snd_hda_intel 0000:01:00.1: saving config space at offset 0x8 (reading 0x40300a1) [ 29.872038] snd_hda_intel 0000:01:00.1: saving config space at offset 0xc (reading 0x800010) [ 29.876861] snd_hda_intel 0000:01:00.1: saving config space at offset 0x10 (reading 0xdf080000) [ 29.880814] snd_hda_intel 0000:01:00.1: saving config space at offset 0x14 (reading 0x0) [ 29.884049] snd_hda_intel 0000:01:00.1: saving config space at offset 0x18 (reading 0x0) [ 29.886480] snd_hda_intel 0000:01:00.1: saving config space at offset 0x1c (reading 0x0) [ 29.888886] snd_hda_intel 0000:01:00.1: saving config space at offset 0x20 (reading 0x0) [ 29.890831] snd_hda_intel 0000:01:00.1: saving config space at offset 0x24 (reading 0x0) [ 29.892731] snd_hda_intel 0000:01:00.1: saving config space at offset 0x28 (reading 0x0) [ 29.894539] snd_hda_intel 0000:01:00.1: saving config space at offset 0x2c (reading 0x134d10de) [ 29.896092] snd_hda_intel 0000:01:00.1: saving config space at offset 0x30 (reading 0x0) [ 29.897640] snd_hda_intel 0000:01:00.1: saving config space at offset 0x34 (reading 0x60) [ 29.899176] snd_hda_intel 0000:01:00.1: saving config space at offset 0x38 (reading 0x0) [ 29.900514] snd_hda_intel 0000:01:00.1: saving config space at offset 0x3c (reading 0x20a) [ 29.903039] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x0 (reading 0xa2f08086) [ 29.904347] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x4 (reading 0x100406) [ 29.905513] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x8 (reading 0x4030000) [ 29.906682] snd_hda_intel 0000:00:1f.3: saving config space at offset 0xc (reading 0x2010) [ 29.907840] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x10 (reading 0xff020004) [ 29.909000] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x14 (reading 0x2f) [ 29.910014] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x18 (reading 0x0) [ 29.911017] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x1c (reading 0x0) [ 29.912034] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x20 (reading 0xff000004) [ 29.913068] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x24 (reading 0x2f) [ 29.914095] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x28 (reading 0x0) [ 29.915021] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x2c (reading 0x87241043) [ 29.915942] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x30 (reading 0x0) [ 29.916858] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x34 (reading 0x50) [ 29.917772] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x38 (reading 0x0) [ 29.918673] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x3c (reading 0x10b) [ 29.919547] snd_hda_intel 0000:00:1f.3: PME# enabled [ 29.932430] snd_hda_intel 0000:00:1f.3: power state changed by ACPI to D3hot [ 29.933298] snd_hda_intel 0000:00:1f.3: power state changed by ACPI to D0 [ 29.946198] snd_hda_intel 0000:00:1f.3: PME# disabled [ 33.899281] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x0 (reading 0xa2f08086) [ 33.900056] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x4 (reading 0x100406) [ 33.900815] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x8 (reading 0x4030000) [ 33.901570] snd_hda_intel 0000:00:1f.3: saving config space at offset 0xc (reading 0x2010) [ 33.902324] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x10 (reading 0xff020004) [ 33.903075] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x14 (reading 0x2f) [ 33.903823] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x18 (reading 0x0) [ 33.904567] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x1c (reading 0x0) [ 33.905307] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x20 (reading 0xff000004) [ 33.906047] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x24 (reading 0x2f) [ 33.906790] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x28 (reading 0x0) [ 33.907527] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x2c (reading 0x87241043) [ 33.908263] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x30 (reading 0x0) [ 33.908998] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x34 (reading 0x50) [ 33.909734] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x38 (reading 0x0) [ 33.910469] snd_hda_intel 0000:00:1f.3: saving config space at offset 0x3c (reading 0x10b) [ 33.911217] snd_hda_intel 0000:00:1f.3: PME# enabled [ 33.923097] snd_hda_intel 0000:00:1f.3: power state changed by ACPI to D3hot [ 34.953110] clocksource_wdtest: --- Verify jiffies-like uncertainty margin. [ 34.956984] clocksource: wdtest-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 35.370304] udevd[12852]: starting version 3.2.10 [ 35.966399] clocksource_wdtest: --- Verify tsc-like uncertainty margin. [ 35.967166] clocksource: wdtest-ktime: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 35.967934] clocksource_wdtest: --- tsc-like times: 1678900524081459167 - 1678900524081458050 = 1117. [ 35.968697] clocksource_wdtest: --- Watchdog with 0x error injection, 2 retries. [ 36.099698] random: crng init done [ 36.101322] udevd[12853]: starting eudev-3.2.10 [ 36.123199] BTRFS: device fsid ae174e75-7960-44f7-9ae0-3fcef5efae64 devid 1 transid 1127259 /dev/sda1 scanned by udevd (12888) [ 36.199966] xhci_hcd 0000:00:14.0: // Ding dong! [ 36.203053] xhci_hcd 0000:00:14.0: Stopped on Transfer TRB for slot 1 ep 2 [ 36.206830] xhci_hcd 0000:00:14.0: // Ding dong! [ 36.209407] xhci_hcd 0000:00:14.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000bb6e7acd TD as cancel_status is 2 [ 36.210190] xhci_hcd 0000:00:14.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000bb6e7acd TD [ 36.210969] xhci_hcd 0000:00:14.0: Giveback URB 00000000bb6e7acd, len = 0, expected = 7, status = -115 [ 36.278395] BTRFS info (device sda1): using crc32c (crc32c-intel) checksum algorithm [ 36.280840] BTRFS info (device sda1): disk space caching is enabled [ 36.458942] BTRFS info (device sda1): enabling ssd optimizations [ 36.459748] BTRFS info (device sda1): auto enabling async discard [ 38.153269] clocksource_wdtest: --- Watchdog with 1x error injection, 2 retries. [ 38.669265] udevd[13500]: starting eudev-3.2.11 [ 40.286583] clocksource_wdtest: --- Watchdog with 2x error injection, 2 retries, expect message. [ 40.474828] clocksource: timekeeping watchdog on CPU8: tsc retried 2 times before success [ 41.741296] nvidia-gpu 0000:01:00.3: vgaarb: pci_notify [ 41.742290] nvidia-gpu 0000:01:00.3: runtime IRQ mapping not provided by arch [ 41.743843] i2c_dev: adapter [NVIDIA GPU I2C adapter] registered as minor 5 [ 41.744985] i2c i2c-5: adapter [NVIDIA GPU I2C adapter] registered [ 41.746351] i2c i2c-5: client [ccgx-ucsi] registered with bus id 5-0008 [ 41.747519] nvidia-gpu 0000:01:00.3: vgaarb: pci_notify [ 41.751344] input: PC Speaker as /devices/platform/pcspkr/input/input24 [ 41.755668] e1000e 0000:00:1f.6 em1: renamed from eth0 [ 41.845666] nvidia: loading out-of-tree module taints kernel. [ 41.846732] nvidia: module license 'NVIDIA' taints kernel. [ 41.847737] Disabling lock debugging due to kernel taint [ 41.894035] zram0: detected capacity change from 0 to 201326592 [ 41.895843] nvidia-nvlink: Nvlink Core is being initialized, major device number 239 [ 41.898166] nvidia 0000:01:00.0: vgaarb: pci_notify [ 41.900215] nvidia 0000:01:00.0: runtime IRQ mapping not provided by arch [ 41.900227] nvidia 0000:01:00.0: enabling device (0000 -> 0003) [ 41.900370] nvidia 0000:01:00.0: enabling bus mastering [ 41.903562] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none [ 41.903563] nvidia 0000:01:00.0: vgaarb: decoding count now is: 0 [ 41.952713] nvidia 0000:01:00.0: vgaarb: pci_notify [ 41.952741] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 525.89.02 Wed Feb 1 23:23:25 UTC 2023 [ 41.957760] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 525.89.02 Wed Feb 1 23:09:40 UTC 2023 [ 41.958669] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver [ 41.958670] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1 [ 41.976521] xhci_hcd 0000:00:14.0: // Ding dong! [ 41.976533] xhci_hcd 0000:00:14.0: Stopped on Transfer TRB for slot 1 ep 2 [ 41.976537] xhci_hcd 0000:00:14.0: // Ding dong! [ 41.976539] xhci_hcd 0000:00:14.0: xhci_giveback_invalidated_tds: Keep cancelled URB 00000000bb6e7acd TD as cancel_status is 2 [ 41.976571] xhci_hcd 0000:00:14.0: xhci_handle_cmd_set_deq: Giveback cancelled URB 00000000bb6e7acd TD [ 41.976572] xhci_hcd 0000:00:14.0: Giveback URB 00000000bb6e7acd, len = 0, expected = 7, status = -115 [ 41.994178] zram3: detected capacity change from 0 to 402653184 [ 41.995581] zram1: detected capacity change from 0 to 402653184 [ 41.997015] zram2: detected capacity change from 0 to 402653184 [ 42.419720] clocksource_wdtest: --- Watchdog with 3x error injection, 2 retries, expect clock skew. [ 42.475430] clocksource: timekeeping watchdog on CPU0: tsc read-back delay of 800917ns, attempt 3, marking unstable [ 42.476428] clocksource_wdtest: --- Marking wdtest-ktime unstable due to clocksource watchdog. [ 43.114371] BTRFS info (device sda1: state M): force zstd compression, level 1 [ 43.114376] BTRFS info (device sda1: state M): force clearing of disk cache [ 43.114378] BTRFS info (device sda1: state M): enabling auto defrag [ 43.332066] BTRFS info (device sda1: state M): force clearing of disk cache [ 43.571207] EXT4-fs (zram1): mounted filesystem 5a9f25ed-08f3-49bd-922f-5d17b5c179ef without journal. Quota mode: disabled. [ 43.575785] EXT4-fs (zram2): mounted filesystem 0b3efb6b-49ed-4dd6-b027-945dccab5ecc without journal. Quota mode: disabled. [ 43.580406] EXT4-fs (zram3): mounted filesystem 2d0a76ed-d3b3-454f-856b-443ce453fb29 without journal. Quota mode: disabled. [ 44.656590] clocksource: wdtest-ktime: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 44.658034] clocksource_wdtest: --- Watchdog clock-value-fuzz error injection, expect clock skew and per-CPU mismatches. [ 45.493867] nvidia-gpu 0000:01:00.3: saving config space at offset 0x0 (reading 0x1ad910de) [ 45.498015] nvidia-gpu 0000:01:00.3: saving config space at offset 0x4 (reading 0x100406) [ 45.499640] nvidia-gpu 0000:01:00.3: saving config space at offset 0x8 (reading 0xc8000a1) [ 45.500407] nvidia-gpu 0000:01:00.3: saving config space at offset 0xc (reading 0x800010) [ 45.501173] nvidia-gpu 0000:01:00.3: saving config space at offset 0x10 (reading 0xdf084000) [ 45.501938] nvidia-gpu 0000:01:00.3: saving config space at offset 0x14 (reading 0x0) [ 45.502701] nvidia-gpu 0000:01:00.3: saving config space at offset 0x18 (reading 0x0) [ 45.503469] nvidia-gpu 0000:01:00.3: saving config space at offset 0x1c (reading 0x0) [ 45.504229] nvidia-gpu 0000:01:00.3: saving config space at offset 0x20 (reading 0x0) [ 45.504989] nvidia-gpu 0000:01:00.3: saving config space at offset 0x24 (reading 0x0) [ 45.505747] nvidia-gpu 0000:01:00.3: saving config space at offset 0x28 (reading 0x0) [ 45.506503] nvidia-gpu 0000:01:00.3: saving config space at offset 0x2c (reading 0x134d10de) [ 45.507254] nvidia-gpu 0000:01:00.3: saving config space at offset 0x30 (reading 0x0) [ 45.508003] nvidia-gpu 0000:01:00.3: saving config space at offset 0x34 (reading 0x68) [ 45.508749] nvidia-gpu 0000:01:00.3: saving config space at offset 0x38 (reading 0x0) [ 45.509491] nvidia-gpu 0000:01:00.3: saving config space at offset 0x3c (reading 0x405) [ 45.510256] nvidia-gpu 0000:01:00.3: PME# enabled [ 45.673256] clocksource: timekeeping watchdog on CPU1: Marking clocksource 'wdtest-ktime' as unstable because the skew is too large: [ 45.674287] clocksource: 'tsc' wd_nsec: 506697701 wd_now: 3bbad7e900 wd_last: 3b4b37f0dc mask: ffffffffffffffff [ 45.675301] clocksource: 'wdtest-ktime' cs_nsec: 706697527 cs_now: 174ca723eb32e61a cs_last: 174ca723c1138ce3 mask: ffffffffffffffff [ 45.676372] clocksource: 'tsc' (not 'wdtest-ktime') is current clocksource. [ 45.677483] clocksource_wdtest: --- Marking wdtest-ktime unstable due to clocksource watchdog. [ 46.686586] clocksource: Checking clocksource wdtest-ktime synchronization from CPU 9 to CPUs 0-1,3,6,10. [ 46.690762] clocksource: CPUs 0,3,10 ahead of CPU 9 for clocksource wdtest-ktime. [ 46.692540] clocksource: CPUs 1,6 behind CPU 9 for clocksource wdtest-ktime. [ 46.693287] clocksource: CPU 9 check durations 8764ns - 44368ns for clocksource wdtest-ktime. [ 46.694034] clocksource_wdtest: --- Done with test. [ 47.118682] elogind-daemon[14341]: New seat seat0. [ 47.120171] elogind-daemon[14341]: Watching system buttons on /dev/input/event2 (Power Button) [ 47.121035] elogind-daemon[14341]: Watching system buttons on /dev/input/event1 (Power Button) [ 47.121883] elogind-daemon[14341]: Watching system buttons on /dev/input/event0 (Sleep Button) [ 47.122907] elogind-daemon[14341]: Watching system buttons on /dev/input/event19 (Razer Razer Lycosa) [ 47.123746] elogind-daemon[14341]: Watching system buttons on /dev/input/event20 (Razer Razer Lycosa Consumer Control) [ 47.124556] elogind-daemon[14341]: Watching system buttons on /dev/input/event21 (Razer Razer Lycosa System Control) [ 47.125366] elogind-daemon[14341]: Watching system buttons on /dev/input/event22 (USB Optical Mouse Keyboard) [ 51.317989] Adding 100663292k swap on /dev/zram0. Priority:-2 extents:1 across:100663292k SSDscFS [ 61.089080] e1000e 0000:00:1f.6 em1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx [ 71.396624] elogind-daemon[14341]: New session 2 of user user.