Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All seeds crash due to KASAN NULL-pointer deref on 5.4 kernel #1

Open
tklengyel opened this issue Oct 19, 2020 · 4 comments
Open

All seeds crash due to KASAN NULL-pointer deref on 5.4 kernel #1

tklengyel opened this issue Oct 19, 2020 · 4 comments
Assignees

Comments

@tklengyel
Copy link

Hi,
thank you for releasing this project. I'm trying to run it on a 5.4 kernel according to the README. I have ported the kernel patches and the kernel boots and seems to work just fine. I'm using the stretch.img you've made available. However, when I try to fuzz AFL quits right away complaining that the seeds crash the target. I tested manually and I get the following trace with all seeds:

[   31.973341] BUG: kernel NULL pointer dereference, address: 00000000000009a8
[   31.976424] #PF: supervisor read access in kernel mode
[   31.978778] #PF: error_code(0x0000) - not-present page
[   31.981036] PGD 0 P4D 0 
[   31.982231] Oops: 0000 [#1] SMP KASAN PTI
[   31.983891] CPU: 0 PID: 2667 Comm: kworker/0:3 Not tainted 5.4.71+ #3
[   31.986144] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.11.0-0-g63451fca13-prebuilt.qemu-project.org 04/01/2014
[   31.990641] Workqueue: pm hcd_resume_work
[   31.992340] RIP: 0010:__sanitizer_cov_trace_pc+0x82/0x16a
[   31.994249] Code: 65 48 8b 05 c1 f5 e3 7e 48 89 44 24 38 90 48 8b 44 24 38 48 89 44 24 40 90 48 8b 44 24 40 48 89 44 24 10 eb 11 48 8b 44 24 28 <48> 8b 80 a8 09 00 00 48 89 44 24 10 48 8b 44 24 18 48 89 44 24 58
[   32.001307] RSP: 0018:ffff88815467f990 EFLAGS: 00010246
[   32.003277] RAX: 0000000000000000 RBX: ffff888154e14000 RCX: ffffffff8207483a
[   32.006188] RDX: dffffc0000000000 RSI: 0000000000000410 RDI: ffffffff821527ca
[   32.009100] RBP: ffff888154e14000 R08: ffffffff8207480f R09: ffffed102a9bb294
[   32.011841] R10: ffffed102a9bb293 R11: ffff888154dd949e R12: ffffffff85da2f00
[   32.014724] R13: 1ffff1102a8cff58 R14: ffff888154e14148 R15: ffff888154e14250
[   32.017664] FS:  0000000000000000(0000) GS:ffff88815ae00000(0000) knlGS:0000000000000000
[   32.020768] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   32.022234] CR2: 00000000000009a8 CR3: 00000001503ce000 CR4: 00000000000006f0
[   32.024110] Call Trace:
[   32.026556]  ? xhci_bus_resume+0x1a/0x870
[   32.028086]  ? xhci_bus_resume+0x1a/0x870
[   32.029763]  ? wait_for_completion_killable_timeout+0x240/0x240
[   32.032119]  ? blk_mq_sched_insert_request+0x18b/0x280
[   32.034271]  ? pvclock_clocksource_read+0xf6/0x1c0
[   32.036297]  ? hcd_bus_resume+0x110/0x340
[   32.037897]  ? usb_hcd_get_frame_number+0x60/0x60
[   32.039840]  ? __update_load_avg_cfs_rq+0xf7/0x3d0
[   32.041743]  ? usb_generic_driver_resume+0x51/0x60
[   32.043361]  ? usb_resume_both+0x298/0x360
[   32.045378]  ? rpm_resume+0x1cc/0xb00
[   32.046884]  ? usb_suspend_both+0x440/0x440
[   32.048615]  ? pvclock_clocksource_read+0xf6/0x1c0
[   32.050780]  ? usb_runtime_suspend+0x80/0x80
[   32.052638]  ? usb_runtime_suspend+0x80/0x80
[   32.054506]  ? __rpm_callback+0xb3/0x1b0
[   32.056224]  ? ktime_get_mono_fast_ns+0x106/0x1b0
[   32.058224]  ? usb_runtime_suspend+0x80/0x80
[   32.059886]  ? usb_runtime_suspend+0x80/0x80
[   32.061707]  ? rpm_callback+0x37/0xd0
[   32.063193]  ? usb_runtime_suspend+0x80/0x80
[   32.064929]  ? rpm_resume+0x831/0xb00
[   32.066480]  ? pm_runtime_get_if_in_use+0x160/0x160
[   32.068534]  ? __schedule+0x1188/0x1f70
[   32.070113]  ? _raw_spin_lock_irqsave+0x7b/0xd0
[   32.071899]  ? _raw_spin_trylock_bh+0xf0/0xf0
[   32.073755]  ? mutex_lock+0x89/0xd0
[   32.075186]  ? __pm_runtime_resume+0x4a/0xa0
[   32.076868]  ? usb_autoresume_device+0x16/0x50
[   32.078675]  ? usb_remote_wakeup+0x42/0x60
[   32.080335]  ? process_one_work+0x449/0x7c0
[   32.082060]  ? worker_thread+0x73/0x670
[   32.083622]  ? process_one_work+0x7c0/0x7c0
[   32.085336]  ? kthread+0x1b9/0x1e0
[   32.086777]  ? kthread_create_worker_on_cpu+0xd0/0xd0
[   32.088944]  ? ret_from_fork+0x35/0x40
[   32.090563] Modules linked in:
[   32.091916] CR2: 00000000000009a8
[   32.093297] ---[ end trace 6f009659d59b068a ]---
[   32.095247] RIP: 0010:__sanitizer_cov_trace_pc+0x82/0x16a
[   32.097560] Code: 65 48 8b 05 c1 f5 e3 7e 48 89 44 24 38 90 48 8b 44 24 38 48 89 44 24 40 90 48 8b 44 24 40 48 89 44 24 10 eb 11 48 8b 44 24 28 <48> 8b 80 a8 09 00 00 48 89 44 24 10 48 8b 44 24 18 48 89 44 24 58
[   32.105342] RSP: 0018:ffff88815467f990 EFLAGS: 00010246
[   32.107407] RAX: 0000000000000000 RBX: ffff888154e14000 RCX: ffffffff8207483a
[   32.110103] RDX: dffffc0000000000 RSI: 0000000000000410 RDI: ffffffff821527ca
[   32.113041] RBP: ffff888154e14000 R08: ffffffff8207480f R09: ffffed102a9bb294
[   32.116126] R10: ffffed102a9bb293 R11: ffff888154dd949e R12: ffffffff85da2f00
[   32.119092] R13: 1ffff1102a8cff58 R14: ffff888154e14148 R15: ffff888154e14250
[   32.122101] FS:  0000000000000000(0000) GS:ffff88815ae00000(0000) knlGS:0000000000000000
[   32.125828] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   32.128258] CR2: 00000000000009a8 CR3: 00000001503ce000 CR4: 00000000000006f0

I guess I could try with KASAN disabled but any idea what might be wrong here?

@gannimo
Copy link
Member

gannimo commented Oct 19, 2020

Can you paste the full log for completeness?

@tklengyel
Copy link
Author

# ./usbfuzz-afl/qemu_mode/qemu-build/x86_64-softmmu/qemu-system-x86_64 -M q35 -device qemu-xhci,id=xhci  -object memory-backend-shm,id=shm -device ivshmem-plain,id=ivshmem,memdev=shm  -m 4G -enable-kvm -kernel arch/x86_64/boot/bzImage  -hda stretch.img -append 'root=/dev/sda console=ttyS0' -usbDescFile seeds/usb_sb7VwXl -serial stdio
__AFL_SHM_ID
Not running in AFL, create a mock afl_area_ptrmock afl_area_ptr: 0x0x7fc769184000
WARNING: Image format was not specified for 'stretch.img' and probing guessed raw.
         Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
         Specify the 'raw' format explicitly to remove the restrictions.
Initializing AFL
[    0.000000] Linux version 5.4.71+ (drt@t9) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #4 SMP Sun Oct 18 20:27:20 MDT 2020
[    0.000000] Command line: root=/dev/sda console=ttyS0
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffddfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ffde000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.11.0-0-g63451fca13-prebuilt.qemu-project.org 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000007] kvm-clock: cpu 0, msr 6a65001, primary cpu clock
[    0.000007] kvm-clock: using sched offset of 992296140 cycles
[    0.000043] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000104] tsc: Initial usec timer 1186757
[    0.000105] tsc: Detected 3504.012 MHz processor
[    0.002825] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.003087] x86/PAT: PAT not supported by CPU.
[    0.003115] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
[    0.003117] last_pfn = 0x7ffde max_arch_pfn = 0x400000000
[    0.009910] found SMP MP-table at [mem 0x000f5b70-0x000f5b7f]
[    0.010185] check: Scanning 1 areas for low memory corruption
[    0.014420] ACPI: Early table checksum verification disabled
[    0.014554] ACPI: RSDP 0x00000000000F5960 000014 (v00 BOCHS )
[    0.014629] ACPI: RSDT 0x000000007FFE20E7 000034 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.014746] ACPI: FACP 0x000000007FFE1F07 0000F4 (v03 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.014762] ACPI: DSDT 0x000000007FFE0040 001EC7 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.014767] ACPI: FACS 0x000000007FFE0000 000040
[    0.014777] ACPI: APIC 0x000000007FFE1FFB 000078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.014782] ACPI: HPET 0x000000007FFE2073 000038 (v01 BOCHS  BXPCHPET 00000001 BXPC 00000001)
[    0.014787] ACPI: MCFG 0x000000007FFE20AB 00003C (v01 BOCHS  BXPCMCFG 00000001 BXPC 00000001)
[    0.015882] No NUMA configuration found
[    0.015884] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.015927] NODE_DATA(0) allocated [mem 0x17fffa000-0x17fffdfff]
[    0.018851] Zone ranges:
[    0.018861]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.018863]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.018865]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.018866] Movable zone start for each node
[    0.018867] Early memory node ranges
[    0.018869]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.018887]   node   0: [mem 0x0000000000100000-0x000000007ffddfff]
[    0.018889]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.024678] Zeroed struct page in unavailable ranges: 132 pages
[    0.024681] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    1.786586] kasan: KernelAddressSanitizer initialized
[    1.787591] ACPI: PM-Timer IO Port: 0x608
[    1.787640] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    1.787921] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    1.787925] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    1.787934] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    1.787935] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    1.787960] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    1.787961] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    1.787970] Using ACPI (MADT) for SMP configuration information
[    1.787972] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    1.788011] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    1.788178] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    1.788181] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    1.788182] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    1.788183] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    1.788185] PM: Registered nosave memory: [mem 0x7ffde000-0x7fffffff]
[    1.788186] PM: Registered nosave memory: [mem 0x80000000-0xafffffff]
[    1.788187] PM: Registered nosave memory: [mem 0xb0000000-0xbfffffff]
[    1.788188] PM: Registered nosave memory: [mem 0xc0000000-0xfed1bfff]
[    1.788189] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    1.788191] PM: Registered nosave memory: [mem 0xfed20000-0xfeffbfff]
[    1.788192] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[    1.788193] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[    1.788194] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    1.788197] [mem 0xc0000000-0xfed1bfff] available for PCI devices
[    1.788199] Booting paravirtualized kernel on KVM
[    1.788237] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    2.298405] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    2.312430] percpu: Embedded 60 pages/cpu s205208 r8192 d32360 u2097152
[    2.312600] KVM setup async PF for cpu 0
[    2.312623] kvm-stealtime: cpu 0, msr 15ae1f1c0
[    2.312663] Built 1 zonelists, mobility grouping on.  Total pages: 1032039
[    2.312665] Policy zone: Normal
[    2.312668] Kernel command line: root=/dev/sda console=ttyS0
[    2.333982] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    2.335766] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.335939] mem auto-init: stack:off, heap alloc:off, heap free:off
[    2.765853] Memory: 3414396K/4193776K available (36868K kernel code, 22188K rwdata, 17304K rodata, 2060K init, 9976K bss, 779380K reserved, 0K cma-reserved)
[    2.773740] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    2.773850] Kernel/User page tables isolation: enabled
[    2.782155] rcu: Hierarchical RCU implementation.
[    2.782157] rcu: 	RCU event tracing is enabled.
[    2.782159] rcu: 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=1.
[    2.782178] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    2.782196] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    2.784708] NR_IRQS: 4352, nr_irqs: 256, preallocated irqs: 16
[    2.785513] random: get_random_bytes called from start_kernel+0x371/0x5cb with crng_init=0
[    2.809694] Console: colour VGA+ 80x25
[    3.094058] printk: console [ttyS0] enabled
[    3.096165] ACPI: Core revision 20190816
[    3.098787] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[    3.108294] APIC: Switch to symmetric I/O mode setup
[    3.118286] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    3.121217] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x32821ec1205, max_idle_ns: 440795243129 ns
[    3.131723] Calibrating delay loop (skipped) preset value.. 7008.02 BogoMIPS (lpj=3504012)
[    3.132737] pid_max: default: 32768 minimum: 301
[    3.133873] LSM: Security Framework initializing
[    3.134820] SELinux:  Initializing.
[    3.135858] *** VALIDATE SELinux ***
[    3.136815] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    3.138764] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    3.140869] *** VALIDATE tmpfs ***
[    3.144179] *** VALIDATE proc ***
[    3.146014] *** VALIDATE cgroup1 ***
[    3.146723] *** VALIDATE cgroup2 ***
[    3.148441] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    3.148698] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    3.149735] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    3.150699] Spectre V2 : Mitigation: Full generic retpoline
[    3.151697] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    3.152699] Speculative Store Bypass: Vulnerable
[    3.153737] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    3.176371] Freeing SMP alternatives memory: 52K
[    3.236694] smpboot: CPU0: Intel QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3)
[    3.237788] Performance Events: PMU not available due to virtualization, using software events only.
[    3.238969] rcu: Hierarchical SRCU implementation.
[    3.240847] NMI watchdog: Perf NMI watchdog permanently disabled
[    3.241886] smp: Bringing up secondary CPUs ...
[    3.242701] smp: Brought up 1 node, 1 CPU
[    3.243698] smpboot: Max logical packages: 1
[    3.244698] smpboot: Total of 1 processors activated (7008.02 BogoMIPS)
[    3.247234] devtmpfs: initialized
[    3.263901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    3.264705] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    3.268399] kworker/u2:0 (17) used greatest stack depth: 28376 bytes left
[    3.269854] 
[    3.270467] *************************************************************
[    3.270748] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    3.271699] **                                                         **
[    3.272701] **  IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL  **
[    3.273699] **                                                         **
[    3.274699] ** This means that this kernel is built to expose internal **
[    3.275696] ** IOMMU data structures, which may compromise security on **
[    3.276698] ** your system.                                            **
[    3.277698] **                                                         **
[    3.278698] ** If you see this message and you are not debugging the   **
[    3.279697] ** kernel, report this immediately to your vendor!         **
[    3.280700] **                                                         **
[    3.281709] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    3.282699] *************************************************************
[    3.285061] PM: RTC time: 12:52:11, date: 2020-10-19
[    3.285753] thermal_sys: Registered thermal governor 'step_wise'
[    3.285754] thermal_sys: Registered thermal governor 'user_space'
[    3.288560] NET: Registered protocol family 16
[    3.291694] audit: initializing netlink subsys (disabled)
[    3.296694] EISA bus registered
[    3.297721] audit: type=2000 audit(1603111931.807:1): state=initialized audit_enabled=0 res=1
[    3.299551] cpuidle: using governor menu
[    3.301110] ACPI: bus type PCI registered
[    3.302872] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[    3.303806] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820
[    3.304925] PCI: Using configuration type 1 for base access
[    3.372788] kworker/u2:1 (415) used greatest stack depth: 28368 bytes left
[    3.585802] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    3.590091] ACPI: Added _OSI(Module Device)
[    3.590699] ACPI: Added _OSI(Processor Device)
[    3.591697] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.592697] ACPI: Added _OSI(Processor Aggregator Device)
[    3.593879] ACPI: Added _OSI(Linux-Dell-Video)
[    3.594724] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    3.595921] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    3.629391] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    3.646528] ACPI: Interpreter enabled
[    3.646920] ACPI: (supports S0 S3 S4 S5)
[    3.647710] ACPI: Using IOAPIC for interrupt routing
[    3.649084] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.651833] ACPI: Enabled 1 GPEs in block 00 to 3F
[    3.700121] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    3.701920] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    3.704694] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[    3.706982] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
[    3.708706] PCI host bridge to bus 0000:00
[    3.709709] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    3.710705] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    3.711871] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    3.712720] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    3.713726] pci_bus 0000:00: root bus resource [mem 0x180000000-0x97fffffff window]
[    3.714758] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.716774] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    3.720694] pci 0000:00:01.0: [1234:1111] type 00 class 0x030000
[    3.724644] pci 0000:00:01.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[    3.733152] pci 0000:00:01.0: reg 0x18: [mem 0xfebf4000-0xfebf4fff]
[    3.744694] pci 0000:00:01.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[    3.758125] pci 0000:00:02.0: [8086:100e] type 00 class 0x020000
[    3.759577] pci 0000:00:02.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[    3.760717] pci 0000:00:02.0: reg 0x14: [io  0xc000-0xc03f]
[    3.767275] pci 0000:00:02.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[    3.770694] pci 0000:00:03.0: [1b36:000d] type 00 class 0x0c0330
[    3.772335] pci 0000:00:03.0: reg 0x10: [mem 0xfebf0000-0xfebf3fff 64bit]
[    3.779999] pci 0000:00:04.0: [1af4:1110] type 00 class 0x050000
[    3.784612] pci 0000:00:04.0: reg 0x10: [mem 0xfebf5000-0xfebf50ff]
[    3.791908] pci 0000:00:04.0: reg 0x18: [mem 0xfe000000-0xfe00ffff 64bit pref]
[    3.813998] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[    3.816758] pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[    3.820269] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[    3.824728] pci 0000:00:1f.2: reg 0x20: [io  0xc080-0xc09f]
[    3.827703] pci 0000:00:1f.2: reg 0x24: [mem 0xfebf6000-0xfebf6fff]
[    3.833661] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    3.837504] pci 0000:00:1f.3: reg 0x20: [io  0x0700-0x073f]
[    3.853197] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    3.856694] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    3.858694] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    3.862694] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    3.864694] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)
[    3.868422] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)
[    3.869694] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)
[    3.871694] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)
[    3.872068] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)
[    3.872905] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)
[    3.873901] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)
[    3.874968] ACPI: PCI Interrupt Link [GSID] (IRQs *19)
[    3.875894] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)
[    3.877801] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)
[    3.878913] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)
[    3.879902] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)
[    3.886250] iommu: Default domain type: Passthrough 
[    3.889694] pci 0000:00:01.0: vgaarb: setting as boot VGA device
[    3.889694] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    3.890754] pci 0000:00:01.0: vgaarb: bridge control possible
[    3.891707] vgaarb: loaded
[    3.896935] SCSI subsystem initialized
[    3.901504] ACPI: bus type USB registered
[    3.904540] usbcore: registered new interface driver usbfs
[    3.905968] usbcore: registered new interface driver hub
[    3.907832] usbcore: registered new device driver usb
[    3.911019] mc: Linux media interface: v0.10
[    3.912893] videodev: Linux video capture interface: v2.00
[    3.916391] pps_core: LinuxPPS API ver. 1 registered
[    3.916759] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    3.918217] PTP clock support registered
[    3.920240] EDAC MC: Ver: 3.0.0
[    3.927117] Advanced Linux Sound Architecture Driver Initialized.
[    3.929578] PCI: Using ACPI for IRQ routing
[    4.099445] Bluetooth: Core ver 2.22
[    4.100096] NET: Registered protocol family 31
[    4.100702] Bluetooth: HCI device and connection manager initialized
[    4.101929] Bluetooth: HCI socket layer initialized
[    4.102769] Bluetooth: L2CAP socket layer initialized
[    4.103909] Bluetooth: SCO socket layer initialized
[    4.105017] NetLabel: Initializing
[    4.105722] NetLabel:  domain hash size = 128
[    4.106697] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    4.108101] NetLabel:  unlabeled traffic allowed by default
[    4.110229] nfc: nfc_init: NFC Core ver 0.1
[    4.111003] NET: Registered protocol family 39
[    4.115591] hpet: 3 channels of 0 reserved for per-cpu timers
[    4.115811] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.116703] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    4.121921] clocksource: Switched to clocksource kvm-clock
[    4.404684] VFS: Disk quotas dquot_6.6.0
[    4.406465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.409285] *** VALIDATE ramfs ***
[    4.410602] *** VALIDATE hugetlbfs ***
[    4.412992] pnp: PnP ACPI init
[    4.429972] pnp: PnP ACPI: found 5 devices
[    4.466689] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    4.471020] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    4.473702] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    4.480489] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    4.483874] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
[    4.487222] pci_bus 0000:00: resource 8 [mem 0x180000000-0x97fffffff window]
[    4.491468] NET: Registered protocol family 2
[    4.495317] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    4.499096] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    4.503256] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    4.513282] TCP: Hash tables configured (established 32768 bind 32768)
[    4.516858] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    4.519932] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    4.523811] NET: Registered protocol family 1
[    4.526772] RPC: Registered named UNIX socket transport module.
[    4.529537] RPC: Registered udp transport module.
[    4.531768] RPC: Registered tcp transport module.
[    4.533804] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.537931] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.555872] PCI Interrupt Link [GSIH] enabled at IRQ 23
[    4.568542] pci 0000:00:03.0: quirk_usb_early_handoff+0x0/0x9f0 took 21775 usecs
[    4.571719] PCI: CLS 0 bytes, default 64
[    4.577645] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    4.580803] software IO TLB: mapped [mem 0x7bfde000-0x7ffde000] (64MB)
[    4.585553] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32821ec1205, max_idle_ns: 440795243129 ns
[    4.591339] check: Scanning for low memory corruption every 60 seconds
[    4.604896] Initialise system trusted keyrings
[    4.610018] workingset: timestamp_bits=56 max_order=20 bucket_order=0
[    4.672685] NFS: Registering the id_resolver key type
[    4.675621] Key type id_resolver registered
[    4.677757] Key type id_legacy registered
[    4.680342] 9p: Installing v9fs 9p2000 file system support
[    4.688266] Key type asymmetric registered
[    4.690463] Asymmetric key parser 'x509' registered
[    4.693007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    4.696571] io scheduler mq-deadline registered
[    4.698775] io scheduler kyber registered
[    4.703357] usbcore: registered new interface driver udlfb
[    4.706539] usbcore: registered new interface driver smscufx
[    4.710473] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    4.714655] ACPI: Power Button [PWRF]
[    4.725164] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.756439] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    4.765136] Non-volatile memory driver v1.3
[    4.768448] Linux agpgart interface v0.103
[    4.933662] usbcore: registered new interface driver udl
[    4.957667] loop: module loaded
[    4.960443] usbcore: registered new interface driver rtsx_usb
[    4.963745] usbcore: registered new interface driver viperboard
[    4.966750] usbcore: registered new interface driver dln2
[    4.969633] usbcore: registered new interface driver pn533_usb
[    4.987103] PCI Interrupt Link [GSIA] enabled at IRQ 16
[    4.992214] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    4.995543] ahci 0000:00:1f.2: flags: 64bit ncq only 
[    5.017809] scsi host0: ahci
[    5.021288] scsi host1: ahci
[    5.023962] scsi host2: ahci
[    5.026200] scsi host3: ahci
[    5.028748] scsi host4: ahci
[    5.031379] scsi host5: ahci
[    5.033706] ata1: SATA max UDMA/133 abar m4096@0xfebf6000 port 0xfebf6100 irq 24
[    5.036701] ata2: SATA max UDMA/133 abar m4096@0xfebf6000 port 0xfebf6180 irq 24
[    5.041691] ata3: SATA max UDMA/133 abar m4096@0xfebf6000 port 0xfebf6200 irq 24
[    5.045288] ata4: SATA max UDMA/133 abar m4096@0xfebf6000 port 0xfebf6280 irq 24
[    5.048443] ata5: SATA max UDMA/133 abar m4096@0xfebf6000 port 0xfebf6300 irq 24
[    5.051721] ata6: SATA max UDMA/133 abar m4096@0xfebf6000 port 0xfebf6380 irq 24
[    5.058984] libphy: Fixed MDIO Bus: probed
[    5.069851] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    5.077568] e100: Copyright(c) 1999-2006 Intel Corporation
[    5.083148] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    5.086412] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    5.101406] PCI Interrupt Link [GSIG] enabled at IRQ 22
[    5.371679] ata6: SATA link down (SStatus 0 SControl 300)
[    5.374435] ata5: SATA link down (SStatus 0 SControl 300)
[    5.377406] ata4: SATA link down (SStatus 0 SControl 300)
[    5.380372] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.383634] ata2: SATA link down (SStatus 0 SControl 300)
[    5.386994] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.390068] ata3.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[    5.392712] ata3.00: applying bridge limits
[    5.394822] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
[    5.397341] ata1.00: 4194304 sectors, multi 16: LBA48 NCQ (depth 32)
[    5.399798] ata1.00: applying bridge limits
[    5.408385] ata3.00: configured for UDMA/100
[    5.417530] ata1.00: configured for UDMA/100
[    5.420233] scsi 0:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    5.424960] sd 0:0:0:0: [sda] 4194304 512-byte logical blocks: (2.15 GB/2.00 GiB)
[    5.428951] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.431529] sd 0:0:0:0: [sda] Write Protect is off
[    5.441505] scsi 2:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
[    5.445651] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.469380] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.472728] sr 2:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[    5.478347] cdrom: Uniform CD-ROM driver Revision: 3.20
[    5.497147] sr 2:0:0:0: Attached scsi generic sg1 type 5
[    5.690664] e1000 0000:00:02.0 eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56
[    5.693469] e1000 0000:00:02.0 eth0: Intel(R) PRO/1000 Network Connection
[    5.696772] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    5.699361] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.702074] sky2: driver version 1.30
[    5.715128] usbcore: registered new interface driver ath9k_htc
[    5.717969] usbcore: registered new interface driver carl9170
[    5.721090] usbcore: registered new interface driver ath6kl_usb
[    5.724022] usbcore: registered new interface driver ar5523
[    5.727589] usbcore: registered new interface driver ath10k_usb
[    5.730758] Atmel at76x USB Wireless LAN Driver 0.17 loading
[    5.733599] usbcore: registered new interface driver at76c50x-usb
[    5.737211] usbcore: registered new interface driver usb8xxx
[    5.740276] usbcore: registered new interface driver lbtf_usb
[    5.743267] usbcore: registered new interface driver mwifiex_usb
[    5.746235] usbcore: registered new interface driver mt7601u
[    5.749018] usbcore: registered new interface driver rt2500usb
[    5.752481] usbcore: registered new interface driver rt73usb
[    5.763097] usbcore: registered new interface driver rt2800usb
[    5.765861] usbcore: registered new interface driver catc
[    5.768115] usbcore: registered new interface driver kaweth
[    5.770846] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    5.774770] usbcore: registered new interface driver pegasus
[    5.778222] usbcore: registered new interface driver rtl8150
[    5.780545] usbcore: registered new interface driver r8152
[    5.783407] hso: drivers/net/usb/hso.c: Option Wireless
[    5.786437] usbcore: registered new interface driver hso
[    5.789452] usbcore: registered new interface driver lan78xx
[    5.792462] usbcore: registered new interface driver asix
[    5.800036] usbcore: registered new interface driver ax88179_178a
[    5.802862] usbcore: registered new interface driver cdc_ether
[    5.805873] usbcore: registered new interface driver cdc_eem
[    5.808560] usbcore: registered new interface driver dm9601
[    5.814024] usbcore: registered new interface driver sr9700
[    5.816986] usbcore: registered new interface driver CoreChips
[    5.820002] usbcore: registered new interface driver smsc75xx
[    5.822793] usbcore: registered new interface driver smsc95xx
[    5.825447] usbcore: registered new interface driver gl620a
[    5.828042] usbcore: registered new interface driver net1080
[    5.830772] usbcore: registered new interface driver plusb
[    5.833409] usbcore: registered new interface driver rndis_host
[    5.836319] usbcore: registered new interface driver cdc_subset
[    5.839194] usbcore: registered new interface driver zaurus
[    5.841848] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[    5.845571] usbcore: registered new interface driver int51x1
[    5.848354] usbcore: registered new interface driver kalmia
[    5.851008] usbcore: registered new interface driver ipheth
[    5.853630] usbcore: registered new interface driver sierra_net
[    5.856495] usbcore: registered new interface driver cx82310_eth
[    5.859177] usbcore: registered new interface driver cdc_ncm
[    5.861934] usbcore: registered new interface driver huawei_cdc_ncm
[    5.864763] usbcore: registered new interface driver lg-vl600
[    5.867491] usbcore: registered new interface driver qmi_wwan
[    5.870076] usbcore: registered new interface driver cdc_mbim
[    5.874181] usbcore: registered new interface driver ch9200
[    5.888581] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.891492] ehci-pci: EHCI PCI platform driver
[    5.894455] ehci-platform: EHCI generic platform driver
[    5.897247] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.900379] ohci-pci: OHCI PCI platform driver
[    5.902648] ohci-platform: OHCI generic platform driver
[    5.907282] uhci_hcd: USB Universal Host Controller Interface driver
[    5.923145] xhci_hcd 0000:00:03.0: xHCI Host Controller
[    5.926067] xhci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
[    5.930675] xhci_hcd 0000:00:03.0: hcc params 0x00087001 hci version 0x100 quirks 0x0000000000000010
[    5.940373] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    5.944205] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.947272] usb usb1: Product: xHCI Host Controller
[    5.949412] usb usb1: Manufacturer: Linux 5.4.71+ xhci-hcd
[    5.951864] usb usb1: SerialNumber: 0000:00:03.0
[    5.955289] hub 1-0:1.0: USB hub found
[    5.957354] hub 1-0:1.0: 4 ports detected
[    5.961075] usb usb1: mark:usb_probe_device: usb_probe_device completed with error=0
[    5.964864] xhci_hcd 0000:00:03.0: xHCI Host Controller
[    5.970309] xhci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
[    5.973378] xhci_hcd 0000:00:03.0: Host supports USB 3.0 SuperSpeed
[    5.976673] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.980317] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    5.983809] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.986871] usb usb2: Product: xHCI Host Controller
[    5.988869] usb usb2: Manufacturer: Linux 5.4.71+ xhci-hcd
[    5.991191] usb usb2: SerialNumber: 0000:00:03.0
[    5.994295] hub 2-0:1.0: USB hub found
[    5.996296] hub 2-0:1.0: 4 ports detected
[    6.000223] usb usb2: mark:usb_probe_device: usb_probe_device completed with error=0
[    6.004596] driver u132_hcd
[    6.006441] fotg210_hcd: FOTG210 Host Controller (EHCI) Driver
[    6.008849] Warning! fotg210_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[    6.013386] usbcore: registered new interface driver cdc_acm
[    6.015867] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    6.019662] usbcore: registered new interface driver usblp
[    6.022270] usbcore: registered new interface driver cdc_wdm
[    6.025032] usbcore: registered new interface driver usbtmc
[    6.027986] usbcore: registered new interface driver uas
[    6.031423] usbcore: registered new interface driver usb-storage
[    6.034221] usbcore: registered new interface driver ums-alauda
[    6.036943] usbcore: registered new interface driver ums-cypress
[    6.039948] usbcore: registered new interface driver ums-datafab
[    6.042784] usbcore: registered new interface driver ums_eneub6250
[    6.045619] usbcore: registered new interface driver ums-freecom
[    6.048379] usbcore: registered new interface driver ums-isd200
[    6.051142] usbcore: registered new interface driver ums-jumpshot
[    6.053983] usbcore: registered new interface driver ums-karma
[    6.056700] usbcore: registered new interface driver ums-onetouch
[    6.061977] usbcore: registered new interface driver ums-realtek
[    6.064754] usbcore: registered new interface driver ums-sddr09
[    6.068180] usbcore: registered new interface driver ums-sddr55
[    6.070919] usbcore: registered new interface driver ums-usbat
[    6.073723] usbcore: registered new interface driver mdc800
[    6.076129] mdc800: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Digital Camera
[    6.079530] usbcore: registered new interface driver microtekX6
[    6.082555] usbcore: registered new interface driver usbserial_generic
[    6.086003] usbserial: USB Serial support registered for generic
[    6.089042] usbcore: registered new interface driver aircable
[    6.091918] usbserial: USB Serial support registered for aircable
[    6.094451] usbcore: registered new interface driver ark3116
[    6.097056] usbserial: USB Serial support registered for ark3116
[    6.099940] usbcore: registered new interface driver belkin_sa
[    6.102674] usbserial: USB Serial support registered for Belkin / Peracom / GoHubs USB Serial Adapter
[    6.107289] usbcore: registered new interface driver ch341
[    6.109838] usbserial: USB Serial support registered for ch341-uart
[    6.112640] usbcore: registered new interface driver cp210x
[    6.115394] usbserial: USB Serial support registered for cp210x
[    6.118192] usbcore: registered new interface driver cyberjack
[    6.124149] usbserial: USB Serial support registered for Reiner SCT Cyberjack USB card reader
[    6.137238] usbcore: registered new interface driver cypress_m8
[    6.140124] usbserial: USB Serial support registered for DeLorme Earthmate USB
[    6.144321] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[    6.149018] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[    6.152643] usbcore: registered new interface driver usb_debug
[    6.159265] usbserial: USB Serial support registered for debug
[    6.161217] usbserial: USB Serial support registered for xhci_dbc
[    6.164029] usbcore: registered new interface driver digi_acceleport
[    6.167180] usbserial: USB Serial support registered for Digi 2 port USB adapter
[    6.171478] usbserial: USB Serial support registered for Digi 4 port USB adapter
[    6.175028] usbcore: registered new interface driver io_edgeport
[    6.177892] usbserial: USB Serial support registered for Edgeport 2 port adapter
[    6.181473] usbserial: USB Serial support registered for Edgeport 4 port adapter
[    6.190538] usbserial: USB Serial support registered for Edgeport 8 port adapter
[    6.194294] usbserial: USB Serial support registered for EPiC device
[    6.198594] usbcore: registered new interface driver io_ti
[    6.201235] usbserial: USB Serial support registered for Edgeport TI 1 port adapter
[    6.207720] usbserial: USB Serial support registered for Edgeport TI 2 port adapter
[    6.212378] usbcore: registered new interface driver empeg
[    6.214758] usbserial: USB Serial support registered for empeg
[    6.217524] usbcore: registered new interface driver f81232
[    6.220143] usbserial: USB Serial support registered for f81232
[    6.238129] usbcore: registered new interface driver f81534
[    6.242753] usbserial: USB Serial support registered for Fintek F81532/F81534
[    6.248932] usbcore: registered new interface driver ftdi_sio
[    6.254800] usbserial: USB Serial support registered for FTDI USB Serial Device
[    6.260609] usbcore: registered new interface driver garmin_gps
[    6.263615] usbserial: USB Serial support registered for Garmin GPS usb/tty
[    6.266846] usbcore: registered new interface driver ipaq
[    6.268611] usbserial: USB Serial support registered for PocketPC PDA
[    6.270679] usbcore: registered new interface driver ipw
[    6.272284] usbserial: USB Serial support registered for IPWireless converter
[    6.275225] usbcore: registered new interface driver ir_usb
[    6.279911] usbserial: USB Serial support registered for IR Dongle
[    6.288454] usbcore: registered new interface driver iuu_phoenix
[    6.293394] usbserial: USB Serial support registered for iuu_phoenix
[    6.298663] usbcore: registered new interface driver keyspan
[    6.304313] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    6.310596] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    6.317490] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    6.323962] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    6.330095] usbcore: registered new interface driver keyspan_pda
[    6.336034] usbserial: USB Serial support registered for Keyspan PDA
[    6.341272] usbserial: USB Serial support registered for Keyspan PDA - (prerenumeration)
[    6.349011] usbserial: USB Serial support registered for Xircom / Entrega PGS - (prerenumeration)
[    6.356522] usbcore: registered new interface driver kl5kusb105
[    6.361530] usbserial: USB Serial support registered for KL5KUSB105D / PalmConnect
[    6.367660] usbcore: registered new interface driver kobil_sct
[    6.373522] usbserial: USB Serial support registered for KOBIL USB smart card terminal
[    6.380548] usbcore: registered new interface driver mct_u232
[    6.383368] usbserial: USB Serial support registered for MCT U232
[    6.386531] usbcore: registered new interface driver metro_usb
[    6.389621] usbserial: USB Serial support registered for Metrologic USB to Serial
[    6.393419] usbcore: registered new interface driver mos7720
[    6.396199] usbserial: USB Serial support registered for Moschip 2 port adapter
[    6.399712] usbcore: registered new interface driver mos7840
[    6.402536] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[    6.407056] usbcore: registered new interface driver mxuport
[    6.409977] usbserial: USB Serial support registered for MOXA UPort
[    6.413154] usbcore: registered new interface driver navman
[    6.416032] usbserial: USB Serial support registered for navman
[    6.419035] usbcore: registered new interface driver omninet
[    6.421807] usbserial: USB Serial support registered for ZyXEL - omni.net lcd plus usb
[    6.425689] usbcore: registered new interface driver opticon
[    6.428633] usbserial: USB Serial support registered for opticon
[    6.431692] usbcore: registered new interface driver option
[    6.434478] usbserial: USB Serial support registered for GSM modem (1-port)
[    6.438204] usbcore: registered new interface driver oti6858
[    6.440987] usbserial: USB Serial support registered for oti6858
[    6.444021] usbcore: registered new interface driver pl2303
[    6.446872] usbserial: USB Serial support registered for pl2303
[    6.449768] usbcore: registered new interface driver qcaux
[    6.452471] usbserial: USB Serial support registered for qcaux
[    6.455432] usbcore: registered new interface driver qcserial
[    6.458296] usbserial: USB Serial support registered for Qualcomm USB modem
[    6.461688] usbcore: registered new interface driver quatech2
[    6.464571] usbserial: USB Serial support registered for Quatech 2nd gen USB to Serial Driver
[    6.471188] usbcore: registered new interface driver safe_serial
[    6.474150] usbserial: USB Serial support registered for safe_serial
[    6.477312] usbcore: registered new interface driver sierra
[    6.480043] usbserial: USB Serial support registered for Sierra USB modem
[    6.483367] usbcore: registered new interface driver usb_serial_simple
[    6.486586] usbserial: USB Serial support registered for carelink
[    6.489620] usbserial: USB Serial support registered for zio
[    6.492430] usbserial: USB Serial support registered for funsoft
[    6.495435] usbserial: USB Serial support registered for flashloader
[    6.498543] usbserial: USB Serial support registered for google
[    6.501484] usbserial: USB Serial support registered for libtransistor
[    6.504733] usbserial: USB Serial support registered for vivopay
[    6.507628] usbserial: USB Serial support registered for moto_modem
[    6.510744] usbserial: USB Serial support registered for motorola_tetra
[    6.513965] usbserial: USB Serial support registered for novatel_gps
[    6.525408] usbserial: USB Serial support registered for hp4x
[    6.528257] usbserial: USB Serial support registered for suunto
[    6.531411] usbserial: USB Serial support registered for siemens_mpi
[    6.534409] usbcore: registered new interface driver spcp8x5
[    6.537129] usbserial: USB Serial support registered for SPCP8x5
[    6.540181] usbcore: registered new interface driver ssu100
[    6.542973] usbserial: USB Serial support registered for Quatech SSU-100 USB to Serial Driver
[    6.547076] usbcore: registered new interface driver symbolserial
[    6.549977] usbserial: USB Serial support registered for symbol
[    6.553006] usbcore: registered new interface driver ti_usb_3410_5052
[    6.555960] usbserial: USB Serial support registered for TI USB 3410 1 port adapter
[    6.559790] usbserial: USB Serial support registered for TI USB 5052 2 port adapter
[    6.563545] usbcore: registered new interface driver upd78f0730
[    6.566475] usbserial: USB Serial support registered for upd78f0730
[    6.569596] usbcore: registered new interface driver visor
[    6.572193] usbserial: USB Serial support registered for Handspring Visor / Palm OS
[    6.575965] usbserial: USB Serial support registered for Sony Clie 5.0
[    6.579289] usbserial: USB Serial support registered for Sony Clie 3.5
[    6.582605] usbcore: registered new interface driver wishbone_serial
[    6.585716] usbserial: USB Serial support registered for wishbone_serial
[    6.589212] usbcore: registered new interface driver whiteheat
[    6.592028] usbserial: USB Serial support registered for Connect Tech - WhiteHEAT - (prerenumeration)
[    6.596565] usbserial: USB Serial support registered for Connect Tech - WhiteHEAT
[    6.600377] usbcore: registered new interface driver xsens_mt
[    6.603328] usbserial: USB Serial support registered for xsens_mt
[    6.606504] usbcore: registered new interface driver adutux
[    6.609268] usbcore: registered new interface driver appledisplay
[    6.612354] usbcore: registered new interface driver cypress_cy7c63
[    6.615336] usbcore: registered new interface driver cytherm
[    6.618133] usbcore: registered new interface driver emi26 - firmware loader
[    6.621850] usbcore: registered new interface driver emi62 - firmware loader
[    6.625249] ftdi_elan: driver ftdi-elan
[    6.627435] usbcore: registered new interface driver ftdi-elan
[    6.630351] usbcore: registered new interface driver idmouse
[    6.633082] usbcore: registered new interface driver iowarrior
[    6.636102] usbcore: registered new interface driver isight_firmware
[    6.639360] usbcore: registered new interface driver usblcd
[    6.642124] usbcore: registered new interface driver ldusb
[    6.644815] usbcore: registered new interface driver legousbtower
[    6.647912] usbcore: registered new interface driver usbtest
[    6.651079] usbcore: registered new interface driver usb_ehset_test
[    6.654111] usbcore: registered new interface driver trancevibrator
[    6.657222] usbcore: registered new interface driver usbsevseg
[    6.660009] usbcore: registered new interface driver yurex
[    6.663376] usbcore: registered new interface driver chaoskey
[    6.666321] usbcore: registered new interface driver sisusb
[    6.668926] usbcore: registered new interface driver lvs
[    6.673134] dummy_hcd dummy_hcd.0: USB Host+Gadget Emulator, driver 02 May 2005
[    6.676920] dummy_hcd dummy_hcd.0: Dummy host controller
[    6.680035] dummy_hcd dummy_hcd.0: new USB bus registered, assigned bus number 3
[    6.684034] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    6.688009] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.691250] usb usb3: Product: Dummy host controller
[    6.693498] usb usb3: Manufacturer: Linux 5.4.71+ dummy_hcd
[    6.695962] usb usb3: SerialNumber: dummy_hcd.0
[    6.699236] hub 3-0:1.0: USB hub found
[    6.701445] hub 3-0:1.0: 1 port detected
[    6.704186] usb usb3: mark:usb_probe_device: usb_probe_device completed with error=0
[    6.721310] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    6.725022] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 4
[    6.728817] vhci_hcd: vhci_start:1207: created sysfs vhci_hcd.0
[    6.732099] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    6.735788] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.739111] usb usb4: Product: USB/IP Virtual Host Controller
[    6.743525] usb usb4: Manufacturer: Linux 5.4.71+ vhci_hcd
[    6.745994] usb usb4: SerialNumber: vhci_hcd.0
[    6.748915] hub 4-0:1.0: USB hub found
[    6.751088] hub 4-0:1.0: 8 ports detected
[    6.755761] usb usb4: mark:usb_probe_device: usb_probe_device completed with error=0
[    6.759622] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    6.762901] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 5
[    6.766429] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.770613] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    6.778750] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.782002] usb usb5: Product: USB/IP Virtual Host Controller
[    6.784602] usb usb5: Manufacturer: Linux 5.4.71+ vhci_hcd
[    6.787124] usb usb5: SerialNumber: vhci_hcd.0
[    6.790526] hub 5-0:1.0: USB hub found
[    6.792561] hub 5-0:1.0: 8 ports detected
[    6.797239] usb usb5: mark:usb_probe_device: usb_probe_device completed with error=0
[    6.801581] usbcore: registered new device driver usbip-host
[    6.807389] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    6.816051] serio: i8042 KBD port at 0x60,0x64 irq 1
[    6.818513] serio: i8042 AUX port at 0x60,0x64 irq 12
[    6.823490] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    6.827618] usbcore: registered new interface driver appletouch
[    6.832683] usbcore: registered new interface driver bcm5974
[    6.849841] usbcore: registered new interface driver synaptics_usb
[    6.853188] usbcore: registered new interface driver xpad
[    6.858679] usbcore: registered new interface driver usb_acecad
[    6.861737] usbcore: registered new interface driver aiptek
[    6.864568] usbcore: registered new interface driver gtco
[    6.867331] usbcore: registered new interface driver hanwang
[    6.870254] usbcore: registered new interface driver kbtab
[    6.873367] usbcore: registered new interface driver pegasus_notetaker
[    6.876721] usbcore: registered new interface driver usbtouchscreen
[    6.879987] usbcore: registered new interface driver sur40
[    6.882865] usbcore: registered new interface driver ati_remote2
[    6.885838] usbcore: registered new interface driver ims_pcu
[    6.888766] usbcore: registered new interface driver keyspan_remote
[    6.891996] usbcore: registered new interface driver powermate
[    6.894947] usbcore: registered new interface driver yealink
[    6.898073] rtc_cmos 00:00: RTC can wake from S4
[    6.904053] rtc_cmos 00:00: registered as rtc0
[    6.907484] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs
[    6.924804] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    6.929041] usbcore: registered new interface driver i2c-diolan-u2c
[    6.932619] usbcore: registered new interface driver RobotFuzz Open Source InterFace, OSIF
[    6.936752] usbcore: registered new interface driver i2c-tiny-usb
[    6.959605] IR NEC protocol handler initialized
[    6.963890] IR RC5(x/sz) protocol handler initialized
[    6.966064] IR RC6 protocol handler initialized
[    6.968708] IR JVC protocol handler initialized
[    6.970855] IR Sony protocol handler initialized
[    6.973085] IR SANYO protocol handler initialized
[    6.975009] IR Sharp protocol handler initialized
[    6.984896] IR MCE Keyboard/mouse protocol handler initialized
[    6.987504] IR XMP protocol handler initialized
[    6.989957] usbcore: registered new interface driver ati_remote
[    6.995048] usbcore: registered new interface driver imon
[    6.997901] usbcore: registered new interface driver mceusb
[    7.001058] usbcore: registered new interface driver redrat3
[    7.004221] usbcore: registered new interface driver streamzap
[    7.007113] Registered IR keymap rc-empty
[    7.016884] rc rc0: rc-core loopback device as /devices/virtual/rc/rc0
[    7.020262] rc rc0: lirc_dev: driver rc-loopback registered at minor = 0, raw IR receiver, raw IR transmitter
[    7.028770] input: rc-core loopback device as /devices/virtual/rc/rc0/input4
[    7.032660] usbcore: registered new interface driver igorplugusb
[    7.035731] usbcore: registered new interface driver iguanair
[    7.038772] usbcore: registered new interface driver ttusbir
[    7.042523] serial_ir serial_ir.0: port 03f8 already in use
[    7.045156] serial_ir serial_ir.0: use 'setserial /dev/ttySX uart none'
[    7.048140] serial_ir serial_ir.0: or compile the serial port driver as module and
[    7.051506] serial_ir serial_ir.0: make sure this module is loaded first
[    7.054952] serial_ir: probe of serial_ir.0 failed with error -16
[    7.059226] sir_ir: port existence test failed, cannot continue
[    7.062489] b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded successfully
[    7.068209] Marvell M88ALP01 'CAFE' Camera Controller version 2
[    7.071517] saa7146: register extension 'budget dvb'
[    7.074350] saa7146: register extension 'budget_av'
[    7.077022] saa7146: register extension 'budget_ci dvb'
[    7.079891] saa7146: register extension 'budget_patch dvb'
[    7.082690] saa7146: register extension 'av7110'
[    7.086316] ngene: nGene PCIE bridge driver, Copyright (C) 2005-2007 Micronas
[    7.090784] ddbridge: Digital Devices PCIE bridge driver 0.9.33-integrated, Copyright (C) 2010-17 Digital Devices GmbH
[    7.096226] saa7146: register extension 'Multimedia eXtension Board'
[    7.099425] saa7146: register extension 'hexium HV-PCI6 Orion'
[    7.102632] saa7146: register extension 'hexium gemini'
[    7.106005] ivtv: Start initialization, version 1.4.3
[    7.108854] ivtv: End initialization
[    7.110660] ivtv_alsa: ivtv-alsa: module loading...
[    7.113175] ivtvfb: no cards found
[    7.114969] cx18:  Start initialization, version 1.5.1
[    7.118447] cx18:  End initialization
[    7.120349] cx18-alsa: module loading...
[    7.122327] cx23885: cx23885 driver version 0.0.4 loaded
[    7.125240] cx25821: driver loaded
[    7.127452] cx88_blackbird: cx2388x blackbird driver version 1.0.0 loaded
[    7.130934] cx8802: registering cx8802 driver, type: blackbird access: shared
[    7.134503] cx88_dvb: cx2388x dvb driver version 1.0.0 loaded
[    7.137587] cx8802: registering cx8802 driver, type: dvb access: shared
[    7.140933] bttv: driver version 0.9.19 loaded
[    7.143189] bttv: using 8 buffers with 2080k (520 pages) each for capture
[    7.146751] bt878: AUDIO driver version 0.0.0 loaded
[    7.150289] saa7134: saa7130/34: v4l2 driver version 0, 2, 17 loaded
[    7.154317] saa7164 driver loaded
[    7.169714] usbcore: registered new interface driver ttusb-dec
[    7.173181] usbcore: registered new interface driver ttusb
[    7.176244] usbcore: registered new interface driver dvb_usb_vp7045
[    7.180011] usbcore: registered new interface driver dvb_usb_vp702x
[    7.183516] usbcore: registered new interface driver dvb_usb_gp8psk
[    7.186566] usbcore: registered new interface driver dvb_usb_dtt200u
[    7.189726] usbcore: registered new interface driver dvb_usb_a800
[    7.192720] usbcore: registered new interface driver dvb_usb_dibusb_mb
[    7.203646] usbcore: registered new interface driver dvb_usb_dibusb_mc
[    7.207089] usbcore: registered new interface driver dvb_usb_nova_t_usb2
[    7.211674] usbcore: registered new interface driver dvb_usb_umt_010
[    7.215223] usbcore: registered new interface driver dvb_usb_m920x
[    7.218368] usbcore: registered new interface driver dvb_usb_digitv
[    7.221428] usbcore: registered new interface driver dvb_usb_cxusb
[    7.224595] usbcore: registered new interface driver dvb_usb_ttusb2
[    7.228047] usbcore: registered new interface driver dvb_usb_dib0700
[    7.231484] usbcore: registered new interface driver opera1
[    7.234186] usbcore: registered new interface driver dvb_usb_af9005
[    7.237738] usbcore: registered new interface driver pctv452e
[    7.240995] usbcore: registered new interface driver dw2102
[    7.243969] usbcore: registered new interface driver dvb_usb_dtv5100
[    7.247075] usbcore: registered new interface driver cinergyT2
[    7.249643] usbcore: registered new interface driver dvb_usb_az6027
[    7.252136] usbcore: registered new interface driver dvb_usb_technisat_usb2
[    7.255602] usbcore: registered new interface driver dvb_usb_af9015
[    7.258997] usbcore: registered new interface driver dvb_usb_af9035
[    7.262207] usbcore: registered new interface driver dvb_usb_anysee
[    7.265520] usbcore: registered new interface driver dvb_usb_au6610
[    7.269119] usbcore: registered new interface driver dvb_usb_az6007
[    7.272552] usbcore: registered new interface driver dvb_usb_ce6230
[    7.277099] usbcore: registered new interface driver dvb_usb_ec168
[    7.280172] usbcore: registered new interface driver dvb_usb_lmedm04
[    7.283247] usbcore: registered new interface driver dvb_usb_gl861
[    7.286362] usbcore: registered new interface driver dvb_usb_mxl111sf
[    7.289554] usbcore: registered new interface driver dvb_usb_rtl28xxu
[    7.292872] usbcore: registered new interface driver dvb_usb_dvbsky
[    7.296030] usbcore: registered new interface driver zd1301
[    7.299116] usbcore: registered new interface driver smsusb
[    7.301759] usbcore: registered new interface driver b2c2_flexcop_usb
[    7.305029] usbcore: registered new interface driver zr364xx
[    7.307826] usbcore: registered new interface driver stkwebcam
[    7.310701] usbcore: registered new interface driver s2255
[    7.313433] usbcore: registered new interface driver uvcvideo
[    7.315931] USB Video Class driver (1.1.1)
[    7.317766] gspca_main: v2.14.0 registered
[    7.320010] usbcore: registered new interface driver benq
[    7.322597] usbcore: registered new interface driver conex
[    7.325511] usbcore: registered new interface driver cpia1
[    7.328354] usbcore: registered new interface driver dtcs033
[    7.333984] usbcore: registered new interface driver etoms
[    7.336822] usbcore: registered new interface driver finepix
[    7.339819] usbcore: registered new interface driver jeilinj
[    7.342749] usbcore: registered new interface driver jl2005bcd
[    7.345039] usbcore: registered new interface driver kinect
[    7.348028] usbcore: registered new interface driver konica
[    7.350997] usbcore: registered new interface driver mars
[    7.353840] usbcore: registered new interface driver mr97310a
[    7.356977] usbcore: registered new interface driver nw80x
[    7.360003] usbcore: registered new interface driver ov519
[    7.365521] usbcore: registered new interface driver ov534
[    7.368147] usbcore: registered new interface driver ov534_9
[    7.371238] usbcore: registered new interface driver pac207
[    7.374081] usbcore: registered new interface driver gspca_pac7302
[    7.376633] usbcore: registered new interface driver pac7311
[    7.379987] usbcore: registered new interface driver se401
[    7.383043] usbcore: registered new interface driver sn9c2028
[    7.386291] usbcore: registered new interface driver gspca_sn9c20x
[    7.390255] usbcore: registered new interface driver sonixb
[    7.395726] usbcore: registered new interface driver sonixj
[    7.398374] usbcore: registered new interface driver spca500
[    7.401083] usbcore: registered new interface driver spca501
[    7.403706] usbcore: registered new interface driver spca505
[    7.406397] usbcore: registered new interface driver spca506
[    7.409137] usbcore: registered new interface driver spca508
[    7.411926] usbcore: registered new interface driver spca561
[    7.414561] usbcore: registered new interface driver spca1528
[    7.417240] usbcore: registered new interface driver sq905
[    7.420000] usbcore: registered new interface driver sq905c
[    7.422724] usbcore: registered new interface driver sq930x
[    7.425577] usbcore: registered new interface driver sunplus
[    7.428256] usbcore: registered new interface driver stk014
[    7.438402] usbcore: registered new interface driver stk1135
[    7.441035] usbcore: registered new interface driver stv0680
[    7.443804] usbcore: registered new interface driver t613
[    7.446464] usbcore: registered new interface driver gspca_topro
[    7.449330] usbcore: registered new interface driver touptek
[    7.451991] usbcore: registered new interface driver tv8532
[    7.455024] usbcore: registered new interface driver vc032x
[    7.457902] usbcore: registered new interface driver vicam
[    7.460670] usbcore: registered new interface driver xirlink-cit
[    7.463549] usbcore: registered new interface driver gspca_zc3xx
[    7.466414] usbcore: registered new interface driver ALi m5602
[    7.469235] usbcore: registered new interface driver STV06xx
[    7.472034] usbcore: registered new interface driver gspca_gl860
[    7.474945] usbcore: registered new interface driver Philips webcam
[    7.477925] usbcore: registered new interface driver airspy
[    7.480628] usbcore: registered new interface driver hackrf
[    7.483067] cpia2: V4L-Driver for Vision CPiA2 based cameras v3.0.1
[    7.488316] random: fast init done
[    7.490260] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
[    7.494397] usbcore: registered new interface driver cpia2
[    7.496959] au0828: au0828 driver loaded
[    7.499738] usbcore: registered new interface driver au0828
[    7.502498] usbcore: registered new interface driver hdpvr
[    7.505616] usbcore: registered new interface driver pvrusb2
[    7.508200] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[    7.511558] pvrusb2: Debug mask is 31 (0x1f)
[    7.514029] usbcore: registered new interface driver usbvision
[    7.520489] USBVision USB Video Device Driver for Linux : 0.9.11
[    7.523416] usbcore: registered new interface driver stk1160
[    7.526538] usbcore: registered new interface driver cx231xx
[    7.529641] usbcore: registered new interface driver tm6000
[    7.532524] usbcore: registered new interface driver em28xx
[    7.535182] em28xx: Registered (Em28xx v4l2 Extension) extension
[    7.538029] em28xx: Registered (Em28xx Audio Extension) extension
[    7.540879] em28xx: Registered (Em28xx dvb Extension) extension
[    7.543486] em28xx: Registered (Em28xx Input Extension) extension
[    7.546206] usbcore: registered new interface driver usbtv
[    7.549472] usbcore: registered new interface driver go7007
[    7.552136] usbcore: registered new interface driver go7007-loader
[    7.555336] usbcore: registered new interface driver Abilis Systems as10x usb driver
[    7.559708] usbcore: registered new interface driver radioshark
[    7.562757] usbcore: registered new interface driver radioshark2
[    7.565719] usbcore: registered new interface driver dsbr100
[    7.568608] usbcore: registered new interface driver radio-si470x
[    7.571765] usbcore: registered new interface driver radio-usb-si4713
[    7.575301] usbcore: registered new interface driver radio-mr800
[    7.580636] usbcore: registered new interface driver radio-keene
[    7.583698] usbcore: registered new interface driver radio-ma901
[    7.587433] usbcore: registered new interface driver radio-raremono
[    7.591373] Driver for 1-wire Dallas network protocol.
[    7.594430] usbcore: registered new interface driver DS9490R
[    7.597794] usbcore: registered new interface driver pcwd_usb
[    7.601632] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: [email protected]
[    7.606201] usbcore: registered new interface driver bcm203x
[    7.609153] usbcore: registered new interface driver bpa10x
[    7.615313] usbcore: registered new interface driver bfusb
[    7.618200] usbcore: registered new interface driver btusb
[    7.620996] usbcore: registered new interface driver ath3k
[    7.624357] platform eisa.0: Probing EISA bus 0
[    7.626560] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    7.629648] platform eisa.0: Cannot allocate resource for EISA slot 1
[    7.632578] platform eisa.0: Cannot allocate resource for EISA slot 2
[    7.635547] platform eisa.0: Cannot allocate resource for EISA slot 3
[    7.638501] platform eisa.0: Cannot allocate resource for EISA slot 4
[    7.641410] platform eisa.0: Cannot allocate resource for EISA slot 5
[    7.646479] platform eisa.0: Cannot allocate resource for EISA slot 6
[    7.649471] platform eisa.0: Cannot allocate resource for EISA slot 7
[    7.652288] platform eisa.0: Cannot allocate resource for EISA slot 8
[    7.655263] platform eisa.0: EISA: Detected 0 cards
[    7.657568] intel_pstate: CPU model not supported
[    7.660595] usbcore: registered new interface driver ushc
[    7.672513] hidraw: raw HID events driver (C) Jiri Kosina
[    7.683177] usbcore: registered new interface driver usbhid
[    7.685688] usbhid: USB HID core driver
[    7.689865] usbcore: registered new interface driver es2_ap_driver
[    7.693593] usbcore: registered new interface driver prism2_usb
[    7.696274] most_core: init()
[    7.698326] usbcore: registered new interface driver hdm_usb
[    7.702469] usbcore: registered new interface driver hwa-rc
[    7.705639] usbcore: registered new interface driver i1480-dfu-usb
[    7.709211] usbcore: registered new interface driver wusb-cbaf
[    7.713062] usbcore: registered new interface driver hwa-hc
[    7.715700] exFAT: Version 1.3.0
[    7.717632] KVM_IVSHMEM init
[    7.719151] KVM_IVSHMEM: Major device number is: 237
[    7.721569] KVM_IVSHMEM: Probing for KVM_IVSHMEM Device
[    7.724059] KVM_IVSHMEM: result is 0
[    7.725722] KVM_IVSHMEM: ioaddr = fe000000, base_addr = ffffc90000090000, ioaddr_size = 65536
[    7.730413] pcengines_apuv2: failed to detect apu board via dmi
[    7.734400] gnss: GNSS driver registered with major 236
[    7.739337] usbcore: registered new interface driver snd-usb-audio
[    7.744228] usbcore: registered new interface driver snd-ua101
[    7.747037] usbcore: registered new interface driver snd-usb-usx2y
[    7.750101] usbcore: registered new interface driver snd-usb-us122l
[    7.753115] usbcore: registered new interface driver snd-usb-caiaq
[    7.756112] usbcore: registered new interface driver snd-usb-6fire
[    7.759030] usbcore: registered new interface driver snd-usb-hiface
[    7.761969] usbcore: registered new interface driver snd-bcd2000
[    7.764831] usbcore: registered new interface driver snd_usb_pod
[    7.767644] usbcore: registered new interface driver snd_usb_podhd
[    7.770624] usbcore: registered new interface driver snd_usb_toneport
[    7.775701] usbcore: registered new interface driver snd_usb_variax
[    7.789816] Initializing XFRM netlink socket
[    7.795501] NET: Registered protocol family 10
[    7.800582] Segment Routing with IPv6
[    7.803182] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    7.812423] NET: Registered protocol family 17
[    7.814953] Bluetooth: RFCOMM TTY layer initialized
[    7.817399] Bluetooth: RFCOMM socket layer initialized
[    7.819547] Bluetooth: RFCOMM ver 1.11
[    7.821294] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.823647] Bluetooth: BNEP filters: protocol multicast
[    7.826063] Bluetooth: BNEP socket layer initialized
[    7.828264] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    7.830789] Bluetooth: HIDP socket layer initialized
[    7.833029] lib80211: common routines for IEEE802.11 drivers
[    7.835656] 9pnet: Installing 9P2000 support
[    7.837815] Key type dns_resolver registered
[    7.844418] IPI shorthand broadcast: enabled
[    7.846419] sched_clock: Marking stable (7502741508, 343398222)->(8409336832, -563197102)
[    7.850506] registered taskstats version 1
[    7.852088] Loading compiled-in X.509 certificates
[    7.859783] PM:   Magic number: 8:65:886
[    7.861563] ptp ptp0: hash matches
[    7.863367] printk: console [netcon0] enabled
[    7.865063] netconsole: network logging started
[    7.867028] saa7134_alsa: saa7134 ALSA driver for DMA sound loaded
[    7.869642] saa7134_alsa: saa7134 ALSA: no saa7134 cards found
[    7.875087] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.879545] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.882973] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    7.886439] ALSA device list:
[    7.887862] cfg80211: failed to load regulatory.db
[    7.890007]   No soundcards found.
[    7.898130] md: Waiting for all devices to be available before autodetect
[    7.901083] md: If you don't use raid, use raid=noautodetect
[    7.905379] md: Autodetecting RAID arrays.
[    7.908537] md: autorun ...
[    7.909817] md: ... autorun DONE.
[    7.931250] EXT4-fs (sda): INFO: recovery required on readonly filesystem
[    7.934019] EXT4-fs (sda): write access will be enabled during recovery
[    8.003177] EXT4-fs (sda): recovery complete
[    8.007407] EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: (null)
[    8.010961] VFS: Mounted root (ext4 filesystem) readonly on device 8:0.
[    8.014704] devtmpfs: mounted
[    8.020140] Freeing unused kernel image memory: 2060K
[    8.022508] Write protecting the kernel read-only data: 57344k
[    8.033248] Freeing unused kernel image memory: 1996K
[    8.037578] Freeing unused kernel image memory: 1128K
[    8.039837] Run /sbin/init as init process
[    8.841100] SELinux:  Permission getrlimit in class process not defined in policy.
[    8.844266] SELinux:  Class process2 not defined in policy.
[    8.846691] SELinux:  Permission watch in class filesystem not defined in policy.
[    8.849708] SELinux:  Permission map in class file not defined in policy.
[    8.852660] SELinux:  Permission watch in class file not defined in policy.
[    8.855634] SELinux:  Permission watch_mount in class file not defined in policy.
[    8.858846] SELinux:  Permission watch_sb in class file not defined in policy.
[    8.861942] SELinux:  Permission watch_with_perm in class file not defined in policy.
[    8.865243] SELinux:  Permission watch_reads in class file not defined in policy.
[    8.868422] SELinux:  Permission map in class dir not defined in policy.
[    8.871245] SELinux:  Permission watch in class dir not defined in policy.
[    8.874108] SELinux:  Permission watch_mount in class dir not defined in policy.
[    8.877257] SELinux:  Permission watch_sb in class dir not defined in policy.
[    8.880255] SELinux:  Permission watch_with_perm in class dir not defined in policy.
[    8.883617] SELinux:  Permission watch_reads in class dir not defined in policy.
[    8.886831] SELinux:  Permission map in class lnk_file not defined in policy.
[    8.889798] SELinux:  Permission watch in class lnk_file not defined in policy.
[    8.892850] SELinux:  Permission watch_mount in class lnk_file not defined in policy.
[    8.896126] SELinux:  Permission watch_sb in class lnk_file not defined in policy.
[    8.899267] SELinux:  Permission watch_with_perm in class lnk_file not defined in policy.
[    8.902826] SELinux:  Permission watch_reads in class lnk_file not defined in policy.
[    8.906335] SELinux:  Permission map in class chr_file not defined in policy.
[    8.909319] SELinux:  Permission watch in class chr_file not defined in policy.
[    8.912374] SELinux:  Permission watch_mount in class chr_file not defined in policy.
[    8.915712] SELinux:  Permission watch_sb in class chr_file not defined in policy.
[    8.918891] SELinux:  Permission watch_with_perm in class chr_file not defined in policy.
[    8.922349] SELinux:  Permission watch_reads in class chr_file not defined in policy.
[    8.925615] SELinux:  Permission map in class blk_file not defined in policy.
[    8.928611] SELinux:  Permission watch in class blk_file not defined in policy.
[    8.931687] SELinux:  Permission watch_mount in class blk_file not defined in policy.
[    8.935015] SELinux:  Permission watch_sb in class blk_file not defined in policy.
[    8.938216] SELinux:  Permission watch_with_perm in class blk_file not defined in policy.
[    8.941876] SELinux:  Permission watch_reads in class blk_file not defined in policy.
[    8.945289] SELinux:  Permission map in class sock_file not defined in policy.
[    8.948398] SELinux:  Permission watch in class sock_file not defined in policy.
[    8.951572] SELinux:  Permission watch_mount in class sock_file not defined in policy.
[    8.954892] SELinux:  Permission watch_sb in class sock_file not defined in policy.
[    8.958223] SELinux:  Permission watch_with_perm in class sock_file not defined in policy.
[    8.961781] SELinux:  Permission watch_reads in class sock_file not defined in policy.
[    8.965138] SELinux:  Permission map in class fifo_file not defined in policy.
[    8.968110] SELinux:  Permission watch in class fifo_file not defined in policy.
[    8.971482] SELinux:  Permission watch_mount in class fifo_file not defined in policy.
[    8.974916] SELinux:  Permission watch_sb in class fifo_file not defined in policy.
[    8.978065] SELinux:  Permission watch_with_perm in class fifo_file not defined in policy.
[    8.981575] SELinux:  Permission watch_reads in class fifo_file not defined in policy.
[    8.984930] SELinux:  Permission map in class socket not defined in policy.
[    8.987879] SELinux:  Permission map in class tcp_socket not defined in policy.
[    8.991072] SELinux:  Permission map in class udp_socket not defined in policy.
[    8.994193] SELinux:  Permission map in class rawip_socket not defined in policy.
[    8.997456] SELinux:  Permission map in class netlink_socket not defined in policy.
[    9.000908] SELinux:  Permission map in class packet_socket not defined in policy.
[    9.004092] SELinux:  Permission map in class key_socket not defined in policy.
[    9.007176] SELinux:  Permission map in class unix_stream_socket not defined in policy.
[    9.010594] SELinux:  Permission map in class unix_dgram_socket not defined in policy.
[    9.013816] SELinux:  Permission map in class netlink_route_socket not defined in policy.
[    9.017383] SELinux:  Permission nlmsg_readpriv in class netlink_route_socket not defined in policy.
[    9.021295] SELinux:  Permission map in class netlink_tcpdiag_socket not defined in policy.
[    9.024841] SELinux:  Permission map in class netlink_nflog_socket not defined in policy.
[    9.028234] SELinux:  Permission map in class netlink_xfrm_socket not defined in policy.
[    9.031644] SELinux:  Permission map in class netlink_selinux_socket not defined in policy.
[    9.035173] SELinux:  Permission map in class netlink_iscsi_socket not defined in policy.
[    9.038793] SELinux:  Permission map in class netlink_audit_socket not defined in policy.
[    9.042363] SELinux:  Permission map in class netlink_fib_lookup_socket not defined in policy.
[    9.046077] SELinux:  Permission map in class netlink_connector_socket not defined in policy.
[    9.049794] SELinux:  Permission map in class netlink_netfilter_socket not defined in policy.
[    9.053349] SELinux:  Permission map in class netlink_dnrt_socket not defined in policy.
[    9.056859] SELinux:  Permission map in class netlink_kobject_uevent_socket not defined in policy.
[    9.060818] SELinux:  Permission map in class netlink_generic_socket not defined in policy.
[    9.064405] SELinux:  Permission map in class netlink_scsitransport_socket not defined in policy.
[    9.067561] SELinux:  Permission map in class netlink_rdma_socket not defined in policy.
[    9.070503] SELinux:  Permission map in class netlink_crypto_socket not defined in policy.
[    9.073973] SELinux:  Permission map in class appletalk_socket not defined in policy.
[    9.077254] SELinux:  Permission map in class dccp_socket not defined in policy.
[    9.080392] SELinux:  Permission map in class tun_socket not defined in policy.
[    9.083468] SELinux:  Class sctp_socket not defined in policy.
[    9.086012] SELinux:  Class icmp_socket not defined in policy.
[    9.088633] SELinux:  Class ax25_socket not defined in policy.
[    9.091245] SELinux:  Class ipx_socket not defined in policy.
[    9.093794] SELinux:  Class netrom_socket not defined in policy.
[    9.101308] SELinux:  Class atmpvc_socket not defined in policy.
[    9.103749] SELinux:  Class x25_socket not defined in policy.
[    9.106294] SELinux:  Class rose_socket not defined in policy.
[    9.108881] SELinux:  Class decnet_socket not defined in policy.
[    9.111561] SELinux:  Class atmsvc_socket not defined in policy.
[    9.114194] SELinux:  Class rds_socket not defined in policy.
[    9.116612] SELinux:  Class irda_socket not defined in policy.
[    9.119237] SELinux:  Class pppox_socket not defined in policy.
[    9.121745] SELinux:  Class llc_socket not defined in policy.
[    9.124215] SELinux:  Class can_socket not defined in policy.
[    9.126720] SELinux:  Class tipc_socket not defined in policy.
[    9.129112] SELinux:  Class bluetooth_socket not defined in policy.
[    9.137900] SELinux:  Class iucv_socket not defined in policy.
[    9.140432] SELinux:  Class rxrpc_socket not defined in policy.
[    9.143001] SELinux:  Class isdn_socket not defined in policy.
[    9.145611] SELinux:  Class phonet_socket not defined in policy.
[    9.148286] SELinux:  Class ieee802154_socket not defined in policy.
[    9.151028] SELinux:  Class caif_socket not defined in policy.
[    9.153526] SELinux:  Class alg_socket not defined in policy.
[    9.156299] SELinux:  Class nfc_socket not defined in policy.
[    9.158840] SELinux:  Class vsock_socket not defined in policy.
[    9.161533] SELinux:  Class kcm_socket not defined in policy.
[    9.163952] SELinux:  Class qipcrtr_socket not defined in policy.
[    9.166561] SELinux:  Class smc_socket not defined in policy.
[    9.171079] SELinux:  Class infiniband_pkey not defined in policy.
[    9.173728] SELinux:  Class infiniband_endport not defined in policy.
[    9.176492] SELinux:  Class bpf not defined in policy.
[    9.182875] SELinux:  Class xdp_socket not defined in policy.
[    9.185396] SELinux: the above unknown classes and permissions will be allowed
[    9.188611] SELinux:  policy capability network_peer_controls=1
[    9.191278] SELinux:  policy capability open_perms=1
[    9.193481] SELinux:  policy capability extended_socket_class=0
[    9.196075] SELinux:  policy capability always_check_network=0
[    9.200806] SELinux:  policy capability cgroup_seclabel=0
[    9.203104] SELinux:  policy capability nnp_nosuid_transition=0
[    9.270210] audit: type=1403 audit(1603111937.783:2): auid=4294967295 ses=4294967295 lsm=selinux res=1
[    9.279040] systemd[1]: Successfully loaded SELinux policy in 1.094033s.
[    9.319171] audit: type=1400 audit(1603111937.832:3): avc:  denied  { associate } for  pid=1 comm="systemd" name="pts" scontext=system_u:object_r:devpts_t:s0 tcontext=system_u:object_r:device_t:s0 tclass=filesystem permissive=1
[    9.358019] systemd[1]: Relabelled /dev and /run in 25.659ms.
[    9.369873] random: systemd: uninitialized urandom read (16 bytes read)
[    9.378563] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    9.389384] systemd[1]: Detected virtualization qemu.
[    9.391596] systemd[1]: Detected architecture x86-64.

Welcome to Debian GNU/Linux 9 (stretch)!

[    9.398474] systemd[1]: Set hostname to <syzkaller>.
[    9.437044] random: systemd: uninitialized urandom read (16 bytes read)
[    9.457217] systemd-getty-g (3092) used greatest stack depth: 27288 bytes left
[    9.484635] random: systemd: uninitialized urandom read (16 bytes read)
[    9.493269] systemd-system- (3095) used greatest stack depth: 26920 bytes left
[    9.504805] systemd-fstab-g (3096) used greatest stack depth: 26600 bytes left
[    9.566375] selinux-autorel (3097) used greatest stack depth: 26120 bytes left
[    9.690842] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    9.700144] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    9.706533] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    9.712415] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[    9.720107] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  OK  ] Set up automount Arbitrary Executab…rmats File System Automount Point.
[    9.731347] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Slices.
         Mounting /sys/kernel/debug...
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Listening on Journal Socket.
         Starting Remount Root and Kernel File Systems...
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Reached target Paths.
         Mounting /proc/sys/fs/binfmt_misc...
         Starting Load Kernel Modules...
[    9.852996] random: crng init done
[    9.857883] random: 7 urandom warning(s) missed due to ratelimiting
         Mounting POSIX Message Queue File System...
[    9.897562] EXT4-fs (sda): re-mounted. Opts: (null)
         Mounting /sys/kernel/config...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on Journal Audit Socket.
[  OK  ] Reached target Sockets.
         Starting Journal Service...
[  OK  ] Reached target Swap.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted /sys/kernel/debug.
[  OK  ] Mounted /sys/kernel/config.
[  OK  ] Mounted /proc/sys/fs/binfmt_misc.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
         Starting Apply Kernel Variables...
         Starting udev Coldplug all Devices...
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Apply Kernel Variables.
         Starting Raise network interfaces...
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[   10.916183] systemd-journald[3119]: Received request to flush runtime journal from PID 1
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[   10.978641] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   10.994007] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   11.008665] ip (3156) used greatest stack depth: 25776 bytes left
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[   11.303349] audit: type=1400 audit(1603111939.812:4): avc:  denied  { read } for  pid=3173 comm="systemd-timesyn" name="environ" dev="proc" ino=18409 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=file permissive=1
[  OK  ] Started Raise network interfaces.
[  OK  ] Reached target Network.
[  OK  ] [   11.341931] audit: type=1400 audit(1603111939.826:5): avc:  denied  { open } for  pid=3173 comm="systemd-timesyn" path="/proc/1/environ" dev="proc" ino=18409 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=file permissive=1
Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Reached target System Initialization.
[  OK  ] Reached target Basic System.
         Starting User Mode Agent Service...
         Starting System Logging Service...
         Starting Permit User Sessions...
         Starting OpenBSD Secure Shell server...
         Starting getty on tty2-tty6 if dbus and logind are not available...
[  OK  ] Started Regular background program processing daemon.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Reached target Timers.
[  OK  ] Started System Logging Service.
[  OK  ] Started User Mode Agent Service.[   13.262260] Opening kvm_ivshmem device

[  OK  [   13.283171] KVM_IVSHMEM: writing to COMM reg with value=52
=== Write to UMA register with value: 82 ===
[   13.285812] KVM_IVSHMEM: bar2_map_base:ffffc90000090000
] Started Permit User Sessions.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started getty on tty2-tty6 if dbus and logind are not available.
[  OK  ] Started Getty on tty6.
[  OK  ] Started Getty on tty5.
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[  OK  ] Started Getty on tty4.
[  OK  ] Started Getty on tty3.
[  OK  ] Started Getty on tty2.
[  OK  ] Reached target Network is Online.
         Starting Daily apt download activities...
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.
[  OK  ] Started Daily apt download activities.
         Starting Daily apt upgrade and clean activities...
[  OK  ] Started Daily apt upgrade and clean activities.

Debian GNU/Linux 9 syzkaller ttyS0

syzkaller login: [   27.415441] BUG: kernel NULL pointer dereference, address: 00000000000009a8
[   27.421552] #PF: supervisor read access in kernel mode
[   27.427030] #PF: error_code(0x0000) - not-present page
[   27.429661] PGD 0 P4D 0 
[   27.431103] Oops: 0000 [#1] SMP KASAN PTI
[   27.433350] CPU: 0 PID: 2396 Comm: kworker/0:2 Not tainted 5.4.71+ #4
[   27.436518] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.11.0-0-g63451fca13-prebuilt.qemu-project.org 04/01/2014
[   27.442314] Workqueue: pm hcd_resume_work
[   27.444469] RIP: 0010:__sanitizer_cov_trace_pc+0x82/0x16a
[   27.446693] Code: 65 48 8b 05 c1 f5 e3 7e 48 89 44 24 38 90 48 8b 44 24 38 48 89 44 24 40 90 48 8b 44 24 40 48 89 44 24 10 eb 11 48 8b 44 24 28 <48> 8b 80 a8 09 00 00 48 89 44 24 10 48 8b 44 24 18 48 89 44 24 58
[   27.454712] RSP: 0018:ffff888154f97990 EFLAGS: 00010246
[   27.456946] RAX: 0000000000000000 RBX: ffff888154e24000 RCX: ffffffff8207483a
[   27.459899] RDX: dffffc0000000000 RSI: 0000000000000410 RDI: ffffffff821527ca
[   27.462877] RBP: ffff888154e24000 R08: ffffffff8207480f R09: ffffed102a9bd294
[   27.465911] R10: ffffed102a9bd293 R11: ffff888154de949e R12: ffffffff85da2f00
[   27.468873] R13: 1ffff1102a9f2f58 R14: ffff888154e24148 R15: ffff888154e24250
[   27.474744] FS:  0000000000000000(0000) GS:ffff88815ae00000(0000) knlGS:0000000000000000
[   27.478222] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   27.480681] CR2: 00000000000009a8 CR3: 000000014f432000 CR4: 00000000000006f0
[   27.482926] Call Trace:
[   27.483641]  ? xhci_bus_resume+0x1a/0x870
[   27.485056]  ? xhci_bus_resume+0x1a/0x870
[   27.486362]  ? wait_for_completion_killable_timeout+0x240/0x240
[   27.488944]  ? blk_mq_sched_insert_request+0x18b/0x280
[   27.491207]  ? pvclock_clocksource_read+0xf6/0x1c0
[   27.493213]  ? hcd_bus_resume+0x110/0x340
[   27.496307]  ? usb_hcd_get_frame_number+0x60/0x60
[   27.498484]  ? __update_load_avg_cfs_rq+0xf7/0x3d0
[   27.500685]  ? usb_generic_driver_resume+0x51/0x60
[   27.502900]  ? usb_resume_both+0x298/0x360
[   27.504884]  ? rpm_resume+0x1cc/0xb00
[   27.506189]  ? usb_suspend_both+0x440/0x440
[   27.507875]  ? pvclock_clocksource_read+0xf6/0x1c0
[   27.510506]  ? usb_runtime_suspend+0x80/0x80
[   27.512599]  ? usb_runtime_suspend+0x80/0x80
[   27.514664]  ? __rpm_callback+0xb3/0x1b0
[   27.516561]  ? ktime_get_mono_fast_ns+0x106/0x1b0
[   27.520785]  ? usb_runtime_suspend+0x80/0x80
[   27.522549]  ? usb_runtime_suspend+0x80/0x80
[   27.524312]  ? rpm_callback+0x37/0xd0
[   27.526038]  ? usb_runtime_suspend+0x80/0x80
[   27.527890]  ? rpm_resume+0x831/0xb00
[   27.529475]  ? pm_runtime_get_if_in_use+0x160/0x160
[   27.531653]  ? __schedule+0x1188/0x1f70
[   27.533332]  ? _raw_spin_lock_irqsave+0x7b/0xd0
[   27.535366]  ? _raw_spin_trylock_bh+0xf0/0xf0
[   27.536941]  ? mutex_lock+0x89/0xd0
[   27.546170]  ? __pm_runtime_resume+0x4a/0xa0
[   27.547542]  ? usb_autoresume_device+0x16/0x50
[   27.548846]  ? usb_remote_wakeup+0x42/0x60
[   27.550710]  ? process_one_work+0x449/0x7c0
[   27.552648]  ? worker_thread+0x73/0x670
[   27.554406]  ? process_one_work+0x7c0/0x7c0
[   27.556414]  ? kthread+0x1b9/0x1e0
[   27.558092]  ? kthread_create_worker_on_cpu+0xd0/0xd0
[   27.560858]  ? ret_from_fork+0x35/0x40
[   27.562700] Modules linked in:
[   27.564231] CR2: 00000000000009a8
[   27.565856] ---[ end trace f21bf688146c9ef1 ]---
[   27.567916] RIP: 0010:__sanitizer_cov_trace_pc+0x82/0x16a
[   27.570167] Code: 65 48 8b 05 c1 f5 e3 7e 48 89 44 24 38 90 48 8b 44 24 38 48 89 44 24 40 90 48 8b 44 24 40 48 89 44 24 10 eb 11 48 8b 44 24 28 <48> 8b 80 a8 09 00 00 48 89 44 24 10 48 8b 44 24 18 48 89 44 24 58
[   27.577268] RSP: 0018:ffff888154f97990 EFLAGS: 00010246
[   27.578840] RAX: 0000000000000000 RBX: ffff888154e24000 RCX: ffffffff8207483a
[   27.580953] RDX: dffffc0000000000 RSI: 0000000000000410 RDI: ffffffff821527ca
[   27.583757] RBP: ffff888154e24000 R08: ffffffff8207480f R09: ffffed102a9bd294
[   27.586917] R10: ffffed102a9bd293 R11: ffff888154de949e R12: ffffffff85da2f00
[   27.589784] R13: 1ffff1102a9f2f58 R14: ffff888154e24148 R15: ffff888154e24250
[   27.593161] FS:  0000000000000000(0000) GS:ffff88815ae00000(0000) knlGS:0000000000000000
[   27.596662] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   27.599216] CR2: 00000000000009a8 CR3: 000000014f432000 CR4: 00000000000006f0
[   27.637968] KVM_IVSHMEM: writing to COMM reg with value=51
=== Write to UMA register with value: 81 ===
[   27.640711] KVM_IVSHMEM: bar2_map_base:ffffc90000090000
[   27.725124] KVM_IVSHMEM: writing to COMM reg with value=51
=== Write to UMA register with value: 81 ===
[   27.727712] KVM_IVSHMEM: bar2_map_base:ffffc90000090000

@benquike
Copy link
Collaborator

@tklengyel Do you mean that the seed file seeds/usb_sb7VwXl is causing a crash in the version of kernel you are testing?
To make sure that it is not caused by the patches, can you try building a clean version of kernel and test it with the QEMU with a usb-fuzz device?

@tklengyel
Copy link
Author

tklengyel commented Oct 22, 2020

Sure, but what do you mean by clean version of the kernel? Without KASAN? Without the patches, sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants