lkml.org 
[lkml]   [2020]   [Jul]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
Subject[Linux v5.8-rc4] objtool warnings with gcc-10
[ Please CC me I am not subscribed to this mailing-list ]

Hi Josh and Peter,

today I switched over from Linux v5.7.y to Linux v5.8-rc4 and built
the first time with GCC version 10 on Debian/testing AMD64.

$ cat /proc/version
Linux version 5.8.0-rc4-1-amd64-gcc10 (sedat.dilek@gmail.com@iniza)
(gcc-10 (Debian 10.1.0-4) 10.1.0, GNU ld (GNU Binutils for Debian)
2.34) #1~bullseye+dileks1 SMP 2020-07-06

I see these objtool warnings (which are new to me):

$ grep warning: build-log_5.8.0-rc4-1-amd64-gcc10.txt | sort
arch/x86/kernel/cpu/mce/core.o: warning: objtool: mce_panic()+0x118:
unreachable instruction
drivers/atm/horizon.o: warning: objtool: interrupt_handler()+0x19f:
unreachable instruction
drivers/message/fusion/mptbase.o: warning: objtool:
mpt_Soft_Hard_ResetHandler()+0x33a: unreachable instruction
drivers/scsi/aic7xxx/aic79xx_core.o: warning: objtool:
ahd_intr.part.0()+0x10f: unreachable instruction
drivers/scsi/pcmcia/aha152x_core.o: warning: objtool: run()+0x4c0:
unreachable instruction
fs/btrfs/backref.o: warning: objtool:
btrfs_backref_finish_upper_links()+0x309: unreachable instruction
fs/btrfs/extent_io.o: warning: objtool: __set_extent_bit.cold()+0xc:
unreachable instruction
fs/btrfs/relocation.o: warning: objtool:
update_backref_cache.part.0()+0x1de: unreachable instruction
kernel/exit.o: warning: objtool: __x64_sys_exit_group()+0x14:
unreachable instruction
net/core/skbuff.o: warning: objtool: skb_push.cold()+0x15: unreachable
instruction

I have not checked the Wild Wild Web or any mailing-lists.

Please let me know if you need further informations.

My kernel-config and dmesg-output are attached.

Thanks.

Regards,
- Sedat -
[Mon Jul 6 08:53:29 2020] microcode: microcode updated early to revision 0x2f, date = 2019-02-17
[Mon Jul 6 08:53:29 2020] Linux version 5.8.0-rc4-1-amd64-gcc10 (sedat.dilek@gmail.com@iniza) (gcc-10 (Debian 10.1.0-4) 10.1.0, GNU ld (GNU Binutils for Debian) 2.34) #1~bullseye+dileks1 SMP 2020-07-06
[Mon Jul 6 08:53:29 2020] Command line: BOOT_IMAGE=/boot/vmlinuz-5.8.0-rc4-1-amd64-gcc10 root=UUID=5f730cbc-abda-410c-9ea9-f0bdeda41926 ro
[Mon Jul 6 08:53:29 2020] Disabled fast string operations
[Mon Jul 6 08:53:29 2020] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[Mon Jul 6 08:53:29 2020] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[Mon Jul 6 08:53:29 2020] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[Mon Jul 6 08:53:29 2020] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[Mon Jul 6 08:53:29 2020] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[Mon Jul 6 08:53:29 2020] BIOS-provided physical RAM map:
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x0000000040200000-0x00000000d9c9efff] usable
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000d9c9f000-0x00000000dae7efff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000dae7f000-0x00000000daf9efff] ACPI NVS
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[Mon Jul 6 08:53:29 2020] BIOS-e820: [mem 0x0000000100000000-0x000000021fdfffff] usable
[Mon Jul 6 08:53:29 2020] NX (Execute Disable) protection: active
[Mon Jul 6 08:53:29 2020] SMBIOS 2.6 present.
[Mon Jul 6 08:53:29 2020] DMI: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[Mon Jul 6 08:53:29 2020] tsc: Fast TSC calibration using PIT
[Mon Jul 6 08:53:29 2020] tsc: Detected 1596.305 MHz processor
[Mon Jul 6 08:53:29 2020] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[Mon Jul 6 08:53:29 2020] e820: remove [mem 0x000a0000-0x000fffff] usable
[Mon Jul 6 08:53:29 2020] last_pfn = 0x21fe00 max_arch_pfn = 0x400000000
[Mon Jul 6 08:53:29 2020] MTRR default type: uncachable
[Mon Jul 6 08:53:29 2020] MTRR fixed ranges enabled:
[Mon Jul 6 08:53:29 2020] 00000-9FFFF write-back
[Mon Jul 6 08:53:29 2020] A0000-BFFFF uncachable
[Mon Jul 6 08:53:29 2020] C0000-FFFFF write-protect
[Mon Jul 6 08:53:29 2020] MTRR variable ranges enabled:
[Mon Jul 6 08:53:29 2020] 0 base 000000000 mask F80000000 write-back
[Mon Jul 6 08:53:29 2020] 1 base 080000000 mask FC0000000 write-back
[Mon Jul 6 08:53:29 2020] 2 base 0C0000000 mask FE0000000 write-back
[Mon Jul 6 08:53:29 2020] 3 base 0DC000000 mask FFC000000 uncachable
[Mon Jul 6 08:53:29 2020] 4 base 0DB000000 mask FFF000000 uncachable
[Mon Jul 6 08:53:29 2020] 5 base 100000000 mask F00000000 write-back
[Mon Jul 6 08:53:29 2020] 6 base 200000000 mask FE0000000 write-back
[Mon Jul 6 08:53:29 2020] 7 base 21FE00000 mask FFFE00000 uncachable
[Mon Jul 6 08:53:29 2020] 8 base 0FFC00000 mask FFFC00000 write-protect
[Mon Jul 6 08:53:29 2020] 9 disabled
[Mon Jul 6 08:53:29 2020] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[Mon Jul 6 08:53:29 2020] last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[Mon Jul 6 08:53:29 2020] found SMP MP-table at [mem 0x000f00e0-0x000f00ef]
[Mon Jul 6 08:53:29 2020] reserving inaccessible SNB gfx pages
[Mon Jul 6 08:53:29 2020] RAMDISK: [mem 0x3429b000-0x36144fff]
[Mon Jul 6 08:53:29 2020] ACPI: Early table checksum verification disabled
[Mon Jul 6 08:53:29 2020] ACPI: RSDP 0x00000000000F0100 000024 (v02 SECCSD)
[Mon Jul 6 08:53:29 2020] ACPI: XSDT 0x00000000DAFFE170 000084 (v01 SECCSD LH43STAR 00000002 PTEC 00000002)
[Mon Jul 6 08:53:29 2020] ACPI: FACP 0x00000000DAFEF000 00010C (v05 SECCSD LH43STAR 00000002 PTL 00000002)
[Mon Jul 6 08:53:29 2020] ACPI: DSDT 0x00000000DAFF2000 0083AC (v02 SECCSD SNB-CPT 00000000 INTL 20061109)
[Mon Jul 6 08:53:29 2020] ACPI: FACS 0x00000000DAF47000 000040
[Mon Jul 6 08:53:29 2020] ACPI: SLIC 0x00000000DAFFD000 000176 (v01 SECCSD LH43STAR 00000002 PTEC 00000001)
[Mon Jul 6 08:53:29 2020] ACPI: SSDT 0x00000000DAFFB000 001068 (v01 SECCSD PtidDevc 00001000 INTL 20061109)
[Mon Jul 6 08:53:29 2020] ACPI: ASF! 0x00000000DAFF1000 0000A5 (v32 SECCSD LH43STAR 00000002 PTL 00000002)
[Mon Jul 6 08:53:29 2020] ACPI: HPET 0x00000000DAFEE000 000038 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[Mon Jul 6 08:53:29 2020] ACPI: APIC 0x00000000DAFED000 000098 (v03 SECCSD LH43STAR 00000002 PTL 00000002)
[Mon Jul 6 08:53:29 2020] ACPI: MCFG 0x00000000DAFEC000 00003C (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[Mon Jul 6 08:53:29 2020] ACPI: SSDT 0x00000000DAFEB000 000804 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[Mon Jul 6 08:53:29 2020] ACPI: SSDT 0x00000000DAFEA000 000996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[Mon Jul 6 08:53:29 2020] ACPI: UEFI 0x00000000DAFE9000 00003E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[Mon Jul 6 08:53:29 2020] ACPI: UEFI 0x00000000DAFE8000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
[Mon Jul 6 08:53:29 2020] ACPI: UEFI 0x00000000DAFE7000 00026A (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[Mon Jul 6 08:53:29 2020] ACPI: Local APIC address 0xfee00000
[Mon Jul 6 08:53:29 2020] No NUMA configuration found
[Mon Jul 6 08:53:29 2020] Faking a node at [mem 0x0000000000000000-0x000000021fdfffff]
[Mon Jul 6 08:53:29 2020] NODE_DATA(0) allocated [mem 0x21fdf9000-0x21fdfdfff]
[Mon Jul 6 08:53:29 2020] Zone ranges:
[Mon Jul 6 08:53:29 2020] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[Mon Jul 6 08:53:29 2020] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[Mon Jul 6 08:53:29 2020] Normal [mem 0x0000000100000000-0x000000021fdfffff]
[Mon Jul 6 08:53:29 2020] Device empty
[Mon Jul 6 08:53:29 2020] Movable zone start for each node
[Mon Jul 6 08:53:29 2020] Early memory node ranges
[Mon Jul 6 08:53:29 2020] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[Mon Jul 6 08:53:29 2020] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[Mon Jul 6 08:53:29 2020] node 0: [mem 0x0000000020200000-0x000000003fffffff]
[Mon Jul 6 08:53:29 2020] node 0: [mem 0x0000000040200000-0x00000000d9c9efff]
[Mon Jul 6 08:53:29 2020] node 0: [mem 0x00000000dafff000-0x00000000daffffff]
[Mon Jul 6 08:53:29 2020] node 0: [mem 0x0000000100000000-0x000000021fdfffff]
[Mon Jul 6 08:53:29 2020] Zeroed struct page in unavailable ranges: 27076 pages
[Mon Jul 6 08:53:29 2020] Initmem setup node 0 [mem 0x0000000000001000-0x000000021fdfffff]
[Mon Jul 6 08:53:29 2020] On node 0 totalpages: 2070076
[Mon Jul 6 08:53:29 2020] DMA zone: 64 pages used for memmap
[Mon Jul 6 08:53:29 2020] DMA zone: 156 pages reserved
[Mon Jul 6 08:53:29 2020] DMA zone: 3996 pages, LIFO batch:0
[Mon Jul 6 08:53:29 2020] DMA32 zone: 13859 pages used for memmap
[Mon Jul 6 08:53:29 2020] DMA32 zone: 886944 pages, LIFO batch:63
[Mon Jul 6 08:53:29 2020] Normal zone: 18424 pages used for memmap
[Mon Jul 6 08:53:29 2020] Normal zone: 1179136 pages, LIFO batch:63
[Mon Jul 6 08:53:29 2020] Reserving Intel graphics memory at [mem 0xdba00000-0xdf9fffff]
[Mon Jul 6 08:53:29 2020] ACPI: PM-Timer IO Port: 0x408
[Mon Jul 6 08:53:29 2020] ACPI: Local APIC address 0xfee00000
[Mon Jul 6 08:53:29 2020] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[Mon Jul 6 08:53:29 2020] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[Mon Jul 6 08:53:29 2020] IOAPIC[0]: apic_id 14, version 32, address 0xfec00000, GSI 0-23
[Mon Jul 6 08:53:29 2020] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[Mon Jul 6 08:53:29 2020] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[Mon Jul 6 08:53:29 2020] ACPI: IRQ0 used by override.
[Mon Jul 6 08:53:29 2020] ACPI: IRQ9 used by override.
[Mon Jul 6 08:53:29 2020] Using ACPI (MADT) for SMP configuration information
[Mon Jul 6 08:53:29 2020] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[Mon Jul 6 08:53:29 2020] TSC deadline timer available
[Mon Jul 6 08:53:29 2020] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xd9c9f000-0xdae7efff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xdae7f000-0xdaf9efff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xdaf9f000-0xdaffefff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xdb000000-0xdf9fffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
[Mon Jul 6 08:53:29 2020] PM: hibernation: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[Mon Jul 6 08:53:29 2020] [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[Mon Jul 6 08:53:29 2020] Booting paravirtualized kernel on bare hardware
[Mon Jul 6 08:53:29 2020] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[Mon Jul 6 08:53:29 2020] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[Mon Jul 6 08:53:29 2020] percpu: Embedded 55 pages/cpu s184856 r8192 d32232 u262144
[Mon Jul 6 08:53:29 2020] pcpu-alloc: s184856 r8192 d32232 u262144 alloc=1*2097152
[Mon Jul 6 08:53:29 2020] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[Mon Jul 6 08:53:29 2020] Built 1 zonelists, mobility grouping on. Total pages: 2037573
[Mon Jul 6 08:53:29 2020] Policy zone: Normal
[Mon Jul 6 08:53:29 2020] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.8.0-rc4-1-amd64-gcc10 root=UUID=5f730cbc-abda-410c-9ea9-f0bdeda41926 ro
[Mon Jul 6 08:53:29 2020] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[Mon Jul 6 08:53:29 2020] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[Mon Jul 6 08:53:29 2020] mem auto-init: stack:off, heap alloc:off, heap free:off
[Mon Jul 6 08:53:29 2020] Memory: 3570596K/8280304K available (12291K kernel code, 1294K rwdata, 3776K rodata, 1612K init, 1832K bss, 269836K reserved, 0K cma-reserved)
[Mon Jul 6 08:53:29 2020] random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0
[Mon Jul 6 08:53:29 2020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[Mon Jul 6 08:53:29 2020] Kernel/User page tables isolation: enabled
[Mon Jul 6 08:53:29 2020] ftrace: allocating 33945 entries in 133 pages
[Mon Jul 6 08:53:29 2020] ftrace: allocated 133 pages with 3 groups
[Mon Jul 6 08:53:29 2020] rcu: Hierarchical RCU implementation.
[Mon Jul 6 08:53:29 2020] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[Mon Jul 6 08:53:29 2020] Rude variant of Tasks RCU enabled.
[Mon Jul 6 08:53:29 2020] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[Mon Jul 6 08:53:29 2020] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[Mon Jul 6 08:53:29 2020] NR_IRQS: 33024, nr_irqs: 488, preallocated irqs: 16
[Mon Jul 6 08:53:29 2020] Console: colour VGA+ 80x25
[Mon Jul 6 08:53:29 2020] printk: console [tty0] enabled
[Mon Jul 6 08:53:29 2020] ACPI: Core revision 20200528
[Mon Jul 6 08:53:29 2020] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[Mon Jul 6 08:53:29 2020] APIC: Switch to symmetric I/O mode setup
[Mon Jul 6 08:53:29 2020] x2apic: IRQ remapping doesn't support X2APIC mode
[Mon Jul 6 08:53:29 2020] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[Mon Jul 6 08:53:29 2020] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170282619dd, max_idle_ns: 440795246278 ns
[Mon Jul 6 08:53:29 2020] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.61 BogoMIPS (lpj=6385220)
[Mon Jul 6 08:53:29 2020] pid_max: default: 32768 minimum: 301
[Mon Jul 6 08:53:29 2020] LSM: Security Framework initializing
[Mon Jul 6 08:53:29 2020] Yama: becoming mindful.
[Mon Jul 6 08:53:29 2020] AppArmor: AppArmor initialized
[Mon Jul 6 08:53:29 2020] TOMOYO Linux initialized
[Mon Jul 6 08:53:29 2020] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[Mon Jul 6 08:53:29 2020] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[Mon Jul 6 08:53:29 2020] Disabled fast string operations
[Mon Jul 6 08:53:29 2020] mce: CPU0: Thermal monitoring enabled (TM1)
[Mon Jul 6 08:53:29 2020] process: using mwait in idle threads
[Mon Jul 6 08:53:29 2020] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[Mon Jul 6 08:53:29 2020] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[Mon Jul 6 08:53:29 2020] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[Mon Jul 6 08:53:29 2020] Spectre V2 : Mitigation: Full generic retpoline
[Mon Jul 6 08:53:29 2020] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[Mon Jul 6 08:53:29 2020] Spectre V2 : Enabling Restricted Speculation for firmware calls
[Mon Jul 6 08:53:29 2020] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[Mon Jul 6 08:53:29 2020] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[Mon Jul 6 08:53:29 2020] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[Mon Jul 6 08:53:29 2020] MDS: Mitigation: Clear CPU buffers
[Mon Jul 6 08:53:29 2020] Freeing SMP alternatives memory: 32K
[Mon Jul 6 08:53:29 2020] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[Mon Jul 6 08:53:29 2020] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[Mon Jul 6 08:53:29 2020] ... version: 3
[Mon Jul 6 08:53:29 2020] ... bit width: 48
[Mon Jul 6 08:53:29 2020] ... generic registers: 4
[Mon Jul 6 08:53:29 2020] ... value mask: 0000ffffffffffff
[Mon Jul 6 08:53:29 2020] ... max period: 00007fffffffffff
[Mon Jul 6 08:53:29 2020] ... fixed-purpose events: 3
[Mon Jul 6 08:53:29 2020] ... event mask: 000000070000000f
[Mon Jul 6 08:53:29 2020] rcu: Hierarchical SRCU implementation.
[Mon Jul 6 08:53:29 2020] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[Mon Jul 6 08:53:29 2020] smp: Bringing up secondary CPUs ...
[Mon Jul 6 08:53:29 2020] x86: Booting SMP configuration:
[Mon Jul 6 08:53:29 2020] .... node #0, CPUs: #1
[Mon Jul 6 08:53:29 2020] Disabled fast string operations
[Mon Jul 6 08:53:29 2020] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[Mon Jul 6 08:53:29 2020] #2
[Mon Jul 6 08:53:29 2020] Disabled fast string operations
[Mon Jul 6 08:53:29 2020] #3
[Mon Jul 6 08:53:29 2020] Disabled fast string operations
[Mon Jul 6 08:53:29 2020] smp: Brought up 1 node, 4 CPUs
[Mon Jul 6 08:53:29 2020] smpboot: Max logical packages: 2
[Mon Jul 6 08:53:29 2020] smpboot: Total of 4 processors activated (12770.44 BogoMIPS)
[Mon Jul 6 08:53:29 2020] node 0 deferred pages initialised in 12ms
[Mon Jul 6 08:53:29 2020] devtmpfs: initialized
[Mon Jul 6 08:53:29 2020] x86/mm: Memory block size: 128MB
[Mon Jul 6 08:53:29 2020] PM: Registering ACPI NVS region [mem 0xdae7f000-0xdaf9efff] (1179648 bytes)
[Mon Jul 6 08:53:29 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[Mon Jul 6 08:53:29 2020] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[Mon Jul 6 08:53:29 2020] pinctrl core: initialized pinctrl subsystem
[Mon Jul 6 08:53:29 2020] thermal_sys: Registered thermal governor 'fair_share'
[Mon Jul 6 08:53:29 2020] thermal_sys: Registered thermal governor 'bang_bang'
[Mon Jul 6 08:53:29 2020] thermal_sys: Registered thermal governor 'step_wise'
[Mon Jul 6 08:53:29 2020] thermal_sys: Registered thermal governor 'user_space'
[Mon Jul 6 08:53:29 2020] NET: Registered protocol family 16
[Mon Jul 6 08:53:29 2020] audit: initializing netlink subsys (disabled)
[Mon Jul 6 08:53:29 2020] audit: type=2000 audit(1594018409.056:1): state=initialized audit_enabled=0 res=1
[Mon Jul 6 08:53:29 2020] cpuidle: using governor ladder
[Mon Jul 6 08:53:29 2020] cpuidle: using governor menu
[Mon Jul 6 08:53:29 2020] ACPI: bus type PCI registered
[Mon Jul 6 08:53:29 2020] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[Mon Jul 6 08:53:29 2020] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[Mon Jul 6 08:53:29 2020] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[Mon Jul 6 08:53:29 2020] PCI: Using configuration type 1 for base access
[Mon Jul 6 08:53:29 2020] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[Mon Jul 6 08:53:29 2020] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[Mon Jul 6 08:53:29 2020] mtrr: your CPUs had inconsistent variable MTRR settings
[Mon Jul 6 08:53:29 2020] mtrr: probably your BIOS does not setup all CPUs.
[Mon Jul 6 08:53:29 2020] mtrr: corrected configuration.
[Mon Jul 6 08:53:29 2020] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[Mon Jul 6 08:53:29 2020] ACPI: Added _OSI(Module Device)
[Mon Jul 6 08:53:29 2020] ACPI: Added _OSI(Processor Device)
[Mon Jul 6 08:53:29 2020] ACPI: Added _OSI(3.0 _SCP Extensions)
[Mon Jul 6 08:53:29 2020] ACPI: Added _OSI(Processor Aggregator Device)
[Mon Jul 6 08:53:29 2020] ACPI: Added _OSI(Linux-Dell-Video)
[Mon Jul 6 08:53:29 2020] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[Mon Jul 6 08:53:29 2020] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[Mon Jul 6 08:53:29 2020] ACPI: 4 ACPI AML tables successfully acquired and loaded
[Mon Jul 6 08:53:29 2020] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[Mon Jul 6 08:53:29 2020] ACPI: Dynamic OEM Table Load:
[Mon Jul 6 08:53:29 2020] ACPI: SSDT 0xFFFF89D947513800 000688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[Mon Jul 6 08:53:29 2020] ACPI: Dynamic OEM Table Load:
[Mon Jul 6 08:53:29 2020] ACPI: SSDT 0xFFFF89D94751A000 000303 (v01 PmRef ApIst 00003000 INTL 20061109)
[Mon Jul 6 08:53:29 2020] ACPI: Dynamic OEM Table Load:
[Mon Jul 6 08:53:29 2020] ACPI: SSDT 0xFFFF89D947546A00 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
[Mon Jul 6 08:53:29 2020] ACPI: EC: EC started
[Mon Jul 6 08:53:29 2020] ACPI: EC: interrupt blocked
[Mon Jul 6 08:53:29 2020] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[Mon Jul 6 08:53:29 2020] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC used to handle transactions
[Mon Jul 6 08:53:29 2020] ACPI: Interpreter enabled
[Mon Jul 6 08:53:29 2020] ACPI: (supports S0 S1 S3 S4 S5)
[Mon Jul 6 08:53:29 2020] ACPI: Using IOAPIC for interrupt routing
[Mon Jul 6 08:53:29 2020] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[Mon Jul 6 08:53:29 2020] ACPI: Enabled 8 GPEs in block 00 to 3F
[Mon Jul 6 08:53:29 2020] ACPI: Power Resource [FN00] (off)
[Mon Jul 6 08:53:29 2020] ACPI: Power Resource [FN01] (off)
[Mon Jul 6 08:53:29 2020] ACPI: Power Resource [FN02] (off)
[Mon Jul 6 08:53:29 2020] ACPI: Power Resource [FN03] (off)
[Mon Jul 6 08:53:29 2020] ACPI: Power Resource [FN04] (off)
[Mon Jul 6 08:53:29 2020] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[Mon Jul 6 08:53:29 2020] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[Mon Jul 6 08:53:29 2020] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[Mon Jul 6 08:53:29 2020] PCI host bridge to bus 0000:00
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff window]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: root bus resource [bus 00-3e]
[Mon Jul 6 08:53:29 2020] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[Mon Jul 6 08:53:29 2020] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[Mon Jul 6 08:53:29 2020] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[Mon Jul 6 08:53:29 2020] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[Mon Jul 6 08:53:29 2020] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[Mon Jul 6 08:53:29 2020] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[Mon Jul 6 08:53:29 2020] pci 0000:00:16.0: reg 0x10: [mem 0xf0705000-0xf070500f 64bit]
[Mon Jul 6 08:53:29 2020] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[Mon Jul 6 08:53:29 2020] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[Mon Jul 6 08:53:29 2020] pci 0000:00:1a.0: reg 0x10: [mem 0xf070a000-0xf070a3ff]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[Mon Jul 6 08:53:29 2020] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[Mon Jul 6 08:53:29 2020] pci 0000:00:1b.0: reg 0x10: [mem 0xf0700000-0xf0703fff 64bit]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[Mon Jul 6 08:53:29 2020] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[Mon Jul 6 08:53:29 2020] pci 0000:00:1d.0: reg 0x10: [mem 0xf0709000-0xf07093ff]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.2: reg 0x10: [io 0x3088-0x308f]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.2: reg 0x14: [io 0x3094-0x3097]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.2: reg 0x18: [io 0x3080-0x3087]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.2: reg 0x1c: [io 0x3090-0x3093]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.2: reg 0x20: [io 0x3060-0x307f]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.2: reg 0x24: [mem 0xf0708000-0xf07087ff]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.2: PME# supported from D3hot
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.3: reg 0x10: [mem 0xf0704000-0xf07040ff 64bit]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[Mon Jul 6 08:53:29 2020] pci 0000:01:00.0: [8086:0091] type 00 class 0x028000
[Mon Jul 6 08:53:29 2020] pci 0000:01:00.0: reg 0x10: [mem 0xf0600000-0xf0601fff 64bit]
[Mon Jul 6 08:53:29 2020] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.0: PCI bridge to [bus 01]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[Mon Jul 6 08:53:29 2020] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[Mon Jul 6 08:53:29 2020] pci 0000:02:00.0: reg 0x10: [io 0x2000-0x20ff]
[Mon Jul 6 08:53:29 2020] pci 0000:02:00.0: reg 0x18: [mem 0xf0404000-0xf0404fff 64bit pref]
[Mon Jul 6 08:53:29 2020] pci 0000:02:00.0: reg 0x20: [mem 0xf0400000-0xf0403fff 64bit pref]
[Mon Jul 6 08:53:29 2020] pci 0000:02:00.0: supports D1 D2
[Mon Jul 6 08:53:29 2020] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.3: PCI bridge to [bus 02]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[Mon Jul 6 08:53:29 2020] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[Mon Jul 6 08:53:29 2020] pci 0000:03:00.0: reg 0x10: [mem 0xf0500000-0xf0507fff 64bit]
[Mon Jul 6 08:53:29 2020] pci 0000:03:00.0: PME# supported from D3cold
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.4: PCI bridge to [bus 03]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[Mon Jul 6 08:53:29 2020] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[Mon Jul 6 08:53:29 2020] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[Mon Jul 6 08:53:29 2020] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[Mon Jul 6 08:53:29 2020] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[Mon Jul 6 08:53:29 2020] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[Mon Jul 6 08:53:29 2020] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[Mon Jul 6 08:53:29 2020] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[Mon Jul 6 08:53:29 2020] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[Mon Jul 6 08:53:29 2020] ACPI: EC: interrupt unblocked
[Mon Jul 6 08:53:29 2020] ACPI: EC: event unblocked
[Mon Jul 6 08:53:29 2020] ACPI: EC: 0 stale EC events cleared
[Mon Jul 6 08:53:29 2020] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[Mon Jul 6 08:53:29 2020] ACPI: EC: GPE=0x17
[Mon Jul 6 08:53:29 2020] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC initialization complete
[Mon Jul 6 08:53:29 2020] ACPI: \_SB_.PCI0.LPCB.H_EC: EC: Used to handle transactions and events
[Mon Jul 6 08:53:29 2020] iommu: Default domain type: Translated
[Mon Jul 6 08:53:29 2020] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[Mon Jul 6 08:53:29 2020] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[Mon Jul 6 08:53:29 2020] pci 0000:00:02.0: vgaarb: bridge control possible
[Mon Jul 6 08:53:29 2020] vgaarb: loaded
[Mon Jul 6 08:53:29 2020] EDAC MC: Ver: 3.0.0
[Mon Jul 6 08:53:29 2020] NetLabel: Initializing
[Mon Jul 6 08:53:29 2020] NetLabel: domain hash size = 128
[Mon Jul 6 08:53:29 2020] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[Mon Jul 6 08:53:29 2020] NetLabel: unlabeled traffic allowed by default
[Mon Jul 6 08:53:29 2020] PCI: Using ACPI for IRQ routing
[Mon Jul 6 08:53:29 2020] PCI: pci_cache_line_size set to 64 bytes
[Mon Jul 6 08:53:29 2020] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[Mon Jul 6 08:53:29 2020] e820: reserve RAM buffer [mem 0xd9c9f000-0xdbffffff]
[Mon Jul 6 08:53:29 2020] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[Mon Jul 6 08:53:29 2020] e820: reserve RAM buffer [mem 0x21fe00000-0x21fffffff]
[Mon Jul 6 08:53:29 2020] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[Mon Jul 6 08:53:29 2020] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[Mon Jul 6 08:53:29 2020] clocksource: Switched to clocksource tsc-early
[Mon Jul 6 08:53:29 2020] VFS: Disk quotas dquot_6.6.0
[Mon Jul 6 08:53:29 2020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Mon Jul 6 08:53:29 2020] AppArmor: AppArmor Filesystem Enabled
[Mon Jul 6 08:53:29 2020] pnp: PnP ACPI init
[Mon Jul 6 08:53:29 2020] system 00:00: [io 0x0680-0x069f] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:00: [io 0x1000-0x100f] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:00: [io 0x5000-0x5003] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:00: [io 0xffff] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:00: [io 0x0400-0x0453] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:00: [io 0x0458-0x047f] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:00: [io 0x0500-0x057f] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:00: [io 0x0a00-0x0a0f] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:00: [io 0x164e-0x164f] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:00: [io 0x5000-0x500f] could not be reserved
[Mon Jul 6 08:53:29 2020] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[Mon Jul 6 08:53:29 2020] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[Mon Jul 6 08:53:29 2020] system 00:02: [io 0x0454-0x0457] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[Mon Jul 6 08:53:29 2020] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[Mon Jul 6 08:53:29 2020] pnp 00:04: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
[Mon Jul 6 08:53:29 2020] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[Mon Jul 6 08:53:29 2020] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[Mon Jul 6 08:53:29 2020] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[Mon Jul 6 08:53:29 2020] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[Mon Jul 6 08:53:29 2020] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[Mon Jul 6 08:53:29 2020] pnp: PnP ACPI: found 7 devices
[Mon Jul 6 08:53:29 2020] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[Mon Jul 6 08:53:29 2020] NET: Registered protocol family 2
[Mon Jul 6 08:53:29 2020] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[Mon Jul 6 08:53:29 2020] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[Mon Jul 6 08:53:29 2020] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[Mon Jul 6 08:53:29 2020] TCP: Hash tables configured (established 65536 bind 65536)
[Mon Jul 6 08:53:29 2020] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[Mon Jul 6 08:53:29 2020] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[Mon Jul 6 08:53:29 2020] NET: Registered protocol family 1
[Mon Jul 6 08:53:29 2020] NET: Registered protocol family 44
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.0: PCI bridge to [bus 01]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.3: PCI bridge to [bus 02]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.4: PCI bridge to [bus 03]
[Mon Jul 6 08:53:29 2020] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff window]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:01: resource 1 [mem 0xf0600000-0xf06fffff]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref]
[Mon Jul 6 08:53:29 2020] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
[Mon Jul 6 08:53:29 2020] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[Mon Jul 6 08:53:29 2020] PCI: CLS 64 bytes, default 64
[Mon Jul 6 08:53:29 2020] Trying to unpack rootfs image as initramfs...
[Mon Jul 6 08:53:30 2020] Freeing initrd memory: 31400K
[Mon Jul 6 08:53:30 2020] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[Mon Jul 6 08:53:30 2020] software IO TLB: mapped [mem 0xd5c9f000-0xd9c9f000] (64MB)
[Mon Jul 6 08:53:30 2020] Initialise system trusted keyrings
[Mon Jul 6 08:53:30 2020] Key type blacklist registered
[Mon Jul 6 08:53:30 2020] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[Mon Jul 6 08:53:30 2020] zbud: loaded
[Mon Jul 6 08:53:30 2020] integrity: Platform Keyring initialized
[Mon Jul 6 08:53:30 2020] Key type asymmetric registered
[Mon Jul 6 08:53:30 2020] Asymmetric key parser 'x509' registered
[Mon Jul 6 08:53:30 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[Mon Jul 6 08:53:30 2020] io scheduler mq-deadline registered
[Mon Jul 6 08:53:30 2020] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[Mon Jul 6 08:53:30 2020] intel_idle: MWAIT substates: 0x21120
[Mon Jul 6 08:53:30 2020] intel_idle: v0.5.1 model 0x2A
[Mon Jul 6 08:53:30 2020] intel_idle: Local APIC timer is reliable in all C-states
[Mon Jul 6 08:53:30 2020] thermal LNXTHERM:00: registered as thermal_zone0
[Mon Jul 6 08:53:30 2020] ACPI: Thermal Zone [TZ00] (67 C)
[Mon Jul 6 08:53:30 2020] thermal LNXTHERM:01: registered as thermal_zone1
[Mon Jul 6 08:53:30 2020] ACPI: Thermal Zone [TZ01] (30 C)
[Mon Jul 6 08:53:30 2020] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[Mon Jul 6 08:53:30 2020] Linux agpgart interface v0.103
[Mon Jul 6 08:53:30 2020] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[Mon Jul 6 08:53:30 2020] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[Mon Jul 6 08:53:30 2020] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:EPAD] at 0x60,0x64 irq 1,12
[Mon Jul 6 08:53:30 2020] serio: i8042 KBD port at 0x60,0x64 irq 1
[Mon Jul 6 08:53:30 2020] serio: i8042 AUX port at 0x60,0x64 irq 12
[Mon Jul 6 08:53:30 2020] mousedev: PS/2 mouse device common for all mice
[Mon Jul 6 08:53:30 2020] rtc_cmos 00:01: registered as rtc0
[Mon Jul 6 08:53:30 2020] rtc_cmos 00:01: setting system clock to 2020-07-06T06:53:30 UTC (1594018410)
[Mon Jul 6 08:53:30 2020] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[Mon Jul 6 08:53:30 2020] intel_pstate: Intel P-state driver initializing
[Mon Jul 6 08:53:30 2020] ledtrig-cpu: registered to indicate activity on CPUs
[Mon Jul 6 08:53:30 2020] NET: Registered protocol family 10
[Mon Jul 6 08:53:30 2020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[Mon Jul 6 08:53:30 2020] Segment Routing with IPv6
[Mon Jul 6 08:53:30 2020] mip6: Mobile IPv6
[Mon Jul 6 08:53:30 2020] NET: Registered protocol family 17
[Mon Jul 6 08:53:30 2020] mpls_gso: MPLS GSO support
[Mon Jul 6 08:53:30 2020] microcode: sig=0x206a7, pf=0x10, revision=0x2f
[Mon Jul 6 08:53:30 2020] microcode: Microcode Update Driver: v2.2.
[Mon Jul 6 08:53:30 2020] IPI shorthand broadcast: enabled
[Mon Jul 6 08:53:30 2020] sched_clock: Marking stable (1258309488, 12018024)->(1282646961, -12319449)
[Mon Jul 6 08:53:30 2020] registered taskstats version 1
[Mon Jul 6 08:53:30 2020] Loading compiled-in X.509 certificates
[Mon Jul 6 08:53:30 2020] zswap: loaded using pool zstd/zbud
[Mon Jul 6 08:53:30 2020] Key type ._fscrypt registered
[Mon Jul 6 08:53:30 2020] Key type .fscrypt registered
[Mon Jul 6 08:53:30 2020] Key type fscrypt-provisioning registered
[Mon Jul 6 08:53:30 2020] AppArmor: AppArmor sha1 policy hashing enabled
[Mon Jul 6 08:53:30 2020] Freeing unused kernel image (initmem) memory: 1612K
[Mon Jul 6 08:53:30 2020] Write protecting the kernel read-only data: 18432k
[Mon Jul 6 08:53:30 2020] Freeing unused kernel image (text/rodata gap) memory: 2044K
[Mon Jul 6 08:53:30 2020] Freeing unused kernel image (rodata/data gap) memory: 320K
[Mon Jul 6 08:53:30 2020] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[Mon Jul 6 08:53:30 2020] x86/mm: Checking user space page tables
[Mon Jul 6 08:53:30 2020] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[Mon Jul 6 08:53:30 2020] Run /init as init process
[Mon Jul 6 08:53:30 2020] with arguments:
[Mon Jul 6 08:53:30 2020] /init
[Mon Jul 6 08:53:30 2020] with environment:
[Mon Jul 6 08:53:30 2020] HOME=/
[Mon Jul 6 08:53:30 2020] TERM=linux
[Mon Jul 6 08:53:30 2020] BOOT_IMAGE=/boot/vmlinuz-5.8.0-rc4-1-amd64-gcc10
[Mon Jul 6 08:53:30 2020] fjes: module verification failed: signature and/or required key missing - tainting kernel
[Mon Jul 6 08:53:30 2020] battery: ACPI: Battery Slot [BAT1] (battery present)
[Mon Jul 6 08:53:30 2020] SCSI subsystem initialized
[Mon Jul 6 08:53:30 2020] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[Mon Jul 6 08:53:30 2020] i2c i2c-0: 2/4 memory slots populated (from DMI)
[Mon Jul 6 08:53:30 2020] i2c i2c-0: Successfully instantiated SPD at 0x52
[Mon Jul 6 08:53:30 2020] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20200528/utaddress-204)
[Mon Jul 6 08:53:30 2020] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[Mon Jul 6 08:53:30 2020] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200528/utaddress-204)
[Mon Jul 6 08:53:30 2020] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[Mon Jul 6 08:53:30 2020] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200528/utaddress-204)
[Mon Jul 6 08:53:30 2020] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[Mon Jul 6 08:53:30 2020] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200528/utaddress-204)
[Mon Jul 6 08:53:30 2020] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[Mon Jul 6 08:53:30 2020] lpc_ich: Resource conflict(s) found affecting gpio_ich
[Mon Jul 6 08:53:30 2020] ACPI: bus type USB registered
[Mon Jul 6 08:53:30 2020] usbcore: registered new interface driver usbfs
[Mon Jul 6 08:53:30 2020] usbcore: registered new interface driver hub
[Mon Jul 6 08:53:30 2020] usbcore: registered new device driver usb
[Mon Jul 6 08:53:30 2020] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[Mon Jul 6 08:53:30 2020] ehci-pci: EHCI PCI platform driver
[Mon Jul 6 08:53:30 2020] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1a.0: EHCI Host Controller
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1a.0: debug port 2
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[Mon Jul 6 08:53:30 2020] libata version 3.00 loaded.
[Mon Jul 6 08:53:30 2020] libphy: r8169: probed
[Mon Jul 6 08:53:30 2020] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl, e8:03:9a:36:17:a9, XID 2c9, IRQ 27
[Mon Jul 6 08:53:30 2020] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[Mon Jul 6 08:53:30 2020] ahci 0000:00:1f.2: version 3.0
[Mon Jul 6 08:53:30 2020] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf070a000
[Mon Jul 6 08:53:30 2020] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[Mon Jul 6 08:53:30 2020] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[Mon Jul 6 08:53:30 2020] r8169 0000:02:00.0 enp2s0: renamed from eth0
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[Mon Jul 6 08:53:30 2020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[Mon Jul 6 08:53:30 2020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Mon Jul 6 08:53:30 2020] usb usb1: Product: EHCI Host Controller
[Mon Jul 6 08:53:30 2020] usb usb1: Manufacturer: Linux 5.8.0-rc4-1-amd64-gcc10 ehci_hcd
[Mon Jul 6 08:53:30 2020] usb usb1: SerialNumber: 0000:00:1a.0
[Mon Jul 6 08:53:30 2020] hub 1-0:1.0: USB hub found
[Mon Jul 6 08:53:30 2020] hub 1-0:1.0: 2 ports detected
[Mon Jul 6 08:53:30 2020] xhci_hcd 0000:03:00.0: xHCI Host Controller
[Mon Jul 6 08:53:30 2020] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[Mon Jul 6 08:53:30 2020] scsi host0: ahci
[Mon Jul 6 08:53:30 2020] scsi host1: ahci
[Mon Jul 6 08:53:30 2020] scsi host2: ahci
[Mon Jul 6 08:53:30 2020] scsi host3: ahci
[Mon Jul 6 08:53:30 2020] scsi host4: ahci
[Mon Jul 6 08:53:30 2020] scsi host5: ahci
[Mon Jul 6 08:53:30 2020] ata1: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708100 irq 28
[Mon Jul 6 08:53:30 2020] ata2: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708180 irq 28
[Mon Jul 6 08:53:30 2020] ata3: DUMMY
[Mon Jul 6 08:53:30 2020] ata4: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708280 irq 28
[Mon Jul 6 08:53:30 2020] ata5: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708300 irq 28
[Mon Jul 6 08:53:30 2020] ata6: DUMMY
[Mon Jul 6 08:53:30 2020] xhci_hcd 0000:03:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x0000000000080000
[Mon Jul 6 08:53:30 2020] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[Mon Jul 6 08:53:30 2020] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Mon Jul 6 08:53:30 2020] usb usb2: Product: xHCI Host Controller
[Mon Jul 6 08:53:30 2020] usb usb2: Manufacturer: Linux 5.8.0-rc4-1-amd64-gcc10 xhci-hcd
[Mon Jul 6 08:53:30 2020] usb usb2: SerialNumber: 0000:03:00.0
[Mon Jul 6 08:53:30 2020] hub 2-0:1.0: USB hub found
[Mon Jul 6 08:53:30 2020] hub 2-0:1.0: 2 ports detected
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1d.0: EHCI Host Controller
[Mon Jul 6 08:53:30 2020] xhci_hcd 0000:03:00.0: xHCI Host Controller
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[Mon Jul 6 08:53:30 2020] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1d.0: debug port 2
[Mon Jul 6 08:53:30 2020] xhci_hcd 0000:03:00.0: Host supports USB 3.0 SuperSpeed
[Mon Jul 6 08:53:30 2020] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[Mon Jul 6 08:53:30 2020] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[Mon Jul 6 08:53:30 2020] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Mon Jul 6 08:53:30 2020] usb usb4: Product: xHCI Host Controller
[Mon Jul 6 08:53:30 2020] usb usb4: Manufacturer: Linux 5.8.0-rc4-1-amd64-gcc10 xhci-hcd
[Mon Jul 6 08:53:30 2020] usb usb4: SerialNumber: 0000:03:00.0
[Mon Jul 6 08:53:30 2020] hub 4-0:1.0: USB hub found
[Mon Jul 6 08:53:30 2020] hub 4-0:1.0: 2 ports detected
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0709000
[Mon Jul 6 08:53:30 2020] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[Mon Jul 6 08:53:30 2020] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[Mon Jul 6 08:53:30 2020] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Mon Jul 6 08:53:30 2020] usb usb3: Product: EHCI Host Controller
[Mon Jul 6 08:53:30 2020] usb usb3: Manufacturer: Linux 5.8.0-rc4-1-amd64-gcc10 ehci_hcd
[Mon Jul 6 08:53:30 2020] usb usb3: SerialNumber: 0000:00:1d.0
[Mon Jul 6 08:53:30 2020] hub 3-0:1.0: USB hub found
[Mon Jul 6 08:53:30 2020] hub 3-0:1.0: 2 ports detected
[Mon Jul 6 08:53:31 2020] usb 1-1: new high-speed USB device number 2 using ehci-pci
[Mon Jul 6 08:53:31 2020] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Mon Jul 6 08:53:31 2020] ata1.00: ATA-8: Hitachi HTS545050A7E380, GG2OA6C0, max UDMA/133
[Mon Jul 6 08:53:31 2020] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[Mon Jul 6 08:53:31 2020] ata1.00: configured for UDMA/133
[Mon Jul 6 08:53:31 2020] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54505 A6C0 PQ: 0 ANSI: 5
[Mon Jul 6 08:53:31 2020] usb 3-1: new high-speed USB device number 2 using ehci-pci
[Mon Jul 6 08:53:31 2020] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[Mon Jul 6 08:53:31 2020] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[Mon Jul 6 08:53:31 2020] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Mon Jul 6 08:53:31 2020] hub 1-1:1.0: USB hub found
[Mon Jul 6 08:53:31 2020] hub 1-1:1.0: 6 ports detected
[Mon Jul 6 08:53:31 2020] usb 4-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
[Mon Jul 6 08:53:31 2020] usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[Mon Jul 6 08:53:31 2020] usb 4-1: Product: MEDION HDDrive-n-GO
[Mon Jul 6 08:53:31 2020] usb 4-1: Manufacturer: MEDION
[Mon Jul 6 08:53:31 2020] usb 4-1: SerialNumber: 3180000000000000092C
[Mon Jul 6 08:53:31 2020] tsc: Refined TSC clocksource calibration: 1596.373 MHz
[Mon Jul 6 08:53:31 2020] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1702c2a0637, max_idle_ns: 440795222505 ns
[Mon Jul 6 08:53:31 2020] clocksource: Switched to clocksource tsc
[Mon Jul 6 08:53:31 2020] usb-storage 4-1:1.0: USB Mass Storage device detected
[Mon Jul 6 08:53:31 2020] usb-storage 4-1:1.0: Quirks match for vid 174c pid 55aa: 400000
[Mon Jul 6 08:53:31 2020] scsi host6: usb-storage 4-1:1.0
[Mon Jul 6 08:53:31 2020] usbcore: registered new interface driver usb-storage
[Mon Jul 6 08:53:31 2020] usbcore: registered new interface driver uas
[Mon Jul 6 08:53:31 2020] usb 3-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[Mon Jul 6 08:53:31 2020] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Mon Jul 6 08:53:31 2020] hub 3-1:1.0: USB hub found
[Mon Jul 6 08:53:31 2020] hub 3-1:1.0: 6 ports detected
[Mon Jul 6 08:53:31 2020] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Mon Jul 6 08:53:31 2020] ata2.00: ATA-8: SanDisk iSSD P4 16GB, SSD 9.14, max UDMA/133
[Mon Jul 6 08:53:31 2020] ata2.00: 31277232 sectors, multi 1: LBA48
[Mon Jul 6 08:53:31 2020] ata2.00: configured for UDMA/133
[Mon Jul 6 08:53:31 2020] scsi 1:0:0:0: Direct-Access ATA SanDisk iSSD P4 9.14 PQ: 0 ANSI: 5
[Mon Jul 6 08:53:31 2020] usb 1-1.2: new low-speed USB device number 3 using ehci-pci
[Mon Jul 6 08:53:31 2020] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
[Mon Jul 6 08:53:31 2020] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
[Mon Jul 6 08:53:31 2020] random: fast init done
[Mon Jul 6 08:53:31 2020] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c00e, bcdDevice=11.10
[Mon Jul 6 08:53:31 2020] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Mon Jul 6 08:53:31 2020] usb 1-1.2: Product: USB-PS/2 Optical Mouse
[Mon Jul 6 08:53:31 2020] usb 1-1.2: Manufacturer: Logitech
[Mon Jul 6 08:53:31 2020] hid: raw HID events driver (C) Jiri Kosina
[Mon Jul 6 08:53:31 2020] usb 3-1.5: new full-speed USB device number 3 using ehci-pci
[Mon Jul 6 08:53:31 2020] psmouse serio1: elantech: Elan sample query result 03, 3f, 86
[Mon Jul 6 08:53:31 2020] usbcore: registered new interface driver usbhid
[Mon Jul 6 08:53:31 2020] usbhid: USB HID core driver
[Mon Jul 6 08:53:31 2020] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C00E.0001/input/input4
[Mon Jul 6 08:53:31 2020] hid-generic 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.2/input0
[Mon Jul 6 08:53:31 2020] ata4: SATA link down (SStatus 0 SControl 300)
[Mon Jul 6 08:53:31 2020] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
[Mon Jul 6 08:53:31 2020] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input3
[Mon Jul 6 08:53:31 2020] usb 3-1.5: New USB device found, idVendor=8086, idProduct=0189, bcdDevice=69.19
[Mon Jul 6 08:53:31 2020] usb 3-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Mon Jul 6 08:53:31 2020] usb 1-1.4: New USB device found, idVendor=2232, idProduct=1018, bcdDevice= 0.01
[Mon Jul 6 08:53:31 2020] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Mon Jul 6 08:53:31 2020] usb 1-1.4: Product: WebCam SC-13HDL11431N
[Mon Jul 6 08:53:31 2020] usb 1-1.4: Manufacturer: 123
[Mon Jul 6 08:53:32 2020] ata5: SATA link down (SStatus 0 SControl 300)
[Mon Jul 6 08:53:32 2020] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[Mon Jul 6 08:53:32 2020] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[Mon Jul 6 08:53:32 2020] sd 0:0:0:0: [sda] 4096-byte physical blocks
[Mon Jul 6 08:53:32 2020] sd 1:0:0:0: [sdb] Write Protect is off
[Mon Jul 6 08:53:32 2020] sd 0:0:0:0: [sda] Write Protect is off
[Mon Jul 6 08:53:32 2020] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[Mon Jul 6 08:53:32 2020] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[Mon Jul 6 08:53:32 2020] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Mon Jul 6 08:53:32 2020] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Mon Jul 6 08:53:32 2020] sdb: sdb1
[Mon Jul 6 08:53:32 2020] sd 1:0:0:0: [sdb] Attached SCSI disk
[Mon Jul 6 08:53:32 2020] sda: sda1 sda2 sda3
[Mon Jul 6 08:53:32 2020] sd 0:0:0:0: [sda] Attached SCSI disk
[Mon Jul 6 08:53:32 2020] scsi 6:0:0:0: Direct-Access ASMT 2105 0 PQ: 0 ANSI: 6
[Mon Jul 6 08:53:32 2020] sd 6:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[Mon Jul 6 08:53:32 2020] sd 6:0:0:0: [sdc] 4096-byte physical blocks
[Mon Jul 6 08:53:32 2020] sd 6:0:0:0: [sdc] Write Protect is off
[Mon Jul 6 08:53:32 2020] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
[Mon Jul 6 08:53:32 2020] sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Mon Jul 6 08:53:32 2020] sdc: sdc1 sdc2 sdc3 sdc4 < sdc5 >
[Mon Jul 6 08:53:32 2020] sd 6:0:0:0: [sdc] Attached SCSI disk
[Mon Jul 6 08:53:33 2020] process '/usr/bin/fstype' started with executable stack
[Mon Jul 6 08:53:33 2020] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
[Mon Jul 6 08:53:33 2020] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[Mon Jul 6 08:53:34 2020] random: crng init done
[Mon Jul 6 08:53:36 2020] systemd[1]: Inserted module 'autofs4'
[Mon Jul 6 08:53:36 2020] systemd[1]: systemd 245.6-2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[Mon Jul 6 08:53:36 2020] systemd[1]: Detected architecture x86-64.
[Mon Jul 6 08:53:36 2020] systemd[1]: Set hostname to <iniza>.
[Mon Jul 6 08:53:38 2020] systemd[1]: Created slice system-getty.slice.
[Mon Jul 6 08:53:38 2020] systemd[1]: Created slice system-modprobe.slice.
[Mon Jul 6 08:53:38 2020] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[Mon Jul 6 08:53:38 2020] systemd[1]: Created slice User and Session Slice.
[Mon Jul 6 08:53:38 2020] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[Mon Jul 6 08:53:38 2020] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[Mon Jul 6 08:53:38 2020] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[Mon Jul 6 08:53:38 2020] systemd[1]: Reached target Local Encrypted Volumes.
[Mon Jul 6 08:53:38 2020] systemd[1]: Reached target User and Group Name Lookups.
[Mon Jul 6 08:53:38 2020] systemd[1]: Reached target Remote File Systems.
[Mon Jul 6 08:53:38 2020] systemd[1]: Reached target Slices.
[Mon Jul 6 08:53:38 2020] systemd[1]: Reached target Swap.
[Mon Jul 6 08:53:38 2020] systemd[1]: Listening on Syslog Socket.
[Mon Jul 6 08:53:38 2020] systemd[1]: Listening on fsck to fsckd communication Socket.
[Mon Jul 6 08:53:38 2020] systemd[1]: Listening on initctl Compatibility Named Pipe.
[Mon Jul 6 08:53:38 2020] systemd[1]: Listening on Journal Audit Socket.
[Mon Jul 6 08:53:38 2020] systemd[1]: Listening on Journal Socket (/dev/log).
[Mon Jul 6 08:53:38 2020] systemd[1]: Listening on Journal Socket.
[Mon Jul 6 08:53:38 2020] systemd[1]: Listening on udev Control Socket.
[Mon Jul 6 08:53:38 2020] systemd[1]: Listening on udev Kernel Socket.
[Mon Jul 6 08:53:38 2020] systemd[1]: Mounting Huge Pages File System...
[Mon Jul 6 08:53:38 2020] systemd[1]: Mounting POSIX Message Queue File System...
[Mon Jul 6 08:53:38 2020] systemd[1]: Mounting Kernel Debug File System...
[Mon Jul 6 08:53:38 2020] systemd[1]: Mounting Kernel Trace File System...
[Mon Jul 6 08:53:38 2020] systemd[1]: Starting Wait for network to be configured by ifupdown...
[Mon Jul 6 08:53:38 2020] systemd[1]: Starting Set the console keyboard layout...
[Mon Jul 6 08:53:38 2020] systemd[1]: Starting Create list of static device nodes for the current kernel...
[Mon Jul 6 08:53:38 2020] systemd[1]: Starting Load Kernel Module drm...
[Mon Jul 6 08:53:38 2020] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[Mon Jul 6 08:53:38 2020] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[Mon Jul 6 08:53:38 2020] systemd[1]: Starting Journal Service...
[Mon Jul 6 08:53:38 2020] systemd[1]: Starting Load Kernel Modules...
[Mon Jul 6 08:53:38 2020] systemd[1]: Starting Remount Root and Kernel File Systems...
[Mon Jul 6 08:53:38 2020] systemd[1]: Starting udev Coldplug all Devices...
[Mon Jul 6 08:53:38 2020] systemd[1]: Finished Create list of static device nodes for the current kernel.
[Mon Jul 6 08:53:39 2020] systemd[1]: Finished Wait for network to be configured by ifupdown.
[Mon Jul 6 08:53:39 2020] systemd[1]: Mounted Huge Pages File System.
[Mon Jul 6 08:53:39 2020] systemd[1]: Mounted POSIX Message Queue File System.
[Mon Jul 6 08:53:39 2020] systemd[1]: Mounted Kernel Debug File System.
[Mon Jul 6 08:53:39 2020] systemd[1]: Mounted Kernel Trace File System.
[Mon Jul 6 08:53:39 2020] EXT4-fs (sdc2): re-mounted. Opts: errors=remount-ro
[Mon Jul 6 08:53:39 2020] systemd[1]: Finished Remount Root and Kernel File Systems.
[Mon Jul 6 08:53:39 2020] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[Mon Jul 6 08:53:39 2020] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[Mon Jul 6 08:53:39 2020] systemd[1]: Starting Load/Save Random Seed...
[Mon Jul 6 08:53:39 2020] systemd[1]: Starting Create System Users...
[Mon Jul 6 08:53:39 2020] systemd[1]: modprobe@drm.service: Succeeded.
[Mon Jul 6 08:53:39 2020] systemd[1]: Finished Load Kernel Module drm.
[Mon Jul 6 08:53:39 2020] lp: driver loaded but no devices found
[Mon Jul 6 08:53:39 2020] systemd[1]: Started Journal Service.
[Mon Jul 6 08:53:39 2020] ppdev: user-space parallel port driver
[Mon Jul 6 08:53:39 2020] systemd-journald[223]: Received client request to flush runtime journal.
[Mon Jul 6 08:53:42 2020] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
[Mon Jul 6 08:53:42 2020] ACPI: Lid Switch [LID0]
[Mon Jul 6 08:53:42 2020] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
[Mon Jul 6 08:53:42 2020] ACPI: Power Button [PWRB]
[Mon Jul 6 08:53:42 2020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[Mon Jul 6 08:53:42 2020] ACPI: Power Button [PWRF]
[Mon Jul 6 08:53:42 2020] ACPI: AC Adapter [ADP1] (on-line)
[Mon Jul 6 08:53:42 2020] input: PC Speaker as /devices/platform/pcspkr/input/input8
[Mon Jul 6 08:53:43 2020] iTCO_vendor_support: vendor-support=0
[Mon Jul 6 08:53:43 2020] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[Mon Jul 6 08:53:43 2020] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[Mon Jul 6 08:53:43 2020] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[Mon Jul 6 08:53:43 2020] sd 0:0:0:0: Attached scsi generic sg0 type 0
[Mon Jul 6 08:53:43 2020] sd 1:0:0:0: Attached scsi generic sg1 type 0
[Mon Jul 6 08:53:43 2020] sd 6:0:0:0: Attached scsi generic sg2 type 0
[Mon Jul 6 08:53:43 2020] at24 0-0052: supply vcc not found, using dummy regulator
[Mon Jul 6 08:53:43 2020] at24 0-0052: 256 byte spd EEPROM, read-only
[Mon Jul 6 08:53:43 2020] samsung_laptop: detected SABI interface: SwSmi@
[Mon Jul 6 08:53:43 2020] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[Mon Jul 6 08:53:43 2020] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[Mon Jul 6 08:53:43 2020] RAPL PMU: hw unit of domain package 2^-16 Joules
[Mon Jul 6 08:53:43 2020] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[Mon Jul 6 08:53:44 2020] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[Mon Jul 6 08:53:44 2020] usb 3-1.5: USB disconnect, device number 3
[Mon Jul 6 08:53:44 2020] Error: Driver 'pcspkr' is already registered, aborting...
[Mon Jul 6 08:53:44 2020] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[Mon Jul 6 08:53:44 2020] cryptd: max_cpu_qlen set to 1000
[Mon Jul 6 08:53:45 2020] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[Mon Jul 6 08:53:45 2020] Intel(R) Wireless WiFi driver for Linux
[Mon Jul 6 08:53:45 2020] iwlwifi 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[Mon Jul 6 08:53:45 2020] AVX version of gcm_enc/dec engaged.
[Mon Jul 6 08:53:45 2020] AES CTR mode by8 optimization enabled
[Mon Jul 6 08:53:45 2020] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1 6000g2b-6.ucode op_mode iwldvm
[Mon Jul 6 08:53:45 2020] iwlwifi 0000:01:00.0: Direct firmware load for iwl-debug-yoyo.bin failed with error -2
[Mon Jul 6 08:53:45 2020] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[Mon Jul 6 08:53:46 2020] mc: Linux media interface: v0.10
[Mon Jul 6 08:53:46 2020] i915 0000:00:02.0: vgaarb: deactivate vga console
[Mon Jul 6 08:53:46 2020] Console: switching to colour dummy device 80x25
[Mon Jul 6 08:53:46 2020] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[Mon Jul 6 08:53:46 2020] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[Mon Jul 6 08:53:46 2020] [drm] Initialized i915 1.6.0 20200515 for 0000:00:02.0 on minor 0
[Mon Jul 6 08:53:46 2020] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[Mon Jul 6 08:53:46 2020] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[Mon Jul 6 08:53:46 2020] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[Mon Jul 6 08:53:46 2020] fbcon: i915drmfb (fb0) is primary device
[Mon Jul 6 08:53:47 2020] Bluetooth: Core ver 2.22
[Mon Jul 6 08:53:47 2020] NET: Registered protocol family 31
[Mon Jul 6 08:53:47 2020] Bluetooth: HCI device and connection manager initialized
[Mon Jul 6 08:53:47 2020] Bluetooth: HCI socket layer initialized
[Mon Jul 6 08:53:47 2020] Bluetooth: L2CAP socket layer initialized
[Mon Jul 6 08:53:47 2020] Bluetooth: SCO socket layer initialized
[Mon Jul 6 08:53:47 2020] videodev: Linux video capture interface: v2.00
[Mon Jul 6 08:53:47 2020] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
[Mon Jul 6 08:53:47 2020] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[Mon Jul 6 08:53:47 2020] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[Mon Jul 6 08:53:47 2020] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[Mon Jul 6 08:53:47 2020] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[Mon Jul 6 08:53:47 2020] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[Mon Jul 6 08:53:47 2020] Console: switching to colour frame buffer device 170x48
[Mon Jul 6 08:53:47 2020] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[Mon Jul 6 08:53:48 2020] usbcore: registered new interface driver btusb
[Mon Jul 6 08:53:48 2020] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[Mon Jul 6 08:53:48 2020] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[Mon Jul 6 08:53:48 2020] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[Mon Jul 6 08:53:48 2020] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[Mon Jul 6 08:53:48 2020] snd_hda_codec_realtek hdaudioC0D0: inputs:
[Mon Jul 6 08:53:48 2020] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19
[Mon Jul 6 08:53:48 2020] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[Mon Jul 6 08:53:48 2020] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[Mon Jul 6 08:53:48 2020] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[Mon Jul 6 08:53:48 2020] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[Mon Jul 6 08:53:48 2020] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11431N (2232:1018)
[Mon Jul 6 08:53:48 2020] uvcvideo 1-1.4:1.0: Entity type for entity Extension 3 was not initialized!
[Mon Jul 6 08:53:48 2020] uvcvideo 1-1.4:1.0: Entity type for entity Processing 2 was not initialized!
[Mon Jul 6 08:53:48 2020] uvcvideo 1-1.4:1.0: Entity type for entity Camera 1 was not initialized!
[Mon Jul 6 08:53:48 2020] input: WebCam SC-13HDL11431N: WebCam S as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13
[Mon Jul 6 08:53:48 2020] usbcore: registered new interface driver uvcvideo
[Mon Jul 6 08:53:48 2020] USB Video Class driver (1.1.1)
[Mon Jul 6 08:53:48 2020] intel_rapl_common: Found RAPL domain package
[Mon Jul 6 08:53:48 2020] intel_rapl_common: Found RAPL domain core
[Mon Jul 6 08:53:48 2020] intel_rapl_common: Found RAPL domain uncore
[Mon Jul 6 08:53:48 2020] intel_rapl_common: RAPL package-0 domain package locked by BIOS
[Mon Jul 6 08:53:49 2020] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[Mon Jul 6 08:53:51 2020] audit: type=1400 audit(1594018432.187:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=629 comm="apparmor_parser"
[Mon Jul 6 08:53:51 2020] audit: type=1400 audit(1594018432.219:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=632 comm="apparmor_parser"
[Mon Jul 6 08:53:52 2020] audit: type=1400 audit(1594018432.411:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=636 comm="apparmor_parser"
[Mon Jul 6 08:53:52 2020] audit: type=1400 audit(1594018432.459:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=630 comm="apparmor_parser"
[Mon Jul 6 08:53:52 2020] audit: type=1400 audit(1594018432.503:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/haveged" pid=638 comm="apparmor_parser"
[Mon Jul 6 08:53:52 2020] audit: type=1400 audit(1594018432.675:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=631 comm="apparmor_parser"
[Mon Jul 6 08:53:52 2020] audit: type=1400 audit(1594018432.675:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=631 comm="apparmor_parser"
[Mon Jul 6 08:53:52 2020] audit: type=1400 audit(1594018432.675:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=631 comm="apparmor_parser"
[Mon Jul 6 08:53:52 2020] audit: type=1400 audit(1594018432.731:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=639 comm="apparmor_parser"
[Mon Jul 6 08:53:52 2020] audit: type=1400 audit(1594018432.731:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=640 comm="apparmor_parser"
[Mon Jul 6 08:54:00 2020] zram: Added device: zram0
[Mon Jul 6 08:54:00 2020] zram0: detected capacity change from 0 to 1647796224
[Mon Jul 6 08:54:00 2020] Adding 1609172k swap on /dev/zram0. Priority:100 extents:1 across:1609172k SSFS
[Mon Jul 6 08:54:03 2020] Error: Driver 'pcspkr' is already registered, aborting...
[Mon Jul 6 08:54:06 2020] kauditd_printk_skb: 15 callbacks suppressed
[Mon Jul 6 08:54:06 2020] audit: type=1400 audit(1594018446.795:27): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=878 comm="cups-browsed" capability=23 capname="sys_nice"
[Mon Jul 6 08:54:10 2020] RTL8211E Gigabit Ethernet r8169-200:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[Mon Jul 6 08:54:10 2020] r8169 0000:02:00.0 enp2s0: Link is Down
[Mon Jul 6 08:54:10 2020] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[Mon Jul 6 08:54:11 2020] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[Mon Jul 6 08:54:11 2020] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[Mon Jul 6 08:54:11 2020] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[Mon Jul 6 08:54:25 2020] fuse: init (API version 7.31)
[Mon Jul 6 08:54:34 2020] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[Mon Jul 6 08:54:34 2020] Bluetooth: BNEP filters: protocol multicast
[Mon Jul 6 08:54:34 2020] Bluetooth: BNEP socket layer initialized
[Mon Jul 6 08:54:43 2020] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[Mon Jul 6 08:54:43 2020] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[Mon Jul 6 08:54:44 2020] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[Mon Jul 6 08:54:44 2020] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[Mon Jul 6 08:56:00 2020] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[Mon Jul 6 08:56:00 2020] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[Mon Jul 6 08:56:04 2020] wlp1s0: authenticate with 50:d4:f7:2e:17:da
[Mon Jul 6 08:56:04 2020] wlp1s0: send auth to 50:d4:f7:2e:17:da (try 1/3)
[Mon Jul 6 08:56:04 2020] wlp1s0: authenticated
[Mon Jul 6 08:56:04 2020] wlp1s0: associate with 50:d4:f7:2e:17:da (try 1/3)
[Mon Jul 6 08:56:04 2020] wlp1s0: RX AssocResp from 50:d4:f7:2e:17:da (capab=0x411 status=0 aid=1)
[Mon Jul 6 08:56:04 2020] wlp1s0: associated
[Mon Jul 6 08:56:04 2020] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2020-07-06 09:10    [W:0.433 / U:0.564 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site