Hi Emil, On 04/03/18 19:13, Emil Velikov wrote: > On 29 March 2018 at 12:17, Laszlo Ersek <lersek@xxxxxxxxxx> wrote: >> On 03/28/18 16:35, Emil Velikov wrote: >>> On 28 March 2018 at 11:27, Laszlo Ersek <lersek@xxxxxxxxxx> wrote: >>>> On 03/28/18 03:24, Emil Velikov wrote: >> >>>>> Gents, can someone double-check this please? Just in case. >>>> >>>> I guess I should test whether this series regresses the use case >>>> described in c2cbc38b97; is that correct? >>>> >>> Precisely. >> >>> [3] https://github.com/evelikov/linux/commits/ioctl-cleanups >> >> Unfortunately, this series seems to reintroduce the regression fixed >> / described earlier in commit c2cbc38b97. >> > Thank you very much for testing. > > Believe I've tracked it down to a broken commit from 2014 ;-) > Please try the following branch [1] - it's untested, but I'm 99% sure > it will work like a charm. Alas, it does not work. > If it doesn't please share the dmesg of > a) the updated branch, and > b) baseline + the debug patch [2] > [1] https://github.com/evelikov/linux/commits/ioctl-cleanups-v2 > [2] https://github.com/evelikov/linux/commit/c2bc545d677001ffe5387aebb708d1adeb12b35b (a) The dmesg from the kernel that is built exactly at [1], i.e., commit bb6ec6da7086 ("WIP: prefix device unique with pci:", 2018-04-03): > Linux version 4.16.0-rc1+ (lacos@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)) #1 SMP Wed Apr 4 17:18:30 CEST 2018 > Command line: BOOT_IMAGE=/vmlinuz-4.16.0-rc1+ root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root video=800x600 no_console_suspend console=tty console=ttyS0,115200 ignore_loglevel efi=debug LANG=en_US.UTF-8 > x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' > x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' > x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' > x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 > x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. > e820: BIOS-provided physical RAM map: > BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable > BIOS-e820: [mem 0x0000000000100000-0x00000000007fffff] usable > BIOS-e820: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS > BIOS-e820: [mem 0x0000000000808000-0x000000000080ffff] usable > BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS > BIOS-e820: [mem 0x0000000000900000-0x00000000bf7eefff] usable > BIOS-e820: [mem 0x00000000bf7ef000-0x00000000bfbccfff] reserved > BIOS-e820: [mem 0x00000000bfbcd000-0x00000000bfbd4fff] ACPI data > BIOS-e820: [mem 0x00000000bfbd5000-0x00000000bfbfefff] ACPI NVS > BIOS-e820: [mem 0x00000000bfbff000-0x00000000bff3ffff] usable > BIOS-e820: [mem 0x00000000bff40000-0x00000000bfffffff] ACPI NVS > BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved > BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable > debug: ignoring loglevel setting. > NX (Execute Disable) protection: active > e820: update [mem 0xbd28a018-0xbd293857] usable ==> usable > e820: update [mem 0xbd28a018-0xbd293857] usable ==> usable > extended physical RAM map: > reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable > reserve setup_data: [mem 0x0000000000100000-0x00000000007fffff] usable > reserve setup_data: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS > reserve setup_data: [mem 0x0000000000808000-0x000000000080ffff] usable > reserve setup_data: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS > reserve setup_data: [mem 0x0000000000900000-0x00000000bd28a017] usable > reserve setup_data: [mem 0x00000000bd28a018-0x00000000bd293857] usable > reserve setup_data: [mem 0x00000000bd293858-0x00000000bf7eefff] usable > reserve setup_data: [mem 0x00000000bf7ef000-0x00000000bfbccfff] reserved > reserve setup_data: [mem 0x00000000bfbcd000-0x00000000bfbd4fff] ACPI data > reserve setup_data: [mem 0x00000000bfbd5000-0x00000000bfbfefff] ACPI NVS > reserve setup_data: [mem 0x00000000bfbff000-0x00000000bff3ffff] usable > reserve setup_data: [mem 0x00000000bff40000-0x00000000bfffffff] ACPI NVS > reserve setup_data: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved > reserve setup_data: [mem 0x0000000100000000-0x000000017fffffff] usable > efi: EFI v2.70 by EDK II > efi: SMBIOS=0xbf9b9000 ACPI=0xbfbd4000 ACPI 2.0=0xbfbd4014 MEMATTR=0xbe2f1298 > efi: mem00: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000000fff] (0MB) > efi: mem01: [Loader Data | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000001000-0x0000000000001fff] (0MB) > efi: mem02: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000000002000-0x000000000009ffff] (0MB) > efi: mem03: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x00000000007fffff] (7MB) > efi: mem04: [ACPI Memory NVS | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000800000-0x0000000000807fff] (0MB) > efi: mem05: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000000808000-0x000000000080ffff] (0MB) > efi: mem06: [ACPI Memory NVS | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000810000-0x00000000008fffff] (0MB) > efi: mem07: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000900000-0x00000000012fffff] (10MB) > efi: mem08: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000001300000-0x0000000001ffffff] (13MB) > efi: mem09: [Loader Data | | | | | | | | |WB|WT|WC|UC] range=[0x0000000002000000-0x0000000003e2afff] (30MB) > efi: mem10: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000003e2b000-0x000000003b411fff] (885MB) > efi: mem11: [Loader Data | | | | | | | | |WB|WT|WC|UC] range=[0x000000003b412000-0x000000003fffffff] (75MB) > efi: mem12: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000040000000-0x000000008cb94fff] (1227MB) > efi: mem13: [Loader Code | | | | | | | | |WB|WT|WC|UC] range=[0x000000008cb95000-0x00000000bbefdfff] (755MB) > efi: mem14: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bbefe000-0x00000000bbf1dfff] (0MB) > efi: mem15: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000bbf1e000-0x00000000bd288fff] (19MB) > efi: mem16: [Loader Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bd289000-0x00000000bd48cfff] (2MB) > efi: mem17: [Loader Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bd48d000-0x00000000bd5b3fff] (1MB) > efi: mem18: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000bd5b4000-0x00000000bda65fff] (4MB) > efi: mem19: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bda66000-0x00000000be1fffff] (7MB) > efi: mem20: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000be200000-0x00000000be27ffff] (0MB) > efi: mem21: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000be280000-0x00000000befaffff] (13MB) > efi: mem22: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000befb0000-0x00000000bf152fff] (1MB) > efi: mem23: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bf153000-0x00000000bf7eefff] (6MB) > efi: mem24: [Runtime Code |RUN| | | | | | | |WB|WT|WC|UC] range=[0x00000000bf7ef000-0x00000000bf939fff] (1MB) > efi: mem25: [Runtime Data |RUN| | | | | | | |WB|WT|WC|UC] range=[0x00000000bf93a000-0x00000000bfb94fff] (2MB) > efi: mem26: [Reserved | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfb95000-0x00000000bfbccfff] (0MB) > efi: mem27: [ACPI Reclaim Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfbcd000-0x00000000bfbd4fff] (0MB) > efi: mem28: [ACPI Memory NVS | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfbd5000-0x00000000bfbfefff] (0MB) > efi: mem29: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfbff000-0x00000000bfdfffff] (2MB) > efi: mem30: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfe00000-0x00000000bfe58fff] (0MB) > efi: mem31: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfe59000-0x00000000bfe78fff] (0MB) > efi: mem32: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfe79000-0x00000000bfec3fff] (0MB) > efi: mem33: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfec4000-0x00000000bff04fff] (0MB) > efi: mem34: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bff05000-0x00000000bff3ffff] (0MB) > efi: mem35: [ACPI Memory NVS | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bff40000-0x00000000bfffffff] (0MB) > efi: mem36: [Runtime Data |RUN| | | | | | | | | | |UC] range=[0x00000000ffc00000-0x00000000ffffffff] (4MB) > efi: mem37: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x000000017fffffff] (2048MB) > random: fast init done > SMBIOS 2.8 present. > DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 0.0.0 02/06/2015 > Hypervisor detected: KVM > e820: update [mem 0x00000000-0x00000fff] usable ==> reserved > e820: remove [mem 0x000a0000-0x000fffff] usable > e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000 > MTRR default type: write-back > MTRR fixed ranges enabled: > 00000-9FFFF write-back > A0000-FFFFF uncachable > MTRR variable ranges enabled: > 0 base 00C0000000 mask FFC0000000 uncachable > 1 base 0800000000 mask F800000000 uncachable > 2 disabled > 3 disabled > 4 disabled > 5 disabled > 6 disabled > 7 disabled > x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT > e820: last_pfn = 0xbff40 max_arch_pfn = 0x400000000 > Base memory trampoline at [ (ptrval)] 99000 size 24576 > BRK [0x42a25000, 0x42a25fff] PGTABLE > BRK [0x42a26000, 0x42a26fff] PGTABLE > BRK [0x42a27000, 0x42a27fff] PGTABLE > BRK [0x42a28000, 0x42a28fff] PGTABLE > BRK [0x42a29000, 0x42a29fff] PGTABLE > BRK [0x42a2a000, 0x42a2afff] PGTABLE > BRK [0x42a2b000, 0x42a2bfff] PGTABLE > BRK [0x42a2c000, 0x42a2cfff] PGTABLE > BRK [0x42a2d000, 0x42a2dfff] PGTABLE > Secure boot disabled > RAMDISK: [mem 0x3b412000-0x3e1d2fff] > ACPI: Early table checksum verification disabled > ACPI: RSDP 0x00000000BFBD4014 000024 (v02 BOCHS ) > ACPI: XSDT 0x00000000BFBD30E8 000044 (v01 BOCHS BXPCFACP 00000001 01000013) > ACPI: FACP 0x00000000BFBD0000 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) > ACPI: DSDT 0x00000000BFBD1000 00162E (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) > ACPI: FACS 0x00000000BFBDD000 000040 > ACPI: APIC 0x00000000BFBCF000 0000B0 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) > ACPI: HPET 0x00000000BFBCE000 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) > ACPI: BGRT 0x00000000BFBCD000 000038 (v01 INTEL EDK2 00000002 01000013) > ACPI: Local APIC address 0xfee00000 > No NUMA configuration found > Faking a node at [mem 0x0000000000000000-0x000000017fffffff] > NODE_DATA(0) allocated [mem 0x17ffd2000-0x17fffcfff] > kvm-clock: cpu 0, msr 1:7ffd0001, primary cpu clock > kvm-clock: Using msrs 4b564d01 and 4b564d00 > kvm-clock: using sched offset of 5338338549 cycles > clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns > Zone ranges: > DMA [mem 0x0000000000001000-0x0000000000ffffff] > DMA32 [mem 0x0000000001000000-0x00000000ffffffff] > Normal [mem 0x0000000100000000-0x000000017fffffff] > Device empty > Movable zone start for each node > Early memory node ranges > node 0: [mem 0x0000000000001000-0x000000000009ffff] > node 0: [mem 0x0000000000100000-0x00000000007fffff] > node 0: [mem 0x0000000000808000-0x000000000080ffff] > node 0: [mem 0x0000000000900000-0x00000000bf7eefff] > node 0: [mem 0x00000000bfbff000-0x00000000bff3ffff] > node 0: [mem 0x0000000100000000-0x000000017fffffff] > Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff] > On node 0 totalpages: 1309143 > DMA zone: 59 pages used for memmap > DMA zone: 1814 pages reserved > DMA zone: 3751 pages, LIFO batch:0 > DMA32 zone: 12205 pages used for memmap > DMA32 zone: 781104 pages, LIFO batch:31 > Normal zone: 8192 pages used for memmap > Normal zone: 524288 pages, LIFO batch:31 > Reserved but unavailable: 97 pages > ACPI: PM-Timer IO Port: 0xb008 > ACPI: Local APIC address 0xfee00000 > ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) > IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 > ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) > ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) > ACPI: IRQ0 used by override. > ACPI: IRQ5 used by override. > ACPI: IRQ9 used by override. > ACPI: IRQ10 used by override. > ACPI: IRQ11 used by override. > Using ACPI (MADT) for SMP configuration information > ACPI: HPET id: 0x8086a201 base: 0xfed00000 > smpboot: Allowing 8 CPUs, 0 hotplug CPUs > PM: Registered nosave memory: [mem 0x00000000-0x00000fff] > PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] > PM: Registered nosave memory: [mem 0x00800000-0x00807fff] > PM: Registered nosave memory: [mem 0x00810000-0x008fffff] > PM: Registered nosave memory: [mem 0xbd28a000-0xbd28afff] > PM: Registered nosave memory: [mem 0xbd293000-0xbd293fff] > PM: Registered nosave memory: [mem 0xbf7ef000-0xbfbccfff] > PM: Registered nosave memory: [mem 0xbfbcd000-0xbfbd4fff] > PM: Registered nosave memory: [mem 0xbfbd5000-0xbfbfefff] > PM: Registered nosave memory: [mem 0xbff40000-0xbfffffff] > PM: Registered nosave memory: [mem 0xc0000000-0xffbfffff] > PM: Registered nosave memory: [mem 0xffc00000-0xffffffff] > e820: [mem 0xc0000000-0xffbfffff] available for PCI devices > Booting paravirtualized kernel on KVM > clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns > setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1 > percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u262144 > pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152 > pcpu-alloc: [0] 0 1 2 3 4 5 6 7 > KVM setup async PF for cpu 0 > kvm-stealtime: cpu 0, msr 17fc23040 > Built 1 zonelists, mobility grouping on. Total pages: 1286873 > Policy zone: Normal > Kernel command line: BOOT_IMAGE=/vmlinuz-4.16.0-rc1+ root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root video=800x600 no_console_suspend console=tty console=ttyS0,115200 ignore_loglevel efi=debug LANG=en_US.UTF-8 > Memory: 4985272K/5236572K available (12300K kernel code, 1455K rwdata, 3792K rodata, 2100K init, 1288K bss, 251300K reserved, 0K cma-reserved) > SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 > Kernel/User page tables isolation: enabled > ftrace: allocating 36242 entries in 142 pages > Hierarchical RCU implementation. > RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8. > Tasks RCU enabled. > RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 > NR_IRQS: 4352, nr_irqs: 488, preallocated irqs: 16 > Offload RCU callbacks from CPUs: . > Console: colour dummy device 80x25 > console [tty0] enabled > console [ttyS0] enabled > ACPI: Core revision 20180105 > ACPI: 1 ACPI AML tables successfully acquired and loaded > clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns > hpet clockevent registered > APIC: Switch to symmetric I/O mode setup > x2apic enabled > Switched APIC routing to physical x2apic. > ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 > tsc: Detected 2793.544 MHz processor > clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x28446e01dde, max_idle_ns: 440795216985 ns > Calibrating delay loop (skipped) preset value.. 5587.08 BogoMIPS (lpj=2793544) > pid_max: default: 32768 minimum: 301 > efi: EFI runtime memory map: > efi: mem00: [Runtime Data |RUN| | | | | | | | | | |UC] range=[0x00000000ffc00000-0x00000000ffffffff] (4MB) > efi: mem01: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bff05000-0x00000000bff3ffff] (0MB) > efi: mem02: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfec4000-0x00000000bff04fff] (0MB) > efi: mem03: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfe79000-0x00000000bfec3fff] (0MB) > efi: mem04: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfe59000-0x00000000bfe78fff] (0MB) > efi: mem05: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfbff000-0x00000000bfdfffff] (2MB) > efi: mem06: [Runtime Data |RUN| | | | | | | |WB|WT|WC|UC] range=[0x00000000bf93a000-0x00000000bfb94fff] (2MB) > efi: mem07: [Runtime Code |RUN| | | | | | | |WB|WT|WC|UC] range=[0x00000000bf7ef000-0x00000000bf939fff] (1MB) > efi: mem08: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bf153000-0x00000000bf7eefff] (6MB) > efi: mem09: [Boot Data |RUN| | | | | | | |WB|WT|WC|UC] range=[0x00000000be280000-0x00000000befaffff] (13MB) > efi: mem10: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bda66000-0x00000000be1fffff] (7MB) > efi: mem11: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bbefe000-0x00000000bbf1dfff] (0MB) > efi: mem12: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000900000-0x00000000012fffff] (10MB) > efi: mem13: [Boot Code |RUN| | | | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000000fff] (0MB) > efi: memattr: Processing EFI Memory Attributes table: > efi: memattr: 0x0000bf7ef000-0x0000bf831fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf832000-0x0000bf847fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf848000-0x0000bf850fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf851000-0x0000bf856fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf857000-0x0000bf859fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf85a000-0x0000bf85efff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf85f000-0x0000bf861fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf862000-0x0000bf869fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf86a000-0x0000bf86cfff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf86d000-0x0000bf872fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf873000-0x0000bf875fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf876000-0x0000bf8f9fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf8fa000-0x0000bf911fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf912000-0x0000bf919fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf91a000-0x0000bf91cfff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf91d000-0x0000bf924fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf925000-0x0000bf927fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf928000-0x0000bf92dfff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf92e000-0x0000bf930fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf931000-0x0000bf937fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf938000-0x0000bf939fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf93a000-0x0000bfb94fff [Runtime Data |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000ffc00000-0x0000ffffffff [Runtime Data |RUN| | |XP| | | | | | | | ] > Security Framework initialized > Yama: becoming mindful. > SELinux: Initializing. > SELinux: Starting in permissive mode > Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) > Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) > Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) > Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) > CPU: Physical Processor ID: 0 > CPU: Processor Core ID: 0 > mce: CPU supports 10 MCE banks > Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 > Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 > Spectre V2 : Mitigation: Full generic retpoline > Freeing SMP alternatives memory: 32K > TSC deadline timer enabled > smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) > Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. > Hierarchical SRCU implementation. > NMI watchdog: Perf event create on CPU 0 failed with -2 > NMI watchdog: Perf NMI watchdog permanently disabled > smp: Bringing up secondary CPUs ... > x86: Booting SMP configuration: > .... node #0, CPUs: #1 > kvm-clock: cpu 1, msr 1:7ffd0041, secondary cpu clock > KVM setup async PF for cpu 1 > kvm-stealtime: cpu 1, msr 17fc63040 > #2 > kvm-clock: cpu 2, msr 1:7ffd0081, secondary cpu clock > KVM setup async PF for cpu 2 > kvm-stealtime: cpu 2, msr 17fca3040 > #3 > kvm-clock: cpu 3, msr 1:7ffd00c1, secondary cpu clock > KVM setup async PF for cpu 3 > kvm-stealtime: cpu 3, msr 17fce3040 > #4 > kvm-clock: cpu 4, msr 1:7ffd0101, secondary cpu clock > KVM setup async PF for cpu 4 > kvm-stealtime: cpu 4, msr 17fd23040 > #5 > kvm-clock: cpu 5, msr 1:7ffd0141, secondary cpu clock > KVM setup async PF for cpu 5 > kvm-stealtime: cpu 5, msr 17fd63040 > #6 > kvm-clock: cpu 6, msr 1:7ffd0181, secondary cpu clock > KVM setup async PF for cpu 6 > kvm-stealtime: cpu 6, msr 17fda3040 > #7 > kvm-clock: cpu 7, msr 1:7ffd01c1, secondary cpu clock > KVM setup async PF for cpu 7 > kvm-stealtime: cpu 7, msr 17fde3040 > smp: Brought up 1 node, 8 CPUs > smpboot: Max logical packages: 1 > smpboot: Total of 8 processors activated (44696.70 BogoMIPS) > devtmpfs: initialized > x86/mm: Memory block size: 128MB > PM: Registering ACPI NVS region [mem 0x00800000-0x00807fff] (32768 bytes) > PM: Registering ACPI NVS region [mem 0x00810000-0x008fffff] (983040 bytes) > PM: Registering ACPI NVS region [mem 0xbfbd5000-0xbfbfefff] (172032 bytes) > PM: Registering ACPI NVS region [mem 0xbff40000-0xbfffffff] (786432 bytes) > clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns > futex hash table entries: 2048 (order: 5, 131072 bytes) > pinctrl core: initialized pinctrl subsystem > RTC time: 16:54:30, date: 04/04/18 > NET: Registered protocol family 16 > audit: initializing netlink subsys (disabled) > audit: type=2000 audit(1522860870.509:1): state=initialized audit_enabled=0 res=1 > cpuidle: using governor menu > ACPI: bus type PCI registered > acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 > PCI: Using configuration type 1 for base access > HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages > cryptd: max_cpu_qlen set to 1000 > ACPI: Added _OSI(Module Device) > ACPI: Added _OSI(Processor Device) > ACPI: Added _OSI(3.0 _SCP Extensions) > ACPI: Added _OSI(Processor Aggregator Device) > ACPI: Interpreter enabled > ACPI: (supports S0 S3 S5) > ACPI: Using IOAPIC for interrupt routing > PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug > ACPI: Enabled 2 GPEs in block 00 to 0F > ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) > acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] > acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM > acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. > acpiphp: Slot [3] registered > acpiphp: Slot [4] registered > acpiphp: Slot [5] registered > acpiphp: Slot [6] registered > acpiphp: Slot [7] registered > acpiphp: Slot [8] registered > acpiphp: Slot [9] registered > acpiphp: Slot [10] registered > acpiphp: Slot [11] registered > acpiphp: Slot [12] registered > acpiphp: Slot [13] registered > acpiphp: Slot [14] registered > acpiphp: Slot [15] registered > acpiphp: Slot [16] registered > acpiphp: Slot [17] registered > acpiphp: Slot [18] registered > acpiphp: Slot [19] registered > acpiphp: Slot [20] registered > acpiphp: Slot [21] registered > acpiphp: Slot [22] registered > acpiphp: Slot [23] registered > acpiphp: Slot [24] registered > acpiphp: Slot [25] registered > acpiphp: Slot [26] registered > acpiphp: Slot [27] registered > acpiphp: Slot [28] registered > acpiphp: Slot [29] registered > acpiphp: Slot [30] registered > acpiphp: Slot [31] registered > PCI host bridge to bus 0000:00 > pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] > pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] > pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] > pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] > pci_bus 0000:00: root bus resource [mem 0x800000000-0x80001bfff window] > pci_bus 0000:00: root bus resource [bus 00-ff] > pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 > pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 > pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 > pci 0000:00:01.1: reg 0x20: [io 0xc120-0xc12f] > pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] > pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] > pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] > pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] > pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 > pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI > pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB > pci 0000:00:02.0: [1af4:1050] type 00 class 0x030000 > pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc07fffff pref] > pci 0000:00:02.0: reg 0x18: [mem 0x800000000-0x800003fff 64bit pref] > pci 0000:00:02.0: reg 0x20: [mem 0xc0804000-0xc0804fff] > pci 0000:00:02.0: reg 0x30: [mem 0xffff0000-0xffffffff pref] > pci 0000:00:02.0: BAR 0: assigned to efifb > pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 > pci 0000:00:03.0: reg 0x10: [io 0xc100-0xc11f] > pci 0000:00:03.0: reg 0x14: [mem 0xc0803000-0xc0803fff] > pci 0000:00:03.0: reg 0x20: [mem 0x800004000-0x800007fff 64bit pref] > pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000 > pci 0000:00:04.0: reg 0x10: [io 0xc080-0xc0bf] > pci 0000:00:04.0: reg 0x14: [mem 0xc0802000-0xc0802fff] > pci 0000:00:04.0: reg 0x20: [mem 0x800008000-0x80000bfff 64bit pref] > pci 0000:00:05.0: [1af4:1002] type 00 class 0x00ff00 > pci 0000:00:05.0: reg 0x10: [io 0xc0e0-0xc0ff] > pci 0000:00:05.0: reg 0x20: [mem 0x80000c000-0x80000ffff 64bit pref] > pci 0000:00:06.0: [1af4:1003] type 00 class 0x078000 > pci 0000:00:06.0: reg 0x10: [io 0xc040-0xc07f] > pci 0000:00:06.0: reg 0x14: [mem 0xc0801000-0xc0801fff] > pci 0000:00:06.0: reg 0x20: [mem 0x800010000-0x800013fff 64bit pref] > pci 0000:00:07.0: [1033:0194] type 00 class 0x0c0330 > pci 0000:00:07.0: reg 0x10: [mem 0x800018000-0x80001bfff 64bit] > pci 0000:00:08.0: [1af4:1005] type 00 class 0x00ff00 > pci 0000:00:08.0: reg 0x10: [io 0xc0c0-0xc0df] > pci 0000:00:08.0: reg 0x20: [mem 0x800014000-0x800017fff 64bit pref] > pci 0000:00:09.0: [1af4:1004] type 00 class 0x010000 > pci 0000:00:09.0: reg 0x10: [io 0xc000-0xc03f] > pci 0000:00:09.0: reg 0x14: [mem 0xc0800000-0xc0800fff] > ACPI: PCI Interrupt Link [LNKA] (IRQs 5 10 *11) > ACPI: PCI Interrupt Link [LNKB] (IRQs 5 10 *11) > ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *10 11) > ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *10 11) > ACPI: PCI Interrupt Link [LNKS] (IRQs *9) > pci 0000:00:02.0: vgaarb: setting as boot VGA device > pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none > pci 0000:00:02.0: vgaarb: bridge control possible > vgaarb: loaded > SCSI subsystem initialized > libata version 3.00 loaded. > ACPI: bus type USB registered > usbcore: registered new interface driver usbfs > usbcore: registered new interface driver hub > usbcore: registered new device driver usb > EDAC MC: Ver: 3.0.0 > Registered efivars operations > PCI: Using ACPI for IRQ routing > PCI: pci_cache_line_size set to 64 bytes > e820: reserve RAM buffer [mem 0x00810000-0x008fffff] > e820: reserve RAM buffer [mem 0xbd28a018-0xbfffffff] > e820: reserve RAM buffer [mem 0xbf7ef000-0xbfffffff] > e820: reserve RAM buffer [mem 0xbff40000-0xbfffffff] > NetLabel: Initializing > NetLabel: domain hash size = 128 > NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO > NetLabel: unlabeled traffic allowed by default > hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 > hpet0: 3 comparators, 64-bit 100.000000 MHz counter > clocksource: Switched to clocksource kvm-clock > VFS: Disk quotas dquot_6.6.0 > VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) > pnp: PnP ACPI init > pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) > pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) > pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) > pnp 00:03: [dma 2] > pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) > pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) > pnp: PnP ACPI: found 5 devices > clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns > pci 0000:00:02.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window > pci 0000:00:02.0: BAR 6: assigned [mem 0xc0810000-0xc081ffff pref] > pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] > pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] > pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] > pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window] > pci_bus 0000:00: resource 8 [mem 0x800000000-0x80001bfff window] > NET: Registered protocol family 2 > tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes) > TCP established hash table entries: 65536 (order: 7, 524288 bytes) > TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) > TCP: Hash tables configured (established 65536 bind 65536) > UDP hash table entries: 4096 (order: 5, 131072 bytes) > UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) > NET: Registered protocol family 1 > pci 0000:00:00.0: Limiting direct PCI/PCI transfers > pci 0000:00:01.0: PIIX3: Enabling Passive Release > pci 0000:00:01.0: Activating ISA DMA hang workarounds > pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] > PCI Interrupt Link [LNKC] enabled at IRQ 10 > PCI: CLS 0 bytes, default 64 > Unpacking initramfs... > Freeing initrd memory: 46852K > PCI-DMA: Using software bounce buffering for IO (SWIOTLB) > software IO TLB [mem 0xb7efe000-0xbbefe000] (64MB) mapped at [00000000a66326d0-0000000067a74abb] > Initialise system trusted keyrings > Key type blacklist registered > workingset: timestamp_bits=36 max_order=21 bucket_order=0 > zbud: loaded > SELinux: Registering netfilter hooks > NET: Registered protocol family 38 > Key type asymmetric registered > Asymmetric key parser 'x509' registered > Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) > io scheduler noop registered > io scheduler deadline registered > io scheduler cfq registered (default) > io scheduler mq-deadline registered > efifb: probing for efifb > efifb: framebuffer at 0xc0000000, using 1876k, total 1875k > efifb: mode is 800x600x32, linelength=3200, pages=1 > efifb: scrolling: redraw > efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 > Console: switching to colour frame buffer device 100x37 > fb0: EFI VGA frame buffer device > intel_idle: Please enable MWAIT in BIOS SETUP > input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 > ACPI: Power Button [PWRF] > Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled > 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A > Non-volatile memory driver v1.3 > Linux agpgart interface v0.103 > ata_piix 0000:00:01.1: version 2.13 > scsi host0: ata_piix > scsi host1: ata_piix > ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc120 irq 14 > ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc128 irq 15 > libphy: Fixed MDIO Bus: probed > ata1: port disabled--ignoring > ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver > ata2: port disabled--ignoring > ehci-pci: EHCI PCI platform driver > ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver > ohci-pci: OHCI PCI platform driver > uhci_hcd: USB Universal Host Controller Interface driver > xhci_hcd 0000:00:07.0: xHCI Host Controller > xhci_hcd 0000:00:07.0: new USB bus registered, assigned bus number 1 > xhci_hcd 0000:00:07.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014 > usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 > usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 > usb usb1: Product: xHCI Host Controller > usb usb1: Manufacturer: Linux 4.16.0-rc1+ xhci-hcd > usb usb1: SerialNumber: 0000:00:07.0 > hub 1-0:1.0: USB hub found > hub 1-0:1.0: 4 ports detected > xhci_hcd 0000:00:07.0: xHCI Host Controller > xhci_hcd 0000:00:07.0: new USB bus registered, assigned bus number 2 > usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. > usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 > usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 > usb usb2: Product: xHCI Host Controller > usb usb2: Manufacturer: Linux 4.16.0-rc1+ xhci-hcd > usb usb2: SerialNumber: 0000:00:07.0 > hub 2-0:1.0: USB hub found > hub 2-0:1.0: 4 ports detected > usbcore: registered new interface driver usbserial_generic > usbserial: USB Serial support registered for generic > i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 > serio: i8042 KBD port at 0x60,0x64 irq 1 > serio: i8042 AUX port at 0x60,0x64 irq 12 > mousedev: PS/2 mouse device common for all mice > rtc_cmos 00:00: RTC can wake from S4 > input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 > rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 > rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs > device-mapper: uevent: version 1.0.3 > device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@xxxxxxxxxx > input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 > hidraw: raw HID events driver (C) Jiri Kosina > usbcore: registered new interface driver usbhid > usbhid: USB HID core driver > input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 > drop_monitor: Initializing network drop monitor service > Initializing XFRM netlink socket > NET: Registered protocol family 10 > Segment Routing with IPv6 > mip6: Mobile IPv6 > NET: Registered protocol family 17 > RAS: Correctable Errors collector initialized. > AVX2 version of gcm_enc/dec engaged. > AES CTR mode by8 optimization enabled > sched_clock: Marking stable (1508617577, 0)->(2034878790, -526261213) > registered taskstats version 1 > Loading compiled-in X.509 certificates > Loaded X.509 cert 'Build time autogenerated kernel key: 3252e0ecec7d1d1612246d5576bd5ee74f5bc14a' > zswap: loaded using pool lzo/zbud > Key type big_key registered > Key type encrypted registered > Magic number: 14:873:943 > tty tty0: hash matches > tty console: hash matches > rtc_cmos 00:00: setting system clock to 2018-04-04 16:54:32 UTC (1522860872) > Freeing unused kernel memory: 2100K > Write protecting the kernel read-only data: 18432k > Freeing unused kernel memory: 2012K > Freeing unused kernel memory: 304K > x86/mm: Checked W+X mappings: passed, no W+X pages found. > x86/mm: Checking user space page tables > x86/mm: Checked W+X mappings: passed, no W+X pages found. > rodata_test: all tests were successful > systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid) > systemd[1]: Detected virtualization kvm. > systemd[1]: Detected architecture x86-64. > systemd[1]: Running in initial RAM disk. > systemd[1]: Set hostname to <ovmf-fedora>. > systemd[1]: Listening on Journal Audit Socket. > systemd[1]: Created slice System Slice. > systemd[1]: Reached target Swap. > systemd[1]: Reached target Local File Systems. > systemd[1]: Reached target Slices. > audit: type=1130 audit(1522860872.644:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860872.674:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > usb 1-1: new high-speed USB device number 2 using xhci_hcd > audit: type=1130 audit(1522860872.722:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1131 audit(1522860872.722:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860872.749:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860872.778:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860872.791:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > usb 1-1: New USB device found, idVendor=0627, idProduct=0001 > usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 > usb 1-1: Product: QEMU USB Tablet > usb 1-1: Manufacturer: QEMU > usb 1-1: SerialNumber: 42 > input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:07.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 > hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:07.0-1/input0 > audit: type=1130 audit(1522860872.870:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860872.911:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > FDC 0 is a S82078B > PCI Interrupt Link [LNKB] enabled at IRQ 11 > PCI Interrupt Link [LNKD] enabled at IRQ 10 > PCI Interrupt Link [LNKA] enabled at IRQ 11 > random: crng init done > virtio-pci 0000:00:09.0: virtio_pci: leaving for legacy driver > virtio_blk virtio2: [vda] 4972 512-byte logical blocks (2.55 MB/2.43 MiB) > vda: vda1 > scsi host2: Virtio SCSI HBA > virtio_net virtio1 ens3: renamed from eth0 > scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 > scsi 2:0:0:1: CD-ROM QEMU QEMU CD-ROM 2.5+ PQ: 0 ANSI: 5 > tsc: Refined TSC clocksource calibration: 2793.574 MHz > clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x28448a1d273, max_idle_ns: 440795211041 ns > sd 2:0:0:0: Power-on or device reset occurred > sd 2:0:0:0: Attached scsi generic sg0 type 0 > sr 2:0:0:1: Power-on or device reset occurred > sr 2:0:0:1: [sr0] scsi3-mmc drive: 16x/50x cd/rw xa/form2 cdda tray > sd 2:0:0:0: [sda] 73400320 512-byte logical blocks: (37.6 GB/35.0 GiB) > cdrom: Uniform CD-ROM driver Revision: 3.20 > sd 2:0:0:0: [sda] Write Protect is off > sr 2:0:0:1: Attached scsi CD-ROM sr0 > sd 2:0:0:0: [sda] Mode Sense: 63 00 00 08 > sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA > sr 2:0:0:1: Attached scsi generic sg1 type 5 > sda: sda1 sda2 sda3 > sd 2:0:0:0: [sda] Attached SCSI disk > EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) > systemd-journald[243]: Received SIGTERM from PID 1 (systemd). > systemd: 18 output lines suppressed due to ratelimiting > SELinux: 32768 avtab hash slots, 108866 rules. > SELinux: 32768 avtab hash slots, 108866 rules. > SELinux: 8 users, 14 roles, 5092 types, 316 bools, 1 sens, 1024 cats > SELinux: 97 classes, 108866 rules > SELinux: Permission getrlimit in class process not defined in policy. > SELinux: Class sctp_socket not defined in policy. > SELinux: Class icmp_socket not defined in policy. > SELinux: Class ax25_socket not defined in policy. > SELinux: Class ipx_socket not defined in policy. > SELinux: Class netrom_socket not defined in policy. > SELinux: Class atmpvc_socket not defined in policy. > SELinux: Class x25_socket not defined in policy. > SELinux: Class rose_socket not defined in policy. > SELinux: Class decnet_socket not defined in policy. > SELinux: Class atmsvc_socket not defined in policy. > SELinux: Class rds_socket not defined in policy. > SELinux: Class irda_socket not defined in policy. > SELinux: Class pppox_socket not defined in policy. > SELinux: Class llc_socket not defined in policy. > SELinux: Class can_socket not defined in policy. > SELinux: Class tipc_socket not defined in policy. > SELinux: Class bluetooth_socket not defined in policy. > SELinux: Class iucv_socket not defined in policy. > SELinux: Class rxrpc_socket not defined in policy. > SELinux: Class isdn_socket not defined in policy. > SELinux: Class phonet_socket not defined in policy. > SELinux: Class ieee802154_socket not defined in policy. > SELinux: Class caif_socket not defined in policy. > SELinux: Class alg_socket not defined in policy. > SELinux: Class nfc_socket not defined in policy. > SELinux: Class vsock_socket not defined in policy. > SELinux: Class kcm_socket not defined in policy. > SELinux: Class qipcrtr_socket not defined in policy. > SELinux: Class smc_socket not defined in policy. > SELinux: Class bpf not defined in policy. > SELinux: the above unknown classes and permissions will be allowed > SELinux: policy capability network_peer_controls=1 > SELinux: policy capability open_perms=1 > SELinux: policy capability extended_socket_class=0 > SELinux: policy capability always_check_network=0 > SELinux: policy capability cgroup_seclabel=1 > SELinux: policy capability nnp_nosuid_transition=1 > SELinux: Completing initialization. > SELinux: Setting up existing superblocks. > systemd[1]: Successfully loaded SELinux policy in 159.719ms. > systemd[1]: Relabelled /dev and /run in 27.147ms. > EXT4-fs (dm-1): re-mounted. Opts: (null) > systemd-journald[686]: Received request to flush runtime journal from PID 1 > input: PC Speaker as /devices/platform/pcspkr/input/input6 > piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 > [drm:drm_virtio_init [virtio_gpu]] *ERROR* drm_virtio_init: #1 dev->unique pci:virtio0 > [drm] pci: virtio-vga detected at 0000:00:02.0 > checking generic (c0000000 1d5000) vs hw (c0000000 800000) > fb: switching to virtiodrmfb from EFI VGA > Console: switching to colour dummy device 80x25 > [drm] virgl 3d acceleration not supported by host > [TTM] Zone kernel: Available graphics memory: 2532234 kiB > [TTM] Zone dma32: Available graphics memory: 2097152 kiB > [TTM] Initializing pool allocator > [TTM] Initializing DMA pool allocator > [drm] number of scanouts: 1 > [drm] number of cap sets: 0 > Console: switching to colour frame buffer device 100x37 > virtio_gpu virtio0: fb0: virtiodrmfb frame buffer device > [drm] Initialized virtio_gpu 0.0.1 0 for virtio0 on minor 0 > [drm:drm_virtio_init [virtio_gpu]] *ERROR* drm_virtio_init: #2 dev->unique pci:virtio0 > kauditd_printk_skb: 52 callbacks suppressed > audit: type=1130 audit(1522860876.082:63): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > Adding 131068k swap on /dev/mapper/fedora-swap. Priority:-2 extents:1 across:131068k FS > audit: type=1130 audit(1522860876.592:64): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860876.599:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860876.649:66): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860876.660:67): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1131 audit(1522860876.660:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860876.727:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-pvscan@8:3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860876.743:70): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-eb070e11\x2dd6ac\x2d4980\x2d8882\x2dfe2adaefe226 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) > FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. > audit: type=1130 audit(1522860876.864:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522860876.873:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > IPv6: ADDRCONF(NETDEV_UP): ens3: link is not ready > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000006cd826c5, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:virtio0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:virtio0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000006cd826c5, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:virtio0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:virtio0 > serial8250: too much work for irq4 > bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000006cd826c5, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:virtio0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:virtio0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000006cd826c5, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:virtio0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:virtio0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000006cd826c5, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:virtio0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:virtio0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000006cd826c5, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:virtio0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:virtio0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000006cd826c5, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:virtio0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:virtio0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000006cd826c5, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:virtio0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:virtio0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000006cd826c5, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:virtio0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:virtio0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000006cd826c5, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:virtio0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:virtio0 (b) For baseline+debug, I cherry-picked c2bc545d6770 on top of a7d2a87e99de. The log is: > Linux version 4.16.0-rc1+ (lacos@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)) #1 SMP Wed Apr 4 17:18:30 CEST 2018 > Command line: BOOT_IMAGE=/vmlinuz-4.16.0-rc1+ root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root video=800x600 no_console_suspend console=tty console=ttyS0,115200 ignore_loglevel efi=debug LANG=en_US.UTF-8 > x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' > x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' > x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' > x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 > x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. > e820: BIOS-provided physical RAM map: > BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable > BIOS-e820: [mem 0x0000000000100000-0x00000000007fffff] usable > BIOS-e820: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS > BIOS-e820: [mem 0x0000000000808000-0x000000000080ffff] usable > BIOS-e820: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS > BIOS-e820: [mem 0x0000000000900000-0x00000000bf7eefff] usable > BIOS-e820: [mem 0x00000000bf7ef000-0x00000000bfbccfff] reserved > BIOS-e820: [mem 0x00000000bfbcd000-0x00000000bfbd4fff] ACPI data > BIOS-e820: [mem 0x00000000bfbd5000-0x00000000bfbfefff] ACPI NVS > BIOS-e820: [mem 0x00000000bfbff000-0x00000000bff3ffff] usable > BIOS-e820: [mem 0x00000000bff40000-0x00000000bfffffff] ACPI NVS > BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved > BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable > debug: ignoring loglevel setting. > NX (Execute Disable) protection: active > e820: update [mem 0xbd28a018-0xbd293857] usable ==> usable > e820: update [mem 0xbd28a018-0xbd293857] usable ==> usable > extended physical RAM map: > reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable > reserve setup_data: [mem 0x0000000000100000-0x00000000007fffff] usable > reserve setup_data: [mem 0x0000000000800000-0x0000000000807fff] ACPI NVS > reserve setup_data: [mem 0x0000000000808000-0x000000000080ffff] usable > reserve setup_data: [mem 0x0000000000810000-0x00000000008fffff] ACPI NVS > reserve setup_data: [mem 0x0000000000900000-0x00000000bd28a017] usable > reserve setup_data: [mem 0x00000000bd28a018-0x00000000bd293857] usable > reserve setup_data: [mem 0x00000000bd293858-0x00000000bf7eefff] usable > reserve setup_data: [mem 0x00000000bf7ef000-0x00000000bfbccfff] reserved > reserve setup_data: [mem 0x00000000bfbcd000-0x00000000bfbd4fff] ACPI data > reserve setup_data: [mem 0x00000000bfbd5000-0x00000000bfbfefff] ACPI NVS > reserve setup_data: [mem 0x00000000bfbff000-0x00000000bff3ffff] usable > reserve setup_data: [mem 0x00000000bff40000-0x00000000bfffffff] ACPI NVS > reserve setup_data: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved > reserve setup_data: [mem 0x0000000100000000-0x000000017fffffff] usable > efi: EFI v2.70 by EDK II > efi: SMBIOS=0xbf9b9000 ACPI=0xbfbd4000 ACPI 2.0=0xbfbd4014 MEMATTR=0xbe2f1298 > efi: mem00: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000000fff] (0MB) > efi: mem01: [Loader Data | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000001000-0x0000000000001fff] (0MB) > efi: mem02: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000000002000-0x000000000009ffff] (0MB) > efi: mem03: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x00000000007fffff] (7MB) > efi: mem04: [ACPI Memory NVS | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000800000-0x0000000000807fff] (0MB) > efi: mem05: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000000808000-0x000000000080ffff] (0MB) > efi: mem06: [ACPI Memory NVS | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000810000-0x00000000008fffff] (0MB) > efi: mem07: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000900000-0x00000000012fffff] (10MB) > efi: mem08: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000001300000-0x0000000001ffffff] (13MB) > efi: mem09: [Loader Data | | | | | | | | |WB|WT|WC|UC] range=[0x0000000002000000-0x0000000003e2afff] (30MB) > efi: mem10: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000003e2b000-0x000000003b411fff] (885MB) > efi: mem11: [Loader Data | | | | | | | | |WB|WT|WC|UC] range=[0x000000003b412000-0x000000003fffffff] (75MB) > efi: mem12: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000040000000-0x000000008cb94fff] (1227MB) > efi: mem13: [Loader Code | | | | | | | | |WB|WT|WC|UC] range=[0x000000008cb95000-0x00000000bbefdfff] (755MB) > efi: mem14: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bbefe000-0x00000000bbf1dfff] (0MB) > efi: mem15: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000bbf1e000-0x00000000bd288fff] (19MB) > efi: mem16: [Loader Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bd289000-0x00000000bd48cfff] (2MB) > efi: mem17: [Loader Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bd48d000-0x00000000bd5b3fff] (1MB) > efi: mem18: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000bd5b4000-0x00000000bda65fff] (4MB) > efi: mem19: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bda66000-0x00000000be1fffff] (7MB) > efi: mem20: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000be200000-0x00000000be27ffff] (0MB) > efi: mem21: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000be280000-0x00000000befaffff] (13MB) > efi: mem22: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000befb0000-0x00000000bf152fff] (1MB) > efi: mem23: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bf153000-0x00000000bf7eefff] (6MB) > efi: mem24: [Runtime Code |RUN| | | | | | | |WB|WT|WC|UC] range=[0x00000000bf7ef000-0x00000000bf939fff] (1MB) > efi: mem25: [Runtime Data |RUN| | | | | | | |WB|WT|WC|UC] range=[0x00000000bf93a000-0x00000000bfb94fff] (2MB) > efi: mem26: [Reserved | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfb95000-0x00000000bfbccfff] (0MB) > efi: mem27: [ACPI Reclaim Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfbcd000-0x00000000bfbd4fff] (0MB) > efi: mem28: [ACPI Memory NVS | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfbd5000-0x00000000bfbfefff] (0MB) > efi: mem29: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfbff000-0x00000000bfdfffff] (2MB) > efi: mem30: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfe00000-0x00000000bfe58fff] (0MB) > efi: mem31: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfe59000-0x00000000bfe78fff] (0MB) > efi: mem32: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfe79000-0x00000000bfec3fff] (0MB) > efi: mem33: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfec4000-0x00000000bff04fff] (0MB) > efi: mem34: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bff05000-0x00000000bff3ffff] (0MB) > efi: mem35: [ACPI Memory NVS | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bff40000-0x00000000bfffffff] (0MB) > efi: mem36: [Runtime Data |RUN| | | | | | | | | | |UC] range=[0x00000000ffc00000-0x00000000ffffffff] (4MB) > efi: mem37: [Conventional Memory| | | | | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x000000017fffffff] (2048MB) > random: fast init done > SMBIOS 2.8 present. > DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 0.0.0 02/06/2015 > Hypervisor detected: KVM > e820: update [mem 0x00000000-0x00000fff] usable ==> reserved > e820: remove [mem 0x000a0000-0x000fffff] usable > e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000 > MTRR default type: write-back > MTRR fixed ranges enabled: > 00000-9FFFF write-back > A0000-FFFFF uncachable > MTRR variable ranges enabled: > 0 base 00C0000000 mask FFC0000000 uncachable > 1 base 0800000000 mask F800000000 uncachable > 2 disabled > 3 disabled > 4 disabled > 5 disabled > 6 disabled > 7 disabled > x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT > e820: last_pfn = 0xbff40 max_arch_pfn = 0x400000000 > Base memory trampoline at [ (ptrval)] 99000 size 24576 > BRK [0x73a25000, 0x73a25fff] PGTABLE > BRK [0x73a26000, 0x73a26fff] PGTABLE > BRK [0x73a27000, 0x73a27fff] PGTABLE > BRK [0x73a28000, 0x73a28fff] PGTABLE > BRK [0x73a29000, 0x73a29fff] PGTABLE > BRK [0x73a2a000, 0x73a2afff] PGTABLE > BRK [0x73a2b000, 0x73a2bfff] PGTABLE > BRK [0x73a2c000, 0x73a2cfff] PGTABLE > BRK [0x73a2d000, 0x73a2dfff] PGTABLE > Secure boot disabled > RAMDISK: [mem 0x3b412000-0x3e1d2fff] > ACPI: Early table checksum verification disabled > ACPI: RSDP 0x00000000BFBD4014 000024 (v02 BOCHS ) > ACPI: XSDT 0x00000000BFBD30E8 000044 (v01 BOCHS BXPCFACP 00000001 01000013) > ACPI: FACP 0x00000000BFBD0000 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) > ACPI: DSDT 0x00000000BFBD1000 00162E (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) > ACPI: FACS 0x00000000BFBDD000 000040 > ACPI: APIC 0x00000000BFBCF000 0000B0 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) > ACPI: HPET 0x00000000BFBCE000 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) > ACPI: BGRT 0x00000000BFBCD000 000038 (v01 INTEL EDK2 00000002 01000013) > ACPI: Local APIC address 0xfee00000 > No NUMA configuration found > Faking a node at [mem 0x0000000000000000-0x000000017fffffff] > NODE_DATA(0) allocated [mem 0x17ffd2000-0x17fffcfff] > kvm-clock: cpu 0, msr 1:7ffd0001, primary cpu clock > kvm-clock: Using msrs 4b564d01 and 4b564d00 > kvm-clock: using sched offset of 6126674195 cycles > clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns > Zone ranges: > DMA [mem 0x0000000000001000-0x0000000000ffffff] > DMA32 [mem 0x0000000001000000-0x00000000ffffffff] > Normal [mem 0x0000000100000000-0x000000017fffffff] > Device empty > Movable zone start for each node > Early memory node ranges > node 0: [mem 0x0000000000001000-0x000000000009ffff] > node 0: [mem 0x0000000000100000-0x00000000007fffff] > node 0: [mem 0x0000000000808000-0x000000000080ffff] > node 0: [mem 0x0000000000900000-0x00000000bf7eefff] > node 0: [mem 0x00000000bfbff000-0x00000000bff3ffff] > node 0: [mem 0x0000000100000000-0x000000017fffffff] > Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff] > On node 0 totalpages: 1309143 > DMA zone: 59 pages used for memmap > DMA zone: 1814 pages reserved > DMA zone: 3751 pages, LIFO batch:0 > DMA32 zone: 12205 pages used for memmap > DMA32 zone: 781104 pages, LIFO batch:31 > Normal zone: 8192 pages used for memmap > Normal zone: 524288 pages, LIFO batch:31 > Reserved but unavailable: 97 pages > ACPI: PM-Timer IO Port: 0xb008 > ACPI: Local APIC address 0xfee00000 > ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) > IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 > ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) > ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) > ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) > ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) > ACPI: IRQ0 used by override. > ACPI: IRQ5 used by override. > ACPI: IRQ9 used by override. > ACPI: IRQ10 used by override. > ACPI: IRQ11 used by override. > Using ACPI (MADT) for SMP configuration information > ACPI: HPET id: 0x8086a201 base: 0xfed00000 > smpboot: Allowing 8 CPUs, 0 hotplug CPUs > PM: Registered nosave memory: [mem 0x00000000-0x00000fff] > PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] > PM: Registered nosave memory: [mem 0x00800000-0x00807fff] > PM: Registered nosave memory: [mem 0x00810000-0x008fffff] > PM: Registered nosave memory: [mem 0xbd28a000-0xbd28afff] > PM: Registered nosave memory: [mem 0xbd293000-0xbd293fff] > PM: Registered nosave memory: [mem 0xbf7ef000-0xbfbccfff] > PM: Registered nosave memory: [mem 0xbfbcd000-0xbfbd4fff] > PM: Registered nosave memory: [mem 0xbfbd5000-0xbfbfefff] > PM: Registered nosave memory: [mem 0xbff40000-0xbfffffff] > PM: Registered nosave memory: [mem 0xc0000000-0xffbfffff] > PM: Registered nosave memory: [mem 0xffc00000-0xffffffff] > e820: [mem 0xc0000000-0xffbfffff] available for PCI devices > Booting paravirtualized kernel on KVM > clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns > setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1 > percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u262144 > pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152 > pcpu-alloc: [0] 0 1 2 3 4 5 6 7 > KVM setup async PF for cpu 0 > kvm-stealtime: cpu 0, msr 17fc23040 > Built 1 zonelists, mobility grouping on. Total pages: 1286873 > Policy zone: Normal > Kernel command line: BOOT_IMAGE=/vmlinuz-4.16.0-rc1+ root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root video=800x600 no_console_suspend console=tty console=ttyS0,115200 ignore_loglevel efi=debug LANG=en_US.UTF-8 > Memory: 4985272K/5236572K available (12300K kernel code, 1455K rwdata, 3792K rodata, 2100K init, 1288K bss, 251300K reserved, 0K cma-reserved) > SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 > Kernel/User page tables isolation: enabled > ftrace: allocating 36242 entries in 142 pages > Hierarchical RCU implementation. > RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8. > Tasks RCU enabled. > RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 > NR_IRQS: 4352, nr_irqs: 488, preallocated irqs: 16 > Offload RCU callbacks from CPUs: . > Console: colour dummy device 80x25 > console [tty0] enabled > console [ttyS0] enabled > ACPI: Core revision 20180105 > ACPI: 1 ACPI AML tables successfully acquired and loaded > clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns > hpet clockevent registered > APIC: Switch to symmetric I/O mode setup > x2apic enabled > Switched APIC routing to physical x2apic. > ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 > tsc: Detected 2793.544 MHz processor > clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x28446e01dde, max_idle_ns: 440795216985 ns > Calibrating delay loop (skipped) preset value.. 5587.08 BogoMIPS (lpj=2793544) > pid_max: default: 32768 minimum: 301 > efi: EFI runtime memory map: > efi: mem00: [Runtime Data |RUN| | | | | | | | | | |UC] range=[0x00000000ffc00000-0x00000000ffffffff] (4MB) > efi: mem01: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bff05000-0x00000000bff3ffff] (0MB) > efi: mem02: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfec4000-0x00000000bff04fff] (0MB) > efi: mem03: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfe79000-0x00000000bfec3fff] (0MB) > efi: mem04: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfe59000-0x00000000bfe78fff] (0MB) > efi: mem05: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bfbff000-0x00000000bfdfffff] (2MB) > efi: mem06: [Runtime Data |RUN| | | | | | | |WB|WT|WC|UC] range=[0x00000000bf93a000-0x00000000bfb94fff] (2MB) > efi: mem07: [Runtime Code |RUN| | | | | | | |WB|WT|WC|UC] range=[0x00000000bf7ef000-0x00000000bf939fff] (1MB) > efi: mem08: [Boot Code | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bf153000-0x00000000bf7eefff] (6MB) > efi: mem09: [Boot Data |RUN| | | | | | | |WB|WT|WC|UC] range=[0x00000000be280000-0x00000000befaffff] (13MB) > efi: mem10: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bda66000-0x00000000be1fffff] (7MB) > efi: mem11: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x00000000bbefe000-0x00000000bbf1dfff] (0MB) > efi: mem12: [Boot Data | | | | | | | | |WB|WT|WC|UC] range=[0x0000000000900000-0x00000000012fffff] (10MB) > efi: mem13: [Boot Code |RUN| | | | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000000fff] (0MB) > efi: memattr: Processing EFI Memory Attributes table: > efi: memattr: 0x0000bf7ef000-0x0000bf831fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf832000-0x0000bf847fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf848000-0x0000bf850fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf851000-0x0000bf856fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf857000-0x0000bf859fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf85a000-0x0000bf85efff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf85f000-0x0000bf861fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf862000-0x0000bf869fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf86a000-0x0000bf86cfff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf86d000-0x0000bf872fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf873000-0x0000bf875fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf876000-0x0000bf8f9fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf8fa000-0x0000bf911fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf912000-0x0000bf919fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf91a000-0x0000bf91cfff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf91d000-0x0000bf924fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf925000-0x0000bf927fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf928000-0x0000bf92dfff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf92e000-0x0000bf930fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf931000-0x0000bf937fff [Runtime Code |RUN| | | | | |RO| | | | | ] > efi: memattr: 0x0000bf938000-0x0000bf939fff [Runtime Code |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000bf93a000-0x0000bfb94fff [Runtime Data |RUN| | |XP| | | | | | | | ] > efi: memattr: 0x0000ffc00000-0x0000ffffffff [Runtime Data |RUN| | |XP| | | | | | | | ] > Security Framework initialized > Yama: becoming mindful. > SELinux: Initializing. > SELinux: Starting in permissive mode > Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) > Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) > Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) > Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) > CPU: Physical Processor ID: 0 > CPU: Processor Core ID: 0 > mce: CPU supports 10 MCE banks > Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 > Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 > Spectre V2 : Mitigation: Full generic retpoline > Freeing SMP alternatives memory: 32K > TSC deadline timer enabled > smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) > Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. > Hierarchical SRCU implementation. > NMI watchdog: Perf event create on CPU 0 failed with -2 > NMI watchdog: Perf NMI watchdog permanently disabled > smp: Bringing up secondary CPUs ... > x86: Booting SMP configuration: > .... node #0, CPUs: #1 > kvm-clock: cpu 1, msr 1:7ffd0041, secondary cpu clock > KVM setup async PF for cpu 1 > kvm-stealtime: cpu 1, msr 17fc63040 > #2 > kvm-clock: cpu 2, msr 1:7ffd0081, secondary cpu clock > KVM setup async PF for cpu 2 > kvm-stealtime: cpu 2, msr 17fca3040 > #3 > kvm-clock: cpu 3, msr 1:7ffd00c1, secondary cpu clock > KVM setup async PF for cpu 3 > kvm-stealtime: cpu 3, msr 17fce3040 > #4 > kvm-clock: cpu 4, msr 1:7ffd0101, secondary cpu clock > KVM setup async PF for cpu 4 > kvm-stealtime: cpu 4, msr 17fd23040 > #5 > kvm-clock: cpu 5, msr 1:7ffd0141, secondary cpu clock > KVM setup async PF for cpu 5 > kvm-stealtime: cpu 5, msr 17fd63040 > #6 > kvm-clock: cpu 6, msr 1:7ffd0181, secondary cpu clock > KVM setup async PF for cpu 6 > kvm-stealtime: cpu 6, msr 17fda3040 > #7 > kvm-clock: cpu 7, msr 1:7ffd01c1, secondary cpu clock > KVM setup async PF for cpu 7 > kvm-stealtime: cpu 7, msr 17fde3040 > smp: Brought up 1 node, 8 CPUs > smpboot: Max logical packages: 1 > smpboot: Total of 8 processors activated (44696.70 BogoMIPS) > devtmpfs: initialized > x86/mm: Memory block size: 128MB > PM: Registering ACPI NVS region [mem 0x00800000-0x00807fff] (32768 bytes) > PM: Registering ACPI NVS region [mem 0x00810000-0x008fffff] (983040 bytes) > PM: Registering ACPI NVS region [mem 0xbfbd5000-0xbfbfefff] (172032 bytes) > PM: Registering ACPI NVS region [mem 0xbff40000-0xbfffffff] (786432 bytes) > clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns > futex hash table entries: 2048 (order: 5, 131072 bytes) > pinctrl core: initialized pinctrl subsystem > RTC time: 17:24:56, date: 04/04/18 > NET: Registered protocol family 16 > audit: initializing netlink subsys (disabled) > audit: type=2000 audit(1522862695.815:1): state=initialized audit_enabled=0 res=1 > cpuidle: using governor menu > ACPI: bus type PCI registered > acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 > PCI: Using configuration type 1 for base access > HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages > cryptd: max_cpu_qlen set to 1000 > ACPI: Added _OSI(Module Device) > ACPI: Added _OSI(Processor Device) > ACPI: Added _OSI(3.0 _SCP Extensions) > ACPI: Added _OSI(Processor Aggregator Device) > ACPI: Interpreter enabled > ACPI: (supports S0 S3 S5) > ACPI: Using IOAPIC for interrupt routing > PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug > ACPI: Enabled 2 GPEs in block 00 to 0F > ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) > acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] > acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM > acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. > acpiphp: Slot [3] registered > acpiphp: Slot [4] registered > acpiphp: Slot [5] registered > acpiphp: Slot [6] registered > acpiphp: Slot [7] registered > acpiphp: Slot [8] registered > acpiphp: Slot [9] registered > acpiphp: Slot [10] registered > acpiphp: Slot [11] registered > acpiphp: Slot [12] registered > acpiphp: Slot [13] registered > acpiphp: Slot [14] registered > acpiphp: Slot [15] registered > acpiphp: Slot [16] registered > acpiphp: Slot [17] registered > acpiphp: Slot [18] registered > acpiphp: Slot [19] registered > acpiphp: Slot [20] registered > acpiphp: Slot [21] registered > acpiphp: Slot [22] registered > acpiphp: Slot [23] registered > acpiphp: Slot [24] registered > acpiphp: Slot [25] registered > acpiphp: Slot [26] registered > acpiphp: Slot [27] registered > acpiphp: Slot [28] registered > acpiphp: Slot [29] registered > acpiphp: Slot [30] registered > acpiphp: Slot [31] registered > PCI host bridge to bus 0000:00 > pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] > pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] > pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] > pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] > pci_bus 0000:00: root bus resource [mem 0x800000000-0x80001bfff window] > pci_bus 0000:00: root bus resource [bus 00-ff] > pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 > pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 > pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 > pci 0000:00:01.1: reg 0x20: [io 0xc120-0xc12f] > pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] > pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] > pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] > pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] > pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 > pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI > pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB > pci 0000:00:02.0: [1af4:1050] type 00 class 0x030000 > pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc07fffff pref] > pci 0000:00:02.0: reg 0x18: [mem 0x800000000-0x800003fff 64bit pref] > pci 0000:00:02.0: reg 0x20: [mem 0xc0804000-0xc0804fff] > pci 0000:00:02.0: reg 0x30: [mem 0xffff0000-0xffffffff pref] > pci 0000:00:02.0: BAR 0: assigned to efifb > pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 > pci 0000:00:03.0: reg 0x10: [io 0xc100-0xc11f] > pci 0000:00:03.0: reg 0x14: [mem 0xc0803000-0xc0803fff] > pci 0000:00:03.0: reg 0x20: [mem 0x800004000-0x800007fff 64bit pref] > pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000 > pci 0000:00:04.0: reg 0x10: [io 0xc080-0xc0bf] > pci 0000:00:04.0: reg 0x14: [mem 0xc0802000-0xc0802fff] > pci 0000:00:04.0: reg 0x20: [mem 0x800008000-0x80000bfff 64bit pref] > pci 0000:00:05.0: [1af4:1002] type 00 class 0x00ff00 > pci 0000:00:05.0: reg 0x10: [io 0xc0e0-0xc0ff] > pci 0000:00:05.0: reg 0x20: [mem 0x80000c000-0x80000ffff 64bit pref] > pci 0000:00:06.0: [1af4:1003] type 00 class 0x078000 > pci 0000:00:06.0: reg 0x10: [io 0xc040-0xc07f] > pci 0000:00:06.0: reg 0x14: [mem 0xc0801000-0xc0801fff] > pci 0000:00:06.0: reg 0x20: [mem 0x800010000-0x800013fff 64bit pref] > pci 0000:00:07.0: [1033:0194] type 00 class 0x0c0330 > pci 0000:00:07.0: reg 0x10: [mem 0x800018000-0x80001bfff 64bit] > pci 0000:00:08.0: [1af4:1005] type 00 class 0x00ff00 > pci 0000:00:08.0: reg 0x10: [io 0xc0c0-0xc0df] > pci 0000:00:08.0: reg 0x20: [mem 0x800014000-0x800017fff 64bit pref] > pci 0000:00:09.0: [1af4:1004] type 00 class 0x010000 > pci 0000:00:09.0: reg 0x10: [io 0xc000-0xc03f] > pci 0000:00:09.0: reg 0x14: [mem 0xc0800000-0xc0800fff] > ACPI: PCI Interrupt Link [LNKA] (IRQs 5 10 *11) > ACPI: PCI Interrupt Link [LNKB] (IRQs 5 10 *11) > ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *10 11) > ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *10 11) > ACPI: PCI Interrupt Link [LNKS] (IRQs *9) > pci 0000:00:02.0: vgaarb: setting as boot VGA device > pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none > pci 0000:00:02.0: vgaarb: bridge control possible > vgaarb: loaded > SCSI subsystem initialized > libata version 3.00 loaded. > ACPI: bus type USB registered > usbcore: registered new interface driver usbfs > usbcore: registered new interface driver hub > usbcore: registered new device driver usb > EDAC MC: Ver: 3.0.0 > Registered efivars operations > PCI: Using ACPI for IRQ routing > PCI: pci_cache_line_size set to 64 bytes > e820: reserve RAM buffer [mem 0x00810000-0x008fffff] > e820: reserve RAM buffer [mem 0xbd28a018-0xbfffffff] > e820: reserve RAM buffer [mem 0xbf7ef000-0xbfffffff] > e820: reserve RAM buffer [mem 0xbff40000-0xbfffffff] > NetLabel: Initializing > NetLabel: domain hash size = 128 > NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO > NetLabel: unlabeled traffic allowed by default > hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 > hpet0: 3 comparators, 64-bit 100.000000 MHz counter > clocksource: Switched to clocksource kvm-clock > VFS: Disk quotas dquot_6.6.0 > VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) > pnp: PnP ACPI init > pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) > pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active) > pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active) > pnp 00:03: [dma 2] > pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active) > pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active) > pnp: PnP ACPI: found 5 devices > clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns > pci 0000:00:02.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window > pci 0000:00:02.0: BAR 6: assigned [mem 0xc0810000-0xc081ffff pref] > pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] > pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] > pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] > pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window] > pci_bus 0000:00: resource 8 [mem 0x800000000-0x80001bfff window] > NET: Registered protocol family 2 > tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes) > TCP established hash table entries: 65536 (order: 7, 524288 bytes) > TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) > TCP: Hash tables configured (established 65536 bind 65536) > UDP hash table entries: 4096 (order: 5, 131072 bytes) > UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) > NET: Registered protocol family 1 > pci 0000:00:00.0: Limiting direct PCI/PCI transfers > pci 0000:00:01.0: PIIX3: Enabling Passive Release > pci 0000:00:01.0: Activating ISA DMA hang workarounds > pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] > PCI Interrupt Link [LNKC] enabled at IRQ 10 > PCI: CLS 0 bytes, default 64 > Unpacking initramfs... > Freeing initrd memory: 46852K > PCI-DMA: Using software bounce buffering for IO (SWIOTLB) > software IO TLB [mem 0xb7efe000-0xbbefe000] (64MB) mapped at [00000000393ddcb0-000000002bd6a6f2] > Initialise system trusted keyrings > Key type blacklist registered > workingset: timestamp_bits=36 max_order=21 bucket_order=0 > zbud: loaded > SELinux: Registering netfilter hooks > NET: Registered protocol family 38 > Key type asymmetric registered > Asymmetric key parser 'x509' registered > Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) > io scheduler noop registered > io scheduler deadline registered > io scheduler cfq registered (default) > io scheduler mq-deadline registered > efifb: probing for efifb > efifb: framebuffer at 0xc0000000, using 1876k, total 1875k > efifb: mode is 800x600x32, linelength=3200, pages=1 > efifb: scrolling: redraw > efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 > Console: switching to colour frame buffer device 100x37 > fb0: EFI VGA frame buffer device > intel_idle: Please enable MWAIT in BIOS SETUP > input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 > ACPI: Power Button [PWRF] > Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled > 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A > Non-volatile memory driver v1.3 > Linux agpgart interface v0.103 > ata_piix 0000:00:01.1: version 2.13 > scsi host0: ata_piix > scsi host1: ata_piix > ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc120 irq 14 > ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc128 irq 15 > libphy: Fixed MDIO Bus: probed > ata1: port disabled--ignoring > ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver > ata2: port disabled--ignoring > ehci-pci: EHCI PCI platform driver > ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver > ohci-pci: OHCI PCI platform driver > uhci_hcd: USB Universal Host Controller Interface driver > xhci_hcd 0000:00:07.0: xHCI Host Controller > xhci_hcd 0000:00:07.0: new USB bus registered, assigned bus number 1 > xhci_hcd 0000:00:07.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014 > usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 > usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 > usb usb1: Product: xHCI Host Controller > usb usb1: Manufacturer: Linux 4.16.0-rc1+ xhci-hcd > usb usb1: SerialNumber: 0000:00:07.0 > hub 1-0:1.0: USB hub found > hub 1-0:1.0: 4 ports detected > xhci_hcd 0000:00:07.0: xHCI Host Controller > xhci_hcd 0000:00:07.0: new USB bus registered, assigned bus number 2 > usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. > usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 > usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 > usb usb2: Product: xHCI Host Controller > usb usb2: Manufacturer: Linux 4.16.0-rc1+ xhci-hcd > usb usb2: SerialNumber: 0000:00:07.0 > hub 2-0:1.0: USB hub found > hub 2-0:1.0: 4 ports detected > usbcore: registered new interface driver usbserial_generic > usbserial: USB Serial support registered for generic > i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 > serio: i8042 KBD port at 0x60,0x64 irq 1 > serio: i8042 AUX port at 0x60,0x64 irq 12 > mousedev: PS/2 mouse device common for all mice > rtc_cmos 00:00: RTC can wake from S4 > rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 > input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 > rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs > device-mapper: uevent: version 1.0.3 > device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@xxxxxxxxxx > input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 > hidraw: raw HID events driver (C) Jiri Kosina > usbcore: registered new interface driver usbhid > usbhid: USB HID core driver > drop_monitor: Initializing network drop monitor service > input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 > Initializing XFRM netlink socket > NET: Registered protocol family 10 > Segment Routing with IPv6 > mip6: Mobile IPv6 > NET: Registered protocol family 17 > RAS: Correctable Errors collector initialized. > AVX2 version of gcm_enc/dec engaged. > AES CTR mode by8 optimization enabled > sched_clock: Marking stable (1387045073, 0)->(1971055678, -584010605) > registered taskstats version 1 > Loading compiled-in X.509 certificates > Loaded X.509 cert 'Build time autogenerated kernel key: 3252e0ecec7d1d1612246d5576bd5ee74f5bc14a' > zswap: loaded using pool lzo/zbud > Key type big_key registered > Key type encrypted registered > Magic number: 14:464:440 > clockevents broadcast: hash matches > rtc_cmos 00:00: setting system clock to 2018-04-04 17:24:57 UTC (1522862697) > Freeing unused kernel memory: 2100K > Write protecting the kernel read-only data: 18432k > Freeing unused kernel memory: 2012K > Freeing unused kernel memory: 304K > x86/mm: Checked W+X mappings: passed, no W+X pages found. > x86/mm: Checking user space page tables > x86/mm: Checked W+X mappings: passed, no W+X pages found. > rodata_test: all tests were successful > systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid) > systemd[1]: Detected virtualization kvm. > systemd[1]: Detected architecture x86-64. > systemd[1]: Running in initial RAM disk. > systemd[1]: Set hostname to <ovmf-fedora>. > systemd[1]: Listening on Journal Audit Socket. > systemd[1]: Listening on Journal Socket. > systemd[1]: Reached target Local File Systems. > systemd[1]: Created slice System Slice. > systemd[1]: Reached target Slices. > audit: type=1130 audit(1522862697.638:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862697.662:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862697.695:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1131 audit(1522862697.695:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > usb 1-1: new high-speed USB device number 2 using xhci_hcd > audit: type=1130 audit(1522862697.732:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862697.760:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862697.776:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862697.835:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > usb 1-1: New USB device found, idVendor=0627, idProduct=0001 > usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 > usb 1-1: Product: QEMU USB Tablet > usb 1-1: Manufacturer: QEMU > usb 1-1: SerialNumber: 42 > input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:07.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 > hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:07.0-1/input0 > audit: type=1130 audit(1522862697.898:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > FDC 0 is a S82078B > PCI Interrupt Link [LNKB] enabled at IRQ 11 > PCI Interrupt Link [LNKD] enabled at IRQ 10 > PCI Interrupt Link [LNKA] enabled at IRQ 11 > random: crng init done > virtio-pci 0000:00:09.0: virtio_pci: leaving for legacy driver > virtio_blk virtio2: [vda] 4972 512-byte logical blocks (2.55 MB/2.43 MiB) > scsi host2: Virtio SCSI HBA > vda: vda1 > virtio_net virtio1 ens3: renamed from eth0 > scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 > scsi 2:0:0:1: CD-ROM QEMU QEMU CD-ROM 2.5+ PQ: 0 ANSI: 5 > tsc: Refined TSC clocksource calibration: 2793.571 MHz > clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x284487bd184, max_idle_ns: 440795309112 ns > sd 2:0:0:0: Attached scsi generic sg0 type 0 > sd 2:0:0:0: Power-on or device reset occurred > sr 2:0:0:1: Power-on or device reset occurred > sr 2:0:0:1: [sr0] scsi3-mmc drive: 16x/50x cd/rw xa/form2 cdda tray > sd 2:0:0:0: [sda] 73400320 512-byte logical blocks: (37.6 GB/35.0 GiB) > cdrom: Uniform CD-ROM driver Revision: 3.20 > sd 2:0:0:0: [sda] Write Protect is off > sr 2:0:0:1: Attached scsi CD-ROM sr0 > sd 2:0:0:0: [sda] Mode Sense: 63 00 00 08 > sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA > sr 2:0:0:1: Attached scsi generic sg1 type 5 > sda: sda1 sda2 sda3 > sd 2:0:0:0: [sda] Attached SCSI disk > EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) > systemd-journald[248]: Received SIGTERM from PID 1 (systemd). > systemd: 18 output lines suppressed due to ratelimiting > SELinux: 32768 avtab hash slots, 108866 rules. > SELinux: 32768 avtab hash slots, 108866 rules. > SELinux: 8 users, 14 roles, 5092 types, 316 bools, 1 sens, 1024 cats > SELinux: 97 classes, 108866 rules > SELinux: Permission getrlimit in class process not defined in policy. > SELinux: Class sctp_socket not defined in policy. > SELinux: Class icmp_socket not defined in policy. > SELinux: Class ax25_socket not defined in policy. > SELinux: Class ipx_socket not defined in policy. > SELinux: Class netrom_socket not defined in policy. > SELinux: Class atmpvc_socket not defined in policy. > SELinux: Class x25_socket not defined in policy. > SELinux: Class rose_socket not defined in policy. > SELinux: Class decnet_socket not defined in policy. > SELinux: Class atmsvc_socket not defined in policy. > SELinux: Class rds_socket not defined in policy. > SELinux: Class irda_socket not defined in policy. > SELinux: Class pppox_socket not defined in policy. > SELinux: Class llc_socket not defined in policy. > SELinux: Class can_socket not defined in policy. > SELinux: Class tipc_socket not defined in policy. > SELinux: Class bluetooth_socket not defined in policy. > SELinux: Class iucv_socket not defined in policy. > SELinux: Class rxrpc_socket not defined in policy. > SELinux: Class isdn_socket not defined in policy. > SELinux: Class phonet_socket not defined in policy. > SELinux: Class ieee802154_socket not defined in policy. > SELinux: Class caif_socket not defined in policy. > SELinux: Class alg_socket not defined in policy. > SELinux: Class nfc_socket not defined in policy. > SELinux: Class vsock_socket not defined in policy. > SELinux: Class kcm_socket not defined in policy. > SELinux: Class qipcrtr_socket not defined in policy. > SELinux: Class smc_socket not defined in policy. > SELinux: Class bpf not defined in policy. > SELinux: the above unknown classes and permissions will be allowed > SELinux: policy capability network_peer_controls=1 > SELinux: policy capability open_perms=1 > SELinux: policy capability extended_socket_class=0 > SELinux: policy capability always_check_network=0 > SELinux: policy capability cgroup_seclabel=1 > SELinux: policy capability nnp_nosuid_transition=1 > SELinux: Completing initialization. > SELinux: Setting up existing superblocks. > systemd[1]: Successfully loaded SELinux policy in 167.311ms. > systemd[1]: Relabelled /dev and /run in 20.793ms. > EXT4-fs (dm-1): re-mounted. Opts: (null) > systemd-journald[685]: Received request to flush runtime journal from PID 1 > piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 > input: PC Speaker as /devices/platform/pcspkr/input/input6 > [drm:drm_virtio_init [virtio_gpu]] *ERROR* drm_virtio_init: #1 dev->unique virtio0 > [drm] pci: virtio-vga detected at 0000:00:02.0 > checking generic (c0000000 1d5000) vs hw (c0000000 800000) > fb: switching to virtiodrmfb from EFI VGA > Console: switching to colour dummy device 80x25 > [drm] virgl 3d acceleration not supported by host > [TTM] Zone kernel: Available graphics memory: 2532234 kiB > [TTM] Zone dma32: Available graphics memory: 2097152 kiB > [TTM] Initializing pool allocator > [TTM] Initializing DMA pool allocator > [drm] number of scanouts: 1 > [drm] number of cap sets: 0 > Console: switching to colour frame buffer device 100x37 > virtio_gpu virtio0: fb0: virtiodrmfb frame buffer device > [drm] Initialized virtio_gpu 0.0.1 0 for virtio0 on minor 0 > [drm:drm_virtio_init [virtio_gpu]] *ERROR* drm_virtio_init: #2 dev->unique pci:0000:00:02.0 > Adding 131068k swap on /dev/mapper/fedora-swap. Priority:-2 extents:1 across:131068k FS > kauditd_printk_skb: 53 callbacks suppressed > audit: type=1130 audit(1522862701.382:64): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862701.390:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862701.444:66): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862701.452:67): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1131 audit(1522862701.452:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862701.518:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-pvscan@8:3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862701.542:70): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-eb070e11\x2dd6ac\x2d4980\x2d8882\x2dfe2adaefe226 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) > FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. > audit: type=1130 audit(1522862701.630:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1130 audit(1522862701.651:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > audit: type=1131 audit(1522862701.652:73): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: dev 000000000524a3b8, is_pci 0 > [drm:drm_setversion [drm]] *ERROR* drm_set_busid: unique pci:0000:00:02.0 > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique (null) > [drm:drm_getunique [drm]] *ERROR* drm_getunique: unique pci:0000:00:02.0 > IPv6: ADDRCONF(NETDEV_UP): ens3: link is not ready > bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. Thanks! Laszlo _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel