You are not logged in.

#1 2019-10-11 08:44:30

bawachhe
Member
Registered: 2019-10-11
Posts: 6

irq 9: nobody cared boot loop

It's an amusing error message, but vexing all the same..

I am attempting to run Arch x64 on one of those random Chinese Intel Atom x5 Z8350 boxes that are all over AliExpress, and it's working great, with one exception: I can't run it headless.

It's this one, particularly, so it's only got a HDMI for video out.  When I plug in some HDMI monitor, everything boots fine (with a few scattered error messages here and there about Codecs, which probably isn't related?).
When I pull out the HDMI and attempt to start it headless, it boot loops ad infinitum.  (It doesn't care whether or not there's a keyboard.)

I've determined that it can't be the hardware alone, since it does in fact start booting Arch, and since it started the previously installed Windows OS without incident, without HDMI connected.
There's no discernible setting in the BIOS that allows it to run headless, unless you count disabling the graphics entirely, which I don't think is a good idea.
Faulty BIOS? Sure, could be (and I've contacted an email address included in the documentation about that), but it works alright in all other cases I've tried so far, so I'm thinking (hoping) that the BIOS firmware isn't strictly the issue here.  In any case, aside from modifying UEFI so that Arch instead of Windows would boot, the BIOS firmware and settings are bone stock.

Using sudo journalctl -b -1 (or -2, or -3, etc.) I've managed to find this at the end of the boot log every time it loops, sometimes with some followup stuff and sometimes not.

Oct 11 10:05:37 atomarch kernel: irq 9: nobody cared (try booting with the "irqpoll" option)
Oct 11 10:05:37 atomarch kernel: CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.3.4-arch1-1-ARCH #1
Oct 11 10:05:37 atomarch kernel: Hardware name: AZW Z83 II/T3 MRD, BIOS AZW-BI-MINIPC-X5R110-CC55B-BU-115-A 03/21/2019
Oct 11 10:05:37 atomarch kernel: Call Trace:
Oct 11 10:05:37 atomarch kernel:  <IRQ>
Oct 11 10:05:37 atomarch kernel:  dump_stack+0x5c/0x80
Oct 11 10:05:37 atomarch kernel:  __report_bad_irq+0x35/0xaa
Oct 11 10:05:37 atomarch kernel:  note_interrupt.cold+0xb/0x69
Oct 11 10:05:37 atomarch kernel:  handle_irq_event_percpu+0x6f/0x80
Oct 11 10:05:37 atomarch kernel:  handle_irq_event+0x37/0x54
Oct 11 10:05:37 atomarch kernel:  handle_fasteoi_irq+0xb5/0x160
Oct 11 10:05:37 atomarch kernel:  handle_irq+0x1f/0x30
Oct 11 10:05:37 atomarch kernel:  do_IRQ+0x7b/0x130
Oct 11 10:05:37 atomarch kernel:  common_interrupt+0xf/0xf
Oct 11 10:05:37 atomarch kernel:  </IRQ>
Oct 11 10:05:37 atomarch kernel: RIP: 0010:cpuidle_enter_state+0xc4/0x480
Oct 11 10:05:37 atomarch kernel: Code: e8 d1 df 9b ff 80 7c 24 0f 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 93 03 00 00 31 ff e8 33 75 a2 ff fb 66 0f 1f 44 00 00 <45> 85 e4 0f 88 be 02 00 00 49 63 cc 4c 2b 6c 24 10 48 8d 04 49 48
Oct 11 10:05:37 atomarch kernel: RSP: 0018:ffff908f400bbe68 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffde
Oct 11 10:05:37 atomarch kernel: RAX: ffff8b637ba80000 RBX: ffffffff96cbcd20 RCX: 000000000000001f
Oct 11 10:05:37 atomarch kernel: RDX: 0000000000000000 RSI: 0000000058e38e39 RDI: 0000000000000000
Oct 11 10:05:37 atomarch kernel: RBP: ffff8b637bab4218 R08: 00000001a7a6a841 R09: 000000007fffffff
Oct 11 10:05:37 atomarch kernel: R10: ffff8b637baa9344 R11: ffff8b637baa9324 R12: 0000000000000001
Oct 11 10:05:37 atomarch kernel: R13: 00000001a7a6a841 R14: 0000000000000001 R15: ffff8b637b22ba00
Oct 11 10:05:37 atomarch kernel:  ? cpuidle_enter_state+0x9f/0x480
Oct 11 10:05:37 atomarch kernel:  cpuidle_enter+0x29/0x40
Oct 11 10:05:37 atomarch kernel:  do_idle+0x1de/0x260
Oct 11 10:05:37 atomarch kernel:  cpu_startup_entry+0x19/0x20
Oct 11 10:05:37 atomarch kernel:  start_secondary+0x185/0x1d0
Oct 11 10:05:37 atomarch kernel:  secondary_startup_64+0xa4/0xb0
Oct 11 10:05:37 atomarch kernel: handlers:
Oct 11 10:05:37 atomarch kernel: [<0000000035382e0d>] acpi_irq
Oct 11 10:05:37 atomarch kernel: [<00000000f694cbab>] int0002_irq [intel_int0002_vgpio]
Oct 11 10:05:37 atomarch kernel: Disabling IRQ #9

Sometimes, it's just acpi_irq that it's complaining about, and other times it is both that and the intel_int0002_vgpio.

Sometimes also, it does a little more in the middle:

Oct 11 14:58:16 atomarch kernel: irq 9: nobody cared (try booting with the "irqpoll" option)
Oct 11 14:58:16 atomarch kernel: CPU: 1 PID: 56 Comm: kworker/1:1 Not tainted 5.3.4-arch1-1-ARCH #1
Oct 11 14:58:16 atomarch kernel: Hardware name: AZW Z83 II/T3 MRD, BIOS AZW-BI-MINIPC-X5R110-CC55B-BU-115-A 03/21/2019
Oct 11 14:58:16 atomarch kernel: Workqueue: pm pm_runtime_work
Oct 11 14:58:16 atomarch kernel: Call Trace:
Oct 11 14:58:16 atomarch kernel:  <IRQ>
Oct 11 14:58:16 atomarch kernel:  dump_stack+0x5c/0x80
Oct 11 14:58:16 atomarch kernel:  __report_bad_irq+0x35/0xaa
Oct 11 14:58:16 atomarch kernel:  note_interrupt.cold+0xb/0x69
Oct 11 14:58:16 atomarch kernel:  handle_irq_event_percpu+0x6f/0x80
Oct 11 14:58:16 atomarch kernel:  handle_irq_event+0x37/0x54
Oct 11 14:58:16 atomarch kernel:  handle_fasteoi_irq+0xb5/0x160
Oct 11 14:58:16 atomarch kernel:  handle_irq+0x1f/0x30
Oct 11 14:58:16 atomarch kernel:  do_IRQ+0x7b/0x130
Oct 11 14:58:16 atomarch kernel:  common_interrupt+0xf/0xf
Oct 11 14:58:16 atomarch kernel:  </IRQ>
Oct 11 14:58:16 atomarch kernel: RIP: 0010:acpi_ex_start_trace_opcode+0x0/0x37
Oct 11 14:58:16 atomarch kernel: Code: 3c 01 00 00 00 00 89 05 b4 2e d7 00 8b 05 4a 77 3c 01 89 05 3c 7c 3c 01 48 85 ed 74 0a 48 89 ef 5b 5d e9 d5 83 d2 ff 5b 5d c3 <0f> 1f 44 00 00 53 48 89 fb 31 ff e8 5e fd ff ff 84 c0 74 21 f6 05
Oct 11 14:58:16 atomarch kernel: RSP: 0000:ffffa07d4020bbf8 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffde
Oct 11 14:58:16 atomarch kernel: RAX: 0000000000000000 RBX: ffff929b383ec830 RCX: 0000000000000020
Oct 11 14:58:16 atomarch kernel: RDX: ffffffffa3ca2348 RSI: ffff929b383ec800 RDI: ffff929b3aae4640
Oct 11 14:58:16 atomarch kernel: RBP: ffff929b383ec800 R08: 0000000000000000 R09: ffff929b3aae4640
Oct 11 14:58:16 atomarch kernel: R10: ffff929b3aae5c98 R11: ffffffffa4051c28 R12: 0000000000000000
Oct 11 14:58:16 atomarch kernel: R13: ffff929b383ec800 R14: ffffa07d40026677 R15: ffff929b3a987e10
Oct 11 14:58:16 atomarch kernel:  acpi_ps_parse_loop+0x355/0x8c8
Oct 11 14:58:16 atomarch kernel:  acpi_ps_parse_aml+0x1a7/0x542
Oct 11 14:58:16 atomarch kernel:  acpi_ps_execute_method+0x203/0x2bf
Oct 11 14:58:16 atomarch kernel:  acpi_ns_evaluate+0x348/0x4e5
Oct 11 14:58:16 atomarch kernel:  acpi_evaluate_object+0x1d5/0x400
Oct 11 14:58:16 atomarch kernel:  acpi_dev_pm_explicit_set+0x7b/0x90
Oct 11 14:58:16 atomarch kernel:  acpi_device_set_power+0x1ba/0x2a0
Oct 11 14:58:16 atomarch kernel:  acpi_dev_pm_low_power+0x5d/0x70
Oct 11 14:58:16 atomarch kernel:  acpi_lpss_suspend+0x5f/0x1c0
Oct 11 14:58:16 atomarch kernel:  ? sdhci_runtime_suspend_host+0x94/0xc0 [sdhci]
Oct 11 14:58:16 atomarch kernel:  ? acpi_lpss_suspend+0x1c0/0x1c0
Oct 11 14:58:16 atomarch kernel:  __rpm_callback+0x7b/0x130
Oct 11 14:58:16 atomarch kernel:  ? acpi_lpss_suspend+0x1c0/0x1c0
Oct 11 14:58:16 atomarch kernel:  rpm_callback+0x4f/0x70
Oct 11 14:58:16 atomarch kernel:  rpm_suspend+0x136/0x610
Oct 11 14:58:16 atomarch kernel:  pm_runtime_work+0x94/0xa0
Oct 11 14:58:16 atomarch kernel:  process_one_work+0x1d1/0x3a0
Oct 11 14:58:16 atomarch kernel:  worker_thread+0x4a/0x3d0
Oct 11 14:58:16 atomarch kernel:  kthread+0xfb/0x130
Oct 11 14:58:16 atomarch kernel:  ? process_one_work+0x3a0/0x3a0
Oct 11 14:58:16 atomarch kernel:  ? kthread_park+0x80/0x80
Oct 11 14:58:16 atomarch kernel:  ret_from_fork+0x35/0x40
Oct 11 14:58:16 atomarch kernel: handlers:
Oct 11 14:58:16 atomarch kernel: [<000000005776fef1>] acpi_irq
Oct 11 14:58:16 atomarch kernel: Disabling IRQ #9

Regardless, once it gets to Disabling IRQ #9, inviariably it crashes and reboots.

Additionally, journalctl doesn't indicate any of this (or, sometimes, register a boot into Arch at all?) if my loglevel is 3 or below, in GRUB.  Arch install defaults GRUB_CMDLINE_LINUX_DEFAULT to "loglevel=3 quiet" but I removed it (set to "") in order to find the above error(s).

So, I'd like to be able to boot headlessly without a hackfix like buying a HDMI EDID spoofing adapter.. any ideas?

==============

Some other infos for good measure:

bawachhe wrote:

...sometimes with some followup stuff...

Oct 11 10:05:03 atomarch kernel: irq 9: nobody cared (try booting with the "irqpoll" option)
Oct 11 10:05:03 atomarch kernel: CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.3.4-arch1-1-ARCH #1
Oct 11 10:05:03 atomarch kernel: Hardware name: AZW Z83 II/T3 MRD, BIOS AZW-BI-MINIPC-X5R110-CC55B-BU-115-A 03/21/2019
Oct 11 10:05:03 atomarch kernel: Call Trace:
Oct 11 10:05:03 atomarch kernel:  <IRQ>
Oct 11 10:05:03 atomarch kernel:  dump_stack+0x5c/0x80
Oct 11 10:05:03 atomarch kernel:  __report_bad_irq+0x35/0xaa
Oct 11 10:05:03 atomarch kernel:  note_interrupt.cold+0xb/0x69
Oct 11 10:05:03 atomarch kernel:  handle_irq_event_percpu+0x6f/0x80
Oct 11 10:05:03 atomarch kernel:  handle_irq_event+0x37/0x54
Oct 11 10:05:03 atomarch kernel:  handle_fasteoi_irq+0xb5/0x160
Oct 11 10:05:03 atomarch kernel:  handle_irq+0x1f/0x30
Oct 11 10:05:03 atomarch kernel:  do_IRQ+0x7b/0x130
Oct 11 10:05:03 atomarch kernel:  common_interrupt+0xf/0xf
Oct 11 10:05:03 atomarch kernel:  </IRQ>
Oct 11 10:05:03 atomarch kernel: RIP: 0010:cpuidle_enter_state+0xc4/0x480
Oct 11 10:05:03 atomarch kernel: Code: e8 d1 df 9b ff 80 7c 24 0f 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 93 03 00 00 31 ff e8 33 75 a2 ff fb 66 0f 1f 44 00 00 <45> 85 e4 0f 88 be 02 00 00 49 63 cc 4c 2b 6c 24 10 48 8d 04 49 48
Oct 11 10:05:03 atomarch kernel: RSP: 0018:ffffb283800bbe68 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffde
Oct 11 10:05:03 atomarch kernel: RAX: ffff96c3bba80000 RBX: ffffffffb58bcd20 RCX: 000000000000001f
Oct 11 10:05:03 atomarch kernel: RDX: 0000000000000000 RSI: 0000000058e38e39 RDI: 0000000000000000
Oct 11 10:05:03 atomarch kernel: RBP: ffff96c3bbab4218 R08: 00000000c4b5a3f6 R09: 000000007fffffff
Oct 11 10:05:03 atomarch kernel: R10: ffff96c3bbaa9344 R11: ffff96c3bbaa9324 R12: 0000000000000001
Oct 11 10:05:03 atomarch kernel: R13: 00000000c4b5a3f6 R14: 0000000000000001 R15: ffff96c3bb229d00
Oct 11 10:05:03 atomarch kernel:  ? cpuidle_enter_state+0x9f/0x480
Oct 11 10:05:03 atomarch kernel:  cpuidle_enter+0x29/0x40
Oct 11 10:05:03 atomarch kernel:  do_idle+0x1de/0x260
Oct 11 10:05:03 atomarch kernel:  cpu_startup_entry+0x19/0x20
Oct 11 10:05:03 atomarch kernel:  start_secondary+0x185/0x1d0
Oct 11 10:05:03 atomarch kernel:  secondary_startup_64+0xa4/0xb0
Oct 11 10:05:03 atomarch kernel: handlers:
Oct 11 10:05:03 atomarch kernel: [<00000000cc00b85f>] acpi_irq
Oct 11 10:05:03 atomarch kernel: Disabling IRQ #9
Oct 11 10:05:03 atomarch systemd[1]: systemd 243.51-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 11 10:05:03 atomarch systemd[1]: Detected architecture x86-64.
Oct 11 10:05:03 atomarch systemd[1]: Set hostname to <atomarch>.
Oct 11 10:05:03 atomarch systemd[1]: Created slice system-getty.slice.
Oct 11 10:05:03 atomarch systemd[1]: Created slice User and Session Slice.
Oct 11 10:05:03 atomarch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 11 10:05:03 atomarch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 11 10:05:03 atomarch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 11 10:05:03 atomarch systemd[1]: Reached target Local Encrypted Volumes.
Oct 11 10:05:03 atomarch systemd[1]: Reached target Paths.
Oct 11 10:05:03 atomarch kernel: EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Oct 11 10:05:03 atomarch systemd-journald[278]: Journal started
Oct 11 10:05:03 atomarch systemd-journald[278]: Runtime Journal (/run/log/journal/df31f86b254c45efbc800094a3fe4b52) is 8.0M, max 193.1M, 185.1M free.
Oct 11 10:05:03 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:03 atomarch systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 11 10:05:03 atomarch kernel: audit: type=1130 audit(1570763103.360:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:03 atomarch systemd-journald[278]: Time spent on flushing to /var is 15.504ms for 641 entries.

lspci -v

00:00.0 Host bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register (rev 36)
        Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register
        Flags: bus master, fast devsel, latency 0
        Kernel driver in use: iosf_mbi_pci

00:02.0 VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller (rev 36) (prog-if 00 [VGA controller])
        DeviceName:  Onboard IGD
        Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller
        Flags: bus master, fast devsel, latency 0, IRQ 171
        Memory at 90000000 (64-bit, non-prefetchable) [size=16M]
        Memory at 80000000 (64-bit, prefetchable) [size=256M]
        I/O ports at f000 [size=64]
        [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915

00:03.0 Multimedia controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit (rev 36)
        Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit
        Flags: fast devsel, IRQ 255
        [virtual] Memory at 91000000 (32-bit, non-prefetchable) [size=4M]
        Capabilities: <access denied>
        Kernel driver in use: intel_atomisp2_pm
        Kernel modules: intel_atomisp2_pm

00:0b.0 Signal processing controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller (rev 36)
        Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller
        Flags: fast devsel, IRQ 164
        Memory at 9193b000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: proc_thermal
        Kernel modules: processor_thermal_device

00:14.0 USB controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller (rev 36) (prog-if 30 [XHCI])
        Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller
        Flags: bus master, medium devsel, latency 0, IRQ 117
        Memory at 91900000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci

00:1a.0 Encryption controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine (rev 36)
        Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine
        Flags: bus master, fast devsel, latency 0, IRQ 163
        Memory at 91700000 (32-bit, non-prefetchable) [size=1M]
        Memory at 91600000 (32-bit, non-prefetchable) [size=1M]
        Capabilities: <access denied>
        Kernel driver in use: mei_txe
        Kernel modules: mei_txe

00:1c.0 PCI bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #1 (rev 36) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0, IRQ 116
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000e000-0000efff [size=4K]
        Memory behind bridge: 91800000-918fffff [size=1M]
        Prefetchable memory behind bridge: None
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1f.0 ISA bridge: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU (rev 36)
        Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU
        Flags: bus master, medium devsel, latency 0
        Capabilities: <access denied>
        Kernel driver in use: lpc_ich
        Kernel modules: lpc_ich

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
        Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
        Flags: bus master, fast devsel, latency 0, IRQ 16
        I/O ports at e000 [size=256]
        Memory at 91804000 (64-bit, non-prefetchable) [size=4K]
        Memory at 91800000 (64-bit, prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: r8169
        Kernel modules: r8169

Full journalctl -b from a crashed boot (with the HDMI disconnected).

-- Logs begin at Fri 2019-10-11 10:03:31 +07, end at Fri 2019-10-11 14:18:52 +07. --
Oct 11 10:05:35 atomarch kernel: Linux version 5.3.4-arch1-1-ARCH (builduser@heftig-3894261) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Sat Oct 5 13:44:11 UTC 2019
Oct 11 10:05:35 atomarch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=86211f59-558c-4d07-a4ac-78d5c7e6a925 rw text
Oct 11 10:05:35 atomarch kernel: KERNEL supported cpus:
Oct 11 10:05:35 atomarch kernel:   Intel GenuineIntel
Oct 11 10:05:35 atomarch kernel:   AMD AuthenticAMD
Oct 11 10:05:35 atomarch kernel:   Hygon HygonGenuine
Oct 11 10:05:35 atomarch kernel:   Centaur CentaurHauls
Oct 11 10:05:35 atomarch kernel:   zhaoxin   Shanghai  
Oct 11 10:05:35 atomarch kernel: x86/fpu: x87 FPU will use FXSAVE
Oct 11 10:05:35 atomarch kernel: BIOS-provided physical RAM map:
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x0000000020200000-0x000000007af97fff] usable
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x000000007af98000-0x000000007b54cfff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x000000007b54d000-0x000000007b571fff] usable
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x000000007b572000-0x000000007b66afff] ACPI NVS
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x000000007b66b000-0x000000007b8fffff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x000000007b900000-0x000000007b97afff] type 20
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x000000007b97b000-0x000000007bffffff] usable
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
Oct 11 10:05:35 atomarch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
Oct 11 10:05:35 atomarch kernel: NX (Execute Disable) protection: active
Oct 11 10:05:35 atomarch kernel: efi: EFI v2.40 by American Megatrends
Oct 11 10:05:35 atomarch kernel: efi:  TPMFinalLog=0x7b653000  ESRT=0x7b54b000  ACPI=0x7b5b6000  ACPI 2.0=0x7b5b6000  SMBIOS=0x7b820000  SMBIOS 3.0=0x7b81f000 
Oct 11 10:05:35 atomarch kernel: SMBIOS 3.0.0 present.
Oct 11 10:05:35 atomarch kernel: DMI: AZW Z83 II/T3 MRD, BIOS AZW-BI-MINIPC-X5R110-CC55B-BU-115-A 03/21/2019
Oct 11 10:05:35 atomarch kernel: tsc: Detected 1440.000 MHz processor
Oct 11 10:05:35 atomarch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 11 10:05:35 atomarch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 11 10:05:35 atomarch kernel: last_pfn = 0x180000 max_arch_pfn = 0x400000000
Oct 11 10:05:35 atomarch kernel: MTRR default type: uncachable
Oct 11 10:05:35 atomarch kernel: MTRR fixed ranges enabled:
Oct 11 10:05:35 atomarch kernel:   00000-9FFFF write-back
Oct 11 10:05:35 atomarch kernel:   A0000-FFFFF write-protect
Oct 11 10:05:35 atomarch kernel: MTRR variable ranges enabled:
Oct 11 10:05:35 atomarch kernel:   0 base 000000000 mask F80000000 write-back
Oct 11 10:05:35 atomarch kernel:   1 base 07E000000 mask FFE000000 uncachable
Oct 11 10:05:35 atomarch kernel:   2 base 07D000000 mask FFF000000 uncachable
Oct 11 10:05:35 atomarch kernel:   3 base 07C800000 mask FFF800000 uncachable
Oct 11 10:05:35 atomarch kernel:   4 base 100000000 mask F80000000 write-back
Oct 11 10:05:35 atomarch kernel:   5 base 07C400000 mask FFFC00000 uncachable
Oct 11 10:05:35 atomarch kernel:   6 disabled
Oct 11 10:05:35 atomarch kernel:   7 disabled
Oct 11 10:05:35 atomarch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 11 10:05:35 atomarch kernel: total RAM covered: 4036M
Oct 11 10:05:35 atomarch kernel: Found optimal setting for mtrr clean up
Oct 11 10:05:35 atomarch kernel:  gran_size: 64K         chunk_size: 64M         num_reg: 6          lose cover RAM: 0G
Oct 11 10:05:35 atomarch kernel: e820: update [mem 0x7c400000-0xffffffff] usable ==> reserved
Oct 11 10:05:35 atomarch kernel: last_pfn = 0x7c000 max_arch_pfn = 0x400000000
Oct 11 10:05:35 atomarch kernel: esrt: ESRT header is not in the memory map.
Oct 11 10:05:35 atomarch kernel: check: Scanning 1 areas for low memory corruption
Oct 11 10:05:35 atomarch kernel: BRK [0x173601000, 0x173601fff] PGTABLE
Oct 11 10:05:35 atomarch kernel: BRK [0x173602000, 0x173602fff] PGTABLE
Oct 11 10:05:35 atomarch kernel: BRK [0x173603000, 0x173603fff] PGTABLE
Oct 11 10:05:35 atomarch kernel: BRK [0x173604000, 0x173604fff] PGTABLE
Oct 11 10:05:35 atomarch kernel: BRK [0x173605000, 0x173605fff] PGTABLE
Oct 11 10:05:35 atomarch kernel: BRK [0x173606000, 0x173606fff] PGTABLE
Oct 11 10:05:35 atomarch kernel: BRK [0x173607000, 0x173607fff] PGTABLE
Oct 11 10:05:35 atomarch kernel: BRK [0x173608000, 0x173608fff] PGTABLE
Oct 11 10:05:35 atomarch kernel: BRK [0x173609000, 0x173609fff] PGTABLE
Oct 11 10:05:35 atomarch kernel: BRK [0x17360a000, 0x17360afff] PGTABLE
Oct 11 10:05:35 atomarch kernel: Secure boot could not be determined
Oct 11 10:05:35 atomarch kernel: RAMDISK: [mem 0x36e93000-0x37740fff]
Oct 11 10:05:35 atomarch kernel: ACPI: Early table checksum verification disabled
Oct 11 10:05:35 atomarch kernel: ACPI: RSDP 0x000000007B5B6000 000024 (v02 ALASKA)
Oct 11 10:05:35 atomarch kernel: ACPI: XSDT 0x000000007B5B60A0 0000C4 (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 11 10:05:35 atomarch kernel: ACPI: FACP 0x000000007B5D15F0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
Oct 11 10:05:35 atomarch kernel: ACPI: DSDT 0x000000007B5B6200 01B3ED (v02 ALASKA A M I    01072009 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: FACS 0x000000007B652F80 000040
Oct 11 10:05:35 atomarch kernel: ACPI: APIC 0x000000007B5D1700 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
Oct 11 10:05:35 atomarch kernel: ACPI: FPDT 0x000000007B5D1788 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 11 10:05:35 atomarch kernel: ACPI: FIDT 0x000000007B5D17D0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 11 10:05:35 atomarch kernel: ACPI: MCFG 0x000000007B5D1870 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0x000000007B5D18B0 004174 (v01 DptfTb DptfTab  00001000 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0x000000007B5D5A28 000654 (v01 CpuDpf CpuDptf  00001000 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0x000000007B5D6080 000058 (v01 LowPM  LowPwrM  00001000 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: UEFI 0x000000007B5D60D8 000042 (v01 ALASKA A M I    00000000      00000000)
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0x000000007B5D6120 000269 (v01 UsbCTb UsbCTab  00001000 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: HPET 0x000000007B5D6390 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0x000000007B5D63C8 000763 (v01 PmRef  CpuPm    00003000 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0x000000007B5D6B30 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0x000000007B5D6DC0 00017A (v01 PmRef  ApTst    00003000 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: LPIT 0x000000007B5D6F40 000104 (v01 ALASKA A M I    00000005 MSFT 0100000D)
Oct 11 10:05:35 atomarch kernel: ACPI: BCFG 0x000000007B5D7048 000139 (v01 INTEL  BATTCONF 00000001 ACPI 00000000)
Oct 11 10:05:35 atomarch kernel: ACPI: PRAM 0x000000007B5D7188 000030 (v01                 00000001      00000000)
Oct 11 10:05:35 atomarch kernel: ACPI: TPM2 0x000000007B5D71B8 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
Oct 11 10:05:35 atomarch kernel: ACPI: CSRT 0x000000007B5D71F0 00014C (v00 INTEL  LANFORDC 00000005 MSFT 0100000D)
Oct 11 10:05:35 atomarch kernel: ACPI: WDAT 0x000000007B5D7340 000104 (v01                 00000000      00000000)
Oct 11 10:05:35 atomarch kernel: ACPI: Local APIC address 0xfee00000
Oct 11 10:05:35 atomarch kernel: No NUMA configuration found
Oct 11 10:05:35 atomarch kernel: Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
Oct 11 10:05:35 atomarch kernel: NODE_DATA(0) allocated [mem 0x17fffc000-0x17fffffff]
Oct 11 10:05:35 atomarch kernel: Zone ranges:
Oct 11 10:05:35 atomarch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 11 10:05:35 atomarch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 11 10:05:35 atomarch kernel:   Normal   [mem 0x0000000100000000-0x000000017fffffff]
Oct 11 10:05:35 atomarch kernel:   Device   empty
Oct 11 10:05:35 atomarch kernel: Movable zone start for each node
Oct 11 10:05:35 atomarch kernel: Early memory node ranges
Oct 11 10:05:35 atomarch kernel:   node   0: [mem 0x0000000000001000-0x000000000008efff]
Oct 11 10:05:35 atomarch kernel:   node   0: [mem 0x0000000000090000-0x000000000009dfff]
Oct 11 10:05:35 atomarch kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Oct 11 10:05:35 atomarch kernel:   node   0: [mem 0x0000000020200000-0x000000007af97fff]
Oct 11 10:05:35 atomarch kernel:   node   0: [mem 0x000000007b54d000-0x000000007b571fff]
Oct 11 10:05:35 atomarch kernel:   node   0: [mem 0x000000007b97b000-0x000000007bffffff]
Oct 11 10:05:35 atomarch kernel:   node   0: [mem 0x0000000100000000-0x000000017fffffff]
Oct 11 10:05:35 atomarch kernel: Zeroed struct page in unavailable ranges: 19490 pages
Oct 11 10:05:35 atomarch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
Oct 11 10:05:35 atomarch kernel: On node 0 totalpages: 1029086
Oct 11 10:05:35 atomarch kernel:   DMA zone: 64 pages used for memmap
Oct 11 10:05:35 atomarch kernel:   DMA zone: 22 pages reserved
Oct 11 10:05:35 atomarch kernel:   DMA zone: 3996 pages, LIFO batch:0
Oct 11 10:05:35 atomarch kernel:   DMA32 zone: 7826 pages used for memmap
Oct 11 10:05:35 atomarch kernel:   DMA32 zone: 500802 pages, LIFO batch:63
Oct 11 10:05:35 atomarch kernel:   Normal zone: 8192 pages used for memmap
Oct 11 10:05:35 atomarch kernel:   Normal zone: 524288 pages, LIFO batch:63
Oct 11 10:05:35 atomarch kernel: Reserving Intel graphics memory at [mem 0x7cd00000-0x7ecfffff]
Oct 11 10:05:35 atomarch kernel: ACPI: PM-Timer IO Port: 0x408
Oct 11 10:05:35 atomarch kernel: ACPI: Local APIC address 0xfee00000
Oct 11 10:05:35 atomarch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 11 10:05:35 atomarch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 11 10:05:35 atomarch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 11 10:05:35 atomarch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 11 10:05:35 atomarch kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
Oct 11 10:05:35 atomarch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 11 10:05:35 atomarch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 11 10:05:35 atomarch kernel: ACPI: IRQ0 used by override.
Oct 11 10:05:35 atomarch kernel: ACPI: IRQ9 used by override.
Oct 11 10:05:35 atomarch kernel: Using ACPI (MADT) for SMP configuration information
Oct 11 10:05:35 atomarch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 11 10:05:35 atomarch kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x7af98000-0x7b54cfff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x7b572000-0x7b66afff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x7b66b000-0x7b8fffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x7b900000-0x7b97afff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x7c000000-0x7ccfffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x7cd00000-0x7ecfffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0x7ed00000-0xdfffffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xe4000000-0xfe9fffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed05fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed06000-0xfed06fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed07000-0xfed07fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
Oct 11 10:05:35 atomarch kernel: PM: Registered nosave memory: [mem 0xffb80000-0xffffffff]
Oct 11 10:05:35 atomarch kernel: [mem 0x7ed00000-0xdfffffff] available for PCI devices
Oct 11 10:05:35 atomarch kernel: Booting paravirtualized kernel on bare hardware
Oct 11 10:05:35 atomarch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 11 10:05:35 atomarch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
Oct 11 10:05:35 atomarch kernel: percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u524288
Oct 11 10:05:35 atomarch kernel: pcpu-alloc: s184320 r8192 d28672 u524288 alloc=1*2097152
Oct 11 10:05:35 atomarch kernel: pcpu-alloc: [0] 0 1 2 3 
Oct 11 10:05:35 atomarch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1012982
Oct 11 10:05:35 atomarch kernel: Policy zone: Normal
Oct 11 10:05:35 atomarch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=86211f59-558c-4d07-a4ac-78d5c7e6a925 rw text
Oct 11 10:05:35 atomarch kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Oct 11 10:05:35 atomarch kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Oct 11 10:05:35 atomarch kernel: mem auto-init: stack:byref_all, heap alloc:off, heap free:off
Oct 11 10:05:35 atomarch kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 11 10:05:35 atomarch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 11 10:05:35 atomarch kernel: Memory: 3849500K/4116344K available (12291K kernel code, 1321K rwdata, 3952K rodata, 1632K init, 3548K bss, 266844K reserved, 0K cma-reserved)
Oct 11 10:05:35 atomarch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 11 10:05:35 atomarch kernel: Kernel/User page tables isolation: enabled
Oct 11 10:05:35 atomarch kernel: ftrace: allocating 37811 entries in 148 pages
Oct 11 10:05:35 atomarch kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 11 10:05:35 atomarch kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
Oct 11 10:05:35 atomarch kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 11 10:05:35 atomarch kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Oct 11 10:05:35 atomarch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 11 10:05:35 atomarch kernel:         Tasks RCU enabled.
Oct 11 10:05:35 atomarch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 11 10:05:35 atomarch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Oct 11 10:05:35 atomarch kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
Oct 11 10:05:35 atomarch kernel: rcu:         Offload RCU callbacks from CPUs: (none).
Oct 11 10:05:35 atomarch kernel: random: get_random_bytes called from start_kernel+0x3ce/0x5a9 with crng_init=0
Oct 11 10:05:35 atomarch kernel: Console: colour dummy device 80x25
Oct 11 10:05:35 atomarch kernel: printk: console [tty0] enabled
Oct 11 10:05:35 atomarch kernel: ACPI: Core revision 20190703
Oct 11 10:05:35 atomarch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Oct 11 10:05:35 atomarch kernel: APIC: Switch to symmetric I/O mode setup
Oct 11 10:05:35 atomarch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
Oct 11 10:05:35 atomarch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
Oct 11 10:05:35 atomarch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2881.00 BogoMIPS (lpj=4800000)
Oct 11 10:05:35 atomarch kernel: pid_max: default: 32768 minimum: 301
Oct 11 10:05:35 atomarch kernel: LSM: Security Framework initializing
Oct 11 10:05:35 atomarch kernel: Yama: becoming mindful.
Oct 11 10:05:35 atomarch kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Oct 11 10:05:35 atomarch kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Oct 11 10:05:35 atomarch kernel: *** VALIDATE proc ***
Oct 11 10:05:35 atomarch kernel: *** VALIDATE cgroup1 ***
Oct 11 10:05:35 atomarch kernel: *** VALIDATE cgroup2 ***
Oct 11 10:05:35 atomarch kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Oct 11 10:05:35 atomarch kernel: process: using mwait in idle threads
Oct 11 10:05:35 atomarch kernel: Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
Oct 11 10:05:35 atomarch kernel: Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
Oct 11 10:05:35 atomarch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 11 10:05:35 atomarch kernel: Spectre V2 : Mitigation: Full generic retpoline
Oct 11 10:05:35 atomarch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 11 10:05:35 atomarch kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Oct 11 10:05:35 atomarch kernel: Freeing SMP alternatives memory: 32K
Oct 11 10:05:35 atomarch kernel: TSC deadline timer enabled
Oct 11 10:05:35 atomarch kernel: smpboot: CPU0: Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz (family: 0x6, model: 0x4c, stepping: 0x4)
Oct 11 10:05:35 atomarch kernel: Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
Oct 11 10:05:35 atomarch kernel: ... version:                3
Oct 11 10:05:35 atomarch kernel: ... bit width:              40
Oct 11 10:05:35 atomarch kernel: ... generic registers:      2
Oct 11 10:05:35 atomarch kernel: ... value mask:             000000ffffffffff
Oct 11 10:05:35 atomarch kernel: ... max period:             0000007fffffffff
Oct 11 10:05:35 atomarch kernel: ... fixed-purpose events:   3
Oct 11 10:05:35 atomarch kernel: ... event mask:             0000000700000003
Oct 11 10:05:35 atomarch kernel: rcu: Hierarchical SRCU implementation.
Oct 11 10:05:35 atomarch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 11 10:05:35 atomarch kernel: smp: Bringing up secondary CPUs ...
Oct 11 10:05:35 atomarch kernel: x86: Booting SMP configuration:
Oct 11 10:05:35 atomarch kernel: .... node  #0, CPUs:      #1 #2 #3
Oct 11 10:05:35 atomarch kernel: smp: Brought up 1 node, 4 CPUs
Oct 11 10:05:35 atomarch kernel: smpboot: Max logical packages: 1
Oct 11 10:05:35 atomarch kernel: smpboot: Total of 4 processors activated (11524.00 BogoMIPS)
Oct 11 10:05:35 atomarch kernel: devtmpfs: initialized
Oct 11 10:05:35 atomarch kernel: x86/mm: Memory block size: 128MB
Oct 11 10:05:35 atomarch kernel: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
Oct 11 10:05:35 atomarch kernel: PM: Registering ACPI NVS region [mem 0x7b572000-0x7b66afff] (1019904 bytes)
Oct 11 10:05:35 atomarch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 11 10:05:35 atomarch kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Oct 11 10:05:35 atomarch kernel: pinctrl core: initialized pinctrl subsystem
Oct 11 10:05:35 atomarch kernel: PM: RTC time: 03:05:30, date: 2019-10-11
Oct 11 10:05:35 atomarch kernel: NET: Registered protocol family 16
Oct 11 10:05:35 atomarch kernel: audit: initializing netlink subsys (disabled)
Oct 11 10:05:35 atomarch kernel: audit: type=2000 audit(1570763130.213:1): state=initialized audit_enabled=0 res=1
Oct 11 10:05:35 atomarch kernel: cpuidle: using governor ladder
Oct 11 10:05:35 atomarch kernel: cpuidle: using governor menu
Oct 11 10:05:35 atomarch kernel: ACPI: bus type PCI registered
Oct 11 10:05:35 atomarch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 11 10:05:35 atomarch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 11 10:05:35 atomarch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Oct 11 10:05:35 atomarch kernel: PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
Oct 11 10:05:35 atomarch kernel: PCI: Using configuration type 1 for base access
Oct 11 10:05:35 atomarch kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 11 10:05:35 atomarch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 11 10:05:35 atomarch kernel: ACPI: Added _OSI(Module Device)
Oct 11 10:05:35 atomarch kernel: ACPI: Added _OSI(Processor Device)
Oct 11 10:05:35 atomarch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 11 10:05:35 atomarch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 11 10:05:35 atomarch kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 11 10:05:35 atomarch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 11 10:05:35 atomarch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 11 10:05:35 atomarch kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Oct 11 10:05:35 atomarch kernel: ACPI: Dynamic OEM Table Load:
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0xFFFF8B637B3C5800 00059C (v01 PmRef  Cpu0Ist  00003000 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: Dynamic OEM Table Load:
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0xFFFF8B637A8E3800 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: Dynamic OEM Table Load:
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0xFFFF8B637A8D6A00 00015F (v01 PmRef  ApIst    00003000 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: Dynamic OEM Table Load:
Oct 11 10:05:35 atomarch kernel: ACPI: SSDT 0xFFFF8B637B3B3A80 00008D (v01 PmRef  ApCst    00003000 INTL 20120913)
Oct 11 10:05:35 atomarch kernel: ACPI: Interpreter enabled
Oct 11 10:05:35 atomarch kernel: ACPI: (supports S0 S4 S5)
Oct 11 10:05:35 atomarch kernel: ACPI: Using IOAPIC for interrupt routing
Oct 11 10:05:35 atomarch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P06X] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [ID3C] (on)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [USBC] (on)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [CLK2] (on)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [CLK4] (on)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P28P] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P18P] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P12P] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P16P] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [CLK3] (on)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [CLK4] (on)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [CLK2] (on)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [CLK1] (on)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [CLK0] (on)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [CLK1] (on)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [CLK5] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P33P] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P65P] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P28X] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P18X] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P12X] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P28P] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P18P] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P12P] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P19X] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P28T] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P18D] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P18T] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P3P3] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P12T] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P28W] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P18W] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P12W] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P33W] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P33X] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: Power Resource [P4BW] (off)
Oct 11 10:05:35 atomarch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 11 10:05:35 atomarch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Oct 11 10:05:35 atomarch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
Oct 11 10:05:35 atomarch kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 11 10:05:35 atomarch kernel: PCI host bridge to bus 0000:00
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x20000000-0x201fffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x7cd00000-0x7ecfffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
Oct 11 10:05:35 atomarch kernel: pci 0000:00:02.0: [8086:22b0] type 00 class 0x030000
Oct 11 10:05:35 atomarch kernel: pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:03.0: [8086:22b8] type 00 class 0x048000
Oct 11 10:05:35 atomarch kernel: pci 0000:00:03.0: reg 0x10: [mem 0x91000000-0x913fffff]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
Oct 11 10:05:35 atomarch kernel: pci 0000:00:0b.0: reg 0x10: [mem 0x9193b000-0x9193bfff 64bit]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
Oct 11 10:05:35 atomarch kernel: pci 0000:00:14.0: reg 0x10: [mem 0x91900000-0x9190ffff 64bit]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1a.0: reg 0x10: [mem 0x91700000-0x917fffff]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1a.0: reg 0x14: [mem 0x91600000-0x916fffff]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
Oct 11 10:05:35 atomarch kernel: pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
Oct 11 10:05:35 atomarch kernel: pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
Oct 11 10:05:35 atomarch kernel: pci 0000:01:00.0: reg 0x18: [mem 0x91804000-0x91804fff 64bit]
Oct 11 10:05:35 atomarch kernel: pci 0000:01:00.0: reg 0x20: [mem 0x91800000-0x91803fff 64bit pref]
Oct 11 10:05:35 atomarch kernel: pci 0000:01:00.0: supports D1 D2
Oct 11 10:05:35 atomarch kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1c.0:   bridge window [mem 0x91800000-0x918fffff]
Oct 11 10:05:35 atomarch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 10:05:35 atomarch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 10:05:35 atomarch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 10:05:35 atomarch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 10:05:35 atomarch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 10:05:35 atomarch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 10:05:35 atomarch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 10:05:35 atomarch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 10:05:35 atomarch kernel: gpio gpiochip1: (INT33FF:01): detected irqchip that is shared with multiple gpiochips: please fix the driver.
Oct 11 10:05:35 atomarch kernel: gpio gpiochip2: (INT33FF:02): detected irqchip that is shared with multiple gpiochips: please fix the driver.
Oct 11 10:05:35 atomarch kernel: gpio gpiochip3: (INT33FF:03): detected irqchip that is shared with multiple gpiochips: please fix the driver.
Oct 11 10:05:35 atomarch kernel: dw_dmac INTL9C60:00: Missing DT data
Oct 11 10:05:35 atomarch kernel: fbcon: Taking over console
Oct 11 10:05:35 atomarch kernel: dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
Oct 11 10:05:35 atomarch kernel: dw_dmac INTL9C60:01: Missing DT data
Oct 11 10:05:35 atomarch kernel: dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
Oct 11 10:05:35 atomarch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 11 10:05:35 atomarch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 11 10:05:35 atomarch kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 11 10:05:35 atomarch kernel: vgaarb: loaded
Oct 11 10:05:35 atomarch kernel: ACPI: bus type USB registered
Oct 11 10:05:35 atomarch kernel: usbcore: registered new interface driver usbfs
Oct 11 10:05:35 atomarch kernel: usbcore: registered new interface driver hub
Oct 11 10:05:35 atomarch kernel: usbcore: registered new device driver usb
Oct 11 10:05:35 atomarch kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 11 10:05:35 atomarch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 11 10:05:35 atomarch kernel: PTP clock support registered
Oct 11 10:05:35 atomarch kernel: EDAC MC: Ver: 3.0.0
Oct 11 10:05:35 atomarch kernel: Registered efivars operations
Oct 11 10:05:35 atomarch kernel: PCI: Using ACPI for IRQ routing
Oct 11 10:05:35 atomarch kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 11 10:05:35 atomarch kernel: e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
Oct 11 10:05:35 atomarch kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Oct 11 10:05:35 atomarch kernel: e820: reserve RAM buffer [mem 0x7af98000-0x7bffffff]
Oct 11 10:05:35 atomarch kernel: e820: reserve RAM buffer [mem 0x7b572000-0x7bffffff]
Oct 11 10:05:35 atomarch kernel: NetLabel: Initializing
Oct 11 10:05:35 atomarch kernel: NetLabel:  domain hash size = 128
Oct 11 10:05:35 atomarch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 11 10:05:35 atomarch kernel: NetLabel:  unlabeled traffic allowed by default
Oct 11 10:05:35 atomarch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 11 10:05:35 atomarch kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
Oct 11 10:05:35 atomarch kernel: clocksource: Switched to clocksource tsc-early
Oct 11 10:05:35 atomarch kernel: VFS: Disk quotas dquot_6.6.0
Oct 11 10:05:35 atomarch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 11 10:05:35 atomarch kernel: *** VALIDATE hugetlbfs ***
Oct 11 10:05:35 atomarch kernel: pnp: PnP ACPI init
Oct 11 10:05:35 atomarch kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:00: [io  0x0400-0x047f] could not be reserved
Oct 11 10:05:35 atomarch kernel: system 00:00: [io  0x0500-0x05fe] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91939000-0x91939fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91937000-0x91937fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91935000-0x91935fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91924000-0x91924fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91922000-0x91922fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91920000-0x91920fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x9191e000-0x9191efff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x9191c000-0x9191cfff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x9191a000-0x9191afff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91918000-0x91918fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91933000-0x91933fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91931000-0x91931fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x9192f000-0x9192ffff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x9192d000-0x9192dfff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x9192b000-0x9192bfff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91929000-0x91929fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91927000-0x91927fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: [mem 0x91925000-0x91925fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 11 10:05:35 atomarch kernel: system 00:02: [mem 0xe0000000-0xefffffff] could not be reserved
Oct 11 10:05:35 atomarch kernel: system 00:02: [mem 0xfea00000-0xfeafffff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:02: [mem 0xfed01000-0xfed01fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:02: [mem 0xfed03000-0xfed03fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:02: [mem 0xfed06000-0xfed06fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:02: [mem 0xfed08000-0xfed09fff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:02: [mem 0xfed80000-0xfedbffff] could not be reserved
Oct 11 10:05:35 atomarch kernel: system 00:02: [mem 0xfed1c000-0xfed1cfff] has been reserved
Oct 11 10:05:35 atomarch kernel: system 00:02: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 11 10:05:35 atomarch kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 11 10:05:35 atomarch kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 11 10:05:35 atomarch kernel: pnp: PnP ACPI: found 4 devices
Oct 11 10:05:35 atomarch kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 11 10:05:35 atomarch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 11 10:05:35 atomarch kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 11 10:05:35 atomarch kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 11 10:05:35 atomarch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 11 10:05:35 atomarch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Oct 11 10:05:35 atomarch kernel: pci 0000:00:1c.0:   bridge window [mem 0x91800000-0x918fffff]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: resource 11 [mem 0x20000000-0x201fffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: resource 12 [mem 0x7cd00000-0x7ecfffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:00: resource 13 [mem 0x80000000-0xdfffffff window]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 11 10:05:35 atomarch kernel: pci_bus 0000:01: resource 1 [mem 0x91800000-0x918fffff]
Oct 11 10:05:35 atomarch kernel: NET: Registered protocol family 2
Oct 11 10:05:35 atomarch kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Oct 11 10:05:35 atomarch kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 11 10:05:35 atomarch kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Oct 11 10:05:35 atomarch kernel: TCP: Hash tables configured (established 32768 bind 32768)
Oct 11 10:05:35 atomarch kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Oct 11 10:05:35 atomarch kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Oct 11 10:05:35 atomarch kernel: NET: Registered protocol family 1
Oct 11 10:05:35 atomarch kernel: NET: Registered protocol family 44
Oct 11 10:05:35 atomarch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 11 10:05:35 atomarch kernel: PCI: CLS 64 bytes, default 64
Oct 11 10:05:35 atomarch kernel: Trying to unpack rootfs image as initramfs...
Oct 11 10:05:35 atomarch kernel: Freeing initrd memory: 8888K
Oct 11 10:05:35 atomarch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 11 10:05:35 atomarch kernel: software IO TLB: mapped [mem 0x6e000000-0x72000000] (64MB)
Oct 11 10:05:35 atomarch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
Oct 11 10:05:35 atomarch kernel: clocksource: Switched to clocksource tsc
Oct 11 10:05:35 atomarch kernel: check: Scanning for low memory corruption every 60 seconds
Oct 11 10:05:35 atomarch kernel: Initialise system trusted keyrings
Oct 11 10:05:35 atomarch kernel: Key type blacklist registered
Oct 11 10:05:35 atomarch kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Oct 11 10:05:35 atomarch kernel: zbud: loaded
Oct 11 10:05:35 atomarch kernel: Key type asymmetric registered
Oct 11 10:05:35 atomarch kernel: Asymmetric key parser 'x509' registered
Oct 11 10:05:35 atomarch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 11 10:05:35 atomarch kernel: io scheduler mq-deadline registered
Oct 11 10:05:35 atomarch kernel: io scheduler kyber registered
Oct 11 10:05:35 atomarch kernel: io scheduler bfq registered
Oct 11 10:05:35 atomarch kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 116
Oct 11 10:05:35 atomarch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 11 10:05:35 atomarch kernel: intel_idle: MWAIT substates: 0x33000020
Oct 11 10:05:35 atomarch kernel: intel_idle: v0.4.1 model 0x4C
Oct 11 10:05:35 atomarch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 11 10:05:35 atomarch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 11 10:05:35 atomarch kernel: ACPI: Power Button [PWRB]
Oct 11 10:05:35 atomarch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Oct 11 10:05:35 atomarch kernel: ACPI: Power Button [PWRF]
Oct 11 10:05:35 atomarch kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 11 10:05:35 atomarch kernel: ACPI: Thermal Zone [TZ00] (0 C)
Oct 11 10:05:35 atomarch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 11 10:05:35 atomarch kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Oct 11 10:05:35 atomarch kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 11 10:05:35 atomarch kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Oct 11 10:05:35 atomarch kernel: usbcore: registered new interface driver usbserial_generic
Oct 11 10:05:35 atomarch kernel: usbserial: USB Serial support registered for generic
Oct 11 10:05:35 atomarch kernel: rtc_cmos 00:03: registered as rtc0
Oct 11 10:05:35 atomarch kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
Oct 11 10:05:35 atomarch kernel: intel_pstate: Intel P-state driver initializing
Oct 11 10:05:35 atomarch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 11 10:05:35 atomarch kernel: NET: Registered protocol family 10
Oct 11 10:05:35 atomarch kernel: Segment Routing with IPv6
Oct 11 10:05:35 atomarch kernel: NET: Registered protocol family 17
Oct 11 10:05:35 atomarch kernel: RAS: Correctable Errors collector initialized.
Oct 11 10:05:35 atomarch kernel: microcode: sig=0x406c4, pf=0x1, revision=0x40e
Oct 11 10:05:35 atomarch kernel: microcode: Microcode Update Driver: v2.2.
Oct 11 10:05:35 atomarch kernel: sched_clock: Marking stable (1919300145, 976847)->(2100809438, -180532446)
Oct 11 10:05:35 atomarch kernel: registered taskstats version 1
Oct 11 10:05:35 atomarch kernel: Loading compiled-in X.509 certificates
Oct 11 10:05:35 atomarch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b0570ef86aa12b9197e100924935bb1091fe41e5'
Oct 11 10:05:35 atomarch kernel: zswap: loaded using pool lzo/zbud
Oct 11 10:05:35 atomarch kernel: Key type big_key registered
Oct 11 10:05:35 atomarch kernel: i2c_designware 808622C1:06: I2C bus managed by PUNIT
Oct 11 10:05:35 atomarch kernel: PM:   Magic number: 7:678:57
Oct 11 10:05:35 atomarch kernel: rtc_cmos 00:03: setting system clock to 2019-10-11T03:05:32 UTC (1570763132)
Oct 11 10:05:35 atomarch kernel: Freeing unused decrypted memory: 2040K
Oct 11 10:05:35 atomarch kernel: Freeing unused kernel image memory: 1632K
Oct 11 10:05:35 atomarch kernel: Write protecting the kernel read-only data: 18432k
Oct 11 10:05:35 atomarch kernel: Freeing unused kernel image memory: 2012K
Oct 11 10:05:35 atomarch kernel: Freeing unused kernel image memory: 144K
Oct 11 10:05:35 atomarch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 11 10:05:35 atomarch kernel: x86/mm: Checking user space page tables
Oct 11 10:05:35 atomarch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 11 10:05:35 atomarch kernel: Run /init as init process
Oct 11 10:05:35 atomarch kernel: sdhci: Secure Digital Host Controller Interface driver
Oct 11 10:05:35 atomarch kernel: sdhci: Copyright(c) Pierre Ossman
Oct 11 10:05:35 atomarch kernel: mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
Oct 11 10:05:35 atomarch kernel: mmc1: SDHCI controller on ACPI [80860F14:01] using ADMA
Oct 11 10:05:35 atomarch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 11 10:05:35 atomarch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 11 10:05:35 atomarch kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
Oct 11 10:05:35 atomarch kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 11 10:05:35 atomarch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
Oct 11 10:05:35 atomarch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 10:05:35 atomarch kernel: usb usb1: Product: xHCI Host Controller
Oct 11 10:05:35 atomarch kernel: usb usb1: Manufacturer: Linux 5.3.4-arch1-1-ARCH xhci-hcd
Oct 11 10:05:35 atomarch kernel: usb usb1: SerialNumber: 0000:00:14.0
Oct 11 10:05:35 atomarch kernel: hub 1-0:1.0: USB hub found
Oct 11 10:05:35 atomarch kernel: hub 1-0:1.0: 7 ports detected
Oct 11 10:05:35 atomarch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 11 10:05:35 atomarch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 11 10:05:35 atomarch kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Oct 11 10:05:35 atomarch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
Oct 11 10:05:35 atomarch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 10:05:35 atomarch kernel: usb usb2: Product: xHCI Host Controller
Oct 11 10:05:35 atomarch kernel: usb usb2: Manufacturer: Linux 5.3.4-arch1-1-ARCH xhci-hcd
Oct 11 10:05:35 atomarch kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 11 10:05:35 atomarch kernel: hub 2-0:1.0: USB hub found
Oct 11 10:05:35 atomarch kernel: hub 2-0:1.0: 6 ports detected
Oct 11 10:05:35 atomarch kernel: mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
Oct 11 10:05:35 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Oct 11 10:05:35 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 11 10:05:35 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 11 10:05:35 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Oct 11 10:05:35 atomarch kernel: mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
Oct 11 10:05:35 atomarch kernel: mmc0: new HS200 MMC card at address 0001
Oct 11 10:05:35 atomarch kernel: mmcblk0: mmc0:0001 Biwin  57.7 GiB 
Oct 11 10:05:35 atomarch kernel: mmcblk0boot0: mmc0:0001 Biwin  partition 1 4.00 MiB
Oct 11 10:05:35 atomarch kernel: mmcblk0boot1: mmc0:0001 Biwin  partition 2 4.00 MiB
Oct 11 10:05:35 atomarch kernel: mmcblk0rpmb: mmc0:0001 Biwin  partition 3 4.00 MiB, chardev (243:0)
Oct 11 10:05:35 atomarch kernel: random: fast init done
Oct 11 10:05:35 atomarch kernel:  mmcblk0: p1 p2
Oct 11 10:05:35 atomarch kernel: mmc1: new ultra high speed SDR104 SDIO card at address 0001
Oct 11 10:05:35 atomarch kernel: EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 11 10:05:35 atomarch kernel: random: crng init done
Oct 11 10:05:35 atomarch systemd[1]: systemd 243.51-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 11 10:05:35 atomarch systemd[1]: Detected architecture x86-64.
Oct 11 10:05:35 atomarch systemd[1]: Set hostname to <atomarch>.
Oct 11 10:05:35 atomarch systemd[1]: Created slice system-getty.slice.
Oct 11 10:05:35 atomarch systemd[1]: Created slice User and Session Slice.
Oct 11 10:05:35 atomarch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 11 10:05:35 atomarch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 11 10:05:35 atomarch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 11 10:05:35 atomarch systemd[1]: Reached target Local Encrypted Volumes.
Oct 11 10:05:35 atomarch systemd[1]: Reached target Paths.
Oct 11 10:05:35 atomarch kernel: EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Oct 11 10:05:35 atomarch systemd-journald[276]: Journal started
Oct 11 10:05:35 atomarch systemd-journald[276]: Runtime Journal (/run/log/journal/df31f86b254c45efbc800094a3fe4b52) is 8.0M, max 193.1M, 185.1M free.
Oct 11 10:05:35 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:35 atomarch kernel: audit: type=1130 audit(1570763135.436:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:35 atomarch systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 11 10:05:35 atomarch systemd-journald[276]: Time spent on flushing to /var is 15.426ms for 610 entries.
Oct 11 10:05:35 atomarch systemd-journald[276]: System Journal (/var/log/journal/df31f86b254c45efbc800094a3fe4b52) is 32.0M, max 4.0G, 3.9G free.
Oct 11 10:05:35 atomarch kernel: audit: type=1130 audit(1570763135.546:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:35 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:35 atomarch systemd-udevd[288]: /usr/lib/udev/rules.d/11-dm-lvm.rules:40 Invalid value for OPTIONS key, ignoring: 'event_timeout=180'
Oct 11 10:05:35 atomarch systemd-udevd[288]: /usr/lib/udev/rules.d/11-dm-lvm.rules:40 The line takes no effect, ignoring.
Oct 11 10:05:35 atomarch systemd[1]: Started udev Kernel Device Manager.
Oct 11 10:05:35 atomarch systemd[1]: Started Flush Journal to Persistent Storage.
Oct 11 10:05:35 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:35 atomarch kernel: audit: type=1130 audit(1570763135.606:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:35 atomarch kernel: irq 9: nobody cared (try booting with the "irqpoll" option)
Oct 11 10:05:35 atomarch kernel: CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.3.4-arch1-1-ARCH #1
Oct 11 10:05:35 atomarch kernel: Hardware name: AZW Z83 II/T3 MRD, BIOS AZW-BI-MINIPC-X5R110-CC55B-BU-115-A 03/21/2019
Oct 11 10:05:35 atomarch kernel: Call Trace:
Oct 11 10:05:35 atomarch kernel:  <IRQ>
Oct 11 10:05:35 atomarch kernel:  dump_stack+0x5c/0x80
Oct 11 10:05:35 atomarch kernel:  __report_bad_irq+0x35/0xaa
Oct 11 10:05:35 atomarch kernel:  note_interrupt.cold+0xb/0x69
Oct 11 10:05:35 atomarch kernel:  handle_irq_event_percpu+0x6f/0x80
Oct 11 10:05:35 atomarch kernel:  handle_irq_event+0x37/0x54
Oct 11 10:05:35 atomarch kernel:  handle_fasteoi_irq+0xb5/0x160
Oct 11 10:05:35 atomarch kernel:  handle_irq+0x1f/0x30
Oct 11 10:05:35 atomarch kernel:  do_IRQ+0x7b/0x130
Oct 11 10:05:35 atomarch kernel:  common_interrupt+0xf/0xf
Oct 11 10:05:35 atomarch kernel:  </IRQ>
Oct 11 10:05:35 atomarch kernel: RIP: 0010:cpuidle_enter_state+0xc4/0x480
Oct 11 10:05:35 atomarch kernel: Code: e8 d1 df 9b ff 80 7c 24 0f 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 93 03 00 00 31 ff e8 33 75 a2 ff fb 66 0f 1f 44 00 00 <45> 85 e4 0f 88 be 02 00 00 49 63 cc 4c 2b 6c 24 10 48 8d 04 49 48
Oct 11 10:05:35 atomarch kernel: RSP: 0018:ffff908f400bbe68 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffde
Oct 11 10:05:35 atomarch kernel: RAX: ffff8b637ba80000 RBX: ffffffff96cbcd20 RCX: 000000000000001f
Oct 11 10:05:35 atomarch kernel: RDX: 0000000000000000 RSI: 0000000058e38e39 RDI: 0000000000000000
Oct 11 10:05:35 atomarch kernel: RBP: ffff8b637bab4218 R08: 000000013687d16a R09: 000000007fffffff
Oct 11 10:05:35 atomarch kernel: R10: ffff8b637baa9344 R11: ffff8b637baa9324 R12: 0000000000000001
Oct 11 10:05:35 atomarch kernel: R13: 000000013687d16a R14: 0000000000000001 R15: ffff8b637b22ba00
Oct 11 10:05:35 atomarch kernel:  ? cpuidle_enter_state+0x9f/0x480
Oct 11 10:05:35 atomarch kernel:  cpuidle_enter+0x29/0x40
Oct 11 10:05:35 atomarch kernel:  do_idle+0x1de/0x260
Oct 11 10:05:35 atomarch kernel:  cpu_startup_entry+0x19/0x20
Oct 11 10:05:35 atomarch kernel:  start_secondary+0x185/0x1d0
Oct 11 10:05:35 atomarch kernel:  secondary_startup_64+0xa4/0xb0
Oct 11 10:05:35 atomarch kernel: handlers:
Oct 11 10:05:35 atomarch kernel: [<0000000035382e0d>] acpi_irq
Oct 11 10:05:35 atomarch kernel: Disabling IRQ #9
Oct 11 10:05:35 atomarch kernel: 8086228A:00: ttyS1 at MMIO 0x91921000 (irq = 39, base_baud = 2764800) is a 16550A
Oct 11 10:05:35 atomarch kernel: serial serial0: tty port ttyS1 registered
Oct 11 10:05:35 atomarch kernel: 8086228A:01: ttyS2 at MMIO 0x9191f000 (irq = 40, base_baud = 2764800) is a 16550A
Oct 11 10:05:35 atomarch kernel: axp20x-i2c i2c-INT33F4:00: AXP20x variant AXP288 found
Oct 11 10:05:35 atomarch kernel: axp20x-i2c i2c-INT33F4:00: AXP20X driver loaded
Oct 11 10:05:35 atomarch systemd[1]: Found device /dev/disk/by-uuid/58E1-B3D4.
Oct 11 10:05:35 atomarch kernel: proc_thermal 0000:00:0b.0: enabling device (0000 -> 0002)
Oct 11 10:05:36 atomarch kernel: Linux agpgart interface v0.103
Oct 11 10:05:36 atomarch kernel: proc_thermal 0000:00:0b.0: Creating sysfs group for PROC_THERMAL_PCI
Oct 11 10:05:36 atomarch systemd-udevd[292]: ttyS1: Failed to process device, ignoring: No such file or directory
Oct 11 10:05:36 atomarch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Oct 11 10:05:36 atomarch kernel: libphy: r8169: probed
Oct 11 10:05:36 atomarch kernel: r8169 0000:01:00.0 eth0: RTL8168evl/8111evl, 00:e0:4c:c8:ca:77, XID 2c9, IRQ 165
Oct 11 10:05:36 atomarch kernel: r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Oct 11 10:05:36 atomarch systemd-udevd[292]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 11 10:05:36 atomarch systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 11 10:05:36 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:36 atomarch systemd[1]: Reached target Local File Systems (Pre).
Oct 11 10:05:36 atomarch kernel: audit: type=1130 audit(1570763136.150:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:36 atomarch systemd[1]: Mounting /efi...
Oct 11 10:05:36 atomarch systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 11 10:05:36 atomarch kernel: cryptd: max_cpu_qlen set to 1000
Oct 11 10:05:36 atomarch kernel: FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 11 10:05:36 atomarch systemd[1]: Mounted /efi.
Oct 11 10:05:36 atomarch systemd[1]: Reached target Local File Systems.
Oct 11 10:05:36 atomarch systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 11 10:05:36 atomarch systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 11 10:05:36 atomarch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 11 10:05:36 atomarch systemd[1]: Starting Create Volatile Files and Directories...
Oct 11 10:05:36 atomarch kernel: input: gpio-keys as /devices/platform/gpio-keys.0.auto/input/input3
Oct 11 10:05:36 atomarch kernel: input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input4
Oct 11 10:05:36 atomarch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 11 10:05:36 atomarch systemd[1]: Started Create Volatile Files and Directories.
Oct 11 10:05:36 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:36 atomarch systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 11 10:05:36 atomarch kernel: audit: type=1130 audit(1570763136.316:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:36 atomarch systemd[1]: Starting Network Time Synchronization...
Oct 11 10:05:36 atomarch systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 11 10:05:36 atomarch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 11 10:05:36 atomarch kernel: axp288_extcon axp288_extcon: controlling USB role based on Vbus presence
Oct 11 10:05:36 atomarch audit[341]: SYSTEM_BOOT pid=341 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:36 atomarch kernel: audit: type=1127 audit(1570763136.370:7): pid=341 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:36 atomarch systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 11 10:05:36 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:36 atomarch kernel: audit: type=1130 audit(1570763136.376:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:36 atomarch kernel: SSE version of gcm_enc/dec engaged.
Oct 11 10:05:36 atomarch systemd-udevd[298]: Using default interface naming scheme 'v243'.
Oct 11 10:05:36 atomarch systemd-udevd[298]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 11 10:05:36 atomarch kernel: r8169 0000:01:00.0 enp1s0: renamed from eth0
Oct 11 10:05:36 atomarch kernel: intel_rapl_common: Found RAPL domain package
Oct 11 10:05:36 atomarch kernel: intel_rapl_common: Found RAPL domain core
Oct 11 10:05:36 atomarch kernel: Bluetooth: Core ver 2.22
Oct 11 10:05:36 atomarch kernel: NET: Registered protocol family 31
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI device and connection manager initialized
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI socket layer initialized
Oct 11 10:05:36 atomarch kernel: Bluetooth: L2CAP socket layer initialized
Oct 11 10:05:36 atomarch kernel: Bluetooth: SCO socket layer initialized
Oct 11 10:05:36 atomarch kernel: rt5645 i2c-10EC5645:00: i2c-10EC5645:00 supply avdd not found, using dummy regulator
Oct 11 10:05:36 atomarch kernel: rt5645 i2c-10EC5645:00: i2c-10EC5645:00 supply cpvdd not found, using dummy regulator
Oct 11 10:05:36 atomarch kernel: intel-spi intel-spi: write to status register failed
Oct 11 10:05:36 atomarch kernel: intel-spi intel-spi: fail to clear block protection bits
Oct 11 10:05:36 atomarch kernel: intel-spi intel-spi: failed to locate the chip
Oct 11 10:05:36 atomarch kernel: intel-spi: probe of intel-spi failed with error -22
Oct 11 10:05:36 atomarch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 11 10:05:36 atomarch kernel: intel_sst_acpi 808622A8:00: LPE base: 0x91400000 size:0x200000
Oct 11 10:05:36 atomarch kernel: intel_sst_acpi 808622A8:00: IRAM base: 0x914c0000
Oct 11 10:05:36 atomarch kernel: intel_sst_acpi 808622A8:00: DRAM base: 0x91500000
Oct 11 10:05:36 atomarch kernel: intel_sst_acpi 808622A8:00: SHIM base: 0x91540000
Oct 11 10:05:36 atomarch kernel: intel_sst_acpi 808622A8:00: Mailbox base: 0x91544000
Oct 11 10:05:36 atomarch kernel: intel_sst_acpi 808622A8:00: DDR base: 0x20000000
Oct 11 10:05:36 atomarch kernel: intel_sst_acpi 808622A8:00: Got drv data max stream 25
Oct 11 10:05:36 atomarch systemd-vconsole-setup[337]: KD_FONT_OP_GET failed while trying to get the font metadata: Function not implemented
Oct 11 10:05:36 atomarch systemd-vconsole-setup[337]: Fonts will not be copied to remaining consoles
Oct 11 10:05:36 atomarch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 11 10:05:36 atomarch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 11 10:05:36 atomarch kernel: cfg80211: failed to load regulatory.db
Oct 11 10:05:36 atomarch systemd-udevd[296]: Using default interface naming scheme 'v243'.
Oct 11 10:05:36 atomarch kernel: axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 16 -> VIRQ 137
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART driver ver 2.3
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART protocol H4 registered
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART protocol BCSP registered
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART protocol LL registered
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART protocol ATH3K registered
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART protocol Intel registered
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART protocol Broadcom registered
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART protocol QCA registered
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART protocol AG6XX registered
Oct 11 10:05:36 atomarch kernel: Bluetooth: HCI UART protocol Marvell registered
Oct 11 10:05:36 atomarch kernel: hci_uart_bcm serial0-0: serial0-0 supply vbat not found, using dummy regulator
Oct 11 10:05:36 atomarch kernel: hci_uart_bcm serial0-0: serial0-0 supply vddio not found, using dummy regulator
Oct 11 10:05:36 atomarch kernel: axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 17 -> VIRQ 138
Oct 11 10:05:36 atomarch kernel: axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 18 -> VIRQ 139
Oct 11 10:05:37 atomarch systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 11 10:05:37 atomarch systemd[1]: Reached target Bluetooth.
Oct 11 10:05:37 atomarch kernel: axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 19 -> VIRQ 140
Oct 11 10:05:37 atomarch kernel: Bluetooth: hci0: BCM: failed to write clock (-56)
Oct 11 10:05:37 atomarch kernel: Bluetooth: hci0: Failed to set baudrate
Oct 11 10:05:37 atomarch systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 11 10:05:37 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch kernel: audit: type=1130 audit(1570763137.023:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch kernel: axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 24 -> VIRQ 145
Oct 11 10:05:37 atomarch kernel: axp288_fuel_gauge axp288_fuel_gauge: HW IRQ 25 -> VIRQ 146
Oct 11 10:05:37 atomarch kernel: rt5645 i2c-10EC5645:00: Device with ID register 0x6281 is not rt5645 or rt5650
Oct 11 10:05:37 atomarch kernel: Bluetooth: hci0: BCM: chip id 107
Oct 11 10:05:37 atomarch kernel: Bluetooth: hci0: BCM: features 0x2f
Oct 11 10:05:37 atomarch kernel: cht-bsw-rt5645 cht-bsw-rt5645: ASoC: failed to init link SSP2-Codec: -517
Oct 11 10:05:37 atomarch kernel: cht-bsw-rt5645 cht-bsw-rt5645: snd_soc_register_card failed -517
Oct 11 10:05:37 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Oct 11 10:05:37 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 11 10:05:37 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 11 10:05:37 atomarch kernel: Bluetooth: hci0: BCM4345C0
Oct 11 10:05:37 atomarch kernel: Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
Oct 11 10:05:37 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Oct 11 10:05:37 atomarch kernel: bluetooth hci0: Direct firmware load for brcm/BCM4345C0.hcd failed with error -2
Oct 11 10:05:37 atomarch kernel: Bluetooth: hci0: BCM: Patch brcm/BCM4345C0.hcd not found
Oct 11 10:05:37 atomarch kernel: mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
Oct 11 10:05:37 atomarch kernel: cht-bsw-rt5645 cht-bsw-rt5645: ASoC: failed to init link SSP2-Codec: -517
Oct 11 10:05:37 atomarch kernel: cht-bsw-rt5645 cht-bsw-rt5645: snd_soc_register_card failed -517
Oct 11 10:05:37 atomarch systemd[1]: Started Network Time Synchronization.
Oct 11 10:05:37 atomarch systemd[1]: Reached target System Initialization.
Oct 11 10:05:37 atomarch systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 11 10:05:37 atomarch systemd[1]: Reached target System Time Set.
Oct 11 10:05:37 atomarch systemd[1]: Reached target System Time Synchronized.
Oct 11 10:05:37 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch kernel: audit: type=1130 audit(1570763137.280:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch systemd[1]: Started Daily rotation of log files.
Oct 11 10:05:37 atomarch systemd[1]: Started Daily man-db regeneration.
Oct 11 10:05:37 atomarch systemd[1]: Started Daily verification of password and group files.
Oct 11 10:05:37 atomarch kernel: audit: type=1130 audit(1570763137.293:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch systemd[1]: Reached target Timers.
Oct 11 10:05:37 atomarch systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 11 10:05:37 atomarch systemd[1]: Reached target Sockets.
Oct 11 10:05:37 atomarch systemd[1]: Reached target Basic System.
Oct 11 10:05:37 atomarch systemd[1]: Started D-Bus System Message Bus.
Oct 11 10:05:37 atomarch systemd[1]: Starting dhcpcd on all interfaces...
Oct 11 10:05:37 atomarch systemd[1]: Starting Initialize hardware monitoring sensors...
Oct 11 10:05:37 atomarch systemd[1]: Condition check resulted in SSH Key Generation being skipped.
Oct 11 10:05:37 atomarch systemd[1]: Starting Login Service...
Oct 11 10:05:37 atomarch dhcpcd[396]: dev: loaded udev
Oct 11 10:05:37 atomarch kernel: i915 0000:00:02.0: Disabling error capture for VT-d workaround
Oct 11 10:05:37 atomarch kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Oct 11 10:05:37 atomarch kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 11 10:05:37 atomarch kernel: [drm] Driver supports precise vblank timestamp query.
Oct 11 10:05:37 atomarch systemd[1]: Started Initialize hardware monitoring sensors.
Oct 11 10:05:37 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch kernel: audit: type=1130 audit(1570763137.376:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 11 10:05:37 atomarch kernel: [drm] Initialized i915 1.6.0 20190619 for 0000:00:02.0 on minor 0
Oct 11 10:05:37 atomarch kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 11 10:05:37 atomarch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
Oct 11 10:05:37 atomarch kernel: [drm] HDaudio controller not detected, using LPE audio instead
Oct 11 10:05:37 atomarch kernel: cht-bsw-rt5645 cht-bsw-rt5645: ASoC: failed to init link SSP2-Codec: -517
Oct 11 10:05:37 atomarch kernel: cht-bsw-rt5645 cht-bsw-rt5645: snd_soc_register_card failed -517
Oct 11 10:05:37 atomarch kernel: cht-bsw-rt5645 cht-bsw-rt5645: ASoC: failed to init link SSP2-Codec: -517
Oct 11 10:05:37 atomarch kernel: cht-bsw-rt5645 cht-bsw-rt5645: snd_soc_register_card failed -517
Oct 11 10:05:37 atomarch kernel: 8021q: 802.1Q VLAN Support v1.8
Oct 11 10:05:37 atomarch dhcpcd[396]: forked to background, child pid 401
Oct 11 10:05:37 atomarch systemd[1]: Started dhcpcd on all interfaces.
Oct 11 10:05:37 atomarch kernel: audit: type=1130 audit(1570763137.443:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch systemd[1]: Reached target Network.
Oct 11 10:05:37 atomarch systemd[1]: Reached target Network is Online.
Oct 11 10:05:37 atomarch systemd[1]: Starting Dynamic DNS Update Client...
Oct 11 10:05:37 atomarch kernel: audit: type=1130 audit(1570763137.453:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch systemd[1]: Started OpenSSH Daemon.
Oct 11 10:05:37 atomarch systemd[1]: Starting Permit User Sessions...
Oct 11 10:05:37 atomarch kernel: audit: type=1130 audit(1570763137.496:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch systemd[1]: Started Permit User Sessions.
Oct 11 10:05:37 atomarch systemd[1]: Started Getty on tty1.
Oct 11 10:05:37 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:05:37 atomarch systemd[1]: Reached target Login Prompts.
Oct 11 10:05:37 atomarch sshd[404]: Server listening on 0.0.0.0 port 22.
Oct 11 10:05:37 atomarch sshd[404]: Server listening on :: port 22.
Oct 11 10:05:37 atomarch kernel: irq 9: nobody cared (try booting with the "irqpoll" option)
Oct 11 10:05:37 atomarch kernel: CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.3.4-arch1-1-ARCH #1
Oct 11 10:05:37 atomarch kernel: Hardware name: AZW Z83 II/T3 MRD, BIOS AZW-BI-MINIPC-X5R110-CC55B-BU-115-A 03/21/2019
Oct 11 10:05:37 atomarch kernel: Call Trace:
Oct 11 10:05:37 atomarch kernel:  <IRQ>
Oct 11 10:05:37 atomarch kernel:  dump_stack+0x5c/0x80
Oct 11 10:05:37 atomarch kernel:  __report_bad_irq+0x35/0xaa
Oct 11 10:05:37 atomarch kernel:  note_interrupt.cold+0xb/0x69
Oct 11 10:05:37 atomarch kernel:  handle_irq_event_percpu+0x6f/0x80
Oct 11 10:05:37 atomarch kernel:  handle_irq_event+0x37/0x54
Oct 11 10:05:37 atomarch kernel:  handle_fasteoi_irq+0xb5/0x160
Oct 11 10:05:37 atomarch kernel:  handle_irq+0x1f/0x30
Oct 11 10:05:37 atomarch kernel:  do_IRQ+0x7b/0x130
Oct 11 10:05:37 atomarch kernel:  common_interrupt+0xf/0xf
Oct 11 10:05:37 atomarch kernel:  </IRQ>
Oct 11 10:05:37 atomarch kernel: RIP: 0010:cpuidle_enter_state+0xc4/0x480
Oct 11 10:05:37 atomarch kernel: Code: e8 d1 df 9b ff 80 7c 24 0f 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 93 03 00 00 31 ff e8 33 75 a2 ff fb 66 0f 1f 44 00 00 <45> 85 e4 0f 88 be 02 00 00 49 63 cc 4c 2b 6c 24 10 48 8d 04 49 48
Oct 11 10:05:37 atomarch kernel: RSP: 0018:ffff908f400bbe68 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffde
Oct 11 10:05:37 atomarch kernel: RAX: ffff8b637ba80000 RBX: ffffffff96cbcd20 RCX: 000000000000001f
Oct 11 10:05:37 atomarch kernel: RDX: 0000000000000000 RSI: 0000000058e38e39 RDI: 0000000000000000
Oct 11 10:05:37 atomarch kernel: RBP: ffff8b637bab4218 R08: 00000001a7a6a841 R09: 000000007fffffff
Oct 11 10:05:37 atomarch kernel: R10: ffff8b637baa9344 R11: ffff8b637baa9324 R12: 0000000000000001
Oct 11 10:05:37 atomarch kernel: R13: 00000001a7a6a841 R14: 0000000000000001 R15: ffff8b637b22ba00
Oct 11 10:05:37 atomarch kernel:  ? cpuidle_enter_state+0x9f/0x480
Oct 11 10:05:37 atomarch kernel:  cpuidle_enter+0x29/0x40
Oct 11 10:05:37 atomarch kernel:  do_idle+0x1de/0x260
Oct 11 10:05:37 atomarch kernel:  cpu_startup_entry+0x19/0x20
Oct 11 10:05:37 atomarch kernel:  start_secondary+0x185/0x1d0
Oct 11 10:05:37 atomarch kernel:  secondary_startup_64+0xa4/0xb0
Oct 11 10:05:37 atomarch kernel: handlers:
Oct 11 10:05:37 atomarch kernel: [<0000000035382e0d>] acpi_irq
Oct 11 10:05:37 atomarch kernel: [<00000000f694cbab>] int0002_irq [intel_int0002_vgpio]
Oct 11 10:05:37 atomarch kernel: Disabling IRQ #9

A journalctl -b from a boot with the HDMI disconnected and the irqpoll option enabled.  There are no discernible errors to my cursory scan, but it crashes and reboots nonetheless.

-- Logs begin at Fri 2019-10-11 10:03:31 +07, end at Fri 2019-10-11 14:15:43 +07. --
Oct 11 13:35:40 atomarch kernel: Linux version 5.3.4-arch1-1-ARCH (builduser@heftig-3894261) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Sat Oct 5 13:44:11 UTC 2019
Oct 11 13:35:40 atomarch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=86211f59-558c-4d07-a4ac-78d5c7e6a925 rw text loglevel=3 quiet irqpoll
Oct 11 13:35:40 atomarch kernel: KERNEL supported cpus:
Oct 11 13:35:40 atomarch kernel:   Intel GenuineIntel
Oct 11 13:35:40 atomarch kernel:   AMD AuthenticAMD
Oct 11 13:35:40 atomarch kernel:   Hygon HygonGenuine
Oct 11 13:35:40 atomarch kernel:   Centaur CentaurHauls
Oct 11 13:35:40 atomarch kernel:   zhaoxin   Shanghai  
Oct 11 13:35:40 atomarch kernel: x86/fpu: x87 FPU will use FXSAVE
Oct 11 13:35:40 atomarch kernel: BIOS-provided physical RAM map:
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x0000000020200000-0x000000007af97fff] usable
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x000000007af98000-0x000000007b54cfff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x000000007b54d000-0x000000007b571fff] usable
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x000000007b572000-0x000000007b66afff] ACPI NVS
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x000000007b66b000-0x000000007b8fffff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x000000007b900000-0x000000007b97afff] type 20
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x000000007b97b000-0x000000007bffffff] usable
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
Oct 11 13:35:40 atomarch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
Oct 11 13:35:40 atomarch kernel: NX (Execute Disable) protection: active
Oct 11 13:35:40 atomarch kernel: efi: EFI v2.40 by American Megatrends
Oct 11 13:35:40 atomarch kernel: efi:  TPMFinalLog=0x7b653000  ESRT=0x7b54b000  ACPI=0x7b5b6000  ACPI 2.0=0x7b5b6000  SMBIOS=0x7b820000  SMBIOS 3.0=0x7b81f000 
Oct 11 13:35:40 atomarch kernel: SMBIOS 3.0.0 present.
Oct 11 13:35:40 atomarch kernel: DMI: AZW Z83 II/T3 MRD, BIOS AZW-BI-MINIPC-X5R110-CC55B-BU-115-A 03/21/2019
Oct 11 13:35:40 atomarch kernel: tsc: Detected 1440.000 MHz processor
Oct 11 13:35:40 atomarch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 11 13:35:40 atomarch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 11 13:35:40 atomarch kernel: last_pfn = 0x180000 max_arch_pfn = 0x400000000
Oct 11 13:35:40 atomarch kernel: MTRR default type: uncachable
Oct 11 13:35:40 atomarch kernel: MTRR fixed ranges enabled:
Oct 11 13:35:40 atomarch kernel:   00000-9FFFF write-back
Oct 11 13:35:40 atomarch kernel:   A0000-FFFFF write-protect
Oct 11 13:35:40 atomarch kernel: MTRR variable ranges enabled:
Oct 11 13:35:40 atomarch kernel:   0 base 000000000 mask F80000000 write-back
Oct 11 13:35:40 atomarch kernel:   1 base 07E000000 mask FFE000000 uncachable
Oct 11 13:35:40 atomarch kernel:   2 base 07D000000 mask FFF000000 uncachable
Oct 11 13:35:40 atomarch kernel:   3 base 07C800000 mask FFF800000 uncachable
Oct 11 13:35:40 atomarch kernel:   4 base 100000000 mask F80000000 write-back
Oct 11 13:35:40 atomarch kernel:   5 base 07C400000 mask FFFC00000 uncachable
Oct 11 13:35:40 atomarch kernel:   6 disabled
Oct 11 13:35:40 atomarch kernel:   7 disabled
Oct 11 13:35:40 atomarch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 11 13:35:40 atomarch kernel: total RAM covered: 4036M
Oct 11 13:35:40 atomarch kernel: Found optimal setting for mtrr clean up
Oct 11 13:35:40 atomarch kernel:  gran_size: 64K         chunk_size: 64M         num_reg: 6          lose cover RAM: 0G
Oct 11 13:35:40 atomarch kernel: e820: update [mem 0x7c400000-0xffffffff] usable ==> reserved
Oct 11 13:35:40 atomarch kernel: last_pfn = 0x7c000 max_arch_pfn = 0x400000000
Oct 11 13:35:40 atomarch kernel: esrt: ESRT header is not in the memory map.
Oct 11 13:35:40 atomarch kernel: check: Scanning 1 areas for low memory corruption
Oct 11 13:35:40 atomarch kernel: BRK [0x11ea01000, 0x11ea01fff] PGTABLE
Oct 11 13:35:40 atomarch kernel: BRK [0x11ea02000, 0x11ea02fff] PGTABLE
Oct 11 13:35:40 atomarch kernel: BRK [0x11ea03000, 0x11ea03fff] PGTABLE
Oct 11 13:35:40 atomarch kernel: BRK [0x11ea04000, 0x11ea04fff] PGTABLE
Oct 11 13:35:40 atomarch kernel: BRK [0x11ea05000, 0x11ea05fff] PGTABLE
Oct 11 13:35:40 atomarch kernel: BRK [0x11ea06000, 0x11ea06fff] PGTABLE
Oct 11 13:35:40 atomarch kernel: BRK [0x11ea07000, 0x11ea07fff] PGTABLE
Oct 11 13:35:40 atomarch kernel: BRK [0x11ea08000, 0x11ea08fff] PGTABLE
Oct 11 13:35:40 atomarch kernel: BRK [0x11ea09000, 0x11ea09fff] PGTABLE
Oct 11 13:35:40 atomarch kernel: Secure boot could not be determined
Oct 11 13:35:40 atomarch kernel: RAMDISK: [mem 0x36e93000-0x37740fff]
Oct 11 13:35:40 atomarch kernel: ACPI: Early table checksum verification disabled
Oct 11 13:35:40 atomarch kernel: ACPI: RSDP 0x000000007B5B6000 000024 (v02 ALASKA)
Oct 11 13:35:40 atomarch kernel: ACPI: XSDT 0x000000007B5B60A0 0000C4 (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 11 13:35:40 atomarch kernel: ACPI: FACP 0x000000007B5D15F0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
Oct 11 13:35:40 atomarch kernel: ACPI: DSDT 0x000000007B5B6200 01B3ED (v02 ALASKA A M I    01072009 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: FACS 0x000000007B652F80 000040
Oct 11 13:35:40 atomarch kernel: ACPI: APIC 0x000000007B5D1700 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
Oct 11 13:35:40 atomarch kernel: ACPI: FPDT 0x000000007B5D1788 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 11 13:35:40 atomarch kernel: ACPI: FIDT 0x000000007B5D17D0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Oct 11 13:35:40 atomarch kernel: ACPI: MCFG 0x000000007B5D1870 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0x000000007B5D18B0 004174 (v01 DptfTb DptfTab  00001000 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0x000000007B5D5A28 000654 (v01 CpuDpf CpuDptf  00001000 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0x000000007B5D6080 000058 (v01 LowPM  LowPwrM  00001000 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: UEFI 0x000000007B5D60D8 000042 (v01 ALASKA A M I    00000000      00000000)
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0x000000007B5D6120 000269 (v01 UsbCTb UsbCTab  00001000 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: HPET 0x000000007B5D6390 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0x000000007B5D63C8 000763 (v01 PmRef  CpuPm    00003000 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0x000000007B5D6B30 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0x000000007B5D6DC0 00017A (v01 PmRef  ApTst    00003000 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: LPIT 0x000000007B5D6F40 000104 (v01 ALASKA A M I    00000005 MSFT 0100000D)
Oct 11 13:35:40 atomarch kernel: ACPI: BCFG 0x000000007B5D7048 000139 (v01 INTEL  BATTCONF 00000001 ACPI 00000000)
Oct 11 13:35:40 atomarch kernel: ACPI: PRAM 0x000000007B5D7188 000030 (v01                 00000001      00000000)
Oct 11 13:35:40 atomarch kernel: ACPI: TPM2 0x000000007B5D71B8 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
Oct 11 13:35:40 atomarch kernel: ACPI: CSRT 0x000000007B5D71F0 00014C (v00 INTEL  LANFORDC 00000005 MSFT 0100000D)
Oct 11 13:35:40 atomarch kernel: ACPI: WDAT 0x000000007B5D7340 000104 (v01                 00000000      00000000)
Oct 11 13:35:40 atomarch kernel: ACPI: Local APIC address 0xfee00000
Oct 11 13:35:40 atomarch kernel: No NUMA configuration found
Oct 11 13:35:40 atomarch kernel: Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
Oct 11 13:35:40 atomarch kernel: NODE_DATA(0) allocated [mem 0x17fffb000-0x17fffefff]
Oct 11 13:35:40 atomarch kernel: Zone ranges:
Oct 11 13:35:40 atomarch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 11 13:35:40 atomarch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 11 13:35:40 atomarch kernel:   Normal   [mem 0x0000000100000000-0x000000017fffffff]
Oct 11 13:35:40 atomarch kernel:   Device   empty
Oct 11 13:35:40 atomarch kernel: Movable zone start for each node
Oct 11 13:35:40 atomarch kernel: Early memory node ranges
Oct 11 13:35:40 atomarch kernel:   node   0: [mem 0x0000000000001000-0x000000000008efff]
Oct 11 13:35:40 atomarch kernel:   node   0: [mem 0x0000000000090000-0x000000000009dfff]
Oct 11 13:35:40 atomarch kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Oct 11 13:35:40 atomarch kernel:   node   0: [mem 0x0000000020200000-0x000000007af97fff]
Oct 11 13:35:40 atomarch kernel:   node   0: [mem 0x000000007b54d000-0x000000007b571fff]
Oct 11 13:35:40 atomarch kernel:   node   0: [mem 0x000000007b97b000-0x000000007bffffff]
Oct 11 13:35:40 atomarch kernel:   node   0: [mem 0x0000000100000000-0x000000017fffffff]
Oct 11 13:35:40 atomarch kernel: Zeroed struct page in unavailable ranges: 19490 pages
Oct 11 13:35:40 atomarch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
Oct 11 13:35:40 atomarch kernel: On node 0 totalpages: 1029086
Oct 11 13:35:40 atomarch kernel:   DMA zone: 64 pages used for memmap
Oct 11 13:35:40 atomarch kernel:   DMA zone: 22 pages reserved
Oct 11 13:35:40 atomarch kernel:   DMA zone: 3996 pages, LIFO batch:0
Oct 11 13:35:40 atomarch kernel:   DMA32 zone: 7826 pages used for memmap
Oct 11 13:35:40 atomarch kernel:   DMA32 zone: 500802 pages, LIFO batch:63
Oct 11 13:35:40 atomarch kernel:   Normal zone: 8192 pages used for memmap
Oct 11 13:35:40 atomarch kernel:   Normal zone: 524288 pages, LIFO batch:63
Oct 11 13:35:40 atomarch kernel: Reserving Intel graphics memory at [mem 0x7cd00000-0x7ecfffff]
Oct 11 13:35:40 atomarch kernel: ACPI: PM-Timer IO Port: 0x408
Oct 11 13:35:40 atomarch kernel: ACPI: Local APIC address 0xfee00000
Oct 11 13:35:40 atomarch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 11 13:35:40 atomarch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 11 13:35:40 atomarch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 11 13:35:40 atomarch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 11 13:35:40 atomarch kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
Oct 11 13:35:40 atomarch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 11 13:35:40 atomarch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 11 13:35:40 atomarch kernel: ACPI: IRQ0 used by override.
Oct 11 13:35:40 atomarch kernel: ACPI: IRQ9 used by override.
Oct 11 13:35:40 atomarch kernel: Using ACPI (MADT) for SMP configuration information
Oct 11 13:35:40 atomarch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 11 13:35:40 atomarch kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x7af98000-0x7b54cfff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x7b572000-0x7b66afff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x7b66b000-0x7b8fffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x7b900000-0x7b97afff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x7c000000-0x7ccfffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x7cd00000-0x7ecfffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0x7ed00000-0xdfffffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xe4000000-0xfe9fffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed05fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed06000-0xfed06fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed07000-0xfed07fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
Oct 11 13:35:40 atomarch kernel: PM: Registered nosave memory: [mem 0xffb80000-0xffffffff]
Oct 11 13:35:40 atomarch kernel: [mem 0x7ed00000-0xdfffffff] available for PCI devices
Oct 11 13:35:40 atomarch kernel: Booting paravirtualized kernel on bare hardware
Oct 11 13:35:40 atomarch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 11 13:35:40 atomarch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
Oct 11 13:35:40 atomarch kernel: percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u524288
Oct 11 13:35:40 atomarch kernel: pcpu-alloc: s184320 r8192 d28672 u524288 alloc=1*2097152
Oct 11 13:35:40 atomarch kernel: pcpu-alloc: [0] 0 1 2 3 
Oct 11 13:35:40 atomarch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1012982
Oct 11 13:35:40 atomarch kernel: Policy zone: Normal
Oct 11 13:35:40 atomarch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=86211f59-558c-4d07-a4ac-78d5c7e6a925 rw text loglevel=3 quiet irqpoll
Oct 11 13:35:40 atomarch kernel: Misrouted IRQ fixup and polling support enabled
Oct 11 13:35:40 atomarch kernel: This may significantly impact system performance
Oct 11 13:35:40 atomarch kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Oct 11 13:35:40 atomarch kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Oct 11 13:35:40 atomarch kernel: mem auto-init: stack:byref_all, heap alloc:off, heap free:off
Oct 11 13:35:40 atomarch kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 11 13:35:40 atomarch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 11 13:35:40 atomarch kernel: Memory: 3849492K/4116344K available (12291K kernel code, 1321K rwdata, 3952K rodata, 1632K init, 3548K bss, 266852K reserved, 0K cma-reserved)
Oct 11 13:35:40 atomarch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 11 13:35:40 atomarch kernel: Kernel/User page tables isolation: enabled
Oct 11 13:35:40 atomarch kernel: ftrace: allocating 37811 entries in 148 pages
Oct 11 13:35:40 atomarch kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 11 13:35:40 atomarch kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
Oct 11 13:35:40 atomarch kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 11 13:35:40 atomarch kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Oct 11 13:35:40 atomarch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 11 13:35:40 atomarch kernel:         Tasks RCU enabled.
Oct 11 13:35:40 atomarch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 11 13:35:40 atomarch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Oct 11 13:35:40 atomarch kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
Oct 11 13:35:40 atomarch kernel: rcu:         Offload RCU callbacks from CPUs: (none).
Oct 11 13:35:40 atomarch kernel: random: get_random_bytes called from start_kernel+0x3ce/0x5a9 with crng_init=0
Oct 11 13:35:40 atomarch kernel: Console: colour dummy device 80x25
Oct 11 13:35:40 atomarch kernel: printk: console [tty0] enabled
Oct 11 13:35:40 atomarch kernel: ACPI: Core revision 20190703
Oct 11 13:35:40 atomarch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Oct 11 13:35:40 atomarch kernel: APIC: Switch to symmetric I/O mode setup
Oct 11 13:35:40 atomarch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
Oct 11 13:35:40 atomarch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
Oct 11 13:35:40 atomarch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2881.00 BogoMIPS (lpj=4800000)
Oct 11 13:35:40 atomarch kernel: pid_max: default: 32768 minimum: 301
Oct 11 13:35:40 atomarch kernel: LSM: Security Framework initializing
Oct 11 13:35:40 atomarch kernel: Yama: becoming mindful.
Oct 11 13:35:40 atomarch kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Oct 11 13:35:40 atomarch kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Oct 11 13:35:40 atomarch kernel: *** VALIDATE proc ***
Oct 11 13:35:40 atomarch kernel: *** VALIDATE cgroup1 ***
Oct 11 13:35:40 atomarch kernel: *** VALIDATE cgroup2 ***
Oct 11 13:35:40 atomarch kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Oct 11 13:35:40 atomarch kernel: process: using mwait in idle threads
Oct 11 13:35:40 atomarch kernel: Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
Oct 11 13:35:40 atomarch kernel: Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
Oct 11 13:35:40 atomarch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 11 13:35:40 atomarch kernel: Spectre V2 : Mitigation: Full generic retpoline
Oct 11 13:35:40 atomarch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 11 13:35:40 atomarch kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Oct 11 13:35:40 atomarch kernel: Freeing SMP alternatives memory: 32K
Oct 11 13:35:40 atomarch kernel: TSC deadline timer enabled
Oct 11 13:35:40 atomarch kernel: smpboot: CPU0: Intel(R) Atom(TM) x5-Z8350  CPU @ 1.44GHz (family: 0x6, model: 0x4c, stepping: 0x4)
Oct 11 13:35:40 atomarch kernel: Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
Oct 11 13:35:40 atomarch kernel: ... version:                3
Oct 11 13:35:40 atomarch kernel: ... bit width:              40
Oct 11 13:35:40 atomarch kernel: ... generic registers:      2
Oct 11 13:35:40 atomarch kernel: ... value mask:             000000ffffffffff
Oct 11 13:35:40 atomarch kernel: ... max period:             0000007fffffffff
Oct 11 13:35:40 atomarch kernel: ... fixed-purpose events:   3
Oct 11 13:35:40 atomarch kernel: ... event mask:             0000000700000003
Oct 11 13:35:40 atomarch kernel: rcu: Hierarchical SRCU implementation.
Oct 11 13:35:40 atomarch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 11 13:35:40 atomarch kernel: smp: Bringing up secondary CPUs ...
Oct 11 13:35:40 atomarch kernel: x86: Booting SMP configuration:
Oct 11 13:35:40 atomarch kernel: .... node  #0, CPUs:      #1 #2 #3
Oct 11 13:35:40 atomarch kernel: smp: Brought up 1 node, 4 CPUs
Oct 11 13:35:40 atomarch kernel: smpboot: Max logical packages: 1
Oct 11 13:35:40 atomarch kernel: smpboot: Total of 4 processors activated (11524.00 BogoMIPS)
Oct 11 13:35:40 atomarch kernel: devtmpfs: initialized
Oct 11 13:35:40 atomarch kernel: x86/mm: Memory block size: 128MB
Oct 11 13:35:40 atomarch kernel: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
Oct 11 13:35:40 atomarch kernel: PM: Registering ACPI NVS region [mem 0x7b572000-0x7b66afff] (1019904 bytes)
Oct 11 13:35:40 atomarch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 11 13:35:40 atomarch kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Oct 11 13:35:40 atomarch kernel: pinctrl core: initialized pinctrl subsystem
Oct 11 13:35:40 atomarch kernel: PM: RTC time: 06:35:36, date: 2019-10-11
Oct 11 13:35:40 atomarch kernel: NET: Registered protocol family 16
Oct 11 13:35:40 atomarch kernel: audit: initializing netlink subsys (disabled)
Oct 11 13:35:40 atomarch kernel: audit: type=2000 audit(1570775736.209:1): state=initialized audit_enabled=0 res=1
Oct 11 13:35:40 atomarch kernel: cpuidle: using governor ladder
Oct 11 13:35:40 atomarch kernel: cpuidle: using governor menu
Oct 11 13:35:40 atomarch kernel: ACPI: bus type PCI registered
Oct 11 13:35:40 atomarch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 11 13:35:40 atomarch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 11 13:35:40 atomarch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Oct 11 13:35:40 atomarch kernel: PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
Oct 11 13:35:40 atomarch kernel: PCI: Using configuration type 1 for base access
Oct 11 13:35:40 atomarch kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 11 13:35:40 atomarch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 11 13:35:40 atomarch kernel: ACPI: Added _OSI(Module Device)
Oct 11 13:35:40 atomarch kernel: ACPI: Added _OSI(Processor Device)
Oct 11 13:35:40 atomarch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 11 13:35:40 atomarch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 11 13:35:40 atomarch kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 11 13:35:40 atomarch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 11 13:35:40 atomarch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 11 13:35:40 atomarch kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Oct 11 13:35:40 atomarch kernel: ACPI: Dynamic OEM Table Load:
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0xFFFF96723A81F000 00059C (v01 PmRef  Cpu0Ist  00003000 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: Dynamic OEM Table Load:
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0xFFFF96723A8FC000 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: Dynamic OEM Table Load:
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0xFFFF96723A9CB000 00015F (v01 PmRef  ApIst    00003000 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: Dynamic OEM Table Load:
Oct 11 13:35:40 atomarch kernel: ACPI: SSDT 0xFFFF96723A9E59C0 00008D (v01 PmRef  ApCst    00003000 INTL 20120913)
Oct 11 13:35:40 atomarch kernel: ACPI: Interpreter enabled
Oct 11 13:35:40 atomarch kernel: ACPI: (supports S0 S4 S5)
Oct 11 13:35:40 atomarch kernel: ACPI: Using IOAPIC for interrupt routing
Oct 11 13:35:40 atomarch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P06X] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [ID3C] (on)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [USBC] (on)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [WWPR] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [CLK2] (on)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [CLK4] (on)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P28P] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P18P] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P12P] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P16P] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [CLK3] (on)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [CLK4] (on)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [CLK2] (on)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [CLK1] (on)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [CLK0] (on)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [CLK1] (on)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [CLK5] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P33P] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P65P] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P28X] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P18X] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P12X] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P28P] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P18P] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P12P] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P19X] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P28T] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P18D] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P18T] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P3P3] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P12T] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P28W] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P18W] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P12W] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P33W] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P33X] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: Power Resource [P4BW] (off)
Oct 11 13:35:40 atomarch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 11 13:35:40 atomarch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Oct 11 13:35:40 atomarch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
Oct 11 13:35:40 atomarch kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 11 13:35:40 atomarch kernel: PCI host bridge to bus 0000:00
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x20000000-0x201fffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x7cd00000-0x7ecfffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
Oct 11 13:35:40 atomarch kernel: pci 0000:00:02.0: [8086:22b0] type 00 class 0x030000
Oct 11 13:35:40 atomarch kernel: pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:03.0: [8086:22b8] type 00 class 0x048000
Oct 11 13:35:40 atomarch kernel: pci 0000:00:03.0: reg 0x10: [mem 0x91000000-0x913fffff]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
Oct 11 13:35:40 atomarch kernel: pci 0000:00:0b.0: reg 0x10: [mem 0x9193b000-0x9193bfff 64bit]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
Oct 11 13:35:40 atomarch kernel: pci 0000:00:14.0: reg 0x10: [mem 0x91900000-0x9190ffff 64bit]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1a.0: reg 0x10: [mem 0x91700000-0x917fffff]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1a.0: reg 0x14: [mem 0x91600000-0x916fffff]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
Oct 11 13:35:40 atomarch kernel: pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
Oct 11 13:35:40 atomarch kernel: pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
Oct 11 13:35:40 atomarch kernel: pci 0000:01:00.0: reg 0x18: [mem 0x91804000-0x91804fff 64bit]
Oct 11 13:35:40 atomarch kernel: pci 0000:01:00.0: reg 0x20: [mem 0x91800000-0x91803fff 64bit pref]
Oct 11 13:35:40 atomarch kernel: pci 0000:01:00.0: supports D1 D2
Oct 11 13:35:40 atomarch kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1c.0:   bridge window [mem 0x91800000-0x918fffff]
Oct 11 13:35:40 atomarch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 13:35:40 atomarch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 13:35:40 atomarch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 13:35:40 atomarch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 13:35:40 atomarch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 13:35:40 atomarch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 13:35:40 atomarch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 13:35:40 atomarch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Oct 11 13:35:40 atomarch kernel: gpio gpiochip1: (INT33FF:01): detected irqchip that is shared with multiple gpiochips: please fix the driver.
Oct 11 13:35:40 atomarch kernel: gpio gpiochip2: (INT33FF:02): detected irqchip that is shared with multiple gpiochips: please fix the driver.
Oct 11 13:35:40 atomarch kernel: gpio gpiochip3: (INT33FF:03): detected irqchip that is shared with multiple gpiochips: please fix the driver.
Oct 11 13:35:40 atomarch kernel: dw_dmac INTL9C60:00: Missing DT data
Oct 11 13:35:40 atomarch kernel: dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
Oct 11 13:35:40 atomarch kernel: dw_dmac INTL9C60:01: Missing DT data
Oct 11 13:35:40 atomarch kernel: dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
Oct 11 13:35:40 atomarch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 11 13:35:40 atomarch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 11 13:35:40 atomarch kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 11 13:35:40 atomarch kernel: vgaarb: loaded
Oct 11 13:35:40 atomarch kernel: ACPI: bus type USB registered
Oct 11 13:35:40 atomarch kernel: usbcore: registered new interface driver usbfs
Oct 11 13:35:40 atomarch kernel: usbcore: registered new interface driver hub
Oct 11 13:35:40 atomarch kernel: usbcore: registered new device driver usb
Oct 11 13:35:40 atomarch kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 11 13:35:40 atomarch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 11 13:35:40 atomarch kernel: PTP clock support registered
Oct 11 13:35:40 atomarch kernel: EDAC MC: Ver: 3.0.0
Oct 11 13:35:40 atomarch kernel: Registered efivars operations
Oct 11 13:35:40 atomarch kernel: PCI: Using ACPI for IRQ routing
Oct 11 13:35:40 atomarch kernel: random: fast init done
Oct 11 13:35:40 atomarch kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 11 13:35:40 atomarch kernel: e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
Oct 11 13:35:40 atomarch kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Oct 11 13:35:40 atomarch kernel: e820: reserve RAM buffer [mem 0x7af98000-0x7bffffff]
Oct 11 13:35:40 atomarch kernel: e820: reserve RAM buffer [mem 0x7b572000-0x7bffffff]
Oct 11 13:35:40 atomarch kernel: NetLabel: Initializing
Oct 11 13:35:40 atomarch kernel: NetLabel:  domain hash size = 128
Oct 11 13:35:40 atomarch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 11 13:35:40 atomarch kernel: NetLabel:  unlabeled traffic allowed by default
Oct 11 13:35:40 atomarch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 11 13:35:40 atomarch kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
Oct 11 13:35:40 atomarch kernel: clocksource: Switched to clocksource tsc-early
Oct 11 13:35:40 atomarch kernel: VFS: Disk quotas dquot_6.6.0
Oct 11 13:35:40 atomarch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 11 13:35:40 atomarch kernel: *** VALIDATE hugetlbfs ***
Oct 11 13:35:40 atomarch kernel: pnp: PnP ACPI init
Oct 11 13:35:40 atomarch kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:00: [io  0x0400-0x047f] could not be reserved
Oct 11 13:35:40 atomarch kernel: system 00:00: [io  0x0500-0x05fe] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91939000-0x91939fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91937000-0x91937fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91935000-0x91935fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91924000-0x91924fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91922000-0x91922fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91920000-0x91920fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x9191e000-0x9191efff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x9191c000-0x9191cfff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x9191a000-0x9191afff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91918000-0x91918fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91933000-0x91933fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91931000-0x91931fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x9192f000-0x9192ffff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x9192d000-0x9192dfff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x9192b000-0x9192bfff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91929000-0x91929fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91927000-0x91927fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: [mem 0x91925000-0x91925fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 11 13:35:40 atomarch kernel: system 00:02: [mem 0xe0000000-0xefffffff] could not be reserved
Oct 11 13:35:40 atomarch kernel: system 00:02: [mem 0xfea00000-0xfeafffff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:02: [mem 0xfed01000-0xfed01fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:02: [mem 0xfed03000-0xfed03fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:02: [mem 0xfed06000-0xfed06fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:02: [mem 0xfed08000-0xfed09fff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:02: [mem 0xfed80000-0xfedbffff] could not be reserved
Oct 11 13:35:40 atomarch kernel: system 00:02: [mem 0xfed1c000-0xfed1cfff] has been reserved
Oct 11 13:35:40 atomarch kernel: system 00:02: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 11 13:35:40 atomarch kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 11 13:35:40 atomarch kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 11 13:35:40 atomarch kernel: pnp: PnP ACPI: found 4 devices
Oct 11 13:35:40 atomarch kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 11 13:35:40 atomarch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 11 13:35:40 atomarch kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 11 13:35:40 atomarch kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 11 13:35:40 atomarch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 11 13:35:40 atomarch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Oct 11 13:35:40 atomarch kernel: pci 0000:00:1c.0:   bridge window [mem 0x91800000-0x918fffff]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: resource 11 [mem 0x20000000-0x201fffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: resource 12 [mem 0x7cd00000-0x7ecfffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:00: resource 13 [mem 0x80000000-0xdfffffff window]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 11 13:35:40 atomarch kernel: pci_bus 0000:01: resource 1 [mem 0x91800000-0x918fffff]
Oct 11 13:35:40 atomarch kernel: NET: Registered protocol family 2
Oct 11 13:35:40 atomarch kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Oct 11 13:35:40 atomarch kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 11 13:35:40 atomarch kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Oct 11 13:35:40 atomarch kernel: TCP: Hash tables configured (established 32768 bind 32768)
Oct 11 13:35:40 atomarch kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Oct 11 13:35:40 atomarch kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Oct 11 13:35:40 atomarch kernel: NET: Registered protocol family 1
Oct 11 13:35:40 atomarch kernel: NET: Registered protocol family 44
Oct 11 13:35:40 atomarch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 11 13:35:40 atomarch kernel: PCI: CLS 64 bytes, default 64
Oct 11 13:35:40 atomarch kernel: Trying to unpack rootfs image as initramfs...
Oct 11 13:35:40 atomarch kernel: random: crng init done
Oct 11 13:35:40 atomarch kernel: Freeing initrd memory: 8888K
Oct 11 13:35:40 atomarch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 11 13:35:40 atomarch kernel: software IO TLB: mapped [mem 0x6e000000-0x72000000] (64MB)
Oct 11 13:35:40 atomarch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x14c1baf3789, max_idle_ns: 440795266465 ns
Oct 11 13:35:40 atomarch kernel: clocksource: Switched to clocksource tsc
Oct 11 13:35:40 atomarch kernel: check: Scanning for low memory corruption every 60 seconds
Oct 11 13:35:40 atomarch kernel: Initialise system trusted keyrings
Oct 11 13:35:40 atomarch kernel: Key type blacklist registered
Oct 11 13:35:40 atomarch kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Oct 11 13:35:40 atomarch kernel: zbud: loaded
Oct 11 13:35:40 atomarch kernel: Key type asymmetric registered
Oct 11 13:35:40 atomarch kernel: Asymmetric key parser 'x509' registered
Oct 11 13:35:40 atomarch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 11 13:35:40 atomarch kernel: io scheduler mq-deadline registered
Oct 11 13:35:40 atomarch kernel: io scheduler kyber registered
Oct 11 13:35:40 atomarch kernel: io scheduler bfq registered
Oct 11 13:35:40 atomarch kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 116
Oct 11 13:35:40 atomarch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 11 13:35:40 atomarch kernel: intel_idle: MWAIT substates: 0x33000020
Oct 11 13:35:40 atomarch kernel: intel_idle: v0.4.1 model 0x4C
Oct 11 13:35:40 atomarch kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 11 13:35:40 atomarch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 11 13:35:40 atomarch kernel: ACPI: Power Button [PWRB]
Oct 11 13:35:40 atomarch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Oct 11 13:35:40 atomarch kernel: ACPI: Power Button [PWRF]
Oct 11 13:35:40 atomarch kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 11 13:35:40 atomarch kernel: ACPI: Thermal Zone [TZ00] (0 C)
Oct 11 13:35:40 atomarch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 11 13:35:40 atomarch kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Oct 11 13:35:40 atomarch kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 11 13:35:40 atomarch kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Oct 11 13:35:40 atomarch kernel: usbcore: registered new interface driver usbserial_generic
Oct 11 13:35:40 atomarch kernel: usbserial: USB Serial support registered for generic
Oct 11 13:35:40 atomarch kernel: rtc_cmos 00:03: registered as rtc0
Oct 11 13:35:40 atomarch kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
Oct 11 13:35:40 atomarch kernel: intel_pstate: Intel P-state driver initializing
Oct 11 13:35:40 atomarch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 11 13:35:40 atomarch kernel: NET: Registered protocol family 10
Oct 11 13:35:40 atomarch kernel: Segment Routing with IPv6
Oct 11 13:35:40 atomarch kernel: NET: Registered protocol family 17
Oct 11 13:35:40 atomarch kernel: RAS: Correctable Errors collector initialized.
Oct 11 13:35:40 atomarch kernel: microcode: sig=0x406c4, pf=0x1, revision=0x40e
Oct 11 13:35:40 atomarch kernel: microcode: Microcode Update Driver: v2.2.
Oct 11 13:35:40 atomarch kernel: sched_clock: Marking stable (1875914123, 992434)->(1881637887, -4731330)
Oct 11 13:35:40 atomarch kernel: registered taskstats version 1
Oct 11 13:35:40 atomarch kernel: Loading compiled-in X.509 certificates
Oct 11 13:35:40 atomarch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b0570ef86aa12b9197e100924935bb1091fe41e5'
Oct 11 13:35:40 atomarch kernel: zswap: loaded using pool lzo/zbud
Oct 11 13:35:40 atomarch kernel: Key type big_key registered
Oct 11 13:35:40 atomarch kernel: i2c_designware 808622C1:06: I2C bus managed by PUNIT
Oct 11 13:35:40 atomarch kernel: PM:   Magic number: 7:514:569
Oct 11 13:35:40 atomarch kernel: acpi LNXPOWER:0e: hash matches
Oct 11 13:35:40 atomarch kernel: rtc_cmos 00:03: setting system clock to 2019-10-11T06:35:37 UTC (1570775737)
Oct 11 13:35:40 atomarch kernel: Freeing unused decrypted memory: 2040K
Oct 11 13:35:40 atomarch kernel: Freeing unused kernel image memory: 1632K
Oct 11 13:35:40 atomarch kernel: Write protecting the kernel read-only data: 18432k
Oct 11 13:35:40 atomarch kernel: Freeing unused kernel image memory: 2012K
Oct 11 13:35:40 atomarch kernel: Freeing unused kernel image memory: 144K
Oct 11 13:35:40 atomarch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 11 13:35:40 atomarch kernel: x86/mm: Checking user space page tables
Oct 11 13:35:40 atomarch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 11 13:35:40 atomarch kernel: Run /init as init process
Oct 11 13:35:40 atomarch kernel: fbcon: Taking over console
Oct 11 13:35:40 atomarch kernel: sdhci: Secure Digital Host Controller Interface driver
Oct 11 13:35:40 atomarch kernel: sdhci: Copyright(c) Pierre Ossman
Oct 11 13:35:40 atomarch kernel: mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
Oct 11 13:35:40 atomarch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 11 13:35:40 atomarch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 11 13:35:40 atomarch kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
Oct 11 13:35:40 atomarch kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 11 13:35:40 atomarch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
Oct 11 13:35:40 atomarch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 13:35:40 atomarch kernel: usb usb1: Product: xHCI Host Controller
Oct 11 13:35:40 atomarch kernel: usb usb1: Manufacturer: Linux 5.3.4-arch1-1-ARCH xhci-hcd
Oct 11 13:35:40 atomarch kernel: usb usb1: SerialNumber: 0000:00:14.0
Oct 11 13:35:40 atomarch kernel: hub 1-0:1.0: USB hub found
Oct 11 13:35:40 atomarch kernel: hub 1-0:1.0: 7 ports detected
Oct 11 13:35:40 atomarch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 11 13:35:40 atomarch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 11 13:35:40 atomarch kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Oct 11 13:35:40 atomarch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
Oct 11 13:35:40 atomarch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 11 13:35:40 atomarch kernel: usb usb2: Product: xHCI Host Controller
Oct 11 13:35:40 atomarch kernel: usb usb2: Manufacturer: Linux 5.3.4-arch1-1-ARCH xhci-hcd
Oct 11 13:35:40 atomarch kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 11 13:35:40 atomarch kernel: hub 2-0:1.0: USB hub found
Oct 11 13:35:40 atomarch kernel: hub 2-0:1.0: 6 ports detected
Oct 11 13:35:40 atomarch kernel: mmc1: SDHCI controller on ACPI [80860F14:01] using ADMA
Oct 11 13:35:40 atomarch kernel: mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
Oct 11 13:35:40 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Oct 11 13:35:40 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 11 13:35:40 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Oct 11 13:35:40 atomarch kernel: mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Oct 11 13:35:40 atomarch kernel: mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
Oct 11 13:35:40 atomarch kernel: mmc0: new HS200 MMC card at address 0001
Oct 11 13:35:40 atomarch kernel: mmcblk0: mmc0:0001 Biwin  57.7 GiB 
Oct 11 13:35:40 atomarch kernel: mmcblk0boot0: mmc0:0001 Biwin  partition 1 4.00 MiB
Oct 11 13:35:40 atomarch kernel: mmcblk0boot1: mmc0:0001 Biwin  partition 2 4.00 MiB
Oct 11 13:35:40 atomarch kernel: mmcblk0rpmb: mmc0:0001 Biwin  partition 3 4.00 MiB, chardev (243:0)
Oct 11 13:35:40 atomarch kernel:  mmcblk0: p1 p2
Oct 11 13:35:40 atomarch kernel: mmc1: new ultra high speed SDR104 SDIO card at address 0001
Oct 11 13:35:40 atomarch kernel: EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Oct 11 13:35:40 atomarch systemd[1]: systemd 243.51-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Oct 11 13:35:40 atomarch systemd[1]: Detected architecture x86-64.
Oct 11 13:35:40 atomarch systemd[1]: Set hostname to <atomarch>.
Oct 11 13:35:40 atomarch systemd[1]: Created slice system-getty.slice.
Oct 11 13:35:40 atomarch systemd[1]: Created slice User and Session Slice.
Oct 11 13:35:40 atomarch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 11 13:35:40 atomarch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 11 13:35:40 atomarch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 11 13:35:40 atomarch systemd[1]: Reached target Local Encrypted Volumes.
Oct 11 13:35:40 atomarch systemd[1]: Reached target Paths.
Oct 11 13:35:40 atomarch kernel: EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Oct 11 13:35:40 atomarch systemd-journald[278]: Journal started
Oct 11 13:35:40 atomarch systemd-journald[278]: Runtime Journal (/run/log/journal/df31f86b254c45efbc800094a3fe4b52) is 8.0M, max 193.1M, 185.1M free.
Oct 11 13:35:40 atomarch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 13:35:40 atomarch kernel: audit: type=1130 audit(1570775740.390:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 13:35:40 atomarch systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 11 13:35:40 atomarch systemd-journald[278]: Time spent on flushing to /var is 123.246ms for 612 entries.

Offline

#2 2019-10-22 07:56:02

bawachhe
Member
Registered: 2019-10-11
Posts: 6

Re: irq 9: nobody cared boot loop

Sorry if this is against the forum rules, but I did read through them to try to be sure.

bump

Offline

#3 2019-10-22 10:31:15

sabroad
Member
Registered: 2015-05-24
Posts: 242

Re: irq 9: nobody cared boot loop

bawachhe wrote:

Regardless, once it gets to Disabling IRQ #9, inviariably it crashes and reboots.

On my system IRQ 9 is for ACPI:

$ cat /proc/interrupts | egrep '[^0-9]9:'
   9:          0     173079          0          0          0          0          0          0  IR-IO-APIC    9-fasteoi   acpi

If your fan spins up on boot, then goes silent, then IRQ 9 could be your firmware indicating thermal condition requiring fan control. If fans don't kick in and thermal goes critical, the firmware may shutdown/reboot the system to protect.

Install lm_sensors fancontrol and check temperatures.


--
saint_abroad

Offline

#4 2019-10-22 13:16:50

2ManyDogs
Forum Moderator
Registered: 2012-01-15
Posts: 4,645

Re: irq 9: nobody cared boot loop

bawachhe wrote:

Sorry if this is against the forum rules, but I did read through them to try to be sure.

bump

Please read the Code of Conduct: https://wiki.archlinux.org/index.php/Co … ct#Bumping


How to post. A sincere effort to use modest and proper language and grammar is a sign of respect toward the community.

Offline

#5 2019-10-22 19:41:49

cfeedback
Member
From: Portland, OR
Registered: 2019-05-11
Posts: 11

Re: irq 9: nobody cared boot loop

Install acpica if it's not already installed. fwts might not be abad idea either. Here are the some commands I use (quite regularly lol) to fix buggy firmwares. Most of these commands you'll pobably want to make aliases for, I just copied and pasted some of mine.

#do all your work in the top level directory
mkdir -p ~/bios_mod/kernel/firmware/acpi   

#to get a better idea of what's going on
#play around with it, the help files are pretty good.
alias acpi_full="sudo acpidump > acpi.info && acpixtract -a acpi.info"
acpiexec -vi *.dat

#use these to recompile, it will give you a list of errors and you you have to look for anything related to LNK*, GPE, etc. size mismatches too (32/64bit)
#make changes to dsdt.dsl in your favorite text editor and keep trying to recompile.
alias dsdt_decomp="iasl -e ssdt*.dat -dl dsdt.dat"
iasl dsdt.dsl 

#to test your edits first. it's not 100% though the hardware is abstracted
mv ./dsdt.dat ./dsdt.bak && acpiexec -vi dsdt.aml *.dat

#once you've gotten it to recompile with some errors hopefully fixed.
#don't worry about the ssdt's or any of the other tables, the lone exception could be a seriously borked FADT (facs.dat) table.
cp dsdt.aml ~/bios_mod/kernel/firmware/acpi
alias mkacpi_override="sudo rm acpi_override && find kernel | cpio -H newc --create > acpi_override && sudo cp acpi_override /boot"

Add acpi_override to your boot manager as the very first initrd, before ucode or initramfs. There's helpful information scattered all over the net, the Arch Wiki of course is a good place to start, and the best DSDT editing info is on the Hackintosh sites usually. Google is your friend. You may also need to want "iomem=relaxed" to your kernel parameters.

EDIT:

You should really post a full dmesg, the relevant information isn't in what you posted. or better "sudo  journalctl -b -p 7". preferably logs from both a sucessful (monitor attached) and failed boot. there's several kernel parameters you could try, acpi=noirq might be one. you may also need to mask a GPE, check in "sudo cat /sys/firmware/acpi/interrupts/*" and in firmware test suites run "sudo fwts --ifv"

Last edited by cfeedback (2019-10-22 19:52:24)


Design is a funny word. Some people think design means how it looks. But, of course, if you dig deeper, it’s how it really works. You have to grok what it is all about.

― S. Jobs

Offline

#6 2019-10-31 07:34:35

bawachhe
Member
Registered: 2019-10-11
Posts: 6

Re: irq 9: nobody cared boot loop

2ManyDogs wrote:

Welp.  Sorry.  Though..I feel like that ought to be a more obvious link from the "Rules" page at the top of the archlinux forum, since I've observed before that some folks (not yourself, 2ManyDogs) seem to be quite nitpicky/flamey about that.

cfeedback wrote:

You should really post a full dmesg, the relevant information isn't in what you posted. or better "sudo  journalctl -b -p 7". preferably logs from both a sucessful (monitor attached) and failed boot. there's several kernel parameters you could try, acpi=noirq might be one. you may also need to mask a GPE, check in "sudo cat /sys/firmware/acpi/interrupts/*" and in firmware test suites run "sudo fwts --ifv"

I could post a dmesg of a successful boot?  I can't really access the system after a headless boot, as it fails and restarts, which I think blanks out the relevant dmesg log, right?  Or is my understanding wrong there?

In any case, I'll follow this post with the logs you recommended I post.

I tried that acpi=noirq option and it did not seem to have any effect.  I'll have to hash my way through your firmware recompiling suggestions, but I haven't gotten around to that yet.

sabroad wrote:

If your fan spins up on boot, then goes silent, then IRQ 9 could be your firmware indicating thermal condition requiring fan control. If fans don't kick in and thermal goes critical, the firmware may shutdown/reboot the system to protect.

Perhaps, but for this particular system, it's a mini pc (think Intel's NUC line, but Chinese knockoff, with an Intel Atom z5 in it) which does not have a fan, and isn't so hot to the touch; and it consistently only bootloops when the HDMI is disconnected, which I feel is very unrelated to temperature and fan control..

Last edited by bawachhe (2019-10-31 07:44:39)

Offline

#7 2019-10-31 07:38:04

bawachhe
Member
Registered: 2019-10-11
Posts: 6

Re: irq 9: nobody cared boot loop

Here's an output of each of the interrupts by "file" name (I used sudo find /sys/firmware/acpi/interrupts -type f -print -exec cat {} \;)

/sys/firmware/acpi/interrupts/ff_pwr_btn
       0  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/ff_rt_clk
       0         disabled     unmasked
/sys/firmware/acpi/interrupts/ff_pmtimer
       0     STS invalid      unmasked
/sys/firmware/acpi/interrupts/error
       0
/sys/firmware/acpi/interrupts/sci
       0
/sys/firmware/acpi/interrupts/gpe_all
       0
/sys/firmware/acpi/interrupts/ff_gbl_lock
       0  EN     enabled      unmasked
/sys/firmware/acpi/interrupts/sci_not
       0
/sys/firmware/acpi/interrupts/ff_slp_btn
       0         invalid      unmasked

This seems in-line with a mini PC which has very sparse hardware, including in the power management category.

Offline

#8 2019-10-31 07:43:45

bawachhe
Member
Registered: 2019-10-11
Posts: 6

Re: irq 9: nobody cared boot loop

Here's a bunch of pastebin links, because the forums are limiting my characters.

Here's a sudo journalctl -b -p 7 of a successful boot
https://pastebin.com/07VTFqZw

Here's a sudo journalctl -b -1 -p 7 (referencing a failed boot).
https://pastebin.com/gJipMW2K

Here's a sudo fwts --ifv output
https://pastebin.com/FZP93uiC

Offline

#9 2019-11-05 02:12:36

cfeedback
Member
From: Portland, OR
Registered: 2019-05-11
Posts: 11

Re: irq 9: nobody cared boot loop

I apologize, from the FWTS I wanted to see the output of the "results.log". I suspect the answer may be in this section:

Test: FADT Fixed ACPI Description Table tests.
  ACPI FADT Description Table flag info.                  1 info only
  FADT checksum test.                                     1 passed
  FADT revision test.                                     1 warning
  ACPI FADT Description Table tests.                      21 passed, 5 failed, 2 skipped
  Test FADT SCI_EN bit is enabled.                        1 passed
  Test FADT reset register.                               2 passed

IRQ 9 is the system control interrupt (SCI)... it can't be disabled or Bad Things Happen... that's why it crashes at that point. FIrmware test suites is a bit nitpicky at times, it's not uncommon to see an error here or there, but 5 errors in the FADT table leads me to believe there is an actual problem there. I wanted to look more into the rest of your logs but lacking in time right now so this is a start.

EDIT: Come to think of it, there's an entry for headless mode in the table too. Ignoring the fact whether or not you *should* have to specify it, if it fixes the problem, it only take a second to make an updated FADT table with headless mode enabled and use it as a boot override. Relevant section:

[0004]              Flags (decoded below) : 00000000
WBINVD instruction is operational (V1) : 0
WBINVD flushes all caches (V1) : 0
All CPUs support C1 (V1) : 0
C2 works on MP system (V1) : 0
Control Method Power Button (V1) : 0
Control Method Sleep Button (V1) : 0
RTC wake not in fixed reg space (V1) : 0
RTC can wake system from S4 (V1) : 0
32-bit PM Timer (V1) : 0
Docking Supported (V1) : 0
Reset Register Supported (V2) : 0
Sealed Case (V3) : 0
Headless - No Video (V3) : 0

And a good general reference: https://wiki.osdev.org/FADT

Last edited by cfeedback (2019-11-05 06:48:53)


Design is a funny word. Some people think design means how it looks. But, of course, if you dig deeper, it’s how it really works. You have to grok what it is all about.

― S. Jobs

Offline

#10 2019-12-02 13:13:00

bawachhe
Member
Registered: 2019-10-11
Posts: 6

Re: irq 9: nobody cared boot loop

cfeedback wrote:

I apologize, from the FWTS I wanted to see the output of the "results.log"......Firmware test suites is a bit nitpicky at times, it's not uncommon to see an error here or there, but 5 errors in the FADT table leads me to believe there is an actual problem there.

You mean like...

Test Failure Summary
================================================================================

Critical failures: NONE

High failures: NONE

Medium failures: 5
 fadt: FADT GPE0_BLK_LEN is zero, but must be set to a non-negative multiple of 2.
 fadt: FADT P_LVL2_LAT is <= 100 (100) which implies a C2 state is supported but there is no P_BLK register block defined to enable the C2 transition.
 fadt: FADT P_LVL3_LAT is <= 1000 (500) which implies a C3 state is supported but there is no P_BLK register block defined to enable the C3 transition.
 fadt: FADT SLEEP_CONTROL_REG is defined but will be ignored reduced hardware mode.
 fadt: FADT SLEEP_STATUS_REG is defined but will be ignored reduced hardware mode.

Low failures: NONE

Other failures: NONE
cfeedback wrote:

IRQ 9 is the system control interrupt (SCI)... it can't be disabled or Bad Things Happen... that's why it crashes at that point.

That is most certainly my experience exactly..

cfeedback wrote:

Come to think of it, there's an entry for headless mode in the table too. Ignoring the fact whether or not you *should* have to specify it, if it fixes the problem, it only take a second to make an updated FADT table with headless mode enabled and use it as a boot override.

It sounds simple, but I don't know how: how might I make an updated FADT table?
It sounds like enabling Headless mode would (in addition to potentially fixing my issues) not put any video out over HDMI even if I did plug a monitor in, which is kinda not what I want either, in case I need local access to fix something; but it seems that there are significant errors in the FADT that could use fixing.

cfeedback wrote:
[0004]              Flags (decoded below) : 00000000
WBINVD instruction is operational (V1) : 0
WBINVD flushes all caches (V1) : 0
All CPUs support C1 (V1) : 0
C2 works on MP system (V1) : 0
Control Method Power Button (V1) : 0
Control Method Sleep Button (V1) : 0
RTC wake not in fixed reg space (V1) : 0
RTC can wake system from S4 (V1) : 0
32-bit PM Timer (V1) : 0
Docking Supported (V1) : 0
Reset Register Supported (V2) : 0
Sealed Case (V3) : 0
Headless - No Video (V3) : 0

I'm not sure where you got this from..

It's starting to sound more and more like my BIOS is buggy as, which is not surprising to me given that it's a random Chinese miniPC.  I have a CH341A programmer, so I can pull the default BIOS and recover it if needed, but I only wish I knew how to fix it..

I'd be just as content, frankly, to tell whatever it is that's doing the disabling, to just stop disabling irq 9, whatever the consequences, after spending all day fruitlessly attempting to research/solve this.

Last edited by bawachhe (2019-12-02 13:35:55)

Offline

Board footer

Powered by FluxBB