All of lore.kernel.org
 help / color / mirror / Atom feed
* hso driver kernel NULL pointer dereference
@ 2021-04-25 21:35 Leonardo Antoniazzi
  2021-04-26  7:32 ` Greg KH
  2021-04-26  8:15 ` Johan Hovold
  0 siblings, 2 replies; 4+ messages in thread
From: Leonardo Antoniazzi @ 2021-04-25 21:35 UTC (permalink / raw)
  To: linux-usb

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

Hello,
removing my usb-modem (option icon 226) i get this oops (i attached the dmesg output):

BUG: kernel NULL pointer dereference, address: 0000000000000068

reverting this patch fix the problem on detaching the modem:

https://marc.info/?l=linux-usb&m=161781851805582&w=2

I'm not a developer, i hope the attached dmesg.txt will suffice

[-- Attachment #2: dmesg.txt --]
[-- Type: application/octet-stream, Size: 68722 bytes --]

[    0.000000] Linux version 5.11.16 (leo@darkstar) (gcc (GCC) 10.3.0, GNU ld version 2.36.1-slack15) #16 SMP Wed Apr 21 19:12:49 CEST 2021
[    0.000000] Command line: BOOT_IMAGE=dev000:\EFI\Slackware\vmlinuz  root=/dev/nvme0n1p2 resume=/dev/nvme0n1p3 vga=normal ro
[    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] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003a46bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003a46c000-0x000000003a46cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003a46d000-0x000000003a46dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003a46e000-0x0000000049c98fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000049c99000-0x000000004a05bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004a05c000-0x000000004a0a3fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000004a0a4000-0x000000004aa05fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000004aa06000-0x000000004b462fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004b463000-0x000000004b5fefff] unusable
[    0.000000] BIOS-e820: [mem 0x000000004b5ff000-0x000000004b5fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000004b600000-0x000000004f7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004ae7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi: ACPI=0x4a06a000 ACPI 2.0=0x4a06a000 SMBIOS=0x4b112000 SMBIOS 3.0=0x4b111000 TPMFinalLog=0x4a6a7000 ESRT=0x4b0b2698 MEMATTR=0x472d4298 
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: Dell Inc. Latitude 7390 2-in-1/0YNG30, BIOS 1.17.0 01/07/2021
[    0.000000] tsc: Detected 2100.000 MHz processor
[    0.000000] tsc: Detected 2099.944 MHz TSC
[    0.000872] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000877] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000887] last_pfn = 0x4ae800 max_arch_pfn = 0x400000000
[    0.000892] MTRR default type: write-back
[    0.000893] MTRR fixed ranges enabled:
[    0.000894]   00000-9FFFF write-back
[    0.000896]   A0000-BFFFF uncachable
[    0.000898]   C0000-FFFFF write-protect
[    0.000899] MTRR variable ranges enabled:
[    0.000900]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000903]   1 base 0060000000 mask 7FE0000000 uncachable
[    0.000905]   2 base 0050000000 mask 7FF0000000 uncachable
[    0.000907]   3 base 004E000000 mask 7FFE000000 uncachable
[    0.000908]   4 base 004D000000 mask 7FFF000000 uncachable
[    0.000910]   5 disabled
[    0.000911]   6 disabled
[    0.000911]   7 disabled
[    0.000912]   8 disabled
[    0.000913]   9 disabled
[    0.001051] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002236] last_pfn = 0x4b600 max_arch_pfn = 0x400000000
[    0.012212] found SMP MP-table at [mem 0x000fcfb0-0x000fcfbf]
[    0.012227] esrt: Reserving ESRT space from 0x000000004b0b2698 to 0x000000004b0b26d0.
[    0.012237] Using GB pages for direct mapping
[    0.012713] Secure boot could not be determined
[    0.012716] ACPI: Early table checksum verification disabled
[    0.012720] ACPI: RSDP 0x000000004A06A000 000024 (v02 DELL  )
[    0.012726] ACPI: XSDT 0x000000004A06A0C0 000104 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.012734] ACPI: FACP 0x000000004A095528 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.012742] ACPI: DSDT 0x000000004A06A258 02B2D0 (v02 DELL   CBX3     01072009 INTL 20160422)
[    0.012748] ACPI: FACS 0x000000004AA03180 000040
[    0.012752] ACPI: APIC 0x000000004A095638 0000BC (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.012757] ACPI: FPDT 0x000000004A0956F8 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.012761] ACPI: FIDT 0x000000004A095740 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.012765] ACPI: MCFG 0x000000004A0957F0 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.012770] ACPI: HPET 0x000000004A095830 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[    0.012774] ACPI: SSDT 0x000000004A095868 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.012779] ACPI: SSDT 0x000000004A095BC8 0012E0 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.012783] ACPI: HPET 0x000000004A096EA8 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
[    0.012788] ACPI: SSDT 0x000000004A096EE0 000ADE (v02 INTEL  xh_OEMBD 00000000 INTL 20160422)
[    0.012792] ACPI: UEFI 0x000000004A0979C0 000042 (v01                 00000000      00000000)
[    0.012797] ACPI: SSDT 0x000000004A097A08 0017AE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.012801] ACPI: LPIT 0x000000004A0991B8 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
[    0.012806] ACPI: SSDT 0x000000004A099250 000161 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
[    0.012810] ACPI: SSDT 0x000000004A0993B8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.012815] ACPI: SSDT 0x000000004A099658 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.012819] ACPI: SSDT 0x000000004A09C660 000517 (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
[    0.012823] ACPI: DBGP 0x000000004A09CB78 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.012828] ACPI: DBG2 0x000000004A09CBB0 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.012832] ACPI: SSDT 0x000000004A09CC08 0007D6 (v02 INTEL  UsbCTabl 00001000 INTL 20160422)
[    0.012836] ACPI: SSDT 0x000000004A09D3E0 00502E (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[    0.012841] ACPI: MSDM 0x000000004A0A2410 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.012845] ACPI: SLIC 0x000000004A0A2468 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.012850] ACPI: NHLT 0x000000004A0A25E0 00002D (v00 INTEL  EDK2     00000002      01000013)
[    0.012854] ACPI: TPM2 0x000000004A0A2610 000034 (v03 DELL   CBX3     00000001 AMI  00000000)
[    0.012858] ACPI: ASF! 0x000000004A0A2648 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.012863] ACPI: DMAR 0x000000004A0A26E8 000114 (v01 INTEL  EDK2     00000001 INTL 00000001)
[    0.012867] ACPI: BGRT 0x000000004A0A2800 000038 (v00 \xf3\xee              01072009 AMI  00010013)
[    0.012871] ACPI: Reserving FACP table memory at [mem 0x4a095528-0x4a095633]
[    0.012874] ACPI: Reserving DSDT table memory at [mem 0x4a06a258-0x4a095527]
[    0.012876] ACPI: Reserving FACS table memory at [mem 0x4aa03180-0x4aa031bf]
[    0.012878] ACPI: Reserving APIC table memory at [mem 0x4a095638-0x4a0956f3]
[    0.012879] ACPI: Reserving FPDT table memory at [mem 0x4a0956f8-0x4a09573b]
[    0.012881] ACPI: Reserving FIDT table memory at [mem 0x4a095740-0x4a0957eb]
[    0.012883] ACPI: Reserving MCFG table memory at [mem 0x4a0957f0-0x4a09582b]
[    0.012884] ACPI: Reserving HPET table memory at [mem 0x4a095830-0x4a095867]
[    0.012886] ACPI: Reserving SSDT table memory at [mem 0x4a095868-0x4a095bc0]
[    0.012888] ACPI: Reserving SSDT table memory at [mem 0x4a095bc8-0x4a096ea7]
[    0.012889] ACPI: Reserving HPET table memory at [mem 0x4a096ea8-0x4a096edf]
[    0.012891] ACPI: Reserving SSDT table memory at [mem 0x4a096ee0-0x4a0979bd]
[    0.012893] ACPI: Reserving UEFI table memory at [mem 0x4a0979c0-0x4a097a01]
[    0.012895] ACPI: Reserving SSDT table memory at [mem 0x4a097a08-0x4a0991b5]
[    0.012896] ACPI: Reserving LPIT table memory at [mem 0x4a0991b8-0x4a09924b]
[    0.012898] ACPI: Reserving SSDT table memory at [mem 0x4a099250-0x4a0993b0]
[    0.012900] ACPI: Reserving SSDT table memory at [mem 0x4a0993b8-0x4a099656]
[    0.012901] ACPI: Reserving SSDT table memory at [mem 0x4a099658-0x4a09c659]
[    0.012903] ACPI: Reserving SSDT table memory at [mem 0x4a09c660-0x4a09cb76]
[    0.012905] ACPI: Reserving DBGP table memory at [mem 0x4a09cb78-0x4a09cbab]
[    0.012907] ACPI: Reserving DBG2 table memory at [mem 0x4a09cbb0-0x4a09cc03]
[    0.012908] ACPI: Reserving SSDT table memory at [mem 0x4a09cc08-0x4a09d3dd]
[    0.012910] ACPI: Reserving SSDT table memory at [mem 0x4a09d3e0-0x4a0a240d]
[    0.012912] ACPI: Reserving MSDM table memory at [mem 0x4a0a2410-0x4a0a2464]
[    0.012914] ACPI: Reserving SLIC table memory at [mem 0x4a0a2468-0x4a0a25dd]
[    0.012915] ACPI: Reserving NHLT table memory at [mem 0x4a0a25e0-0x4a0a260c]
[    0.012917] ACPI: Reserving TPM2 table memory at [mem 0x4a0a2610-0x4a0a2643]
[    0.012919] ACPI: Reserving ASF! table memory at [mem 0x4a0a2648-0x4a0a26e7]
[    0.012921] ACPI: Reserving DMAR table memory at [mem 0x4a0a26e8-0x4a0a27fb]
[    0.012922] ACPI: Reserving BGRT table memory at [mem 0x4a0a2800-0x4a0a2837]
[    0.012938] ACPI: Local APIC address 0xfee00000
[    0.013063] No NUMA configuration found
[    0.013065] Faking a node at [mem 0x0000000000000000-0x00000004ae7fffff]
[    0.013071] NODE_DATA(0) allocated [mem 0x4ae7fb000-0x4ae7fffff]
[    0.013108] Zone ranges:
[    0.013109]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.013113]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.013115]   Normal   [mem 0x0000000100000000-0x00000004ae7fffff]
[    0.013118]   Device   empty
[    0.013120] Movable zone start for each node
[    0.013121] Early memory node ranges
[    0.013123]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.013125]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.013127]   node   0: [mem 0x0000000000100000-0x000000003a46bfff]
[    0.013129]   node   0: [mem 0x000000003a46e000-0x0000000049c98fff]
[    0.013131]   node   0: [mem 0x000000004b5ff000-0x000000004b5fffff]
[    0.013132]   node   0: [mem 0x0000000100000000-0x00000004ae7fffff]
[    0.013136] Initmem setup node 0 [mem 0x0000000000001000-0x00000004ae7fffff]
[    0.013139] On node 0 totalpages: 4162613
[    0.013141]   DMA zone: 64 pages used for memmap
[    0.013142]   DMA zone: 24 pages reserved
[    0.013143]   DMA zone: 3997 pages, LIFO batch:0
[    0.013465]   DMA zone: 28771 pages in unavailable ranges
[    0.013468]   DMA32 zone: 4659 pages used for memmap
[    0.013469]   DMA32 zone: 298136 pages, LIFO batch:63
[    0.015850]   DMA32 zone: 25448 pages in unavailable ranges
[    0.015852]   Normal zone: 60320 pages used for memmap
[    0.015853]   Normal zone: 3860480 pages, LIFO batch:63
[    0.043838]   Normal zone: 6144 pages in unavailable ranges
[    0.043855] Reserving Intel graphics memory at [mem 0x4d800000-0x4f7fffff]
[    0.044417] ACPI: PM-Timer IO Port: 0x1808
[    0.044420] ACPI: Local APIC address 0xfee00000
[    0.044426] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.044429] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.044431] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.044432] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.044433] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.044435] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.044436] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.044438] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.044469] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.044473] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.044476] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.044479] ACPI: IRQ0 used by override.
[    0.044481] ACPI: IRQ9 used by override.
[    0.044483] Using ACPI (MADT) for SMP configuration information
[    0.044485] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.044493] e820: update [mem 0x4590d000-0x4599cfff] usable ==> reserved
[    0.044506] TSC deadline timer available
[    0.044508] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.044536] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.044540] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.044543] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.044546] PM: hibernation: Registered nosave memory: [mem 0x3a46c000-0x3a46cfff]
[    0.044548] PM: hibernation: Registered nosave memory: [mem 0x3a46d000-0x3a46dfff]
[    0.044550] PM: hibernation: Registered nosave memory: [mem 0x4590d000-0x4599cfff]
[    0.044553] PM: hibernation: Registered nosave memory: [mem 0x49c99000-0x4a05bfff]
[    0.044555] PM: hibernation: Registered nosave memory: [mem 0x4a05c000-0x4a0a3fff]
[    0.044556] PM: hibernation: Registered nosave memory: [mem 0x4a0a4000-0x4aa05fff]
[    0.044557] PM: hibernation: Registered nosave memory: [mem 0x4aa06000-0x4b462fff]
[    0.044559] PM: hibernation: Registered nosave memory: [mem 0x4b463000-0x4b5fefff]
[    0.044561] PM: hibernation: Registered nosave memory: [mem 0x4b600000-0x4f7fffff]
[    0.044563] PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xefffffff]
[    0.044564] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.044566] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[    0.044567] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.044569] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.044570] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.044571] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.044573] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.044574] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.044576] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.044578] [mem 0x4f800000-0xefffffff] available for PCI devices
[    0.044580] Booting paravirtualized kernel on bare hardware
[    0.044583] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.051406] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.051631] percpu: Embedded 52 pages/cpu s176128 r8192 d28672 u262144
[    0.051642] pcpu-alloc: s176128 r8192 d28672 u262144 alloc=1*2097152
[    0.051646] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.051675] Built 1 zonelists, mobility grouping on.  Total pages: 4097546
[    0.051678] Policy zone: Normal
[    0.051680] Kernel command line: BOOT_IMAGE=dev000:\EFI\Slackware\vmlinuz  root=/dev/nvme0n1p2 resume=/dev/nvme0n1p3 vga=normal ro
[    0.052859] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.053394] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.053481] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.098798] Memory: 16209316K/16650452K available (14348K kernel code, 2435K rwdata, 4452K rodata, 1540K init, 4060K bss, 440876K reserved, 0K cma-reserved)
[    0.098807] random: get_random_u64 called from __kmem_cache_create+0x26/0x540 with crng_init=0
[    0.098969] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.098987] Kernel/User page tables isolation: enabled
[    0.099007] ftrace: allocating 41690 entries in 163 pages
[    0.119145] ftrace: allocated 163 pages with 4 groups
[    0.119243] rcu: Hierarchical RCU implementation.
[    0.119245] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.119247] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.119248] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.119250] 	Rude variant of Tasks RCU enabled.
[    0.119251] 	Tracing variant of Tasks RCU enabled.
[    0.119253] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.119254] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.120038] NR_IRQS: 16640, nr_irqs: 2048, preallocated irqs: 16
[    0.120275] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.120622] random: crng done (trusting CPU's manufacturer)
[    0.120669] spurious 8259A interrupt: IRQ7.
[    0.120697] Console: colour dummy device 80x25
[    0.121031] printk: console [tty0] enabled
[    0.121054] ACPI: Core revision 20201113
[    0.121478] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.121597] APIC: Switch to symmetric I/O mode setup
[    0.121601] DMAR: Host address width 39
[    0.121603] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.121614] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.121621] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.121629] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.121634] DMAR: RMRR base: 0x00000049d77000 end: 0x00000049d96fff
[    0.121637] DMAR: RMRR base: 0x0000004d000000 end: 0x0000004f7fffff
[    0.121641] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.121643] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.121646] DMAR: ANDD device: 3 name: \_SB.PCI0.I2C2
[    0.121649] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.121652] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.121655] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.123324] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.123328] x2apic enabled
[    0.123344] Switched APIC routing to cluster x2apic.
[    0.127655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.132592] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e44fb6c2ab, max_idle_ns: 440795206594 ns
[    0.132600] Calibrating delay loop (skipped), value calculated using timer frequency.. 4199.88 BogoMIPS (lpj=2099944)
[    0.132606] pid_max: default: 32768 minimum: 301
[    0.134643] LSM: Security Framework initializing
[    0.134693] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.134727] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.135747] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.135779] process: using mwait in idle threads
[    0.135783] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.135786] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.135789] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.135794] Spectre V2 : Mitigation: Full generic retpoline
[    0.135796] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.135799] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.135802] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.135805] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.135808] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.135812] TAA: Mitigation: Clear CPU buffers
[    0.135818] SRBDS: Mitigation: Microcode
[    0.135820] MDS: Mitigation: Clear CPU buffers
[    0.136035] Freeing SMP alternatives memory: 44K
[    0.136661] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.136681] smpboot: CPU0: Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.136861] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.136878] ... version:                4
[    0.136881] ... bit width:              48
[    0.136883] ... generic registers:      4
[    0.136885] ... value mask:             0000ffffffffffff
[    0.136888] ... max period:             00007fffffffffff
[    0.136890] ... fixed-purpose events:   3
[    0.136892] ... event mask:             000000070000000f
[    0.137034] rcu: Hierarchical SRCU implementation.
[    0.137174] smp: Bringing up secondary CPUs ...
[    0.137254] x86: Booting SMP configuration:
[    0.137256] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.140476] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.140476] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[    0.140638]  #5 #6 #7
[    0.142939] smp: Brought up 1 node, 8 CPUs
[    0.142939] smpboot: Max logical packages: 1
[    0.142939] smpboot: Total of 8 processors activated (33599.10 BogoMIPS)
[    0.143944] devtmpfs: initialized
[    0.143944] x86/mm: Memory block size: 128MB
[    0.145245] PM: Registering ACPI NVS region [mem 0x3a46c000-0x3a46cfff] (4096 bytes)
[    0.145245] PM: Registering ACPI NVS region [mem 0x4a0a4000-0x4aa05fff] (9838592 bytes)
[    0.145245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.145245] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.145616] pinctrl core: initialized pinctrl subsystem
[    0.145859] NET: Registered protocol family 16
[    0.145982] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.145992] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.146000] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.146009] audit: initializing netlink subsys (disabled)
[    0.146018] audit: type=2000 audit(1619034156.020:1): state=initialized audit_enabled=0 res=1
[    0.146018] thermal_sys: Registered thermal governor 'fair_share'
[    0.146018] thermal_sys: Registered thermal governor 'bang_bang'
[    0.146018] thermal_sys: Registered thermal governor 'step_wise'
[    0.146018] thermal_sys: Registered thermal governor 'user_space'
[    0.146018] cpuidle: using governor ladder
[    0.146018] cpuidle: using governor menu
[    0.146018] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.146018] ACPI: bus type PCI registered
[    0.146018] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.146018] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.146018] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.146018] PCI: Using configuration type 1 for base access
[    0.146798] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.148612] cryptd: max_cpu_qlen set to 1000
[    0.149632] raid6: skip pq benchmark and using algorithm avx2x4
[    0.149632] raid6: using avx2x2 recovery algorithm
[    0.149664] ACPI: Added _OSI(Module Device)
[    0.149667] ACPI: Added _OSI(Processor Device)
[    0.149670] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.149672] ACPI: Added _OSI(Processor Aggregator Device)
[    0.149675] ACPI: Added _OSI(Linux-Dell-Video)
[    0.149678] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.149681] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.204245] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    1.249032] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    1.256982] ACPI: Dynamic OEM Table Load:
[    1.256995] ACPI: SSDT 0xFFFF92B801236800 0005CD (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    1.258690] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[    1.259998] ACPI: Dynamic OEM Table Load:
[    1.260009] ACPI: SSDT 0xFFFF92B801223800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    1.261691] ACPI: Dynamic OEM Table Load:
[    1.261699] ACPI: SSDT 0xFFFF92B800D43180 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    1.263249] ACPI: Dynamic OEM Table Load:
[    1.263259] ACPI: SSDT 0xFFFF92B801231000 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    1.265249] ACPI: Dynamic OEM Table Load:
[    1.265262] ACPI: SSDT 0xFFFF92B801211000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    1.267694] ACPI: Dynamic OEM Table Load:
[    1.267704] ACPI: SSDT 0xFFFF92B801227C00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    1.269421] ACPI: Dynamic OEM Table Load:
[    1.269429] ACPI: SSDT 0xFFFF92B801220400 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    1.274352] ACPI: EC: EC started
[    1.274356] ACPI: EC: interrupt blocked
[    1.291430] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    1.291435] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[    1.291440] ACPI: Interpreter enabled
[    1.291502] ACPI: (supports S0 S3 S4 S5)
[    1.291505] ACPI: Using IOAPIC for interrupt routing
[    1.291557] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.292410] ACPI: Enabled 8 GPEs in block 00 to 7F
[    1.329090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    1.329102] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    1.329482] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME AER]
[    1.329835] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[    1.329840] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.330886] PCI host bridge to bus 0000:00
[    1.330891] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.330895] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.330899] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.330903] pci_bus 0000:00: root bus resource [mem 0x4f800000-0xefffffff window]
[    1.330907] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    1.330910] pci_bus 0000:00: root bus resource [bus 00-7e]
[    1.330932] pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
[    1.331089] pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
[    1.331102] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[    1.331112] pci 0000:00:02.0: reg 0x18: [mem 0x60000000-0x6fffffff 64bit pref]
[    1.331120] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    1.331142] pci 0000:00:02.0: BAR 2: assigned to efifb
[    1.331318] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    1.331334] pci 0000:00:04.0: reg 0x10: [mem 0xec320000-0xec327fff 64bit]
[    1.331606] pci 0000:00:13.0: [8086:9d35] type 00 class 0x000000
[    1.331635] pci 0000:00:13.0: reg 0x10: [mem 0xec336000-0xec336fff 64bit]
[    1.331910] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    1.331931] pci 0000:00:14.0: reg 0x10: [mem 0xec310000-0xec31ffff 64bit]
[    1.332000] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.332265] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    1.332286] pci 0000:00:14.2: reg 0x10: [mem 0xec335000-0xec335fff 64bit]
[    1.332613] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    1.332823] pci 0000:00:15.0: reg 0x10: [mem 0xec334000-0xec334fff 64bit]
[    1.333962] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[    1.334175] pci 0000:00:15.1: reg 0x10: [mem 0xec333000-0xec333fff 64bit]
[    1.335313] pci 0000:00:15.2: [8086:9d62] type 00 class 0x118000
[    1.335527] pci 0000:00:15.2: reg 0x10: [mem 0xec332000-0xec332fff 64bit]
[    1.336552] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    1.336571] pci 0000:00:16.0: reg 0x10: [mem 0xec331000-0xec331fff 64bit]
[    1.336652] pci 0000:00:16.0: PME# supported from D3hot
[    1.336890] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    1.337000] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.337263] pci 0000:00:1c.7: [8086:9d17] type 01 class 0x060400
[    1.337365] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    1.337617] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    1.337726] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.337988] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    1.338238] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    1.338257] pci 0000:00:1f.2: reg 0x10: [mem 0xec32c000-0xec32ffff]
[    1.338473] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
[    1.338496] pci 0000:00:1f.3: reg 0x10: [mem 0xec328000-0xec32bfff 64bit]
[    1.338527] pci 0000:00:1f.3: reg 0x20: [mem 0xec300000-0xec30ffff 64bit]
[    1.338582] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    1.338899] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    1.338963] pci 0000:00:1f.4: reg 0x10: [mem 0xec330000-0xec3300ff 64bit]
[    1.339039] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    1.339409] pci 0000:00:1c.0: PCI bridge to [bus 01-6b]
[    1.339425] pci 0000:00:1c.0:   bridge window [mem 0xbc000000-0xea0fffff]
[    1.339435] pci 0000:00:1c.0:   bridge window [mem 0x70000000-0xb9ffffff 64bit pref]
[    1.339925] pci 0000:6c:00.0: [168c:003e] type 00 class 0x028000
[    1.340148] pci 0000:6c:00.0: reg 0x10: [mem 0xec000000-0xec1fffff 64bit]
[    1.341470] pci 0000:6c:00.0: PME# supported from D0 D3hot D3cold
[    1.342605] pci 0000:00:1c.7: PCI bridge to [bus 6c]
[    1.342612] pci 0000:00:1c.7:   bridge window [mem 0xec000000-0xec1fffff]
[    1.342981] pci 0000:6d:00.0: [144d:a808] type 00 class 0x010802
[    1.343007] pci 0000:6d:00.0: reg 0x10: [mem 0xec200000-0xec203fff 64bit]
[    1.343475] pci 0000:00:1d.0: PCI bridge to [bus 6d]
[    1.343482] pci 0000:00:1d.0:   bridge window [mem 0xec200000-0xec2fffff]
[    1.347729] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.347805] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.347876] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.347946] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.348019] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.348088] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.348157] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.348223] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.368501] ACPI: EC: interrupt unblocked
[    1.368506] ACPI: EC: event unblocked
[    1.368601] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[    1.368601] ACPI: EC: GPE=0x6e
[    1.368601] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
[    1.368601] ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
[    1.368613] iommu: Default domain type: Translated 
[    1.368628] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.368628] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.368628] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.368628] vgaarb: loaded
[    1.368739] SCSI subsystem initialized
[    1.368754] libata version 3.00 loaded.
[    1.368754] ACPI: bus type USB registered
[    1.368754] usbcore: registered new interface driver usbfs
[    1.368754] usbcore: registered new interface driver hub
[    1.368754] usbcore: registered new device driver usb
[    1.368754] pps_core: LinuxPPS API ver. 1 registered
[    1.368754] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.368754] PTP clock support registered
[    1.369640] EDAC MC: Ver: 3.0.0
[    1.370161] Registered efivars operations
[    1.370789] PCI: Using ACPI for IRQ routing
[    1.377278] PCI: pci_cache_line_size set to 64 bytes
[    1.379014] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    1.379017] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    1.379018] e820: reserve RAM buffer [mem 0x3a46c000-0x3bffffff]
[    1.379020] e820: reserve RAM buffer [mem 0x4590d000-0x47ffffff]
[    1.379022] e820: reserve RAM buffer [mem 0x49c99000-0x4bffffff]
[    1.379023] e820: reserve RAM buffer [mem 0x4b600000-0x4bffffff]
[    1.379025] e820: reserve RAM buffer [mem 0x4ae800000-0x4afffffff]
[    1.379031] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[    1.379031] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.379031] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    1.380623] clocksource: Switched to clocksource tsc-early
[    1.386432] VFS: Disk quotas dquot_6.6.0
[    1.386451] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.386484] pnp: PnP ACPI init
[    1.386803] system 00:00: [io  0x0680-0x069f] has been reserved
[    1.386809] system 00:00: [io  0xffff] has been reserved
[    1.386813] system 00:00: [io  0xffff] has been reserved
[    1.386816] system 00:00: [io  0xffff] has been reserved
[    1.386819] system 00:00: [io  0x1800-0x18fe] has been reserved
[    1.386823] system 00:00: [io  0x164e-0x164f] has been reserved
[    1.386830] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.386964] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.387009] system 00:02: [io  0x1854-0x1857] has been reserved
[    1.387017] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.387189] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.387485] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.387490] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.387494] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.387497] system 00:04: [mem 0xf0000000-0xf7ffffff] has been reserved
[    1.387501] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.387504] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.387508] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.387511] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    1.387515] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.387519] system 00:04: [mem 0xeffe0000-0xefffffff] has been reserved
[    1.387525] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.387575] system 00:05: [mem 0xfd000000-0xfdabffff] has been reserved
[    1.387580] system 00:05: [mem 0xfdad0000-0xfdadffff] has been reserved
[    1.387583] system 00:05: [mem 0xfdb00000-0xfdffffff] has been reserved
[    1.387587] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    1.387590] system 00:05: [mem 0xfe036000-0xfe03bfff] has been reserved
[    1.387595] system 00:05: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    1.387598] system 00:05: [mem 0xfe410000-0xfe7fffff] has been reserved
[    1.387610] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.388007] system 00:06: [io  0xff00-0xfffe] has been reserved
[    1.388014] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.389549] system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
[    1.389554] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    1.389557] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    1.389561] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    1.389567] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.396244] pnp: PnP ACPI: found 8 devices
[    1.402136] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.402206] NET: Registered protocol family 2
[    1.629221] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    1.629257] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.629417] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    1.629531] TCP: Hash tables configured (established 131072 bind 65536)
[    1.629562] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.629605] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    1.629689] NET: Registered protocol family 1
[    1.629839] RPC: Registered named UNIX socket transport module.
[    1.629844] RPC: Registered udp transport module.
[    1.629846] RPC: Registered tcp transport module.
[    1.629849] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.629852] NET: Registered protocol family 44
[    1.629859] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01-6b] add_size 1000
[    1.629874] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    1.629880] pci 0000:00:1c.0: PCI bridge to [bus 01-6b]
[    1.629890] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    1.629898] pci 0000:00:1c.0:   bridge window [mem 0xbc000000-0xea0fffff]
[    1.629906] pci 0000:00:1c.0:   bridge window [mem 0x70000000-0xb9ffffff 64bit pref]
[    1.629916] pci 0000:00:1c.7: PCI bridge to [bus 6c]
[    1.629925] pci 0000:00:1c.7:   bridge window [mem 0xec000000-0xec1fffff]
[    1.629936] pci 0000:00:1d.0: PCI bridge to [bus 6d]
[    1.629952] pci 0000:00:1d.0:   bridge window [mem 0xec200000-0xec2fffff]
[    1.629963] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.629967] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.629971] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.629974] pci_bus 0000:00: resource 7 [mem 0x4f800000-0xefffffff window]
[    1.629978] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    1.629981] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    1.629984] pci_bus 0000:01: resource 1 [mem 0xbc000000-0xea0fffff]
[    1.629987] pci_bus 0000:01: resource 2 [mem 0x70000000-0xb9ffffff 64bit pref]
[    1.629991] pci_bus 0000:6c: resource 1 [mem 0xec000000-0xec1fffff]
[    1.629994] pci_bus 0000:6d: resource 1 [mem 0xec200000-0xec2fffff]
[    1.630150] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.641636] pci 0000:00:14.0: quirk_usb_early_handoff+0x0/0x6e0 took 11201 usecs
[    1.642070] PCI: CLS 0 bytes, default 64
[    1.642127] DMAR: ACPI device "device:7a" under DMAR at fed91000 as 00:15.0
[    1.642134] DMAR: ACPI device "device:7b" under DMAR at fed91000 as 00:15.1
[    1.642139] DMAR: ACPI device "device:7c" under DMAR at fed91000 as 00:15.2
[    1.642157] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.642159] software IO TLB: mapped [mem 0x000000004190d000-0x000000004590d000] (64MB)
[    1.643837] Initialise system trusted keyrings
[    1.643855] Key type blacklist registered
[    1.643903] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.645157] zbud: loaded
[    1.645652] NFS: Registering the id_resolver key type
[    1.645661] Key type id_resolver registered
[    1.645664] Key type id_legacy registered
[    1.645684] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.645688] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.645696] romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
[    1.657488] xor: automatically using best checksumming function   avx       
[    1.657492] async_tx: api initialized (async)
[    1.657495] Key type asymmetric registered
[    1.657497] Asymmetric key parser 'x509' registered
[    1.657506] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.657545] io scheduler mq-deadline registered
[    1.657627] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    1.658441] efifb: probing for efifb
[    1.658456] efifb: framebuffer at 0x60000000, using 8100k, total 8100k
[    1.658460] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.658463] efifb: scrolling: redraw
[    1.658465] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.663344] Console: switching to colour frame buffer device 240x67
[    1.667942] fb0: EFI VGA frame buffer device
[    1.667969] intel_idle: MWAIT substates: 0x11142120
[    1.667970] intel_idle: v0.5.1 model 0x8E
[    1.668523] intel_idle: Local APIC timer is reliable in all C-states
[    1.668688] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    1.671357] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.675179] brd: module loaded
[    1.675552] nvme nvme0: pci function 0000:6d:00.0
[    1.676516] scsi host0: pata_legacy
[    1.676596] ata1: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[    1.682670] nvme nvme0: Shutdown timeout set to 8 seconds
[    1.692579] nvme nvme0: 8/0/0 default/read/poll queues
[    1.696464]  nvme0n1: p1 p2 p3
[    2.652764] tsc: Refined TSC clocksource calibration: 2111.995 MHz
[    2.652804] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e7173d7e16, max_idle_ns: 440795242568 ns
[    2.652871] clocksource: Switched to clocksource tsc
[    4.700851] floppy0: no floppy controllers found
[    4.713407] scsi host0: pata_legacy
[    4.713474] ata2: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[    4.869578] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.869620] ehci-pci: EHCI PCI platform driver
[    4.869661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.869929] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    4.870075] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    4.871206] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    4.871688] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[    4.871725] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.871755] usb usb1: Product: xHCI Host Controller
[    4.871776] usb usb1: Manufacturer: Linux 5.11.16 xhci-hcd
[    4.871799] usb usb1: SerialNumber: 0000:00:14.0
[    4.872025] hub 1-0:1.0: USB hub found
[    4.872069] hub 1-0:1.0: 12 ports detected
[    4.873373] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    4.873478] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    4.873511] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    4.873586] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[    4.873626] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.873656] usb usb2: Product: xHCI Host Controller
[    4.873677] usb usb2: Manufacturer: Linux 5.11.16 xhci-hcd
[    4.873700] usb usb2: SerialNumber: 0000:00:14.0
[    4.874939] hub 2-0:1.0: USB hub found
[    4.876058] hub 2-0:1.0: 6 ports detected
[    4.877772] usb: port power management may be unreliable
[    4.878994] usbcore: registered new interface driver usb-storage
[    4.880116] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    4.881218] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    4.882752] i8042: Warning: Keylock active
[    4.884162] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.885468] mousedev: PS/2 mouse device common for all mice
[    4.886656] rtc_cmos 00:01: RTC can wake from S4
[    4.888591] rtc_cmos 00:01: registered as rtc0
[    4.888852] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    4.889724] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[    4.892207] device-mapper: uevent: version 1.0.3
[    4.893504] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    4.894682] intel_pstate: Intel P-state driver initializing
[    4.896734] intel_pstate: HWP enabled
[    4.897895] EFI Variables Facility v0.08 2004-May-17
[    4.906540] intel_pmc_core INT33A1:00:  initialized
[    4.907816] Initializing XFRM netlink socket
[    4.908938] NET: Registered protocol family 17
[    4.910143] Key type dns_resolver registered
[    4.912028] microcode: sig=0x806ea, pf=0x80, revision=0xe0
[    4.913719] microcode: Microcode Update Driver: v2.2.
[    4.913724] IPI shorthand broadcast: enabled
[    4.916370] AVX2 version of gcm_enc/dec engaged.
[    4.917603] AES CTR mode by8 optimization enabled
[    4.920097] sched_clock: Marking stable (4914861745, 5223555)->(4937833145, -17747845)
[    4.921254] registered taskstats version 1
[    4.922353] Loading compiled-in X.509 certificates
[    4.923555] zswap: loaded using pool lzo/zbud
[    4.924773] Key type ._fscrypt registered
[    4.925855] Key type .fscrypt registered
[    4.926936] Key type fscrypt-provisioning registered
[    4.928582] Key type encrypted registered
[    4.930772] RAS: Correctable Errors collector initialized.
[    4.939984] md: Waiting for all devices to be available before autodetect
[    4.941069] md: If you don't use raid, use raid=noautodetect
[    4.942126] md: Autodetecting RAID arrays.
[    4.943185] md: autorun ...
[    4.944229] md: ... autorun DONE.
[    4.954105] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    4.955190] VFS: Mounted root (ext4 filesystem) readonly on device 259:2.
[    4.956796] devtmpfs: mounted
[    4.959112] Freeing unused decrypted memory: 2036K
[    4.960472] Freeing unused kernel image (initmem) memory: 1540K
[    4.961605] Write protecting the kernel read-only data: 22528k
[    4.963302] Freeing unused kernel image (text/rodata gap) memory: 2032K
[    4.964750] Freeing unused kernel image (rodata/data gap) memory: 1692K
[    4.965873] rodata_test: all tests were successful
[    4.966917] Run /sbin/init as init process
[    4.967957]   with arguments:
[    4.967958]     /sbin/init
[    4.967959]   with environment:
[    4.967960]     HOME=/
[    4.967961]     TERM=linux
[    4.967961]     BOOT_IMAGE=dev000:\EFI\Slackware\vmlinuz
[    4.967962]     vga=normal
[    5.129368] loop: module loaded
[    5.198916] usb 2-4: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    5.223826] usb 2-4: New USB device found, idVendor=0bda, idProduct=0328, bcdDevice=29.08
[    5.226343] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.228847] usb 2-4: Product: USB3.0-CRW
[    5.231310] usb 2-4: Manufacturer: Generic
[    5.233779] usb 2-4: SerialNumber: 28203008282014000
[    5.242560] usb-storage 2-4:1.0: USB Mass Storage device detected
[    5.246060] scsi host0: usb-storage 2-4:1.0
[    5.330647] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[    5.501339] usb 1-5: New USB device found, idVendor=0bda, idProduct=58f6, bcdDevice=75.16
[    5.503881] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    5.506332] usb 1-5: Product: Integrated_Webcam_HD
[    5.508785] usb 1-5: Manufacturer: CN0TYVFGLOG008810DDLA00
[    5.511232] usb 1-5: SerialNumber: 200901010001
[    5.631705] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    5.685443] udevd[608]: starting eudev-3.2.10
[    5.721420] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    5.724585] ACPI: AC Adapter [AC] (on-line)
[    5.726644] ACPI: Lid Switch [LID0]
[    5.727734] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    5.728816] ACPI: Power Button [PBTN]
[    5.729909] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[    5.730991] ACPI: Sleep Button [SBTN]
[    5.732091] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    5.733203] ACPI: Power Button [PWRF]
[    5.736640] input: Intel HID events as /devices/platform/INT33D5:00/input/input5
[    5.738686] intel-hid INT33D5:00: platform supports 5 button array
[    5.740269] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input6
[    5.747381] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20201113/nsprepkg-94)
[    5.758782] ACPI Warning: SystemMemory range 0x00000000FE028000-0x00000000FE0281FF conflicts with OpRegion 0x00000000FE028000-0x00000000FE028207 (\_SB.PCI0.GEXP.BAR0) (20201113/utaddress-204)
[    5.760439] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.761580] usb 1-7: New USB device found, idVendor=0cf3, idProduct=e007, bcdDevice= 0.01
[    5.763884] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.763940] intel-lpss: probe of INT3446:00 failed with error -16
[    5.768159] input: Intel Virtual Button driver as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input7
[    5.782873] wmi_bus wmi_bus-PNP0C14:01: WQBC data block query control method not found
[    5.787701] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFC, rev-id 1)
[    5.798341] hid: raw HID events driver (C) Jiri Kosina
[    5.803631] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    5.832631] intel_ish_ipc 0000:00:13.0: enabling device (0000 -> 0002)
[    5.835315] battery: ACPI: Battery Slot [BAT0] (battery present)
[    5.837363] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    5.841852] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    5.854085] thermal LNXTHERM:00: registered as thermal_zone4
[    5.855441] ACPI: Thermal Zone [THM] (25 C)
[    5.858925] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[    5.860335] intel_rapl_common: Found RAPL domain package
[    5.862891] intel_rapl_common: Found RAPL domain dram
[    5.866659] Linux agpgart interface v0.103
[    5.872454] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    5.876133] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    5.879900] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    5.881889] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    5.883655] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[    5.885223] intel-lpss 0000:00:15.2: enabling device (0000 -> 0002)
[    5.887767] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    5.897770] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[    5.897971] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.902378] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.962431] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.969531] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.976703] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    5.978089] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    5.978189] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.981988] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.983451] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    5.985479] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.987282] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    6.012249] usb 1-10: config 1 has an invalid interface number: 3 but max is 2
[    6.013844] usb 1-10: config 1 has no interface number 2
[    6.016107] usb 1-10: New USB device found, idVendor=0a5c, idProduct=5833, bcdDevice= 1.01
[    6.017793] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.019473] usb 1-10: Product: 5880
[    6.021097] usb 1-10: Manufacturer: Broadcom Corp
[    6.022759] usb 1-10: SerialNumber: 0123456789ABCD
[    6.118493] mc: Linux media interface: v0.10
[    6.121472] usbcore: registered new interface driver uas
[    6.121795] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[    6.124419] checking generic (60000000 7e9000) vs hw (eb000000 1000000)
[    6.126243] checking generic (60000000 7e9000) vs hw (60000000 10000000)
[    6.126246] fb0: switching to inteldrmfb from EFI VGA
[    6.126370] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    6.130504] Console: switching to colour dummy device 80x25
[    6.130586] i915 0000:00:02.0: vgaarb: deactivate vga console
[    6.133199] ath10k_pci 0000:6c:00.0: enabling device (0000 -> 0002)
[    6.134270] videodev: Linux video capture interface: v2.00
[    6.135746] ath10k_pci 0000:6c:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    6.147420] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    6.150116] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    6.162648] i915 0000:00:02.0: [drm] Panel advertises DPCD backlight support, but VBT disagrees. If your backlight controls don't work try booting with i915.enable_dpcd_backlight=1. If your machine needs this, please file a _new_ bug report on drm/i915, see https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs for details.
[    6.178999] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:58f6)
[    6.185264] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input8
[    6.185738] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:58f6)
[    6.187615] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input9
[    6.187741] usbcore: registered new interface driver uvcvideo
[    6.187747] USB Video Class driver (1.1.1)
[    6.251308] intel_rapl_common: Found RAPL domain package
[    6.251318] intel_rapl_common: Found RAPL domain core
[    6.251323] intel_rapl_common: Found RAPL domain uncore
[    6.251327] intel_rapl_common: Found RAPL domain dram
[    6.251331] intel_rapl_common: Found RAPL domain psys
[    6.264750] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    6.266326] input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input10
[    6.274361] Bluetooth: Core ver 2.22
[    6.274379] NET: Registered protocol family 31
[    6.274382] Bluetooth: HCI device and connection manager initialized
[    6.274387] Bluetooth: HCI socket layer initialized
[    6.274391] Bluetooth: L2CAP socket layer initialized
[    6.274395] Bluetooth: SCO socket layer initialized
[    6.290754] usbcore: registered new interface driver btusb
[    6.291589] Bluetooth: hci0: using rampatch file: qca/rampatch_usb_00000302.bin
[    6.291599] Bluetooth: hci0: QCA: patch rome 0x302 build 0x3e8, firmware rome 0x302 build 0x111
[    6.302500] scsi 0:0:0:0: Direct-Access     Generic- SD/MMC CRW       1.00 PQ: 0 ANSI: 6
[    6.305317] dell_laptop: Using i8042 filter function for receiving events
[    6.312085] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    6.345928] ath10k_pci 0000:6c:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1028:0410
[    6.345939] ath10k_pci 0000:6c:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[    6.346635] ath10k_pci 0000:6c:00.0: firmware ver WLAN.RM.4.4.1-00157-QCARMSWPZ-1 api 6 features wowlan,ignore-otp,mfp crc32 90eebefb
[    6.410851] ath10k_pci 0000:6c:00.0: board_file api 2 bmi_id N/A crc32 318825bf
[    6.466801] i2c_hid i2c-WCOM4841:00: supply vdd not found, using dummy regulator
[    6.466846] i2c_hid i2c-WCOM4841:00: supply vddl not found, using dummy regulator
[    6.504683] ath10k_pci 0000:6c:00.0: htt-ver 3.60 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    6.565230] ath: EEPROM regdomain: 0x6c
[    6.565234] ath: EEPROM indicates we should expect a direct regpair map
[    6.565236] ath: Country alpha2 being used: 00
[    6.565237] ath: Regpair used: 0x6c
[    6.571287] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=5
[    6.603074] hid-generic 001F:8087:0AC2.0001: hidraw0: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    6.604756] hid-generic 001F:8087:0AC2.0002: hidraw1: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    6.605490] hid-generic 001F:8087:0AC2.0003: hidraw2: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on 
[    6.607181] hid-generic 001F:8087:0AC3.0004: hidraw3: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC3] on 
[    6.607641] hid-generic 001F:8087:0AC3.0005: hidraw4: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC3] on 
[    6.631588] Bluetooth: hci0: using NVM file: qca/nvm_usb_00000302.bin
[    6.653075] input: WCOM4841:00 056A:4841 Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-4/i2c-WCOM4841:00/0018:056A:4841.0006/input/input11
[    6.653325] input: WCOM4841:00 056A:4841 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-4/i2c-WCOM4841:00/0018:056A:4841.0006/input/input12
[    6.653413] input: WCOM4841:00 056A:4841 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-4/i2c-WCOM4841:00/0018:056A:4841.0006/input/input13
[    6.653530] input: WCOM4841:00 056A:4841 as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-4/i2c-WCOM4841:00/0018:056A:4841.0006/input/input14
[    6.653594] input: WCOM4841:00 056A:4841 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-4/i2c-WCOM4841:00/0018:056A:4841.0006/input/input15
[    6.653666] hid-generic 0018:056A:4841.0006: input,hidraw0: I2C HID v1.00 Mouse [WCOM4841:00 056A:4841] on i2c-WCOM4841:00
[    6.717480] i2c_hid i2c-DELL0823:00: supply vdd not found, using dummy regulator
[    6.717520] i2c_hid i2c-DELL0823:00: supply vddl not found, using dummy regulator
[    6.865901] input: DELL0823:00 044E:120A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-5/i2c-DELL0823:00/0018:044E:120A.0007/input/input16
[    6.866005] input: DELL0823:00 044E:120A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-5/i2c-DELL0823:00/0018:044E:120A.0007/input/input17
[    6.866083] input: DELL0823:00 044E:120A as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-5/i2c-DELL0823:00/0018:044E:120A.0007/input/input18
[    6.866138] hid-generic 0018:044E:120A.0007: input,hidraw1: I2C HID v1.00 Mouse [DELL0823:00 044E:120A] on i2c-DELL0823:00
[    6.895324] usbcore: registered new interface driver usbhid
[    6.895330] usbhid: USB HID core driver
[    7.025269] input: DELL0823:00 044E:120A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-5/i2c-DELL0823:00/0018:044E:120A.0007/input/input19
[    7.040826] input: DELL0823:00 044E:120A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-5/i2c-DELL0823:00/0018:044E:120A.0007/input/input20
[    7.080963] input: DELL0823:00 044E:120A UNKNOWN as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-5/i2c-DELL0823:00/0018:044E:120A.0007/input/input21
[    7.081029] hid-multitouch 0018:044E:120A.0007: input,hidraw0: I2C HID v1.00 Mouse [DELL0823:00 044E:120A] on i2c-DELL0823:00
[    7.082181] input: Wacom HID 4841 Pen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-4/i2c-WCOM4841:00/0018:056A:4841.0006/input/input22
[    7.082366] input: Wacom HID 4841 Finger as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-4/i2c-WCOM4841:00/0018:056A:4841.0006/input/input23
[    7.082487] wacom 0018:056A:4841.0006: hidraw1: I2C HID v1.00 Mouse [WCOM4841:00 056A:4841] on i2c-WCOM4841:00
[    7.297031] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    7.305483] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.311357] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input25
[    7.312646] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.323041] fbcon: i915drmfb (fb0) is primary device
[    7.325784] Console: switching to colour frame buffer device 240x67
[    7.347411] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    7.389527] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3253: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    7.389581] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.389621] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    7.389653] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    7.389680] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    7.389715] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[    7.389751] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[    7.389784] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    7.438022] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[    7.438117] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[    7.438691] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[    7.438801] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[    7.438916] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[    7.439021] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
[    7.508662] Adding 25391100k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:25391100k SSFS
[    8.099425] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
[    8.253494] NET: Registered protocol family 10
[    8.265134] Segment Routing with IPv6
[    9.656678] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.656682] Bluetooth: BNEP filters: protocol multicast
[    9.656686] Bluetooth: BNEP socket layer initialized
[    9.668170] NET: Registered protocol family 38
[   31.352643] fuse: init (API version 7.33)
[   36.040123] Bluetooth: RFCOMM TTY layer initialized
[   36.040139] Bluetooth: RFCOMM socket layer initialized
[   36.040150] Bluetooth: RFCOMM ver 1.11
[  113.366775] usb 1-2: new full-speed USB device number 5 using xhci_hcd
[  113.495796] usb 1-2: New USB device found, idVendor=0af0, idProduct=6971, bcdDevice= 0.00
[  113.495809] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  113.495814] usb 1-2: Product: Globetrotter HSDPA Modem  
[  113.495818] usb 1-2: Manufacturer: Option N.V.
[  113.495821] usb 1-2: SerialNumber: Serial Number
[  113.497548] usb-storage 1-2:1.0: USB Mass Storage device detected
[  113.845512] usb-storage: probe of 1-2:1.0 failed with error -5
[  113.845876] usb 1-2: USB disconnect, device number 5
[  113.983680] hso: drivers/net/usb/hso.c: Option Wireless
[  113.983749] usbcore: registered new interface driver hso
[  116.064507] usb 1-2: new full-speed USB device number 6 using xhci_hcd
[  116.195651] usb 1-2: New USB device found, idVendor=0af0, idProduct=6971, bcdDevice= 0.00
[  116.195664] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=4
[  116.195669] usb 1-2: Product: Globetrotter HSDPA Modem  
[  116.195672] usb 1-2: Manufacturer: Option N.V.
[  116.195676] usb 1-2: SerialNumber: Serial Number
[  116.199593] usb-storage 1-2:1.0: USB Mass Storage device detected
[  116.214180] usb-storage 1-2:1.1: USB Mass Storage device detected
[  116.229728] usb-storage 1-2:1.2: USB Mass Storage device detected
[  257.130253] usb 1-2: USB disconnect, device number 6
[  257.130642] BUG: kernel NULL pointer dereference, address: 0000000000000068
[  257.130652] #PF: supervisor write access in kernel mode
[  257.130657] #PF: error_code(0x0002) - not-present page
[  257.130662] PGD 0 P4D 0 
[  257.130669] Oops: 0002 [#1] SMP PTI
[  257.130676] CPU: 5 PID: 169 Comm: kworker/5:1 Not tainted 5.11.16 #16
[  257.130684] Hardware name: Dell Inc. Latitude 7390 2-in-1/0YNG30, BIOS 1.17.0 01/07/2021
[  257.130689] Workqueue: usb_hub_wq hub_event
[  257.130702] RIP: 0010:hso_free_interface+0xd6/0x1b0 [hso]
[  257.130719] Code: c7 c7 84 05 d7 c0 48 89 c6 41 0f b6 44 24 0c 48 c7 04 c5 00 06 d7 c0 00 00 00 00 e8 c4 19 d2 c7 48 8b 3b 44 89 f0 4c 8d 47 68 <f0> 0f c1 47 68 83 f8 01 0f 84 b8 00 00 00 85 c0 0f 8f 3a ff ff ff
[  257.130726] RSP: 0018:ffffaa2e8069bbc8 EFLAGS: 00010202
[  257.130733] RAX: 00000000ffffffff RBX: ffffffffc0d70600 RCX: 000000008040003d
[  257.130739] RDX: 0000000000000001 RSI: 0000000000000202 RDI: 0000000000000000
[  257.130744] RBP: ffffffffc0d70e00 R08: 0000000000000068 R09: 0000000000000001
[  257.130749] R10: ffff92b809855380 R11: 0000000000000000 R12: ffff92b80f50cc00
[  257.130753] R13: ffff92b80f50e800 R14: 00000000ffffffff R15: ffff92b80f5140a0
[  257.130758] FS:  0000000000000000(0000) GS:ffff92bb9e540000(0000) knlGS:0000000000000000
[  257.130764] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  257.130769] CR2: 0000000000000068 CR3: 000000015560a003 CR4: 00000000003706e0
[  257.130774] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  257.130778] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[  257.130782] Call Trace:
[  257.130790]  hso_disconnect+0xe/0x20 [hso]
[  257.130802]  usb_unbind_interface+0x8a/0x270
[  257.130816]  ? kernfs_find_ns+0x35/0xd0
[  257.130828]  __device_release_driver+0x17a/0x230
[  257.130838]  device_release_driver+0x24/0x30
[  257.130846]  bus_remove_device+0xd2/0x110
[  257.130854]  device_del+0x190/0x480
[  257.130860]  ? kobject_put+0x70/0xc0
[  257.130872]  usb_disable_device+0xb2/0x160
[  257.130883]  usb_disconnect.cold+0x61/0x1dc
[  257.130897]  hub_event+0xb47/0x15c0
[  257.130907]  process_one_work+0x1fd/0x3d0
[  257.130919]  worker_thread+0x4d/0x3d0
[  257.130927]  ? rescuer_thread+0x3a0/0x3a0
[  257.130936]  kthread+0x11b/0x140
[  257.130942]  ? __kthread_bind_mask+0x60/0x60
[  257.130949]  ret_from_fork+0x22/0x30
[  257.130959] Modules linked in: hso rfcomm fuse cmac algif_hash algif_skcipher af_alg bnep efivarfs ipv6 nls_iso8859_1 nls_cp437 snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic joydev wacom usbhid hid_multitouch hid_sensor_custom dell_smm_hwmon hid_sensor_hub hid_generic intel_ishtp_loader intel_ishtp_hid dell_rbtn btusb btrtl btbcm btintel i2c_designware_platform dell_wmi dell_laptop mei_hdcp i2c_designware_core bluetooth ecdh_generic intel_rapl_msr ecc wmi_bmof dell_smbios coretemp intel_wmi_thunderbolt dell_wmi_descriptor ledtrig_audio x86_pkg_temp_thermal intel_powerclamp uvcvideo videobuf2_vmalloc kvm_intel videobuf2_memops videobuf2_v4l2 videobuf2_common tpm_crb videodev ath10k_pci uas mc snd_hda_intel kvm ath10k_core irqbypass snd_intel_dspcfg i915 crct10dif_pclmul snd_hda_codec crc32_pclmul cec ghash_clmulni_intel mac80211 rc_core snd_hwdep ath rapl evdev drm_kms_helper snd_hda_core intel_cstate snd_pcm cfg80211 serio_raw snd_timer drm snd hwmon i2c_i801 mei_me
[  257.131110]  rfkill soundcore i2c_smbus intel_gtt mei intel_lpss_pci intel_pch_thermal agpgart processor_thermal_device i2c_algo_bit processor_thermal_rfim fb_sys_fops intel_xhci_usb_role_switch syscopyarea processor_thermal_mbox intel_ish_ipc sysfillrect roles processor_thermal_rapl sysimgblt intel_ishtp intel_rapl_common intel_soc_dts_iosf i2c_hid ucsi_acpi hid typec_ucsi thermal typec wmi battery i2c_core intel_vbtn tpm_tis intel_lpss_acpi soc_button_array intel_lpss tpm_tis_core video idma64 int3400_thermal int3403_thermal intel_hid virt_dma tpm int340x_thermal_zone acpi_thermal_rel sparse_keymap acpi_pad ac button loop
[  257.131208] CR2: 0000000000000068
[  257.131213] ---[ end trace 5fbedb0903641822 ]---
[  257.131219] RIP: 0010:hso_free_interface+0xd6/0x1b0 [hso]
[  257.131233] Code: c7 c7 84 05 d7 c0 48 89 c6 41 0f b6 44 24 0c 48 c7 04 c5 00 06 d7 c0 00 00 00 00 e8 c4 19 d2 c7 48 8b 3b 44 89 f0 4c 8d 47 68 <f0> 0f c1 47 68 83 f8 01 0f 84 b8 00 00 00 85 c0 0f 8f 3a ff ff ff
[  257.131240] RSP: 0018:ffffaa2e8069bbc8 EFLAGS: 00010202
[  257.131246] RAX: 00000000ffffffff RBX: ffffffffc0d70600 RCX: 000000008040003d
[  257.131251] RDX: 0000000000000001 RSI: 0000000000000202 RDI: 0000000000000000
[  257.131255] RBP: ffffffffc0d70e00 R08: 0000000000000068 R09: 0000000000000001
[  257.131259] R10: ffff92b809855380 R11: 0000000000000000 R12: ffff92b80f50cc00
[  257.131263] R13: ffff92b80f50e800 R14: 00000000ffffffff R15: ffff92b80f5140a0
[  257.131267] FS:  0000000000000000(0000) GS:ffff92bb9e540000(0000) knlGS:0000000000000000
[  257.131272] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  257.131276] CR2: 0000000000000068 CR3: 000000015560a003 CR4: 00000000003706e0
[  257.131281] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  257.131285] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hso driver kernel NULL pointer dereference
  2021-04-25 21:35 hso driver kernel NULL pointer dereference Leonardo Antoniazzi
@ 2021-04-26  7:32 ` Greg KH
  2021-04-26  7:59   ` Johan Hovold
  2021-04-26  8:15 ` Johan Hovold
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2021-04-26  7:32 UTC (permalink / raw)
  To: Leonardo Antoniazzi, Anirudh Rayabharam; +Cc: linux-usb, netdev

On Sun, Apr 25, 2021 at 11:35:09PM +0200, Leonardo Antoniazzi wrote:
> Hello,
> removing my usb-modem (option icon 226) i get this oops (i attached the dmesg output):
> 
> BUG: kernel NULL pointer dereference, address: 0000000000000068
> 
> reverting this patch fix the problem on detaching the modem:
> 
> https://marc.info/?l=linux-usb&m=161781851805582&w=2
> 
> I'm not a developer, i hope the attached dmesg.txt will suffice

Ick, that's not good.

Anirudh, can you please look into this as it's caused by 8a12f8836145
("net: hso: fix null-ptr-deref during tty device unregistration") which
is merged into 5.12.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hso driver kernel NULL pointer dereference
  2021-04-26  7:32 ` Greg KH
@ 2021-04-26  7:59   ` Johan Hovold
  0 siblings, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2021-04-26  7:59 UTC (permalink / raw)
  To: Greg KH; +Cc: Leonardo Antoniazzi, Anirudh Rayabharam, linux-usb, netdev

On Mon, Apr 26, 2021 at 09:32:44AM +0200, Greg Kroah-Hartman wrote:
> On Sun, Apr 25, 2021 at 11:35:09PM +0200, Leonardo Antoniazzi wrote:
> > Hello,
> > removing my usb-modem (option icon 226) i get this oops (i attached the dmesg output):
> > 
> > BUG: kernel NULL pointer dereference, address: 0000000000000068
> > 
> > reverting this patch fix the problem on detaching the modem:
> > 
> > https://marc.info/?l=linux-usb&m=161781851805582&w=2
> > 
> > I'm not a developer, i hope the attached dmesg.txt will suffice
> 
> Ick, that's not good.
> 
> Anirudh, can you please look into this as it's caused by 8a12f8836145
> ("net: hso: fix null-ptr-deref during tty device unregistration") which
> is merged into 5.12.

I found the bug. Patch coming.

Johan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hso driver kernel NULL pointer dereference
  2021-04-25 21:35 hso driver kernel NULL pointer dereference Leonardo Antoniazzi
  2021-04-26  7:32 ` Greg KH
@ 2021-04-26  8:15 ` Johan Hovold
  1 sibling, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2021-04-26  8:15 UTC (permalink / raw)
  To: Leonardo Antoniazzi; +Cc: linux-usb

On Sun, Apr 25, 2021 at 11:35:09PM +0200, Leonardo Antoniazzi wrote:
> Hello,
> removing my usb-modem (option icon 226) i get this oops (i attached the dmesg output):
> 
> BUG: kernel NULL pointer dereference, address: 0000000000000068
> 
> reverting this patch fix the problem on detaching the modem:
> 
> https://marc.info/?l=linux-usb&m=161781851805582&w=2
> 
> I'm not a developer, i hope the attached dmesg.txt will suffice

Thanks for reporting this.

Can you confirm that the fix I just posted resolves this (and reply to
that patch with a Tested-by tag if you want)?

	https://lore.kernel.org/r/20210426081149.10498-1-johan@kernel.org

Johan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-26  8:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25 21:35 hso driver kernel NULL pointer dereference Leonardo Antoniazzi
2021-04-26  7:32 ` Greg KH
2021-04-26  7:59   ` Johan Hovold
2021-04-26  8:15 ` Johan Hovold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.