Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Created June 5, 2022 02:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manouchehri/58ddad4b7e5e90571a486cbf175cccf4 to your computer and use it in GitHub Desktop.
Save Manouchehri/58ddad4b7e5e90571a486cbf175cccf4 to your computer and use it in GitHub Desktop.
c7g.medium AWS
processor : 0
BogoMIPS : 2100.00
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs paca pacg dcpodp svei8mm svebf16 i8mm bf16 dgh rng
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x1
CPU part : 0xd40
CPU revision : 1
[fedora@ip-172-31-0-190 ~]$ sudo dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd401]
[ 0.000000] Linux version 5.11.12-300.fc34.aarch64 (mockbuild@buildvm-a64-10.iad2.fedoraproject.org) (gcc (GCC) 11.0.1 20210324 (Red Hat 11.0.1-0), GNU ld version 2.35.1-41.fc34) #1 SMP Wed Apr 7 16:12:21 UTC 2021
[ 0.000000] efi: EFI v2.70 by EDK II
[ 0.000000] efi: SMBIOS=0x7bed0000 SMBIOS 3.0=0x7beb0000 ACPI=0x786e0000 ACPI 2.0=0x786e0014 MEMATTR=0x7a69a018 RNG=0x7bfded18 MEMRESERVE=0x78546b18
[ 0.000000] efi: seeding entropy pool
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000786E0014 000024 (v02 AMAZON)
[ 0.000000] ACPI: XSDT 0x00000000786D00E8 000064 (v01 AMAZON AMZNFACP 00000001 01000013)
[ 0.000000] ACPI: FACP 0x00000000786B0000 000114 (v06 AMAZON AMZNFACP 00000001 AMZN 00000001)
[ 0.000000] ACPI: DSDT 0x0000000078640000 00154F (v03 AMAZON AMZNDSDT 00000001 INTL 20160527)
[ 0.000000] ACPI: APIC 0x00000000786C0000 0000B8 (v03 AMAZON AMZNAPIC 00000001 AMZN 00000001)
[ 0.000000] ACPI: SPCR 0x00000000786A0000 000050 (v02 AMAZON AMZNSPCR 00000001 AMZN 00000001)
[ 0.000000] ACPI: GTDT 0x0000000078690000 000060 (v02 AMAZON AMZNGTDT 00000001 AMZN 00000001)
[ 0.000000] ACPI: MCFG 0x0000000078680000 00003C (v02 AMAZON AMZNMCFG 00000001 AMZN 00000001)
[ 0.000000] ACPI: SLIT 0x0000000078670000 00002D (v01 AMAZON AMZNSLIT 00000001 AMZN 00000001)
[ 0.000000] ACPI: IORT 0x0000000078660000 000078 (v01 AMAZON AMZNIORT 00000001 AMZN 00000001)
[ 0.000000] ACPI: PPTT 0x0000000078650000 0000B8 (v02 AMAZON AMZNPPTT 00000001 AMZN 00000001)
[ 0.000000] ACPI: SPCR: console: uart,mmio,0x90a0000,115200
[ 0.000000] ACPI: NUMA: Failed to initialise from firmware
[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000043bffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x43bbca8c0-0x43bbe0fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x000000043bffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000786effff]
[ 0.000000] node 0: [mem 0x00000000786f0000-0x000000007872ffff]
[ 0.000000] node 0: [mem 0x0000000078730000-0x000000007bbfffff]
[ 0.000000] node 0: [mem 0x000000007bc00000-0x000000007bfdffff]
[ 0.000000] node 0: [mem 0x000000007bfe0000-0x000000007fffffff]
[ 0.000000] node 0: [mem 0x0000000400000000-0x000000043bffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000043bffffff]
[ 0.000000] On node 0 totalpages: 507904
[ 0.000000] DMA zone: 4096 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 262144 pages, LIFO batch:63
[ 0.000000] Normal zone: 3840 pages used for memmap
[ 0.000000] Normal zone: 245760 pages, LIFO batch:63
[ 0.000000] cma: Reserved 64 MiB at 0x000000007c000000
[ 0.000000] psci: probing for conduit method from ACPI.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] ACPI: SRAT not present
[ 0.000000] percpu: Embedded 31 pages/cpu s89560 r8192 d29224 u126976
[ 0.000000] pcpu-alloc: s89560 r8192 d29224 u126976 alloc=31*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: Hardware dirty bit management
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Address authentication (architected algorithm)
[ 0.000000] alternatives: patching kernel code
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 499968
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.11.12-300.fc34.aarch64 root=UUID=29b43258-d027-4626-a614-7d5cf44b0bb1 ro no_timer_check net.ifnames=0 console=tty1 console=ttyS0,115200n8 console=tty0
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x000000007019e000-0x000000007419e000] (64MB)
[ 0.000000] Memory: 1785516K/2031616K available (15424K kernel code, 3932K rwdata, 10724K rodata, 6592K init, 8326K bss, 180564K reserved, 65536K cma-reserved)
[ 0.000000] random: get_random_u64 called from kmem_cache_open+0x34/0x320 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] ftrace: allocating 50630 entries in 198 pages
[ 0.000000] ftrace: allocated 198 pages with 4 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4096 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: 96 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: Enabling SGIs without active state
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000010200000
[ 0.000000] ACPI: SRAT not present
[ 0.000000] ITS [mem 0x10080000-0x1009ffff]
[ 0.000000] ITS@0x0000000010080000: allocated 8192 Devices @4001b0000 (indirect, esz 8, psz 64K, shr 1)
[ 0.000000] ITS@0x0000000010080000: allocated 8192 Interrupt Collections @4001c0000 (flat, esz 8, psz 64K, shr 1)
[ 0.000000] GICv3: using LPI property table @0x00000004001d0000
[ 0.000000] ITS: Using hypervisor restricted LPI range [128]
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000004001e0000
[ 0.000000] rcu: Offload RCU callbacks from CPUs: (none).
[ 0.000000] arch_timer: cp15 timer(s) running at 1050.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xf2298382b6, max_idle_ns: 440795208269 ns
[ 0.000000] sched_clock: 56 bits at 1050MHz, resolution 0ns, wraps every 2199023255551ns
[ 0.000026] Console: colour dummy device 80x25
[ 0.000106] printk: console [tty1] enabled
[ 0.000121] ACPI: Core revision 20201113
[ 0.000154] Calibrating delay loop (skipped), value calculated using timer frequency.. 2100.00 BogoMIPS (lpj=10500000)
[ 0.000157] pid_max: default: 32768 minimum: 301
[ 0.000175] LSM: Security Framework initializing
[ 0.000184] Yama: becoming mindful.
[ 0.000190] SELinux: Initializing.
[ 0.000213] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.000217] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.000534] rcu: Hierarchical SRCU implementation.
[ 0.000683] Platform MSI: ITS@0x10080000 domain created
[ 0.000688] PCI/MSI: ITS@0x10080000 domain created
[ 0.000691] fsl-mc MSI: ITS@0x10080000 domain created
[ 0.000696] Remapping and enabling EFI services.
[ 0.000811] smp: Bringing up secondary CPUs ...
[ 0.000813] smp: Brought up 1 node, 1 CPU
[ 0.000815] SMP: Total of 1 processors activated.
[ 0.000817] CPU features: detected: Privileged Access Never
[ 0.000819] CPU features: detected: LSE atomic instructions
[ 0.000820] CPU features: detected: 32-bit EL0 Support
[ 0.000822] CPU features: detected: Common not Private translations
[ 0.000823] CPU features: detected: Data cache clean to Point of Persistence
[ 0.000825] CPU features: detected: Scalable Vector Extension
[ 0.000826] CPU features: detected: RAS Extension Support
[ 0.000828] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.000830] CPU features: detected: Instruction cache invalidation not required for I/D coherence
[ 0.000832] CPU features: detected: Stage-2 Force Write-Back
[ 0.000833] CPU features: detected: CRC32 instructions
[ 0.000834] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.000836] CPU features: detected: Generic authentication (architected algorithm)
[ 0.000838] CPU features: detected: Data cache clean to Point of Deep Persistence
[ 0.000839] CPU features: detected: Random Number Generator
[ 0.000841] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.009691] SVE: maximum available vector length 32 bytes per vector
[ 0.009694] SVE: default vector length 32 bytes per vector
[ 0.018065] CPU: All CPU(s) started at EL1
[ 0.018395] devtmpfs: initialized
[ 0.018581] Registered cp15_barrier emulation handler
[ 0.018587] Registered setend emulation handler
[ 0.018590] KASLR enabled
[ 0.018618] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.018622] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.018856] pinctrl core: initialized pinctrl subsystem
[ 0.018966] SMBIOS 3.0.0 present.
[ 0.018970] DMI: Amazon EC2 c7g.medium/, BIOS 1.0 11/1/2018
[ 0.019051] NET: Registered protocol family 16
[ 0.019637] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.019685] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.019741] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.019749] audit: initializing netlink subsys (disabled)
[ 0.019861] thermal_sys: Registered thermal governor 'fair_share'
[ 0.019862] thermal_sys: Registered thermal governor 'step_wise'
[ 0.019864] thermal_sys: Registered thermal governor 'user_space'
[ 0.019868] cpuidle: using governor menu
[ 0.019909] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.019920] ASID allocator initialised with 32768 entries
[ 0.019951] ACPI: bus type PCI registered
[ 0.019953] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.019979] Serial: AMBA PL011 UART driver
[ 0.020861] audit: type=2000 audit(0.010:1): state=initialized audit_enabled=0 res=1
[ 0.020907] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.020909] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.020911] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.020912] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.107855] cryptd: max_cpu_qlen set to 1000
[ 0.108560] alg: No test for 842 (842-generic)
[ 0.108572] alg: No test for 842 (842-scomp)
[ 0.110014] raid6: skip pq benchmark and using algorithm neonx8
[ 0.110018] raid6: using neon recovery algorithm
[ 0.110061] fbcon: Taking over console
[ 0.110070] ACPI: Added _OSI(Module Device)
[ 0.110072] ACPI: Added _OSI(Processor Device)
[ 0.110074] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.110076] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.110078] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.110079] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.110081] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.110581] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.110731] ACPI: Interpreter enabled
[ 0.110732] ACPI: Using GIC for interrupt routing
[ 0.110740] ACPI: MCFG table detected, 1 entries
[ 0.112111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-0f])
[ 0.112119] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.112180] acpi PNP0A08:00: _OSC: platform does not support [LTR DPC]
[ 0.112225] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.112294] acpi PNP0A08:00: ECAM area [mem 0x20000000-0x20ffffff] reserved by PNP0C02:00
[ 0.112300] acpi PNP0A08:00: ECAM at [mem 0x20000000-0x20ffffff] for [bus 00-0f]
[ 0.112313] Remapped I/O 0x000000001fff0000 to [io 0x0000-0xffff window]
[ 0.112489] acpiphp: Slot [1] registered
[ 0.112502] acpiphp: Slot [2] registered
[ 0.112514] acpiphp: Slot [3] registered
[ 0.112525] acpiphp: Slot [4] registered
[ 0.112536] acpiphp: Slot [5] registered
[ 0.112548] acpiphp: Slot [6] registered
[ 0.112558] acpiphp: Slot [7] registered
[ 0.112569] acpiphp: Slot [8] registered
[ 0.112579] acpiphp: Slot [9] registered
[ 0.112589] acpiphp: Slot [10] registered
[ 0.112599] acpiphp: Slot [11] registered
[ 0.112610] acpiphp: Slot [12] registered
[ 0.112620] acpiphp: Slot [13] registered
[ 0.112630] acpiphp: Slot [14] registered
[ 0.112641] acpiphp: Slot [15] registered
[ 0.112651] acpiphp: Slot [16] registered
[ 0.112662] acpiphp: Slot [17] registered
[ 0.112673] acpiphp: Slot [18] registered
[ 0.112683] acpiphp: Slot [19] registered
[ 0.112693] acpiphp: Slot [20] registered
[ 0.112703] acpiphp: Slot [21] registered
[ 0.112713] acpiphp: Slot [22] registered
[ 0.112723] acpiphp: Slot [23] registered
[ 0.112734] acpiphp: Slot [24] registered
[ 0.112744] acpiphp: Slot [25] registered
[ 0.112754] acpiphp: Slot [26] registered
[ 0.112764] acpiphp: Slot [27] registered
[ 0.112775] acpiphp: Slot [28] registered
[ 0.112785] acpiphp: Slot [29] registered
[ 0.112795] acpiphp: Slot [30] registered
[ 0.112805] acpiphp: Slot [31] registered
[ 0.112821] PCI host bridge to bus 0000:00
[ 0.112823] pci_bus 0000:00: root bus resource [mem 0x80000000-0xffffffff window]
[ 0.112826] pci_bus 0000:00: root bus resource [io 0x0000-0xffff window]
[ 0.112828] pci_bus 0000:00: root bus resource [mem 0x400000000000-0x407fffffffff window]
[ 0.112831] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 0.112872] pci 0000:00:00.0: [1d0f:0200] type 00 class 0x060000
[ 0.113230] pci 0000:00:01.0: [1d0f:8250] type 00 class 0x070003
[ 0.113297] pci 0000:00:01.0: reg 0x10: [mem 0x80028000-0x80028fff]
[ 0.113620] pci 0000:00:04.0: [1d0f:8061] type 00 class 0x010802
[ 0.114041] pci 0000:00:04.0: reg 0x10: [mem 0x80020000-0x80023fff]
[ 0.115302] pci 0000:00:04.0: enabling Extended Tags
[ 0.115505] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.115741] pci 0000:00:05.0: [1d0f:ec20] type 00 class 0x020000
[ 0.115802] pci 0000:00:05.0: reg 0x10: [mem 0x80026000-0x80027fff]
[ 0.115824] pci 0000:00:05.0: reg 0x14: [mem 0x80024000-0x80025fff]
[ 0.115847] pci 0000:00:05.0: reg 0x18: [mem 0x80000000-0x8001ffff pref]
[ 0.115964] pci 0000:00:05.0: enabling Extended Tags
[ 0.116158] pci 0000:00:05.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.116379] pci 0000:00:05.0: BAR 2: assigned [mem 0x80000000-0x8001ffff pref]
[ 0.116391] pci 0000:00:04.0: BAR 0: assigned [mem 0x80020000-0x80023fff]
[ 0.116402] pci 0000:00:05.0: BAR 0: assigned [mem 0x80024000-0x80025fff]
[ 0.116412] pci 0000:00:05.0: BAR 1: assigned [mem 0x80026000-0x80027fff]
[ 0.116422] pci 0000:00:01.0: BAR 0: assigned [mem 0x80028000-0x80028fff]
[ 0.116434] pci_bus 0000:00: resource 4 [mem 0x80000000-0xffffffff window]
[ 0.116436] pci_bus 0000:00: resource 5 [io 0x0000-0xffff window]
[ 0.116438] pci_bus 0000:00: resource 6 [mem 0x400000000000-0x407fffffffff window]
[ 0.116458] ACPI: PCI Interrupt Link [GSI0] (IRQs *35)
[ 0.116466] ACPI: PCI Interrupt Link [GSI1] (IRQs *36)
[ 0.116472] ACPI: PCI Interrupt Link [GSI2] (IRQs *37)
[ 0.116479] ACPI: PCI Interrupt Link [GSI3] (IRQs *38)
[ 0.116776] iommu: Default domain type: Translated
[ 0.116801] vgaarb: loaded
[ 0.116872] SCSI subsystem initialized
[ 0.116893] libata version 3.00 loaded.
[ 0.116909] ACPI: bus type USB registered
[ 0.116921] usbcore: registered new interface driver usbfs
[ 0.116927] usbcore: registered new interface driver hub
[ 0.116932] usbcore: registered new device driver usb
[ 0.116952] pps_core: LinuxPPS API ver. 1 registered
[ 0.116954] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.116957] PTP clock support registered
[ 0.116979] EDAC MC: Ver: 3.0.0
[ 0.117118] Registered efivars operations
[ 0.117266] NetLabel: Initializing
[ 0.117268] NetLabel: domain hash size = 128
[ 0.117269] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.117279] NetLabel: unlabeled traffic allowed by default
[ 0.117334] clocksource: Switched to clocksource arch_sys_counter
[ 0.130892] VFS: Disk quotas dquot_6.6.0
[ 0.130905] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.130963] pnp: PnP ACPI init
[ 0.131027] system 00:00: [mem 0x20000000-0x2fffffff] could not be reserved
[ 0.131033] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.131037] pnp: PnP ACPI: found 1 devices
[ 0.131729] NET: Registered protocol family 2
[ 0.131845] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.131851] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.131864] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.131893] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.131914] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
[ 0.131923] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.131927] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.131951] NET: Registered protocol family 1
[ 0.131955] NET: Registered protocol family 44
[ 0.132008] PCI: CLS 0 bytes, default 64
[ 0.132039] Trying to unpack rootfs image as initramfs...
[ 0.315498] Freeing initrd memory: 24296K
[ 0.315650] hw perfevents: enabled with armv8_pmuv3_0 PMU driver, 3 counters available
[ 0.315656] kvm [1]: HYP mode not available
[ 0.330393] Initialise system trusted keyrings
[ 0.330405] Key type blacklist registered
[ 0.330427] workingset: timestamp_bits=37 max_order=19 bucket_order=0
[ 0.331291] zbud: loaded
[ 0.340305] NET: Registered protocol family 38
[ 0.340310] xor: measuring software checksum speed
[ 0.340752] 8regs : 22353 MB/sec
[ 0.341187] 32regs : 22958 MB/sec
[ 0.341453] arm64_neon : 40998 MB/sec
[ 0.341454] xor: using function: arm64_neon (40998 MB/sec)
[ 0.341457] Key type asymmetric registered
[ 0.341458] Asymmetric key parser 'x509' registered
[ 0.341466] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.341491] io scheduler mq-deadline registered
[ 0.341493] io scheduler kyber registered
[ 0.341510] io scheduler bfq registered
[ 0.341544] atomic64_test: passed
[ 0.341886] pl061_gpio ARMH0061:00: PL061 GPIO chip registered
[ 0.342810] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.342828] ACPI: Power Button [PWRB]
[ 0.343164] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.343998] PCI Interrupt Link [GSI2] enabled at IRQ 37
[ 0.344023] serial 0000:00:01.0: enabling device (0010 -> 0012)
[ 0.344209] printk: console [ttyS0] disabled
[ 0.344426] 0000:00:01.0: ttyS0 at MMIO 0x80028000 (irq = 14, base_baud = 115200) is a 16550A
[ 0.677846] printk: console [ttyS0] enabled
[ 0.678792] msm_serial: driver initialized
[ 0.679948] libphy: Fixed MDIO Bus: probed
[ 0.680823] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.682094] ehci-pci: EHCI PCI platform driver
[ 0.682986] usbcore: registered new interface driver usbserial_generic
[ 0.684254] usbserial: USB Serial support registered for generic
[ 0.685440] mousedev: PS/2 mouse device common for all mice
[ 0.686616] rtc-efi rtc-efi.0: registered as rtc0
[ 0.687554] rtc-efi rtc-efi.0: setting system clock to 2022-06-05T02:13:20 UTC (1654395200)
[ 0.689257] device-mapper: uevent: version 1.0.3
[ 0.690194] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 0.691907] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.693137] hid: raw HID events driver (C) Jiri Kosina
[ 0.694162] usbcore: registered new interface driver usbhid
[ 0.695247] usbhid: USB HID core driver
[ 0.696071] drop_monitor: Initializing network drop monitor service
[ 0.697332] Initializing XFRM netlink socket
[ 0.698256] NET: Registered protocol family 10
[ 0.702420] Segment Routing with IPv6
[ 0.703165] RPL Segment Routing with IPv6
[ 0.703973] mip6: Mobile IPv6
[ 0.704566] NET: Registered protocol family 17
[ 0.705524] registered taskstats version 1
[ 0.706341] Loading compiled-in X.509 certificates
[ 0.707738] Loaded X.509 cert 'Fedora kernel signing key: 81ec0cca2f6fd81e427f76429d32cc993031c7ab'
[ 0.709505] zswap: loaded using pool lzo/zbud
[ 0.710445] Key type ._fscrypt registered
[ 0.711243] Key type .fscrypt registered
[ 0.712019] Key type fscrypt-provisioning registered
[ 0.713145] Btrfs loaded, crc32c=crc32c-generic, zoned=yes
[ 0.743421] Key type encrypted registered
[ 0.744239] ima: No TPM chip found, activating TPM-bypass!
[ 0.745324] ima: Allocated hash algorithm: sha256
[ 0.746255] ima: No architecture policies found
[ 0.747155] evm: Initialising EVM extended attributes:
[ 0.748172] evm: security.selinux
[ 0.748831] evm: security.ima
[ 0.749425] evm: security.capability
[ 0.750133] evm: HMAC attrs: 0x1
[ 0.752148] Freeing unused kernel memory: 6592K
[ 0.770346] Checked W+X mappings: passed, no W+X pages found
[ 0.771459] rodata_test: all tests were successful
[ 0.772401] Run /init as init process
[ 0.773127] with arguments:
[ 0.773128] /init
[ 0.773129] no_timer_check
[ 0.773129] with environment:
[ 0.773130] HOME=/
[ 0.773130] TERM=linux
[ 0.773131] BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.11.12-300.fc34.aarch64
[ 0.779852] systemd[1]: systemd v248-2.fc34 running in system mode. (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 0.785777] systemd[1]: Detected architecture arm64.
[ 0.786757] systemd[1]: Running in initial RAM disk.
[ 0.787854] systemd[1]: No hostname configured, using default hostname.
[ 0.789213] systemd[1]: Hostname set to <fedora>.
[ 0.790191] random: systemd: uninitialized urandom read (16 bytes read)
[ 0.791502] systemd[1]: Initializing machine ID from random generator.
[ 0.846127] systemd[1]: Queued start job for default target Initrd Default Target.
[ 0.847850] random: systemd: uninitialized urandom read (16 bytes read)
[ 0.849203] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 0.850835] random: systemd: uninitialized urandom read (16 bytes read)
[ 0.852138] systemd[1]: Reached target Local Encrypted Volumes.
[ 0.853351] systemd[1]: Reached target Local File Systems.
[ 0.854467] systemd[1]: Reached target Paths.
[ 0.855371] systemd[1]: Reached target Slices.
[ 0.856278] systemd[1]: Reached target Swap.
[ 0.857155] systemd[1]: Reached target Timers.
[ 0.858221] systemd[1]: Listening on Journal Audit Socket.
[ 0.859405] systemd[1]: Listening on Journal Socket (/dev/log).
[ 0.860670] systemd[1]: Listening on Journal Socket.
[ 0.861778] systemd[1]: Listening on udev Control Socket.
[ 0.862929] systemd[1]: Listening on udev Kernel Socket.
[ 0.864017] systemd[1]: Reached target Sockets.
[ 0.865698] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 0.867472] systemd[1]: Condition check resulted in Memstrack Anylazing Service being skipped.
[ 0.871110] systemd[1]: Starting Journal Service...
[ 0.877504] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[ 0.879552] systemd[1]: Starting Apply Kernel Variables...
[ 0.888105] systemd[1]: Starting Setup Virtual Console...
[ 0.889513] systemd[1]: Started Journal Service.
[ 0.895526] audit: type=1130 audit(1654395200.690:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.900812] audit: type=1130 audit(1654395200.710:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.904707] audit: type=1130 audit(1654395200.710:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.925317] audit: type=1130 audit(1654395200.720:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.937513] audit: type=1130 audit(1654395200.720:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.955406] audit: type=1130 audit(1654395200.750:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.995419] audit: type=1130 audit(1654395200.790:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.015314] audit: type=1130 audit(1654395200.810:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.037594] audit: type=1334 audit(1654395200.810:10): prog-id=6 op=LOAD
[ 1.193667] PCI Interrupt Link [GSI0] enabled at IRQ 35
[ 1.221177] nvme nvme0: pci function 0000:00:04.0
[ 1.227897] nvme nvme0: 1/0/0 default/read/poll queues
[ 1.455813] GPT:Primary header thinks Alt. header is not at the end of the disk.
[ 1.457258] GPT:10485759 != 12582911
[ 1.457969] GPT:Alternate GPT header not at the end of the disk.
[ 1.459132] GPT:10485759 != 12582911
[ 1.459836] GPT: Use GNU Parted to correct GPT errors.
[ 1.460838] nvme0n1: p1 p2
[ 2.210022] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 2.618409] systemd-journald[281]: Received SIGTERM from PID 1 (systemd).
[ 3.807146] random: fast init done
[ 5.128037] kauditd_printk_skb: 44 callbacks suppressed
[ 5.128039] audit: type=1404 audit(1654395204.930:55): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[ 5.359543] SELinux: policy capability network_peer_controls=1
[ 5.360716] SELinux: policy capability open_perms=1
[ 5.361687] SELinux: policy capability extended_socket_class=1
[ 5.362837] SELinux: policy capability always_check_network=0
[ 5.363970] SELinux: policy capability cgroup_seclabel=1
[ 5.365019] SELinux: policy capability nnp_nosuid_transition=1
[ 5.366165] SELinux: policy capability genfs_seclabel_symlinks=0
[ 5.375333] audit: type=1403 audit(1654395205.170:56): auid=4294967295 ses=4294967295 lsm=selinux res=1
[ 5.379051] systemd[1]: Successfully loaded SELinux policy in 251.350ms.
[ 6.391993] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 17.429ms.
[ 6.546681] systemd[1]: systemd v248-2.fc34 running in system mode. (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 6.552613] systemd[1]: Detected architecture arm64.
[ 6.566869] systemd[1]: Initializing machine ID from random generator.
[ 6.568212] systemd[1]: Installed transient /etc/machine-id file.
[ 6.619270] audit: type=1334 audit(1654395206.430:57): prog-id=15 op=LOAD
[ 6.620610] audit: type=1334 audit(1654395206.430:58): prog-id=15 op=UNLOAD
[ 6.622064] audit: type=1334 audit(1654395206.430:59): prog-id=16 op=LOAD
[ 6.623381] audit: type=1334 audit(1654395206.430:60): prog-id=16 op=UNLOAD
[ 10.383943] audit: type=1334 audit(1654395210.180:61): prog-id=17 op=LOAD
[ 10.385417] audit: type=1334 audit(1654395210.180:62): prog-id=18 op=LOAD
[ 10.387366] audit: type=1334 audit(1654395210.180:63): prog-id=19 op=LOAD
[ 10.389195] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[ 10.390768] audit: type=1131 audit(1654395210.190:64): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.394936] systemd[1]: Stopped Switch Root.
[ 10.396054] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 10.397849] audit: type=1130 audit(1654395210.190:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.402025] audit: type=1131 audit(1654395210.190:66): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.406428] systemd[1]: Created slice system-getty.slice.
[ 10.407849] systemd[1]: Created slice system-modprobe.slice.
[ 10.409179] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 10.410641] systemd[1]: Created slice system-sshd\x2dkeygen.slice.
[ 10.412048] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 10.413520] systemd[1]: Created slice User and Session Slice.
[ 10.414689] audit: type=1334 audit(1654395210.210:67): prog-id=17 op=UNLOAD
[ 10.416165] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 10.417895] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 10.419685] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 10.421575] systemd[1]: Reached target Local Encrypted Volumes.
[ 10.422779] systemd[1]: Stopped target Switch Root.
[ 10.423784] systemd[1]: Stopped target Initrd File Systems.
[ 10.424906] systemd[1]: Stopped target Initrd Root File System.
[ 10.426118] systemd[1]: Reached target Paths.
[ 10.427015] systemd[1]: Reached target Remote File Systems.
[ 10.428197] systemd[1]: Reached target Slices.
[ 10.429122] systemd[1]: Reached target Swap.
[ 10.429998] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[ 10.432593] systemd[1]: Listening on Process Core Dump Socket.
[ 10.433899] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 10.435647] systemd[1]: Listening on udev Control Socket.
[ 10.436929] systemd[1]: Listening on udev Kernel Socket.
[ 10.438269] systemd[1]: Listening on User Database Manager Socket.
[ 10.440222] systemd[1]: Mounting Huge Pages File System...
[ 10.442123] systemd[1]: Mounting POSIX Message Queue File System...
[ 10.444930] systemd[1]: Mounting Kernel Debug File System...
[ 10.447221] systemd[1]: Mounting Kernel Trace File System...
[ 10.450792] systemd[1]: Mounting Temporary Directory (/tmp)...
[ 10.456438] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 10.460686] systemd[1]: Starting Load Kernel Module configfs...
[ 10.463664] systemd[1]: Starting Load Kernel Module drm...
[ 10.466048] systemd[1]: Starting Load Kernel Module fuse...
[ 10.512273] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 10.514100] systemd[1]: Stopped Journal Service.
[ 10.515077] audit: type=1130 audit(1654395210.320:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.520292] systemd[1]: Starting Journal Service...
[ 10.521312] audit: type=1131 audit(1654395210.330:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.525475] audit: type=1334 audit(1654395210.330:70): prog-id=20 op=LOAD
[ 10.528697] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[ 10.530906] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 10.532301] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 10.535328] systemd[1]: Starting Apply Kernel Variables...
[ 10.537093] systemd[1]: Starting Coldplug All udev Devices...
[ 10.539277] systemd[1]: sysroot.mount: Deactivated successfully.
[ 10.544980] systemd[1]: Mounted Huge Pages File System.
[ 10.546272] systemd[1]: Mounted POSIX Message Queue File System.
[ 10.547619] systemd[1]: Mounted Kernel Debug File System.
[ 10.548785] systemd[1]: Mounted Kernel Trace File System.
[ 10.552632] systemd[1]: Mounted Temporary Directory (/tmp).
[ 10.558604] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
[ 10.561884] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 10.564843] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 10.570607] systemd[1]: Starting Rebuild Hardware Database...
[ 10.572423] systemd[1]: Starting Load/Save Random Seed...
[ 10.574791] systemd[1]: Starting Create System Users...
[ 10.576477] systemd[1]: Started Journal Service.
[ 10.660291] fuse: init (API version 7.33)
[ 10.682295] systemd-journald[517]: Received client request to flush runtime journal.
[ 13.753956] PCI Interrupt Link [GSI1] enabled at IRQ 36
[ 13.755049] ena 0000:00:05.0: enabling device (0010 -> 0012)
[ 13.798005] ena 0000:00:05.0: ENA device version: 0.10
[ 13.799035] ena 0000:00:05.0: ENA controller version: 0.0.1 implementation version 1
[ 13.861000] ena 0000:00:05.0: Elastic Network Adapter (ENA) found at mem 80024000, mac addr 0a:c1:4b:57:15:d1
[ 14.737342] random: crng init done
[ 14.738035] random: 7 urandom warning(s) missed due to ratelimiting
[ 26.917364] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 28.403544] EXT4-fs (nvme0n1p2): resizing filesystem from 1156608 to 1419003 blocks
[ 28.456065] EXT4-fs (nvme0n1p2): resized filesystem to 1419003
Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 1
NUMA node(s): 1
Vendor ID: ARM
Model: 1
Stepping: r1p1
BogoMIPS: 2100.00
L1d cache: 64 KiB
L1i cache: 64 KiB
L2 cache: 1 MiB
L3 cache: 32 MiB
NUMA node0 CPU(s): 0
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1: Mitigation; __user pointer sanitization
Vulnerability Spectre v2: Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha51
2 sve asimdfhm dit uscat ilrcpc flagm ssbs paca pacg dcpodp svei8mm svebf16 i8mm bf16 dgh rng
[fedora@ip-172-31-0-190 ~]$ sudo lshw
ip-172-31-0-190.ec2.internal
description: Computer
product: c7g.medium
vendor: Amazon EC2
serial: ec2b8bea-26bc-b989-c42b-16a80ae03f97
width: 64 bits
capabilities: smbios-3.0.0 dmi-3.0.0 cp15_barrier setend sve_default_vector_length swp tagged_addr_disabled
configuration: uuid=EA8B2BEC-BC26-89B9-C42B-16A80AE03F97
*-core
description: Motherboard
vendor: Amazon EC2
physical id: 0
*-firmware
description: BIOS
vendor: Amazon EC2
physical id: 0
version: 1.0
date: 11/1/2018
size: 64KiB
capacity: 64KiB
capabilities: pci edd acpi virtualmachine
*-cpu
description: CPU
product: ARMv8 (AWS Graviton3)
vendor: AWS
physical id: 4
bus info: cpu@0
version: AWS Graviton3
serial: AWS Graviton3
slot: CPU00
size: 2600MHz
capacity: 2600MHz
configuration: cores=1 enabledcores=1 threads=1
*-memory
description: System memory
physical id: 1
size: 2GiB
*-pci
description: Host bridge
product: Amazon.com, Inc.
vendor: Amazon.com, Inc.
physical id: 100
bus info: pci@0000:00:00.0
version: 00
width: 32 bits
clock: 33MHz
*-communication
description: Serial controller
product: Amazon.com, Inc.
vendor: Amazon.com, Inc.
physical id: 1
bus info: pci@0000:00:01.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: 16650 cap_list
configuration: driver=serial latency=0
resources: irq:14 memory:80028000-80028fff
*-nvme
description: NVMe device
product: Amazon Elastic Block Store
vendor: Amazon.com, Inc.
physical id: 4
bus info: pci@0000:00:04.0
logical name: /dev/nvme0
version: 2.0
serial: vol064302db4e9c0bd8e
width: 32 bits
clock: 33MHz
capabilities: nvme pciexpress msix pm nvm_express bus_master cap_list
configuration: driver=nvme latency=0 nqn=nqn:2008-08.com.amazon.aws:ebs:vol064302db4e9c0bd8e state=live
resources: irq:12 memory:80020000-80023fff
*-namespace
description: NVMe disk
physical id: 1
bus info: nvme@0:1
logical name: /dev/nvme0n1
size: 6GiB (6442MB)
capabilities: gpt-1.00 partitioned partitioned:gpt
configuration: guid=82b3951e-4cba-42b3-9fe3-bc2f030dfbcb logicalsectorsize=512 sectorsize=4096 wwid=nvme.1d0f-766f6c3036343330326462346539633062643865-416d617a6f6e20456c617374696320426c6f636b2053746f7265-00000001
*-volume:0 UNCLAIMED
description: Windows FAT volume
vendor: mkfs.fat
physical id: 1
bus info: nvme@0:1,1
version: FAT32
serial: 7ae2-792d
size: 598MiB
capacity: 599MiB
capabilities: boot fat initialized
configuration: FATs=2 filesystem=fat name=EFI System Partition
*-volume:1
description: EXT4 volume
vendor: Linux
physical id: 2
bus info: nvme@0:1,2
logical name: /dev/nvme0n1p2
logical name: /
version: 1.0
serial: 29b43258-d027-4626-a614-7d5cf44b0bb1
size: 4518MiB
capacity: 5542MiB
capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
configuration: created=2021-04-23 10:55:41 filesystem=ext4 lastmountpoint=/ modified=2022-06-05 02:13:21 mount.fstype=ext4 mount.options=rw,seclabel,relatime mounted=2022-06-05 02:13:30 state=mounted
*-network
description: Ethernet interface
product: Elastic Network Adapter (ENA)
vendor: Amazon.com, Inc.
physical id: 5
bus info: pci@0000:00:05.0
logical name: eth0
version: 00
serial: 0a:c1:4b:57:15:d1
width: 32 bits
clock: 33MHz
capabilities: pciexpress msix pm bus_master cap_list ethernet physical
configuration: broadcast=yes driver=ena driverversion=5.11.12-300.fc34.aarch64 ip=172.31.0.190 latency=0 link=yes multicast=yes
resources: irq:13 memory:80024000-80025fff memory:80026000-80027fff memory:80000000-8001ffff
*-pnp00:00
product: PnP device PNP0c02
physical id: 2
capabilities: pnp
configuration: driver=system
0000:00:00.0 Host bridge [0600]: Amazon.com, Inc. Device [1d0f:0200]
Physical Slot: 0
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
0000:00:01.0 Serial controller [0700]: Amazon.com, Inc. Device [1d0f:8250] (prog-if 03 [16650])
Physical Slot: 1
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin B routed to IRQ 14
Region 0: Memory at 80028000 (32-bit, non-prefetchable) [size=4K]
Kernel driver in use: serial
0000:00:04.0 Non-Volatile memory controller [0108]: Amazon.com, Inc. NVMe EBS Controller [1d0f:8061] (prog-if 02 [NVM Express])
Subsystem: Amazon.com, Inc. Device [1d0f:0000]
Physical Slot: 4
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 12
NUMA node: 0
Region 0: Memory at 80020000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+ FLReset-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
AtomicOpsCtl: ReqEn-
Capabilities: [b0] MSI-X: Enable+ Count=9 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [bc] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Bridge: PM- B3+
Kernel driver in use: nvme
Kernel modules: nvme
0000:00:05.0 Ethernet controller [0200]: Amazon.com, Inc. Elastic Network Adapter (ENA) [1d0f:ec20]
Subsystem: Amazon.com, Inc. Elastic Network Adapter (ENA) [1d0f:ec20]
Physical Slot: 5
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 13
Region 0: Memory at 80024000 (32-bit, non-prefetchable) [size=8K]
Region 1: Memory at 80026000 (32-bit, non-prefetchable) [size=8K]
Region 2: Memory at 80000000 (32-bit, prefetchable) [size=128K]
Capabilities: [70] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+ FLReset+
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled,
AtomicOpsCtl: ReqEn-
Capabilities: [b0] MSI-X: Enable+ Count=5 Masked-
Vector table: BAR=1 offset=00000000
PBA: BAR=1 offset=00001f00
Capabilities: [bc] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Bridge: PM- B3+
Kernel driver in use: ena
Kernel modules: ena
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment