Skip to content

Instantly share code, notes, and snippets.

@mpictor
Last active July 30, 2018 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpictor/550fa75dba404773b8be2907f5bfe81a to your computer and use it in GitHub Desktop.
Save mpictor/550fa75dba404773b8be2907f5bfe81a to your computer and use it in GitHub Desktop.
4.17.6: "smartpqi 0000:b1:00.0: resetting scsi 0:1:0:0" (mke2fs hangs)

kernel version: 4.17.6 (similar failures with 4.14.28, 4.14.53)

kernel config: file below

hardware: HP ProLiant DL360 Gen10

firmware: UEFI (Note: issue not encountered with legacy boot)

In dmesg, these two lines jump out at me (line 1160-1161):

[  759.044424] smartpqi 0000:b1:00.0: resetting scsi 0:1:0:0
[  967.648099] INFO: task kworker/u40:1:143 blocked for more than 120 seconds.

mke2fs hangs indefinitely; strace indicates this is on the fsync syscall.

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.17.6 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=28
CONFIG_ARCH_MMAP_RND_BITS_MAX=32
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_ARCH_HAS_FILTER_PGPROT=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_PGTABLE_LEVELS=4
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y
#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
CONFIG_KERNEL_XZ=y
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y
#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y
#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_CPU_ISOLATION=y
#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
CONFIG_TREE_SRCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=18
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_NUMA_BALANCING=y
# CONFIG_NUMA_BALANCING_DEFAULT_ENABLED is not set
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_CGROUP_PIDS=y
# CONFIG_CGROUP_RDMA is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_BPF=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_RD_GZIP is not set
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BPF=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_MULTIUSER=y
# CONFIG_SGETMASK_SYSCALL is not set
# CONFIG_SYSFS_SYSCALL is not set
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_PRINTK_NMI=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_BPF_SYSCALL=y
# CONFIG_BPF_JIT_ALWAYS_ON is not set
CONFIG_USERFAULTFD=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y
# CONFIG_PC104 is not set
#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLUB_MEMCG_SYSFS_ON is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_SLAB_MERGE_DEFAULT=y
# CONFIG_SLAB_FREELIST_RANDOM is not set
# CONFIG_SLAB_FREELIST_HARDENED is not set
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_SYSTEM_DATA_VERIFICATION=y
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
CONFIG_CRASH_CORE=y
CONFIG_KEXEC_CORE=y
# CONFIG_OPROFILE is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
CONFIG_OPTPROBES=y
CONFIG_KPROBES_ON_FTRACE=y
CONFIG_UPROBES=y
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
CONFIG_HAVE_NMI=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_SET_MEMORY=y
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_RCU_TABLE_FREE=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_GCC_PLUGINS=y
# CONFIG_GCC_PLUGINS is not set
CONFIG_HAVE_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR_NONE is not set
CONFIG_CC_STACKPROTECTOR_REGULAR=y
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
# CONFIG_CC_STACKPROTECTOR_AUTO is not set
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_HAVE_EXIT_THREAD=y
CONFIG_ARCH_MMAP_RND_BITS=28
CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y
CONFIG_HAVE_COPY_THREAD_TLS=y
CONFIG_HAVE_STACK_VALIDATION=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y
CONFIG_HAVE_ARCH_VMAP_STACK=y
CONFIG_VMAP_STACK=y
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
CONFIG_ARCH_HAS_REFCOUNT=y
# CONFIG_REFCOUNT_FULL is not set
#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_MODULE_SIG=y
# CONFIG_MODULE_SIG_FORCE is not set
CONFIG_MODULE_SIG_ALL=y
# CONFIG_MODULE_SIG_SHA1 is not set
# CONFIG_MODULE_SIG_SHA224 is not set
CONFIG_MODULE_SIG_SHA256=y
# CONFIG_MODULE_SIG_SHA384 is not set
# CONFIG_MODULE_SIG_SHA512 is not set
CONFIG_MODULE_SIG_HASH="sha256"
# CONFIG_MODULE_COMPRESS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_SCSI_REQUEST=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_DEV_ZONED is not set
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_DEV_THROTTLING_LOW is not set
CONFIG_BLK_CMDLINE_PARSER=y
# CONFIG_BLK_WBT is not set
# CONFIG_BLK_DEBUG_FS is not set
CONFIG_BLK_SED_OPAL=y
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
CONFIG_CMDLINE_PARTITION=y
CONFIG_BLOCK_COMPAT=y
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_CFQ_GROUP_IOSCHED is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_MQ_IOSCHED_DEADLINE=y
CONFIG_MQ_IOSCHED_KYBER=y
# CONFIG_IOSCHED_BFQ is not set
CONFIG_PADATA=y
CONFIG_ASN1=y
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_INLINE_READ_UNLOCK=y
CONFIG_INLINE_READ_UNLOCK_IRQ=y
CONFIG_INLINE_WRITE_UNLOCK=y
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
CONFIG_FREEZER=y
#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
CONFIG_X86_X2APIC=y
CONFIG_X86_MPPARSE=y
# CONFIG_GOLDFISH is not set
CONFIG_RETPOLINE=y
# CONFIG_INTEL_RDT is not set
# CONFIG_X86_EXTENDED_PLATFORM is not set
# CONFIG_X86_INTEL_LPSS is not set
# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
CONFIG_IOSF_MBI=y
# CONFIG_IOSF_MBI_DEBUG is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_DEBUG is not set
CONFIG_PARAVIRT_SPINLOCKS=y
# CONFIG_QUEUED_LOCK_STAT is not set
CONFIG_XEN=y
CONFIG_XEN_PV=y
CONFIG_XEN_PV_SMP=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_PVHVM_SMP=y
CONFIG_XEN_512GB=y
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_XEN_PVH=y
CONFIG_KVM_GUEST=y
# CONFIG_KVM_DEBUG_FS is not set
CONFIG_PARAVIRT_TIME_ACCOUNTING=y
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_JAILHOUSE_GUEST is not set
CONFIG_NO_BOOTMEM=y
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
CONFIG_MCORE2=y
# CONFIG_MATOM is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_P6_NOP=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_PROCESSOR_SELECT=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
# CONFIG_CPU_SUP_CENTAUR is not set
CONFIG_HPET_TIMER=y
CONFIG_DMI=y
# CONFIG_GART_IOMMU is not set
# CONFIG_CALGARY_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS_RANGE_BEGIN=2
CONFIG_NR_CPUS_RANGE_END=512
CONFIG_NR_CPUS_DEFAULT=64
CONFIG_NR_CPUS=128
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_SCHED_MC_PRIO=y
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
# CONFIG_X86_MCELOG_LEGACY is not set
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
#
# Performance monitoring
#
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_PERF_EVENTS_INTEL_RAPL=y
CONFIG_PERF_EVENTS_INTEL_CSTATE=y
# CONFIG_PERF_EVENTS_AMD_POWER is not set
CONFIG_X86_VSYSCALL_EMULATION=y
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
# CONFIG_X86_5LEVEL is not set
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_X86_DIRECT_GBPAGES=y
CONFIG_ARCH_HAS_MEM_ENCRYPT=y
CONFIG_AMD_MEM_ENCRYPT=y
CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT=y
CONFIG_ARCH_USE_MEMREMAP_PROT=y
CONFIG_NUMA=y
# CONFIG_AMD_NUMA is not set
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=10
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_MEMORY_PROBE=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_HAVE_GENERIC_GUP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
CONFIG_HAVE_BOOTMEM_INFO_NODE=y
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_ARCH_ENABLE_THP_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
# CONFIG_HWPOISON_INJECT is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
CONFIG_ARCH_WANTS_THP_SWAP=y
CONFIG_THP_SWAP=y
CONFIG_TRANSPARENT_HUGE_PAGECACHE=y
# CONFIG_CLEANCACHE is not set
# CONFIG_FRONTSWAP is not set
# CONFIG_CMA is not set
CONFIG_ZPOOL=y
CONFIG_ZBUD=y
# CONFIG_Z3FOLD is not set
CONFIG_ZSMALLOC=y
# CONFIG_PGTABLE_MAPPING is not set
CONFIG_ZSMALLOC_STAT=y
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_ZONE_DEVICE=y
# CONFIG_ZONE_DEVICE is not set
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
CONFIG_ARCH_HAS_PKEYS=y
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_BENCHMARK is not set
# CONFIG_X86_PMEM_LEGACY is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
CONFIG_X86_INTEL_UMIP=y
# CONFIG_X86_INTEL_MPX is not set
CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
CONFIG_EFI=y
CONFIG_EFI_STUB=y
# CONFIG_EFI_MIXED is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
CONFIG_ARCH_HAS_KEXEC_PURGATORY=y
CONFIG_KEXEC_VERIFY_SIG=y
# CONFIG_KEXEC_BZIMAGE_VERIFY_SIG is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_X86_NEED_RELOCS=y
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_DYNAMIC_MEMORY_LAYOUT=y
CONFIG_RANDOMIZE_MEMORY=y
CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_COMPAT_VDSO is not set
CONFIG_LEGACY_VSYSCALL_EMULATE=y
# CONFIG_LEGACY_VSYSCALL_NONE is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="rootfstype=ramfs"
# CONFIG_CMDLINE_OVERRIDE is not set
# CONFIG_MODIFY_LDT_SYSCALL is not set
CONFIG_HAVE_LIVEPATCH=y
# CONFIG_LIVEPATCH is not set
CONFIG_ARCH_HAS_ADD_PAGES=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
#
# Power management and ACPI options
#
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_SUSPEND_SKIP_SYNC is not set
CONFIG_HIBERNATE_CALLBACKS=y
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_CLK=y
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
# CONFIG_ACPI_DEBUGGER is not set
CONFIG_ACPI_SPCR_TABLE=y
CONFIG_ACPI_LPIT=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS_POWER=y
# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set
# CONFIG_ACPI_EC_DEBUGFS is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_FAN is not set
# CONFIG_ACPI_TAD is not set
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_CPU_FREQ_PSS=y
CONFIG_ACPI_PROCESSOR_CSTATE=y
CONFIG_ACPI_PROCESSOR_IDLE=y
CONFIG_ACPI_CPPC_LIB=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_IPMI=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_TABLE_UPGRADE=y
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_PCI_SLOT=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_MEMORY=y
CONFIG_ACPI_HOTPLUG_IOAPIC=y
# CONFIG_ACPI_SBS is not set
CONFIG_ACPI_HED=y
# CONFIG_ACPI_CUSTOM_METHOD is not set
# CONFIG_ACPI_BGRT is not set
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
CONFIG_ACPI_NFIT=y
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
CONFIG_ACPI_APEI=y
# CONFIG_ACPI_APEI_GHES is not set
CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_ACPI_APEI_MEMORY_FAILURE=y
# CONFIG_ACPI_APEI_EINJ is not set
CONFIG_ACPI_APEI_ERST_DEBUG=y
# CONFIG_DPTF_POWER is not set
CONFIG_ACPI_EXTLOG=y
# CONFIG_PMIC_OPREGION is not set
# CONFIG_ACPI_CONFIGFS is not set
CONFIG_X86_PM_TIMER=y
# CONFIG_SFI is not set
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set
#
# CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_PCC_CPUFREQ=y
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_X86_ACPI_CPUFREQ_CPB=y
CONFIG_X86_POWERNOW_K8=y
# CONFIG_X86_AMD_FREQ_SENSITIVITY is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set
#
# shared options
#
#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_INTEL_IDLE=y
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_XEN=y
CONFIG_PCI_DOMAINS=y
CONFIG_MMCONF_FAM10H=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
CONFIG_PCIEPORTBUS=y
# CONFIG_HOTPLUG_PCI_PCIE is not set
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
# CONFIG_PCIEASPM_DEFAULT is not set
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
CONFIG_PCIEASPM_PERFORMANCE=y
CONFIG_PCIE_PME=y
# CONFIG_PCIE_DPC is not set
# CONFIG_PCIE_PTM is not set
CONFIG_PCI_BUS_ADDR_T_64BIT=y
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
# CONFIG_PCI_STUB is not set
CONFIG_XEN_PCIDEV_FRONTEND=y
CONFIG_PCI_ATS=y
CONFIG_PCI_LOCKLESS_CONFIG=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_LABEL=y
CONFIG_PCI_HYPERV=y
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_ACPI=y
# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
# CONFIG_HOTPLUG_PCI_CPCI_GENERIC is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set
#
# Cadence PCIe controllers support
#
#
# DesignWare PCI Core Support
#
# CONFIG_PCIE_DW_PLAT is not set
#
# PCI host controller drivers
#
# CONFIG_VMD is not set
#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set
#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
# CONFIG_ISA_BUS is not set
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# CONFIG_PCCARD is not set
# CONFIG_RAPIDIO is not set
CONFIG_X86_SYSFB=y
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_BINFMT_MISC is not set
CONFIG_COREDUMP=y
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
# CONFIG_X86_X32 is not set
CONFIG_COMPAT_32=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_NET=y
CONFIG_NET_INGRESS=y
CONFIG_NET_EGRESS=y
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_TLS is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_NET_IP_TUNNEL=y
CONFIG_IP_MROUTE_COMMON=y
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_UDP_TUNNEL=y
# CONFIG_NET_FOU is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
# CONFIG_INET_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_IPV6_ILA is not set
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_BEET is not set
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
# CONFIG_IPV6_SEG6_LWTUNNEL is not set
# CONFIG_IPV6_SEG6_HMAC is not set
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_FAMILY_ARP=y
CONFIG_NETFILTER_NETLINK_ACCT=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
# CONFIG_NF_CONNTRACK is not set
CONFIG_NF_LOG_COMMON=y
# CONFIG_NF_LOG_NETDEV is not set
CONFIG_NF_TABLES=y
CONFIG_NF_TABLES_INET=y
CONFIG_NF_TABLES_NETDEV=y
CONFIG_NFT_EXTHDR=y
CONFIG_NFT_META=y
# CONFIG_NFT_RT is not set
# CONFIG_NFT_NUMGEN is not set
# CONFIG_NFT_SET_RBTREE is not set
# CONFIG_NFT_SET_HASH is not set
# CONFIG_NFT_SET_BITMAP is not set
# CONFIG_NFT_COUNTER is not set
# CONFIG_NFT_LOG is not set
# CONFIG_NFT_LIMIT is not set
# CONFIG_NFT_OBJREF is not set
# CONFIG_NFT_QUEUE is not set
# CONFIG_NFT_QUOTA is not set
CONFIG_NFT_REJECT=y
CONFIG_NFT_REJECT_INET=y
CONFIG_NFT_COMPAT=y
# CONFIG_NFT_HASH is not set
# CONFIG_NF_DUP_NETDEV is not set
# CONFIG_NFT_DUP_NETDEV is not set
# CONFIG_NFT_FWD_NETDEV is not set
CONFIG_NETFILTER_XTABLES=y
#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=y
CONFIG_NETFILTER_XT_SET=y
#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_AUDIT=y
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=y
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
CONFIG_NETFILTER_XT_TARGET_DSCP=y
CONFIG_NETFILTER_XT_TARGET_HL=y
CONFIG_NETFILTER_XT_TARGET_HMARK=y
# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
# CONFIG_NETFILTER_XT_TARGET_LOG is not set
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
# CONFIG_NETFILTER_XT_TARGET_TEE is not set
# CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
# CONFIG_NETFILTER_XT_TARGET_SECMARK is not set
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y
CONFIG_NETFILTER_XT_MATCH_BPF=y
CONFIG_NETFILTER_XT_MATCH_CGROUP=y
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
# CONFIG_NETFILTER_XT_MATCH_CPU is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
CONFIG_NETFILTER_XT_MATCH_DSCP=y
CONFIG_NETFILTER_XT_MATCH_ECN=y
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_HL is not set
# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
# CONFIG_NETFILTER_XT_MATCH_L2TP is not set
# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_MAC is not set
# CONFIG_NETFILTER_XT_MATCH_MARK is not set
# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
# CONFIG_NETFILTER_XT_MATCH_OSF is not set
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
# CONFIG_NETFILTER_XT_MATCH_STRING is not set
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
# CONFIG_NETFILTER_XT_MATCH_U32 is not set
CONFIG_IP_SET=y
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=y
CONFIG_IP_SET_BITMAP_IPMAC=y
CONFIG_IP_SET_BITMAP_PORT=y
CONFIG_IP_SET_HASH_IP=y
CONFIG_IP_SET_HASH_IPMARK=y
CONFIG_IP_SET_HASH_IPPORT=y
# CONFIG_IP_SET_HASH_IPPORTIP is not set
# CONFIG_IP_SET_HASH_IPPORTNET is not set
# CONFIG_IP_SET_HASH_IPMAC is not set
# CONFIG_IP_SET_HASH_MAC is not set
# CONFIG_IP_SET_HASH_NETPORTNET is not set
# CONFIG_IP_SET_HASH_NET is not set
# CONFIG_IP_SET_HASH_NETNET is not set
# CONFIG_IP_SET_HASH_NETPORT is not set
# CONFIG_IP_SET_HASH_NETIFACE is not set
CONFIG_IP_SET_LIST_SET=y
# CONFIG_IP_VS is not set
#
# IP: Netfilter Configuration
#
# CONFIG_NF_SOCKET_IPV4 is not set
CONFIG_NF_TABLES_IPV4=y
CONFIG_NFT_CHAIN_ROUTE_IPV4=y
CONFIG_NFT_REJECT_IPV4=y
CONFIG_NFT_DUP_IPV4=y
# CONFIG_NFT_FIB_IPV4 is not set
CONFIG_NF_TABLES_ARP=y
CONFIG_NF_DUP_IPV4=y
# CONFIG_NF_LOG_ARP is not set
CONFIG_NF_LOG_IPV4=y
CONFIG_NF_REJECT_IPV4=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_AH=y
CONFIG_IP_NF_MATCH_ECN=y
# CONFIG_IP_NF_MATCH_RPFILTER is not set
# CONFIG_IP_NF_MATCH_TTL is not set
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_ECN=y
CONFIG_IP_NF_TARGET_TTL=y
CONFIG_IP_NF_RAW=y
CONFIG_IP_NF_SECURITY=y
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
# CONFIG_IP_NF_ARP_MANGLE is not set
#
# IPv6: Netfilter Configuration
#
# CONFIG_NF_SOCKET_IPV6 is not set
CONFIG_NF_TABLES_IPV6=y
CONFIG_NFT_CHAIN_ROUTE_IPV6=y
CONFIG_NFT_REJECT_IPV6=y
CONFIG_NFT_DUP_IPV6=y
# CONFIG_NFT_FIB_IPV6 is not set
CONFIG_NF_DUP_IPV6=y
CONFIG_NF_REJECT_IPV6=y
CONFIG_NF_LOG_IPV6=y
CONFIG_IP6_NF_IPTABLES=y
CONFIG_IP6_NF_MATCH_AH=y
CONFIG_IP6_NF_MATCH_EUI64=y
# CONFIG_IP6_NF_MATCH_FRAG is not set
# CONFIG_IP6_NF_MATCH_OPTS is not set
# CONFIG_IP6_NF_MATCH_HL is not set
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
# CONFIG_IP6_NF_MATCH_MH is not set
# CONFIG_IP6_NF_MATCH_RPFILTER is not set
# CONFIG_IP6_NF_MATCH_RT is not set
# CONFIG_IP6_NF_MATCH_SRH is not set
# CONFIG_IP6_NF_TARGET_HL is not set
CONFIG_IP6_NF_FILTER=y
CONFIG_IP6_NF_TARGET_REJECT=y
CONFIG_IP6_NF_MANGLE=y
CONFIG_IP6_NF_RAW=y
CONFIG_IP6_NF_SECURITY=y
CONFIG_IP_DCCP=y
#
# DCCP CCIDs Configuration
#
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
CONFIG_IP_DCCP_CCID3=y
# CONFIG_IP_DCCP_CCID3_DEBUG is not set
CONFIG_IP_DCCP_TFRC_LIB=y
#
# DCCP Kernel Hacking
#
# CONFIG_IP_DCCP_DEBUG is not set
CONFIG_IP_SCTP=y
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
CONFIG_RDS=y
CONFIG_RDS_TCP=y
# CONFIG_RDS_DEBUG is not set
CONFIG_TIPC=y
CONFIG_TIPC_MEDIA_UDP=y
CONFIG_TIPC_DIAG=y
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=y
CONFIG_GARP=y
CONFIG_MRP=y
# CONFIG_BRIDGE is not set
CONFIG_HAVE_NET_DSA=y
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=y
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_VLAN_8021Q_MVRP=y
# CONFIG_DECNET is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=y
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
CONFIG_NET_SCH_MULTIQ=y
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
CONFIG_NET_SCH_TEQL=y
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_CBS is not set
# CONFIG_NET_SCH_GRED is not set
CONFIG_NET_SCH_DSMARK=y
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_CODEL is not set
# CONFIG_NET_SCH_FQ_CODEL is not set
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
CONFIG_NET_SCH_INGRESS=y
# CONFIG_NET_SCH_PLUG is not set
# CONFIG_NET_SCH_DEFAULT is not set
#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
CONFIG_NET_CLS_TCINDEX=y
CONFIG_NET_CLS_ROUTE4=y
CONFIG_NET_CLS_FW=y
# CONFIG_NET_CLS_U32 is not set
CONFIG_NET_CLS_RSVP=y
CONFIG_NET_CLS_RSVP6=y
CONFIG_NET_CLS_FLOW=y
CONFIG_NET_CLS_CGROUP=y
CONFIG_NET_CLS_BPF=y
# CONFIG_NET_CLS_FLOWER is not set
# CONFIG_NET_CLS_MATCHALL is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=y
CONFIG_NET_EMATCH_NBYTE=y
CONFIG_NET_EMATCH_U32=y
CONFIG_NET_EMATCH_META=y
CONFIG_NET_EMATCH_TEXT=y
CONFIG_NET_EMATCH_IPSET=y
# CONFIG_NET_EMATCH_IPT is not set
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
CONFIG_NET_ACT_GACT=y
CONFIG_GACT_PROB=y
# CONFIG_NET_ACT_MIRRED is not set
# CONFIG_NET_ACT_SAMPLE is not set
CONFIG_NET_ACT_IPT=y
# CONFIG_NET_ACT_NAT is not set
CONFIG_NET_ACT_PEDIT=y
# CONFIG_NET_ACT_SIMP is not set
CONFIG_NET_ACT_SKBEDIT=y
CONFIG_NET_ACT_CSUM=y
CONFIG_NET_ACT_VLAN=y
CONFIG_NET_ACT_BPF=y
# CONFIG_NET_ACT_SKBMOD is not set
# CONFIG_NET_ACT_IFE is not set
# CONFIG_NET_ACT_TUNNEL_KEY is not set
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
# CONFIG_DNS_RESOLVER is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
CONFIG_VSOCKETS=y
CONFIG_VSOCKETS_DIAG=y
CONFIG_VMWARE_VMCI_VSOCKETS=y
# CONFIG_VIRTIO_VSOCKETS is not set
CONFIG_HYPERV_VSOCKETS=y
# CONFIG_NETLINK_DIAG is not set
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=y
CONFIG_MPLS_ROUTING=y
# CONFIG_MPLS_IPTUNNEL is not set
# CONFIG_NET_NSH is not set
# CONFIG_HSR is not set
# CONFIG_NET_SWITCHDEV is not set
# CONFIG_NET_L3_MASTER_DEV is not set
# CONFIG_NET_NCSI is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
CONFIG_CGROUP_NET_PRIO=y
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_STREAM_PARSER=y
CONFIG_NET_FLOW_LIMIT=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_DROP_MONITOR is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
CONFIG_STREAM_PARSER=y
CONFIG_FIB_RULES=y
# CONFIG_WIRELESS is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
CONFIG_NET_9P=y
CONFIG_NET_9P_VIRTIO=y
CONFIG_NET_9P_XEN=y
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
# CONFIG_PSAMPLE is not set
# CONFIG_NET_IFE is not set
CONFIG_LWTUNNEL=y
# CONFIG_LWTUNNEL_BPF is not set
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
# CONFIG_NET_DEVLINK is not set
CONFIG_MAY_USE_DEVLINK=y
CONFIG_HAVE_EBPF_JIT=y
#
# Device Drivers
#
#
# Generic Driver Options
#
# CONFIG_UEVENT_HELPER is not set
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
CONFIG_DEBUG_DEVRES=y
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_SYS_HYPERVISOR=y
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_IRQ=y
#
# Bus devices
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
# CONFIG_OF is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y
#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
CONFIG_ZRAM=y
# CONFIG_ZRAM_WRITEBACK is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
CONFIG_BLK_DEV_CRYPTOLOOP=y
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_BLK_SCSI=y
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set
#
# NVME Support
#
CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
CONFIG_NVME_MULTIPATH=y
# CONFIG_NVME_FC is not set
# CONFIG_NVME_TARGET is not set
#
# Misc devices
#
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_HP_ILO=y
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
CONFIG_VMWARE_BALLOON=y
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_SRAM is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_C2PORT is not set
#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_EEPROM_IDT_89HPESX is not set
# CONFIG_CB710_CORE is not set
#
# Texas Instruments shared transport line discipline
#
# CONFIG_SENSORS_LIS3_I2C is not set
# CONFIG_ALTERA_STAPL is not set
CONFIG_INTEL_MEI=y
CONFIG_INTEL_MEI_ME=y
# CONFIG_INTEL_MEI_TXE is not set
CONFIG_VMWARE_VMCI=y
#
# Intel MIC & related support
#
#
# Intel MIC Bus Driver
#
# CONFIG_INTEL_MIC_BUS is not set
#
# SCIF Bus Driver
#
# CONFIG_SCIF_BUS is not set
#
# VOP Bus Driver
#
# CONFIG_VOP_BUS is not set
#
# Intel MIC Host Driver
#
#
# Intel MIC Card Driver
#
#
# SCIF Driver
#
#
# Intel MIC Coprocessor State Management (COSM) Drivers
#
#
# VOP Driver
#
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_MISC_RTSX_PCI is not set
# CONFIG_MISC_RTSX_USB is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set
#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_MQ_DEFAULT=y
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
# CONFIG_SCSI_CONSTANTS is not set
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
CONFIG_SCSI_SAS_ATA=y
CONFIG_SCSI_SAS_HOST_SMP=y
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
CONFIG_SCSI_HPSA=y
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
CONFIG_SCSI_AACRAID=y
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT3SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
CONFIG_SCSI_SMARTPQI=y
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
CONFIG_VMWARE_PVSCSI=y
CONFIG_XEN_SCSI_FRONTEND=y
CONFIG_HYPERV_STORAGE=y
# CONFIG_SCSI_SNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_ISCI is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_WD719X is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
CONFIG_SCSI_VIRTIO=y
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
# CONFIG_SATA_ZPODD is not set
CONFIG_SATA_PMP=y
#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
CONFIG_SATA_MOBILE_LPM_POLICY=0
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y
#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=y
# CONFIG_SATA_DWC is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_SVW is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
#
# PATA SFF controllers with BMDMA
#
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
# CONFIG_PATA_SCH is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_PLATFORM is not set
# CONFIG_PATA_RZ1000 is not set
#
# Generic fallback / legacy drivers
#
# CONFIG_PATA_ACPI is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_MQ_DEFAULT is not set
CONFIG_DM_DEBUG=y
# CONFIG_DM_UNSTRIPED is not set
CONFIG_DM_CRYPT=y
# CONFIG_DM_SNAPSHOT is not set
# CONFIG_DM_THIN_PROVISIONING is not set
# CONFIG_DM_CACHE is not set
# CONFIG_DM_ERA is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
CONFIG_DM_MULTIPATH=y
CONFIG_DM_MULTIPATH_QL=y
# CONFIG_DM_MULTIPATH_ST is not set
# CONFIG_DM_DELAY is not set
CONFIG_DM_UEVENT=y
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_DM_LOG_WRITES is not set
# CONFIG_DM_INTEGRITY is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
CONFIG_BONDING=y
# CONFIG_DUMMY is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_IFB is not set
CONFIG_NET_TEAM=y
CONFIG_NET_TEAM_MODE_BROADCAST=y
CONFIG_NET_TEAM_MODE_ROUNDROBIN=y
CONFIG_NET_TEAM_MODE_RANDOM=y
CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=y
CONFIG_NET_TEAM_MODE_LOADBALANCE=y
# CONFIG_MACVLAN is not set
# CONFIG_IPVLAN is not set
CONFIG_VXLAN=y
# CONFIG_GENEVE is not set
# CONFIG_GTP is not set
# CONFIG_MACSEC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_TUN is not set
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_VETH is not set
CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set
#
# CAIF transport drivers
#
#
# Distributed Switch Architecture drivers
#
CONFIG_ETHERNET=y
CONFIG_MDIO=y
CONFIG_NET_VENDOR_3COM=y
CONFIG_VORTEX=y
CONFIG_TYPHOON=y
# CONFIG_NET_VENDOR_ADAPTEC is not set
# CONFIG_NET_VENDOR_AGERE is not set
# CONFIG_NET_VENDOR_ALACRITECH is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_AMAZON=y
# CONFIG_ENA_ETHERNET is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_AQUANTIA is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_VENDOR_AURORA is not set
# CONFIG_NET_CADENCE is not set
CONFIG_NET_VENDOR_BROADCOM=y
CONFIG_B44=y
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_BNX2=y
CONFIG_CNIC=y
CONFIG_TIGON3=y
CONFIG_TIGON3_HWMON=y
CONFIG_BNX2X=y
CONFIG_BNX2X_SRIOV=y
CONFIG_BNXT=y
CONFIG_BNXT_SRIOV=y
CONFIG_BNXT_FLOWER_OFFLOAD=y
# CONFIG_BNXT_DCB is not set
# CONFIG_NET_VENDOR_BROCADE is not set
# CONFIG_NET_VENDOR_CAVIUM is not set
# CONFIG_NET_VENDOR_CHELSIO is not set
# CONFIG_NET_VENDOR_CISCO is not set
CONFIG_NET_VENDOR_CORTINA=y
# CONFIG_CX_ECAT is not set
# CONFIG_DNET is not set
# CONFIG_NET_VENDOR_DEC is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_EZCHIP is not set
# CONFIG_NET_VENDOR_EXAR is not set
CONFIG_NET_VENDOR_HP=y
# CONFIG_HP100 is not set
# CONFIG_NET_VENDOR_HUAWEI is not set
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_E1000E_HWTS=y
CONFIG_IGB=y
CONFIG_IGB_HWMON=y
CONFIG_IGB_DCA=y
CONFIG_IGBVF=y
# CONFIG_IXGB is not set
CONFIG_IXGBE=y
CONFIG_IXGBE_HWMON=y
CONFIG_IXGBE_DCA=y
# CONFIG_IXGBE_DCB is not set
CONFIG_IXGBEVF=y
CONFIG_I40E=y
# CONFIG_I40E_DCB is not set
CONFIG_I40EVF=y
CONFIG_ICE=y
# CONFIG_FM10K is not set
CONFIG_NET_VENDOR_I825XX=y
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
CONFIG_NET_VENDOR_NETRONOME=y
# CONFIG_NFP is not set
# CONFIG_NET_VENDOR_NI is not set
# CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set
# CONFIG_NET_PACKET_ENGINE is not set
CONFIG_NET_VENDOR_QLOGIC=y
CONFIG_QLA3XXX=y
CONFIG_QLCNIC=y
CONFIG_QLCNIC_SRIOV=y
CONFIG_QLCNIC_DCB=y
CONFIG_QLCNIC_HWMON=y
# CONFIG_QLGE is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_QED is not set
# CONFIG_NET_VENDOR_QUALCOMM is not set
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
CONFIG_R8169=y
# CONFIG_NET_VENDOR_RENESAS is not set
# CONFIG_NET_VENDOR_RDC is not set
# CONFIG_NET_VENDOR_ROCKER is not set
# CONFIG_NET_VENDOR_SAMSUNG is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SILAN is not set
# CONFIG_NET_VENDOR_SIS is not set
# CONFIG_NET_VENDOR_SOLARFLARE is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_SOCIONEXT is not set
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_NET_VENDOR_SUN is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WIZNET is not set
# CONFIG_NET_VENDOR_SYNOPSYS is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
# CONFIG_MDIO_BITBANG is not set
# CONFIG_MDIO_THUNDER is not set
CONFIG_PHYLIB=y
#
# MII PHY device drivers
#
# CONFIG_AMD_PHY is not set
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_CORTINA_PHY is not set
# CONFIG_DAVICOM_PHY is not set
CONFIG_DP83822_PHY=y
# CONFIG_DP83848_PHY is not set
# CONFIG_DP83867_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_INTEL_XWAY_PHY is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_LXT_PHY is not set
CONFIG_MARVELL_PHY=y
CONFIG_MARVELL_10G_PHY=y
# CONFIG_MICREL_PHY is not set
# CONFIG_MICROCHIP_PHY is not set
# CONFIG_MICROSEMI_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_REALTEK_PHY is not set
CONFIG_RENESAS_PHY=y
# CONFIG_ROCKCHIP_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_TERANETICS_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_XILINX_GMII2RGMII is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
CONFIG_USB_NET_DRIVERS=y
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
# CONFIG_USB_LAN78XX is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_IPHETH is not set
# CONFIG_WLAN is not set
#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
# CONFIG_WAN is not set
CONFIG_XEN_NETDEV_FRONTEND=y
CONFIG_VMXNET3=y
# CONFIG_FUJITSU_ES is not set
CONFIG_HYPERV_NET=y
# CONFIG_NETDEVSIM is not set
# CONFIG_ISDN is not set
# CONFIG_NVM is not set
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
# CONFIG_INPUT_POLLDEV is not set
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_PS2_ALPS is not set
CONFIG_MOUSE_PS2_BYD=y
# CONFIG_MOUSE_PS2_LOGIPS2PP is not set
# CONFIG_MOUSE_PS2_SYNAPTICS is not set
# CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS is not set
# CONFIG_MOUSE_PS2_CYPRESS is not set
# CONFIG_MOUSE_PS2_LIFEBOOK is not set
# CONFIG_MOUSE_PS2_TRACKPOINT is not set
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_SENTELIC is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_PS2_FOCALTECH is not set
# CONFIG_MOUSE_PS2_VMMOUSE is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_ELAN_I2C is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
# CONFIG_INPUT_JOYSTICK is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_GTCO is not set
# CONFIG_TABLET_USB_HANWANG is not set
# CONFIG_TABLET_USB_KBTAB is not set
# CONFIG_TABLET_USB_PEGASUS is not set
# CONFIG_TABLET_SERIAL_WACOM4 is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
CONFIG_INPUT_PCSPKR=y
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_UINPUT is not set
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_CMA3000 is not set
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
# CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
# CONFIG_RMI4_CORE is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
CONFIG_HYPERV_KEYBOARD=y
# CONFIG_USERIO is not set
# CONFIG_GAMEPORT is not set
#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
CONFIG_DEVMEM=y
# CONFIG_DEVKMEM is not set
#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_PNP=y
# CONFIG_SERIAL_8250_FINTEK is not set
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_EXAR=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
# CONFIG_SERIAL_8250_DW is not set
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_LPSS=y
# CONFIG_SERIAL_8250_MID is not set
# CONFIG_SERIAL_8250_MOXA is not set
#
# Non-8250 serial port support
#
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_TTY_PRINTK is not set
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
CONFIG_VIRTIO_CONSOLE=y
CONFIG_IPMI_HANDLER=y
CONFIG_IPMI_DMI_DECODE=y
CONFIG_IPMI_PROC_INTERFACE=y
CONFIG_IPMI_PANIC_EVENT=y
CONFIG_IPMI_PANIC_STRING=y
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_SI=y
CONFIG_IPMI_SSIF=y
CONFIG_IPMI_WATCHDOG=y
CONFIG_IPMI_POWEROFF=y
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_TIMERIOMEM=y
CONFIG_HW_RANDOM_INTEL=y
CONFIG_HW_RANDOM_AMD=y
# CONFIG_HW_RANDOM_VIA is not set
CONFIG_HW_RANDOM_VIRTIO=y
CONFIG_NVRAM=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
# CONFIG_HPET_MMAP_DEFAULT is not set
CONFIG_HANGCHECK_TIMER=y
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_XILLYBUS is not set
#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=y
CONFIG_I2C_ALGOBIT=y
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=y
CONFIG_I2C_ISCH=y
CONFIG_I2C_ISMT=y
CONFIG_I2C_PIIX4=y
CONFIG_I2C_CHT_WC=y
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_DESIGNWARE_CORE=y
CONFIG_I2C_DESIGNWARE_PLATFORM=y
# CONFIG_I2C_DESIGNWARE_SLAVE is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
CONFIG_I2C_DESIGNWARE_BAYTRAIL=y
# CONFIG_I2C_EMEV2 is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set
#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_MLXCPLD is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set
#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
# CONFIG_PPS_CLIENT_LDISC is not set
# CONFIG_PPS_CLIENT_GPIO is not set
#
# PPS generators support
#
#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y
#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_PTP_1588_CLOCK_KVM=y
# CONFIG_PINCTRL is not set
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
# CONFIG_POWER_AVS is not set
CONFIG_POWER_RESET=y
# CONFIG_POWER_RESET_RESTART is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_BATTERY_BQ27XXX is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
# CONFIG_HWMON_DEBUG_CHIP is not set
#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
CONFIG_SENSORS_AD7414=y
CONFIG_SENSORS_AD7418=y
CONFIG_SENSORS_ADM1021=y
CONFIG_SENSORS_ADM1025=y
CONFIG_SENSORS_ADM1026=y
CONFIG_SENSORS_ADM1029=y
CONFIG_SENSORS_ADM1031=y
CONFIG_SENSORS_ADM9240=y
CONFIG_SENSORS_ADT7X10=y
CONFIG_SENSORS_ADT7410=y
CONFIG_SENSORS_ADT7411=y
CONFIG_SENSORS_ADT7462=y
CONFIG_SENSORS_ADT7470=y
CONFIG_SENSORS_ADT7475=y
CONFIG_SENSORS_ASC7621=y
CONFIG_SENSORS_K8TEMP=y
CONFIG_SENSORS_K10TEMP=y
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_APPLESMC is not set
CONFIG_SENSORS_ASB100=y
CONFIG_SENSORS_ASPEED=y
CONFIG_SENSORS_ATXP1=y
CONFIG_SENSORS_DS620=y
CONFIG_SENSORS_DS1621=y
# CONFIG_SENSORS_DELL_SMM is not set
CONFIG_SENSORS_I5K_AMB=y
CONFIG_SENSORS_F71805F=y
CONFIG_SENSORS_F71882FG=y
CONFIG_SENSORS_F75375S=y
CONFIG_SENSORS_FSCHMD=y
# CONFIG_SENSORS_FTSTEUTATES is not set
CONFIG_SENSORS_GL518SM=y
CONFIG_SENSORS_GL520SM=y
CONFIG_SENSORS_G760A=y
CONFIG_SENSORS_G762=y
CONFIG_SENSORS_HIH6130=y
CONFIG_SENSORS_IBMAEM=y
CONFIG_SENSORS_IBMPEX=y
CONFIG_SENSORS_I5500=y
CONFIG_SENSORS_CORETEMP=y
CONFIG_SENSORS_IT87=y
CONFIG_SENSORS_JC42=y
CONFIG_SENSORS_POWR1220=y
CONFIG_SENSORS_LINEAGE=y
CONFIG_SENSORS_LTC2945=y
# CONFIG_SENSORS_LTC2990 is not set
CONFIG_SENSORS_LTC4151=y
CONFIG_SENSORS_LTC4215=y
CONFIG_SENSORS_LTC4222=y
CONFIG_SENSORS_LTC4245=y
CONFIG_SENSORS_LTC4260=y
CONFIG_SENSORS_LTC4261=y
CONFIG_SENSORS_MAX16065=y
CONFIG_SENSORS_MAX1619=y
CONFIG_SENSORS_MAX1668=y
CONFIG_SENSORS_MAX197=y
# CONFIG_SENSORS_MAX6621 is not set
CONFIG_SENSORS_MAX6639=y
CONFIG_SENSORS_MAX6642=y
CONFIG_SENSORS_MAX6650=y
CONFIG_SENSORS_MAX6697=y
CONFIG_SENSORS_MAX31790=y
CONFIG_SENSORS_MCP3021=y
# CONFIG_SENSORS_TC654 is not set
CONFIG_SENSORS_LM63=y
CONFIG_SENSORS_LM73=y
CONFIG_SENSORS_LM75=y
CONFIG_SENSORS_LM77=y
CONFIG_SENSORS_LM78=y
CONFIG_SENSORS_LM80=y
CONFIG_SENSORS_LM83=y
CONFIG_SENSORS_LM85=y
CONFIG_SENSORS_LM87=y
CONFIG_SENSORS_LM90=y
CONFIG_SENSORS_LM92=y
CONFIG_SENSORS_LM93=y
CONFIG_SENSORS_LM95234=y
CONFIG_SENSORS_LM95241=y
CONFIG_SENSORS_LM95245=y
CONFIG_SENSORS_PC87360=y
CONFIG_SENSORS_PC87427=y
CONFIG_SENSORS_NTC_THERMISTOR=y
CONFIG_SENSORS_NCT6683=y
CONFIG_SENSORS_NCT6775=y
CONFIG_SENSORS_NCT7802=y
CONFIG_SENSORS_NCT7904=y
CONFIG_SENSORS_PCF8591=y
CONFIG_PMBUS=y
CONFIG_SENSORS_PMBUS=y
# CONFIG_SENSORS_ADM1275 is not set
# CONFIG_SENSORS_IR35221 is not set
# CONFIG_SENSORS_LM25066 is not set
# CONFIG_SENSORS_LTC2978 is not set
# CONFIG_SENSORS_LTC3815 is not set
# CONFIG_SENSORS_MAX16064 is not set
# CONFIG_SENSORS_MAX20751 is not set
# CONFIG_SENSORS_MAX31785 is not set
# CONFIG_SENSORS_MAX34440 is not set
# CONFIG_SENSORS_MAX8688 is not set
# CONFIG_SENSORS_TPS40422 is not set
# CONFIG_SENSORS_TPS53679 is not set
# CONFIG_SENSORS_UCD9000 is not set
# CONFIG_SENSORS_UCD9200 is not set
# CONFIG_SENSORS_ZL6100 is not set
CONFIG_SENSORS_SHT21=y
# CONFIG_SENSORS_SHT3x is not set
CONFIG_SENSORS_SHTC1=y
CONFIG_SENSORS_SIS5595=y
CONFIG_SENSORS_DME1737=y
CONFIG_SENSORS_EMC1403=y
CONFIG_SENSORS_EMC2103=y
CONFIG_SENSORS_EMC6W201=y
CONFIG_SENSORS_SMSC47M1=y
CONFIG_SENSORS_SMSC47M192=y
CONFIG_SENSORS_SMSC47B397=y
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_STTS751 is not set
CONFIG_SENSORS_SMM665=y
CONFIG_SENSORS_ADC128D818=y
CONFIG_SENSORS_ADS1015=y
CONFIG_SENSORS_ADS7828=y
CONFIG_SENSORS_AMC6821=y
CONFIG_SENSORS_INA209=y
CONFIG_SENSORS_INA2XX=y
# CONFIG_SENSORS_INA3221 is not set
CONFIG_SENSORS_TC74=y
CONFIG_SENSORS_THMC50=y
CONFIG_SENSORS_TMP102=y
CONFIG_SENSORS_TMP103=y
# CONFIG_SENSORS_TMP108 is not set
CONFIG_SENSORS_TMP401=y
CONFIG_SENSORS_TMP421=y
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83773G is not set
CONFIG_SENSORS_W83781D=y
CONFIG_SENSORS_W83791D=y
CONFIG_SENSORS_W83792D=y
CONFIG_SENSORS_W83793=y
CONFIG_SENSORS_W83795=y
# CONFIG_SENSORS_W83795_FANCTRL is not set
CONFIG_SENSORS_W83L785TS=y
CONFIG_SENSORS_W83L786NG=y
CONFIG_SENSORS_W83627HF=y
CONFIG_SENSORS_W83627EHF=y
# CONFIG_SENSORS_XGENE is not set
#
# ACPI drivers
#
CONFIG_SENSORS_ACPI_POWER=y
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_STATISTICS=y
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_WRITABLE_TRIPS=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_BANG_BANG is not set
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_EMULATION is not set
CONFIG_INTEL_POWERCLAMP=y
CONFIG_X86_PKG_TEMP_THERMAL=y
CONFIG_INTEL_SOC_DTS_IOSF_CORE=y
CONFIG_INTEL_SOC_DTS_THERMAL=y
#
# ACPI INT340X thermal drivers
#
# CONFIG_INT340X_THERMAL is not set
CONFIG_INTEL_BXT_PMIC_THERMAL=y
CONFIG_INTEL_PCH_THERMAL=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
# CONFIG_WATCHDOG_SYSFS is not set
#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_WDAT_WDT is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ZIIRAVE_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_EBC_C384_WDT is not set
# CONFIG_F71808E_WDT is not set
# CONFIG_SP5100_TCO is not set
# CONFIG_SBC_FITPC2_WATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
CONFIG_I6300ESB_WDT=y
CONFIG_IE6XX_WDT=y
CONFIG_ITCO_WDT=y
CONFIG_ITCO_VENDOR_SUPPORT=y
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
CONFIG_HP_WATCHDOG=y
CONFIG_HPWDT_NMI_DECODING=y
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_NV_TCO is not set
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_VIA_WDT is not set
CONFIG_W83627HF_WDT=y
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
# CONFIG_INTEL_MEI_WDT is not set
# CONFIG_NI903X_WDT is not set
# CONFIG_NIC7018_WDT is not set
CONFIG_XEN_WDT=y
#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set
#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
#
# Watchdog Pretimeout Governors
#
# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=y
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_SILENT is not set
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
CONFIG_BCMA_POSSIBLE=y
# CONFIG_BCMA is not set
#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_AS3711 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_BD9571MWV is not set
# CONFIG_MFD_AXP20X_I2C is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9062 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
CONFIG_LPC_ICH=y
CONFIG_LPC_SCH=y
CONFIG_INTEL_SOC_PMIC_BXTWC=y
CONFIG_INTEL_SOC_PMIC_CHTWC=y
CONFIG_MFD_INTEL_LPSS=y
CONFIG_MFD_INTEL_LPSS_ACPI=y
CONFIG_MFD_INTEL_LPSS_PCI=y
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX77843 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SKY81452 is not set
# CONFIG_MFD_SMSC is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_TI_LMU is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65086 is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS68470 is not set
# CONFIG_MFD_TI_LP873X is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_REGULATOR is not set
# CONFIG_RC_CORE is not set
# CONFIG_MEDIA_SUPPORT is not set
#
# Graphics support
#
# CONFIG_AGP is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_VGA_SWITCHEROO is not set
# CONFIG_DRM is not set
#
# ACP (Audio CoProcessor) Configuration
#
#
# AMD Library routines
#
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
#
# Frame buffer Devices
#
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_CMDLINE=y
CONFIG_FB_NOTIFY=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set
#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
# CONFIG_FB_VESA is not set
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=y
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
CONFIG_FB_HYPERV=y
CONFIG_FB_SIMPLE=y
# CONFIG_FB_SM712 is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_LOGO is not set
# CONFIG_SOUND is not set
#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y
#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
# CONFIG_HID_ACCUTOUCH is not set
# CONFIG_HID_ACRUX is not set
# CONFIG_HID_APPLE is not set
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_AUREAL is not set
# CONFIG_HID_BELKIN is not set
# CONFIG_HID_BETOP_FF is not set
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_ITE is not set
# CONFIG_HID_JABRA is not set
# CONFIG_HID_TWINHAN is not set
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LENOVO is not set
# CONFIG_HID_LOGITECH is not set
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MAYFLASH is not set
CONFIG_HID_MICROSOFT=y
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTI is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PENMOUNT is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_RETRODE is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
CONFIG_HID_HYPERV_MOUSE=y
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_UDRAW_PS3 is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
# CONFIG_HID_ALPS is not set
#
# USB HID support
#
CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set
#
# I2C HID support
#
# CONFIG_I2C_HID is not set
#
# Intel ISH HID support
#
# CONFIG_INTEL_ISH_HID is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
# CONFIG_USB_MON is not set
# CONFIG_USB_WUSB_CBAF is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=y
# CONFIG_USB_XHCI_DBGCAP is not set
CONFIG_USB_XHCI_PCI=y
# CONFIG_USB_XHCI_PLATFORM is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PCI=y
# CONFIG_USB_OHCI_HCD_SSB is not set
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_SSB is not set
# CONFIG_USB_HCD_TEST_MODE is not set
#
# USB Device Class drivers
#
CONFIG_USB_ACM=y
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#
#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
# CONFIG_USB_UAS is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set
#
# USB port drivers
#
CONFIG_USB_SERIAL=y
# CONFIG_USB_SERIAL_CONSOLE is not set
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_SIMPLE is not set
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP210X is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
CONFIG_USB_SERIAL_FTDI_SIO=y
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_F81232 is not set
# CONFIG_USB_SERIAL_F8153X is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_METRO is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MXUPORT is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_OPTICON is not set
# CONFIG_USB_SERIAL_XSENS_MT is not set
# CONFIG_USB_SERIAL_WISHBONE is not set
# CONFIG_USB_SERIAL_SSU100 is not set
# CONFIG_USB_SERIAL_QT2 is not set
# CONFIG_USB_SERIAL_UPD78F0730 is not set
# CONFIG_USB_SERIAL_DEBUG is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HUB_USB251XB is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set
#
# USB Physical Layer drivers
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_ISP1301 is not set
# CONFIG_USB_GADGET is not set
# CONFIG_TYPEC is not set
# CONFIG_USB_ULPI_BUS is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_EDAC=y
CONFIG_EDAC_LEGACY_SYSFS=y
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_DECODE_MCE=y
# CONFIG_EDAC_AMD64 is not set
# CONFIG_EDAC_E752X is not set
# CONFIG_EDAC_I82975X is not set
# CONFIG_EDAC_I3000 is not set
# CONFIG_EDAC_I3200 is not set
# CONFIG_EDAC_IE31200 is not set
# CONFIG_EDAC_X38 is not set
# CONFIG_EDAC_I5400 is not set
# CONFIG_EDAC_I7CORE is not set
# CONFIG_EDAC_I5000 is not set
# CONFIG_EDAC_I5100 is not set
# CONFIG_EDAC_I7300 is not set
CONFIG_EDAC_SBRIDGE=y
CONFIG_EDAC_SKX=y
CONFIG_EDAC_PND2=y
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
# CONFIG_RTC_CLASS is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set
#
# DMA Devices
#
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DMA_ACPI=y
# CONFIG_ALTERA_MSGDMA is not set
CONFIG_INTEL_IDMA64=y
CONFIG_INTEL_IOATDMA=y
# CONFIG_QCOM_HIDMA_MGMT is not set
# CONFIG_QCOM_HIDMA is not set
CONFIG_DW_DMAC_CORE=y
# CONFIG_DW_DMAC is not set
# CONFIG_DW_DMAC_PCI is not set
#
# DMA Clients
#
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_DMATEST is not set
CONFIG_DMA_ENGINE_RAID=y
#
# DMABUF options
#
# CONFIG_SYNC_FILE is not set
CONFIG_DCA=y
CONFIG_AUXDISPLAY=y
# CONFIG_IMG_ASCII_LCD is not set
CONFIG_UIO=y
# CONFIG_UIO_CIF is not set
# CONFIG_UIO_PDRV_GENIRQ is not set
# CONFIG_UIO_DMEM_GENIRQ is not set
# CONFIG_UIO_AEC is not set
# CONFIG_UIO_SERCOS3 is not set
# CONFIG_UIO_PCI_GENERIC is not set
# CONFIG_UIO_NETX is not set
# CONFIG_UIO_PRUSS is not set
# CONFIG_UIO_MF624 is not set
CONFIG_UIO_HV_GENERIC=y
# CONFIG_VFIO is not set
CONFIG_VIRT_DRIVERS=y
CONFIG_VBOXGUEST=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_VIRTIO_BALLOON=y
CONFIG_VIRTIO_INPUT=y
CONFIG_VIRTIO_MMIO=y
# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
#
# Microsoft Hyper-V guest support
#
CONFIG_HYPERV=y
CONFIG_HYPERV_TSCPAGE=y
CONFIG_HYPERV_UTILS=y
CONFIG_HYPERV_BALLOON=y
#
# Xen driver support
#
CONFIG_XEN_BALLOON=y
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG_LIMIT=512
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=y
# CONFIG_XEN_BACKEND is not set
CONFIG_XENFS=y
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
# CONFIG_XEN_GNTDEV is not set
# CONFIG_XEN_GRANT_DEV_ALLOC is not set
CONFIG_SWIOTLB_XEN=y
# CONFIG_XEN_PVCALLS_FRONTEND is not set
CONFIG_XEN_PRIVCMD=y
CONFIG_XEN_ACPI_PROCESSOR=y
CONFIG_XEN_MCE_LOG=y
CONFIG_XEN_HAVE_PVMMU=y
CONFIG_XEN_EFI=y
CONFIG_XEN_AUTO_XLATE=y
CONFIG_XEN_ACPI=y
# CONFIG_XEN_SYMS is not set
CONFIG_XEN_HAVE_VPMU=y
# CONFIG_STAGING is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACER_WIRELESS is not set
# CONFIG_ACERHDF is not set
# CONFIG_DELL_SMBIOS is not set
# CONFIG_DELL_SMO8800 is not set
# CONFIG_FUJITSU_TABLET is not set
# CONFIG_GPD_POCKET_FAN is not set
# CONFIG_HP_ACCEL is not set
# CONFIG_HP_WIRELESS is not set
# CONFIG_SENSORS_HDAPS is not set
CONFIG_INTEL_MENLOW=y
# CONFIG_ASUS_WIRELESS is not set
# CONFIG_ACPI_WMI is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_TOSHIBA_HAPS is not set
# CONFIG_ACPI_CMPC is not set
# CONFIG_INTEL_HID_EVENT is not set
# CONFIG_INTEL_VBTN is not set
# CONFIG_INTEL_IPS is not set
# CONFIG_INTEL_PMC_CORE is not set
# CONFIG_IBM_RTL is not set
# CONFIG_SAMSUNG_Q10 is not set
CONFIG_INTEL_RST=y
CONFIG_INTEL_SMARTCONNECT=y
# CONFIG_PVPANIC is not set
CONFIG_INTEL_PMC_IPC=y
CONFIG_INTEL_BXTWC_PMIC_TMU=y
# CONFIG_SURFACE_PRO3_BUTTON is not set
# CONFIG_INTEL_PUNIT_IPC is not set
# CONFIG_MLX_PLATFORM is not set
# CONFIG_INTEL_TURBO_MAX_3 is not set
CONFIG_PMC_ATOM=y
# CONFIG_CHROME_PLATFORMS is not set
CONFIG_MELLANOX_PLATFORM=y
CONFIG_MLXREG_HOTPLUG=y
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y
#
# Common Clock Framework
#
# CONFIG_COMMON_CLK_SI5351 is not set
# CONFIG_COMMON_CLK_SI544 is not set
# CONFIG_COMMON_CLK_CDCE706 is not set
# CONFIG_COMMON_CLK_CS2000_CP is not set
# CONFIG_HWSPINLOCK is not set
#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
CONFIG_MAILBOX=y
CONFIG_PCC=y
# CONFIG_ALTERA_MBOX is not set
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y
#
# Generic IOMMU Pagetable Support
#
CONFIG_IOMMU_IOVA=y
CONFIG_AMD_IOMMU=y
CONFIG_AMD_IOMMU_V2=y
CONFIG_DMAR_TABLE=y
CONFIG_INTEL_IOMMU=y
CONFIG_INTEL_IOMMU_SVM=y
CONFIG_INTEL_IOMMU_DEFAULT_ON=y
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_IRQ_REMAP=y
#
# Remoteproc drivers
#
# CONFIG_REMOTEPROC is not set
#
# Rpmsg drivers
#
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_VIRTIO is not set
# CONFIG_SOUNDWIRE is not set
#
# SOC (System On Chip) specific Drivers
#
#
# Amlogic SoC drivers
#
#
# Broadcom SoC drivers
#
#
# i.MX SoC drivers
#
#
# Qualcomm SoC drivers
#
# CONFIG_SOC_TI is not set
#
# Xilinx SoC drivers
#
# CONFIG_XILINX_VCU is not set
# CONFIG_PM_DEVFREQ is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set
#
# IRQ chip support
#
CONFIG_ARM_GIC_MAX_NR=1
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
# CONFIG_FMC is not set
#
# PHY Subsystem
#
# CONFIG_GENERIC_PHY is not set
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set
#
# Performance monitor support
#
CONFIG_RAS=y
CONFIG_RAS_CEC=y
# CONFIG_THUNDERBOLT is not set
#
# Android
#
# CONFIG_ANDROID is not set
CONFIG_LIBNVDIMM=y
CONFIG_BLK_DEV_PMEM=y
CONFIG_ND_BLK=y
CONFIG_ND_CLAIM=y
CONFIG_ND_BTT=y
CONFIG_BTT=y
CONFIG_DAX_DRIVER=y
CONFIG_DAX=y
# CONFIG_DEV_DAX is not set
# CONFIG_NVMEM is not set
#
# HW tracing support
#
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# CONFIG_FPGA is not set
# CONFIG_UNISYS_VISORBUS is not set
# CONFIG_SIOX is not set
# CONFIG_SLIMBUS is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_FW_CFG_SYSFS is not set
# CONFIG_GOOGLE_FIRMWARE is not set
#
# EFI (Extensible Firmware Interface) Support
#
CONFIG_EFI_VARS=y
CONFIG_EFI_ESRT=y
CONFIG_EFI_VARS_PSTORE=y
# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_EFI_FAKE_MEMMAP is not set
CONFIG_EFI_RUNTIME_WRAPPERS=y
# CONFIG_EFI_BOOTLOADER_CONTROL is not set
# CONFIG_EFI_CAPSULE_LOADER is not set
# CONFIG_EFI_TEST is not set
# CONFIG_APPLE_PROPERTIES is not set
# CONFIG_RESET_ATTACK_MITIGATION is not set
CONFIG_UEFI_CPER=y
#
# Tegra firmware driver
#
#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_FS_IOMAP=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_EXT4_FS_ENCRYPTION=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
CONFIG_JBD2_DEBUG=y
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set
# CONFIG_FS_DAX is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
# CONFIG_EXPORTFS_BLOCK_OPS is not set
CONFIG_FILE_LOCKING=y
CONFIG_MANDATORY_FILE_LOCKING=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_QUOTACTL_COMPAT=y
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=y
# CONFIG_CUSE is not set
CONFIG_OVERLAY_FS=y
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
# CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW is not set
# CONFIG_OVERLAY_FS_INDEX is not set
# CONFIG_OVERLAY_FS_XINO_AUTO is not set
#
# Caches
#
# CONFIG_FSCACHE is not set
#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
# CONFIG_MSDOS_FS is not set
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
# CONFIG_FAT_DEFAULT_UTF8 is not set
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_PROC_CHILDREN=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
CONFIG_CONFIGFS_FS=y
CONFIG_EFIVAR_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
CONFIG_ECRYPT_FS=y
# CONFIG_ECRYPT_FS_MESSAGING is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_SQUASHFS=y
# CONFIG_SQUASHFS_FILE_CACHE is not set
CONFIG_SQUASHFS_FILE_DIRECT=y
CONFIG_SQUASHFS_DECOMP_SINGLE=y
# CONFIG_SQUASHFS_DECOMP_MULTI is not set
# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_ZLIB=y
CONFIG_SQUASHFS_LZ4=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
# CONFIG_SQUASHFS_ZSTD is not set
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_PSTORE=y
CONFIG_PSTORE_DEFLATE_COMPRESS=y
# CONFIG_PSTORE_LZO_COMPRESS is not set
# CONFIG_PSTORE_LZ4_COMPRESS is not set
# CONFIG_PSTORE_LZ4HC_COMPRESS is not set
# CONFIG_PSTORE_842_COMPRESS is not set
CONFIG_PSTORE_COMPRESS=y
CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_PMSG is not set
# CONFIG_PSTORE_FTRACE is not set
CONFIG_PSTORE_RAM=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_CEPH_FS is not set
# CONFIG_CIFS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_9P_FS=y
CONFIG_9P_FS_POSIX_ACL=y
# CONFIG_9P_FS_SECURITY is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
CONFIG_BOOT_PRINTK_DELAY=y
# CONFIG_DYNAMIC_DEBUG is not set
#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_GDB_SCRIPTS is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=2048
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_READABLE_ASM is not set
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_PAGE_OWNER is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_STACK_VALIDATION=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_MAGIC_SYSRQ_SERIAL=y
CONFIG_DEBUG_KERNEL=y
#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_PAGE_POISONING is not set
# CONFIG_DEBUG_PAGE_REF is not set
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_VM is not set
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_HAVE_ARCH_KASAN=y
# CONFIG_KASAN is not set
CONFIG_ARCH_HAS_KCOV=y
# CONFIG_KCOV is not set
# CONFIG_DEBUG_SHIRQ is not set
#
# Debug Lockups and Hangs
#
# CONFIG_SOFTLOCKUP_DETECTOR is not set
CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y
# CONFIG_HARDLOCKUP_DETECTOR is not set
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
# CONFIG_WQ_WATCHDOG is not set
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHED_INFO=y
CONFIG_SCHEDSTATS=y
CONFIG_SCHED_STACK_END_CHECK=y
# CONFIG_DEBUG_TIMEKEEPING is not set
#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_RWSEMS is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
# CONFIG_WW_MUTEX_SELFTEST is not set
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_PI_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set
#
# RCU Debugging
#
# CONFIG_RCU_PERF_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=59
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_FUNCTION_ERROR_INJECTION=y
CONFIG_LATENCYTOP=y
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
# CONFIG_PREEMPTIRQ_EVENTS is not set
# CONFIG_IRQSOFF_TRACER is not set
CONFIG_SCHED_TRACER=y
# CONFIG_HWLAT_TRACER is not set
CONFIG_FTRACE_SYSCALLS=y
CONFIG_TRACER_SNAPSHOT=y
# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_STACK_TRACER is not set
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENTS=y
CONFIG_UPROBE_EVENTS=y
CONFIG_BPF_EVENTS=y
CONFIG_PROBE_EVENTS=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
# CONFIG_FUNCTION_PROFILER is not set
# CONFIG_BPF_KPROBE_OVERRIDE is not set
CONFIG_FTRACE_MCOUNT_RECORD=y
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_MMIOTRACE is not set
# CONFIG_HIST_TRIGGERS is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_TRACE_EVAL_MAP_FILE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DMA_API_DEBUG is not set
CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_TEST_SORT is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_PRINTF is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_UUID is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_TEST_HASH is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_FIND_BIT_BENCHMARK is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_SYSCTL is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_TEST_STATIC_KEYS is not set
# CONFIG_TEST_KMOD is not set
# CONFIG_MEMTEST is not set
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
# CONFIG_UBSAN is not set
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
CONFIG_STRICT_DEVMEM=y
# CONFIG_IO_STRICT_DEVMEM is not set
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
CONFIG_EARLY_PRINTK_EFI=y
# CONFIG_EARLY_PRINTK_USB_XDBC is not set
# CONFIG_X86_PTDUMP is not set
# CONFIG_EFI_PGT_DUMP is not set
# CONFIG_DEBUG_WX is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
# CONFIG_X86_DECODER_SELFTEST is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
CONFIG_DEBUG_BOOT_PARAMS=y
# CONFIG_CPA_DEBUG is not set
CONFIG_OPTIMIZE_INLINING=y
# CONFIG_DEBUG_ENTRY is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
# CONFIG_X86_DEBUG_FPU is not set
# CONFIG_PUNIT_ATOM_DEBUG is not set
# CONFIG_UNWINDER_ORC is not set
# CONFIG_UNWINDER_FRAME_POINTER is not set
CONFIG_UNWINDER_GUESS=y
#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_COMPAT=y
CONFIG_PERSISTENT_KEYRINGS=y
CONFIG_BIG_KEYS=y
CONFIG_ENCRYPTED_KEYS=y
CONFIG_KEY_DH_OPERATIONS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_PAGE_TABLE_ISOLATION=y
CONFIG_SECURITY_NETWORK_XFRM=y
# CONFIG_SECURITY_PATH is not set
CONFIG_INTEL_TXT=y
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
# CONFIG_HARDENED_USERCOPY is not set
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
# CONFIG_SECURITY_SELINUX is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_LOADPIN is not set
# CONFIG_SECURITY_YAMA is not set
# CONFIG_INTEGRITY is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
CONFIG_CRYPTO_FIPS=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=y
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=y
# CONFIG_CRYPTO_ECDH is not set
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=y
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
CONFIG_CRYPTO_PCRYPT=y
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_MCRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_SIMD=y
CONFIG_CRYPTO_GLUE_HELPER_X86=y
#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_CHACHA20POLY1305=y
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_ECHAINIV=y
#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CFB=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=y
CONFIG_CRYPTO_KEYWRAP=y
#
# Hash modes
#
CONFIG_CRYPTO_CMAC=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_VMAC=y
#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=y
CONFIG_CRYPTO_CRC32=y
CONFIG_CRYPTO_CRC32_PCLMUL=y
CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set
CONFIG_CRYPTO_GHASH=y
CONFIG_CRYPTO_POLY1305=y
CONFIG_CRYPTO_POLY1305_X86_64=y
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_RMD128 is not set
CONFIG_CRYPTO_RMD160=y
CONFIG_CRYPTO_RMD256=y
CONFIG_CRYPTO_RMD320=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=y
CONFIG_CRYPTO_SHA256_SSSE3=y
CONFIG_CRYPTO_SHA512_SSSE3=y
# CONFIG_CRYPTO_SHA1_MB is not set
# CONFIG_CRYPTO_SHA256_MB is not set
# CONFIG_CRYPTO_SHA512_MB is not set
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
# CONFIG_CRYPTO_SHA3 is not set
# CONFIG_CRYPTO_SM3 is not set
# CONFIG_CRYPTO_TGR192 is not set
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y
#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_TI is not set
CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_AES_NI_INTEL=y
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_ARC4 is not set
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_BLOWFISH_COMMON=y
CONFIG_CRYPTO_BLOWFISH_X86_64=y
CONFIG_CRYPTO_CAMELLIA=y
CONFIG_CRYPTO_CAMELLIA_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=y
CONFIG_CRYPTO_CAST_COMMON=y
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST5_AVX_X86_64=y
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_CAST6_AVX_X86_64=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_DES3_EDE_X86_64=y
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
CONFIG_CRYPTO_CHACHA20=y
CONFIG_CRYPTO_CHACHA20_X86_64=y
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set
# CONFIG_CRYPTO_SM4 is not set
# CONFIG_CRYPTO_SPECK is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_X86_64 is not set
# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_842 is not set
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_LZ4HC=y
#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=y
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
CONFIG_CRYPTO_DRBG_HASH=y
CONFIG_CRYPTO_DRBG_CTR=y
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_USER_API_RNG=y
CONFIG_CRYPTO_USER_API_AEAD=y
CONFIG_CRYPTO_HASH_INFO=y
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
# CONFIG_CRYPTO_DEV_CCP is not set
CONFIG_CRYPTO_DEV_QAT=y
CONFIG_CRYPTO_DEV_QAT_DH895xCC=y
CONFIG_CRYPTO_DEV_QAT_C3XXX=y
CONFIG_CRYPTO_DEV_QAT_C62X=y
CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=y
CONFIG_CRYPTO_DEV_QAT_C3XXXVF=y
CONFIG_CRYPTO_DEV_QAT_C62XVF=y
# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set
# CONFIG_CRYPTO_DEV_VIRTIO is not set
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_X509_CERTIFICATE_PARSER=y
CONFIG_PKCS7_MESSAGE_PARSER=y
# CONFIG_PKCS7_TEST_KEY is not set
CONFIG_SIGNED_PE_FILE_VERIFICATION=y
#
# Certificates for signature checking
#
CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS=""
# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
# CONFIG_SECONDARY_TRUSTED_KEYRING is not set
# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set
CONFIG_HAVE_KVM=y
CONFIG_VIRTUALIZATION=y
# CONFIG_KVM is not set
# CONFIG_VHOST_NET is not set
# CONFIG_VHOST_VSOCK is not set
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
CONFIG_BINARY_PRINTF=y
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_RATIONAL=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC4 is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=y
CONFIG_LZ4HC_COMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
# CONFIG_XZ_DEC_POWERPC is not set
# CONFIG_XZ_DEC_IA64 is not set
# CONFIG_XZ_DEC_ARM is not set
# CONFIG_XZ_DEC_ARMTHUMB is not set
# CONFIG_XZ_DEC_SPARC is not set
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_REED_SOLOMON=y
CONFIG_REED_SOLOMON_ENC8=y
CONFIG_REED_SOLOMON_DEC8=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=y
CONFIG_TEXTSEARCH_BM=y
CONFIG_TEXTSEARCH_FSM=y
CONFIG_RADIX_TREE_MULTIORDER=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_SGL_ALLOC=y
CONFIG_DMA_DIRECT_OPS=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_CLZ_TAB=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
# CONFIG_IRQ_POLL is not set
CONFIG_MPILIB=y
CONFIG_OID_REGISTRY=y
CONFIG_UCS2_STRING=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_SG_CHAIN=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_SBITMAP=y
# CONFIG_STRING_SELFTEST is not set
[ 0.000000] Linux version 4.17.6-linux_mfg.pxe (mark@mark-gentoo) (gcc version 6.4.0 (Gentoo 6.4.0-r1 p1.3)) #2 SMP Wed Jul 11 22:50:07 CDT 2018
[ 0.000000] Command line: linux_mfg.pxe
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: xstate_offset[5]: 960, xstate_sizes[5]: 64
[ 0.000000] x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]: 512
[ 0.000000] x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
[ 0.000000] x86/fpu: xstate_offset[9]: 2560, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x2ff, context size is 2568 bytes, using 'compacted' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008e000-0x000000000008ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000086594fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000086595000-0x0000000086597fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000086598000-0x000000008f182fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008f183000-0x000000009021ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000090220000-0x0000000090220fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000090221000-0x0000000090235fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000090236000-0x0000000090236fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000090237000-0x0000000090951fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000090952000-0x000000009a151fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009a152000-0x000000009ae51fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009ae52000-0x000000009d251fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009d252000-0x000000009d451fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009d452000-0x000000009d453fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009d454000-0x000000009d4d4fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009d4d5000-0x00000000af7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000af800000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083fffefff] usable
[ 0.000000] BIOS-e820: [mem 0x000000083ffff000-0x000000083fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x85873018-0x858a3c57] usable ==> usable
[ 0.000000] e820: update [mem 0x85873018-0x858a3c57] usable ==> usable
[ 0.000000] e820: update [mem 0x85842018-0x85872c57] usable ==> usable
[ 0.000000] e820: update [mem 0x85842018-0x85872c57] usable ==> usable
[ 0.000000] e820: update [mem 0x85811018-0x85841c57] usable ==> usable
[ 0.000000] e820: update [mem 0x85811018-0x85841c57] usable ==> usable
[ 0.000000] e820: update [mem 0x857e0018-0x85810c57] usable ==> usable
[ 0.000000] e820: update [mem 0x857e0018-0x85810c57] usable ==> usable
[ 0.000000] e820: update [mem 0x857d7018-0x857df057] usable ==> usable
[ 0.000000] e820: update [mem 0x857d7018-0x857df057] usable ==> usable
[ 0.000000] e820: update [mem 0x857cc018-0x857d6657] usable ==> usable
[ 0.000000] e820: update [mem 0x857cc018-0x857d6657] usable ==> usable
[ 0.000000] e820: update [mem 0x85642018-0x857cb657] usable ==> usable
[ 0.000000] e820: update [mem 0x85642018-0x857cb657] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000008e000-0x000000000008ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000085642017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000085642018-0x00000000857cb657] usable
[ 0.000000] reserve setup_data: [mem 0x00000000857cb658-0x00000000857cc017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000857cc018-0x00000000857d6657] usable
[ 0.000000] reserve setup_data: [mem 0x00000000857d6658-0x00000000857d7017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000857d7018-0x00000000857df057] usable
[ 0.000000] reserve setup_data: [mem 0x00000000857df058-0x00000000857e0017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000857e0018-0x0000000085810c57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000085810c58-0x0000000085811017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000085811018-0x0000000085841c57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000085841c58-0x0000000085842017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000085842018-0x0000000085872c57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000085872c58-0x0000000085873017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000085873018-0x00000000858a3c57] usable
[ 0.000000] reserve setup_data: [mem 0x00000000858a3c58-0x0000000086594fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000086595000-0x0000000086597fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000086598000-0x000000008f182fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000008f183000-0x000000009021ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000090220000-0x0000000090220fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000090221000-0x0000000090235fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000090236000-0x0000000090236fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000090237000-0x0000000090951fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000090952000-0x000000009a151fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000009a152000-0x000000009ae51fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000009ae52000-0x000000009d251fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000009d252000-0x000000009d451fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000009d452000-0x000000009d453fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000009d454000-0x000000009d4d4fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000009d4d5000-0x00000000af7fffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000af800000-0x00000000cfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000083fffefff] usable
[ 0.000000] reserve setup_data: [mem 0x000000083ffff000-0x000000083fffffff] reserved
[ 0.000000] efi: EFI v2.60 by HPE
[ 0.000000] efi: SMBIOS=0x90239000 SMBIOS 3.0=0x90237000 ACPI=0x9d451000 ACPI 2.0=0x9d451014 MEMATTR=0x90b87018
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] DMI: HPE ProLiant DL360 Gen10/ProLiant DL360 Gen10, BIOS U32 02/14/2018
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x83ffff max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000C0000000 mask 3FFFC0000000 uncachable
[ 0.000000] 1 base 0C0000000000 mask 3F0000000000 uncachable
[ 0.000000] 2 base 0000BF000000 mask 3FFFFF000000 uncachable
[ 0.000000] 3 base 0000D4000000 mask 3FFFFC000000 write-protect
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] x2apic: enabled by BIOS, switching to x2apic ops
[ 0.000000] e820: last_pfn = 0xaf800 max_arch_pfn = 0x400000000
[ 0.000000] Base memory trampoline at [ (ptrval)] 98000 size 28672
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x117217000, 0x117217fff] PGTABLE
[ 0.000000] BRK [0x117218000, 0x117218fff] PGTABLE
[ 0.000000] BRK [0x117219000, 0x117219fff] PGTABLE
[ 0.000000] BRK [0x11721a000, 0x11721afff] PGTABLE
[ 0.000000] BRK [0x11721b000, 0x11721bfff] PGTABLE
[ 0.000000] BRK [0x11721c000, 0x11721cfff] PGTABLE
[ 0.000000] BRK [0x11721d000, 0x11721dfff] PGTABLE
[ 0.000000] BRK [0x11721e000, 0x11721efff] PGTABLE
[ 0.000000] BRK [0x11721f000, 0x11721ffff] PGTABLE
[ 0.000000] BRK [0x117220000, 0x117220fff] PGTABLE
[ 0.000000] BRK [0x117221000, 0x117221fff] PGTABLE
[ 0.000000] BRK [0x117222000, 0x117222fff] PGTABLE
[ 0.000000] Secure boot disabled
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000000009D451014 000024 (v02 HPE )
[ 0.000000] ACPI: XSDT 0x000000009D43B188 00010C (v01 HPE Server 00000001 01000013)
[ 0.000000] ACPI: FACP 0x000000009D446000 00010C (v06 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: DSDT 0x000000009D435000 002944 (v02 HPE Server 00000002 HPAG 00020000)
[ 0.000000] ACPI: FACS 0x000000009CCDB000 000040
[ 0.000000] ACPI: UEFI 0x000000009D1FA000 000042 (v01 HPE Server 00000002 01000013)
[ 0.000000] ACPI: MCEJ 0x000000009D44F000 000130 (v01 HPE Server 00000002 INTL 20091013)
[ 0.000000] ACPI: PCAT 0x000000009D44D000 000048 (v01 HPE Server 00000002 INTL 20091013)
[ 0.000000] ACPI: SSDT 0x000000009D44E000 00003A (v01 HPE PLATOPRG 00000001 INTL 20140828)
[ 0.000000] ACPI: HEST 0x000000009D44C000 0000E8 (v01 HPE Server 00000001 INTL 00000001)
[ 0.000000] ACPI: BERT 0x000000009D44B000 000030 (v01 HPE Server 00000001 INTL 00000001)
[ 0.000000] ACPI: ERST 0x000000009D44A000 000250 (v01 HPE Server 00000001 INTL 00000001)
[ 0.000000] ACPI: EINJ 0x000000009D449000 000170 (v01 HPE Server 00000001 INTL 00000001)
[ 0.000000] ACPI: FPDT 0x000000009D448000 000034 (v01 HPE Server 00000002 01000013)
[ 0.000000] ACPI: BGRT 0x000000009D447000 000038 (v01 HPE Server 00000002 1590 01000013)
[ 0.000000] ACPI: HPET 0x000000009D445000 000038 (v01 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: WDDT 0x000000009D444000 000040 (v01 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: APIC 0x000000009D443000 0002AC (v03 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: MCFG 0x000000009D442000 00003C (v01 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: SLIT 0x000000009D441000 00002D (v01 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: SRAT 0x000000009D440000 000260 (v03 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: SPMI 0x000000009D43F000 000041 (v05 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: RASF 0x000000009D43E000 000030 (v01 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: SPCR 0x000000009D43D000 000050 (v02 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: MSCT 0x000000009D43C000 00004E (v02 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: BDAT 0x000000009D450000 000030 (v01 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: WSMT 0x000000009D43A000 000028 (v01 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: PCCT 0x000000009D439000 000030 (v01 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: DMAR 0x000000009D438000 000158 (v01 HPE Server 00000001 1590 00000001)
[ 0.000000] ACPI: SSDT 0x000000009D431000 003B0E (v02 HPE PCISSDT 00000002 HPAG 00020000)
[ 0.000000] ACPI: SSDT 0x000000009D430000 0001CB (v02 HPE TIMESSDT 00000002 HPAG 00020000)
[ 0.000000] ACPI: SSDT 0x000000009D42F000 0002F2 (v01 HPE pmab 00000001 INTL 20140828)
[ 0.000000] ACPI: OEM1 0x000000009D42E000 00037F (v02 HPE CPU CPC 00000002 HPAG 00020000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] Setting APIC routing to cluster x2apic.
[ 0.000000] SRAT: PXM 0 -> APIC 0x0000 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0006 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0008 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0014 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0016 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0001 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0007 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0009 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0015 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0017 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0xbfffffff]
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x83fffffff]
[ 0.000000] NUMA: Initialized distance table, cnt=1
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x83fffefff] -> [mem 0x00000000-0x83fffefff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x83ffdc000-0x83fffdfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000083fffefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000008dfff]
[ 0.000000] node 0: [mem 0x0000000000090000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000086594fff]
[ 0.000000] node 0: [mem 0x0000000086598000-0x000000008f182fff]
[ 0.000000] node 0: [mem 0x0000000090220000-0x0000000090220fff]
[ 0.000000] node 0: [mem 0x0000000090236000-0x0000000090236fff]
[ 0.000000] node 0: [mem 0x0000000090952000-0x000000009a151fff]
[ 0.000000] node 0: [mem 0x000000009d452000-0x000000009d453fff]
[ 0.000000] node 0: [mem 0x000000009d4d5000-0x00000000af7fffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000083fffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000083fffefff]
[ 0.000000] On node 0 totalpages: 8301643
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 23 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10867 pages used for memmap
[ 0.000000] DMA32 zone: 695471 pages, LIFO batch:31
[ 0.000000] Normal zone: 118784 pages used for memmap
[ 0.000000] Normal zone: 7602175 pages, LIFO batch:31
[ 0.000000] Reserved but unavailable: 21429 pages
[ 0.000000] ACPI: PM-Timer IO Port: 0x508
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: X2APIC_NMI (uid[0x00] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x01] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x02] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x03] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x04] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x05] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x06] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x07] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x08] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x09] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x10] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x11] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x12] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x13] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x14] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x15] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x16] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x17] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x18] high level lint[0x1])
[ 0.000000] ACPI: X2APIC_NMI (uid[0x19] high level lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec01000, GSI 24-31
[ 0.000000] IOAPIC[2]: apic_id 10, version 32, address 0xfec08000, GSI 32-39
[ 0.000000] IOAPIC[3]: apic_id 11, version 32, address 0xfec10000, GSI 40-47
[ 0.000000] IOAPIC[4]: apic_id 12, version 32, address 0xfec18000, GSI 48-55
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] ACPI: SPCR: Unexpected SPCR Access Width. Defaulting to byte size
[ 0.000000] ACPI: SPCR: console: uart,mmio,0x0,115200
[ 0.000000] smpboot: Allowing 20 CPUs, 0 hotplug CPUs
[ 0.000000] e820: [mem 0xd0000000-0xfdffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] random: get_random_bytes called from start_kernel+0x84/0x50a with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:20 nr_node_ids:1
[ 0.000000] percpu: Embedded 46 pages/cpu @ (ptrval) s151552 r8192 d28672 u262144
[ 0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.000000] pcpu-alloc: [0] 16 17 18 19 -- -- -- --
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8171905
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: rootfstype=ramfs linux_mfg.pxe
[ 0.000000] Memory: 32232956K/33206572K available (16396K kernel code, 1796K rwdata, 4988K rodata, 89164K init, 1140K bss, 973616K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 48678 entries in 191 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=20.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
[ 0.000000] NR_IRQS: 8448, nr_irqs: 1128, preallocated irqs: 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ACPI: Core revision 20180313
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.000000] hpet clockevent registered
[ 0.004000] APIC: Switch to symmetric I/O mode setup
[ 0.004000] DMAR: Host address width 46
[ 0.004000] DMAR: DRHD base: 0x000000eaffc000 flags: 0x0
[ 0.004000] DMAR: dmar0: reg_base_addr eaffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 0.004000] DMAR: DRHD base: 0x000000f37fc000 flags: 0x0
[ 0.004000] DMAR: dmar1: reg_base_addr f37fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 0.004000] DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
[ 0.004000] DMAR: dmar2: reg_base_addr fbffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 0.004000] DMAR: DRHD base: 0x000000e27fc000 flags: 0x1
[ 0.004000] DMAR: dmar3: reg_base_addr e27fc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
[ 0.004000] DMAR: RMRR base: 0x0000009ccd8000 end: 0x0000009ccdafff
[ 0.004000] DMAR: RMRR base: 0x0000009adb4000 end: 0x0000009adb4fff
[ 0.004000] DMAR: ATSR flags: 0x0
[ 0.004000] DMAR-IR: IOAPIC id 12 under DRHD base 0xfbffc000 IOMMU 2
[ 0.004000] DMAR-IR: IOAPIC id 11 under DRHD base 0xf37fc000 IOMMU 1
[ 0.004000] DMAR-IR: IOAPIC id 10 under DRHD base 0xeaffc000 IOMMU 0
[ 0.004000] DMAR-IR: IOAPIC id 8 under DRHD base 0xe27fc000 IOMMU 3
[ 0.004000] DMAR-IR: IOAPIC id 9 under DRHD base 0xe27fc000 IOMMU 3
[ 0.004000] DMAR-IR: HPET id 0 under DRHD base 0xe27fc000
[ 0.004000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.004000] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.004000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.024000] tsc: Detected 2200.000 MHz processor
[ 0.024000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb633008a4, max_idle_ns: 440795292230 ns
[ 0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4400.00 BogoMIPS (lpj=8800000)
[ 0.024000] pid_max: default: 32768 minimum: 301
[ 0.024000] Security Framework initialized
[ 0.028590] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[ 0.030533] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.030604] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.030666] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.030847] CPU: Physical Processor ID: 0
[ 0.030849] CPU: Processor Core ID: 0
[ 0.030863] mce: CPU supports 20 MCE banks
[ 0.030932] CPU0: Thermal monitoring enabled (TM1)
[ 0.030959] process: using mwait in idle threads
[ 0.030962] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.030964] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.030967] Spectre V2 : Vulnerable: Minimal generic ASM retpoline
[ 0.030969] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[ 0.030970] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[ 0.030972] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.030974] Speculative Store Bypass: Vulnerable
[ 0.039494] Freeing SMP alternatives memory: 44K
[ 0.046847] TSC deadline timer enabled
[ 0.046851] smpboot: CPU0: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz (family: 0x6, model: 0x55, stepping: 0x4)
[ 0.046928] Performance Events: PEBS fmt3+, Skylake events, full-width counters, Intel PMU driver.
[ 0.046938] ... version: 4
[ 0.046939] ... bit width: 48
[ 0.046941] ... generic registers: 4
[ 0.046942] ... value mask: 0000ffffffffffff
[ 0.046943] ... max period: 00007fffffffffff
[ 0.046945] ... fixed-purpose events: 3
[ 0.046946] ... event mask: 000000070000000f
[ 0.046976] Hierarchical SRCU implementation.
[ 0.047167] smp: Bringing up secondary CPUs ...
[ 0.047223] x86: Booting SMP configuration:
[ 0.047225] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19
[ 0.098758] smp: Brought up 1 node, 20 CPUs
[ 0.098758] smpboot: Max logical packages: 1
[ 0.098758] smpboot: Total of 20 processors activated (88000.00 BogoMIPS)
[ 0.100992] devtmpfs: initialized
[ 0.100992] x86/mm: Memory block size: 128MB
[ 0.101405] PM: Registering ACPI NVS region [mem 0x9ae52000-0x9d251fff] (37748736 bytes)
[ 0.101405] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.101405] futex hash table entries: 8192 (order: 7, 524288 bytes)
[ 0.101405] NET: Registered protocol family 16
[ 0.101405] audit: initializing netlink subsys (disabled)
[ 0.101405] audit: type=2000 audit(1531410354.100:1): state=initialized audit_enabled=0 res=1
[ 0.101405] cpuidle: using governor ladder
[ 0.101405] cpuidle: using governor menu
[ 0.101405] Error parsing PCC subspaces from PCCT
[ 0.101405] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.101405] ACPI: bus type PCI registered
[ 0.101405] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.101405] dca service started, version 1.12.1
[ 0.101405] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[ 0.101405] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[ 0.101405] PCI: Using configuration type 1 for base access
[ 0.101405] PCI: HP ProLiant DL360 detected, enabling pci=bfsort.
[ 0.105611] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.105611] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.105611] cryptd: max_cpu_qlen set to 1000
[ 0.105611] ACPI: Added _OSI(Module Device)
[ 0.105611] ACPI: Added _OSI(Processor Device)
[ 0.105611] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.105611] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.105611] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.105611] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 0.106244] ACPI: Interpreter enabled
[ 0.106253] ACPI: (supports S0 S5)
[ 0.106254] ACPI: Using IOAPIC for interrupt routing
[ 0.106266] HEST: Table parsing has been initialized.
[ 0.106268] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.106301] ACPI: Enabled 3 GPEs in block 00 to 7F
[ 0.114100] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-0f])
[ 0.114108] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.114175] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.114233] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.114235] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.114646] PCI host bridge to bus 0000:00
[ 0.114649] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000cbfff window]
[ 0.114651] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.114653] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.114655] pci_bus 0000:00: root bus resource [io 0x03b0-0x03bb window]
[ 0.114656] pci_bus 0000:00: root bus resource [io 0x03c0-0x03df window]
[ 0.114658] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.114660] pci_bus 0000:00: root bus resource [io 0x1000-0x3fff window]
[ 0.114662] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xe27fbfff window]
[ 0.114664] pci_bus 0000:00: root bus resource [mem 0xc0000000000-0xc3fffffffff window]
[ 0.114667] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 0.114675] pci 0000:00:00.0: [8086:2020] type 00 class 0x060000
[ 0.114810] pci 0000:00:04.0: [8086:2021] type 00 class 0x088000
[ 0.114820] pci 0000:00:04.0: reg 0x10: [mem 0xc3ffff1c000-0xc3ffff1ffff 64bit]
[ 0.114930] pci 0000:00:04.1: [8086:2021] type 00 class 0x088000
[ 0.114940] pci 0000:00:04.1: reg 0x10: [mem 0xc3ffff18000-0xc3ffff1bfff 64bit]
[ 0.115051] pci 0000:00:04.2: [8086:2021] type 00 class 0x088000
[ 0.115060] pci 0000:00:04.2: reg 0x10: [mem 0xc3ffff14000-0xc3ffff17fff 64bit]
[ 0.115170] pci 0000:00:04.3: [8086:2021] type 00 class 0x088000
[ 0.115180] pci 0000:00:04.3: reg 0x10: [mem 0xc3ffff10000-0xc3ffff13fff 64bit]
[ 0.115291] pci 0000:00:04.4: [8086:2021] type 00 class 0x088000
[ 0.115300] pci 0000:00:04.4: reg 0x10: [mem 0xc3ffff0c000-0xc3ffff0ffff 64bit]
[ 0.115410] pci 0000:00:04.5: [8086:2021] type 00 class 0x088000
[ 0.115420] pci 0000:00:04.5: reg 0x10: [mem 0xc3ffff08000-0xc3ffff0bfff 64bit]
[ 0.115531] pci 0000:00:04.6: [8086:2021] type 00 class 0x088000
[ 0.115541] pci 0000:00:04.6: reg 0x10: [mem 0xc3ffff04000-0xc3ffff07fff 64bit]
[ 0.115650] pci 0000:00:04.7: [8086:2021] type 00 class 0x088000
[ 0.115659] pci 0000:00:04.7: reg 0x10: [mem 0xc3ffff00000-0xc3ffff03fff 64bit]
[ 0.115771] pci 0000:00:05.0: [8086:2024] type 00 class 0x088000
[ 0.115878] pci 0000:00:05.2: [8086:2025] type 00 class 0x088000
[ 0.115984] pci 0000:00:05.4: [8086:2026] type 00 class 0x080020
[ 0.115991] pci 0000:00:05.4: reg 0x10: [mem 0xd9e14000-0xd9e14fff]
[ 0.116102] pci 0000:00:08.0: [8086:2014] type 00 class 0x088000
[ 0.116192] pci 0000:00:08.1: [8086:2015] type 00 class 0x110100
[ 0.116277] pci 0000:00:08.2: [8086:2016] type 00 class 0x088000
[ 0.116382] pci 0000:00:11.0: [8086:a1ec] type 00 class 0xff0000
[ 0.116532] pci 0000:00:11.1: [8086:a1ed] type 00 class 0xff0000
[ 0.116693] pci 0000:00:14.0: [8086:a1af] type 00 class 0x0c0330
[ 0.116713] pci 0000:00:14.0: reg 0x10: [mem 0xd9e00000-0xd9e0ffff 64bit]
[ 0.116772] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.116866] pci 0000:00:14.2: [8086:a1b1] type 00 class 0x118000
[ 0.116886] pci 0000:00:14.2: reg 0x10: [mem 0xc3ffff23000-0xc3ffff23fff 64bit]
[ 0.117030] pci 0000:00:16.0: [8086:a1ba] type 00 class 0x078000
[ 0.117057] pci 0000:00:16.0: reg 0x10: [mem 0xc3ffff22000-0xc3ffff22fff 64bit]
[ 0.117135] pci 0000:00:16.0: PME# supported from D3hot
[ 0.117230] pci 0000:00:16.4: [8086:a1be] type 00 class 0x078000
[ 0.117254] pci 0000:00:16.4: reg 0x10: [mem 0xc3ffff21000-0xc3ffff21fff 64bit]
[ 0.117321] pci 0000:00:16.4: PME# supported from D3hot
[ 0.117418] pci 0000:00:1c.0: [8086:a190] type 01 class 0x060400
[ 0.117477] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.117577] pci 0000:00:1c.4: [8086:a194] type 01 class 0x060400
[ 0.117634] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.117736] pci 0000:00:1f.0: [8086:a1c1] type 00 class 0x060100
[ 0.117881] pci 0000:00:1f.2: [8086:a1a1] type 00 class 0x058000
[ 0.117894] pci 0000:00:1f.2: reg 0x10: [mem 0xd9e10000-0xd9e13fff]
[ 0.118068] pci 0000:02:00.0: [14e4:1657] type 00 class 0x020000
[ 0.118097] pci 0000:02:00.0: reg 0x10: [mem 0xd9d90000-0xd9d9ffff 64bit pref]
[ 0.118111] pci 0000:02:00.0: reg 0x18: [mem 0xd9da0000-0xd9daffff 64bit pref]
[ 0.118125] pci 0000:02:00.0: reg 0x20: [mem 0xd9db0000-0xd9dbffff 64bit pref]
[ 0.118135] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[ 0.118213] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.118302] pci 0000:02:00.1: [14e4:1657] type 00 class 0x020000
[ 0.118331] pci 0000:02:00.1: reg 0x10: [mem 0xd9d60000-0xd9d6ffff 64bit pref]
[ 0.118345] pci 0000:02:00.1: reg 0x18: [mem 0xd9d70000-0xd9d7ffff 64bit pref]
[ 0.118359] pci 0000:02:00.1: reg 0x20: [mem 0xd9d80000-0xd9d8ffff 64bit pref]
[ 0.118368] pci 0000:02:00.1: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[ 0.118446] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[ 0.118525] pci 0000:02:00.2: [14e4:1657] type 00 class 0x020000
[ 0.118553] pci 0000:02:00.2: reg 0x10: [mem 0xd9d30000-0xd9d3ffff 64bit pref]
[ 0.118567] pci 0000:02:00.2: reg 0x18: [mem 0xd9d40000-0xd9d4ffff 64bit pref]
[ 0.118581] pci 0000:02:00.2: reg 0x20: [mem 0xd9d50000-0xd9d5ffff 64bit pref]
[ 0.118591] pci 0000:02:00.2: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[ 0.118668] pci 0000:02:00.2: PME# supported from D0 D3hot D3cold
[ 0.118746] pci 0000:02:00.3: [14e4:1657] type 00 class 0x020000
[ 0.118775] pci 0000:02:00.3: reg 0x10: [mem 0xd9d00000-0xd9d0ffff 64bit pref]
[ 0.118789] pci 0000:02:00.3: reg 0x18: [mem 0xd9d10000-0xd9d1ffff 64bit pref]
[ 0.118802] pci 0000:02:00.3: reg 0x20: [mem 0xd9d20000-0xd9d2ffff 64bit pref]
[ 0.118812] pci 0000:02:00.3: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[ 0.118889] pci 0000:02:00.3: PME# supported from D0 D3hot D3cold
[ 0.118976] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.118983] pci 0000:00:1c.0: bridge window [mem 0xd9d00000-0xd9dfffff 64bit pref]
[ 0.119020] pci 0000:01:00.0: [103c:3306] type 00 class 0x088000
[ 0.119041] pci 0000:01:00.0: reg 0x10: [io 0x1200-0x12ff]
[ 0.119050] pci 0000:01:00.0: reg 0x14: [mem 0xd9b9e000-0xd9b9e3ff]
[ 0.119059] pci 0000:01:00.0: reg 0x18: [io 0x1100-0x11ff]
[ 0.119068] pci 0000:01:00.0: reg 0x1c: [mem 0xd4000000-0xd7ffffff]
[ 0.119077] pci 0000:01:00.0: reg 0x20: [mem 0xd9800000-0xd99fffff]
[ 0.119191] pci 0000:01:00.1: [102b:0538] type 00 class 0x030000
[ 0.119211] pci 0000:01:00.1: reg 0x10: [mem 0xd8000000-0xd8ffffff pref]
[ 0.119220] pci 0000:01:00.1: reg 0x14: [mem 0xd9b98000-0xd9b9bfff]
[ 0.119229] pci 0000:01:00.1: reg 0x18: [mem 0xd9000000-0xd97fffff]
[ 0.119274] pci 0000:01:00.1: BAR 0: assigned to efifb
[ 0.119360] pci 0000:01:00.2: [103c:3307] type 00 class 0x088000
[ 0.119380] pci 0000:01:00.2: reg 0x10: [io 0x1000-0x10ff]
[ 0.119389] pci 0000:01:00.2: reg 0x14: [mem 0xd9b9d000-0xd9b9d0ff]
[ 0.119398] pci 0000:01:00.2: reg 0x18: [mem 0xd9a00000-0xd9afffff]
[ 0.119407] pci 0000:01:00.2: reg 0x1c: [mem 0xd9b00000-0xd9b7ffff]
[ 0.119416] pci 0000:01:00.2: reg 0x20: [mem 0xd9b90000-0xd9b97fff]
[ 0.119425] pci 0000:01:00.2: reg 0x24: [mem 0xd9b80000-0xd9b8ffff]
[ 0.119434] pci 0000:01:00.2: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.119482] pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
[ 0.119534] pci 0000:01:00.4: [103c:22f6] type 00 class 0x0c0320
[ 0.119554] pci 0000:01:00.4: reg 0x10: [mem 0xd9b9c000-0xd9b9c0ff]
[ 0.119696] pci 0000:00:1c.4: PCI bridge to [bus 01]
[ 0.119699] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.119702] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd9bfffff]
[ 0.119713] pci_bus 0000:00: on NUMA node 0
[ 0.119821] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.119859] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.119894] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.119928] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.119962] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.119996] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.120033] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.120067] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.120228] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 10-5f])
[ 0.120234] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.120296] acpi PNP0A08:01: _OSC: platform does not support [AER]
[ 0.120351] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.120353] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.120396] PCI host bridge to bus 0000:10
[ 0.120398] pci_bus 0000:10: root bus resource [io 0x4000-0x7fff window]
[ 0.120400] pci_bus 0000:10: root bus resource [mem 0xe2800000-0xeaffbfff window]
[ 0.120402] pci_bus 0000:10: root bus resource [mem 0xc4000000000-0xc7fffffffff window]
[ 0.120405] pci_bus 0000:10: root bus resource [bus 10-5f]
[ 0.120412] pci 0000:10:00.0: [8086:2030] type 01 class 0x060400
[ 0.120434] pci 0000:10:00.0: enabling Extended Tags
[ 0.120461] pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
[ 0.120507] pci 0000:10:05.0: [8086:2034] type 00 class 0x088000
[ 0.120566] pci 0000:10:05.2: [8086:2035] type 00 class 0x088000
[ 0.120623] pci 0000:10:05.4: [8086:2036] type 00 class 0x080020
[ 0.120631] pci 0000:10:05.4: reg 0x10: [mem 0xe2800000-0xe2800fff]
[ 0.120689] pci 0000:10:08.0: [8086:208d] type 00 class 0x088000
[ 0.120726] pci 0000:10:08.1: [8086:208d] type 00 class 0x088000
[ 0.120762] pci 0000:10:08.2: [8086:208d] type 00 class 0x088000
[ 0.120796] pci 0000:10:08.3: [8086:208d] type 00 class 0x088000
[ 0.120831] pci 0000:10:08.4: [8086:208d] type 00 class 0x088000
[ 0.120866] pci 0000:10:08.5: [8086:208d] type 00 class 0x088000
[ 0.120901] pci 0000:10:08.6: [8086:208d] type 00 class 0x088000
[ 0.120937] pci 0000:10:08.7: [8086:208d] type 00 class 0x088000
[ 0.120972] pci 0000:10:09.0: [8086:208d] type 00 class 0x088000
[ 0.121008] pci 0000:10:09.1: [8086:208d] type 00 class 0x088000
[ 0.121048] pci 0000:10:0e.0: [8086:208e] type 00 class 0x088000
[ 0.121082] pci 0000:10:0e.1: [8086:208e] type 00 class 0x088000
[ 0.121117] pci 0000:10:0e.2: [8086:208e] type 00 class 0x088000
[ 0.121152] pci 0000:10:0e.3: [8086:208e] type 00 class 0x088000
[ 0.121187] pci 0000:10:0e.4: [8086:208e] type 00 class 0x088000
[ 0.121221] pci 0000:10:0e.5: [8086:208e] type 00 class 0x088000
[ 0.121256] pci 0000:10:0e.6: [8086:208e] type 00 class 0x088000
[ 0.121293] pci 0000:10:0e.7: [8086:208e] type 00 class 0x088000
[ 0.121329] pci 0000:10:0f.0: [8086:208e] type 00 class 0x088000
[ 0.121364] pci 0000:10:0f.1: [8086:208e] type 00 class 0x088000
[ 0.121409] pci 0000:10:1d.0: [8086:2054] type 00 class 0x088000
[ 0.121445] pci 0000:10:1d.1: [8086:2055] type 00 class 0x088000
[ 0.121482] pci 0000:10:1d.2: [8086:2056] type 00 class 0x088000
[ 0.121517] pci 0000:10:1d.3: [8086:2057] type 00 class 0x088000
[ 0.121555] pci 0000:10:1e.0: [8086:2080] type 00 class 0x088000
[ 0.121591] pci 0000:10:1e.1: [8086:2081] type 00 class 0x088000
[ 0.121627] pci 0000:10:1e.2: [8086:2082] type 00 class 0x088000
[ 0.121663] pci 0000:10:1e.3: [8086:2083] type 00 class 0x088000
[ 0.121700] pci 0000:10:1e.4: [8086:2084] type 00 class 0x088000
[ 0.121735] pci 0000:10:1e.5: [8086:2085] type 00 class 0x088000
[ 0.121771] pci 0000:10:1e.6: [8086:2086] type 00 class 0x088000
[ 0.121826] pci 0000:10:00.0: PCI bridge to [bus 11]
[ 0.121836] pci_bus 0000:10: on NUMA node 0
[ 0.121859] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 60-af])
[ 0.121864] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.121926] acpi PNP0A08:02: _OSC: platform does not support [AER]
[ 0.121980] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.121982] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.122023] PCI host bridge to bus 0000:60
[ 0.122025] pci_bus 0000:60: root bus resource [io 0x8000-0xbfff window]
[ 0.122027] pci_bus 0000:60: root bus resource [mem 0xeb000000-0xf37fbfff window]
[ 0.122029] pci_bus 0000:60: root bus resource [mem 0xc8000000000-0xcbfffffffff window]
[ 0.122031] pci_bus 0000:60: root bus resource [bus 60-af]
[ 0.122038] pci 0000:60:00.0: [8086:2030] type 01 class 0x060400
[ 0.122059] pci 0000:60:00.0: enabling Extended Tags
[ 0.122085] pci 0000:60:00.0: PME# supported from D0 D3hot D3cold
[ 0.122129] pci 0000:60:02.0: [8086:2032] type 01 class 0x060400
[ 0.122149] pci 0000:60:02.0: enabling Extended Tags
[ 0.122175] pci 0000:60:02.0: PME# supported from D0 D3hot D3cold
[ 0.122217] pci 0000:60:05.0: [8086:2034] type 00 class 0x088000
[ 0.122274] pci 0000:60:05.2: [8086:2035] type 00 class 0x088000
[ 0.122330] pci 0000:60:05.4: [8086:2036] type 00 class 0x080020
[ 0.122337] pci 0000:60:05.4: reg 0x10: [mem 0xeb000000-0xeb000fff]
[ 0.122396] pci 0000:60:08.0: [8086:2066] type 00 class 0x088000
[ 0.122445] pci 0000:60:09.0: [8086:2066] type 00 class 0x088000
[ 0.122493] pci 0000:60:0a.0: [8086:2040] type 00 class 0x088000
[ 0.122540] pci 0000:60:0a.1: [8086:2041] type 00 class 0x088000
[ 0.122586] pci 0000:60:0a.2: [8086:2042] type 00 class 0x088000
[ 0.122634] pci 0000:60:0a.3: [8086:2043] type 00 class 0x088000
[ 0.122682] pci 0000:60:0a.4: [8086:2044] type 00 class 0x088000
[ 0.122729] pci 0000:60:0a.5: [8086:2045] type 00 class 0x088000
[ 0.122775] pci 0000:60:0a.6: [8086:2046] type 00 class 0x088000
[ 0.122823] pci 0000:60:0a.7: [8086:2047] type 00 class 0x088000
[ 0.122870] pci 0000:60:0b.0: [8086:2048] type 00 class 0x088000
[ 0.122918] pci 0000:60:0b.1: [8086:2049] type 00 class 0x088000
[ 0.122965] pci 0000:60:0b.2: [8086:204a] type 00 class 0x088000
[ 0.123012] pci 0000:60:0b.3: [8086:204b] type 00 class 0x088000
[ 0.123061] pci 0000:60:0c.0: [8086:2040] type 00 class 0x088000
[ 0.123109] pci 0000:60:0c.1: [8086:2041] type 00 class 0x088000
[ 0.123157] pci 0000:60:0c.2: [8086:2042] type 00 class 0x088000
[ 0.123205] pci 0000:60:0c.3: [8086:2043] type 00 class 0x088000
[ 0.123252] pci 0000:60:0c.4: [8086:2044] type 00 class 0x088000
[ 0.123300] pci 0000:60:0c.5: [8086:2045] type 00 class 0x088000
[ 0.123347] pci 0000:60:0c.6: [8086:2046] type 00 class 0x088000
[ 0.123396] pci 0000:60:0c.7: [8086:2047] type 00 class 0x088000
[ 0.123445] pci 0000:60:0d.0: [8086:2048] type 00 class 0x088000
[ 0.123492] pci 0000:60:0d.1: [8086:2049] type 00 class 0x088000
[ 0.123540] pci 0000:60:0d.2: [8086:204a] type 00 class 0x088000
[ 0.123588] pci 0000:60:0d.3: [8086:204b] type 00 class 0x088000
[ 0.123664] pci 0000:60:00.0: PCI bridge to [bus 61]
[ 0.123689] pci 0000:60:02.0: PCI bridge to [bus 62]
[ 0.123701] pci_bus 0000:60: on NUMA node 0
[ 0.123722] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus b0-ff])
[ 0.123728] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.123789] acpi PNP0A08:03: _OSC: platform does not support [AER]
[ 0.123843] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.123845] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.123886] PCI host bridge to bus 0000:b0
[ 0.123888] pci_bus 0000:b0: root bus resource [io 0xc000-0xffff window]
[ 0.123890] pci_bus 0000:b0: root bus resource [mem 0xf3800000-0xfbffbfff window]
[ 0.123892] pci_bus 0000:b0: root bus resource [mem 0xcc000000000-0xcffffffffff window]
[ 0.123894] pci_bus 0000:b0: root bus resource [bus b0-ff]
[ 0.123901] pci 0000:b0:00.0: [8086:2030] type 01 class 0x060400
[ 0.123949] pci 0000:b0:00.0: PME# supported from D0 D3hot D3cold
[ 0.123995] pci 0000:b0:02.0: [8086:2032] type 01 class 0x060400
[ 0.124022] pci 0000:b0:02.0: enabling Extended Tags
[ 0.124049] pci 0000:b0:02.0: PME# supported from D0 D3hot D3cold
[ 0.124092] pci 0000:b0:05.0: [8086:2034] type 00 class 0x088000
[ 0.124151] pci 0000:b0:05.2: [8086:2035] type 00 class 0x088000
[ 0.124211] pci 0000:b0:05.4: [8086:2036] type 00 class 0x080020
[ 0.124219] pci 0000:b0:05.4: reg 0x10: [mem 0xf3900000-0xf3900fff]
[ 0.124283] pci 0000:b0:0e.0: [8086:2058] type 00 class 0x110100
[ 0.124329] pci 0000:b0:0e.1: [8086:2059] type 00 class 0x088000
[ 0.124379] pci 0000:b0:0f.0: [8086:2058] type 00 class 0x110100
[ 0.124424] pci 0000:b0:0f.1: [8086:2059] type 00 class 0x088000
[ 0.124473] pci 0000:b0:12.0: [8086:204c] type 00 class 0x110100
[ 0.124518] pci 0000:b0:12.1: [8086:204d] type 00 class 0x110100
[ 0.124555] pci 0000:b0:12.2: [8086:204e] type 00 class 0x088000
[ 0.124594] pci 0000:b0:15.0: [8086:2018] type 00 class 0x088000
[ 0.124632] pci 0000:b0:16.0: [8086:2018] type 00 class 0x088000
[ 0.124669] pci 0000:b0:16.4: [8086:2018] type 00 class 0x088000
[ 0.124734] pci 0000:b1:00.0: [9005:028f] type 00 class 0x010700
[ 0.124748] pci 0000:b1:00.0: reg 0x10: [mem 0xf3800000-0xf3807fff 64bit]
[ 0.124761] pci 0000:b1:00.0: reg 0x20: [io 0xc000-0xc0ff]
[ 0.124770] pci 0000:b1:00.0: reg 0x30: [mem 0x00000000-0x001fffff pref]
[ 0.124798] pci 0000:b1:00.0: supports D1
[ 0.124799] pci 0000:b1:00.0: PME# supported from D0 D1 D3hot
[ 0.124843] pci 0000:b0:00.0: PCI bridge to [bus b1]
[ 0.124846] pci 0000:b0:00.0: bridge window [io 0xc000-0xcfff]
[ 0.124848] pci 0000:b0:00.0: bridge window [mem 0xf3800000-0xf38fffff]
[ 0.124870] pci 0000:b0:02.0: PCI bridge to [bus b2]
[ 0.124882] pci_bus 0000:b0: on NUMA node 0
[ 0.124989] pci 0000:01:00.1: vgaarb: setting as boot VGA device
[ 0.124989] pci 0000:01:00.1: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.124989] pci 0000:01:00.1: vgaarb: bridge control possible
[ 0.124989] vgaarb: loaded
[ 0.124989] SCSI subsystem initialized
[ 0.124989] libata version 3.00 loaded.
[ 0.124989] ACPI: bus type USB registered
[ 0.124989] usbcore: registered new interface driver usbfs
[ 0.124989] usbcore: registered new interface driver hub
[ 0.124989] usbcore: registered new device driver usb
[ 0.124989] pps_core: LinuxPPS API ver. 1 registered
[ 0.124989] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.124989] PTP clock support registered
[ 0.124989] EDAC MC: Ver: 3.0.0
[ 0.124989] Registered efivars operations
[ 0.139830] PCI: Using ACPI for IRQ routing
[ 0.142970] PCI: pci_cache_line_size set to 64 bytes
[ 0.143090] e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
[ 0.143091] e820: reserve RAM buffer [mem 0x85642018-0x87ffffff]
[ 0.143093] e820: reserve RAM buffer [mem 0x857cc018-0x87ffffff]
[ 0.143094] e820: reserve RAM buffer [mem 0x857d7018-0x87ffffff]
[ 0.143095] e820: reserve RAM buffer [mem 0x857e0018-0x87ffffff]
[ 0.143096] e820: reserve RAM buffer [mem 0x85811018-0x87ffffff]
[ 0.143097] e820: reserve RAM buffer [mem 0x85842018-0x87ffffff]
[ 0.143098] e820: reserve RAM buffer [mem 0x85873018-0x87ffffff]
[ 0.143098] e820: reserve RAM buffer [mem 0x86595000-0x87ffffff]
[ 0.143099] e820: reserve RAM buffer [mem 0x8f183000-0x8fffffff]
[ 0.143100] e820: reserve RAM buffer [mem 0x90221000-0x93ffffff]
[ 0.143101] e820: reserve RAM buffer [mem 0x90237000-0x93ffffff]
[ 0.143101] e820: reserve RAM buffer [mem 0x9a152000-0x9bffffff]
[ 0.143102] e820: reserve RAM buffer [mem 0x9d454000-0x9fffffff]
[ 0.143103] e820: reserve RAM buffer [mem 0xaf800000-0xafffffff]
[ 0.143103] e820: reserve RAM buffer [mem 0x83ffff000-0x83fffffff]
[ 0.143194] NetLabel: Initializing
[ 0.143196] NetLabel: domain hash size = 128
[ 0.143197] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.143211] NetLabel: unlabeled traffic allowed by default
[ 0.143214] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.143214] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.145039] clocksource: Switched to clocksource tsc-early
[ 0.152941] VFS: Disk quotas dquot_6.6.0
[ 0.152958] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.153002] pnp: PnP ACPI init
[ 0.153206] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.153275] system 00:01: [io 0x0500-0x053f] has been reserved
[ 0.153277] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.153279] system 00:01: [io 0x0540-0x057f] has been reserved
[ 0.153281] system 00:01: [io 0x0600-0x061f] has been reserved
[ 0.153283] system 00:01: [io 0x0880-0x0883] has been reserved
[ 0.153285] system 00:01: [io 0x0800-0x081f] has been reserved
[ 0.153287] system 00:01: [mem 0xfed1c000-0xfed3ffff] has been reserved
[ 0.153289] system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
[ 0.153291] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[ 0.153293] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.153295] system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
[ 0.153297] system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
[ 0.153299] system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
[ 0.153303] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.153316] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.153328] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.153379] pnp: PnP ACPI: found 4 devices
[ 0.158709] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.158751] pci 0000:00:1c.0: BAR 14: assigned [mem 0xd9c00000-0xd9cfffff]
[ 0.158756] pci 0000:02:00.0: BAR 6: assigned [mem 0xd9c00000-0xd9c3ffff pref]
[ 0.158758] pci 0000:02:00.1: BAR 6: assigned [mem 0xd9c40000-0xd9c7ffff pref]
[ 0.158760] pci 0000:02:00.2: BAR 6: assigned [mem 0xd9c80000-0xd9cbffff pref]
[ 0.158763] pci 0000:02:00.3: BAR 6: assigned [mem 0xd9cc0000-0xd9cfffff pref]
[ 0.158766] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.158770] pci 0000:00:1c.0: bridge window [mem 0xd9c00000-0xd9cfffff]
[ 0.158773] pci 0000:00:1c.0: bridge window [mem 0xd9d00000-0xd9dfffff 64bit pref]
[ 0.158778] pci 0000:01:00.2: BAR 6: assigned [mem 0xd0000000-0xd000ffff pref]
[ 0.158781] pci 0000:00:1c.4: PCI bridge to [bus 01]
[ 0.158783] pci 0000:00:1c.4: bridge window [io 0x1000-0x1fff]
[ 0.158787] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd9bfffff]
[ 0.158794] pci_bus 0000:00: resource 4 [mem 0x000c4000-0x000cbfff window]
[ 0.158795] pci_bus 0000:00: resource 5 [io 0x0000-0x03af window]
[ 0.158796] pci_bus 0000:00: resource 6 [io 0x03e0-0x0cf7 window]
[ 0.158796] pci_bus 0000:00: resource 7 [io 0x03b0-0x03bb window]
[ 0.158797] pci_bus 0000:00: resource 8 [io 0x03c0-0x03df window]
[ 0.158798] pci_bus 0000:00: resource 9 [mem 0x000a0000-0x000bffff window]
[ 0.158799] pci_bus 0000:00: resource 10 [io 0x1000-0x3fff window]
[ 0.158800] pci_bus 0000:00: resource 11 [mem 0xd0000000-0xe27fbfff window]
[ 0.158801] pci_bus 0000:00: resource 12 [mem 0xc0000000000-0xc3fffffffff window]
[ 0.158802] pci_bus 0000:02: resource 1 [mem 0xd9c00000-0xd9cfffff]
[ 0.158802] pci_bus 0000:02: resource 2 [mem 0xd9d00000-0xd9dfffff 64bit pref]
[ 0.158803] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
[ 0.158804] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd9bfffff]
[ 0.158857] pci 0000:10:00.0: PCI bridge to [bus 11]
[ 0.158864] pci_bus 0000:10: resource 4 [io 0x4000-0x7fff window]
[ 0.158865] pci_bus 0000:10: resource 5 [mem 0xe2800000-0xeaffbfff window]
[ 0.158866] pci_bus 0000:10: resource 6 [mem 0xc4000000000-0xc7fffffffff window]
[ 0.158876] pci 0000:60:00.0: PCI bridge to [bus 61]
[ 0.158882] pci 0000:60:02.0: PCI bridge to [bus 62]
[ 0.158888] pci_bus 0000:60: resource 4 [io 0x8000-0xbfff window]
[ 0.158889] pci_bus 0000:60: resource 5 [mem 0xeb000000-0xf37fbfff window]
[ 0.158890] pci_bus 0000:60: resource 6 [mem 0xc8000000000-0xcbfffffffff window]
[ 0.158901] pci 0000:b1:00.0: BAR 6: no space for [mem size 0x00200000 pref]
[ 0.158903] pci 0000:b1:00.0: BAR 6: failed to assign [mem size 0x00200000 pref]
[ 0.158905] pci 0000:b0:00.0: PCI bridge to [bus b1]
[ 0.158907] pci 0000:b0:00.0: bridge window [io 0xc000-0xcfff]
[ 0.158910] pci 0000:b0:00.0: bridge window [mem 0xf3800000-0xf38fffff]
[ 0.158915] pci 0000:b0:02.0: PCI bridge to [bus b2]
[ 0.158921] pci_bus 0000:b0: resource 4 [io 0xc000-0xffff window]
[ 0.158922] pci_bus 0000:b0: resource 5 [mem 0xf3800000-0xfbffbfff window]
[ 0.158923] pci_bus 0000:b0: resource 6 [mem 0xcc000000000-0xcffffffffff window]
[ 0.158924] pci_bus 0000:b1: resource 0 [io 0xc000-0xcfff]
[ 0.158925] pci_bus 0000:b1: resource 1 [mem 0xf3800000-0xf38fffff]
[ 0.158950] NET: Registered protocol family 2
[ 0.159065] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.159144] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.159424] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.159520] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.159566] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.159635] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.159734] NET: Registered protocol family 1
[ 0.160006] pci 0000:01:00.1: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.160249] PCI: CLS 64 bytes, default 64
[ 0.184964] DMAR: dmar2: Using Queued invalidation
[ 0.184972] DMAR: dmar1: Using Queued invalidation
[ 0.184975] DMAR: dmar0: Using Queued invalidation
[ 0.184979] DMAR: dmar3: Using Queued invalidation
[ 0.184996] DMAR: Setting RMRR:
[ 0.185082] DMAR: Setting identity map for device 0000:01:00.0 [0x9adb4000 - 0x9adb4fff]
[ 0.185169] DMAR: Setting identity map for device 0000:01:00.1 [0x9adb4000 - 0x9adb4fff]
[ 0.185253] DMAR: Setting identity map for device 0000:01:00.2 [0x9adb4000 - 0x9adb4fff]
[ 0.185339] DMAR: Setting identity map for device 0000:01:00.4 [0x9adb4000 - 0x9adb4fff]
[ 0.185425] DMAR: Setting identity map for device 0000:00:14.0 [0x9ccd8000 - 0x9ccdafff]
[ 0.185429] DMAR: Prepare 0-16MiB unity mapping for LPC
[ 0.185513] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[ 0.185521] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.185579] iommu: Adding device 0000:00:00.0 to group 0
[ 0.185683] iommu: Adding device 0000:00:04.0 to group 1
[ 0.185698] iommu: Adding device 0000:00:04.1 to group 1
[ 0.185713] iommu: Adding device 0000:00:04.2 to group 1
[ 0.185729] iommu: Adding device 0000:00:04.3 to group 1
[ 0.185744] iommu: Adding device 0000:00:04.4 to group 1
[ 0.185759] iommu: Adding device 0000:00:04.5 to group 1
[ 0.185775] iommu: Adding device 0000:00:04.6 to group 1
[ 0.185790] iommu: Adding device 0000:00:04.7 to group 1
[ 0.185838] iommu: Adding device 0000:00:05.0 to group 2
[ 0.185854] iommu: Adding device 0000:00:05.2 to group 2
[ 0.185869] iommu: Adding device 0000:00:05.4 to group 2
[ 0.185918] iommu: Adding device 0000:00:08.0 to group 3
[ 0.185934] iommu: Adding device 0000:00:08.1 to group 3
[ 0.185950] iommu: Adding device 0000:00:08.2 to group 3
[ 0.185986] iommu: Adding device 0000:00:11.0 to group 4
[ 0.186002] iommu: Adding device 0000:00:11.1 to group 4
[ 0.186039] iommu: Adding device 0000:00:14.0 to group 5
[ 0.186056] iommu: Adding device 0000:00:14.2 to group 5
[ 0.186092] iommu: Adding device 0000:00:16.0 to group 6
[ 0.186109] iommu: Adding device 0000:00:16.4 to group 6
[ 0.186127] iommu: Adding device 0000:00:1c.0 to group 7
[ 0.186145] iommu: Adding device 0000:00:1c.4 to group 8
[ 0.186182] iommu: Adding device 0000:00:1f.0 to group 9
[ 0.186199] iommu: Adding device 0000:00:1f.2 to group 9
[ 0.186262] iommu: Adding device 0000:01:00.0 to group 10
[ 0.186283] iommu: Adding device 0000:01:00.1 to group 10
[ 0.186303] iommu: Adding device 0000:01:00.2 to group 10
[ 0.186324] iommu: Adding device 0000:01:00.4 to group 10
[ 0.186401] iommu: Adding device 0000:02:00.0 to group 11
[ 0.186430] iommu: Adding device 0000:02:00.1 to group 11
[ 0.186457] iommu: Adding device 0000:02:00.2 to group 11
[ 0.186484] iommu: Adding device 0000:02:00.3 to group 11
[ 0.186500] iommu: Adding device 0000:10:00.0 to group 12
[ 0.186549] iommu: Adding device 0000:10:05.0 to group 13
[ 0.186567] iommu: Adding device 0000:10:05.2 to group 13
[ 0.186585] iommu: Adding device 0000:10:05.4 to group 13
[ 0.186685] iommu: Adding device 0000:10:08.0 to group 14
[ 0.186703] iommu: Adding device 0000:10:08.1 to group 14
[ 0.186721] iommu: Adding device 0000:10:08.2 to group 14
[ 0.186739] iommu: Adding device 0000:10:08.3 to group 14
[ 0.186757] iommu: Adding device 0000:10:08.4 to group 14
[ 0.186775] iommu: Adding device 0000:10:08.5 to group 14
[ 0.186793] iommu: Adding device 0000:10:08.6 to group 14
[ 0.186811] iommu: Adding device 0000:10:08.7 to group 14
[ 0.186847] iommu: Adding device 0000:10:09.0 to group 15
[ 0.186866] iommu: Adding device 0000:10:09.1 to group 15
[ 0.186967] iommu: Adding device 0000:10:0e.0 to group 16
[ 0.186986] iommu: Adding device 0000:10:0e.1 to group 16
[ 0.187005] iommu: Adding device 0000:10:0e.2 to group 16
[ 0.187024] iommu: Adding device 0000:10:0e.3 to group 16
[ 0.187042] iommu: Adding device 0000:10:0e.4 to group 16
[ 0.187061] iommu: Adding device 0000:10:0e.5 to group 16
[ 0.187080] iommu: Adding device 0000:10:0e.6 to group 16
[ 0.187099] iommu: Adding device 0000:10:0e.7 to group 16
[ 0.187135] iommu: Adding device 0000:10:0f.0 to group 17
[ 0.187155] iommu: Adding device 0000:10:0f.1 to group 17
[ 0.187213] iommu: Adding device 0000:10:1d.0 to group 18
[ 0.187233] iommu: Adding device 0000:10:1d.1 to group 18
[ 0.187253] iommu: Adding device 0000:10:1d.2 to group 18
[ 0.187273] iommu: Adding device 0000:10:1d.3 to group 18
[ 0.187363] iommu: Adding device 0000:10:1e.0 to group 19
[ 0.187383] iommu: Adding device 0000:10:1e.1 to group 19
[ 0.187403] iommu: Adding device 0000:10:1e.2 to group 19
[ 0.187423] iommu: Adding device 0000:10:1e.3 to group 19
[ 0.187443] iommu: Adding device 0000:10:1e.4 to group 19
[ 0.187463] iommu: Adding device 0000:10:1e.5 to group 19
[ 0.187483] iommu: Adding device 0000:10:1e.6 to group 19
[ 0.187499] iommu: Adding device 0000:60:00.0 to group 20
[ 0.187514] iommu: Adding device 0000:60:02.0 to group 21
[ 0.187563] iommu: Adding device 0000:60:05.0 to group 22
[ 0.187584] iommu: Adding device 0000:60:05.2 to group 22
[ 0.187606] iommu: Adding device 0000:60:05.4 to group 22
[ 0.187632] iommu: Adding device 0000:60:08.0 to group 23
[ 0.187658] iommu: Adding device 0000:60:09.0 to group 24
[ 0.187760] iommu: Adding device 0000:60:0a.0 to group 25
[ 0.187782] iommu: Adding device 0000:60:0a.1 to group 25
[ 0.187804] iommu: Adding device 0000:60:0a.2 to group 25
[ 0.187826] iommu: Adding device 0000:60:0a.3 to group 25
[ 0.187847] iommu: Adding device 0000:60:0a.4 to group 25
[ 0.187869] iommu: Adding device 0000:60:0a.5 to group 25
[ 0.187891] iommu: Adding device 0000:60:0a.6 to group 25
[ 0.187912] iommu: Adding device 0000:60:0a.7 to group 25
[ 0.187971] iommu: Adding device 0000:60:0b.0 to group 26
[ 0.187994] iommu: Adding device 0000:60:0b.1 to group 26
[ 0.188021] iommu: Adding device 0000:60:0b.2 to group 26
[ 0.188043] iommu: Adding device 0000:60:0b.3 to group 26
[ 0.188147] iommu: Adding device 0000:60:0c.0 to group 27
[ 0.188170] iommu: Adding device 0000:60:0c.1 to group 27
[ 0.188193] iommu: Adding device 0000:60:0c.2 to group 27
[ 0.188216] iommu: Adding device 0000:60:0c.3 to group 27
[ 0.188240] iommu: Adding device 0000:60:0c.4 to group 27
[ 0.188262] iommu: Adding device 0000:60:0c.5 to group 27
[ 0.188285] iommu: Adding device 0000:60:0c.6 to group 27
[ 0.188309] iommu: Adding device 0000:60:0c.7 to group 27
[ 0.188368] iommu: Adding device 0000:60:0d.0 to group 28
[ 0.188392] iommu: Adding device 0000:60:0d.1 to group 28
[ 0.188415] iommu: Adding device 0000:60:0d.2 to group 28
[ 0.188439] iommu: Adding device 0000:60:0d.3 to group 28
[ 0.188454] iommu: Adding device 0000:b0:00.0 to group 29
[ 0.188470] iommu: Adding device 0000:b0:02.0 to group 30
[ 0.188518] iommu: Adding device 0000:b0:05.0 to group 31
[ 0.188542] iommu: Adding device 0000:b0:05.2 to group 31
[ 0.188567] iommu: Adding device 0000:b0:05.4 to group 31
[ 0.188604] iommu: Adding device 0000:b0:0e.0 to group 32
[ 0.188628] iommu: Adding device 0000:b0:0e.1 to group 32
[ 0.188665] iommu: Adding device 0000:b0:0f.0 to group 33
[ 0.188689] iommu: Adding device 0000:b0:0f.1 to group 33
[ 0.188737] iommu: Adding device 0000:b0:12.0 to group 34
[ 0.188762] iommu: Adding device 0000:b0:12.1 to group 34
[ 0.188786] iommu: Adding device 0000:b0:12.2 to group 34
[ 0.188815] iommu: Adding device 0000:b0:15.0 to group 35
[ 0.188851] iommu: Adding device 0000:b0:16.0 to group 36
[ 0.188876] iommu: Adding device 0000:b0:16.4 to group 36
[ 0.188893] iommu: Adding device 0000:b1:00.0 to group 37
[ 0.190447] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[ 0.190450] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 0.190451] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 0.190453] RAPL PMU: hw unit of domain dram 2^-16 Joules
[ 0.193991] simple-framebuffer simple-framebuffer.0: framebuffer at 0xd8000000, 0x300000 bytes, mapped to 0x (ptrval)
[ 0.194005] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=1024x768x32, linelength=4096
[ 0.225299] Console: switching to colour frame buffer device 128x48
[ 0.255813] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
[ 0.298528] Initialise system trusted keyrings
[ 0.298787] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[ 0.301770] zbud: loaded
[ 0.302721] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.303306] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.303683] fuse init (API version 7.26)
[ 0.304056] 9p: Installing v9fs 9p2000 file system support
[ 0.304349] pstore: using deflate compression
[ 0.468050] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[ 0.474428] NET: Registered protocol family 38
[ 0.474655] Key type asymmetric registered
[ 0.474854] Asymmetric key parser 'x509' registered
[ 0.475141] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.475610] io scheduler noop registered
[ 0.475797] io scheduler deadline registered
[ 0.476160] io scheduler cfq registered (default)
[ 0.476368] io scheduler mq-deadline registered
[ 0.476588] io scheduler kyber registered
[ 0.479330] pcieport 0000:00:1c.0: Signaling PME with IRQ 24
[ 0.479648] pcieport 0000:00:1c.4: Signaling PME with IRQ 25
[ 0.480031] pcieport 0000:10:00.0: Signaling PME with IRQ 27
[ 0.480402] pcieport 0000:60:00.0: Signaling PME with IRQ 29
[ 0.489804] pcieport 0000:60:02.0: Signaling PME with IRQ 31
[ 0.499442] pcieport 0000:b0:00.0: Signaling PME with IRQ 33
[ 0.509164] pcieport 0000:b0:02.0: Signaling PME with IRQ 35
[ 0.518769] hv_vmbus: registering driver hv_pci
[ 0.528193] hv_vmbus: registering driver hyperv_fb
[ 0.537790] intel_idle: MWAIT substates: 0x2020
[ 0.537791] intel_idle: v0.4.1 model 0x55
[ 0.538806] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.538811] ipmi message handler version 39.2
[ 0.548519] ipmi device interface
[ 0.558196] IPMI System Interface driver.
[ 0.567627] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 0.577699] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 0.588011] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 0.599330] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[ 0.609938] ipmi_si IPI0001:00: [io 0x0ca2-0x0ca3] regsize 1 spacing 1 irq 0
[ 0.620396] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
[ 0.631764] ipmi_si: Adding ACPI-specified kcs state machine
[ 0.642853] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[ 0.980102] ipmi_si IPI0001:00: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
[ 1.129970] ipmi_si IPI0001:00: Found new BMC (man_id: 0x00b85c, prod_id: 0x2000, dev_id: 0x13)
[ 1.145431] ipmi_si IPI0001:00: IPMI kcs interface initialized
[ 1.155934] IPMI SSIF Interface driver
[ 1.166916] IPMI Watchdog: driver initialized
[ 1.176388] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[ 1.187978] IPMI poweroff: ATCA Detect mfg 0xB85C prod 0x2000
[ 1.198053] IPMI poweroff: Found a chassis style poweroff function
[ 1.208020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 1.217442] tsc: Refined TSC clocksource calibration: 2194.794 MHz
[ 1.217834] ACPI: Power Button [PWRF]
[ 1.227051] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa2fcf487a, max_idle_ns: 440795267501 ns
[ 1.240202] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 1.257152] clocksource: Switched to clocksource tsc
[ 1.257350] pstore: Registered erst as persistent store backend
[ 1.278004] ioatdma: Intel(R) QuickData Technology Driver 4.00
[ 1.288840] ioatdma 0000:00:04.0: enabling device (0004 -> 0006)
[ 1.350278] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.380808] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 1.412439] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.423539] Non-volatile memory driver v1.3
[ 1.434084] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[ 1.444546] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 1.454931] AMD IOMMUv2 functionality not available on this system
[ 1.469788] brd: module loaded
[ 1.481201] loop: module loaded
[ 1.492451] zram: Added device: zram0
[ 1.504144] Guest personality initialized and is inactive
[ 1.514816] VMCI host device registered (name=vmci, major=10, minor=61)
[ 1.525688] Initialized host personality
[ 1.537331] lpc_ich 0000:00:1f.0: I/O space for ACPI uninitialized
[ 1.548563] lpc_ich 0000:00:1f.0: No MFD cells added
[ 1.560017] Adaptec aacraid driver 1.2.1[50877]-custom
[ 1.571707] Microsemi PQI Driver (v1.1.4-115)
[ 1.583482] smartpqi 0000:b1:00.0: Microsemi Smart Family Controller found
[ 1.830549] scsi host0: smartpqi
[ 1.855158] smartpqi can't handle SMP requests
[ 1.911351] smartpqi 0000:b1:00.0: added 0:0:-:- 51402ec01037be20 Enclosure HPE Smart Adapter AIO-
[ 1.924266] smartpqi can't handle SMP requests
[ 1.938863] scsi 0:0:0:0: Enclosure HPE Smart Adapter 1.34 PQ: 0 ANSI: 5
[ 1.952085] smartpqi 0000:b1:00.0: added 0:1:0:0 4000000000000000 Direct-Access HPE LOGICAL VOLUME SSDSmartPathCap- En- RAID-1(1+0)
[ 1.977855] scsi 0:1:0:0: Direct-Access HPE LOGICAL VOLUME 1.34 PQ: 0 ANSI: 5
[ 1.991121] smartpqi 0000:b1:00.0: added 0:2:0:0 0000000000000000 RAID HPE P408i-a SR Gen10
[ 2.006996] scsi 0:2:0:0: RAID HPE P408i-a SR Gen10 1.34 PQ: 0 ANSI: 5
[ 2.020603] VMware PVSCSI driver - version 1.0.7.0-k
[ 2.034531] hv_vmbus: registering driver hv_storvsc
[ 2.048659] scsi 0:0:0:0: Attached scsi generic sg0 type 13
[ 2.049072] sd 0:1:0:0: [sda] 1953459632 512-byte logical blocks: (1.00 TB/931 GiB)
[ 2.061645] sd 0:1:0:0: Attached scsi generic sg1 type 0
[ 2.074321] sd 0:1:0:0: [sda] Write Protect is off
[ 2.086795] scsi 0:2:0:0: Attached scsi generic sg2 type 12
[ 2.098902] sd 0:1:0:0: [sda] Mode Sense: 73 00 00 08
[ 2.099094] sd 0:1:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2.114482] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[ 2.137401] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[ 2.149725] sda: sda1
[ 2.151201] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.712.30-0 (2014/02/10)
[ 2.165377] sd 0:1:0:0: [sda] Attached SCSI disk
[ 2.177346] tg3.c:v3.137 (May 11, 2014)
[ 2.220086] tg3 0000:02:00.0 eth0: Tigon3 [partno(N/A) rev 5719001] (PCI Express) MAC address 20:67:7c:d2:90:24
[ 2.232641] tg3 0000:02:00.0 eth0: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 2.245987] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 2.259010] tg3 0000:02:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[ 2.291986] tg3 0000:02:00.1 eth1: Tigon3 [partno(N/A) rev 5719001] (PCI Express) MAC address 20:67:7c:d2:90:25
[ 2.304894] tg3 0000:02:00.1 eth1: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 2.317861] tg3 0000:02:00.1 eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 2.330701] tg3 0000:02:00.1 eth1: dma_rwctrl[00000001] dma_mask[64-bit]
[ 2.363988] tg3 0000:02:00.2 eth2: Tigon3 [partno(N/A) rev 5719001] (PCI Express) MAC address 20:67:7c:d2:90:26
[ 2.377135] tg3 0000:02:00.2 eth2: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 2.390303] tg3 0000:02:00.2 eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 2.403345] tg3 0000:02:00.2 eth2: dma_rwctrl[00000001] dma_mask[64-bit]
[ 2.435953] tg3 0000:02:00.3 eth3: Tigon3 [partno(N/A) rev 5719001] (PCI Express) MAC address 20:67:7c:d2:90:27
[ 2.449436] tg3 0000:02:00.3 eth3: attached PHY is 5719C (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 2.463477] tg3 0000:02:00.3 eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[ 2.477060] tg3 0000:02:00.3 eth3: dma_rwctrl[00000001] dma_mask[64-bit]
[ 2.490908] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 2.504485] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 2.518038] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.532283] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.546132] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 2.560267] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.574031] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 2.587916] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.601829] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k
[ 2.615856] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 2.630931] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 4.1.0-k
[ 2.645034] ixgbevf: Copyright (c) 2009 - 2015 Intel Corporation.
[ 2.659672] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.3.2-k
[ 2.673578] i40e: Copyright (c) 2013 - 2014 Intel Corporation.
[ 2.687766] i40evf: Intel(R) 40-10 Gigabit Virtual Function Network Driver - version 3.2.2-k
[ 2.701644] Copyright (c) 2013 - 2015 Intel Corporation.
[ 2.715430] ice: Intel(R) Ethernet Connection E800 Series Linux Driver - version ice-0.7.0-k
[ 2.730009] ice: Copyright (c) 2018, Intel Corporation.
[ 2.744603] QLogic 1/10 GbE Converged/Intelligent Ethernet Driver v5.3.66
[ 2.758460] VMware vmxnet3 virtual NIC driver - version 1.4.16.0-k-NAPI
[ 2.772274] hv_vmbus: registering driver hv_netvsc
[ 2.785976] hv_vmbus: registering driver uio_hv_generic
[ 2.799555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.813294] ehci-pci: EHCI PCI platform driver
[ 2.828327] ehci-pci 0000:01:00.4: EHCI Host Controller
[ 2.842382] ehci-pci 0000:01:00.4: new USB bus registered, assigned bus number 1
[ 2.855876] ehci-pci 0000:01:00.4: irq 17, io mem 0xd9b9c000
[ 2.884104] ehci-pci 0000:01:00.4: USB 2.0 started, EHCI 1.00
[ 2.897600] hub 1-0:1.0: USB hub found
[ 2.910576] hub 1-0:1.0: 8 ports detected
[ 2.924419] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.937830] ohci-pci: OHCI PCI platform driver
[ 2.951032] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.964116] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.976692] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.990325] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 3.002859] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 3.003099] hub 2-0:1.0: USB hub found
[ 3.016225] hub 2-0:1.0: 16 ports detected
[ 3.028640] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.041254] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 3.054670] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 3.067008] hub 3-0:1.0: USB hub found
[ 3.079006] hub 3-0:1.0: 10 ports detected
[ 3.091504] usbcore: registered new interface driver cdc_acm
[ 3.103132] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 3.115629] usbcore: registered new interface driver usb-storage
[ 3.127236] usbcore: registered new interface driver ftdi_sio
[ 3.139403] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 3.151088] i8042: PNP: No PS/2 controller found.
[ 3.162984] i8042: Probing ports directly.
[ 3.516075] usb 2-3: new high-speed USB device number 2 using xhci_hcd
[ 3.676794] hub 2-3:1.0: USB hub found
[ 3.689382] hub 2-3:1.0: 2 ports detected
[ 3.709794] i8042: Can't read CTR while initializing i8042
[ 3.721026] i8042: probe of i8042 failed with error -5
[ 3.731985] hv_vmbus: registering driver hyperv_keyboard
[ 3.743086] mousedev: PS/2 mouse device common for all mice
[ 3.754063] input: PC Speaker as /devices/platform/pcspkr/input/input1
[ 3.764865] i2c /dev entries driver
[ 3.775658] power_meter ACPI000D:00: Found ACPI power meter.
[ 3.786683] power_meter ACPI000D:00: Ignoring unsafe software power cap!
[ 3.798158] power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 3.805288] usb 3-3: new SuperSpeed USB device number 2 using xhci_hcd
[ 3.833344] pc87360: PC8736x not detected, module not inserted
[ 3.844852] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 3.855201] iTCO_vendor_support: vendor-support=0
[ 3.861245] usb-storage 3-3:1.0: USB Mass Storage device detected
[ 3.876153] hpwdt 0000:01:00.0: HPE Watchdog Timer Driver: NMI decoding initialized
[ 3.886844] watchdog: HPE iLO2+ HW Watchdog Timer: cannot register miscdev on minor=130 (err=-16).
[ 3.897631] watchdog: HPE iLO2+ HW Watchdog Timer: a legacy watchdog module is probably present.
[ 3.908515] hpwdt 0000:01:00.0: HPE Watchdog Timer Driver: 2.0.0, timer margin: 30 seconds (nowayout=0).
[ 3.920245] w83627hf_wdt: Unsupported chip ID: 0x04
[ 3.920256] scsi host1: usb-storage 3-3:1.0
[ 3.932541] device-mapper: uevent: version 1.0.3
[ 3.954050] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[ 3.965436] device-mapper: multipath round-robin: version 1.2.0 loaded
[ 3.976789] device-mapper: multipath queue-length: version 0.2.0 loaded
[ 3.984324] usb 2-13: new full-speed USB device number 3 using xhci_hcd
[ 3.988655] EDAC MC0: Giving out device to module skx_edac controller Skylake Socket#0 IMC#0: DEV 0000:60:0a.0 (INTERRUPT)
[ 4.011369] EDAC MC1: Giving out device to module skx_edac controller Skylake Socket#0 IMC#1: DEV 0000:60:0c.0 (INTERRUPT)
[ 4.023118] intel_pstate: Intel P-state driver initializing
[ 4.036191] intel_pstate: HWP enabled
[ 4.048115] EFI Variables Facility v0.08 2004-May-17
[ 4.072986] pstore: ignoring unexpected backend 'efi'
[ 4.086829] hidraw: raw HID events driver (C) Jiri Kosina
[ 4.098507] hv_vmbus: registering driver hid_hyperv
[ 4.110118] usbcore: registered new interface driver usbhid
[ 4.122053] usbhid: USB HID core driver
[ 4.133438] hv_utils: Registering HyperV Utility Driver
[ 4.144979] hv_vmbus: registering driver hv_util
[ 4.153516] hub 2-13:1.0: USB hub found
[ 4.156534] hv_vmbus: registering driver hv_balloon
[ 4.156727] GACT probability on
[ 4.168003] hub 2-13:1.0: 4 ports detected
[ 4.201606] Initializing XFRM netlink socket
[ 4.212648] NET: Registered protocol family 10
[ 4.224098] Segment Routing with IPv6
[ 4.235222] NET: Registered protocol family 17
[ 4.246132] 8021q: 802.1Q VLAN Support v1.8
[ 4.257665] DCCP: Activated CCID 2 (TCP-like)
[ 4.268772] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[ 4.279714] sctp: Hash tables configured (bind 512/512)
[ 4.291594] NET: Registered protocol family 21
[ 4.303370] Registered RDS/tcp transport
[ 4.314137] tipc: Activated (version 2.0.0)
[ 4.324800] NET: Registered protocol family 30
[ 4.335382] tipc: Started in single node mode
[ 4.346037] 9pnet: Installing 9P2000 support
[ 4.356654] NET: Registered protocol family 40
[ 4.366677] mpls_gso: MPLS GSO support
[ 4.377943] RAS: Correctable Errors collector initialized.
[ 4.389043] microcode: sig=0x50654, pf=0x1, revision=0x2000043
[ 4.399995] microcode: Microcode Update Driver: v2.2.
[ 4.400003] AVX2 version of gcm_enc/dec engaged.
[ 4.420068] AES CTR mode by8 optimization enabled
[ 4.435666] alg: No test for pcbc(aes) (pcbc-aes-aesni)
[ 4.445256] sched_clock: Marking stable (4445248839, 0)->(4479681432, -34432593)
[ 4.455245] registered taskstats version 1
[ 4.464830] Loading compiled-in X.509 certificates
[ 4.488065] usb 2-13.1: new low-speed USB device number 4 using xhci_hcd
[ 4.504812] Loaded X.509 cert 'Build time autogenerated kernel key: a810494861e939a792e7a88fb406a82eebce190b'
[ 4.516744] Key type big_key registered
[ 4.527436] Key type encrypted registered
[ 4.648064] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 4.668444] input: ATEN CS-1734A V4.1.401 as /devices/pci0000:00/0000:00:14.0/usb2/2-13/2-13.1/2-13.1:1.0/0003:0557:2213.0001/input/input2
[ 4.748107] hid-generic 0003:0557:2213.0001: input,hidraw0: USB HID v1.00 Keyboard [ATEN CS-1734A V4.1.401] on usb-0000:00:14.0-13.1/input0
[ 4.775399] Freeing unused kernel memory: 89164K
[ 4.785867] input: ATEN CS-1734A V4.1.401 as /devices/pci0000:00/0000:00:14.0/usb2/2-13/2-13.1/2-13.1:1.1/0003:0557:2213.0002/input/input3
[ 4.809737] hid-generic 0003:0557:2213.0002: input,hidraw1: USB HID v1.00 Mouse [ATEN CS-1734A V4.1.401] on usb-0000:00:14.0-13.1/input1
[ 4.819967] input: HPE Virtual Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:01:00.4/usb1/1-1/1-1:1.0/0003:03F0:7029.0003/input/input4
[ 4.820678] Write protecting the kernel read-only data: 24576k
[ 4.870656] Freeing unused kernel memory: 2008K
[ 4.885096] Freeing unused kernel memory: 1156K
[ 4.928268] hid-generic 0003:03F0:7029.0003: input,hidraw2: USB HID v1.01 Keyboard [HPE Virtual Keyboard ] on usb-0000:01:00.4-1/input0
[ 4.929563] input: HPE Virtual Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:01:00.4/usb1/1-1/1-1:1.1/0003:03F0:7029.0004/input/input5
[ 4.929758] hid-generic 0003:03F0:7029.0004: input,hidraw3: USB HID v1.01 Mouse [HPE Virtual Keyboard ] on usb-0000:01:00.4-1/input1
[ 4.962139] scsi 1:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[ 4.992394] sd 1:0:0:0: Attached scsi generic sg3 type 0
[ 4.994212] sd 1:0:0:0: [sdb] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 4.994808] sd 1:0:0:0: [sdb] Write Protect is off
[ 4.994813] sd 1:0:0:0: [sdb] Mode Sense: 45 00 00 00
[ 4.995341] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 5.007957] random: fast init done
[ 5.009487] sdb: sdb1 sdb2
[ 5.012478] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 31.816039] random: crng init done
[ 432.418161] EXT4-fs (sdb2): mounting ext3 file system using the ext4 subsystem
[ 432.424846] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[ 759.044424] smartpqi 0000:b1:00.0: resetting scsi 0:1:0:0
[ 967.648099] INFO: task kworker/u40:1:143 blocked for more than 120 seconds.
[ 967.648103] Not tainted 4.17.6-linux_mfg.pxe #2
[ 967.648104] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 967.648106] kworker/u40:1 D 0 143 2 0x80000000
[ 967.648121] Workqueue: writeback wb_workfn (flush-8:0)
[ 967.648125] Call Trace:
[ 967.648133] ? __schedule+0x3b4/0x7f0
[ 967.648139] ? blk_flush_plug_list+0xc6/0x220
[ 967.648143] ? schedule+0x32/0x80
[ 967.648148] ? io_schedule+0x12/0x40
[ 967.648153] ? __lock_page+0xeb/0x110
[ 967.648157] ? page_cache_tree_insert+0xb0/0xb0
[ 967.648162] ? write_cache_pages+0x261/0x3f0
[ 967.648165] ? __wb_calc_thresh+0x110/0x110
[ 967.648171] ? generic_writepages+0x4f/0x70
[ 967.648177] ? blk_mq_do_dispatch_ctx+0x56/0x100
[ 967.648181] ? do_writepages+0x17/0x60
[ 967.648185] ? blk_mq_sched_dispatch_requests+0x136/0x180
[ 967.648188] ? do_writepages+0x17/0x60
[ 967.648192] ? __writeback_single_inode+0x3d/0x310
[ 967.648197] ? writeback_sb_inodes+0x1f9/0x480
[ 967.648203] ? __writeback_inodes_wb+0x87/0xb0
[ 967.648207] ? wb_writeback+0x251/0x2e0
[ 967.648213] ? wb_workfn+0x338/0x400
[ 967.648216] ? wb_workfn+0x338/0x400
[ 967.648221] ? __switch_to_asm+0x34/0x70
[ 967.648229] ? process_one_work+0x1d1/0x3a0
[ 967.648235] ? worker_thread+0x4a/0x410
[ 967.648240] ? kthread+0xf5/0x130
[ 967.648245] ? rescuer_thread+0x370/0x370
[ 967.648249] ? kthread_create_worker_on_cpu+0x50/0x50
[ 967.648254] ? ret_from_fork+0x35/0x40
[ 967.648266] INFO: task mke2fs:486 blocked for more than 120 seconds.
[ 967.648268] Not tainted 4.17.6-linux_mfg.pxe #2
[ 967.648269] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 967.648271] mke2fs D 0 486 484 0x00000003
[ 967.648275] Call Trace:
[ 967.648279] ? __schedule+0x3b4/0x7f0
[ 967.648283] ? blk_flush_plug_list+0xc6/0x220
[ 967.648286] ? schedule+0x32/0x80
[ 967.648290] ? io_schedule+0x12/0x40
[ 967.648293] ? blk_mq_get_tag+0x137/0x230
[ 967.648300] ? wait_woken+0x80/0x80
[ 967.648304] ? blk_mq_get_request+0xcb/0x380
[ 967.648308] ? blk_mq_make_request+0xf1/0x530
[ 967.648312] ? generic_make_request+0x193/0x390
[ 967.648316] ? submit_bio+0x6c/0x140
[ 967.648319] ? submit_bio+0x6c/0x140
[ 967.648324] ? guard_bio_eod+0x30/0x100
[ 967.648328] ? submit_bh_wbc+0x163/0x190
[ 967.648332] ? __block_write_full_page+0x17f/0x400
[ 967.648338] ? check_disk_change+0x60/0x60
[ 967.648342] ? __writepage+0x13/0x50
[ 967.648345] ? write_cache_pages+0x1d2/0x3f0
[ 967.648348] ? __wb_calc_thresh+0x110/0x110
[ 967.648352] ? __switch_to_asm+0x40/0x70
[ 967.648357] ? generic_writepages+0x4f/0x70
[ 967.648361] ? do_writepages+0x17/0x60
[ 967.648364] ? do_writepages+0x17/0x60
[ 967.648368] ? __filemap_fdatawrite_range+0xaa/0xe0
[ 967.648374] ? file_write_and_wait_range+0x31/0x90
[ 967.648378] ? blkdev_fsync+0x16/0x40
[ 967.648383] ? do_fsync+0x38/0x60
[ 967.648388] ? __x64_sys_fsync+0x10/0x20
[ 967.648393] ? do_syscall_64+0x48/0x100
[ 967.648398] ? entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1088.480094] INFO: task kworker/u40:1:143 blocked for more than 120 seconds.
[ 1088.480097] Not tainted 4.17.6-linux_mfg.pxe #2
[ 1088.480099] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1088.480101] kworker/u40:1 D 0 143 2 0x80000000
[ 1088.480113] Workqueue: writeback wb_workfn (flush-8:0)
[ 1088.480117] Call Trace:
[ 1088.480132] ? __schedule+0x3b4/0x7f0
[ 1088.480134] ? blk_flush_plug_list+0xc6/0x220
[ 1088.480135] ? schedule+0x32/0x80
[ 1088.480136] ? io_schedule+0x12/0x40
[ 1088.480137] ? __lock_page+0xeb/0x110
[ 1088.480139] ? page_cache_tree_insert+0xb0/0xb0
[ 1088.480140] ? write_cache_pages+0x261/0x3f0
[ 1088.480141] ? __wb_calc_thresh+0x110/0x110
[ 1088.480142] ? generic_writepages+0x4f/0x70
[ 1088.480144] ? blk_mq_do_dispatch_ctx+0x56/0x100
[ 1088.480145] ? do_writepages+0x17/0x60
[ 1088.480146] ? blk_mq_sched_dispatch_requests+0x136/0x180
[ 1088.480147] ? do_writepages+0x17/0x60
[ 1088.480148] ? __writeback_single_inode+0x3d/0x310
[ 1088.480149] ? writeback_sb_inodes+0x1f9/0x480
[ 1088.480151] ? __writeback_inodes_wb+0x87/0xb0
[ 1088.480152] ? wb_writeback+0x251/0x2e0
[ 1088.480154] ? wb_workfn+0x338/0x400
[ 1088.480155] ? wb_workfn+0x338/0x400
[ 1088.480156] ? __switch_to_asm+0x34/0x70
[ 1088.480158] ? process_one_work+0x1d1/0x3a0
[ 1088.480160] ? worker_thread+0x4a/0x410
[ 1088.480161] ? kthread+0xf5/0x130
[ 1088.480162] ? rescuer_thread+0x370/0x370
[ 1088.480163] ? kthread_create_worker_on_cpu+0x50/0x50
[ 1088.480164] ? ret_from_fork+0x35/0x40
[ 1088.480170] INFO: task mke2fs:486 blocked for more than 120 seconds.
[ 1088.480171] Not tainted 4.17.6-linux_mfg.pxe #2
[ 1088.480171] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1088.480172] mke2fs D 0 486 484 0x00000003
[ 1088.480173] Call Trace:
[ 1088.480174] ? __schedule+0x3b4/0x7f0
[ 1088.480175] ? blk_flush_plug_list+0xc6/0x220
[ 1088.480176] ? schedule+0x32/0x80
[ 1088.480177] ? io_schedule+0x12/0x40
[ 1088.480178] ? blk_mq_get_tag+0x137/0x230
[ 1088.480179] ? wait_woken+0x80/0x80
[ 1088.480181] ? blk_mq_get_request+0xcb/0x380
[ 1088.480181] ? blk_mq_make_request+0xf1/0x530
[ 1088.480183] ? generic_make_request+0x193/0x390
[ 1088.480184] ? submit_bio+0x6c/0x140
[ 1088.480184] ? submit_bio+0x6c/0x140
[ 1088.480186] ? guard_bio_eod+0x30/0x100
[ 1088.480187] ? submit_bh_wbc+0x163/0x190
[ 1088.480188] ? __block_write_full_page+0x17f/0x400
[ 1088.480190] ? check_disk_change+0x60/0x60
[ 1088.480191] ? __writepage+0x13/0x50
[ 1088.480191] ? write_cache_pages+0x1d2/0x3f0
[ 1088.480192] ? __wb_calc_thresh+0x110/0x110
[ 1088.480194] ? __switch_to_asm+0x40/0x70
[ 1088.480195] ? generic_writepages+0x4f/0x70
[ 1088.480196] ? do_writepages+0x17/0x60
[ 1088.480197] ? do_writepages+0x17/0x60
[ 1088.480198] ? __filemap_fdatawrite_range+0xaa/0xe0
[ 1088.480199] ? file_write_and_wait_range+0x31/0x90
[ 1088.480200] ? blkdev_fsync+0x16/0x40
[ 1088.480202] ? do_fsync+0x38/0x60
[ 1088.480203] ? __x64_sys_fsync+0x10/0x20
[ 1088.480205] ? do_syscall_64+0x48/0x100
[ 1088.480206] ? entry_SYSCALL_64_after_hwframe+0x44/0xa9
00:00.0 Host bridge: Intel Corporation Device 2020 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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 A routed to IRQ 0
NUMA node: 0
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 8GT/s, Width x4, ASPM not supported, Exit Latency L0s <512ns, L1 <16us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
RootCtl: ErrCorrectable+ ErrNon-Fatal+ ErrFatal+ PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Capabilities: [144 v1] Vendor Specific Information: ID=0004 Rev=1 Len=03c <?>
Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
Capabilities: [250 v1] #19
Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 Len=038 <?>
00:04.0 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 36
NUMA node: 0
Region 0: Memory at c3ffff1c000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: ioatdma
00:04.1 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 38
NUMA node: 0
Region 0: Memory at c3ffff18000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: ioatdma
00:04.2 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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, Cache Line Size: 64 bytes
Interrupt: pin C routed to IRQ 36
NUMA node: 0
Region 0: Memory at c3ffff14000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: ioatdma
00:04.3 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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, Cache Line Size: 64 bytes
Interrupt: pin D routed to IRQ 38
NUMA node: 0
Region 0: Memory at c3ffff10000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: ioatdma
00:04.4 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 36
NUMA node: 0
Region 0: Memory at c3ffff0c000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: ioatdma
00:04.5 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 38
NUMA node: 0
Region 0: Memory at c3ffff08000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: ioatdma
00:04.6 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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, Cache Line Size: 64 bytes
Interrupt: pin C routed to IRQ 36
NUMA node: 0
Region 0: Memory at c3ffff04000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: ioatdma
00:04.7 System peripheral: Intel Corporation Sky Lake-E CBDMA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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, Cache Line Size: 64 bytes
Interrupt: pin D routed to IRQ 38
NUMA node: 0
Region 0: Memory at c3ffff00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: ioatdma
00:05.0 System peripheral: Intel Corporation Sky Lake-E MM/Vt-d Configuration Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
00:05.2 System peripheral: Intel Corporation Device 2025 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
00:05.4 PIC: Intel Corporation Device 2026 (rev 04) (prog-if 20 [IO(X)-APIC])
Subsystem: Hewlett Packard Enterprise Device 18a9
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, Cache Line Size: 64 bytes
NUMA node: 0
Region 0: Memory at d9e14000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
00:08.0 System peripheral: Intel Corporation Sky Lake-E Ubox Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
00:08.1 Performance counters: Intel Corporation Sky Lake-E Ubox Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
00:08.2 System peripheral: Intel Corporation Sky Lake-E Ubox Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
00:11.0 Unassigned class [ff00]: Intel Corporation Device a1ec (rev 09)
Subsystem: Hewlett Packard Enterprise Device 00eb
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-
NUMA node: 0
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
00:11.1 Unassigned class [ff00]: Intel Corporation Device a1ed (rev 09)
Subsystem: Hewlett Packard Enterprise Device 00eb
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-
NUMA node: 0
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
00:14.0 USB controller: Intel Corporation Lewisburg USB 3.0 xHCI Controller (rev 09) (prog-if 30 [XHCI])
Subsystem: Hewlett Packard Enterprise Device 00eb
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 71
NUMA node: 0
Region 0: Memory at d9e00000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [70] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
Address: 00000000fee003d8 Data: 0000
Kernel driver in use: xhci_hcd
00:14.2 Signal processing controller: Intel Corporation Device a1b1 (rev 09)
Subsystem: Hewlett Packard Enterprise Device 00eb
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 C routed to IRQ 255
NUMA node: 0
Region 0: Memory at c3ffff23000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
00:16.0 Communication controller: Intel Corporation Lewisburg CSME: HECI #1 (rev 09)
Subsystem: Hewlett Packard Enterprise Device 00eb
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 46
NUMA node: 0
Region 0: Memory at c3ffff22000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee003b8 Data: 0000
Kernel driver in use: mei_me
00:16.4 Communication controller: Intel Corporation Lewisburg CSME: HECI #3 (rev 09)
Subsystem: Hewlett Packard Enterprise Device 00eb
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 A routed to IRQ 255
NUMA node: 0
Region 0: Memory at c3ffff21000 (64-bit, non-prefetchable) [disabled] [size=4K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
00:1c.0 PCI bridge: Intel Corporation Lewisburg PCI Express Root Port #1 (rev f9) (prog-if 00 [Normal decode])
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 24
NUMA node: 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: d9c00000-d9cfffff
Prefetchable memory behind bridge: 00000000d9d00000-00000000d9dfffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #1, Speed 8GT/s, Width x2, ASPM not supported, Exit Latency L0s <1us, L1 <16us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
RootCtl: ErrCorrectable+ ErrNon-Fatal+ ErrFatal+ PMEIntEna+ CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00218 Data: 0000
Capabilities: [90] Subsystem: Hewlett Packard Enterprise Device 00eb
Capabilities: [a0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
Capabilities: [140 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [220 v1] #19
Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation Lewisburg PCI Express Root Port #5 (rev f9) (prog-if 00 [Normal decode])
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 25
NUMA node: 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: d0000000-d9bfffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity+ SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #5, Speed 8GT/s, Width x1, ASPM not supported, Exit Latency L0s <1us, L1 <16us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
RootCtl: ErrCorrectable+ ErrNon-Fatal+ ErrFatal+ PMEIntEna+ CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00238 Data: 0000
Capabilities: [90] Subsystem: Hewlett Packard Enterprise Device 00eb
Capabilities: [a0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
Capabilities: [140 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [220 v1] #19
Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Lewisburg LPC Controller (rev 09)
Subsystem: Hewlett Packard Enterprise Device 00eb
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-
NUMA node: 0
00:1f.2 Memory controller: Intel Corporation Lewisburg PMC (rev 09)
Subsystem: Hewlett Packard Enterprise Device 00eb
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-
NUMA node: 0
Region 0: Memory at d9e10000 (32-bit, non-prefetchable) [disabled] [size=16K]
01:00.0 System peripheral: Hewlett-Packard Company Integrated Lights-Out Standard Slave Instrumentation & System Support (rev 07)
Subsystem: Hewlett Packard Enterprise Device 00e4
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
NUMA node: 0
Region 0: I/O ports at 1200 [size=256]
Region 1: Memory at d9b9e000 (32-bit, non-prefetchable) [size=1K]
Region 2: I/O ports at 1100 [size=256]
Region 3: Memory at d4000000 (32-bit, non-prefetchable) [size=64M]
Region 4: Memory at d9800000 (32-bit, non-prefetchable) [size=2M]
Capabilities: [78] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [b0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s, Exit Latency L0s <4us, L1 <4us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
Kernel driver in use: hpwdt
01:00.1 VGA compatible controller: Matrox Electronics Systems Ltd. Device 0538 (rev 02) (prog-if 00 [VGA controller])
Subsystem: Hewlett Packard Enterprise Device 00e4
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, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 255
NUMA node: 0
Region 0: Memory at d8000000 (32-bit, prefetchable) [size=16M]
Region 1: Memory at d9b98000 (32-bit, non-prefetchable) [size=16K]
Region 2: Memory at d9000000 (32-bit, non-prefetchable) [size=8M]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: [a8] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [b0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s, Exit Latency L0s <4us, L1 <4us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
01:00.2 System peripheral: Hewlett-Packard Company Integrated Lights-Out Standard Management Processor Support and Messaging (rev 07)
Subsystem: Hewlett Packard Enterprise Device 00e4
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, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 17
NUMA node: 0
Region 0: I/O ports at 1000 [size=256]
Region 1: Memory at d9b9d000 (32-bit, non-prefetchable) [size=256]
Region 2: Memory at d9a00000 (32-bit, non-prefetchable) [size=1M]
Region 3: Memory at d9b00000 (32-bit, non-prefetchable) [size=512K]
Region 4: Memory at d9b90000 (32-bit, non-prefetchable) [size=32K]
Region 5: Memory at d9b80000 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at d0000000 [disabled] [size=64K]
Capabilities: [78] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [b0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s, Exit Latency L0s <4us, L1 <4us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
Kernel driver in use: hpilo
01:00.4 USB controller: Hewlett-Packard Company Device 22f6 (prog-if 20 [EHCI])
Subsystem: Hewlett Packard Enterprise Device 00e4
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, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 17
NUMA node: 0
Region 0: Memory at d9b9c000 (32-bit, non-prefetchable) [size=256]
Capabilities: [70] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [80] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s, Exit Latency L0s <4us, L1 <4us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [f0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
Kernel driver in use: ehci-pci
02:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
Subsystem: Hewlett-Packard Company Ethernet 1Gb 4-port 331i Adapter
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
NUMA node: 0
Region 0: Memory at d9d90000 (64-bit, prefetchable) [size=64K]
Region 2: Memory at d9da0000 (64-bit, prefetchable) [size=64K]
Region 4: Memory at d9db0000 (64-bit, prefetchable) [size=64K]
[virtual] Expansion ROM at d9c00000 [disabled] [size=256K]
Capabilities: [48] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Vital Product Data
Product Name: HP Ethernet 1Gb 4-port 331i Adapter
Read-only fields:
[PN] Part number: N/A
[EC] Engineering changes: A-5730
[SN] Serial number: N/A
[MN] Manufacture ID: 31 30 33 43
[V0] Vendor specific: 5W PCIeGen2
[V1] Vendor specific: 20.8.3
[V2] Vendor specific: N/A
[V3] Vendor specific: 1.46
[V5] Vendor specific: 0A
[V6] Vendor specific: 20.6.50
[V7] Vendor specific: 331i
[VA] Vendor specific: 20.8.41
[RV] Reserved: checksum good, 217 byte(s) reserved
Read/write fields:
[RW] Read-write area: 14 byte(s) free
End
Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [a0] MSI-X: Enable- Count=17 Masked-
Vector table: BAR=4 offset=00000000
PBA: BAR=4 offset=00001000
Capabilities: [ac] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 25.000W
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ FLReset-
MaxPayload 128 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM not supported, Exit Latency L0s <1us, L1 <2us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [13c v1] Device Serial Number 00-00-20-67-7c-d2-90-24
Capabilities: [150 v1] Power Budgeting <?>
Capabilities: [160 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Kernel driver in use: tg3
02:00.1 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
Subsystem: Hewlett-Packard Company Ethernet 1Gb 4-port 331i Adapter
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, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 17
NUMA node: 0
Region 0: Memory at d9d60000 (64-bit, prefetchable) [size=64K]
Region 2: Memory at d9d70000 (64-bit, prefetchable) [size=64K]
Region 4: Memory at d9d80000 (64-bit, prefetchable) [size=64K]
[virtual] Expansion ROM at d9c40000 [disabled] [size=256K]
Capabilities: [48] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Vital Product Data
Product Name: HP Ethernet 1Gb 4-port 331i Adapter
Read-only fields:
[PN] Part number: N/A
[EC] Engineering changes: A-5730
[SN] Serial number: N/A
[MN] Manufacture ID: 31 30 33 43
[V0] Vendor specific: 5W PCIeGen2
[V1] Vendor specific: 20.8.3
[V2] Vendor specific: N/A
[V3] Vendor specific: 1.46
[V5] Vendor specific: 0A
[V6] Vendor specific: 20.6.50
[V7] Vendor specific: 331i
[VA] Vendor specific: 20.8.41
[RV] Reserved: checksum good, 217 byte(s) reserved
Read/write fields:
[RW] Read-write area: 14 byte(s) free
End
Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [a0] MSI-X: Enable- Count=17 Masked-
Vector table: BAR=4 offset=00000000
PBA: BAR=4 offset=00001000
Capabilities: [ac] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 25.000W
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ FLReset-
MaxPayload 128 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM not supported, Exit Latency L0s <1us, L1 <2us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [13c v1] Device Serial Number 00-00-20-67-7c-d2-90-25
Capabilities: [150 v1] Power Budgeting <?>
Capabilities: [160 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Kernel driver in use: tg3
02:00.2 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
Subsystem: Hewlett-Packard Company Ethernet 1Gb 4-port 331i Adapter
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
NUMA node: 0
Region 0: Memory at d9d30000 (64-bit, prefetchable) [size=64K]
Region 2: Memory at d9d40000 (64-bit, prefetchable) [size=64K]
Region 4: Memory at d9d50000 (64-bit, prefetchable) [size=64K]
[virtual] Expansion ROM at d9c80000 [disabled] [size=256K]
Capabilities: [48] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Vital Product Data
Product Name: HP Ethernet 1Gb 4-port 331i Adapter
Read-only fields:
[PN] Part number: N/A
[EC] Engineering changes: A-5730
[SN] Serial number: N/A
[MN] Manufacture ID: 31 30 33 43
[V0] Vendor specific: 5W PCIeGen2
[V1] Vendor specific: 20.8.3
[V2] Vendor specific: N/A
[V3] Vendor specific: 1.46
[V5] Vendor specific: 0A
[V6] Vendor specific: 20.6.50
[V7] Vendor specific: 331i
[VA] Vendor specific: 20.8.41
[RV] Reserved: checksum good, 217 byte(s) reserved
Read/write fields:
[RW] Read-write area: 14 byte(s) free
End
Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [a0] MSI-X: Enable- Count=17 Masked-
Vector table: BAR=4 offset=00000000
PBA: BAR=4 offset=00001000
Capabilities: [ac] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 25.000W
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ FLReset-
MaxPayload 128 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM not supported, Exit Latency L0s <1us, L1 <2us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [13c v1] Device Serial Number 00-00-20-67-7c-d2-90-26
Capabilities: [150 v1] Power Budgeting <?>
Capabilities: [160 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Kernel driver in use: tg3
02:00.3 Ethernet controller: Broadcom Limited NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
Subsystem: Hewlett-Packard Company Ethernet 1Gb 4-port 331i Adapter
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, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 17
NUMA node: 0
Region 0: Memory at d9d00000 (64-bit, prefetchable) [size=64K]
Region 2: Memory at d9d10000 (64-bit, prefetchable) [size=64K]
Region 4: Memory at d9d20000 (64-bit, prefetchable) [size=64K]
[virtual] Expansion ROM at d9cc0000 [disabled] [size=256K]
Capabilities: [48] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Vital Product Data
Product Name: HP Ethernet 1Gb 4-port 331i Adapter
Read-only fields:
[PN] Part number: N/A
[EC] Engineering changes: A-5730
[SN] Serial number: N/A
[MN] Manufacture ID: 31 30 33 43
[V0] Vendor specific: 5W PCIeGen2
[V1] Vendor specific: 20.8.3
[V2] Vendor specific: N/A
[V3] Vendor specific: 1.46
[V5] Vendor specific: 0A
[V6] Vendor specific: 20.6.50
[V7] Vendor specific: 331i
[VA] Vendor specific: 20.8.41
[RV] Reserved: checksum good, 217 byte(s) reserved
Read/write fields:
[RW] Read-write area: 14 byte(s) free
End
Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [a0] MSI-X: Enable- Count=17 Masked-
Vector table: BAR=4 offset=00000000
PBA: BAR=4 offset=00001000
Capabilities: [ac] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 25.000W
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ FLReset-
MaxPayload 128 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM not supported, Exit Latency L0s <1us, L1 <2us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [13c v1] Device Serial Number 00-00-20-67-7c-d2-90-27
Capabilities: [150 v1] Power Budgeting <?>
Capabilities: [160 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Kernel driver in use: tg3
10:00.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port 1A (rev 04) (prog-if 00 [Normal decode])
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 27
NUMA node: 0
Bus: primary=10, secondary=11, subordinate=11, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Subsystem: Hewlett Packard Enterprise Device 00ea
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee00038 Data: 0000
Masking: 00000002 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #1, Speed 8GT/s, Width x16, ASPM L1, Exit Latency L0s <512ns, L1 <16us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled+ CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #1, PowerLimit 75.000W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
Changed: MRL- PresDet+ LinkState-
RootCtl: ErrCorrectable+ ErrNon-Fatal+ ErrFatal+ PMEIntEna+ CRSVisible+
RootCap: CRSVisible+
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Capabilities: [110 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [148 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
Capabilities: [250 v1] #19
Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 Len=038 <?>
Kernel driver in use: pcieport
10:05.0 System peripheral: Intel Corporation Device 2034 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
10:05.2 System peripheral: Intel Corporation Sky Lake-E RAS Configuration Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
10:05.4 PIC: Intel Corporation Device 2036 (rev 04) (prog-if 20 [IO(X)-APIC])
Subsystem: Hewlett Packard Enterprise Device 18a9
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, Cache Line Size: 64 bytes
NUMA node: 0
Region 0: Memory at e2800000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
10:08.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:08.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:08.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:08.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:08.4 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:08.5 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:08.6 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:08.7 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:09.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:09.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:0e.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:0e.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:0e.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:0e.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:0e.4 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:0e.5 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:0e.6 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:0e.7 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:0f.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:0f.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1d.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1d.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1d.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1d.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1e.0 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1e.1 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1e.2 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1e.3 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1e.4 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1e.5 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
10:1e.6 System peripheral: Intel Corporation Sky Lake-E PCU Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
60:00.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port 1A (rev 04) (prog-if 00 [Normal decode])
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 29
NUMA node: 0
Bus: primary=60, secondary=61, subordinate=61, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Subsystem: Hewlett Packard Enterprise Device 00ea
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee00038 Data: 0000
Masking: 00000002 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #5, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s <512ns, L1 <16us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled+ CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #2, PowerLimit 25.000W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
Changed: MRL- PresDet+ LinkState-
RootCtl: ErrCorrectable+ ErrNon-Fatal+ ErrFatal+ PMEIntEna+ CRSVisible+
RootCap: CRSVisible+
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Capabilities: [110 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [148 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
Capabilities: [250 v1] #19
Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 Len=038 <?>
Kernel driver in use: pcieport
60:02.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port 1C (rev 04) (prog-if 00 [Normal decode])
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 31
NUMA node: 0
Bus: primary=60, secondary=62, subordinate=62, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Subsystem: Hewlett Packard Enterprise Device 00ea
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee00078 Data: 0000
Masking: 00000002 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #7, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s <512ns, L1 <16us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled+ CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
RootCtl: ErrCorrectable+ ErrNon-Fatal+ ErrFatal+ PMEIntEna+ CRSVisible+
RootCap: CRSVisible+
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Capabilities: [110 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [148 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
Capabilities: [250 v1] #19
Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 Len=038 <?>
Kernel driver in use: pcieport
60:05.0 System peripheral: Intel Corporation Device 2034 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
60:05.2 System peripheral: Intel Corporation Sky Lake-E RAS Configuration Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
60:05.4 PIC: Intel Corporation Device 2036 (rev 04) (prog-if 20 [IO(X)-APIC])
Subsystem: Hewlett Packard Enterprise Device 18a9
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, Cache Line Size: 64 bytes
NUMA node: 0
Region 0: Memory at eb000000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
60:08.0 System peripheral: Intel Corporation Device 2066 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Kernel driver in use: skx_uncore
60:09.0 System peripheral: Intel Corporation Device 2066 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Kernel driver in use: skx_uncore
60:0a.0 System peripheral: Intel Corporation Device 2040 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0a.1 System peripheral: Intel Corporation Device 2041 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0a.2 System peripheral: Intel Corporation Device 2042 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Kernel driver in use: skx_uncore
60:0a.3 System peripheral: Intel Corporation Device 2043 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0a.4 System peripheral: Intel Corporation Device 2044 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0a.5 System peripheral: Intel Corporation Device 2045 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0a.6 System peripheral: Intel Corporation Device 2046 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Kernel driver in use: skx_uncore
60:0a.7 System peripheral: Intel Corporation Device 2047 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0b.0 System peripheral: Intel Corporation Device 2048 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0b.1 System peripheral: Intel Corporation Device 2049 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0b.2 System peripheral: Intel Corporation Device 204a (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Kernel driver in use: skx_uncore
60:0b.3 System peripheral: Intel Corporation Device 204b (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0c.0 System peripheral: Intel Corporation Device 2040 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0c.1 System peripheral: Intel Corporation Device 2041 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0c.2 System peripheral: Intel Corporation Device 2042 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Kernel driver in use: skx_uncore
60:0c.3 System peripheral: Intel Corporation Device 2043 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0c.4 System peripheral: Intel Corporation Device 2044 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0c.5 System peripheral: Intel Corporation Device 2045 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0c.6 System peripheral: Intel Corporation Device 2046 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Kernel driver in use: skx_uncore
60:0c.7 System peripheral: Intel Corporation Device 2047 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0d.0 System peripheral: Intel Corporation Device 2048 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0d.1 System peripheral: Intel Corporation Device 2049 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
60:0d.2 System peripheral: Intel Corporation Device 204a (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Kernel driver in use: skx_uncore
60:0d.3 System peripheral: Intel Corporation Device 204b (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
b0:00.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port 1A (rev 04) (prog-if 00 [Normal decode])
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 33
NUMA node: 0
Bus: primary=b0, secondary=b1, subordinate=b1, sec-latency=0
I/O behind bridge: 0000c000-0000cfff
Memory behind bridge: f3800000-f38fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Subsystem: Hewlett Packard Enterprise Device 00ea
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee00038 Data: 0000
Masking: 00000002 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #9, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s <512ns, L1 <16us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #0, PowerLimit 25.000W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet+ LinkState+
RootCtl: ErrCorrectable+ ErrNon-Fatal+ ErrFatal+ PMEIntEna+ CRSVisible+
RootCap: CRSVisible+
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+
EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Capabilities: [110 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [148 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
Capabilities: [250 v1] #19
Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 Len=038 <?>
Kernel driver in use: pcieport
b0:02.0 PCI bridge: Intel Corporation Sky Lake-E PCI Express Root Port 1C (rev 04) (prog-if 00 [Normal decode])
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 35
NUMA node: 0
Bus: primary=b0, secondary=b2, subordinate=b2, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Subsystem: Hewlett Packard Enterprise Device 00ea
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
Address: fee00078 Data: 0000
Masking: 00000002 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #11, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s <512ns, L1 <16us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled+ CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #0, PowerLimit 25.000W; Interlock- NoCompl-
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Off, PwrInd Off, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
Changed: MRL- PresDet+ LinkState-
RootCtl: ErrCorrectable+ ErrNon-Fatal+ ErrFatal+ PMEIntEna+ CRSVisible+
RootCap: CRSVisible+
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Capabilities: [110 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [148 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
Capabilities: [250 v1] #19
Capabilities: [280 v1] Vendor Specific Information: ID=0005 Rev=3 Len=018 <?>
Capabilities: [300 v1] Vendor Specific Information: ID=0008 Rev=0 Len=038 <?>
Kernel driver in use: pcieport
b0:05.0 System peripheral: Intel Corporation Device 2034 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
b0:05.2 System peripheral: Intel Corporation Sky Lake-E RAS Configuration Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
b0:05.4 PIC: Intel Corporation Device 2036 (rev 04) (prog-if 20 [IO(X)-APIC])
Subsystem: Hewlett Packard Enterprise Device 18a9
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, Cache Line Size: 64 bytes
NUMA node: 0
Region 0: Memory at f3900000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
Capabilities: [e0] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
b0:0e.0 Performance counters: Intel Corporation Device 2058 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Kernel driver in use: skx_uncore
b0:0e.1 System peripheral: Intel Corporation Device 2059 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>
b0:0f.0 Performance counters: Intel Corporation Device 2058 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Kernel driver in use: skx_uncore
b0:0f.1 System peripheral: Intel Corporation Device 2059 (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>
b0:12.0 Performance counters: Intel Corporation Sky Lake-E M3KTI Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Kernel driver in use: skx_uncore
b0:12.1 Performance counters: Intel Corporation Sky Lake-E M3KTI Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
Kernel driver in use: skx_uncore
b0:12.2 System peripheral: Intel Corporation Sky Lake-E M3KTI Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
b0:15.0 System peripheral: Intel Corporation Sky Lake-E M2PCI Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
b0:16.0 System peripheral: Intel Corporation Sky Lake-E M2PCI Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
b0:16.4 System peripheral: Intel Corporation Sky Lake-E M2PCI Registers (rev 04)
Subsystem: Hewlett Packard Enterprise Device 00ea
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-
NUMA node: 0
b1:00.0 Serial Attached SCSI controller: Adaptec Device 028f (rev 01)
Subsystem: Hewlett-Packard Company Device 0602
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, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 32
NUMA node: 0
Region 0: Memory at f3800000 (64-bit, non-prefetchable) [size=32K]
Region 4: I/O ports at c000 [size=256]
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [b0] MSI-X: Enable+ Count=64 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [c0] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <1us
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s <1us, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 8GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range B, TimeoutDis+, LTR-, OBFF Via message
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF Disabled
LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+, EqualizationPhase1+
EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
Capabilities: [100 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [300 v1] #19
Kernel driver in use: smartpqi
## NOTE - removed 29575 lines beginning with
# pwrite64(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
# as otherwise the file was 3.5MB. Strace output is otherwise untouched.
# Note the incomplete syscall at the end.
execve("/usr/sbin/mke2fs", ["mke2fs", "-L", "purecloudedge", "-m", "1", "-t", "ext4", "-O", "encrypt", "/dev/sda1"], [/* 7 vars */]) = 0
brk(NULL) = 0x257e000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7a48a0b000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7223, ...}) = 0
mmap(NULL, 7223, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f7a48a09000
close(3) = 0
open("/usr/lib64/libext2fs.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\354\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=307712, ...}) = 0
mmap(NULL, 2403656, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7a4859e000
mprotect(0x7f7a485e7000, 2097152, PROT_NONE) = 0
mmap(0x7f7a487e7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x49000) = 0x7f7a487e7000
close(3) = 0
open("/usr/lib64/libcom_err.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\25\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=12512, ...}) = 0
mmap(NULL, 2107944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7a4839b000
mprotect(0x7f7a4839e000, 2093056, PROT_NONE) = 0
mmap(0x7f7a4859d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f7a4859d000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7a48a08000
open("/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220`\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=135552, ...}) = 0
mmap(NULL, 2212904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7a4817e000
mprotect(0x7f7a48196000, 2093056, PROT_NONE) = 0
mmap(0x7f7a48395000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f7a48395000
mmap(0x7f7a48397000, 13352, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f7a48397000
close(3) = 0
open("/lib64/libblkid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\222\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=275208, ...}) = 0
mmap(NULL, 2375360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7a47f3a000
mprotect(0x7f7a47f79000, 2097152, PROT_NONE) = 0
mmap(0x7f7a48179000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3f000) = 0x7f7a48179000
mmap(0x7f7a4817d000, 3776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f7a4817d000
close(3) = 0
open("/lib64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\24\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=15208, ...}) = 0
mmap(NULL, 2110384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7a47d36000
mprotect(0x7f7a47d39000, 2097152, PROT_NONE) = 0
mmap(0x7f7a47f39000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f7a47f39000
close(3) = 0
open("/usr/lib64/libe2p.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=33072, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7a48a07000
mmap(NULL, 2129064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7a47b2e000
mprotect(0x7f7a47b35000, 2097152, PROT_NONE) = 0
mmap(0x7f7a47d35000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f7a47d35000
close(3) = 0
open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14496, ...}) = 0
mmap(NULL, 2109680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7a4792a000
mprotect(0x7f7a4792d000, 2093056, PROT_NONE) = 0
mmap(0x7f7a47b2c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f7a47b2c000
close(3) = 0
open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\10\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1697432, ...}) = 0
mmap(NULL, 3803616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7a47589000
mprotect(0x7f7a47720000, 2097152, PROT_NONE) = 0
mmap(0x7f7a47920000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x197000) = 0x7f7a47920000
mmap(0x7f7a47926000, 14816, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f7a47926000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7a48a06000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7a48a05000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7a48a03000
arch_prctl(ARCH_SET_FS, 0x7f7a48a03780) = 0
mprotect(0x7f7a47920000, 16384, PROT_READ) = 0
mprotect(0x7f7a47b2c000, 4096, PROT_READ) = 0
mprotect(0x7f7a48395000, 4096, PROT_READ) = 0
mprotect(0x7f7a48a0c000, 4096, PROT_READ) = 0
munmap(0x7f7a48a09000, 7223) = 0
set_tid_address(0x7f7a48a03a50) = 486
set_robust_list(0x7f7a48a03a60, 24) = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f7a48183b30, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f7a4818eed0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f7a48183bc0, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f7a4818eed0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
brk(NULL) = 0x257e000
brk(0x259f000) = 0x259f000
open("/etc/mke2fs.conf", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory)
open("/etc/mke2fs.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=945, ...}) = 0
read(3, "[defaults]\n\tbase_features = spar"..., 4096) = 945
read(3, "", 4096) = 0
close(3) = 0
uname({sysname="Linux", nodename="(none)", ...}) = 0
write(2, "mke2fs 1.43.3 (04-Sep-2016)\n", 28) = 28
ioctl(0, TCGETS, 0x7ffe8bf57770) = -1 ENOTTY (Inappropriate ioctl for device)
open("/dev/sda1", O_RDONLY) = 3
fstat(3, {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 1), ...}) = 0
close(3) = 0
open("/dev/sda1", O_RDONLY|O_CLOEXEC) = 3
fadvise64(3, 0, 0, POSIX_FADV_RANDOM) = 0
fstat(3, {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 1), ...}) = 0
uname({sysname="Linux", nodename="(none)", ...}) = 0
ioctl(3, BLKGETSIZE64, [1000170266112]) = 0
open("/sys/dev/block/8:1", O_RDONLY|O_CLOEXEC) = 4
openat(4, "dm/uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
close(4) = 0
open("/sys/dev/block/8:1", O_RDONLY|O_CLOEXEC) = 4
newfstatat(4, "partition", {st_mode=S_IFREG|0444, st_size=4096, ...}, 0) = 0
readlink("/sys/dev/block/8:1", "../../devices/pci0000:b0/0000:b0"..., 4095) = 91
open("/sys/block/sda/dev", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
read(5, "8:0\n", 4096) = 4
close(5) = 0
close(4) = 0
lseek(3, 0, SEEK_SET) = 0
read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
ioctl(3, BLKSSZGET, [512]) = 0
lseek(3, 15872, SEEK_SET) = 15872
read(3, "\10\0X\0\30\0X\0 \20X\0\0\200\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512) = 512
lseek(3, 28672, SEEK_SET) = 28672
read(3, "\0\0\300\0\20\0\300\0 \0\300\0\340_\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = 1024
close(3) = 0
stat("/dev/sda1", {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 1), ...}) = 0
open("/proc/swaps", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "Filename\t\t\t\tType\t\tSize\tUsed\tPrio"..., 1024) = 37
read(3, "", 1024) = 0
close(3) = 0
open("/proc/mounts", O_RDONLY|O_CLOEXEC) = 3
stat("/dev/sda1", {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 1), ...}) = 0
futex(0x7f7a47927068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "rootfs / rootfs rw 0 0\nsysfs /sy"..., 1024) = 243
stat("/dev/sdb2", {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 18), ...}) = 0
read(3, "", 1024) = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
close(3) = 0
open("/etc/mtab", O_RDONLY|O_CLOEXEC) = 3
stat("/dev/sda1", {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 1), ...}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
read(3, "rootfs / rootfs rw 0 0\nsysfs /sy"..., 1024) = 243
stat("/dev/sdb2", {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 18), ...}) = 0
read(3, "", 1024) = 0
stat("/", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
close(3) = 0
stat("/dev/sda1", {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 1), ...}) = 0
open("/dev/sda1", O_RDONLY|O_EXCL) = 3
close(3) = 0
open("/dev/sda1", O_RDONLY) = 3
uname({sysname="Linux", nodename="(none)", ...}) = 0
ioctl(3, BLKGETSIZE64, [1000170266112]) = 0
close(3) = 0
open("/dev/sda1", O_RDONLY) = 3
ioctl(3, BLKSSZGET, [512]) = 0
close(3) = 0
open("/dev/sda1", O_RDONLY) = 3
ioctl(3, BLKPBSZGET, [512]) = 0
close(3) = 0
stat("/dev/sda1", {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 1), ...}) = 0
open("/dev/sda1", O_RDONLY|O_CLOEXEC) = 3
fadvise64(3, 0, 0, POSIX_FADV_RANDOM) = 0
fstat(3, {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 1), ...}) = 0
ioctl(3, BLKGETSIZE64, [1000170266112]) = 0
open("/sys/dev/block/8:1", O_RDONLY|O_CLOEXEC) = 4
openat(4, "dm/uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
close(4) = 0
open("/sys/dev/block/8:1", O_RDONLY|O_CLOEXEC) = 4
newfstatat(4, "partition", {st_mode=S_IFREG|0444, st_size=4096, ...}, 0) = 0
readlink("/sys/dev/block/8:1", "../../devices/pci0000:b0/0000:b0"..., 4095) = 91
open("/sys/block/sda/dev", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=4096, ...}) = 0
read(5, "8:0\n", 4096) = 4
close(5) = 0
close(4) = 0
ioctl(3, BLKALIGNOFF, [0]) = 0
ioctl(3, BLKIOMIN, [262144]) = 0
ioctl(3, BLKIOOPT, [262144]) = 0
ioctl(3, BLKPBSZGET, [512]) = 0
ioctl(3, BLKSSZGET, [512]) = 0
close(3) = 0
uname({sysname="Linux", nodename="(none)", ...}) = 0
uname({sysname="Linux", nodename="(none)", ...}) = 0
access("/sys/fs/ext4/features/lazy_itable_init", R_OK) = 0
open("/dev/sda1", O_RDWR|O_EXCL) = 3
fstat(3, {st_mode=S_IFBLK|0600, st_rdev=makedev(8, 1), ...}) = 0
ioctl(3, BLKDISCARDZEROES, [0]) = 0
ioctl(3, BLKROGET, [0]) = 0
uname({sysname="Linux", nodename="(none)", ...}) = 0
mmap(NULL, 483328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7a4898d000
ioctl(3, BLKDISCARD, [0, 16777216]) = -1 EOPNOTSUPP (Operation not supported)
stat("/dev/random", {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 8), ...}) = 0
open("/dev/urandom", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_GETFD) = 0x1 (flags FD_CLOEXEC)
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
getuid() = 0
getppid() = 484
read(4, "Xq\210L\23\36\1\313\277C\354\207\2103\2152", 16) = 16
close(4) = 0
gettid() = 486
stat("/dev/random", {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 8), ...}) = 0
open("/dev/urandom", O_RDONLY|O_CLOEXEC) = 4
fcntl(4, F_GETFD) = 0x1 (flags FD_CLOEXEC)
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
getuid() = 0
getppid() = 484
read(4, "\313M\304x\363\34,YU\236eAk\227\333\233", 16) = 16
close(4) = 0
gettid() = 486
write(1, "Creating filesystem with 2441821"..., 65) = 65
write(1, "Filesystem UUID: 73cc7ac8-dadd-4"..., 54) = 54
write(1, "Superblock backups stored on blo"..., 37) = 37
write(1, "\n\t", 2) = 2
write(1, "32768", 5) = 5
write(1, ", ", 2) = 2
write(1, "98304", 5) = 5
write(1, ", ", 2) = 2
write(1, "163840", 6) = 6
write(1, ", ", 2) = 2
write(1, "229376", 6) = 6
write(1, ", ", 2) = 2
write(1, "294912", 6) = 6
write(1, ", ", 2) = 2
write(1, "819200", 6) = 6
write(1, ", ", 2) = 2
write(1, "884736", 6) = 6
write(1, ", ", 2) = 2
write(1, "1605632", 7) = 7
write(1, ", ", 2) = 2
write(1, "2654208", 7) = 7
write(1, ", ", 2) = 2
write(1, "\n\t", 2) = 2
write(1, "4096000", 7) = 7
write(1, ", ", 2) = 2
write(1, "7962624", 7) = 7
write(1, ", ", 2) = 2
write(1, "11239424", 8) = 8
write(1, ", ", 2) = 2
write(1, "20480000", 8) = 8
write(1, ", ", 2) = 2
write(1, "23887872", 8) = 8
write(1, ", ", 2) = 2
write(1, "71663616", 8) = 8
write(1, ", ", 2) = 2
write(1, "78675968", 8) = 8
write(1, ", ", 2) = 2
write(1, "\n\t", 2) = 2
write(1, "102400000", 9) = 9
write(1, ", ", 2) = 2
write(1, "214990848", 9) = 9
write(1, "\n", 1) = 1
write(1, "\n", 1) = 1
write(1, "Allocating group tables: ", 25) = 25
write(1, " 0/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, " ", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "done "..., 33) = 33
pread64(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 512, 0) = 512
brk(0x25c0000) = 0x25c0000
write(1, "Writing inode tables: ", 22) = 22
write(1, " 0/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
mmap(NULL, 2101248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7a47388000
brk(0x25af000) = 0x25af000
write(1, " 981/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "1999/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "2924/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "3347/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "3485/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "3625/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "3774/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "3923/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4073/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4222/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4317/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4404/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4484/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4564/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4651/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4735/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4816/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4896/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "4978/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5059/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5146/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5233/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5313/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5395/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5480/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5565/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5650/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5735/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5818/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5903/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "5986/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6064/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6140/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6220/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6301/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6377/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6457/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6535/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6612/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6692/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6770/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6847/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "6925/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "7001/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "7078/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "7155/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "7231/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "7307/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "7382/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, " ", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
write(1, "done "..., 33) = 33
pread64(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4808704) = 4096
pwrite64(3, "\v\0\0\0\f\0\1\2.\0\0\0\2\0\0\0\364\17\2\2..\0\0\0\0\0\0\0\0\0\0"..., 4096, 38367232) = 4096
pwrite64(3, "\2\0\0\0\f\0\1\2.\0\0\0\2\0\0\0\f\0\2\2..\0\0\v\0\0\0\350\17\n\2"..., 4096, 38363136) = 4096
pwrite64(3, "\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 38371328) = 4096
pwrite64(3, "\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 38375424) = 4096
pwrite64(3, "\0\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 38379520) = 4096
pwrite64(3, "\0\0\0\0\0\0\0\0mzG[mzG[mzG[\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4808704) = 4096
pwrite64(3, "v\200\0\0v\200\1\0v\200\2\0v\200\3\0v\200\4\0v\200\f\0v\200\r\0v\200\30\0"..., 4096, 483328) = 4096
pwrite64(3, "w\200\0\0w\200\1\0w\200\2\0w\200\3\0w\200\4\0w\200\f\0w\200\r\0w\200\30\0"..., 4096, 487424) = 4096
pwrite64(3, "x\200\0\0x\200\1\0x\200\2\0x\200\3\0x\200\4\0x\200\f\0x\200\r\0x\200\30\0"..., 4096, 491520) = 4096
pwrite64(3, "y\200\0\0y\200\1\0y\200\2\0y\200\3\0y\200\4\0y\200\f\0y\200\r\0y\200\30\0"..., 4096, 495616) = 4096
pwrite64(3, "z\200\0\0z\200\1\0z\200\2\0z\200\3\0z\200\4\0z\200\f\0z\200\r\0z\200\30\0"..., 4096, 499712) = 4096
pwrite64(3, "{\200\0\0{\200\1\0{\200\2\0{\200\3\0{\200\4\0{\200\f\0{\200\r\0{\200\30\0"..., 4096, 503808) = 4096
pwrite64(3, "|\200\0\0|\200\1\0|\200\2\0|\200\3\0|\200\4\0|\200\f\0|\200\r\0|\200\30\0"..., 4096, 507904) = 4096
pwrite64(3, "}\200\0\0}\200\1\0}\200\2\0}\200\3\0}\200\4\0}\200\f\0}\200\r\0}\200\30\0"..., 4096, 512000) = 4096
pwrite64(3, "~\200\0\0~\200\1\0~\200\2\0~\200\3\0~\200\4\0~\200\f\0~\200\r\0~\200\30\0"..., 4096, 516096) = 4096
pwrite64(3, "\177\200\0\0\177\200\1\0\177\200\2\0\177\200\3\0\177\200\4\0\177\200\f\0\177\200\r\0\177\200\30\0"..., 4096, 520192) = 4096
pwrite64(3, "\200\200\0\0\200\200\1\0\200\200\2\0\200\200\3\0\200\200\4\0\200\200\f\0\200\200\r\0\200\200\30\0"..., 4096, 524288) = 4096
pwrite64(3, "\201\200\0\0\201\200\1\0\201\200\2\0\201\200\3\0\201\200\4\0\201\200\f\0\201\200\r\0\201\200\30\0"..., 4096, 528384) = 4096
pwrite64(3, "\202\200\0\0\202\200\1\0\202\200\2\0\202\200\3\0\202\200\4\0\202\200\f\0\202\200\r\0\202\200\30\0"..., 4096, 532480) = 4096
pwrite64(3, "\203\200\0\0\203\200\1\0\203\200\2\0\203\200\3\0\203\200\4\0\203\200\f\0\203\200\r\0\203\200\30\0"..., 4096, 536576) = 4096
pwrite64(3, "\204\200\0\0\204\200\1\0\204\200\2\0\204\200\3\0\204\200\4\0\204\200\f\0\204\200\r\0\204\200\30\0"..., 4096, 540672) = 4096
pwrite64(3, "\205\200\0\0\205\200\1\0\205\200\2\0\205\200\3\0\205\200\4\0\205\200\f\0\205\200\r\0\205\200\30\0"..., 4096, 544768) = 4096
pwrite64(3, "\206\200\0\0\206\200\1\0\206\200\2\0\206\200\3\0\206\200\4\0\206\200\f\0\206\200\r\0\206\200\30\0"..., 4096, 548864) = 4096
pwrite64(3, "\207\200\0\0\207\200\1\0\207\200\2\0\207\200\3\0\207\200\4\0\207\200\f\0\207\200\r\0\207\200\30\0"..., 4096, 552960) = 4096
pwrite64(3, "\210\200\0\0\210\200\1\0\210\200\2\0\210\200\3\0\210\200\4\0\210\200\f\0\210\200\r\0\210\200\30\0"..., 4096, 557056) = 4096
pwrite64(3, "\211\200\0\0\211\200\1\0\211\200\2\0\211\200\3\0\211\200\4\0\211\200\f\0\211\200\r\0\211\200\30\0"..., 4096, 561152) = 4096
pwrite64(3, "\212\200\0\0\212\200\1\0\212\200\2\0\212\200\3\0\212\200\4\0\212\200\f\0\212\200\r\0\212\200\30\0"..., 4096, 565248) = 4096
pwrite64(3, "\213\200\0\0\213\200\1\0\213\200\2\0\213\200\3\0\213\200\4\0\213\200\f\0\213\200\r\0\213\200\30\0"..., 4096, 569344) = 4096
pwrite64(3, "\214\200\0\0\214\200\1\0\214\200\2\0\214\200\3\0\214\200\4\0\214\200\f\0\214\200\r\0\214\200\30\0"..., 4096, 573440) = 4096
pwrite64(3, "\215\200\0\0\215\200\1\0\215\200\2\0\215\200\3\0\215\200\4\0\215\200\f\0\215\200\r\0\215\200\30\0"..., 4096, 577536) = 4096
pwrite64(3, "\216\200\0\0\216\200\1\0\216\200\2\0\216\200\3\0\216\200\4\0\216\200\f\0\216\200\r\0\216\200\30\0"..., 4096, 581632) = 4096
pwrite64(3, "\217\200\0\0\217\200\1\0\217\200\2\0\217\200\3\0\217\200\4\0\217\200\f\0\217\200\r\0\217\200\30\0"..., 4096, 585728) = 4096
pwrite64(3, "\220\200\0\0\220\200\1\0\220\200\2\0\220\200\3\0\220\200\4\0\220\200\f\0\220\200\r\0\220\200\30\0"..., 4096, 589824) = 4096
pwrite64(3, "\221\200\0\0\221\200\1\0\221\200\2\0\221\200\3\0\221\200\4\0\221\200\f\0\221\200\r\0\221\200\30\0"..., 4096, 593920) = 4096
pwrite64(3, "\222\200\0\0\222\200\1\0\222\200\2\0\222\200\3\0\222\200\4\0\222\200\f\0\222\200\r\0\222\200\30\0"..., 4096, 598016) = 4096
pwrite64(3, "\223\200\0\0\223\200\1\0\223\200\2\0\223\200\3\0\223\200\4\0\223\200\f\0\223\200\r\0\223\200\30\0"..., 4096, 602112) = 4096
pwrite64(3, "\224\200\0\0\224\200\1\0\224\200\2\0\224\200\3\0\224\200\4\0\224\200\f\0\224\200\r\0\224\200\30\0"..., 4096, 606208) = 4096
pwrite64(3, "\225\200\0\0\225\200\1\0\225\200\2\0\225\200\3\0\225\200\4\0\225\200\f\0\225\200\r\0\225\200\30\0"..., 4096, 610304) = 4096
pwrite64(3, "\226\200\0\0\226\200\1\0\226\200\2\0\226\200\3\0\226\200\4\0\226\200\f\0\226\200\r\0\226\200\30\0"..., 4096, 614400) = 4096
pwrite64(3, "\227\200\0\0\227\200\1\0\227\200\2\0\227\200\3\0\227\200\4\0\227\200\f\0\227\200\r\0\227\200\30\0"..., 4096, 618496) = 4096
pwrite64(3, "\230\200\0\0\230\200\1\0\230\200\2\0\230\200\3\0\230\200\4\0\230\200\f\0\230\200\r\0\230\200\30\0"..., 4096, 622592) = 4096
pwrite64(3, "\231\200\0\0\231\200\1\0\231\200\2\0\231\200\3\0\231\200\4\0\231\200\f\0\231\200\r\0\231\200\30\0"..., 4096, 626688) = 4096
pwrite64(3, "\232\200\0\0\232\200\1\0\232\200\2\0\232\200\3\0\232\200\4\0\232\200\f\0\232\200\r\0\232\200\30\0"..., 4096, 630784) = 4096
pwrite64(3, "\233\200\0\0\233\200\1\0\233\200\2\0\233\200\3\0\233\200\4\0\233\200\f\0\233\200\r\0\233\200\30\0"..., 4096, 634880) = 4096
pwrite64(3, "\234\200\0\0\234\200\1\0\234\200\2\0\234\200\3\0\234\200\4\0\234\200\f\0\234\200\r\0\234\200\30\0"..., 4096, 638976) = 4096
pwrite64(3, "\235\200\0\0\235\200\1\0\235\200\2\0\235\200\3\0\235\200\4\0\235\200\f\0\235\200\r\0\235\200\30\0"..., 4096, 643072) = 4096
pwrite64(3, "\236\200\0\0\236\200\1\0\236\200\2\0\236\200\3\0\236\200\4\0\236\200\f\0\236\200\r\0\236\200\30\0"..., 4096, 647168) = 4096
pwrite64(3, "\237\200\0\0\237\200\1\0\237\200\2\0\237\200\3\0\237\200\4\0\237\200\f\0\237\200\r\0\237\200\30\0"..., 4096, 651264) = 4096
pwrite64(3, "\240\200\0\0\240\200\1\0\240\200\2\0\240\200\3\0\240\200\4\0\240\200\f\0\240\200\r\0\240\200\30\0"..., 4096, 655360) = 4096
pwrite64(3, "\241\200\0\0\241\200\1\0\241\200\2\0\241\200\3\0\241\200\4\0\241\200\f\0\241\200\r\0\241\200\30\0"..., 4096, 659456) = 4096
pwrite64(3, "\242\200\0\0\242\200\1\0\242\200\2\0\242\200\3\0\242\200\4\0\242\200\f\0\242\200\r\0\242\200\30\0"..., 4096, 663552) = 4096
pwrite64(3, "\243\200\0\0\243\200\1\0\243\200\2\0\243\200\3\0\243\200\4\0\243\200\f\0\243\200\r\0\243\200\30\0"..., 4096, 667648) = 4096
pwrite64(3, "\244\200\0\0\244\200\1\0\244\200\2\0\244\200\3\0\244\200\4\0\244\200\f\0\244\200\r\0\244\200\30\0"..., 4096, 671744) = 4096
pwrite64(3, "\245\200\0\0\245\200\1\0\245\200\2\0\245\200\3\0\245\200\4\0\245\200\f\0\245\200\r\0\245\200\30\0"..., 4096, 675840) = 4096
pwrite64(3, "\246\200\0\0\246\200\1\0\246\200\2\0\246\200\3\0\246\200\4\0\246\200\f\0\246\200\r\0\246\200\30\0"..., 4096, 679936) = 4096
pwrite64(3, "\247\200\0\0\247\200\1\0\247\200\2\0\247\200\3\0\247\200\4\0\247\200\f\0\247\200\r\0\247\200\30\0"..., 4096, 684032) = 4096
pwrite64(3, "\250\200\0\0\250\200\1\0\250\200\2\0\250\200\3\0\250\200\4\0\250\200\f\0\250\200\r\0\250\200\30\0"..., 4096, 688128) = 4096
pwrite64(3, "\251\200\0\0\251\200\1\0\251\200\2\0\251\200\3\0\251\200\4\0\251\200\f\0\251\200\r\0\251\200\30\0"..., 4096, 692224) = 4096
pwrite64(3, "\252\200\0\0\252\200\1\0\252\200\2\0\252\200\3\0\252\200\4\0\252\200\f\0\252\200\r\0\252\200\30\0"..., 4096, 696320) = 4096
pwrite64(3, "\253\200\0\0\253\200\1\0\253\200\2\0\253\200\3\0\253\200\4\0\253\200\f\0\253\200\r\0\253\200\30\0"..., 4096, 700416) = 4096
pwrite64(3, "\254\200\0\0\254\200\1\0\254\200\2\0\254\200\3\0\254\200\4\0\254\200\f\0\254\200\r\0\254\200\30\0"..., 4096, 704512) = 4096
pwrite64(3, "\255\200\0\0\255\200\1\0\255\200\2\0\255\200\3\0\255\200\4\0\255\200\f\0\255\200\r\0\255\200\30\0"..., 4096, 708608) = 4096
pwrite64(3, "\256\200\0\0\256\200\1\0\256\200\2\0\256\200\3\0\256\200\4\0\256\200\f\0\256\200\r\0\256\200\30\0"..., 4096, 712704) = 4096
pwrite64(3, "\257\200\0\0\257\200\1\0\257\200\2\0\257\200\3\0\257\200\4\0\257\200\f\0\257\200\r\0\257\200\30\0"..., 4096, 716800) = 4096
pwrite64(3, "\260\200\0\0\260\200\1\0\260\200\2\0\260\200\3\0\260\200\4\0\260\200\f\0\260\200\r\0\260\200\30\0"..., 4096, 720896) = 4096
pwrite64(3, "\261\200\0\0\261\200\1\0\261\200\2\0\261\200\3\0\261\200\4\0\261\200\f\0\261\200\r\0\261\200\30\0"..., 4096, 724992) = 4096
pwrite64(3, "\262\200\0\0\262\200\1\0\262\200\2\0\262\200\3\0\262\200\4\0\262\200\f\0\262\200\r\0\262\200\30\0"..., 4096, 729088) = 4096
pwrite64(3, "\263\200\0\0\263\200\1\0\263\200\2\0\263\200\3\0\263\200\4\0\263\200\f\0\263\200\r\0\263\200\30\0"..., 4096, 733184) = 4096
pwrite64(3, "\264\200\0\0\264\200\1\0\264\200\2\0\264\200\3\0\264\200\4\0\264\200\f\0\264\200\r\0\264\200\30\0"..., 4096, 737280) = 4096
pwrite64(3, "\265\200\0\0\265\200\1\0\265\200\2\0\265\200\3\0\265\200\4\0\265\200\f\0\265\200\r\0\265\200\30\0"..., 4096, 741376) = 4096
pwrite64(3, "\266\200\0\0\266\200\1\0\266\200\2\0\266\200\3\0\266\200\4\0\266\200\f\0\266\200\r\0\266\200\30\0"..., 4096, 745472) = 4096
pwrite64(3, "\267\200\0\0\267\200\1\0\267\200\2\0\267\200\3\0\267\200\4\0\267\200\f\0\267\200\r\0\267\200\30\0"..., 4096, 749568) = 4096
pwrite64(3, "\270\200\0\0\270\200\1\0\270\200\2\0\270\200\3\0\270\200\4\0\270\200\f\0\270\200\r\0\270\200\30\0"..., 4096, 753664) = 4096
pwrite64(3, "\271\200\0\0\271\200\1\0\271\200\2\0\271\200\3\0\271\200\4\0\271\200\f\0\271\200\r\0\271\200\30\0"..., 4096, 757760) = 4096
pwrite64(3, "\272\200\0\0\272\200\1\0\272\200\2\0\272\200\3\0\272\200\4\0\272\200\f\0\272\200\r\0\272\200\30\0"..., 4096, 761856) = 4096
pwrite64(3, "\273\200\0\0\273\200\1\0\273\200\2\0\273\200\3\0\273\200\4\0\273\200\f\0\273\200\r\0\273\200\30\0"..., 4096, 765952) = 4096
pwrite64(3, "\274\200\0\0\274\200\1\0\274\200\2\0\274\200\3\0\274\200\4\0\274\200\f\0\274\200\r\0\274\200\30\0"..., 4096, 770048) = 4096
pwrite64(3, "\275\200\0\0\275\200\1\0\275\200\2\0\275\200\3\0\275\200\4\0\275\200\f\0\275\200\r\0\275\200\30\0"..., 4096, 774144) = 4096
pwrite64(3, "\276\200\0\0\276\200\1\0\276\200\2\0\276\200\3\0\276\200\4\0\276\200\f\0\276\200\r\0\276\200\30\0"..., 4096, 778240) = 4096
pwrite64(3, "\277\200\0\0\277\200\1\0\277\200\2\0\277\200\3\0\277\200\4\0\277\200\f\0\277\200\r\0\277\200\30\0"..., 4096, 782336) = 4096
pwrite64(3, "\300\200\0\0\300\200\1\0\300\200\2\0\300\200\3\0\300\200\4\0\300\200\f\0\300\200\r\0\300\200\30\0"..., 4096, 786432) = 4096
pwrite64(3, "\301\200\0\0\301\200\1\0\301\200\2\0\301\200\3\0\301\200\4\0\301\200\f\0\301\200\r\0\301\200\30\0"..., 4096, 790528) = 4096
pwrite64(3, "\302\200\0\0\302\200\1\0\302\200\2\0\302\200\3\0\302\200\4\0\302\200\f\0\302\200\r\0\302\200\30\0"..., 4096, 794624) = 4096
pwrite64(3, "\303\200\0\0\303\200\1\0\303\200\2\0\303\200\3\0\303\200\4\0\303\200\f\0\303\200\r\0\303\200\30\0"..., 4096, 798720) = 4096
pwrite64(3, "\304\200\0\0\304\200\1\0\304\200\2\0\304\200\3\0\304\200\4\0\304\200\f\0\304\200\r\0\304\200\30\0"..., 4096, 802816) = 4096
pwrite64(3, "\305\200\0\0\305\200\1\0\305\200\2\0\305\200\3\0\305\200\4\0\305\200\f\0\305\200\r\0\305\200\30\0"..., 4096, 806912) = 4096
pwrite64(3, "\306\200\0\0\306\200\1\0\306\200\2\0\306\200\3\0\306\200\4\0\306\200\f\0\306\200\r\0\306\200\30\0"..., 4096, 811008) = 4096
pwrite64(3, "\307\200\0\0\307\200\1\0\307\200\2\0\307\200\3\0\307\200\4\0\307\200\f\0\307\200\r\0\307\200\30\0"..., 4096, 815104) = 4096
pwrite64(3, "\310\200\0\0\310\200\1\0\310\200\2\0\310\200\3\0\310\200\4\0\310\200\f\0\310\200\r\0\310\200\30\0"..., 4096, 819200) = 4096
pwrite64(3, "\311\200\0\0\311\200\1\0\311\200\2\0\311\200\3\0\311\200\4\0\311\200\f\0\311\200\r\0\311\200\30\0"..., 4096, 823296) = 4096
pwrite64(3, "\312\200\0\0\312\200\1\0\312\200\2\0\312\200\3\0\312\200\4\0\312\200\f\0\312\200\r\0\312\200\30\0"..., 4096, 827392) = 4096
pwrite64(3, "\313\200\0\0\313\200\1\0\313\200\2\0\313\200\3\0\313\200\4\0\313\200\f\0\313\200\r\0\313\200\30\0"..., 4096, 831488) = 4096
pwrite64(3, "\314\200\0\0\314\200\1\0\314\200\2\0\314\200\3\0\314\200\4\0\314\200\f\0\314\200\r\0\314\200\30\0"..., 4096, 835584) = 4096
pwrite64(3, "\315\200\0\0\315\200\1\0\315\200\2\0\315\200\3\0\315\200\4\0\315\200\f\0\315\200\r\0\315\200\30\0"..., 4096, 839680) = 4096
pwrite64(3, "\316\200\0\0\316\200\1\0\316\200\2\0\316\200\3\0\316\200\4\0\316\200\f\0\316\200\r\0\316\200\30\0"..., 4096, 843776) = 4096
pwrite64(3, "\317\200\0\0\317\200\1\0\317\200\2\0\317\200\3\0\317\200\4\0\317\200\f\0\317\200\r\0\317\200\30\0"..., 4096, 847872) = 4096
pwrite64(3, "\320\200\0\0\320\200\1\0\320\200\2\0\320\200\3\0\320\200\4\0\320\200\f\0\320\200\r\0\320\200\30\0"..., 4096, 851968) = 4096
pwrite64(3, "\321\200\0\0\321\200\1\0\321\200\2\0\321\200\3\0\321\200\4\0\321\200\f\0\321\200\r\0\321\200\30\0"..., 4096, 856064) = 4096
pwrite64(3, "\322\200\0\0\322\200\1\0\322\200\2\0\322\200\3\0\322\200\4\0\322\200\f\0\322\200\r\0\322\200\30\0"..., 4096, 860160) = 4096
pwrite64(3, "\323\200\0\0\323\200\1\0\323\200\2\0\323\200\3\0\323\200\4\0\323\200\f\0\323\200\r\0\323\200\30\0"..., 4096, 864256) = 4096
pwrite64(3, "\324\200\0\0\324\200\1\0\324\200\2\0\324\200\3\0\324\200\4\0\324\200\f\0\324\200\r\0\324\200\30\0"..., 4096, 868352) = 4096
pwrite64(3, "\325\200\0\0\325\200\1\0\325\200\2\0\325\200\3\0\325\200\4\0\325\200\f\0\325\200\r\0\325\200\30\0"..., 4096, 872448) = 4096
pwrite64(3, "\326\200\0\0\326\200\1\0\326\200\2\0\326\200\3\0\326\200\4\0\326\200\f\0\326\200\r\0\326\200\30\0"..., 4096, 876544) = 4096
pwrite64(3, "\327\200\0\0\327\200\1\0\327\200\2\0\327\200\3\0\327\200\4\0\327\200\f\0\327\200\r\0\327\200\30\0"..., 4096, 880640) = 4096
pwrite64(3, "\330\200\0\0\330\200\1\0\330\200\2\0\330\200\3\0\330\200\4\0\330\200\f\0\330\200\r\0\330\200\30\0"..., 4096, 884736) = 4096
pwrite64(3, "\331\200\0\0\331\200\1\0\331\200\2\0\331\200\3\0\331\200\4\0\331\200\f\0\331\200\r\0\331\200\30\0"..., 4096, 888832) = 4096
pwrite64(3, "\332\200\0\0\332\200\1\0\332\200\2\0\332\200\3\0\332\200\4\0\332\200\f\0\332\200\r\0\332\200\30\0"..., 4096, 892928) = 4096
pwrite64(3, "\333\200\0\0\333\200\1\0\333\200\2\0\333\200\3\0\333\200\4\0\333\200\f\0\333\200\r\0\333\200\30\0"..., 4096, 897024) = 4096
pwrite64(3, "\334\200\0\0\334\200\1\0\334\200\2\0\334\200\3\0\334\200\4\0\334\200\f\0\334\200\r\0\334\200\30\0"..., 4096, 901120) = 4096
pwrite64(3, "\335\200\0\0\335\200\1\0\335\200\2\0\335\200\3\0\335\200\4\0\335\200\f\0\335\200\r\0\335\200\30\0"..., 4096, 905216) = 4096
pwrite64(3, "\336\200\0\0\336\200\1\0\336\200\2\0\336\200\3\0\336\200\4\0\336\200\f\0\336\200\r\0\336\200\30\0"..., 4096, 909312) = 4096
pwrite64(3, "\337\200\0\0\337\200\1\0\337\200\2\0\337\200\3\0\337\200\4\0\337\200\f\0\337\200\r\0\337\200\30\0"..., 4096, 913408) = 4096
pwrite64(3, "\340\200\0\0\340\200\1\0\340\200\2\0\340\200\3\0\340\200\4\0\340\200\f\0\340\200\r\0\340\200\30\0"..., 4096, 917504) = 4096
pwrite64(3, "\341\200\0\0\341\200\1\0\341\200\2\0\341\200\3\0\341\200\4\0\341\200\f\0\341\200\r\0\341\200\30\0"..., 4096, 921600) = 4096
pwrite64(3, "\342\200\0\0\342\200\1\0\342\200\2\0\342\200\3\0\342\200\4\0\342\200\f\0\342\200\r\0\342\200\30\0"..., 4096, 925696) = 4096
pwrite64(3, "\343\200\0\0\343\200\1\0\343\200\2\0\343\200\3\0\343\200\4\0\343\200\f\0\343\200\r\0\343\200\30\0"..., 4096, 929792) = 4096
pwrite64(3, "\344\200\0\0\344\200\1\0\344\200\2\0\344\200\3\0\344\200\4\0\344\200\f\0\344\200\r\0\344\200\30\0"..., 4096, 933888) = 4096
pwrite64(3, "\345\200\0\0\345\200\1\0\345\200\2\0\345\200\3\0\345\200\4\0\345\200\f\0\345\200\r\0\345\200\30\0"..., 4096, 937984) = 4096
pwrite64(3, "\346\200\0\0\346\200\1\0\346\200\2\0\346\200\3\0\346\200\4\0\346\200\f\0\346\200\r\0\346\200\30\0"..., 4096, 942080) = 4096
pwrite64(3, "\347\200\0\0\347\200\1\0\347\200\2\0\347\200\3\0\347\200\4\0\347\200\f\0\347\200\r\0\347\200\30\0"..., 4096, 946176) = 4096
pwrite64(3, "\350\200\0\0\350\200\1\0\350\200\2\0\350\200\3\0\350\200\4\0\350\200\f\0\350\200\r\0\350\200\30\0"..., 4096, 950272) = 4096
pwrite64(3, "\351\200\0\0\351\200\1\0\351\200\2\0\351\200\3\0\351\200\4\0\351\200\f\0\351\200\r\0\351\200\30\0"..., 4096, 954368) = 4096
pwrite64(3, "\352\200\0\0\352\200\1\0\352\200\2\0\352\200\3\0\352\200\4\0\352\200\f\0\352\200\r\0\352\200\30\0"..., 4096, 958464) = 4096
pwrite64(3, "\353\200\0\0\353\200\1\0\353\200\2\0\353\200\3\0\353\200\4\0\353\200\f\0\353\200\r\0\353\200\30\0"..., 4096, 962560) = 4096
pwrite64(3, "\354\200\0\0\354\200\1\0\354\200\2\0\354\200\3\0\354\200\4\0\354\200\f\0\354\200\r\0\354\200\30\0"..., 4096, 966656) = 4096
pwrite64(3, "\355\200\0\0\355\200\1\0\355\200\2\0\355\200\3\0\355\200\4\0\355\200\f\0\355\200\r\0\355\200\30\0"..., 4096, 970752) = 4096
pwrite64(3, "\356\200\0\0\356\200\1\0\356\200\2\0\356\200\3\0\356\200\4\0\356\200\f\0\356\200\r\0\356\200\30\0"..., 4096, 974848) = 4096
pwrite64(3, "\357\200\0\0\357\200\1\0\357\200\2\0\357\200\3\0\357\200\4\0\357\200\f\0\357\200\r\0\357\200\30\0"..., 4096, 978944) = 4096
pwrite64(3, "\360\200\0\0\360\200\1\0\360\200\2\0\360\200\3\0\360\200\4\0\360\200\f\0\360\200\r\0\360\200\30\0"..., 4096, 983040) = 4096
pwrite64(3, "\361\200\0\0\361\200\1\0\361\200\2\0\361\200\3\0\361\200\4\0\361\200\f\0\361\200\r\0\361\200\30\0"..., 4096, 987136) = 4096
pwrite64(3, "\362\200\0\0\362\200\1\0\362\200\2\0\362\200\3\0\362\200\4\0\362\200\f\0\362\200\r\0\362\200\30\0"..., 4096, 991232) = 4096
pwrite64(3, "\363\200\0\0\363\200\1\0\363\200\2\0\363\200\3\0\363\200\4\0\363\200\f\0\363\200\r\0\363\200\30\0"..., 4096, 995328) = 4096
pwrite64(3, "\364\200\0\0\364\200\1\0\364\200\2\0\364\200\3\0\364\200\4\0\364\200\f\0\364\200\r\0\364\200\30\0"..., 4096, 999424) = 4096
pwrite64(3, "\365\200\0\0\365\200\1\0\365\200\2\0\365\200\3\0\365\200\4\0\365\200\f\0\365\200\r\0\365\200\30\0"..., 4096, 1003520) = 4096
pwrite64(3, "\366\200\0\0\366\200\1\0\366\200\2\0\366\200\3\0\366\200\4\0\366\200\f\0\366\200\r\0\366\200\30\0"..., 4096, 1007616) = 4096
pwrite64(3, "\367\200\0\0\367\200\1\0\367\200\2\0\367\200\3\0\367\200\4\0\367\200\f\0\367\200\r\0\367\200\30\0"..., 4096, 1011712) = 4096
pwrite64(3, "\370\200\0\0\370\200\1\0\370\200\2\0\370\200\3\0\370\200\4\0\370\200\f\0\370\200\r\0\370\200\30\0"..., 4096, 1015808) = 4096
pwrite64(3, "\371\200\0\0\371\200\1\0\371\200\2\0\371\200\3\0\371\200\4\0\371\200\f\0\371\200\r\0\371\200\30\0"..., 4096, 1019904) = 4096
pwrite64(3, "\372\200\0\0\372\200\1\0\372\200\2\0\372\200\3\0\372\200\4\0\372\200\f\0\372\200\r\0\372\200\30\0"..., 4096, 1024000) = 4096
pwrite64(3, "\373\200\0\0\373\200\1\0\373\200\2\0\373\200\3\0\373\200\4\0\373\200\f\0\373\200\r\0\373\200\30\0"..., 4096, 1028096) = 4096
pwrite64(3, "\374\200\0\0\374\200\1\0\374\200\2\0\374\200\3\0\374\200\4\0\374\200\f\0\374\200\r\0\374\200\30\0"..., 4096, 1032192) = 4096
pwrite64(3, "\375\200\0\0\375\200\1\0\375\200\2\0\375\200\3\0\375\200\4\0\375\200\f\0\375\200\r\0\375\200\30\0"..., 4096, 1036288) = 4096
pwrite64(3, "\376\200\0\0\376\200\1\0\376\200\2\0\376\200\3\0\376\200\4\0\376\200\f\0\376\200\r\0\376\200\30\0"..., 4096, 1040384) = 4096
pwrite64(3, "\377\200\0\0\377\200\1\0\377\200\2\0\377\200\3\0\377\200\4\0\377\200\f\0\377\200\r\0\377\200\30\0"..., 4096, 1044480) = 4096
pwrite64(3, "\0\201\0\0\0\201\1\0\0\201\2\0\0\201\3\0\0\201\4\0\0\201\f\0\0\201\r\0\0\201\30\0"..., 4096, 1048576) = 4096
pwrite64(3, "\1\201\0\0\1\201\1\0\1\201\2\0\1\201\3\0\1\201\4\0\1\201\f\0\1\201\r\0\1\201\30\0"..., 4096, 1052672) = 4096
pwrite64(3, "\2\201\0\0\2\201\1\0\2\201\2\0\2\201\3\0\2\201\4\0\2\201\f\0\2\201\r\0\2\201\30\0"..., 4096, 1056768) = 4096
pwrite64(3, "\3\201\0\0\3\201\1\0\3\201\2\0\3\201\3\0\3\201\4\0\3\201\f\0\3\201\r\0\3\201\30\0"..., 4096, 1060864) = 4096
pwrite64(3, "\4\201\0\0\4\201\1\0\4\201\2\0\4\201\3\0\4\201\4\0\4\201\f\0\4\201\r\0\4\201\30\0"..., 4096, 1064960) = 4096
pwrite64(3, "\5\201\0\0\5\201\1\0\5\201\2\0\5\201\3\0\5\201\4\0\5\201\f\0\5\201\r\0\5\201\30\0"..., 4096, 1069056) = 4096
pwrite64(3, "\6\201\0\0\6\201\1\0\6\201\2\0\6\201\3\0\6\201\4\0\6\201\f\0\6\201\r\0\6\201\30\0"..., 4096, 1073152) = 4096
pwrite64(3, "\7\201\0\0\7\201\1\0\7\201\2\0\7\201\3\0\7\201\4\0\7\201\f\0\7\201\r\0\7\201\30\0"..., 4096, 1077248) = 4096
pwrite64(3, "\10\201\0\0\10\201\1\0\10\201\2\0\10\201\3\0\10\201\4\0\10\201\f\0\10\201\r\0\10\201\30\0"..., 4096, 1081344) = 4096
pwrite64(3, "\t\201\0\0\t\201\1\0\t\201\2\0\t\201\3\0\t\201\4\0\t\201\f\0\t\201\r\0\t\201\30\0"..., 4096, 1085440) = 4096
pwrite64(3, "\n\201\0\0\n\201\1\0\n\201\2\0\n\201\3\0\n\201\4\0\n\201\f\0\n\201\r\0\n\201\30\0"..., 4096, 1089536) = 4096
pwrite64(3, "\v\201\0\0\v\201\1\0\v\201\2\0\v\201\3\0\v\201\4\0\v\201\f\0\v\201\r\0\v\201\30\0"..., 4096, 1093632) = 4096
pwrite64(3, "\f\201\0\0\f\201\1\0\f\201\2\0\f\201\3\0\f\201\4\0\f\201\f\0\f\201\r\0\f\201\30\0"..., 4096, 1097728) = 4096
pwrite64(3, "\r\201\0\0\r\201\1\0\r\201\2\0\r\201\3\0\r\201\4\0\r\201\f\0\r\201\r\0\r\201\30\0"..., 4096, 1101824) = 4096
pwrite64(3, "\16\201\0\0\16\201\1\0\16\201\2\0\16\201\3\0\16\201\4\0\16\201\f\0\16\201\r\0\16\201\30\0"..., 4096, 1105920) = 4096
pwrite64(3, "\17\201\0\0\17\201\1\0\17\201\2\0\17\201\3\0\17\201\4\0\17\201\f\0\17\201\r\0\17\201\30\0"..., 4096, 1110016) = 4096
pwrite64(3, "\20\201\0\0\20\201\1\0\20\201\2\0\20\201\3\0\20\201\4\0\20\201\f\0\20\201\r\0\20\201\30\0"..., 4096, 1114112) = 4096
pwrite64(3, "\21\201\0\0\21\201\1\0\21\201\2\0\21\201\3\0\21\201\4\0\21\201\f\0\21\201\r\0\21\201\30\0"..., 4096, 1118208) = 4096
pwrite64(3, "\22\201\0\0\22\201\1\0\22\201\2\0\22\201\3\0\22\201\4\0\22\201\f\0\22\201\r\0\22\201\30\0"..., 4096, 1122304) = 4096
pwrite64(3, "\23\201\0\0\23\201\1\0\23\201\2\0\23\201\3\0\23\201\4\0\23\201\f\0\23\201\r\0\23\201\30\0"..., 4096, 1126400) = 4096
pwrite64(3, "\24\201\0\0\24\201\1\0\24\201\2\0\24\201\3\0\24\201\4\0\24\201\f\0\24\201\r\0\24\201\30\0"..., 4096, 1130496) = 4096
pwrite64(3, "\25\201\0\0\25\201\1\0\25\201\2\0\25\201\3\0\25\201\4\0\25\201\f\0\25\201\r\0\25\201\30\0"..., 4096, 1134592) = 4096
pwrite64(3, "\26\201\0\0\26\201\1\0\26\201\2\0\26\201\3\0\26\201\4\0\26\201\f\0\26\201\r\0\26\201\30\0"..., 4096, 1138688) = 4096
pwrite64(3, "\27\201\0\0\27\201\1\0\27\201\2\0\27\201\3\0\27\201\4\0\27\201\f\0\27\201\r\0\27\201\30\0"..., 4096, 1142784) = 4096
pwrite64(3, "\30\201\0\0\30\201\1\0\30\201\2\0\30\201\3\0\30\201\4\0\30\201\f\0\30\201\r\0\30\201\30\0"..., 4096, 1146880) = 4096
pwrite64(3, "\31\201\0\0\31\201\1\0\31\201\2\0\31\201\3\0\31\201\4\0\31\201\f\0\31\201\r\0\31\201\30\0"..., 4096, 1150976) = 4096
pwrite64(3, "\32\201\0\0\32\201\1\0\32\201\2\0\32\201\3\0\32\201\4\0\32\201\f\0\32\201\r\0\32\201\30\0"..., 4096, 1155072) = 4096
pwrite64(3, "\33\201\0\0\33\201\1\0\33\201\2\0\33\201\3\0\33\201\4\0\33\201\f\0\33\201\r\0\33\201\30\0"..., 4096, 1159168) = 4096
pwrite64(3, "\34\201\0\0\34\201\1\0\34\201\2\0\34\201\3\0\34\201\4\0\34\201\f\0\34\201\r\0\34\201\30\0"..., 4096, 1163264) = 4096
pwrite64(3, "\35\201\0\0\35\201\1\0\35\201\2\0\35\201\3\0\35\201\4\0\35\201\f\0\35\201\r\0\35\201\30\0"..., 4096, 1167360) = 4096
pwrite64(3, "\36\201\0\0\36\201\1\0\36\201\2\0\36\201\3\0\36\201\4\0\36\201\f\0\36\201\r\0\36\201\30\0"..., 4096, 1171456) = 4096
pwrite64(3, "\37\201\0\0\37\201\1\0\37\201\2\0\37\201\3\0\37\201\4\0\37\201\f\0\37\201\r\0\37\201\30\0"..., 4096, 1175552) = 4096
pwrite64(3, " \201\0\0 \201\1\0 \201\2\0 \201\3\0 \201\4\0 \201\f\0 \201\r\0 \201\30\0"..., 4096, 1179648) = 4096
pwrite64(3, "!\201\0\0!\201\1\0!\201\2\0!\201\3\0!\201\4\0!\201\f\0!\201\r\0!\201\30\0"..., 4096, 1183744) = 4096
pwrite64(3, "\"\201\0\0\"\201\1\0\"\201\2\0\"\201\3\0\"\201\4\0\"\201\f\0\"\201\r\0\"\201\30\0"..., 4096, 1187840) = 4096
pwrite64(3, "#\201\0\0#\201\1\0#\201\2\0#\201\3\0#\201\4\0#\201\f\0#\201\r\0#\201\30\0"..., 4096, 1191936) = 4096
pwrite64(3, "$\201\0\0$\201\1\0$\201\2\0$\201\3\0$\201\4\0$\201\f\0$\201\r\0$\201\30\0"..., 4096, 1196032) = 4096
pwrite64(3, "%\201\0\0%\201\1\0%\201\2\0%\201\3\0%\201\4\0%\201\f\0%\201\r\0%\201\30\0"..., 4096, 1200128) = 4096
pwrite64(3, "&\201\0\0&\201\1\0&\201\2\0&\201\3\0&\201\4\0&\201\f\0&\201\r\0&\201\30\0"..., 4096, 1204224) = 4096
pwrite64(3, "'\201\0\0'\201\1\0'\201\2\0'\201\3\0'\201\4\0'\201\f\0'\201\r\0'\201\30\0"..., 4096, 1208320) = 4096
pwrite64(3, "(\201\0\0(\201\1\0(\201\2\0(\201\3\0(\201\4\0(\201\f\0(\201\r\0(\201\30\0"..., 4096, 1212416) = 4096
pwrite64(3, ")\201\0\0)\201\1\0)\201\2\0)\201\3\0)\201\4\0)\201\f\0)\201\r\0)\201\30\0"..., 4096, 1216512) = 4096
pwrite64(3, "*\201\0\0*\201\1\0*\201\2\0*\201\3\0*\201\4\0*\201\f\0*\201\r\0*\201\30\0"..., 4096, 1220608) = 4096
pwrite64(3, "+\201\0\0+\201\1\0+\201\2\0+\201\3\0+\201\4\0+\201\f\0+\201\r\0+\201\30\0"..., 4096, 1224704) = 4096
pwrite64(3, ",\201\0\0,\201\1\0,\201\2\0,\201\3\0,\201\4\0,\201\f\0,\201\r\0,\201\30\0"..., 4096, 1228800) = 4096
pwrite64(3, "-\201\0\0-\201\1\0-\201\2\0-\201\3\0-\201\4\0-\201\f\0-\201\r\0-\201\30\0"..., 4096, 1232896) = 4096
pwrite64(3, ".\201\0\0.\201\1\0.\201\2\0.\201\3\0.\201\4\0.\201\f\0.\201\r\0.\201\30\0"..., 4096, 1236992) = 4096
pwrite64(3, "/\201\0\0/\201\1\0/\201\2\0/\201\3\0/\201\4\0/\201\f\0/\201\r\0/\201\30\0"..., 4096, 1241088) = 4096
pwrite64(3, "0\201\0\0000\201\1\0000\201\2\0000\201\3\0000\201\4\0000\201\f\0000\201\r\0000\201\30\0"..., 4096, 1245184) = 4096
pwrite64(3, "1\201\0\0001\201\1\0001\201\2\0001\201\3\0001\201\4\0001\201\f\0001\201\r\0001\201\30\0"..., 4096, 1249280) = 4096
pwrite64(3, "2\201\0\0002\201\1\0002\201\2\0002\201\3\0002\201\4\0002\201\f\0002\201\r\0002\201\30\0"..., 4096, 1253376) = 4096
pwrite64(3, "3\201\0\0003\201\1\0003\201\2\0003\201\3\0003\201\4\0003\201\f\0003\201\r\0003\201\30\0"..., 4096, 1257472) = 4096
pwrite64(3, "4\201\0\0004\201\1\0004\201\2\0004\201\3\0004\201\4\0004\201\f\0004\201\r\0004\201\30\0"..., 4096, 1261568) = 4096
pwrite64(3, "5\201\0\0005\201\1\0005\201\2\0005\201\3\0005\201\4\0005\201\f\0005\201\r\0005\201\30\0"..., 4096, 1265664) = 4096
pwrite64(3, "6\201\0\0006\201\1\0006\201\2\0006\201\3\0006\201\4\0006\201\f\0006\201\r\0006\201\30\0"..., 4096, 1269760) = 4096
pwrite64(3, "7\201\0\0007\201\1\0007\201\2\0007\201\3\0007\201\4\0007\201\f\0007\201\r\0007\201\30\0"..., 4096, 1273856) = 4096
pwrite64(3, "8\201\0\0008\201\1\0008\201\2\0008\201\3\0008\201\4\0008\201\f\0008\201\r\0008\201\30\0"..., 4096, 1277952) = 4096
pwrite64(3, "9\201\0\0009\201\1\0009\201\2\0009\201\3\0009\201\4\0009\201\f\0009\201\r\0009\201\30\0"..., 4096, 1282048) = 4096
pwrite64(3, ":\201\0\0:\201\1\0:\201\2\0:\201\3\0:\201\4\0:\201\f\0:\201\r\0:\201\30\0"..., 4096, 1286144) = 4096
pwrite64(3, ";\201\0\0;\201\1\0;\201\2\0;\201\3\0;\201\4\0;\201\f\0;\201\r\0;\201\30\0"..., 4096, 1290240) = 4096
pwrite64(3, "<\201\0\0<\201\1\0<\201\2\0<\201\3\0<\201\4\0<\201\f\0<\201\r\0<\201\30\0"..., 4096, 1294336) = 4096
pwrite64(3, "=\201\0\0=\201\1\0=\201\2\0=\201\3\0=\201\4\0=\201\f\0=\201\r\0=\201\30\0"..., 4096, 1298432) = 4096
pwrite64(3, ">\201\0\0>\201\1\0>\201\2\0>\201\3\0>\201\4\0>\201\f\0>\201\r\0>\201\30\0"..., 4096, 1302528) = 4096
pwrite64(3, "?\201\0\0?\201\1\0?\201\2\0?\201\3\0?\201\4\0?\201\f\0?\201\r\0?\201\30\0"..., 4096, 1306624) = 4096
pwrite64(3, "@\201\0\0@\201\1\0@\201\2\0@\201\3\0@\201\4\0@\201\f\0@\201\r\0@\201\30\0"..., 4096, 1310720) = 4096
pwrite64(3, "A\201\0\0A\201\1\0A\201\2\0A\201\3\0A\201\4\0A\201\f\0A\201\r\0A\201\30\0"..., 4096, 1314816) = 4096
pwrite64(3, "B\201\0\0B\201\1\0B\201\2\0B\201\3\0B\201\4\0B\201\f\0B\201\r\0B\201\30\0"..., 4096, 1318912) = 4096
pwrite64(3, "C\201\0\0C\201\1\0C\201\2\0C\201\3\0C\201\4\0C\201\f\0C\201\r\0C\201\30\0"..., 4096, 1323008) = 4096
pwrite64(3, "D\201\0\0D\201\1\0D\201\2\0D\201\3\0D\201\4\0D\201\f\0D\201\r\0D\201\30\0"..., 4096, 1327104) = 4096
pwrite64(3, "E\201\0\0E\201\1\0E\201\2\0E\201\3\0E\201\4\0E\201\f\0E\201\r\0E\201\30\0"..., 4096, 1331200) = 4096
pwrite64(3, "F\201\0\0F\201\1\0F\201\2\0F\201\3\0F\201\4\0F\201\f\0F\201\r\0F\201\30\0"..., 4096, 1335296) = 4096
pwrite64(3, "G\201\0\0G\201\1\0G\201\2\0G\201\3\0G\201\4\0G\201\f\0G\201\r\0G\201\30\0"..., 4096, 1339392) = 4096
pwrite64(3, "H\201\0\0H\201\1\0H\201\2\0H\201\3\0H\201\4\0H\201\f\0H\201\r\0H\201\30\0"..., 4096, 1343488) = 4096
pwrite64(3, "I\201\0\0I\201\1\0I\201\2\0I\201\3\0I\201\4\0I\201\f\0I\201\r\0I\201\30\0"..., 4096, 1347584) = 4096
pwrite64(3, "J\201\0\0J\201\1\0J\201\2\0J\201\3\0J\201\4\0J\201\f\0J\201\r\0J\201\30\0"..., 4096, 1351680) = 4096
pwrite64(3, "K\201\0\0K\201\1\0K\201\2\0K\201\3\0K\201\4\0K\201\f\0K\201\r\0K\201\30\0"..., 4096, 1355776) = 4096
pwrite64(3, "L\201\0\0L\201\1\0L\201\2\0L\201\3\0L\201\4\0L\201\f\0L\201\r\0L\201\30\0"..., 4096, 1359872) = 4096
pwrite64(3, "M\201\0\0M\201\1\0M\201\2\0M\201\3\0M\201\4\0M\201\f\0M\201\r\0M\201\30\0"..., 4096, 1363968) = 4096
pwrite64(3, "N\201\0\0N\201\1\0N\201\2\0N\201\3\0N\201\4\0N\201\f\0N\201\r\0N\201\30\0"..., 4096, 1368064) = 4096
pwrite64(3, "O\201\0\0O\201\1\0O\201\2\0O\201\3\0O\201\4\0O\201\f\0O\201\r\0O\201\30\0"..., 4096, 1372160) = 4096
pwrite64(3, "P\201\0\0P\201\1\0P\201\2\0P\201\3\0P\201\4\0P\201\f\0P\201\r\0P\201\30\0"..., 4096, 1376256) = 4096
pwrite64(3, "Q\201\0\0Q\201\1\0Q\201\2\0Q\201\3\0Q\201\4\0Q\201\f\0Q\201\r\0Q\201\30\0"..., 4096, 1380352) = 4096
pwrite64(3, "R\201\0\0R\201\1\0R\201\2\0R\201\3\0R\201\4\0R\201\f\0R\201\r\0R\201\30\0"..., 4096, 1384448) = 4096
pwrite64(3, "S\201\0\0S\201\1\0S\201\2\0S\201\3\0S\201\4\0S\201\f\0S\201\r\0S\201\30\0"..., 4096, 1388544) = 4096
pwrite64(3, "T\201\0\0T\201\1\0T\201\2\0T\201\3\0T\201\4\0T\201\f\0T\201\r\0T\201\30\0"..., 4096, 1392640) = 4096
pwrite64(3, "U\201\0\0U\201\1\0U\201\2\0U\201\3\0U\201\4\0U\201\f\0U\201\r\0U\201\30\0"..., 4096, 1396736) = 4096
pwrite64(3, "V\201\0\0V\201\1\0V\201\2\0V\201\3\0V\201\4\0V\201\f\0V\201\r\0V\201\30\0"..., 4096, 1400832) = 4096
pwrite64(3, "W\201\0\0W\201\1\0W\201\2\0W\201\3\0W\201\4\0W\201\f\0W\201\r\0W\201\30\0"..., 4096, 1404928) = 4096
pwrite64(3, "X\201\0\0X\201\1\0X\201\2\0X\201\3\0X\201\4\0X\201\f\0X\201\r\0X\201\30\0"..., 4096, 1409024) = 4096
pwrite64(3, "Y\201\0\0Y\201\1\0Y\201\2\0Y\201\3\0Y\201\4\0Y\201\f\0Y\201\r\0Y\201\30\0"..., 4096, 1413120) = 4096
pwrite64(3, "Z\201\0\0Z\201\1\0Z\201\2\0Z\201\3\0Z\201\4\0Z\201\f\0Z\201\r\0Z\201\30\0"..., 4096, 1417216) = 4096
pwrite64(3, "[\201\0\0[\201\1\0[\201\2\0[\201\3\0[\201\4\0[\201\f\0[\201\r\0[\201\30\0"..., 4096, 1421312) = 4096
pwrite64(3, "\\\201\0\0\\\201\1\0\\\201\2\0\\\201\3\0\\\201\4\0\\\201\f\0\\\201\r\0\\\201\30\0"..., 4096, 1425408) = 4096
pwrite64(3, "]\201\0\0]\201\1\0]\201\2\0]\201\3\0]\201\4\0]\201\f\0]\201\r\0]\201\30\0"..., 4096, 1429504) = 4096
pwrite64(3, "^\201\0\0^\201\1\0^\201\2\0^\201\3\0^\201\4\0^\201\f\0^\201\r\0^\201\30\0"..., 4096, 1433600) = 4096
pwrite64(3, "_\201\0\0_\201\1\0_\201\2\0_\201\3\0_\201\4\0_\201\f\0_\201\r\0_\201\30\0"..., 4096, 1437696) = 4096
pwrite64(3, "`\201\0\0`\201\1\0`\201\2\0`\201\3\0`\201\4\0`\201\f\0`\201\r\0`\201\30\0"..., 4096, 1441792) = 4096
pwrite64(3, "a\201\0\0a\201\1\0a\201\2\0a\201\3\0a\201\4\0a\201\f\0a\201\r\0a\201\30\0"..., 4096, 1445888) = 4096
pwrite64(3, "b\201\0\0b\201\1\0b\201\2\0b\201\3\0b\201\4\0b\201\f\0b\201\r\0b\201\30\0"..., 4096, 1449984) = 4096
pwrite64(3, "c\201\0\0c\201\1\0c\201\2\0c\201\3\0c\201\4\0c\201\f\0c\201\r\0c\201\30\0"..., 4096, 1454080) = 4096
pwrite64(3, "d\201\0\0d\201\1\0d\201\2\0d\201\3\0d\201\4\0d\201\f\0d\201\r\0d\201\30\0"..., 4096, 1458176) = 4096
pwrite64(3, "e\201\0\0e\201\1\0e\201\2\0e\201\3\0e\201\4\0e\201\f\0e\201\r\0e\201\30\0"..., 4096, 1462272) = 4096
pwrite64(3, "f\201\0\0f\201\1\0f\201\2\0f\201\3\0f\201\4\0f\201\f\0f\201\r\0f\201\30\0"..., 4096, 1466368) = 4096
pwrite64(3, "g\201\0\0g\201\1\0g\201\2\0g\201\3\0g\201\4\0g\201\f\0g\201\r\0g\201\30\0"..., 4096, 1470464) = 4096
pwrite64(3, "h\201\0\0h\201\1\0h\201\2\0h\201\3\0h\201\4\0h\201\f\0h\201\r\0h\201\30\0"..., 4096, 1474560) = 4096
pwrite64(3, "i\201\0\0i\201\1\0i\201\2\0i\201\3\0i\201\4\0i\201\f\0i\201\r\0i\201\30\0"..., 4096, 1478656) = 4096
pwrite64(3, "j\201\0\0j\201\1\0j\201\2\0j\201\3\0j\201\4\0j\201\f\0j\201\r\0j\201\30\0"..., 4096, 1482752) = 4096
pwrite64(3, "k\201\0\0k\201\1\0k\201\2\0k\201\3\0k\201\4\0k\201\f\0k\201\r\0k\201\30\0"..., 4096, 1486848) = 4096
pwrite64(3, "l\201\0\0l\201\1\0l\201\2\0l\201\3\0l\201\4\0l\201\f\0l\201\r\0l\201\30\0"..., 4096, 1490944) = 4096
pwrite64(3, "m\201\0\0m\201\1\0m\201\2\0m\201\3\0m\201\4\0m\201\f\0m\201\r\0m\201\30\0"..., 4096, 1495040) = 4096
pwrite64(3, "n\201\0\0n\201\1\0n\201\2\0n\201\3\0n\201\4\0n\201\f\0n\201\r\0n\201\30\0"..., 4096, 1499136) = 4096
pwrite64(3, "o\201\0\0o\201\1\0o\201\2\0o\201\3\0o\201\4\0o\201\f\0o\201\r\0o\201\30\0"..., 4096, 1503232) = 4096
pwrite64(3, "p\201\0\0p\201\1\0p\201\2\0p\201\3\0p\201\4\0p\201\f\0p\201\r\0p\201\30\0"..., 4096, 1507328) = 4096
pwrite64(3, "q\201\0\0q\201\1\0q\201\2\0q\201\3\0q\201\4\0q\201\f\0q\201\r\0q\201\30\0"..., 4096, 1511424) = 4096
pwrite64(3, "r\201\0\0r\201\1\0r\201\2\0r\201\3\0r\201\4\0r\201\f\0r\201\r\0r\201\30\0"..., 4096, 1515520) = 4096
pwrite64(3, "s\201\0\0s\201\1\0s\201\2\0s\201\3\0s\201\4\0s\201\f\0s\201\r\0s\201\30\0"..., 4096, 1519616) = 4096
pwrite64(3, "t\201\0\0t\201\1\0t\201\2\0t\201\3\0t\201\4\0t\201\f\0t\201\r\0t\201\30\0"..., 4096, 1523712) = 4096
pwrite64(3, "u\201\0\0u\201\1\0u\201\2\0u\201\3\0u\201\4\0u\201\f\0u\201\r\0u\201\30\0"..., 4096, 1527808) = 4096
pwrite64(3, "v\201\0\0v\201\1\0v\201\2\0v\201\3\0v\201\4\0v\201\f\0v\201\r\0v\201\30\0"..., 4096, 1531904) = 4096
pwrite64(3, "w\201\0\0w\201\1\0w\201\2\0w\201\3\0w\201\4\0w\201\f\0w\201\r\0w\201\30\0"..., 4096, 1536000) = 4096
pwrite64(3, "x\201\0\0x\201\1\0x\201\2\0x\201\3\0x\201\4\0x\201\f\0x\201\r\0x\201\30\0"..., 4096, 1540096) = 4096
pwrite64(3, "y\201\0\0y\201\1\0y\201\2\0y\201\3\0y\201\4\0y\201\f\0y\201\r\0y\201\30\0"..., 4096, 1544192) = 4096
pwrite64(3, "z\201\0\0z\201\1\0z\201\2\0z\201\3\0z\201\4\0z\201\f\0z\201\r\0z\201\30\0"..., 4096, 1548288) = 4096
pwrite64(3, "{\201\0\0{\201\1\0{\201\2\0{\201\3\0{\201\4\0{\201\f\0{\201\r\0{\201\30\0"..., 4096, 1552384) = 4096
pwrite64(3, "|\201\0\0|\201\1\0|\201\2\0|\201\3\0|\201\4\0|\201\f\0|\201\r\0|\201\30\0"..., 4096, 1556480) = 4096
pwrite64(3, "}\201\0\0}\201\1\0}\201\2\0}\201\3\0}\201\4\0}\201\f\0}\201\r\0}\201\30\0"..., 4096, 1560576) = 4096
pwrite64(3, "~\201\0\0~\201\1\0~\201\2\0~\201\3\0~\201\4\0~\201\f\0~\201\r\0~\201\30\0"..., 4096, 1564672) = 4096
pwrite64(3, "\177\201\0\0\177\201\1\0\177\201\2\0\177\201\3\0\177\201\4\0\177\201\f\0\177\201\r\0\177\201\30\0"..., 4096, 1568768) = 4096
pwrite64(3, "\200\201\0\0\200\201\1\0\200\201\2\0\200\201\3\0\200\201\4\0\200\201\f\0\200\201\r\0\200\201\30\0"..., 4096, 1572864) = 4096
pwrite64(3, "\201\201\0\0\201\201\1\0\201\201\2\0\201\201\3\0\201\201\4\0\201\201\f\0\201\201\r\0\201\201\30\0"..., 4096, 1576960) = 4096
pwrite64(3, "\202\201\0\0\202\201\1\0\202\201\2\0\202\201\3\0\202\201\4\0\202\201\f\0\202\201\r\0\202\201\30\0"..., 4096, 1581056) = 4096
pwrite64(3, "\203\201\0\0\203\201\1\0\203\201\2\0\203\201\3\0\203\201\4\0\203\201\f\0\203\201\r\0\203\201\30\0"..., 4096, 1585152) = 4096
pwrite64(3, "\204\201\0\0\204\201\1\0\204\201\2\0\204\201\3\0\204\201\4\0\204\201\f\0\204\201\r\0\204\201\30\0"..., 4096, 1589248) = 4096
pwrite64(3, "\205\201\0\0\205\201\1\0\205\201\2\0\205\201\3\0\205\201\4\0\205\201\f\0\205\201\r\0\205\201\30\0"..., 4096, 1593344) = 4096
pwrite64(3, "\206\201\0\0\206\201\1\0\206\201\2\0\206\201\3\0\206\201\4\0\206\201\f\0\206\201\r\0\206\201\30\0"..., 4096, 1597440) = 4096
pwrite64(3, "\207\201\0\0\207\201\1\0\207\201\2\0\207\201\3\0\207\201\4\0\207\201\f\0\207\201\r\0\207\201\30\0"..., 4096, 1601536) = 4096
pwrite64(3, "\210\201\0\0\210\201\1\0\210\201\2\0\210\201\3\0\210\201\4\0\210\201\f\0\210\201\r\0\210\201\30\0"..., 4096, 1605632) = 4096
pwrite64(3, "\211\201\0\0\211\201\1\0\211\201\2\0\211\201\3\0\211\201\4\0\211\201\f\0\211\201\r\0\211\201\30\0"..., 4096, 1609728) = 4096
pwrite64(3, "\212\201\0\0\212\201\1\0\212\201\2\0\212\201\3\0\212\201\4\0\212\201\f\0\212\201\r\0\212\201\30\0"..., 4096, 1613824) = 4096
pwrite64(3, "\213\201\0\0\213\201\1\0\213\201\2\0\213\201\3\0\213\201\4\0\213\201\f\0\213\201\r\0\213\201\30\0"..., 4096, 1617920) = 4096
pwrite64(3, "\214\201\0\0\214\201\1\0\214\201\2\0\214\201\3\0\214\201\4\0\214\201\f\0\214\201\r\0\214\201\30\0"..., 4096, 1622016) = 4096
pwrite64(3, "\215\201\0\0\215\201\1\0\215\201\2\0\215\201\3\0\215\201\4\0\215\201\f\0\215\201\r\0\215\201\30\0"..., 4096, 1626112) = 4096
pwrite64(3, "\216\201\0\0\216\201\1\0\216\201\2\0\216\201\3\0\216\201\4\0\216\201\f\0\216\201\r\0\216\201\30\0"..., 4096, 1630208) = 4096
pwrite64(3, "\217\201\0\0\217\201\1\0\217\201\2\0\217\201\3\0\217\201\4\0\217\201\f\0\217\201\r\0\217\201\30\0"..., 4096, 1634304) = 4096
pwrite64(3, "\220\201\0\0\220\201\1\0\220\201\2\0\220\201\3\0\220\201\4\0\220\201\f\0\220\201\r\0\220\201\30\0"..., 4096, 1638400) = 4096
pwrite64(3, "\221\201\0\0\221\201\1\0\221\201\2\0\221\201\3\0\221\201\4\0\221\201\f\0\221\201\r\0\221\201\30\0"..., 4096, 1642496) = 4096
pwrite64(3, "\222\201\0\0\222\201\1\0\222\201\2\0\222\201\3\0\222\201\4\0\222\201\f\0\222\201\r\0\222\201\30\0"..., 4096, 1646592) = 4096
pwrite64(3, "\223\201\0\0\223\201\1\0\223\201\2\0\223\201\3\0\223\201\4\0\223\201\f\0\223\201\r\0\223\201\30\0"..., 4096, 1650688) = 4096
pwrite64(3, "\224\201\0\0\224\201\1\0\224\201\2\0\224\201\3\0\224\201\4\0\224\201\f\0\224\201\r\0\224\201\30\0"..., 4096, 1654784) = 4096
pwrite64(3, "\225\201\0\0\225\201\1\0\225\201\2\0\225\201\3\0\225\201\4\0\225\201\f\0\225\201\r\0\225\201\30\0"..., 4096, 1658880) = 4096
pwrite64(3, "\226\201\0\0\226\201\1\0\226\201\2\0\226\201\3\0\226\201\4\0\226\201\f\0\226\201\r\0\226\201\30\0"..., 4096, 1662976) = 4096
pwrite64(3, "\227\201\0\0\227\201\1\0\227\201\2\0\227\201\3\0\227\201\4\0\227\201\f\0\227\201\r\0\227\201\30\0"..., 4096, 1667072) = 4096
pwrite64(3, "\230\201\0\0\230\201\1\0\230\201\2\0\230\201\3\0\230\201\4\0\230\201\f\0\230\201\r\0\230\201\30\0"..., 4096, 1671168) = 4096
pwrite64(3, "\231\201\0\0\231\201\1\0\231\201\2\0\231\201\3\0\231\201\4\0\231\201\f\0\231\201\r\0\231\201\30\0"..., 4096, 1675264) = 4096
pwrite64(3, "\232\201\0\0\232\201\1\0\232\201\2\0\232\201\3\0\232\201\4\0\232\201\f\0\232\201\r\0\232\201\30\0"..., 4096, 1679360) = 4096
pwrite64(3, "\233\201\0\0\233\201\1\0\233\201\2\0\233\201\3\0\233\201\4\0\233\201\f\0\233\201\r\0\233\201\30\0"..., 4096, 1683456) = 4096
pwrite64(3, "\234\201\0\0\234\201\1\0\234\201\2\0\234\201\3\0\234\201\4\0\234\201\f\0\234\201\r\0\234\201\30\0"..., 4096, 1687552) = 4096
pwrite64(3, "\235\201\0\0\235\201\1\0\235\201\2\0\235\201\3\0\235\201\4\0\235\201\f\0\235\201\r\0\235\201\30\0"..., 4096, 1691648) = 4096
pwrite64(3, "\236\201\0\0\236\201\1\0\236\201\2\0\236\201\3\0\236\201\4\0\236\201\f\0\236\201\r\0\236\201\30\0"..., 4096, 1695744) = 4096
pwrite64(3, "\237\201\0\0\237\201\1\0\237\201\2\0\237\201\3\0\237\201\4\0\237\201\f\0\237\201\r\0\237\201\30\0"..., 4096, 1699840) = 4096
pwrite64(3, "\240\201\0\0\240\201\1\0\240\201\2\0\240\201\3\0\240\201\4\0\240\201\f\0\240\201\r\0\240\201\30\0"..., 4096, 1703936) = 4096
pwrite64(3, "\241\201\0\0\241\201\1\0\241\201\2\0\241\201\3\0\241\201\4\0\241\201\f\0\241\201\r\0\241\201\30\0"..., 4096, 1708032) = 4096
pwrite64(3, "\242\201\0\0\242\201\1\0\242\201\2\0\242\201\3\0\242\201\4\0\242\201\f\0\242\201\r\0\242\201\30\0"..., 4096, 1712128) = 4096
pwrite64(3, "\243\201\0\0\243\201\1\0\243\201\2\0\243\201\3\0\243\201\4\0\243\201\f\0\243\201\r\0\243\201\30\0"..., 4096, 1716224) = 4096
pwrite64(3, "\244\201\0\0\244\201\1\0\244\201\2\0\244\201\3\0\244\201\4\0\244\201\f\0\244\201\r\0\244\201\30\0"..., 4096, 1720320) = 4096
pwrite64(3, "\245\201\0\0\245\201\1\0\245\201\2\0\245\201\3\0\245\201\4\0\245\201\f\0\245\201\r\0\245\201\30\0"..., 4096, 1724416) = 4096
pwrite64(3, "\246\201\0\0\246\201\1\0\246\201\2\0\246\201\3\0\246\201\4\0\246\201\f\0\246\201\r\0\246\201\30\0"..., 4096, 1728512) = 4096
pwrite64(3, "\247\201\0\0\247\201\1\0\247\201\2\0\247\201\3\0\247\201\4\0\247\201\f\0\247\201\r\0\247\201\30\0"..., 4096, 1732608) = 4096
pwrite64(3, "\250\201\0\0\250\201\1\0\250\201\2\0\250\201\3\0\250\201\4\0\250\201\f\0\250\201\r\0\250\201\30\0"..., 4096, 1736704) = 4096
pwrite64(3, "\251\201\0\0\251\201\1\0\251\201\2\0\251\201\3\0\251\201\4\0\251\201\f\0\251\201\r\0\251\201\30\0"..., 4096, 1740800) = 4096
pwrite64(3, "\252\201\0\0\252\201\1\0\252\201\2\0\252\201\3\0\252\201\4\0\252\201\f\0\252\201\r\0\252\201\30\0"..., 4096, 1744896) = 4096
pwrite64(3, "\253\201\0\0\253\201\1\0\253\201\2\0\253\201\3\0\253\201\4\0\253\201\f\0\253\201\r\0\253\201\30\0"..., 4096, 1748992) = 4096
pwrite64(3, "\254\201\0\0\254\201\1\0\254\201\2\0\254\201\3\0\254\201\4\0\254\201\f\0\254\201\r\0\254\201\30\0"..., 4096, 1753088) = 4096
pwrite64(3, "\255\201\0\0\255\201\1\0\255\201\2\0\255\201\3\0\255\201\4\0\255\201\f\0\255\201\r\0\255\201\30\0"..., 4096, 1757184) = 4096
pwrite64(3, "\256\201\0\0\256\201\1\0\256\201\2\0\256\201\3\0\256\201\4\0\256\201\f\0\256\201\r\0\256\201\30\0"..., 4096, 1761280) = 4096
pwrite64(3, "\257\201\0\0\257\201\1\0\257\201\2\0\257\201\3\0\257\201\4\0\257\201\f\0\257\201\r\0\257\201\30\0"..., 4096, 1765376) = 4096
pwrite64(3, "\260\201\0\0\260\201\1\0\260\201\2\0\260\201\3\0\260\201\4\0\260\201\f\0\260\201\r\0\260\201\30\0"..., 4096, 1769472) = 4096
pwrite64(3, "\261\201\0\0\261\201\1\0\261\201\2\0\261\201\3\0\261\201\4\0\261\201\f\0\261\201\r\0\261\201\30\0"..., 4096, 1773568) = 4096
pwrite64(3, "\262\201\0\0\262\201\1\0\262\201\2\0\262\201\3\0\262\201\4\0\262\201\f\0\262\201\r\0\262\201\30\0"..., 4096, 1777664) = 4096
pwrite64(3, "\263\201\0\0\263\201\1\0\263\201\2\0\263\201\3\0\263\201\4\0\263\201\f\0\263\201\r\0\263\201\30\0"..., 4096, 1781760) = 4096
pwrite64(3, "\264\201\0\0\264\201\1\0\264\201\2\0\264\201\3\0\264\201\4\0\264\201\f\0\264\201\r\0\264\201\30\0"..., 4096, 1785856) = 4096
pwrite64(3, "\265\201\0\0\265\201\1\0\265\201\2\0\265\201\3\0\265\201\4\0\265\201\f\0\265\201\r\0\265\201\30\0"..., 4096, 1789952) = 4096
pwrite64(3, "\266\201\0\0\266\201\1\0\266\201\2\0\266\201\3\0\266\201\4\0\266\201\f\0\266\201\r\0\266\201\30\0"..., 4096, 1794048) = 4096
pwrite64(3, "\267\201\0\0\267\201\1\0\267\201\2\0\267\201\3\0\267\201\4\0\267\201\f\0\267\201\r\0\267\201\30\0"..., 4096, 1798144) = 4096
pwrite64(3, "\270\201\0\0\270\201\1\0\270\201\2\0\270\201\3\0\270\201\4\0\270\201\f\0\270\201\r\0\270\201\30\0"..., 4096, 1802240) = 4096
pwrite64(3, "\271\201\0\0\271\201\1\0\271\201\2\0\271\201\3\0\271\201\4\0\271\201\f\0\271\201\r\0\271\201\30\0"..., 4096, 1806336) = 4096
pwrite64(3, "\272\201\0\0\272\201\1\0\272\201\2\0\272\201\3\0\272\201\4\0\272\201\f\0\272\201\r\0\272\201\30\0"..., 4096, 1810432) = 4096
pwrite64(3, "\273\201\0\0\273\201\1\0\273\201\2\0\273\201\3\0\273\201\4\0\273\201\f\0\273\201\r\0\273\201\30\0"..., 4096, 1814528) = 4096
pwrite64(3, "\274\201\0\0\274\201\1\0\274\201\2\0\274\201\3\0\274\201\4\0\274\201\f\0\274\201\r\0\274\201\30\0"..., 4096, 1818624) = 4096
pwrite64(3, "\275\201\0\0\275\201\1\0\275\201\2\0\275\201\3\0\275\201\4\0\275\201\f\0\275\201\r\0\275\201\30\0"..., 4096, 1822720) = 4096
pwrite64(3, "\276\201\0\0\276\201\1\0\276\201\2\0\276\201\3\0\276\201\4\0\276\201\f\0\276\201\r\0\276\201\30\0"..., 4096, 1826816) = 4096
pwrite64(3, "\277\201\0\0\277\201\1\0\277\201\2\0\277\201\3\0\277\201\4\0\277\201\f\0\277\201\r\0\277\201\30\0"..., 4096, 1830912) = 4096
pwrite64(3, "\300\201\0\0\300\201\1\0\300\201\2\0\300\201\3\0\300\201\4\0\300\201\f\0\300\201\r\0\300\201\30\0"..., 4096, 1835008) = 4096
pwrite64(3, "\301\201\0\0\301\201\1\0\301\201\2\0\301\201\3\0\301\201\4\0\301\201\f\0\301\201\r\0\301\201\30\0"..., 4096, 1839104) = 4096
pwrite64(3, "\302\201\0\0\302\201\1\0\302\201\2\0\302\201\3\0\302\201\4\0\302\201\f\0\302\201\r\0\302\201\30\0"..., 4096, 1843200) = 4096
pwrite64(3, "\303\201\0\0\303\201\1\0\303\201\2\0\303\201\3\0\303\201\4\0\303\201\f\0\303\201\r\0\303\201\30\0"..., 4096, 1847296) = 4096
pwrite64(3, "\304\201\0\0\304\201\1\0\304\201\2\0\304\201\3\0\304\201\4\0\304\201\f\0\304\201\r\0\304\201\30\0"..., 4096, 1851392) = 4096
pwrite64(3, "\305\201\0\0\305\201\1\0\305\201\2\0\305\201\3\0\305\201\4\0\305\201\f\0\305\201\r\0\305\201\30\0"..., 4096, 1855488) = 4096
pwrite64(3, "\306\201\0\0\306\201\1\0\306\201\2\0\306\201\3\0\306\201\4\0\306\201\f\0\306\201\r\0\306\201\30\0"..., 4096, 1859584) = 4096
pwrite64(3, "\307\201\0\0\307\201\1\0\307\201\2\0\307\201\3\0\307\201\4\0\307\201\f\0\307\201\r\0\307\201\30\0"..., 4096, 1863680) = 4096
pwrite64(3, "\310\201\0\0\310\201\1\0\310\201\2\0\310\201\3\0\310\201\4\0\310\201\f\0\310\201\r\0\310\201\30\0"..., 4096, 1867776) = 4096
pwrite64(3, "\311\201\0\0\311\201\1\0\311\201\2\0\311\201\3\0\311\201\4\0\311\201\f\0\311\201\r\0\311\201\30\0"..., 4096, 1871872) = 4096
pwrite64(3, "\312\201\0\0\312\201\1\0\312\201\2\0\312\201\3\0\312\201\4\0\312\201\f\0\312\201\r\0\312\201\30\0"..., 4096, 1875968) = 4096
pwrite64(3, "\313\201\0\0\313\201\1\0\313\201\2\0\313\201\3\0\313\201\4\0\313\201\f\0\313\201\r\0\313\201\30\0"..., 4096, 1880064) = 4096
pwrite64(3, "\314\201\0\0\314\201\1\0\314\201\2\0\314\201\3\0\314\201\4\0\314\201\f\0\314\201\r\0\314\201\30\0"..., 4096, 1884160) = 4096
pwrite64(3, "\315\201\0\0\315\201\1\0\315\201\2\0\315\201\3\0\315\201\4\0\315\201\f\0\315\201\r\0\315\201\30\0"..., 4096, 1888256) = 4096
pwrite64(3, "\316\201\0\0\316\201\1\0\316\201\2\0\316\201\3\0\316\201\4\0\316\201\f\0\316\201\r\0\316\201\30\0"..., 4096, 1892352) = 4096
pwrite64(3, "\317\201\0\0\317\201\1\0\317\201\2\0\317\201\3\0\317\201\4\0\317\201\f\0\317\201\r\0\317\201\30\0"..., 4096, 1896448) = 4096
pwrite64(3, "\320\201\0\0\320\201\1\0\320\201\2\0\320\201\3\0\320\201\4\0\320\201\f\0\320\201\r\0\320\201\30\0"..., 4096, 1900544) = 4096
pwrite64(3, "\321\201\0\0\321\201\1\0\321\201\2\0\321\201\3\0\321\201\4\0\321\201\f\0\321\201\r\0\321\201\30\0"..., 4096, 1904640) = 4096
pwrite64(3, "\322\201\0\0\322\201\1\0\322\201\2\0\322\201\3\0\322\201\4\0\322\201\f\0\322\201\r\0\322\201\30\0"..., 4096, 1908736) = 4096
pwrite64(3, "\323\201\0\0\323\201\1\0\323\201\2\0\323\201\3\0\323\201\4\0\323\201\f\0\323\201\r\0\323\201\30\0"..., 4096, 1912832) = 4096
pwrite64(3, "\324\201\0\0\324\201\1\0\324\201\2\0\324\201\3\0\324\201\4\0\324\201\f\0\324\201\r\0\324\201\30\0"..., 4096, 1916928) = 4096
pwrite64(3, "\325\201\0\0\325\201\1\0\325\201\2\0\325\201\3\0\325\201\4\0\325\201\f\0\325\201\r\0\325\201\30\0"..., 4096, 1921024) = 4096
pwrite64(3, "\326\201\0\0\326\201\1\0\326\201\2\0\326\201\3\0\326\201\4\0\326\201\f\0\326\201\r\0\326\201\30\0"..., 4096, 1925120) = 4096
pwrite64(3, "\327\201\0\0\327\201\1\0\327\201\2\0\327\201\3\0\327\201\4\0\327\201\f\0\327\201\r\0\327\201\30\0"..., 4096, 1929216) = 4096
pwrite64(3, "\330\201\0\0\330\201\1\0\330\201\2\0\330\201\3\0\330\201\4\0\330\201\f\0\330\201\r\0\330\201\30\0"..., 4096, 1933312) = 4096
pwrite64(3, "\331\201\0\0\331\201\1\0\331\201\2\0\331\201\3\0\331\201\4\0\331\201\f\0\331\201\r\0\331\201\30\0"..., 4096, 1937408) = 4096
pwrite64(3, "\332\201\0\0\332\201\1\0\332\201\2\0\332\201\3\0\332\201\4\0\332\201\f\0\332\201\r\0\332\201\30\0"..., 4096, 1941504) = 4096
pwrite64(3, "\333\201\0\0\333\201\1\0\333\201\2\0\333\201\3\0\333\201\4\0\333\201\f\0\333\201\r\0\333\201\30\0"..., 4096, 1945600) = 4096
pwrite64(3, "\334\201\0\0\334\201\1\0\334\201\2\0\334\201\3\0\334\201\4\0\334\201\f\0\334\201\r\0\334\201\30\0"..., 4096, 1949696) = 4096
pwrite64(3, "\335\201\0\0\335\201\1\0\335\201\2\0\335\201\3\0\335\201\4\0\335\201\f\0\335\201\r\0\335\201\30\0"..., 4096, 1953792) = 4096
pwrite64(3, "\336\201\0\0\336\201\1\0\336\201\2\0\336\201\3\0\336\201\4\0\336\201\f\0\336\201\r\0\336\201\30\0"..., 4096, 1957888) = 4096
pwrite64(3, "\337\201\0\0\337\201\1\0\337\201\2\0\337\201\3\0\337\201\4\0\337\201\f\0\337\201\r\0\337\201\30\0"..., 4096, 1961984) = 4096
pwrite64(3, "\340\201\0\0\340\201\1\0\340\201\2\0\340\201\3\0\340\201\4\0\340\201\f\0\340\201\r\0\340\201\30\0"..., 4096, 1966080) = 4096
pwrite64(3, "\341\201\0\0\341\201\1\0\341\201\2\0\341\201\3\0\341\201\4\0\341\201\f\0\341\201\r\0\341\201\30\0"..., 4096, 1970176) = 4096
pwrite64(3, "\342\201\0\0\342\201\1\0\342\201\2\0\342\201\3\0\342\201\4\0\342\201\f\0\342\201\r\0\342\201\30\0"..., 4096, 1974272) = 4096
pwrite64(3, "\343\201\0\0\343\201\1\0\343\201\2\0\343\201\3\0\343\201\4\0\343\201\f\0\343\201\r\0\343\201\30\0"..., 4096, 1978368) = 4096
pwrite64(3, "\344\201\0\0\344\201\1\0\344\201\2\0\344\201\3\0\344\201\4\0\344\201\f\0\344\201\r\0\344\201\30\0"..., 4096, 1982464) = 4096
pwrite64(3, "\345\201\0\0\345\201\1\0\345\201\2\0\345\201\3\0\345\201\4\0\345\201\f\0\345\201\r\0\345\201\30\0"..., 4096, 1986560) = 4096
pwrite64(3, "\346\201\0\0\346\201\1\0\346\201\2\0\346\201\3\0\346\201\4\0\346\201\f\0\346\201\r\0\346\201\30\0"..., 4096, 1990656) = 4096
pwrite64(3, "\347\201\0\0\347\201\1\0\347\201\2\0\347\201\3\0\347\201\4\0\347\201\f\0\347\201\r\0\347\201\30\0"..., 4096, 1994752) = 4096
pwrite64(3, "\350\201\0\0\350\201\1\0\350\201\2\0\350\201\3\0\350\201\4\0\350\201\f\0\350\201\r\0\350\201\30\0"..., 4096, 1998848) = 4096
pwrite64(3, "\351\201\0\0\351\201\1\0\351\201\2\0\351\201\3\0\351\201\4\0\351\201\f\0\351\201\r\0\351\201\30\0"..., 4096, 2002944) = 4096
pwrite64(3, "\352\201\0\0\352\201\1\0\352\201\2\0\352\201\3\0\352\201\4\0\352\201\f\0\352\201\r\0\352\201\30\0"..., 4096, 2007040) = 4096
pwrite64(3, "\353\201\0\0\353\201\1\0\353\201\2\0\353\201\3\0\353\201\4\0\353\201\f\0\353\201\r\0\353\201\30\0"..., 4096, 2011136) = 4096
pwrite64(3, "\354\201\0\0\354\201\1\0\354\201\2\0\354\201\3\0\354\201\4\0\354\201\f\0\354\201\r\0\354\201\30\0"..., 4096, 2015232) = 4096
pwrite64(3, "\355\201\0\0\355\201\1\0\355\201\2\0\355\201\3\0\355\201\4\0\355\201\f\0\355\201\r\0\355\201\30\0"..., 4096, 2019328) = 4096
pwrite64(3, "\356\201\0\0\356\201\1\0\356\201\2\0\356\201\3\0\356\201\4\0\356\201\f\0\356\201\r\0\356\201\30\0"..., 4096, 2023424) = 4096
pwrite64(3, "\357\201\0\0\357\201\1\0\357\201\2\0\357\201\3\0\357\201\4\0\357\201\f\0\357\201\r\0\357\201\30\0"..., 4096, 2027520) = 4096
pwrite64(3, "\360\201\0\0\360\201\1\0\360\201\2\0\360\201\3\0\360\201\4\0\360\201\f\0\360\201\r\0\360\201\30\0"..., 4096, 2031616) = 4096
pwrite64(3, "\361\201\0\0\361\201\1\0\361\201\2\0\361\201\3\0\361\201\4\0\361\201\f\0\361\201\r\0\361\201\30\0"..., 4096, 2035712) = 4096
pwrite64(3, "\362\201\0\0\362\201\1\0\362\201\2\0\362\201\3\0\362\201\4\0\362\201\f\0\362\201\r\0\362\201\30\0"..., 4096, 2039808) = 4096
pwrite64(3, "\363\201\0\0\363\201\1\0\363\201\2\0\363\201\3\0\363\201\4\0\363\201\f\0\363\201\r\0\363\201\30\0"..., 4096, 2043904) = 4096
pwrite64(3, "\364\201\0\0\364\201\1\0\364\201\2\0\364\201\3\0\364\201\4\0\364\201\f\0\364\201\r\0\364\201\30\0"..., 4096, 2048000) = 4096
pwrite64(3, "\365\201\0\0\365\201\1\0\365\201\2\0\365\201\3\0\365\201\4\0\365\201\f\0\365\201\r\0\365\201\30\0"..., 4096, 2052096) = 4096
pwrite64(3, "\366\201\0\0\366\201\1\0\366\201\2\0\366\201\3\0\366\201\4\0\366\201\f\0\366\201\r\0\366\201\30\0"..., 4096, 2056192) = 4096
pwrite64(3, "\367\201\0\0\367\201\1\0\367\201\2\0\367\201\3\0\367\201\4\0\367\201\f\0\367\201\r\0\367\201\30\0"..., 4096, 2060288) = 4096
pwrite64(3, "\370\201\0\0\370\201\1\0\370\201\2\0\370\201\3\0\370\201\4\0\370\201\f\0\370\201\r\0\370\201\30\0"..., 4096, 2064384) = 4096
pwrite64(3, "\371\201\0\0\371\201\1\0\371\201\2\0\371\201\3\0\371\201\4\0\371\201\f\0\371\201\r\0\371\201\30\0"..., 4096, 2068480) = 4096
pwrite64(3, "\372\201\0\0\372\201\1\0\372\201\2\0\372\201\3\0\372\201\4\0\372\201\f\0\372\201\r\0\372\201\30\0"..., 4096, 2072576) = 4096
pwrite64(3, "\373\201\0\0\373\201\1\0\373\201\2\0\373\201\3\0\373\201\4\0\373\201\f\0\373\201\r\0\373\201\30\0"..., 4096, 2076672) = 4096
pwrite64(3, "\374\201\0\0\374\201\1\0\374\201\2\0\374\201\3\0\374\201\4\0\374\201\f\0\374\201\r\0\374\201\30\0"..., 4096, 2080768) = 4096
pwrite64(3, "\375\201\0\0\375\201\1\0\375\201\2\0\375\201\3\0\375\201\4\0\375\201\f\0\375\201\r\0\375\201\30\0"..., 4096, 2084864) = 4096
pwrite64(3, "\376\201\0\0\376\201\1\0\376\201\2\0\376\201\3\0\376\201\4\0\376\201\f\0\376\201\r\0\376\201\30\0"..., 4096, 2088960) = 4096
pwrite64(3, "\377\201\0\0\377\201\1\0\377\201\2\0\377\201\3\0\377\201\4\0\377\201\f\0\377\201\r\0\377\201\30\0"..., 4096, 2093056) = 4096
pwrite64(3, "\0\202\0\0\0\202\1\0\0\202\2\0\0\202\3\0\0\202\4\0\0\202\f\0\0\202\r\0\0\202\30\0"..., 4096, 2097152) = 4096
pwrite64(3, "\1\202\0\0\1\202\1\0\1\202\2\0\1\202\3\0\1\202\4\0\1\202\f\0\1\202\r\0\1\202\30\0"..., 4096, 2101248) = 4096
pwrite64(3, "\2\202\0\0\2\202\1\0\2\202\2\0\2\202\3\0\2\202\4\0\2\202\f\0\2\202\r\0\2\202\30\0"..., 4096, 2105344) = 4096
pwrite64(3, "\3\202\0\0\3\202\1\0\3\202\2\0\3\202\3\0\3\202\4\0\3\202\f\0\3\202\r\0\3\202\30\0"..., 4096, 2109440) = 4096
pwrite64(3, "\4\202\0\0\4\202\1\0\4\202\2\0\4\202\3\0\4\202\4\0\4\202\f\0\4\202\r\0\4\202\30\0"..., 4096, 2113536) = 4096
pwrite64(3, "\5\202\0\0\5\202\1\0\5\202\2\0\5\202\3\0\5\202\4\0\5\202\f\0\5\202\r\0\5\202\30\0"..., 4096, 2117632) = 4096
pwrite64(3, "\6\202\0\0\6\202\1\0\6\202\2\0\6\202\3\0\6\202\4\0\6\202\f\0\6\202\r\0\6\202\30\0"..., 4096, 2121728) = 4096
pwrite64(3, "\7\202\0\0\7\202\1\0\7\202\2\0\7\202\3\0\7\202\4\0\7\202\f\0\7\202\r\0\7\202\30\0"..., 4096, 2125824) = 4096
pwrite64(3, "\10\202\0\0\10\202\1\0\10\202\2\0\10\202\3\0\10\202\4\0\10\202\f\0\10\202\r\0\10\202\30\0"..., 4096, 2129920) = 4096
pwrite64(3, "\t\202\0\0\t\202\1\0\t\202\2\0\t\202\3\0\t\202\4\0\t\202\f\0\t\202\r\0\t\202\30\0"..., 4096, 2134016) = 4096
pwrite64(3, "\n\202\0\0\n\202\1\0\n\202\2\0\n\202\3\0\n\202\4\0\n\202\f\0\n\202\r\0\n\202\30\0"..., 4096, 2138112) = 4096
pwrite64(3, "\v\202\0\0\v\202\1\0\v\202\2\0\v\202\3\0\v\202\4\0\v\202\f\0\v\202\r\0\v\202\30\0"..., 4096, 2142208) = 4096
pwrite64(3, "\f\202\0\0\f\202\1\0\f\202\2\0\f\202\3\0\f\202\4\0\f\202\f\0\f\202\r\0\f\202\30\0"..., 4096, 2146304) = 4096
pwrite64(3, "\r\202\0\0\r\202\1\0\r\202\2\0\r\202\3\0\r\202\4\0\r\202\f\0\r\202\r\0\r\202\30\0"..., 4096, 2150400) = 4096
pwrite64(3, "\16\202\0\0\16\202\1\0\16\202\2\0\16\202\3\0\16\202\4\0\16\202\f\0\16\202\r\0\16\202\30\0"..., 4096, 2154496) = 4096
pwrite64(3, "\17\202\0\0\17\202\1\0\17\202\2\0\17\202\3\0\17\202\4\0\17\202\f\0\17\202\r\0\17\202\30\0"..., 4096, 2158592) = 4096
pwrite64(3, "\20\202\0\0\20\202\1\0\20\202\2\0\20\202\3\0\20\202\4\0\20\202\f\0\20\202\r\0\20\202\30\0"..., 4096, 2162688) = 4096
pwrite64(3, "\21\202\0\0\21\202\1\0\21\202\2\0\21\202\3\0\21\202\4\0\21\202\f\0\21\202\r\0\21\202\30\0"..., 4096, 2166784) = 4096
pwrite64(3, "\22\202\0\0\22\202\1\0\22\202\2\0\22\202\3\0\22\202\4\0\22\202\f\0\22\202\r\0\22\202\30\0"..., 4096, 2170880) = 4096
pwrite64(3, "\23\202\0\0\23\202\1\0\23\202\2\0\23\202\3\0\23\202\4\0\23\202\f\0\23\202\r\0\23\202\30\0"..., 4096, 2174976) = 4096
pwrite64(3, "\24\202\0\0\24\202\1\0\24\202\2\0\24\202\3\0\24\202\4\0\24\202\f\0\24\202\r\0\24\202\30\0"..., 4096, 2179072) = 4096
pwrite64(3, "\25\202\0\0\25\202\1\0\25\202\2\0\25\202\3\0\25\202\4\0\25\202\f\0\25\202\r\0\25\202\30\0"..., 4096, 2183168) = 4096
pwrite64(3, "\26\202\0\0\26\202\1\0\26\202\2\0\26\202\3\0\26\202\4\0\26\202\f\0\26\202\r\0\26\202\30\0"..., 4096, 2187264) = 4096
pwrite64(3, "\27\202\0\0\27\202\1\0\27\202\2\0\27\202\3\0\27\202\4\0\27\202\f\0\27\202\r\0\27\202\30\0"..., 4096, 2191360) = 4096
pwrite64(3, "\30\202\0\0\30\202\1\0\30\202\2\0\30\202\3\0\30\202\4\0\30\202\f\0\30\202\r\0\30\202\30\0"..., 4096, 2195456) = 4096
pwrite64(3, "\31\202\0\0\31\202\1\0\31\202\2\0\31\202\3\0\31\202\4\0\31\202\f\0\31\202\r\0\31\202\30\0"..., 4096, 2199552) = 4096
pwrite64(3, "\32\202\0\0\32\202\1\0\32\202\2\0\32\202\3\0\32\202\4\0\32\202\f\0\32\202\r\0\32\202\30\0"..., 4096, 2203648) = 4096
pwrite64(3, "\33\202\0\0\33\202\1\0\33\202\2\0\33\202\3\0\33\202\4\0\33\202\f\0\33\202\r\0\33\202\30\0"..., 4096, 2207744) = 4096
pwrite64(3, "\34\202\0\0\34\202\1\0\34\202\2\0\34\202\3\0\34\202\4\0\34\202\f\0\34\202\r\0\34\202\30\0"..., 4096, 2211840) = 4096
pwrite64(3, "\35\202\0\0\35\202\1\0\35\202\2\0\35\202\3\0\35\202\4\0\35\202\f\0\35\202\r\0\35\202\30\0"..., 4096, 2215936) = 4096
pwrite64(3, "\36\202\0\0\36\202\1\0\36\202\2\0\36\202\3\0\36\202\4\0\36\202\f\0\36\202\r\0\36\202\30\0"..., 4096, 2220032) = 4096
pwrite64(3, "\37\202\0\0\37\202\1\0\37\202\2\0\37\202\3\0\37\202\4\0\37\202\f\0\37\202\r\0\37\202\30\0"..., 4096, 2224128) = 4096
pwrite64(3, " \202\0\0 \202\1\0 \202\2\0 \202\3\0 \202\4\0 \202\f\0 \202\r\0 \202\30\0"..., 4096, 2228224) = 4096
pwrite64(3, "!\202\0\0!\202\1\0!\202\2\0!\202\3\0!\202\4\0!\202\f\0!\202\r\0!\202\30\0"..., 4096, 2232320) = 4096
pwrite64(3, "\"\202\0\0\"\202\1\0\"\202\2\0\"\202\3\0\"\202\4\0\"\202\f\0\"\202\r\0\"\202\30\0"..., 4096, 2236416) = 4096
pwrite64(3, "#\202\0\0#\202\1\0#\202\2\0#\202\3\0#\202\4\0#\202\f\0#\202\r\0#\202\30\0"..., 4096, 2240512) = 4096
pwrite64(3, "$\202\0\0$\202\1\0$\202\2\0$\202\3\0$\202\4\0$\202\f\0$\202\r\0$\202\30\0"..., 4096, 2244608) = 4096
pwrite64(3, "%\202\0\0%\202\1\0%\202\2\0%\202\3\0%\202\4\0%\202\f\0%\202\r\0%\202\30\0"..., 4096, 2248704) = 4096
pwrite64(3, "&\202\0\0&\202\1\0&\202\2\0&\202\3\0&\202\4\0&\202\f\0&\202\r\0&\202\30\0"..., 4096, 2252800) = 4096
pwrite64(3, "'\202\0\0'\202\1\0'\202\2\0'\202\3\0'\202\4\0'\202\f\0'\202\r\0'\202\30\0"..., 4096, 2256896) = 4096
pwrite64(3, "(\202\0\0(\202\1\0(\202\2\0(\202\3\0(\202\4\0(\202\f\0(\202\r\0(\202\30\0"..., 4096, 2260992) = 4096
pwrite64(3, ")\202\0\0)\202\1\0)\202\2\0)\202\3\0)\202\4\0)\202\f\0)\202\r\0)\202\30\0"..., 4096, 2265088) = 4096
pwrite64(3, "*\202\0\0*\202\1\0*\202\2\0*\202\3\0*\202\4\0*\202\f\0*\202\r\0*\202\30\0"..., 4096, 2269184) = 4096
pwrite64(3, "+\202\0\0+\202\1\0+\202\2\0+\202\3\0+\202\4\0+\202\f\0+\202\r\0+\202\30\0"..., 4096, 2273280) = 4096
pwrite64(3, ",\202\0\0,\202\1\0,\202\2\0,\202\3\0,\202\4\0,\202\f\0,\202\r\0,\202\30\0"..., 4096, 2277376) = 4096
pwrite64(3, "-\202\0\0-\202\1\0-\202\2\0-\202\3\0-\202\4\0-\202\f\0-\202\r\0-\202\30\0"..., 4096, 2281472) = 4096
pwrite64(3, ".\202\0\0.\202\1\0.\202\2\0.\202\3\0.\202\4\0.\202\f\0.\202\r\0.\202\30\0"..., 4096, 2285568) = 4096
pwrite64(3, "/\202\0\0/\202\1\0/\202\2\0/\202\3\0/\202\4\0/\202\f\0/\202\r\0/\202\30\0"..., 4096, 2289664) = 4096
pwrite64(3, "0\202\0\0000\202\1\0000\202\2\0000\202\3\0000\202\4\0000\202\f\0000\202\r\0000\202\30\0"..., 4096, 2293760) = 4096
pwrite64(3, "1\202\0\0001\202\1\0001\202\2\0001\202\3\0001\202\4\0001\202\f\0001\202\r\0001\202\30\0"..., 4096, 2297856) = 4096
pwrite64(3, "2\202\0\0002\202\1\0002\202\2\0002\202\3\0002\202\4\0002\202\f\0002\202\r\0002\202\30\0"..., 4096, 2301952) = 4096
pwrite64(3, "3\202\0\0003\202\1\0003\202\2\0003\202\3\0003\202\4\0003\202\f\0003\202\r\0003\202\30\0"..., 4096, 2306048) = 4096
pwrite64(3, "4\202\0\0004\202\1\0004\202\2\0004\202\3\0004\202\4\0004\202\f\0004\202\r\0004\202\30\0"..., 4096, 2310144) = 4096
pwrite64(3, "5\202\0\0005\202\1\0005\202\2\0005\202\3\0005\202\4\0005\202\f\0005\202\r\0005\202\30\0"..., 4096, 2314240) = 4096
pwrite64(3, "6\202\0\0006\202\1\0006\202\2\0006\202\3\0006\202\4\0006\202\f\0006\202\r\0006\202\30\0"..., 4096, 2318336) = 4096
pwrite64(3, "7\202\0\0007\202\1\0007\202\2\0007\202\3\0007\202\4\0007\202\f\0007\202\r\0007\202\30\0"..., 4096, 2322432) = 4096
pwrite64(3, "8\202\0\0008\202\1\0008\202\2\0008\202\3\0008\202\4\0008\202\f\0008\202\r\0008\202\30\0"..., 4096, 2326528) = 4096
pwrite64(3, "9\202\0\0009\202\1\0009\202\2\0009\202\3\0009\202\4\0009\202\f\0009\202\r\0009\202\30\0"..., 4096, 2330624) = 4096
pwrite64(3, ":\202\0\0:\202\1\0:\202\2\0:\202\3\0:\202\4\0:\202\f\0:\202\r\0:\202\30\0"..., 4096, 2334720) = 4096
pwrite64(3, ";\202\0\0;\202\1\0;\202\2\0;\202\3\0;\202\4\0;\202\f\0;\202\r\0;\202\30\0"..., 4096, 2338816) = 4096
pwrite64(3, "<\202\0\0<\202\1\0<\202\2\0<\202\3\0<\202\4\0<\202\f\0<\202\r\0<\202\30\0"..., 4096, 2342912) = 4096
pwrite64(3, "=\202\0\0=\202\1\0=\202\2\0=\202\3\0=\202\4\0=\202\f\0=\202\r\0=\202\30\0"..., 4096, 2347008) = 4096
pwrite64(3, ">\202\0\0>\202\1\0>\202\2\0>\202\3\0>\202\4\0>\202\f\0>\202\r\0>\202\30\0"..., 4096, 2351104) = 4096
pwrite64(3, "?\202\0\0?\202\1\0?\202\2\0?\202\3\0?\202\4\0?\202\f\0?\202\r\0?\202\30\0"..., 4096, 2355200) = 4096
pwrite64(3, "@\202\0\0@\202\1\0@\202\2\0@\202\3\0@\202\4\0@\202\f\0@\202\r\0@\202\30\0"..., 4096, 2359296) = 4096
pwrite64(3, "A\202\0\0A\202\1\0A\202\2\0A\202\3\0A\202\4\0A\202\f\0A\202\r\0A\202\30\0"..., 4096, 2363392) = 4096
pwrite64(3, "B\202\0\0B\202\1\0B\202\2\0B\202\3\0B\202\4\0B\202\f\0B\202\r\0B\202\30\0"..., 4096, 2367488) = 4096
pwrite64(3, "C\202\0\0C\202\1\0C\202\2\0C\202\3\0C\202\4\0C\202\f\0C\202\r\0C\202\30\0"..., 4096, 2371584) = 4096
pwrite64(3, "D\202\0\0D\202\1\0D\202\2\0D\202\3\0D\202\4\0D\202\f\0D\202\r\0D\202\30\0"..., 4096, 2375680) = 4096
pwrite64(3, "E\202\0\0E\202\1\0E\202\2\0E\202\3\0E\202\4\0E\202\f\0E\202\r\0E\202\30\0"..., 4096, 2379776) = 4096
pwrite64(3, "F\202\0\0F\202\1\0F\202\2\0F\202\3\0F\202\4\0F\202\f\0F\202\r\0F\202\30\0"..., 4096, 2383872) = 4096
pwrite64(3, "G\202\0\0G\202\1\0G\202\2\0G\202\3\0G\202\4\0G\202\f\0G\202\r\0G\202\30\0"..., 4096, 2387968) = 4096
pwrite64(3, "H\202\0\0H\202\1\0H\202\2\0H\202\3\0H\202\4\0H\202\f\0H\202\r\0H\202\30\0"..., 4096, 2392064) = 4096
pwrite64(3, "I\202\0\0I\202\1\0I\202\2\0I\202\3\0I\202\4\0I\202\f\0I\202\r\0I\202\30\0"..., 4096, 2396160) = 4096
pwrite64(3, "J\202\0\0J\202\1\0J\202\2\0J\202\3\0J\202\4\0J\202\f\0J\202\r\0J\202\30\0"..., 4096, 2400256) = 4096
pwrite64(3, "K\202\0\0K\202\1\0K\202\2\0K\202\3\0K\202\4\0K\202\f\0K\202\r\0K\202\30\0"..., 4096, 2404352) = 4096
pwrite64(3, "L\202\0\0L\202\1\0L\202\2\0L\202\3\0L\202\4\0L\202\f\0L\202\r\0L\202\30\0"..., 4096, 2408448) = 4096
pwrite64(3, "M\202\0\0M\202\1\0M\202\2\0M\202\3\0M\202\4\0M\202\f\0M\202\r\0M\202\30\0"..., 4096, 2412544) = 4096
pwrite64(3, "N\202\0\0N\202\1\0N\202\2\0N\202\3\0N\202\4\0N\202\f\0N\202\r\0N\202\30\0"..., 4096, 2416640) = 4096
pwrite64(3, "O\202\0\0O\202\1\0O\202\2\0O\202\3\0O\202\4\0O\202\f\0O\202\r\0O\202\30\0"..., 4096, 2420736) = 4096
pwrite64(3, "P\202\0\0P\202\1\0P\202\2\0P\202\3\0P\202\4\0P\202\f\0P\202\r\0P\202\30\0"..., 4096, 2424832) = 4096
pwrite64(3, "Q\202\0\0Q\202\1\0Q\202\2\0Q\202\3\0Q\202\4\0Q\202\f\0Q\202\r\0Q\202\30\0"..., 4096, 2428928) = 4096
pwrite64(3, "R\202\0\0R\202\1\0R\202\2\0R\202\3\0R\202\4\0R\202\f\0R\202\r\0R\202\30\0"..., 4096, 2433024) = 4096
pwrite64(3, "S\202\0\0S\202\1\0S\202\2\0S\202\3\0S\202\4\0S\202\f\0S\202\r\0S\202\30\0"..., 4096, 2437120) = 4096
pwrite64(3, "T\202\0\0T\202\1\0T\202\2\0T\202\3\0T\202\4\0T\202\f\0T\202\r\0T\202\30\0"..., 4096, 2441216) = 4096
pwrite64(3, "U\202\0\0U\202\1\0U\202\2\0U\202\3\0U\202\4\0U\202\f\0U\202\r\0U\202\30\0"..., 4096, 2445312) = 4096
pwrite64(3, "V\202\0\0V\202\1\0V\202\2\0V\202\3\0V\202\4\0V\202\f\0V\202\r\0V\202\30\0"..., 4096, 2449408) = 4096
pwrite64(3, "W\202\0\0W\202\1\0W\202\2\0W\202\3\0W\202\4\0W\202\f\0W\202\r\0W\202\30\0"..., 4096, 2453504) = 4096
pwrite64(3, "X\202\0\0X\202\1\0X\202\2\0X\202\3\0X\202\4\0X\202\f\0X\202\r\0X\202\30\0"..., 4096, 2457600) = 4096
pwrite64(3, "Y\202\0\0Y\202\1\0Y\202\2\0Y\202\3\0Y\202\4\0Y\202\f\0Y\202\r\0Y\202\30\0"..., 4096, 2461696) = 4096
pwrite64(3, "Z\202\0\0Z\202\1\0Z\202\2\0Z\202\3\0Z\202\4\0Z\202\f\0Z\202\r\0Z\202\30\0"..., 4096, 2465792) = 4096
pwrite64(3, "[\202\0\0[\202\1\0[\202\2\0[\202\3\0[\202\4\0[\202\f\0[\202\r\0[\202\30\0"..., 4096, 2469888) = 4096
pwrite64(3, "\\\202\0\0\\\202\1\0\\\202\2\0\\\202\3\0\\\202\4\0\\\202\f\0\\\202\r\0\\\202\30\0"..., 4096, 2473984) = 4096
pwrite64(3, "]\202\0\0]\202\1\0]\202\2\0]\202\3\0]\202\4\0]\202\f\0]\202\r\0]\202\30\0"..., 4096, 2478080) = 4096
pwrite64(3, "^\202\0\0^\202\1\0^\202\2\0^\202\3\0^\202\4\0^\202\f\0^\202\r\0^\202\30\0"..., 4096, 2482176) = 4096
pwrite64(3, "_\202\0\0_\202\1\0_\202\2\0_\202\3\0_\202\4\0_\202\f\0_\202\r\0_\202\30\0"..., 4096, 2486272) = 4096
pwrite64(3, "`\202\0\0`\202\1\0`\202\2\0`\202\3\0`\202\4\0`\202\f\0`\202\r\0`\202\30\0"..., 4096, 2490368) = 4096
pwrite64(3, "a\202\0\0a\202\1\0a\202\2\0a\202\3\0a\202\4\0a\202\f\0a\202\r\0a\202\30\0"..., 4096, 2494464) = 4096
pwrite64(3, "b\202\0\0b\202\1\0b\202\2\0b\202\3\0b\202\4\0b\202\f\0b\202\r\0b\202\30\0"..., 4096, 2498560) = 4096
pwrite64(3, "c\202\0\0c\202\1\0c\202\2\0c\202\3\0c\202\4\0c\202\f\0c\202\r\0c\202\30\0"..., 4096, 2502656) = 4096
pwrite64(3, "d\202\0\0d\202\1\0d\202\2\0d\202\3\0d\202\4\0d\202\f\0d\202\r\0d\202\30\0"..., 4096, 2506752) = 4096
pwrite64(3, "e\202\0\0e\202\1\0e\202\2\0e\202\3\0e\202\4\0e\202\f\0e\202\r\0e\202\30\0"..., 4096, 2510848) = 4096
pwrite64(3, "f\202\0\0f\202\1\0f\202\2\0f\202\3\0f\202\4\0f\202\f\0f\202\r\0f\202\30\0"..., 4096, 2514944) = 4096
pwrite64(3, "g\202\0\0g\202\1\0g\202\2\0g\202\3\0g\202\4\0g\202\f\0g\202\r\0g\202\30\0"..., 4096, 2519040) = 4096
pwrite64(3, "h\202\0\0h\202\1\0h\202\2\0h\202\3\0h\202\4\0h\202\f\0h\202\r\0h\202\30\0"..., 4096, 2523136) = 4096
pwrite64(3, "i\202\0\0i\202\1\0i\202\2\0i\202\3\0i\202\4\0i\202\f\0i\202\r\0i\202\30\0"..., 4096, 2527232) = 4096
pwrite64(3, "j\202\0\0j\202\1\0j\202\2\0j\202\3\0j\202\4\0j\202\f\0j\202\r\0j\202\30\0"..., 4096, 2531328) = 4096
pwrite64(3, "k\202\0\0k\202\1\0k\202\2\0k\202\3\0k\202\4\0k\202\f\0k\202\r\0k\202\30\0"..., 4096, 2535424) = 4096
pwrite64(3, "l\202\0\0l\202\1\0l\202\2\0l\202\3\0l\202\4\0l\202\f\0l\202\r\0l\202\30\0"..., 4096, 2539520) = 4096
pwrite64(3, "m\202\0\0m\202\1\0m\202\2\0m\202\3\0m\202\4\0m\202\f\0m\202\r\0m\202\30\0"..., 4096, 2543616) = 4096
pwrite64(3, "n\202\0\0n\202\1\0n\202\2\0n\202\3\0n\202\4\0n\202\f\0n\202\r\0n\202\30\0"..., 4096, 2547712) = 4096
pwrite64(3, "o\202\0\0o\202\1\0o\202\2\0o\202\3\0o\202\4\0o\202\f\0o\202\r\0o\202\30\0"..., 4096, 2551808) = 4096
pwrite64(3, "p\202\0\0p\202\1\0p\202\2\0p\202\3\0p\202\4\0p\202\f\0p\202\r\0p\202\30\0"..., 4096, 2555904) = 4096
pwrite64(3, "q\202\0\0q\202\1\0q\202\2\0q\202\3\0q\202\4\0q\202\f\0q\202\r\0q\202\30\0"..., 4096, 2560000) = 4096
pwrite64(3, "r\202\0\0r\202\1\0r\202\2\0r\202\3\0r\202\4\0r\202\f\0r\202\r\0r\202\30\0"..., 4096, 2564096) = 4096
pwrite64(3, "s\202\0\0s\202\1\0s\202\2\0s\202\3\0s\202\4\0s\202\f\0s\202\r\0s\202\30\0"..., 4096, 2568192) = 4096
pwrite64(3, "t\202\0\0t\202\1\0t\202\2\0t\202\3\0t\202\4\0t\202\f\0t\202\r\0t\202\30\0"..., 4096, 2572288) = 4096
pwrite64(3, "u\202\0\0u\202\1\0u\202\2\0u\202\3\0u\202\4\0u\202\f\0u\202\r\0u\202\30\0"..., 4096, 2576384) = 4096
pwrite64(3, "v\202\0\0v\202\1\0v\202\2\0v\202\3\0v\202\4\0v\202\f\0v\202\r\0v\202\30\0"..., 4096, 2580480) = 4096
pwrite64(3, "w\202\0\0w\202\1\0w\202\2\0w\202\3\0w\202\4\0w\202\f\0w\202\r\0w\202\30\0"..., 4096, 2584576) = 4096
pwrite64(3, "x\202\0\0x\202\1\0x\202\2\0x\202\3\0x\202\4\0x\202\f\0x\202\r\0x\202\30\0"..., 4096, 2588672) = 4096
pwrite64(3, "y\202\0\0y\202\1\0y\202\2\0y\202\3\0y\202\4\0y\202\f\0y\202\r\0y\202\30\0"..., 4096, 2592768) = 4096
pwrite64(3, "z\202\0\0z\202\1\0z\202\2\0z\202\3\0z\202\4\0z\202\f\0z\202\r\0z\202\30\0"..., 4096, 2596864) = 4096
pwrite64(3, "{\202\0\0{\202\1\0{\202\2\0{\202\3\0{\202\4\0{\202\f\0{\202\r\0{\202\30\0"..., 4096, 2600960) = 4096
pwrite64(3, "|\202\0\0|\202\1\0|\202\2\0|\202\3\0|\202\4\0|\202\f\0|\202\r\0|\202\30\0"..., 4096, 2605056) = 4096
pwrite64(3, "}\202\0\0}\202\1\0}\202\2\0}\202\3\0}\202\4\0}\202\f\0}\202\r\0}\202\30\0"..., 4096, 2609152) = 4096
pwrite64(3, "~\202\0\0~\202\1\0~\202\2\0~\202\3\0~\202\4\0~\202\f\0~\202\r\0~\202\30\0"..., 4096, 2613248) = 4096
pwrite64(3, "\177\202\0\0\177\202\1\0\177\202\2\0\177\202\3\0\177\202\4\0\177\202\f\0\177\202\r\0\177\202\30\0"..., 4096, 2617344) = 4096
pwrite64(3, "\200\202\0\0\200\202\1\0\200\202\2\0\200\202\3\0\200\202\4\0\200\202\f\0\200\202\r\0\200\202\30\0"..., 4096, 2621440) = 4096
pwrite64(3, "\201\202\0\0\201\202\1\0\201\202\2\0\201\202\3\0\201\202\4\0\201\202\f\0\201\202\r\0\201\202\30\0"..., 4096, 2625536) = 4096
pwrite64(3, "\202\202\0\0\202\202\1\0\202\202\2\0\202\202\3\0\202\202\4\0\202\202\f\0\202\202\r\0\202\202\30\0"..., 4096, 2629632) = 4096
pwrite64(3, "\203\202\0\0\203\202\1\0\203\202\2\0\203\202\3\0\203\202\4\0\203\202\f\0\203\202\r\0\203\202\30\0"..., 4096, 2633728) = 4096
pwrite64(3, "\204\202\0\0\204\202\1\0\204\202\2\0\204\202\3\0\204\202\4\0\204\202\f\0\204\202\r\0\204\202\30\0"..., 4096, 2637824) = 4096
pwrite64(3, "\205\202\0\0\205\202\1\0\205\202\2\0\205\202\3\0\205\202\4\0\205\202\f\0\205\202\r\0\205\202\30\0"..., 4096, 2641920) = 4096
pwrite64(3, "\206\202\0\0\206\202\1\0\206\202\2\0\206\202\3\0\206\202\4\0\206\202\f\0\206\202\r\0\206\202\30\0"..., 4096, 2646016) = 4096
pwrite64(3, "\207\202\0\0\207\202\1\0\207\202\2\0\207\202\3\0\207\202\4\0\207\202\f\0\207\202\r\0\207\202\30\0"..., 4096, 2650112) = 4096
pwrite64(3, "\210\202\0\0\210\202\1\0\210\202\2\0\210\202\3\0\210\202\4\0\210\202\f\0\210\202\r\0\210\202\30\0"..., 4096, 2654208) = 4096
pwrite64(3, "\211\202\0\0\211\202\1\0\211\202\2\0\211\202\3\0\211\202\4\0\211\202\f\0\211\202\r\0\211\202\30\0"..., 4096, 2658304) = 4096
pwrite64(3, "\212\202\0\0\212\202\1\0\212\202\2\0\212\202\3\0\212\202\4\0\212\202\f\0\212\202\r\0\212\202\30\0"..., 4096, 2662400) = 4096
pwrite64(3, "\213\202\0\0\213\202\1\0\213\202\2\0\213\202\3\0\213\202\4\0\213\202\f\0\213\202\r\0\213\202\30\0"..., 4096, 2666496) = 4096
pwrite64(3, "\214\202\0\0\214\202\1\0\214\202\2\0\214\202\3\0\214\202\4\0\214\202\f\0\214\202\r\0\214\202\30\0"..., 4096, 2670592) = 4096
pwrite64(3, "\215\202\0\0\215\202\1\0\215\202\2\0\215\202\3\0\215\202\4\0\215\202\f\0\215\202\r\0\215\202\30\0"..., 4096, 2674688) = 4096
pwrite64(3, "\216\202\0\0\216\202\1\0\216\202\2\0\216\202\3\0\216\202\4\0\216\202\f\0\216\202\r\0\216\202\30\0"..., 4096, 2678784) = 4096
pwrite64(3, "\217\202\0\0\217\202\1\0\217\202\2\0\217\202\3\0\217\202\4\0\217\202\f\0\217\202\r\0\217\202\30\0"..., 4096, 2682880) = 4096
pwrite64(3, "\220\202\0\0\220\202\1\0\220\202\2\0\220\202\3\0\220\202\4\0\220\202\f\0\220\202\r\0\220\202\30\0"..., 4096, 2686976) = 4096
pwrite64(3, "\221\202\0\0\221\202\1\0\221\202\2\0\221\202\3\0\221\202\4\0\221\202\f\0\221\202\r\0\221\202\30\0"..., 4096, 2691072) = 4096
pwrite64(3, "\222\202\0\0\222\202\1\0\222\202\2\0\222\202\3\0\222\202\4\0\222\202\f\0\222\202\r\0\222\202\30\0"..., 4096, 2695168) = 4096
pwrite64(3, "\223\202\0\0\223\202\1\0\223\202\2\0\223\202\3\0\223\202\4\0\223\202\f\0\223\202\r\0\223\202\30\0"..., 4096, 2699264) = 4096
pwrite64(3, "\224\202\0\0\224\202\1\0\224\202\2\0\224\202\3\0\224\202\4\0\224\202\f\0\224\202\r\0\224\202\30\0"..., 4096, 2703360) = 4096
pwrite64(3, "\225\202\0\0\225\202\1\0\225\202\2\0\225\202\3\0\225\202\4\0\225\202\f\0\225\202\r\0\225\202\30\0"..., 4096, 2707456) = 4096
pwrite64(3, "\226\202\0\0\226\202\1\0\226\202\2\0\226\202\3\0\226\202\4\0\226\202\f\0\226\202\r\0\226\202\30\0"..., 4096, 2711552) = 4096
pwrite64(3, "\227\202\0\0\227\202\1\0\227\202\2\0\227\202\3\0\227\202\4\0\227\202\f\0\227\202\r\0\227\202\30\0"..., 4096, 2715648) = 4096
pwrite64(3, "\230\202\0\0\230\202\1\0\230\202\2\0\230\202\3\0\230\202\4\0\230\202\f\0\230\202\r\0\230\202\30\0"..., 4096, 2719744) = 4096
pwrite64(3, "\231\202\0\0\231\202\1\0\231\202\2\0\231\202\3\0\231\202\4\0\231\202\f\0\231\202\r\0\231\202\30\0"..., 4096, 2723840) = 4096
pwrite64(3, "\232\202\0\0\232\202\1\0\232\202\2\0\232\202\3\0\232\202\4\0\232\202\f\0\232\202\r\0\232\202\30\0"..., 4096, 2727936) = 4096
pwrite64(3, "\233\202\0\0\233\202\1\0\233\202\2\0\233\202\3\0\233\202\4\0\233\202\f\0\233\202\r\0\233\202\30\0"..., 4096, 2732032) = 4096
pwrite64(3, "\234\202\0\0\234\202\1\0\234\202\2\0\234\202\3\0\234\202\4\0\234\202\f\0\234\202\r\0\234\202\30\0"..., 4096, 2736128) = 4096
pwrite64(3, "\235\202\0\0\235\202\1\0\235\202\2\0\235\202\3\0\235\202\4\0\235\202\f\0\235\202\r\0\235\202\30\0"..., 4096, 2740224) = 4096
pwrite64(3, "\236\202\0\0\236\202\1\0\236\202\2\0\236\202\3\0\236\202\4\0\236\202\f\0\236\202\r\0\236\202\30\0"..., 4096, 2744320) = 4096
pwrite64(3, "\237\202\0\0\237\202\1\0\237\202\2\0\237\202\3\0\237\202\4\0\237\202\f\0\237\202\r\0\237\202\30\0"..., 4096, 2748416) = 4096
pwrite64(3, "\240\202\0\0\240\202\1\0\240\202\2\0\240\202\3\0\240\202\4\0\240\202\f\0\240\202\r\0\240\202\30\0"..., 4096, 2752512) = 4096
pwrite64(3, "\241\202\0\0\241\202\1\0\241\202\2\0\241\202\3\0\241\202\4\0\241\202\f\0\241\202\r\0\241\202\30\0"..., 4096, 2756608) = 4096
pwrite64(3, "\242\202\0\0\242\202\1\0\242\202\2\0\242\202\3\0\242\202\4\0\242\202\f\0\242\202\r\0\242\202\30\0"..., 4096, 2760704) = 4096
pwrite64(3, "\243\202\0\0\243\202\1\0\243\202\2\0\243\202\3\0\243\202\4\0\243\202\f\0\243\202\r\0\243\202\30\0"..., 4096, 2764800) = 4096
pwrite64(3, "\244\202\0\0\244\202\1\0\244\202\2\0\244\202\3\0\244\202\4\0\244\202\f\0\244\202\r\0\244\202\30\0"..., 4096, 2768896) = 4096
pwrite64(3, "\245\202\0\0\245\202\1\0\245\202\2\0\245\202\3\0\245\202\4\0\245\202\f\0\245\202\r\0\245\202\30\0"..., 4096, 2772992) = 4096
pwrite64(3, "\246\202\0\0\246\202\1\0\246\202\2\0\246\202\3\0\246\202\4\0\246\202\f\0\246\202\r\0\246\202\30\0"..., 4096, 2777088) = 4096
pwrite64(3, "\247\202\0\0\247\202\1\0\247\202\2\0\247\202\3\0\247\202\4\0\247\202\f\0\247\202\r\0\247\202\30\0"..., 4096, 2781184) = 4096
pwrite64(3, "\250\202\0\0\250\202\1\0\250\202\2\0\250\202\3\0\250\202\4\0\250\202\f\0\250\202\r\0\250\202\30\0"..., 4096, 2785280) = 4096
pwrite64(3, "\251\202\0\0\251\202\1\0\251\202\2\0\251\202\3\0\251\202\4\0\251\202\f\0\251\202\r\0\251\202\30\0"..., 4096, 2789376) = 4096
pwrite64(3, "\252\202\0\0\252\202\1\0\252\202\2\0\252\202\3\0\252\202\4\0\252\202\f\0\252\202\r\0\252\202\30\0"..., 4096, 2793472) = 4096
pwrite64(3, "\253\202\0\0\253\202\1\0\253\202\2\0\253\202\3\0\253\202\4\0\253\202\f\0\253\202\r\0\253\202\30\0"..., 4096, 2797568) = 4096
pwrite64(3, "\254\202\0\0\254\202\1\0\254\202\2\0\254\202\3\0\254\202\4\0\254\202\f\0\254\202\r\0\254\202\30\0"..., 4096, 2801664) = 4096
pwrite64(3, "\255\202\0\0\255\202\1\0\255\202\2\0\255\202\3\0\255\202\4\0\255\202\f\0\255\202\r\0\255\202\30\0"..., 4096, 2805760) = 4096
pwrite64(3, "\256\202\0\0\256\202\1\0\256\202\2\0\256\202\3\0\256\202\4\0\256\202\f\0\256\202\r\0\256\202\30\0"..., 4096, 2809856) = 4096
pwrite64(3, "\257\202\0\0\257\202\1\0\257\202\2\0\257\202\3\0\257\202\4\0\257\202\f\0\257\202\r\0\257\202\30\0"..., 4096, 2813952) = 4096
pwrite64(3, "\260\202\0\0\260\202\1\0\260\202\2\0\260\202\3\0\260\202\4\0\260\202\f\0\260\202\r\0\260\202\30\0"..., 4096, 2818048) = 4096
pwrite64(3, "\261\202\0\0\261\202\1\0\261\202\2\0\261\202\3\0\261\202\4\0\261\202\f\0\261\202\r\0\261\202\30\0"..., 4096, 2822144) = 4096
pwrite64(3, "\262\202\0\0\262\202\1\0\262\202\2\0\262\202\3\0\262\202\4\0\262\202\f\0\262\202\r\0\262\202\30\0"..., 4096, 2826240) = 4096
pwrite64(3, "\263\202\0\0\263\202\1\0\263\202\2\0\263\202\3\0\263\202\4\0\263\202\f\0\263\202\r\0\263\202\30\0"..., 4096, 2830336) = 4096
pwrite64(3, "\264\202\0\0\264\202\1\0\264\202\2\0\264\202\3\0\264\202\4\0\264\202\f\0\264\202\r\0\264\202\30\0"..., 4096, 2834432) = 4096
pwrite64(3, "\265\202\0\0\265\202\1\0\265\202\2\0\265\202\3\0\265\202\4\0\265\202\f\0\265\202\r\0\265\202\30\0"..., 4096, 2838528) = 4096
pwrite64(3, "\266\202\0\0\266\202\1\0\266\202\2\0\266\202\3\0\266\202\4\0\266\202\f\0\266\202\r\0\266\202\30\0"..., 4096, 2842624) = 4096
pwrite64(3, "\267\202\0\0\267\202\1\0\267\202\2\0\267\202\3\0\267\202\4\0\267\202\f\0\267\202\r\0\267\202\30\0"..., 4096, 2846720) = 4096
pwrite64(3, "\270\202\0\0\270\202\1\0\270\202\2\0\270\202\3\0\270\202\4\0\270\202\f\0\270\202\r\0\270\202\30\0"..., 4096, 2850816) = 4096
pwrite64(3, "\271\202\0\0\271\202\1\0\271\202\2\0\271\202\3\0\271\202\4\0\271\202\f\0\271\202\r\0\271\202\30\0"..., 4096, 2854912) = 4096
pwrite64(3, "\272\202\0\0\272\202\1\0\272\202\2\0\272\202\3\0\272\202\4\0\272\202\f\0\272\202\r\0\272\202\30\0"..., 4096, 2859008) = 4096
pwrite64(3, "\273\202\0\0\273\202\1\0\273\202\2\0\273\202\3\0\273\202\4\0\273\202\f\0\273\202\r\0\273\202\30\0"..., 4096, 2863104) = 4096
pwrite64(3, "\274\202\0\0\274\202\1\0\274\202\2\0\274\202\3\0\274\202\4\0\274\202\f\0\274\202\r\0\274\202\30\0"..., 4096, 2867200) = 4096
pwrite64(3, "\275\202\0\0\275\202\1\0\275\202\2\0\275\202\3\0\275\202\4\0\275\202\f\0\275\202\r\0\275\202\30\0"..., 4096, 2871296) = 4096
pwrite64(3, "\276\202\0\0\276\202\1\0\276\202\2\0\276\202\3\0\276\202\4\0\276\202\f\0\276\202\r\0\276\202\30\0"..., 4096, 2875392) = 4096
pwrite64(3, "\277\202\0\0\277\202\1\0\277\202\2\0\277\202\3\0\277\202\4\0\277\202\f\0\277\202\r\0\277\202\30\0"..., 4096, 2879488) = 4096
pwrite64(3, "\300\202\0\0\300\202\1\0\300\202\2\0\300\202\3\0\300\202\4\0\300\202\f\0\300\202\r\0\300\202\30\0"..., 4096, 2883584) = 4096
pwrite64(3, "\301\202\0\0\301\202\1\0\301\202\2\0\301\202\3\0\301\202\4\0\301\202\f\0\301\202\r\0\301\202\30\0"..., 4096, 2887680) = 4096
pwrite64(3, "\302\202\0\0\302\202\1\0\302\202\2\0\302\202\3\0\302\202\4\0\302\202\f\0\302\202\r\0\302\202\30\0"..., 4096, 2891776) = 4096
pwrite64(3, "\303\202\0\0\303\202\1\0\303\202\2\0\303\202\3\0\303\202\4\0\303\202\f\0\303\202\r\0\303\202\30\0"..., 4096, 2895872) = 4096
pwrite64(3, "\304\202\0\0\304\202\1\0\304\202\2\0\304\202\3\0\304\202\4\0\304\202\f\0\304\202\r\0\304\202\30\0"..., 4096, 2899968) = 4096
pwrite64(3, "\305\202\0\0\305\202\1\0\305\202\2\0\305\202\3\0\305\202\4\0\305\202\f\0\305\202\r\0\305\202\30\0"..., 4096, 2904064) = 4096
pwrite64(3, "\306\202\0\0\306\202\1\0\306\202\2\0\306\202\3\0\306\202\4\0\306\202\f\0\306\202\r\0\306\202\30\0"..., 4096, 2908160) = 4096
pwrite64(3, "\307\202\0\0\307\202\1\0\307\202\2\0\307\202\3\0\307\202\4\0\307\202\f\0\307\202\r\0\307\202\30\0"..., 4096, 2912256) = 4096
pwrite64(3, "\310\202\0\0\310\202\1\0\310\202\2\0\310\202\3\0\310\202\4\0\310\202\f\0\310\202\r\0\310\202\30\0"..., 4096, 2916352) = 4096
pwrite64(3, "\311\202\0\0\311\202\1\0\311\202\2\0\311\202\3\0\311\202\4\0\311\202\f\0\311\202\r\0\311\202\30\0"..., 4096, 2920448) = 4096
pwrite64(3, "\312\202\0\0\312\202\1\0\312\202\2\0\312\202\3\0\312\202\4\0\312\202\f\0\312\202\r\0\312\202\30\0"..., 4096, 2924544) = 4096
pwrite64(3, "\313\202\0\0\313\202\1\0\313\202\2\0\313\202\3\0\313\202\4\0\313\202\f\0\313\202\r\0\313\202\30\0"..., 4096, 2928640) = 4096
pwrite64(3, "\314\202\0\0\314\202\1\0\314\202\2\0\314\202\3\0\314\202\4\0\314\202\f\0\314\202\r\0\314\202\30\0"..., 4096, 2932736) = 4096
pwrite64(3, "\315\202\0\0\315\202\1\0\315\202\2\0\315\202\3\0\315\202\4\0\315\202\f\0\315\202\r\0\315\202\30\0"..., 4096, 2936832) = 4096
pwrite64(3, "\316\202\0\0\316\202\1\0\316\202\2\0\316\202\3\0\316\202\4\0\316\202\f\0\316\202\r\0\316\202\30\0"..., 4096, 2940928) = 4096
pwrite64(3, "\317\202\0\0\317\202\1\0\317\202\2\0\317\202\3\0\317\202\4\0\317\202\f\0\317\202\r\0\317\202\30\0"..., 4096, 2945024) = 4096
pwrite64(3, "\320\202\0\0\320\202\1\0\320\202\2\0\320\202\3\0\320\202\4\0\320\202\f\0\320\202\r\0\320\202\30\0"..., 4096, 2949120) = 4096
pwrite64(3, "\321\202\0\0\321\202\1\0\321\202\2\0\321\202\3\0\321\202\4\0\321\202\f\0\321\202\r\0\321\202\30\0"..., 4096, 2953216) = 4096
pwrite64(3, "\322\202\0\0\322\202\1\0\322\202\2\0\322\202\3\0\322\202\4\0\322\202\f\0\322\202\r\0\322\202\30\0"..., 4096, 2957312) = 4096
pwrite64(3, "\323\202\0\0\323\202\1\0\323\202\2\0\323\202\3\0\323\202\4\0\323\202\f\0\323\202\r\0\323\202\30\0"..., 4096, 2961408) = 4096
pwrite64(3, "\324\202\0\0\324\202\1\0\324\202\2\0\324\202\3\0\324\202\4\0\324\202\f\0\324\202\r\0\324\202\30\0"..., 4096, 2965504) = 4096
pwrite64(3, "\325\202\0\0\325\202\1\0\325\202\2\0\325\202\3\0\325\202\4\0\325\202\f\0\325\202\r\0\325\202\30\0"..., 4096, 2969600) = 4096
pwrite64(3, "\326\202\0\0\326\202\1\0\326\202\2\0\326\202\3\0\326\202\4\0\326\202\f\0\326\202\r\0\326\202\30\0"..., 4096, 2973696) = 4096
pwrite64(3, "\327\202\0\0\327\202\1\0\327\202\2\0\327\202\3\0\327\202\4\0\327\202\f\0\327\202\r\0\327\202\30\0"..., 4096, 2977792) = 4096
pwrite64(3, "\330\202\0\0\330\202\1\0\330\202\2\0\330\202\3\0\330\202\4\0\330\202\f\0\330\202\r\0\330\202\30\0"..., 4096, 2981888) = 4096
pwrite64(3, "\331\202\0\0\331\202\1\0\331\202\2\0\331\202\3\0\331\202\4\0\331\202\f\0\331\202\r\0\331\202\30\0"..., 4096, 2985984) = 4096
pwrite64(3, "\332\202\0\0\332\202\1\0\332\202\2\0\332\202\3\0\332\202\4\0\332\202\f\0\332\202\r\0\332\202\30\0"..., 4096, 2990080) = 4096
pwrite64(3, "\333\202\0\0\333\202\1\0\333\202\2\0\333\202\3\0\333\202\4\0\333\202\f\0\333\202\r\0\333\202\30\0"..., 4096, 2994176) = 4096
pwrite64(3, "\334\202\0\0\334\202\1\0\334\202\2\0\334\202\3\0\334\202\4\0\334\202\f\0\334\202\r\0\334\202\30\0"..., 4096, 2998272) = 4096
pwrite64(3, "\335\202\0\0\335\202\1\0\335\202\2\0\335\202\3\0\335\202\4\0\335\202\f\0\335\202\r\0\335\202\30\0"..., 4096, 3002368) = 4096
pwrite64(3, "\336\202\0\0\336\202\1\0\336\202\2\0\336\202\3\0\336\202\4\0\336\202\f\0\336\202\r\0\336\202\30\0"..., 4096, 3006464) = 4096
pwrite64(3, "\337\202\0\0\337\202\1\0\337\202\2\0\337\202\3\0\337\202\4\0\337\202\f\0\337\202\r\0\337\202\30\0"..., 4096, 3010560) = 4096
pwrite64(3, "\340\202\0\0\340\202\1\0\340\202\2\0\340\202\3\0\340\202\4\0\340\202\f\0\340\202\r\0\340\202\30\0"..., 4096, 3014656) = 4096
pwrite64(3, "\341\202\0\0\341\202\1\0\341\202\2\0\341\202\3\0\341\202\4\0\341\202\f\0\341\202\r\0\341\202\30\0"..., 4096, 3018752) = 4096
pwrite64(3, "\342\202\0\0\342\202\1\0\342\202\2\0\342\202\3\0\342\202\4\0\342\202\f\0\342\202\r\0\342\202\30\0"..., 4096, 3022848) = 4096
pwrite64(3, "\343\202\0\0\343\202\1\0\343\202\2\0\343\202\3\0\343\202\4\0\343\202\f\0\343\202\r\0\343\202\30\0"..., 4096, 3026944) = 4096
pwrite64(3, "\344\202\0\0\344\202\1\0\344\202\2\0\344\202\3\0\344\202\4\0\344\202\f\0\344\202\r\0\344\202\30\0"..., 4096, 3031040) = 4096
pwrite64(3, "\345\202\0\0\345\202\1\0\345\202\2\0\345\202\3\0\345\202\4\0\345\202\f\0\345\202\r\0\345\202\30\0"..., 4096, 3035136) = 4096
pwrite64(3, "\346\202\0\0\346\202\1\0\346\202\2\0\346\202\3\0\346\202\4\0\346\202\f\0\346\202\r\0\346\202\30\0"..., 4096, 3039232) = 4096
pwrite64(3, "\347\202\0\0\347\202\1\0\347\202\2\0\347\202\3\0\347\202\4\0\347\202\f\0\347\202\r\0\347\202\30\0"..., 4096, 3043328) = 4096
pwrite64(3, "\350\202\0\0\350\202\1\0\350\202\2\0\350\202\3\0\350\202\4\0\350\202\f\0\350\202\r\0\350\202\30\0"..., 4096, 3047424) = 4096
pwrite64(3, "\351\202\0\0\351\202\1\0\351\202\2\0\351\202\3\0\351\202\4\0\351\202\f\0\351\202\r\0\351\202\30\0"..., 4096, 3051520) = 4096
pwrite64(3, "\352\202\0\0\352\202\1\0\352\202\2\0\352\202\3\0\352\202\4\0\352\202\f\0\352\202\r\0\352\202\30\0"..., 4096, 3055616) = 4096
pwrite64(3, "\353\202\0\0\353\202\1\0\353\202\2\0\353\202\3\0\353\202\4\0\353\202\f\0\353\202\r\0\353\202\30\0"..., 4096, 3059712) = 4096
pwrite64(3, "\354\202\0\0\354\202\1\0\354\202\2\0\354\202\3\0\354\202\4\0\354\202\f\0\354\202\r\0\354\202\30\0"..., 4096, 3063808) = 4096
pwrite64(3, "\355\202\0\0\355\202\1\0\355\202\2\0\355\202\3\0\355\202\4\0\355\202\f\0\355\202\r\0\355\202\30\0"..., 4096, 3067904) = 4096
pwrite64(3, "\356\202\0\0\356\202\1\0\356\202\2\0\356\202\3\0\356\202\4\0\356\202\f\0\356\202\r\0\356\202\30\0"..., 4096, 3072000) = 4096
pwrite64(3, "\357\202\0\0\357\202\1\0\357\202\2\0\357\202\3\0\357\202\4\0\357\202\f\0\357\202\r\0\357\202\30\0"..., 4096, 3076096) = 4096
pwrite64(3, "\360\202\0\0\360\202\1\0\360\202\2\0\360\202\3\0\360\202\4\0\360\202\f\0\360\202\r\0\360\202\30\0"..., 4096, 3080192) = 4096
pwrite64(3, "\361\202\0\0\361\202\1\0\361\202\2\0\361\202\3\0\361\202\4\0\361\202\f\0\361\202\r\0\361\202\30\0"..., 4096, 3084288) = 4096
pwrite64(3, "\362\202\0\0\362\202\1\0\362\202\2\0\362\202\3\0\362\202\4\0\362\202\f\0\362\202\r\0\362\202\30\0"..., 4096, 3088384) = 4096
pwrite64(3, "\363\202\0\0\363\202\1\0\363\202\2\0\363\202\3\0\363\202\4\0\363\202\f\0\363\202\r\0\363\202\30\0"..., 4096, 3092480) = 4096
pwrite64(3, "\364\202\0\0\364\202\1\0\364\202\2\0\364\202\3\0\364\202\4\0\364\202\f\0\364\202\r\0\364\202\30\0"..., 4096, 3096576) = 4096
pwrite64(3, "\365\202\0\0\365\202\1\0\365\202\2\0\365\202\3\0\365\202\4\0\365\202\f\0\365\202\r\0\365\202\30\0"..., 4096, 3100672) = 4096
pwrite64(3, "\366\202\0\0\366\202\1\0\366\202\2\0\366\202\3\0\366\202\4\0\366\202\f\0\366\202\r\0\366\202\30\0"..., 4096, 3104768) = 4096
pwrite64(3, "\367\202\0\0\367\202\1\0\367\202\2\0\367\202\3\0\367\202\4\0\367\202\f\0\367\202\r\0\367\202\30\0"..., 4096, 3108864) = 4096
pwrite64(3, "\370\202\0\0\370\202\1\0\370\202\2\0\370\202\3\0\370\202\4\0\370\202\f\0\370\202\r\0\370\202\30\0"..., 4096, 3112960) = 4096
pwrite64(3, "\371\202\0\0\371\202\1\0\371\202\2\0\371\202\3\0\371\202\4\0\371\202\f\0\371\202\r\0\371\202\30\0"..., 4096, 3117056) = 4096
pwrite64(3, "\372\202\0\0\372\202\1\0\372\202\2\0\372\202\3\0\372\202\4\0\372\202\f\0\372\202\r\0\372\202\30\0"..., 4096, 3121152) = 4096
pwrite64(3, "\373\202\0\0\373\202\1\0\373\202\2\0\373\202\3\0\373\202\4\0\373\202\f\0\373\202\r\0\373\202\30\0"..., 4096, 3125248) = 4096
pwrite64(3, "\374\202\0\0\374\202\1\0\374\202\2\0\374\202\3\0\374\202\4\0\374\202\f\0\374\202\r\0\374\202\30\0"..., 4096, 3129344) = 4096
pwrite64(3, "\375\202\0\0\375\202\1\0\375\202\2\0\375\202\3\0\375\202\4\0\375\202\f\0\375\202\r\0\375\202\30\0"..., 4096, 3133440) = 4096
pwrite64(3, "\376\202\0\0\376\202\1\0\376\202\2\0\376\202\3\0\376\202\4\0\376\202\f\0\376\202\r\0\376\202\30\0"..., 4096, 3137536) = 4096
pwrite64(3, "\377\202\0\0\377\202\1\0\377\202\2\0\377\202\3\0\377\202\4\0\377\202\f\0\377\202\r\0\377\202\30\0"..., 4096, 3141632) = 4096
pwrite64(3, "\0\203\0\0\0\203\1\0\0\203\2\0\0\203\3\0\0\203\4\0\0\203\f\0\0\203\r\0\0\203\30\0"..., 4096, 3145728) = 4096
pwrite64(3, "\1\203\0\0\1\203\1\0\1\203\2\0\1\203\3\0\1\203\4\0\1\203\f\0\1\203\r\0\1\203\30\0"..., 4096, 3149824) = 4096
pwrite64(3, "\2\203\0\0\2\203\1\0\2\203\2\0\2\203\3\0\2\203\4\0\2\203\f\0\2\203\r\0\2\203\30\0"..., 4096, 3153920) = 4096
pwrite64(3, "\3\203\0\0\3\203\1\0\3\203\2\0\3\203\3\0\3\203\4\0\3\203\f\0\3\203\r\0\3\203\30\0"..., 4096, 3158016) = 4096
pwrite64(3, "\4\203\0\0\4\203\1\0\4\203\2\0\4\203\3\0\4\203\4\0\4\203\f\0\4\203\r\0\4\203\30\0"..., 4096, 3162112) = 4096
pwrite64(3, "\5\203\0\0\5\203\1\0\5\203\2\0\5\203\3\0\5\203\4\0\5\203\f\0\5\203\r\0\5\203\30\0"..., 4096, 3166208) = 4096
pwrite64(3, "\6\203\0\0\6\203\1\0\6\203\2\0\6\203\3\0\6\203\4\0\6\203\f\0\6\203\r\0\6\203\30\0"..., 4096, 3170304) = 4096
pwrite64(3, "\7\203\0\0\7\203\1\0\7\203\2\0\7\203\3\0\7\203\4\0\7\203\f\0\7\203\r\0\7\203\30\0"..., 4096, 3174400) = 4096
pwrite64(3, "\10\203\0\0\10\203\1\0\10\203\2\0\10\203\3\0\10\203\4\0\10\203\f\0\10\203\r\0\10\203\30\0"..., 4096, 3178496) = 4096
pwrite64(3, "\t\203\0\0\t\203\1\0\t\203\2\0\t\203\3\0\t\203\4\0\t\203\f\0\t\203\r\0\t\203\30\0"..., 4096, 3182592) = 4096
pwrite64(3, "\n\203\0\0\n\203\1\0\n\203\2\0\n\203\3\0\n\203\4\0\n\203\f\0\n\203\r\0\n\203\30\0"..., 4096, 3186688) = 4096
pwrite64(3, "\v\203\0\0\v\203\1\0\v\203\2\0\v\203\3\0\v\203\4\0\v\203\f\0\v\203\r\0\v\203\30\0"..., 4096, 3190784) = 4096
pwrite64(3, "\f\203\0\0\f\203\1\0\f\203\2\0\f\203\3\0\f\203\4\0\f\203\f\0\f\203\r\0\f\203\30\0"..., 4096, 3194880) = 4096
pwrite64(3, "\r\203\0\0\r\203\1\0\r\203\2\0\r\203\3\0\r\203\4\0\r\203\f\0\r\203\r\0\r\203\30\0"..., 4096, 3198976) = 4096
pwrite64(3, "\16\203\0\0\16\203\1\0\16\203\2\0\16\203\3\0\16\203\4\0\16\203\f\0\16\203\r\0\16\203\30\0"..., 4096, 3203072) = 4096
pwrite64(3, "\17\203\0\0\17\203\1\0\17\203\2\0\17\203\3\0\17\203\4\0\17\203\f\0\17\203\r\0\17\203\30\0"..., 4096, 3207168) = 4096
pwrite64(3, "\20\203\0\0\20\203\1\0\20\203\2\0\20\203\3\0\20\203\4\0\20\203\f\0\20\203\r\0\20\203\30\0"..., 4096, 3211264) = 4096
pwrite64(3, "\21\203\0\0\21\203\1\0\21\203\2\0\21\203\3\0\21\203\4\0\21\203\f\0\21\203\r\0\21\203\30\0"..., 4096, 3215360) = 4096
pwrite64(3, "\22\203\0\0\22\203\1\0\22\203\2\0\22\203\3\0\22\203\4\0\22\203\f\0\22\203\r\0\22\203\30\0"..., 4096, 3219456) = 4096
pwrite64(3, "\23\203\0\0\23\203\1\0\23\203\2\0\23\203\3\0\23\203\4\0\23\203\f\0\23\203\r\0\23\203\30\0"..., 4096, 3223552) = 4096
pwrite64(3, "\24\203\0\0\24\203\1\0\24\203\2\0\24\203\3\0\24\203\4\0\24\203\f\0\24\203\r\0\24\203\30\0"..., 4096, 3227648) = 4096
pwrite64(3, "\25\203\0\0\25\203\1\0\25\203\2\0\25\203\3\0\25\203\4\0\25\203\f\0\25\203\r\0\25\203\30\0"..., 4096, 3231744) = 4096
pwrite64(3, "\26\203\0\0\26\203\1\0\26\203\2\0\26\203\3\0\26\203\4\0\26\203\f\0\26\203\r\0\26\203\30\0"..., 4096, 3235840) = 4096
pwrite64(3, "\27\203\0\0\27\203\1\0\27\203\2\0\27\203\3\0\27\203\4\0\27\203\f\0\27\203\r\0\27\203\30\0"..., 4096, 3239936) = 4096
pwrite64(3, "\30\203\0\0\30\203\1\0\30\203\2\0\30\203\3\0\30\203\4\0\30\203\f\0\30\203\r\0\30\203\30\0"..., 4096, 3244032) = 4096
pwrite64(3, "\31\203\0\0\31\203\1\0\31\203\2\0\31\203\3\0\31\203\4\0\31\203\f\0\31\203\r\0\31\203\30\0"..., 4096, 3248128) = 4096
pwrite64(3, "\32\203\0\0\32\203\1\0\32\203\2\0\32\203\3\0\32\203\4\0\32\203\f\0\32\203\r\0\32\203\30\0"..., 4096, 3252224) = 4096
pwrite64(3, "\33\203\0\0\33\203\1\0\33\203\2\0\33\203\3\0\33\203\4\0\33\203\f\0\33\203\r\0\33\203\30\0"..., 4096, 3256320) = 4096
pwrite64(3, "\34\203\0\0\34\203\1\0\34\203\2\0\34\203\3\0\34\203\4\0\34\203\f\0\34\203\r\0\34\203\30\0"..., 4096, 3260416) = 4096
pwrite64(3, "\35\203\0\0\35\203\1\0\35\203\2\0\35\203\3\0\35\203\4\0\35\203\f\0\35\203\r\0\35\203\30\0"..., 4096, 3264512) = 4096
pwrite64(3, "\36\203\0\0\36\203\1\0\36\203\2\0\36\203\3\0\36\203\4\0\36\203\f\0\36\203\r\0\36\203\30\0"..., 4096, 3268608) = 4096
pwrite64(3, "\37\203\0\0\37\203\1\0\37\203\2\0\37\203\3\0\37\203\4\0\37\203\f\0\37\203\r\0\37\203\30\0"..., 4096, 3272704) = 4096
pwrite64(3, " \203\0\0 \203\1\0 \203\2\0 \203\3\0 \203\4\0 \203\f\0 \203\r\0 \203\30\0"..., 4096, 3276800) = 4096
pwrite64(3, "!\203\0\0!\203\1\0!\203\2\0!\203\3\0!\203\4\0!\203\f\0!\203\r\0!\203\30\0"..., 4096, 3280896) = 4096
pwrite64(3, "\"\203\0\0\"\203\1\0\"\203\2\0\"\203\3\0\"\203\4\0\"\203\f\0\"\203\r\0\"\203\30\0"..., 4096, 3284992) = 4096
pwrite64(3, "#\203\0\0#\203\1\0#\203\2\0#\203\3\0#\203\4\0#\203\f\0#\203\r\0#\203\30\0"..., 4096, 3289088) = 4096
pwrite64(3, "$\203\0\0$\203\1\0$\203\2\0$\203\3\0$\203\4\0$\203\f\0$\203\r\0$\203\30\0"..., 4096, 3293184) = 4096
pwrite64(3, "%\203\0\0%\203\1\0%\203\2\0%\203\3\0%\203\4\0%\203\f\0%\203\r\0%\203\30\0"..., 4096, 3297280) = 4096
pwrite64(3, "&\203\0\0&\203\1\0&\203\2\0&\203\3\0&\203\4\0&\203\f\0&\203\r\0&\203\30\0"..., 4096, 3301376) = 4096
pwrite64(3, "'\203\0\0'\203\1\0'\203\2\0'\203\3\0'\203\4\0'\203\f\0'\203\r\0'\203\30\0"..., 4096, 3305472) = 4096
pwrite64(3, "(\203\0\0(\203\1\0(\203\2\0(\203\3\0(\203\4\0(\203\f\0(\203\r\0(\203\30\0"..., 4096, 3309568) = 4096
pwrite64(3, ")\203\0\0)\203\1\0)\203\2\0)\203\3\0)\203\4\0)\203\f\0)\203\r\0)\203\30\0"..., 4096, 3313664) = 4096
pwrite64(3, "*\203\0\0*\203\1\0*\203\2\0*\203\3\0*\203\4\0*\203\f\0*\203\r\0*\203\30\0"..., 4096, 3317760) = 4096
pwrite64(3, "+\203\0\0+\203\1\0+\203\2\0+\203\3\0+\203\4\0+\203\f\0+\203\r\0+\203\30\0"..., 4096, 3321856) = 4096
pwrite64(3, ",\203\0\0,\203\1\0,\203\2\0,\203\3\0,\203\4\0,\203\f\0,\203\r\0,\203\30\0"..., 4096, 3325952) = 4096
pwrite64(3, "-\203\0\0-\203\1\0-\203\2\0-\203\3\0-\203\4\0-\203\f\0-\203\r\0-\203\30\0"..., 4096, 3330048) = 4096
pwrite64(3, ".\203\0\0.\203\1\0.\203\2\0.\203\3\0.\203\4\0.\203\f\0.\203\r\0.\203\30\0"..., 4096, 3334144) = 4096
pwrite64(3, "/\203\0\0/\203\1\0/\203\2\0/\203\3\0/\203\4\0/\203\f\0/\203\r\0/\203\30\0"..., 4096, 3338240) = 4096
pwrite64(3, "0\203\0\0000\203\1\0000\203\2\0000\203\3\0000\203\4\0000\203\f\0000\203\r\0000\203\30\0"..., 4096, 3342336) = 4096
pwrite64(3, "1\203\0\0001\203\1\0001\203\2\0001\203\3\0001\203\4\0001\203\f\0001\203\r\0001\203\30\0"..., 4096, 3346432) = 4096
pwrite64(3, "2\203\0\0002\203\1\0002\203\2\0002\203\3\0002\203\4\0002\203\f\0002\203\r\0002\203\30\0"..., 4096, 3350528) = 4096
pwrite64(3, "3\203\0\0003\203\1\0003\203\2\0003\203\3\0003\203\4\0003\203\f\0003\203\r\0003\203\30\0"..., 4096, 3354624) = 4096
pwrite64(3, "4\203\0\0004\203\1\0004\203\2\0004\203\3\0004\203\4\0004\203\f\0004\203\r\0004\203\30\0"..., 4096, 3358720) = 4096
pwrite64(3, "5\203\0\0005\203\1\0005\203\2\0005\203\3\0005\203\4\0005\203\f\0005\203\r\0005\203\30\0"..., 4096, 3362816) = 4096
pwrite64(3, "6\203\0\0006\203\1\0006\203\2\0006\203\3\0006\203\4\0006\203\f\0006\203\r\0006\203\30\0"..., 4096, 3366912) = 4096
pwrite64(3, "7\203\0\0007\203\1\0007\203\2\0007\203\3\0007\203\4\0007\203\f\0007\203\r\0007\203\30\0"..., 4096, 3371008) = 4096
pwrite64(3, "8\203\0\0008\203\1\0008\203\2\0008\203\3\0008\203\4\0008\203\f\0008\203\r\0008\203\30\0"..., 4096, 3375104) = 4096
pwrite64(3, "9\203\0\0009\203\1\0009\203\2\0009\203\3\0009\203\4\0009\203\f\0009\203\r\0009\203\30\0"..., 4096, 3379200) = 4096
pwrite64(3, ":\203\0\0:\203\1\0:\203\2\0:\203\3\0:\203\4\0:\203\f\0:\203\r\0:\203\30\0"..., 4096, 3383296) = 4096
pwrite64(3, ";\203\0\0;\203\1\0;\203\2\0;\203\3\0;\203\4\0;\203\f\0;\203\r\0;\203\30\0"..., 4096, 3387392) = 4096
pwrite64(3, "<\203\0\0<\203\1\0<\203\2\0<\203\3\0<\203\4\0<\203\f\0<\203\r\0<\203\30\0"..., 4096, 3391488) = 4096
pwrite64(3, "=\203\0\0=\203\1\0=\203\2\0=\203\3\0=\203\4\0=\203\f\0=\203\r\0=\203\30\0"..., 4096, 3395584) = 4096
pwrite64(3, ">\203\0\0>\203\1\0>\203\2\0>\203\3\0>\203\4\0>\203\f\0>\203\r\0>\203\30\0"..., 4096, 3399680) = 4096
pwrite64(3, "?\203\0\0?\203\1\0?\203\2\0?\203\3\0?\203\4\0?\203\f\0?\203\r\0?\203\30\0"..., 4096, 3403776) = 4096
pwrite64(3, "@\203\0\0@\203\1\0@\203\2\0@\203\3\0@\203\4\0@\203\f\0@\203\r\0@\203\30\0"..., 4096, 3407872) = 4096
pwrite64(3, "A\203\0\0A\203\1\0A\203\2\0A\203\3\0A\203\4\0A\203\f\0A\203\r\0A\203\30\0"..., 4096, 3411968) = 4096
pwrite64(3, "B\203\0\0B\203\1\0B\203\2\0B\203\3\0B\203\4\0B\203\f\0B\203\r\0B\203\30\0"..., 4096, 3416064) = 4096
pwrite64(3, "C\203\0\0C\203\1\0C\203\2\0C\203\3\0C\203\4\0C\203\f\0C\203\r\0C\203\30\0"..., 4096, 3420160) = 4096
pwrite64(3, "D\203\0\0D\203\1\0D\203\2\0D\203\3\0D\203\4\0D\203\f\0D\203\r\0D\203\30\0"..., 4096, 3424256) = 4096
pwrite64(3, "E\203\0\0E\203\1\0E\203\2\0E\203\3\0E\203\4\0E\203\f\0E\203\r\0E\203\30\0"..., 4096, 3428352) = 4096
pwrite64(3, "F\203\0\0F\203\1\0F\203\2\0F\203\3\0F\203\4\0F\203\f\0F\203\r\0F\203\30\0"..., 4096, 3432448) = 4096
pwrite64(3, "G\203\0\0G\203\1\0G\203\2\0G\203\3\0G\203\4\0G\203\f\0G\203\r\0G\203\30\0"..., 4096, 3436544) = 4096
pwrite64(3, "H\203\0\0H\203\1\0H\203\2\0H\203\3\0H\203\4\0H\203\f\0H\203\r\0H\203\30\0"..., 4096, 3440640) = 4096
pwrite64(3, "I\203\0\0I\203\1\0I\203\2\0I\203\3\0I\203\4\0I\203\f\0I\203\r\0I\203\30\0"..., 4096, 3444736) = 4096
pwrite64(3, "J\203\0\0J\203\1\0J\203\2\0J\203\3\0J\203\4\0J\203\f\0J\203\r\0J\203\30\0"..., 4096, 3448832) = 4096
pwrite64(3, "K\203\0\0K\203\1\0K\203\2\0K\203\3\0K\203\4\0K\203\f\0K\203\r\0K\203\30\0"..., 4096, 3452928) = 4096
pwrite64(3, "L\203\0\0L\203\1\0L\203\2\0L\203\3\0L\203\4\0L\203\f\0L\203\r\0L\203\30\0"..., 4096, 3457024) = 4096
pwrite64(3, "M\203\0\0M\203\1\0M\203\2\0M\203\3\0M\203\4\0M\203\f\0M\203\r\0M\203\30\0"..., 4096, 3461120) = 4096
pwrite64(3, "N\203\0\0N\203\1\0N\203\2\0N\203\3\0N\203\4\0N\203\f\0N\203\r\0N\203\30\0"..., 4096, 3465216) = 4096
pwrite64(3, "O\203\0\0O\203\1\0O\203\2\0O\203\3\0O\203\4\0O\203\f\0O\203\r\0O\203\30\0"..., 4096, 3469312) = 4096
pwrite64(3, "P\203\0\0P\203\1\0P\203\2\0P\203\3\0P\203\4\0P\203\f\0P\203\r\0P\203\30\0"..., 4096, 3473408) = 4096
pwrite64(3, "Q\203\0\0Q\203\1\0Q\203\2\0Q\203\3\0Q\203\4\0Q\203\f\0Q\203\r\0Q\203\30\0"..., 4096, 3477504) = 4096
pwrite64(3, "R\203\0\0R\203\1\0R\203\2\0R\203\3\0R\203\4\0R\203\f\0R\203\r\0R\203\30\0"..., 4096, 3481600) = 4096
pwrite64(3, "S\203\0\0S\203\1\0S\203\2\0S\203\3\0S\203\4\0S\203\f\0S\203\r\0S\203\30\0"..., 4096, 3485696) = 4096
pwrite64(3, "T\203\0\0T\203\1\0T\203\2\0T\203\3\0T\203\4\0T\203\f\0T\203\r\0T\203\30\0"..., 4096, 3489792) = 4096
pwrite64(3, "U\203\0\0U\203\1\0U\203\2\0U\203\3\0U\203\4\0U\203\f\0U\203\r\0U\203\30\0"..., 4096, 3493888) = 4096
pwrite64(3, "V\203\0\0V\203\1\0V\203\2\0V\203\3\0V\203\4\0V\203\f\0V\203\r\0V\203\30\0"..., 4096, 3497984) = 4096
pwrite64(3, "W\203\0\0W\203\1\0W\203\2\0W\203\3\0W\203\4\0W\203\f\0W\203\r\0W\203\30\0"..., 4096, 3502080) = 4096
pwrite64(3, "X\203\0\0X\203\1\0X\203\2\0X\203\3\0X\203\4\0X\203\f\0X\203\r\0X\203\30\0"..., 4096, 3506176) = 4096
pwrite64(3, "Y\203\0\0Y\203\1\0Y\203\2\0Y\203\3\0Y\203\4\0Y\203\f\0Y\203\r\0Y\203\30\0"..., 4096, 3510272) = 4096
pwrite64(3, "Z\203\0\0Z\203\1\0Z\203\2\0Z\203\3\0Z\203\4\0Z\203\f\0Z\203\r\0Z\203\30\0"..., 4096, 3514368) = 4096
pwrite64(3, "[\203\0\0[\203\1\0[\203\2\0[\203\3\0[\203\4\0[\203\f\0[\203\r\0[\203\30\0"..., 4096, 3518464) = 4096
pwrite64(3, "\\\203\0\0\\\203\1\0\\\203\2\0\\\203\3\0\\\203\4\0\\\203\f\0\\\203\r\0\\\203\30\0"..., 4096, 3522560) = 4096
pwrite64(3, "]\203\0\0]\203\1\0]\203\2\0]\203\3\0]\203\4\0]\203\f\0]\203\r\0]\203\30\0"..., 4096, 3526656) = 4096
pwrite64(3, "^\203\0\0^\203\1\0^\203\2\0^\203\3\0^\203\4\0^\203\f\0^\203\r\0^\203\30\0"..., 4096, 3530752) = 4096
pwrite64(3, "_\203\0\0_\203\1\0_\203\2\0_\203\3\0_\203\4\0_\203\f\0_\203\r\0_\203\30\0"..., 4096, 3534848) = 4096
pwrite64(3, "`\203\0\0`\203\1\0`\203\2\0`\203\3\0`\203\4\0`\203\f\0`\203\r\0`\203\30\0"..., 4096, 3538944) = 4096
pwrite64(3, "a\203\0\0a\203\1\0a\203\2\0a\203\3\0a\203\4\0a\203\f\0a\203\r\0a\203\30\0"..., 4096, 3543040) = 4096
pwrite64(3, "b\203\0\0b\203\1\0b\203\2\0b\203\3\0b\203\4\0b\203\f\0b\203\r\0b\203\30\0"..., 4096, 3547136) = 4096
pwrite64(3, "c\203\0\0c\203\1\0c\203\2\0c\203\3\0c\203\4\0c\203\f\0c\203\r\0c\203\30\0"..., 4096, 3551232) = 4096
pwrite64(3, "d\203\0\0d\203\1\0d\203\2\0d\203\3\0d\203\4\0d\203\f\0d\203\r\0d\203\30\0"..., 4096, 3555328) = 4096
pwrite64(3, "e\203\0\0e\203\1\0e\203\2\0e\203\3\0e\203\4\0e\203\f\0e\203\r\0e\203\30\0"..., 4096, 3559424) = 4096
pwrite64(3, "f\203\0\0f\203\1\0f\203\2\0f\203\3\0f\203\4\0f\203\f\0f\203\r\0f\203\30\0"..., 4096, 3563520) = 4096
pwrite64(3, "g\203\0\0g\203\1\0g\203\2\0g\203\3\0g\203\4\0g\203\f\0g\203\r\0g\203\30\0"..., 4096, 3567616) = 4096
pwrite64(3, "h\203\0\0h\203\1\0h\203\2\0h\203\3\0h\203\4\0h\203\f\0h\203\r\0h\203\30\0"..., 4096, 3571712) = 4096
pwrite64(3, "i\203\0\0i\203\1\0i\203\2\0i\203\3\0i\203\4\0i\203\f\0i\203\r\0i\203\30\0"..., 4096, 3575808) = 4096
pwrite64(3, "j\203\0\0j\203\1\0j\203\2\0j\203\3\0j\203\4\0j\203\f\0j\203\r\0j\203\30\0"..., 4096, 3579904) = 4096
pwrite64(3, "k\203\0\0k\203\1\0k\203\2\0k\203\3\0k\203\4\0k\203\f\0k\203\r\0k\203\30\0"..., 4096, 3584000) = 4096
pwrite64(3, "l\203\0\0l\203\1\0l\203\2\0l\203\3\0l\203\4\0l\203\f\0l\203\r\0l\203\30\0"..., 4096, 3588096) = 4096
pwrite64(3, "m\203\0\0m\203\1\0m\203\2\0m\203\3\0m\203\4\0m\203\f\0m\203\r\0m\203\30\0"..., 4096, 3592192) = 4096
pwrite64(3, "n\203\0\0n\203\1\0n\203\2\0n\203\3\0n\203\4\0n\203\f\0n\203\r\0n\203\30\0"..., 4096, 3596288) = 4096
pwrite64(3, "o\203\0\0o\203\1\0o\203\2\0o\203\3\0o\203\4\0o\203\f\0o\203\r\0o\203\30\0"..., 4096, 3600384) = 4096
pwrite64(3, "p\203\0\0p\203\1\0p\203\2\0p\203\3\0p\203\4\0p\203\f\0p\203\r\0p\203\30\0"..., 4096, 3604480) = 4096
pwrite64(3, "q\203\0\0q\203\1\0q\203\2\0q\203\3\0q\203\4\0q\203\f\0q\203\r\0q\203\30\0"..., 4096, 3608576) = 4096
pwrite64(3, "r\203\0\0r\203\1\0r\203\2\0r\203\3\0r\203\4\0r\203\f\0r\203\r\0r\203\30\0"..., 4096, 3612672) = 4096
pwrite64(3, "s\203\0\0s\203\1\0s\203\2\0s\203\3\0s\203\4\0s\203\f\0s\203\r\0s\203\30\0"..., 4096, 3616768) = 4096
pwrite64(3, "t\203\0\0t\203\1\0t\203\2\0t\203\3\0t\203\4\0t\203\f\0t\203\r\0t\203\30\0"..., 4096, 3620864) = 4096
pwrite64(3, "u\203\0\0u\203\1\0u\203\2\0u\203\3\0u\203\4\0u\203\f\0u\203\r\0u\203\30\0"..., 4096, 3624960) = 4096
pwrite64(3, "v\203\0\0v\203\1\0v\203\2\0v\203\3\0v\203\4\0v\203\f\0v\203\r\0v\203\30\0"..., 4096, 3629056) = 4096
pwrite64(3, "w\203\0\0w\203\1\0w\203\2\0w\203\3\0w\203\4\0w\203\f\0w\203\r\0w\203\30\0"..., 4096, 3633152) = 4096
pwrite64(3, "x\203\0\0x\203\1\0x\203\2\0x\203\3\0x\203\4\0x\203\f\0x\203\r\0x\203\30\0"..., 4096, 3637248) = 4096
pwrite64(3, "y\203\0\0y\203\1\0y\203\2\0y\203\3\0y\203\4\0y\203\f\0y\203\r\0y\203\30\0"..., 4096, 3641344) = 4096
pwrite64(3, "z\203\0\0z\203\1\0z\203\2\0z\203\3\0z\203\4\0z\203\f\0z\203\r\0z\203\30\0"..., 4096, 3645440) = 4096
pwrite64(3, "{\203\0\0{\203\1\0{\203\2\0{\203\3\0{\203\4\0{\203\f\0{\203\r\0{\203\30\0"..., 4096, 3649536) = 4096
pwrite64(3, "|\203\0\0|\203\1\0|\203\2\0|\203\3\0|\203\4\0|\203\f\0|\203\r\0|\203\30\0"..., 4096, 3653632) = 4096
pwrite64(3, "}\203\0\0}\203\1\0}\203\2\0}\203\3\0}\203\4\0}\203\f\0}\203\r\0}\203\30\0"..., 4096, 3657728) = 4096
pwrite64(3, "~\203\0\0~\203\1\0~\203\2\0~\203\3\0~\203\4\0~\203\f\0~\203\r\0~\203\30\0"..., 4096, 3661824) = 4096
pwrite64(3, "\177\203\0\0\177\203\1\0\177\203\2\0\177\203\3\0\177\203\4\0\177\203\f\0\177\203\r\0\177\203\30\0"..., 4096, 3665920) = 4096
pwrite64(3, "\200\203\0\0\200\203\1\0\200\203\2\0\200\203\3\0\200\203\4\0\200\203\f\0\200\203\r\0\200\203\30\0"..., 4096, 3670016) = 4096
pwrite64(3, "\201\203\0\0\201\203\1\0\201\203\2\0\201\203\3\0\201\203\4\0\201\203\f\0\201\203\r\0\201\203\30\0"..., 4096, 3674112) = 4096
pwrite64(3, "\202\203\0\0\202\203\1\0\202\203\2\0\202\203\3\0\202\203\4\0\202\203\f\0\202\203\r\0\202\203\30\0"..., 4096, 3678208) = 4096
pwrite64(3, "\203\203\0\0\203\203\1\0\203\203\2\0\203\203\3\0\203\203\4\0\203\203\f\0\203\203\r\0\203\203\30\0"..., 4096, 3682304) = 4096
pwrite64(3, "\204\203\0\0\204\203\1\0\204\203\2\0\204\203\3\0\204\203\4\0\204\203\f\0\204\203\r\0\204\203\30\0"..., 4096, 3686400) = 4096
pwrite64(3, "\205\203\0\0\205\203\1\0\205\203\2\0\205\203\3\0\205\203\4\0\205\203\f\0\205\203\r\0\205\203\30\0"..., 4096, 3690496) = 4096
pwrite64(3, "\206\203\0\0\206\203\1\0\206\203\2\0\206\203\3\0\206\203\4\0\206\203\f\0\206\203\r\0\206\203\30\0"..., 4096, 3694592) = 4096
pwrite64(3, "\207\203\0\0\207\203\1\0\207\203\2\0\207\203\3\0\207\203\4\0\207\203\f\0\207\203\r\0\207\203\30\0"..., 4096, 3698688) = 4096
pwrite64(3, "\210\203\0\0\210\203\1\0\210\203\2\0\210\203\3\0\210\203\4\0\210\203\f\0\210\203\r\0\210\203\30\0"..., 4096, 3702784) = 4096
pwrite64(3, "\211\203\0\0\211\203\1\0\211\203\2\0\211\203\3\0\211\203\4\0\211\203\f\0\211\203\r\0\211\203\30\0"..., 4096, 3706880) = 4096
pwrite64(3, "\212\203\0\0\212\203\1\0\212\203\2\0\212\203\3\0\212\203\4\0\212\203\f\0\212\203\r\0\212\203\30\0"..., 4096, 3710976) = 4096
pwrite64(3, "\213\203\0\0\213\203\1\0\213\203\2\0\213\203\3\0\213\203\4\0\213\203\f\0\213\203\r\0\213\203\30\0"..., 4096, 3715072) = 4096
pwrite64(3, "\214\203\0\0\214\203\1\0\214\203\2\0\214\203\3\0\214\203\4\0\214\203\f\0\214\203\r\0\214\203\30\0"..., 4096, 3719168) = 4096
pwrite64(3, "\215\203\0\0\215\203\1\0\215\203\2\0\215\203\3\0\215\203\4\0\215\203\f\0\215\203\r\0\215\203\30\0"..., 4096, 3723264) = 4096
pwrite64(3, "\216\203\0\0\216\203\1\0\216\203\2\0\216\203\3\0\216\203\4\0\216\203\f\0\216\203\r\0\216\203\30\0"..., 4096, 3727360) = 4096
pwrite64(3, "\217\203\0\0\217\203\1\0\217\203\2\0\217\203\3\0\217\203\4\0\217\203\f\0\217\203\r\0\217\203\30\0"..., 4096, 3731456) = 4096
pwrite64(3, "\220\203\0\0\220\203\1\0\220\203\2\0\220\203\3\0\220\203\4\0\220\203\f\0\220\203\r\0\220\203\30\0"..., 4096, 3735552) = 4096
pwrite64(3, "\221\203\0\0\221\203\1\0\221\203\2\0\221\203\3\0\221\203\4\0\221\203\f\0\221\203\r\0\221\203\30\0"..., 4096, 3739648) = 4096
pwrite64(3, "\222\203\0\0\222\203\1\0\222\203\2\0\222\203\3\0\222\203\4\0\222\203\f\0\222\203\r\0\222\203\30\0"..., 4096, 3743744) = 4096
pwrite64(3, "\223\203\0\0\223\203\1\0\223\203\2\0\223\203\3\0\223\203\4\0\223\203\f\0\223\203\r\0\223\203\30\0"..., 4096, 3747840) = 4096
pwrite64(3, "\224\203\0\0\224\203\1\0\224\203\2\0\224\203\3\0\224\203\4\0\224\203\f\0\224\203\r\0\224\203\30\0"..., 4096, 3751936) = 4096
pwrite64(3, "\225\203\0\0\225\203\1\0\225\203\2\0\225\203\3\0\225\203\4\0\225\203\f\0\225\203\r\0\225\203\30\0"..., 4096, 3756032) = 4096
pwrite64(3, "\226\203\0\0\226\203\1\0\226\203\2\0\226\203\3\0\226\203\4\0\226\203\f\0\226\203\r\0\226\203\30\0"..., 4096, 3760128) = 4096
pwrite64(3, "\227\203\0\0\227\203\1\0\227\203\2\0\227\203\3\0\227\203\4\0\227\203\f\0\227\203\r\0\227\203\30\0"..., 4096, 3764224) = 4096
pwrite64(3, "\230\203\0\0\230\203\1\0\230\203\2\0\230\203\3\0\230\203\4\0\230\203\f\0\230\203\r\0\230\203\30\0"..., 4096, 3768320) = 4096
pwrite64(3, "\231\203\0\0\231\203\1\0\231\203\2\0\231\203\3\0\231\203\4\0\231\203\f\0\231\203\r\0\231\203\30\0"..., 4096, 3772416) = 4096
pwrite64(3, "\232\203\0\0\232\203\1\0\232\203\2\0\232\203\3\0\232\203\4\0\232\203\f\0\232\203\r\0\232\203\30\0"..., 4096, 3776512) = 4096
pwrite64(3, "\233\203\0\0\233\203\1\0\233\203\2\0\233\203\3\0\233\203\4\0\233\203\f\0\233\203\r\0\233\203\30\0"..., 4096, 3780608) = 4096
pwrite64(3, "\234\203\0\0\234\203\1\0\234\203\2\0\234\203\3\0\234\203\4\0\234\203\f\0\234\203\r\0\234\203\30\0"..., 4096, 3784704) = 4096
pwrite64(3, "\235\203\0\0\235\203\1\0\235\203\2\0\235\203\3\0\235\203\4\0\235\203\f\0\235\203\r\0\235\203\30\0"..., 4096, 3788800) = 4096
pwrite64(3, "\236\203\0\0\236\203\1\0\236\203\2\0\236\203\3\0\236\203\4\0\236\203\f\0\236\203\r\0\236\203\30\0"..., 4096, 3792896) = 4096
pwrite64(3, "\237\203\0\0\237\203\1\0\237\203\2\0\237\203\3\0\237\203\4\0\237\203\f\0\237\203\r\0\237\203\30\0"..., 4096, 3796992) = 4096
pwrite64(3, "\240\203\0\0\240\203\1\0\240\203\2\0\240\203\3\0\240\203\4\0\240\203\f\0\240\203\r\0\240\203\30\0"..., 4096, 3801088) = 4096
pwrite64(3, "\241\203\0\0\241\203\1\0\241\203\2\0\241\203\3\0\241\203\4\0\241\203\f\0\241\203\r\0\241\203\30\0"..., 4096, 3805184) = 4096
pwrite64(3, "\242\203\0\0\242\203\1\0\242\203\2\0\242\203\3\0\242\203\4\0\242\203\f\0\242\203\r\0\242\203\30\0"..., 4096, 3809280) = 4096
pwrite64(3, "\243\203\0\0\243\203\1\0\243\203\2\0\243\203\3\0\243\203\4\0\243\203\f\0\243\203\r\0\243\203\30\0"..., 4096, 3813376) = 4096
pwrite64(3, "\244\203\0\0\244\203\1\0\244\203\2\0\244\203\3\0\244\203\4\0\244\203\f\0\244\203\r\0\244\203\30\0"..., 4096, 3817472) = 4096
pwrite64(3, "\245\203\0\0\245\203\1\0\245\203\2\0\245\203\3\0\245\203\4\0\245\203\f\0\245\203\r\0\245\203\30\0"..., 4096, 3821568) = 4096
pwrite64(3, "\246\203\0\0\246\203\1\0\246\203\2\0\246\203\3\0\246\203\4\0\246\203\f\0\246\203\r\0\246\203\30\0"..., 4096, 3825664) = 4096
pwrite64(3, "\247\203\0\0\247\203\1\0\247\203\2\0\247\203\3\0\247\203\4\0\247\203\f\0\247\203\r\0\247\203\30\0"..., 4096, 3829760) = 4096
pwrite64(3, "\250\203\0\0\250\203\1\0\250\203\2\0\250\203\3\0\250\203\4\0\250\203\f\0\250\203\r\0\250\203\30\0"..., 4096, 3833856) = 4096
pwrite64(3, "\251\203\0\0\251\203\1\0\251\203\2\0\251\203\3\0\251\203\4\0\251\203\f\0\251\203\r\0\251\203\30\0"..., 4096, 3837952) = 4096
pwrite64(3, "\252\203\0\0\252\203\1\0\252\203\2\0\252\203\3\0\252\203\4\0\252\203\f\0\252\203\r\0\252\203\30\0"..., 4096, 3842048) = 4096
pwrite64(3, "\253\203\0\0\253\203\1\0\253\203\2\0\253\203\3\0\253\203\4\0\253\203\f\0\253\203\r\0\253\203\30\0"..., 4096, 3846144) = 4096
pwrite64(3, "\254\203\0\0\254\203\1\0\254\203\2\0\254\203\3\0\254\203\4\0\254\203\f\0\254\203\r\0\254\203\30\0"..., 4096, 3850240) = 4096
pwrite64(3, "\255\203\0\0\255\203\1\0\255\203\2\0\255\203\3\0\255\203\4\0\255\203\f\0\255\203\r\0\255\203\30\0"..., 4096, 3854336) = 4096
pwrite64(3, "\256\203\0\0\256\203\1\0\256\203\2\0\256\203\3\0\256\203\4\0\256\203\f\0\256\203\r\0\256\203\30\0"..., 4096, 3858432) = 4096
pwrite64(3, "\257\203\0\0\257\203\1\0\257\203\2\0\257\203\3\0\257\203\4\0\257\203\f\0\257\203\r\0\257\203\30\0"..., 4096, 3862528) = 4096
pwrite64(3, "\260\203\0\0\260\203\1\0\260\203\2\0\260\203\3\0\260\203\4\0\260\203\f\0\260\203\r\0\260\203\30\0"..., 4096, 3866624) = 4096
pwrite64(3, "\261\203\0\0\261\203\1\0\261\203\2\0\261\203\3\0\261\203\4\0\261\203\f\0\261\203\r\0\261\203\30\0"..., 4096, 3870720) = 4096
pwrite64(3, "\262\203\0\0\262\203\1\0\262\203\2\0\262\203\3\0\262\203\4\0\262\203\f\0\262\203\r\0\262\203\30\0"..., 4096, 3874816) = 4096
pwrite64(3, "\263\203\0\0\263\203\1\0\263\203\2\0\263\203\3\0\263\203\4\0\263\203\f\0\263\203\r\0\263\203\30\0"..., 4096, 3878912) = 4096
pwrite64(3, "\264\203\0\0\264\203\1\0\264\203\2\0\264\203\3\0\264\203\4\0\264\203\f\0\264\203\r\0\264\203\30\0"..., 4096, 3883008) = 4096
pwrite64(3, "\265\203\0\0\265\203\1\0\265\203\2\0\265\203\3\0\265\203\4\0\265\203\f\0\265\203\r\0\265\203\30\0"..., 4096, 3887104) = 4096
pwrite64(3, "\266\203\0\0\266\203\1\0\266\203\2\0\266\203\3\0\266\203\4\0\266\203\f\0\266\203\r\0\266\203\30\0"..., 4096, 3891200) = 4096
pwrite64(3, "\267\203\0\0\267\203\1\0\267\203\2\0\267\203\3\0\267\203\4\0\267\203\f\0\267\203\r\0\267\203\30\0"..., 4096, 3895296) = 4096
pwrite64(3, "\270\203\0\0\270\203\1\0\270\203\2\0\270\203\3\0\270\203\4\0\270\203\f\0\270\203\r\0\270\203\30\0"..., 4096, 3899392) = 4096
pwrite64(3, "\271\203\0\0\271\203\1\0\271\203\2\0\271\203\3\0\271\203\4\0\271\203\f\0\271\203\r\0\271\203\30\0"..., 4096, 3903488) = 4096
pwrite64(3, "\272\203\0\0\272\203\1\0\272\203\2\0\272\203\3\0\272\203\4\0\272\203\f\0\272\203\r\0\272\203\30\0"..., 4096, 3907584) = 4096
pwrite64(3, "\273\203\0\0\273\203\1\0\273\203\2\0\273\203\3\0\273\203\4\0\273\203\f\0\273\203\r\0\273\203\30\0"..., 4096, 3911680) = 4096
pwrite64(3, "\274\203\0\0\274\203\1\0\274\203\2\0\274\203\3\0\274\203\4\0\274\203\f\0\274\203\r\0\274\203\30\0"..., 4096, 3915776) = 4096
pwrite64(3, "\275\203\0\0\275\203\1\0\275\203\2\0\275\203\3\0\275\203\4\0\275\203\f\0\275\203\r\0\275\203\30\0"..., 4096, 3919872) = 4096
pwrite64(3, "\276\203\0\0\276\203\1\0\276\203\2\0\276\203\3\0\276\203\4\0\276\203\f\0\276\203\r\0\276\203\30\0"..., 4096, 3923968) = 4096
pwrite64(3, "\277\203\0\0\277\203\1\0\277\203\2\0\277\203\3\0\277\203\4\0\277\203\f\0\277\203\r\0\277\203\30\0"..., 4096, 3928064) = 4096
pwrite64(3, "\300\203\0\0\300\203\1\0\300\203\2\0\300\203\3\0\300\203\4\0\300\203\f\0\300\203\r\0\300\203\30\0"..., 4096, 3932160) = 4096
pwrite64(3, "\301\203\0\0\301\203\1\0\301\203\2\0\301\203\3\0\301\203\4\0\301\203\f\0\301\203\r\0\301\203\30\0"..., 4096, 3936256) = 4096
pwrite64(3, "\302\203\0\0\302\203\1\0\302\203\2\0\302\203\3\0\302\203\4\0\302\203\f\0\302\203\r\0\302\203\30\0"..., 4096, 3940352) = 4096
pwrite64(3, "\303\203\0\0\303\203\1\0\303\203\2\0\303\203\3\0\303\203\4\0\303\203\f\0\303\203\r\0\303\203\30\0"..., 4096, 3944448) = 4096
pwrite64(3, "\304\203\0\0\304\203\1\0\304\203\2\0\304\203\3\0\304\203\4\0\304\203\f\0\304\203\r\0\304\203\30\0"..., 4096, 3948544) = 4096
pwrite64(3, "\305\203\0\0\305\203\1\0\305\203\2\0\305\203\3\0\305\203\4\0\305\203\f\0\305\203\r\0\305\203\30\0"..., 4096, 3952640) = 4096
pwrite64(3, "\306\203\0\0\306\203\1\0\306\203\2\0\306\203\3\0\306\203\4\0\306\203\f\0\306\203\r\0\306\203\30\0"..., 4096, 3956736) = 4096
pwrite64(3, "\307\203\0\0\307\203\1\0\307\203\2\0\307\203\3\0\307\203\4\0\307\203\f\0\307\203\r\0\307\203\30\0"..., 4096, 3960832) = 4096
pwrite64(3, "\310\203\0\0\310\203\1\0\310\203\2\0\310\203\3\0\310\203\4\0\310\203\f\0\310\203\r\0\310\203\30\0"..., 4096, 3964928) = 4096
pwrite64(3, "\311\203\0\0\311\203\1\0\311\203\2\0\311\203\3\0\311\203\4\0\311\203\f\0\311\203\r\0\311\203\30\0"..., 4096, 3969024) = 4096
pwrite64(3, "\312\203\0\0\312\203\1\0\312\203\2\0\312\203\3\0\312\203\4\0\312\203\f\0\312\203\r\0\312\203\30\0"..., 4096, 3973120) = 4096
pwrite64(3, "\313\203\0\0\313\203\1\0\313\203\2\0\313\203\3\0\313\203\4\0\313\203\f\0\313\203\r\0\313\203\30\0"..., 4096, 3977216) = 4096
pwrite64(3, "\314\203\0\0\314\203\1\0\314\203\2\0\314\203\3\0\314\203\4\0\314\203\f\0\314\203\r\0\314\203\30\0"..., 4096, 3981312) = 4096
pwrite64(3, "\315\203\0\0\315\203\1\0\315\203\2\0\315\203\3\0\315\203\4\0\315\203\f\0\315\203\r\0\315\203\30\0"..., 4096, 3985408) = 4096
pwrite64(3, "\316\203\0\0\316\203\1\0\316\203\2\0\316\203\3\0\316\203\4\0\316\203\f\0\316\203\r\0\316\203\30\0"..., 4096, 3989504) = 4096
pwrite64(3, "\317\203\0\0\317\203\1\0\317\203\2\0\317\203\3\0\317\203\4\0\317\203\f\0\317\203\r\0\317\203\30\0"..., 4096, 3993600) = 4096
pwrite64(3, "\320\203\0\0\320\203\1\0\320\203\2\0\320\203\3\0\320\203\4\0\320\203\f\0\320\203\r\0\320\203\30\0"..., 4096, 3997696) = 4096
pwrite64(3, "\321\203\0\0\321\203\1\0\321\203\2\0\321\203\3\0\321\203\4\0\321\203\f\0\321\203\r\0\321\203\30\0"..., 4096, 4001792) = 4096
pwrite64(3, "\322\203\0\0\322\203\1\0\322\203\2\0\322\203\3\0\322\203\4\0\322\203\f\0\322\203\r\0\322\203\30\0"..., 4096, 4005888) = 4096
pwrite64(3, "\323\203\0\0\323\203\1\0\323\203\2\0\323\203\3\0\323\203\4\0\323\203\f\0\323\203\r\0\323\203\30\0"..., 4096, 4009984) = 4096
pwrite64(3, "\324\203\0\0\324\203\1\0\324\203\2\0\324\203\3\0\324\203\4\0\324\203\f\0\324\203\r\0\324\203\30\0"..., 4096, 4014080) = 4096
pwrite64(3, "\325\203\0\0\325\203\1\0\325\203\2\0\325\203\3\0\325\203\4\0\325\203\f\0\325\203\r\0\325\203\30\0"..., 4096, 4018176) = 4096
pwrite64(3, "\326\203\0\0\326\203\1\0\326\203\2\0\326\203\3\0\326\203\4\0\326\203\f\0\326\203\r\0\326\203\30\0"..., 4096, 4022272) = 4096
pwrite64(3, "\327\203\0\0\327\203\1\0\327\203\2\0\327\203\3\0\327\203\4\0\327\203\f\0\327\203\r\0\327\203\30\0"..., 4096, 4026368) = 4096
pwrite64(3, "\330\203\0\0\330\203\1\0\330\203\2\0\330\203\3\0\330\203\4\0\330\203\f\0\330\203\r\0\330\203\30\0"..., 4096, 4030464) = 4096
pwrite64(3, "\331\203\0\0\331\203\1\0\331\203\2\0\331\203\3\0\331\203\4\0\331\203\f\0\331\203\r\0\331\203\30\0"..., 4096, 4034560) = 4096
pwrite64(3, "\332\203\0\0\332\203\1\0\332\203\2\0\332\203\3\0\332\203\4\0\332\203\f\0\332\203\r\0\332\203\30\0"..., 4096, 4038656) = 4096
pwrite64(3, "\333\203\0\0\333\203\1\0\333\203\2\0\333\203\3\0\333\203\4\0\333\203\f\0\333\203\r\0\333\203\30\0"..., 4096, 4042752) = 4096
pwrite64(3, "\334\203\0\0\334\203\1\0\334\203\2\0\334\203\3\0\334\203\4\0\334\203\f\0\334\203\r\0\334\203\30\0"..., 4096, 4046848) = 4096
pwrite64(3, "\335\203\0\0\335\203\1\0\335\203\2\0\335\203\3\0\335\203\4\0\335\203\f\0\335\203\r\0\335\203\30\0"..., 4096, 4050944) = 4096
pwrite64(3, "\336\203\0\0\336\203\1\0\336\203\2\0\336\203\3\0\336\203\4\0\336\203\f\0\336\203\r\0\336\203\30\0"..., 4096, 4055040) = 4096
pwrite64(3, "\337\203\0\0\337\203\1\0\337\203\2\0\337\203\3\0\337\203\4\0\337\203\f\0\337\203\r\0\337\203\30\0"..., 4096, 4059136) = 4096
pwrite64(3, "\340\203\0\0\340\203\1\0\340\203\2\0\340\203\3\0\340\203\4\0\340\203\f\0\340\203\r\0\340\203\30\0"..., 4096, 4063232) = 4096
pwrite64(3, "\341\203\0\0\341\203\1\0\341\203\2\0\341\203\3\0\341\203\4\0\341\203\f\0\341\203\r\0\341\203\30\0"..., 4096, 4067328) = 4096
pwrite64(3, "\342\203\0\0\342\203\1\0\342\203\2\0\342\203\3\0\342\203\4\0\342\203\f\0\342\203\r\0\342\203\30\0"..., 4096, 4071424) = 4096
pwrite64(3, "\343\203\0\0\343\203\1\0\343\203\2\0\343\203\3\0\343\203\4\0\343\203\f\0\343\203\r\0\343\203\30\0"..., 4096, 4075520) = 4096
pwrite64(3, "\344\203\0\0\344\203\1\0\344\203\2\0\344\203\3\0\344\203\4\0\344\203\f\0\344\203\r\0\344\203\30\0"..., 4096, 4079616) = 4096
pwrite64(3, "\345\203\0\0\345\203\1\0\345\203\2\0\345\203\3\0\345\203\4\0\345\203\f\0\345\203\r\0\345\203\30\0"..., 4096, 4083712) = 4096
pwrite64(3, "\346\203\0\0\346\203\1\0\346\203\2\0\346\203\3\0\346\203\4\0\346\203\f\0\346\203\r\0\346\203\30\0"..., 4096, 4087808) = 4096
pwrite64(3, "\347\203\0\0\347\203\1\0\347\203\2\0\347\203\3\0\347\203\4\0\347\203\f\0\347\203\r\0\347\203\30\0"..., 4096, 4091904) = 4096
pwrite64(3, "\350\203\0\0\350\203\1\0\350\203\2\0\350\203\3\0\350\203\4\0\350\203\f\0\350\203\r\0\350\203\30\0"..., 4096, 4096000) = 4096
pwrite64(3, "\351\203\0\0\351\203\1\0\351\203\2\0\351\203\3\0\351\203\4\0\351\203\f\0\351\203\r\0\351\203\30\0"..., 4096, 4100096) = 4096
pwrite64(3, "\352\203\0\0\352\203\1\0\352\203\2\0\352\203\3\0\352\203\4\0\352\203\f\0\352\203\r\0\352\203\30\0"..., 4096, 4104192) = 4096
pwrite64(3, "\353\203\0\0\353\203\1\0\353\203\2\0\353\203\3\0\353\203\4\0\353\203\f\0\353\203\r\0\353\203\30\0"..., 4096, 4108288) = 4096
pwrite64(3, "\354\203\0\0\354\203\1\0\354\203\2\0\354\203\3\0\354\203\4\0\354\203\f\0\354\203\r\0\354\203\30\0"..., 4096, 4112384) = 4096
pwrite64(3, "\355\203\0\0\355\203\1\0\355\203\2\0\355\203\3\0\355\203\4\0\355\203\f\0\355\203\r\0\355\203\30\0"..., 4096, 4116480) = 4096
pwrite64(3, "\356\203\0\0\356\203\1\0\356\203\2\0\356\203\3\0\356\203\4\0\356\203\f\0\356\203\r\0\356\203\30\0"..., 4096, 4120576) = 4096
pwrite64(3, "\357\203\0\0\357\203\1\0\357\203\2\0\357\203\3\0\357\203\4\0\357\203\f\0\357\203\r\0\357\203\30\0"..., 4096, 4124672) = 4096
pwrite64(3, "\360\203\0\0\360\203\1\0\360\203\2\0\360\203\3\0\360\203\4\0\360\203\f\0\360\203\r\0\360\203\30\0"..., 4096, 4128768) = 4096
pwrite64(3, "\361\203\0\0\361\203\1\0\361\203\2\0\361\203\3\0\361\203\4\0\361\203\f\0\361\203\r\0\361\203\30\0"..., 4096, 4132864) = 4096
pwrite64(3, "\362\203\0\0\362\203\1\0\362\203\2\0\362\203\3\0\362\203\4\0\362\203\f\0\362\203\r\0\362\203\30\0"..., 4096, 4136960) = 4096
pwrite64(3, "\363\203\0\0\363\203\1\0\363\203\2\0\363\203\3\0\363\203\4\0\363\203\f\0\363\203\r\0\363\203\30\0"..., 4096, 4141056) = 4096
pwrite64(3, "\364\203\0\0\364\203\1\0\364\203\2\0\364\203\3\0\364\203\4\0\364\203\f\0\364\203\r\0\364\203\30\0"..., 4096, 4145152) = 4096
pwrite64(3, "\365\203\0\0\365\203\1\0\365\203\2\0\365\203\3\0\365\203\4\0\365\203\f\0\365\203\r\0\365\203\30\0"..., 4096, 4149248) = 4096
pwrite64(3, "\366\203\0\0\366\203\1\0\366\203\2\0\366\203\3\0\366\203\4\0\366\203\f\0\366\203\r\0\366\203\30\0"..., 4096, 4153344) = 4096
pwrite64(3, "\367\203\0\0\367\203\1\0\367\203\2\0\367\203\3\0\367\203\4\0\367\203\f\0\367\203\r\0\367\203\30\0"..., 4096, 4157440) = 4096
pwrite64(3, "\370\203\0\0\370\203\1\0\370\203\2\0\370\203\3\0\370\203\4\0\370\203\f\0\370\203\r\0\370\203\30\0"..., 4096, 4161536) = 4096
pwrite64(3, "\371\203\0\0\371\203\1\0\371\203\2\0\371\203\3\0\371\203\4\0\371\203\f\0\371\203\r\0\371\203\30\0"..., 4096, 4165632) = 4096
pwrite64(3, "\372\203\0\0\372\203\1\0\372\203\2\0\372\203\3\0\372\203\4\0\372\203\f\0\372\203\r\0\372\203\30\0"..., 4096, 4169728) = 4096
pwrite64(3, "\373\203\0\0\373\203\1\0\373\203\2\0\373\203\3\0\373\203\4\0\373\203\f\0\373\203\r\0\373\203\30\0"..., 4096, 4173824) = 4096
pwrite64(3, "\374\203\0\0\374\203\1\0\374\203\2\0\374\203\3\0\374\203\4\0\374\203\f\0\374\203\r\0\374\203\30\0"..., 4096, 4177920) = 4096
pwrite64(3, "\375\203\0\0\375\203\1\0\375\203\2\0\375\203\3\0\375\203\4\0\375\203\f\0\375\203\r\0\375\203\30\0"..., 4096, 4182016) = 4096
pwrite64(3, "\376\203\0\0\376\203\1\0\376\203\2\0\376\203\3\0\376\203\4\0\376\203\f\0\376\203\r\0\376\203\30\0"..., 4096, 4186112) = 4096
pwrite64(3, "\377\203\0\0\377\203\1\0\377\203\2\0\377\203\3\0\377\203\4\0\377\203\f\0\377\203\r\0\377\203\30\0"..., 4096, 4190208) = 4096
pwrite64(3, "\0\204\0\0\0\204\1\0\0\204\2\0\0\204\3\0\0\204\4\0\0\204\f\0\0\204\r\0\0\204\30\0"..., 4096, 4194304) = 4096
pwrite64(3, "\1\204\0\0\1\204\1\0\1\204\2\0\1\204\3\0\1\204\4\0\1\204\f\0\1\204\r\0\1\204\30\0"..., 4096, 4198400) = 4096
pwrite64(3, "\2\204\0\0\2\204\1\0\2\204\2\0\2\204\3\0\2\204\4\0\2\204\f\0\2\204\r\0\2\204\30\0"..., 4096, 4202496) = 4096
pwrite64(3, "\3\204\0\0\3\204\1\0\3\204\2\0\3\204\3\0\3\204\4\0\3\204\f\0\3\204\r\0\3\204\30\0"..., 4096, 4206592) = 4096
pwrite64(3, "\4\204\0\0\4\204\1\0\4\204\2\0\4\204\3\0\4\204\4\0\4\204\f\0\4\204\r\0\4\204\30\0"..., 4096, 4210688) = 4096
pwrite64(3, "\5\204\0\0\5\204\1\0\5\204\2\0\5\204\3\0\5\204\4\0\5\204\f\0\5\204\r\0\5\204\30\0"..., 4096, 4214784) = 4096
pwrite64(3, "\6\204\0\0\6\204\1\0\6\204\2\0\6\204\3\0\6\204\4\0\6\204\f\0\6\204\r\0\6\204\30\0"..., 4096, 4218880) = 4096
pwrite64(3, "\7\204\0\0\7\204\1\0\7\204\2\0\7\204\3\0\7\204\4\0\7\204\f\0\7\204\r\0\7\204\30\0"..., 4096, 4222976) = 4096
pwrite64(3, "\10\204\0\0\10\204\1\0\10\204\2\0\10\204\3\0\10\204\4\0\10\204\f\0\10\204\r\0\10\204\30\0"..., 4096, 4227072) = 4096
pwrite64(3, "\t\204\0\0\t\204\1\0\t\204\2\0\t\204\3\0\t\204\4\0\t\204\f\0\t\204\r\0\t\204\30\0"..., 4096, 4231168) = 4096
pwrite64(3, "\n\204\0\0\n\204\1\0\n\204\2\0\n\204\3\0\n\204\4\0\n\204\f\0\n\204\r\0\n\204\30\0"..., 4096, 4235264) = 4096
pwrite64(3, "\v\204\0\0\v\204\1\0\v\204\2\0\v\204\3\0\v\204\4\0\v\204\f\0\v\204\r\0\v\204\30\0"..., 4096, 4239360) = 4096
pwrite64(3, "\f\204\0\0\f\204\1\0\f\204\2\0\f\204\3\0\f\204\4\0\f\204\f\0\f\204\r\0\f\204\30\0"..., 4096, 4243456) = 4096
pwrite64(3, "\r\204\0\0\r\204\1\0\r\204\2\0\r\204\3\0\r\204\4\0\r\204\f\0\r\204\r\0\r\204\30\0"..., 4096, 4247552) = 4096
pwrite64(3, "\16\204\0\0\16\204\1\0\16\204\2\0\16\204\3\0\16\204\4\0\16\204\f\0\16\204\r\0\16\204\30\0"..., 4096, 4251648) = 4096
pwrite64(3, "\17\204\0\0\17\204\1\0\17\204\2\0\17\204\3\0\17\204\4\0\17\204\f\0\17\204\r\0\17\204\30\0"..., 4096, 4255744) = 4096
pwrite64(3, "\20\204\0\0\20\204\1\0\20\204\2\0\20\204\3\0\20\204\4\0\20\204\f\0\20\204\r\0\20\204\30\0"..., 4096, 4259840) = 4096
pwrite64(3, "\21\204\0\0\21\204\1\0\21\204\2\0\21\204\3\0\21\204\4\0\21\204\f\0\21\204\r\0\21\204\30\0"..., 4096, 4263936) = 4096
pwrite64(3, "\22\204\0\0\22\204\1\0\22\204\2\0\22\204\3\0\22\204\4\0\22\204\f\0\22\204\r\0\22\204\30\0"..., 4096, 4268032) = 4096
pwrite64(3, "\23\204\0\0\23\204\1\0\23\204\2\0\23\204\3\0\23\204\4\0\23\204\f\0\23\204\r\0\23\204\30\0"..., 4096, 4272128) = 4096
pwrite64(3, "\24\204\0\0\24\204\1\0\24\204\2\0\24\204\3\0\24\204\4\0\24\204\f\0\24\204\r\0\24\204\30\0"..., 4096, 4276224) = 4096
pwrite64(3, "\25\204\0\0\25\204\1\0\25\204\2\0\25\204\3\0\25\204\4\0\25\204\f\0\25\204\r\0\25\204\30\0"..., 4096, 4280320) = 4096
pwrite64(3, "\26\204\0\0\26\204\1\0\26\204\2\0\26\204\3\0\26\204\4\0\26\204\f\0\26\204\r\0\26\204\30\0"..., 4096, 4284416) = 4096
pwrite64(3, "\27\204\0\0\27\204\1\0\27\204\2\0\27\204\3\0\27\204\4\0\27\204\f\0\27\204\r\0\27\204\30\0"..., 4096, 4288512) = 4096
pwrite64(3, "\30\204\0\0\30\204\1\0\30\204\2\0\30\204\3\0\30\204\4\0\30\204\f\0\30\204\r\0\30\204\30\0"..., 4096, 4292608) = 4096
pwrite64(3, "\31\204\0\0\31\204\1\0\31\204\2\0\31\204\3\0\31\204\4\0\31\204\f\0\31\204\r\0\31\204\30\0"..., 4096, 4296704) = 4096
pwrite64(3, "\32\204\0\0\32\204\1\0\32\204\2\0\32\204\3\0\32\204\4\0\32\204\f\0\32\204\r\0\32\204\30\0"..., 4096, 4300800) = 4096
pwrite64(3, "\33\204\0\0\33\204\1\0\33\204\2\0\33\204\3\0\33\204\4\0\33\204\f\0\33\204\r\0\33\204\30\0"..., 4096, 4304896) = 4096
pwrite64(3, "\34\204\0\0\34\204\1\0\34\204\2\0\34\204\3\0\34\204\4\0\34\204\f\0\34\204\r\0\34\204\30\0"..., 4096, 4308992) = 4096
pwrite64(3, "\35\204\0\0\35\204\1\0\35\204\2\0\35\204\3\0\35\204\4\0\35\204\f\0\35\204\r\0\35\204\30\0"..., 4096, 4313088) = 4096
pwrite64(3, "\36\204\0\0\36\204\1\0\36\204\2\0\36\204\3\0\36\204\4\0\36\204\f\0\36\204\r\0\36\204\30\0"..., 4096, 4317184) = 4096
pwrite64(3, "\37\204\0\0\37\204\1\0\37\204\2\0\37\204\3\0\37\204\4\0\37\204\f\0\37\204\r\0\37\204\30\0"..., 4096, 4321280) = 4096
pwrite64(3, " \204\0\0 \204\1\0 \204\2\0 \204\3\0 \204\4\0 \204\f\0 \204\r\0 \204\30\0"..., 4096, 4325376) = 4096
pwrite64(3, "!\204\0\0!\204\1\0!\204\2\0!\204\3\0!\204\4\0!\204\f\0!\204\r\0!\204\30\0"..., 4096, 4329472) = 4096
pwrite64(3, "\"\204\0\0\"\204\1\0\"\204\2\0\"\204\3\0\"\204\4\0\"\204\f\0\"\204\r\0\"\204\30\0"..., 4096, 4333568) = 4096
pwrite64(3, "#\204\0\0#\204\1\0#\204\2\0#\204\3\0#\204\4\0#\204\f\0#\204\r\0#\204\30\0"..., 4096, 4337664) = 4096
pwrite64(3, "$\204\0\0$\204\1\0$\204\2\0$\204\3\0$\204\4\0$\204\f\0$\204\r\0$\204\30\0"..., 4096, 4341760) = 4096
pwrite64(3, "%\204\0\0%\204\1\0%\204\2\0%\204\3\0%\204\4\0%\204\f\0%\204\r\0%\204\30\0"..., 4096, 4345856) = 4096
pwrite64(3, "&\204\0\0&\204\1\0&\204\2\0&\204\3\0&\204\4\0&\204\f\0&\204\r\0&\204\30\0"..., 4096, 4349952) = 4096
pwrite64(3, "'\204\0\0'\204\1\0'\204\2\0'\204\3\0'\204\4\0'\204\f\0'\204\r\0'\204\30\0"..., 4096, 4354048) = 4096
pwrite64(3, "(\204\0\0(\204\1\0(\204\2\0(\204\3\0(\204\4\0(\204\f\0(\204\r\0(\204\30\0"..., 4096, 4358144) = 4096
pwrite64(3, ")\204\0\0)\204\1\0)\204\2\0)\204\3\0)\204\4\0)\204\f\0)\204\r\0)\204\30\0"..., 4096, 4362240) = 4096
pwrite64(3, "*\204\0\0*\204\1\0*\204\2\0*\204\3\0*\204\4\0*\204\f\0*\204\r\0*\204\30\0"..., 4096, 4366336) = 4096
pwrite64(3, "+\204\0\0+\204\1\0+\204\2\0+\204\3\0+\204\4\0+\204\f\0+\204\r\0+\204\30\0"..., 4096, 4370432) = 4096
pwrite64(3, ",\204\0\0,\204\1\0,\204\2\0,\204\3\0,\204\4\0,\204\f\0,\204\r\0,\204\30\0"..., 4096, 4374528) = 4096
pwrite64(3, "-\204\0\0-\204\1\0-\204\2\0-\204\3\0-\204\4\0-\204\f\0-\204\r\0-\204\30\0"..., 4096, 4378624) = 4096
pwrite64(3, ".\204\0\0.\204\1\0.\204\2\0.\204\3\0.\204\4\0.\204\f\0.\204\r\0.\204\30\0"..., 4096, 4382720) = 4096
pwrite64(3, "/\204\0\0/\204\1\0/\204\2\0/\204\3\0/\204\4\0/\204\f\0/\204\r\0/\204\30\0"..., 4096, 4386816) = 4096
pwrite64(3, "0\204\0\0000\204\1\0000\204\2\0000\204\3\0000\204\4\0000\204\f\0000\204\r\0000\204\30\0"..., 4096, 4390912) = 4096
pwrite64(3, "1\204\0\0001\204\1\0001\204\2\0001\204\3\0001\204\4\0001\204\f\0001\204\r\0001\204\30\0"..., 4096, 4395008) = 4096
pwrite64(3, "2\204\0\0002\204\1\0002\204\2\0002\204\3\0002\204\4\0002\204\f\0002\204\r\0002\204\30\0"..., 4096, 4399104) = 4096
pwrite64(3, "3\204\0\0003\204\1\0003\204\2\0003\204\3\0003\204\4\0003\204\f\0003\204\r\0003\204\30\0"..., 4096, 4403200) = 4096
pwrite64(3, "4\204\0\0004\204\1\0004\204\2\0004\204\3\0004\204\4\0004\204\f\0004\204\r\0004\204\30\0"..., 4096, 4407296) = 4096
pwrite64(3, "5\204\0\0005\204\1\0005\204\2\0005\204\3\0005\204\4\0005\204\f\0005\204\r\0005\204\30\0"..., 4096, 4411392) = 4096
pwrite64(3, "6\204\0\0006\204\1\0006\204\2\0006\204\3\0006\204\4\0006\204\f\0006\204\r\0006\204\30\0"..., 4096, 4415488) = 4096
pwrite64(3, "7\204\0\0007\204\1\0007\204\2\0007\204\3\0007\204\4\0007\204\f\0007\204\r\0007\204\30\0"..., 4096, 4419584) = 4096
pwrite64(3, "8\204\0\0008\204\1\0008\204\2\0008\204\3\0008\204\4\0008\204\f\0008\204\r\0008\204\30\0"..., 4096, 4423680) = 4096
pwrite64(3, "9\204\0\0009\204\1\0009\204\2\0009\204\3\0009\204\4\0009\204\f\0009\204\r\0009\204\30\0"..., 4096, 4427776) = 4096
pwrite64(3, ":\204\0\0:\204\1\0:\204\2\0:\204\3\0:\204\4\0:\204\f\0:\204\r\0:\204\30\0"..., 4096, 4431872) = 4096
pwrite64(3, ";\204\0\0;\204\1\0;\204\2\0;\204\3\0;\204\4\0;\204\f\0;\204\r\0;\204\30\0"..., 4096, 4435968) = 4096
pwrite64(3, "<\204\0\0<\204\1\0<\204\2\0<\204\3\0<\204\4\0<\204\f\0<\204\r\0<\204\30\0"..., 4096, 4440064) = 4096
pwrite64(3, "=\204\0\0=\204\1\0=\204\2\0=\204\3\0=\204\4\0=\204\f\0=\204\r\0=\204\30\0"..., 4096, 4444160) = 4096
pwrite64(3, ">\204\0\0>\204\1\0>\204\2\0>\204\3\0>\204\4\0>\204\f\0>\204\r\0>\204\30\0"..., 4096, 4448256) = 4096
pwrite64(3, "?\204\0\0?\204\1\0?\204\2\0?\204\3\0?\204\4\0?\204\f\0?\204\r\0?\204\30\0"..., 4096, 4452352) = 4096
pwrite64(3, "@\204\0\0@\204\1\0@\204\2\0@\204\3\0@\204\4\0@\204\f\0@\204\r\0@\204\30\0"..., 4096, 4456448) = 4096
pwrite64(3, "A\204\0\0A\204\1\0A\204\2\0A\204\3\0A\204\4\0A\204\f\0A\204\r\0A\204\30\0"..., 4096, 4460544) = 4096
pwrite64(3, "B\204\0\0B\204\1\0B\204\2\0B\204\3\0B\204\4\0B\204\f\0B\204\r\0B\204\30\0"..., 4096, 4464640) = 4096
pwrite64(3, "C\204\0\0C\204\1\0C\204\2\0C\204\3\0C\204\4\0C\204\f\0C\204\r\0C\204\30\0"..., 4096, 4468736) = 4096
pwrite64(3, "D\204\0\0D\204\1\0D\204\2\0D\204\3\0D\204\4\0D\204\f\0D\204\r\0D\204\30\0"..., 4096, 4472832) = 4096
pwrite64(3, "E\204\0\0E\204\1\0E\204\2\0E\204\3\0E\204\4\0E\204\f\0E\204\r\0E\204\30\0"..., 4096, 4476928) = 4096
pwrite64(3, "F\204\0\0F\204\1\0F\204\2\0F\204\3\0F\204\4\0F\204\f\0F\204\r\0F\204\30\0"..., 4096, 4481024) = 4096
pwrite64(3, "G\204\0\0G\204\1\0G\204\2\0G\204\3\0G\204\4\0G\204\f\0G\204\r\0G\204\30\0"..., 4096, 4485120) = 4096
pwrite64(3, "H\204\0\0H\204\1\0H\204\2\0H\204\3\0H\204\4\0H\204\f\0H\204\r\0H\204\30\0"..., 4096, 4489216) = 4096
pwrite64(3, "I\204\0\0I\204\1\0I\204\2\0I\204\3\0I\204\4\0I\204\f\0I\204\r\0I\204\30\0"..., 4096, 4493312) = 4096
pwrite64(3, "J\204\0\0J\204\1\0J\204\2\0J\204\3\0J\204\4\0J\204\f\0J\204\r\0J\204\30\0"..., 4096, 4497408) = 4096
pwrite64(3, "K\204\0\0K\204\1\0K\204\2\0K\204\3\0K\204\4\0K\204\f\0K\204\r\0K\204\30\0"..., 4096, 4501504) = 4096
pwrite64(3, "L\204\0\0L\204\1\0L\204\2\0L\204\3\0L\204\4\0L\204\f\0L\204\r\0L\204\30\0"..., 4096, 4505600) = 4096
pwrite64(3, "M\204\0\0M\204\1\0M\204\2\0M\204\3\0M\204\4\0M\204\f\0M\204\r\0M\204\30\0"..., 4096, 4509696) = 4096
pwrite64(3, "N\204\0\0N\204\1\0N\204\2\0N\204\3\0N\204\4\0N\204\f\0N\204\r\0N\204\30\0"..., 4096, 4513792) = 4096
pwrite64(3, "O\204\0\0O\204\1\0O\204\2\0O\204\3\0O\204\4\0O\204\f\0O\204\r\0O\204\30\0"..., 4096, 4517888) = 4096
pwrite64(3, "P\204\0\0P\204\1\0P\204\2\0P\204\3\0P\204\4\0P\204\f\0P\204\r\0P\204\30\0"..., 4096, 4521984) = 4096
pwrite64(3, "Q\204\0\0Q\204\1\0Q\204\2\0Q\204\3\0Q\204\4\0Q\204\f\0Q\204\r\0Q\204\30\0"..., 4096, 4526080) = 4096
pwrite64(3, "R\204\0\0R\204\1\0R\204\2\0R\204\3\0R\204\4\0R\204\f\0R\204\r\0R\204\30\0"..., 4096, 4530176) = 4096
pwrite64(3, "S\204\0\0S\204\1\0S\204\2\0S\204\3\0S\204\4\0S\204\f\0S\204\r\0S\204\30\0"..., 4096, 4534272) = 4096
pwrite64(3, "T\204\0\0T\204\1\0T\204\2\0T\204\3\0T\204\4\0T\204\f\0T\204\r\0T\204\30\0"..., 4096, 4538368) = 4096
pwrite64(3, "U\204\0\0U\204\1\0U\204\2\0U\204\3\0U\204\4\0U\204\f\0U\204\r\0U\204\30\0"..., 4096, 4542464) = 4096
pwrite64(3, "V\204\0\0V\204\1\0V\204\2\0V\204\3\0V\204\4\0V\204\f\0V\204\r\0V\204\30\0"..., 4096, 4546560) = 4096
pwrite64(3, "W\204\0\0W\204\1\0W\204\2\0W\204\3\0W\204\4\0W\204\f\0W\204\r\0W\204\30\0"..., 4096, 4550656) = 4096
pwrite64(3, "X\204\0\0X\204\1\0X\204\2\0X\204\3\0X\204\4\0X\204\f\0X\204\r\0X\204\30\0"..., 4096, 4554752) = 4096
pwrite64(3, "Y\204\0\0Y\204\1\0Y\204\2\0Y\204\3\0Y\204\4\0Y\204\f\0Y\204\r\0Y\204\30\0"..., 4096, 4558848) = 4096
pwrite64(3, "Z\204\0\0Z\204\1\0Z\204\2\0Z\204\3\0Z\204\4\0Z\204\f\0Z\204\r\0Z\204\30\0"..., 4096, 4562944) = 4096
pwrite64(3, "[\204\0\0[\204\1\0[\204\2\0[\204\3\0[\204\4\0[\204\f\0[\204\r\0[\204\30\0"..., 4096, 4567040) = 4096
pwrite64(3, "\\\204\0\0\\\204\1\0\\\204\2\0\\\204\3\0\\\204\4\0\\\204\f\0\\\204\r\0\\\204\30\0"..., 4096, 4571136) = 4096
pwrite64(3, "]\204\0\0]\204\1\0]\204\2\0]\204\3\0]\204\4\0]\204\f\0]\204\r\0]\204\30\0"..., 4096, 4575232) = 4096
pwrite64(3, "^\204\0\0^\204\1\0^\204\2\0^\204\3\0^\204\4\0^\204\f\0^\204\r\0^\204\30\0"..., 4096, 4579328) = 4096
pwrite64(3, "_\204\0\0_\204\1\0_\204\2\0_\204\3\0_\204\4\0_\204\f\0_\204\r\0_\204\30\0"..., 4096, 4583424) = 4096
pwrite64(3, "`\204\0\0`\204\1\0`\204\2\0`\204\3\0`\204\4\0`\204\f\0`\204\r\0`\204\30\0"..., 4096, 4587520) = 4096
pwrite64(3, "a\204\0\0a\204\1\0a\204\2\0a\204\3\0a\204\4\0a\204\f\0a\204\r\0a\204\30\0"..., 4096, 4591616) = 4096
pwrite64(3, "b\204\0\0b\204\1\0b\204\2\0b\204\3\0b\204\4\0b\204\f\0b\204\r\0b\204\30\0"..., 4096, 4595712) = 4096
pwrite64(3, "c\204\0\0c\204\1\0c\204\2\0c\204\3\0c\204\4\0c\204\f\0c\204\r\0c\204\30\0"..., 4096, 4599808) = 4096
pwrite64(3, "d\204\0\0d\204\1\0d\204\2\0d\204\3\0d\204\4\0d\204\f\0d\204\r\0d\204\30\0"..., 4096, 4603904) = 4096
pwrite64(3, "e\204\0\0e\204\1\0e\204\2\0e\204\3\0e\204\4\0e\204\f\0e\204\r\0e\204\30\0"..., 4096, 4608000) = 4096
pwrite64(3, "f\204\0\0f\204\1\0f\204\2\0f\204\3\0f\204\4\0f\204\f\0f\204\r\0f\204\30\0"..., 4096, 4612096) = 4096
pwrite64(3, "g\204\0\0g\204\1\0g\204\2\0g\204\3\0g\204\4\0g\204\f\0g\204\r\0g\204\30\0"..., 4096, 4616192) = 4096
pwrite64(3, "h\204\0\0h\204\1\0h\204\2\0h\204\3\0h\204\4\0h\204\f\0h\204\r\0h\204\30\0"..., 4096, 4620288) = 4096
pwrite64(3, "i\204\0\0i\204\1\0i\204\2\0i\204\3\0i\204\4\0i\204\f\0i\204\r\0i\204\30\0"..., 4096, 4624384) = 4096
pwrite64(3, "j\204\0\0j\204\1\0j\204\2\0j\204\3\0j\204\4\0j\204\f\0j\204\r\0j\204\30\0"..., 4096, 4628480) = 4096
pwrite64(3, "k\204\0\0k\204\1\0k\204\2\0k\204\3\0k\204\4\0k\204\f\0k\204\r\0k\204\30\0"..., 4096, 4632576) = 4096
pwrite64(3, "l\204\0\0l\204\1\0l\204\2\0l\204\3\0l\204\4\0l\204\f\0l\204\r\0l\204\30\0"..., 4096, 4636672) = 4096
pwrite64(3, "m\204\0\0m\204\1\0m\204\2\0m\204\3\0m\204\4\0m\204\f\0m\204\r\0m\204\30\0"..., 4096, 4640768) = 4096
pwrite64(3, "n\204\0\0n\204\1\0n\204\2\0n\204\3\0n\204\4\0n\204\f\0n\204\r\0n\204\30\0"..., 4096, 4644864) = 4096
pwrite64(3, "o\204\0\0o\204\1\0o\204\2\0o\204\3\0o\204\4\0o\204\f\0o\204\r\0o\204\30\0"..., 4096, 4648960) = 4096
write(1, "Creating journal (262144 blocks)"..., 34) = 34
mremap(0x7f7a47388000, 2101248, 4198400, MREMAP_MAYMOVE) = 0x7f7a46f87000
pwrite64(3, "t\204\0\0t\204\1\0t\204\2\0t\204\3\0t\204\4\0t\204\f\0t\204\r\0t\204\30\0"..., 4096, 4669440) = 4096
pwrite64(3, "p\204\0\0p\204\1\0p\204\2\0p\204\3\0p\204\4\0p\204\f\0p\204\r\0p\204\30\0"..., 4096, 4653056) = 4096
pwrite64(3, "\0\0\0\0\0\0\0\0mzG[mzG[mzG[\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4808704) = 4096
pwrite64(3, "q\204\0\0q\204\1\0q\204\2\0q\204\3\0q\204\4\0q\204\f\0q\204\r\0q\204\30\0"..., 4096, 4657152) = 4096
pwrite64(3, "r\204\0\0r\204\1\0r\204\2\0r\204\3\0r\204\4\0r\204\f\0r\204\r\0r\204\30\0"..., 4096, 4661248) = 4096
pwrite64(3, "s\204\0\0s\204\1\0s\204\2\0s\204\3\0s\204\4\0s\204\f\0s\204\r\0s\204\30\0"..., 4096, 4665344) = 4096
pwrite64(3, "u\204\0\0u\204\1\0u\204\2\0u\204\3\0u\204\4\0u\204\f\0u\204\r\0u\204\30\0"..., 4096, 4673536) = 4096
pwrite64(3, "\1\4\0\0\2\4\0\0\3\4\0\0\4\4\0\0\5\4\0\0\6\4\0\0\7\4\0\0\10\4\0\0"..., 4096, 38383616) = 4096
pwrite64(3, "\0\0\0\0\0\0\0\0mzG[mzG[mzG[\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4808704) = 4096
pwrite64(3, "\0\0\0\0\0\0\0\0mzG[mzG[mzG[\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4808704) = 4096
pwrite64(3, "\0\0\0\0\0\0\0\0mzG[mzG[mzG[\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4808704) = 4096
pwrite64(3, "\n\363\5\0T\1\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\200@\7\0\200\0\0\0\200\0\0"..., 4096, 498350419968) = 4096
pwrite64(3, "\0\0\0\0\0\0\0\0mzG[mzG[mzG[\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4808704) = 4096
pread64(3, "\n\363\5\0T\1\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\200@\7\0\200\0\0\0\200\0\0"..., 4096, 498350419968) = 4096
pwrite64(3, "\n\363\6\0T\1\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\200@\7\0\200\0\0\0\200\0\0"..., 4096, 498350419968) = 4096
pread64(3, "\n\363\6\0T\1\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\200@\7\0\200\0\0\0\200\0\0"..., 4096, 498350419968) = 4096
pwrite64(3, "\n\363\7\0T\1\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\200@\7\0\200\0\0\0\200\0\0"..., 4096, 498350419968) = 4096
pread64(3, "\n\363\7\0T\1\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\200@\7\0\200\0\0\0\200\0\0"..., 4096, 498350419968) = 4096
pwrite64(3, "\n\363\10\0T\1\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\200@\7\0\200\0\0\0\200\0\0"..., 4096, 498350419968) = 4096
pread64(3, "\n\363\10\0T\1\0\0\0\0\0\0\0\0\0\0\0\200\0\0\0\200@\7\0\200\0\0\0\200\0\0"..., 4096, 498350419968) = 4096
write(1, "done\n", 5) = 5
write(1, "Writing superblocks and filesyst"..., 59) = 59
pwrite64(3, "\0\0\0\0\0\0\0\0mzG[mzG[mzG[\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4808704) = 4096
pwrite64(3, "\300;9\230\0\0\0\4\0\0\0\0\0\0\20\0\0\4\0\0\0\0\0\1\0\0\0\1\0\0\0\0"..., 4096, 498350424064) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 4677632) = 4096
pwrite64(3, "\377\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 4743168) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 4681728) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 4689920) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 4698112) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 4706304) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 4714496) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 2147483648) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 2147520512) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 2147528704) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 4294967296) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 6442450944) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 6442455040) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 8589934592) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 10737418240) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 10737422336) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 12884901888) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 15032385536) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 15032438784) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 17179869184) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 19327352832) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 21474836480) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 23622320128) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 25769803776) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 27917287424) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 30064771072) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 32212254720) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 32212267008) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 34359738368) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 36507222016) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 38654705664) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 40802189312) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 42949672960) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 45097156608) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 45097185280) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 47244640256) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 49392123904) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 51539607552) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 53687091200) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 55834574848) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 57982058496) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 60129542144) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 62277025792) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 64424509440) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 66571993088) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 68719476736) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 70866960384) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 73014444032) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 75161927680) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 77309411328) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 79456894976) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 81604378624) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 83751862272) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 83751866368) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 85899345920) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 88046829568) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 90194313216) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 92341796864) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 94489280512) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 96636764160) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 96636801024) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 98784247808) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 100931731456) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 103079215104) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 105226698752) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 107374182400) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 109521666048) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 111669149696) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 113816633344) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 115964116992) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 118111600640) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 120259084288) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 122406567936) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 124554051584) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 126701535232) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 128849018880) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 130996502528) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 133143986176) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 135291469824) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 137438953472) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 139586437120) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 141733920768) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 143881404416) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 146028888064) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 148176371712) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 150323855360) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 152471339008) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 154618822656) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 156766306304) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 158913789952) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 161061273600) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 163208757248) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 165356240896) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 167503724544) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 169651208192) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 171798691840) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 173946175488) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 176093659136) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 178241142784) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 180388626432) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 182536110080) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 184683593728) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 186831077376) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 188978561024) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 191126044672) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 193273528320) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 195421011968) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 197568495616) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 199715979264) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 201863462912) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 204010946560) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 206158430208) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 208305913856) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 210453397504) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 212600881152) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 214748364800) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 216895848448) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 219043332096) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 221190815744) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 223338299392) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 225485783040) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 227633266688) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 229780750336) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 231928233984) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 234075717632) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 236223201280) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 238370684928) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 240518168576) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 242665652224) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 244813135872) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 246960619520) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 249108103168) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 251255586816) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 253403070464) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 255550554112) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 257698037760) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 259845521408) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 261993005056) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 264140488704) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 266287972352) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 268435456000) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 270582939648) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 272730423296) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 274877906944) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 277025390592) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 279172874240) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 281320357888) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 283467841536) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 285615325184) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 287762808832) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 289910292480) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 292057776128) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 292057821184) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 294205259776) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 296352743424) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 298500227072) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 300647710720) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 302795194368) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 304942678016) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 307090161664) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 309237645312) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 311385128960) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 313532612608) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 315680096256) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 317827579904) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 319975063552) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 322122547200) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 322122551296) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 324270030848) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 326417514496) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 328564998144) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 330712481792) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 332859965440) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 335007449088) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 337154932736) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 339302416384) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 341449900032) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 343597383680) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 345744867328) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 347892350976) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 350039834624) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 352187318272) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 354334801920) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 356482285568) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 358629769216) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 360777252864) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 362924736512) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 365072220160) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 367219703808) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 369367187456) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 371514671104) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 373662154752) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 375809638400) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 377957122048) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 380104605696) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 382252089344) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 384399572992) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 386547056640) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 388694540288) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 390842023936) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 392989507584) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 395136991232) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 397284474880) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 399431958528) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 401579442176) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 403726925824) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 405874409472) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 408021893120) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 410169376768) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 412316860416) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 414464344064) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 416611827712) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 418759311360) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 418759331840) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 420906795008) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 423054278656) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 425201762304) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 427349245952) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 429496729600) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 431644213248) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 433791696896) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 435939180544) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 438086664192) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 440234147840) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 442381631488) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 444529115136) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 446676598784) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 448824082432) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 450971566080) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 453119049728) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 455266533376) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 457414017024) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 459561500672) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 461708984320) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 463856467968) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 466003951616) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 468151435264) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 470298918912) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 472446402560) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 474593886208) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 476741369856) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 478888853504) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 481036337152) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 483183820800) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 485331304448) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 487478788096) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 489626271744) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 491773755392) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 493921239040) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 496068722688) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 498216206336) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 498216210432) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 498216214528) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 498216218624) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 498216222720) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 498216226816) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 498216230912) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 498216235008) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 498216239104) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 500363689984) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 502511173632) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 504658657280) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 506806140928) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 508953624576) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 511101108224) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 513248591872) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 515396075520) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 517543559168) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 519691042816) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 521838526464) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 523986010112) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 526133493760) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 528280977408) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 530428461056) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 532575944704) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 534723428352) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 536870912000) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 539018395648) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 541165879296) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 543313362944) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 545460846592) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 547608330240) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 549755813888) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 551903297536) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 554050781184) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 556198264832) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 558345748480) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 560493232128) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 562640715776) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 564788199424) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 566935683072) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 569083166720) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 571230650368) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 573378134016) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 575525617664) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 577673101312) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 579820584960) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 581968068608) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 584115552256) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 586263035904) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 588410519552) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 590558003200) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 592705486848) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 594852970496) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 597000454144) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 599147937792) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 601295421440) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 603442905088) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 605590388736) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 607737872384) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 609885356032) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 612032839680) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 614180323328) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 616327806976) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 618475290624) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 620622774272) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 622770257920) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 624917741568) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 627065225216) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 629212708864) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 631360192512) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 633507676160) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 635655159808) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 637802643456) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 639950127104) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 642097610752) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 644245094400) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 646392578048) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 648540061696) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 650687545344) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 652835028992) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 654982512640) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 657129996288) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 659277479936) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 661424963584) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 663572447232) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 665719930880) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 667867414528) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 670014898176) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 672162381824) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 674309865472) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 676457349120) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 678604832768) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 680752316416) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 682899800064) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 685047283712) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 687194767360) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 689342251008) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 691489734656) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 693637218304) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 695784701952) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 697932185600) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 700079669248) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 702227152896) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 704374636544) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 706522120192) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 708669603840) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 710817087488) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 712964571136) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 715112054784) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 717259538432) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 719407022080) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 721554505728) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 723701989376) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 725849473024) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 727996956672) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 730144440320) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 732291923968) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 734439407616) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 736586891264) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 738734374912) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 740881858560) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 743029342208) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 745176825856) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 747324309504) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 749471793152) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 751619276800) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 753766760448) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 755914244096) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 758061727744) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 760209211392) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 762356695040) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 764504178688) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 766651662336) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 768799145984) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 770946629632) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 773094113280) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 775241596928) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 777389080576) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 779536564224) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 781684047872) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 783831531520) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 785979015168) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 788126498816) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 790273982464) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 792421466112) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 794568949760) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 796716433408) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 798863917056) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 801011400704) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 803158884352) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 805306368000) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 807453851648) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 809601335296) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 811748818944) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 813896302592) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 816043786240) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 818191269888) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 820338753536) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 822486237184) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 824633720832) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 826781204480) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 828928688128) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 831076171776) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 833223655424) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 835371139072) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 837518622720) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 839666106368) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 841813590016) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 843961073664) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 846108557312) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 848256040960) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 850403524608) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 852551008256) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 854698491904) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 856845975552) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 858993459200) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 861140942848) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 863288426496) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 865435910144) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 867583393792) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 869730877440) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 871878361088) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 874025844736) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 876173328384) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 878320812032) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 880468295680) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 880468299776) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 882615779328) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 884763262976) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 886910746624) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 889058230272) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 891205713920) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 893353197568) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 895500681216) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 897648164864) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 899795648512) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 901943132160) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 904090615808) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 906238099456) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 908385583104) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 910533066752) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 912680550400) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 914828034048) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 916975517696) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 919123001344) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 921270484992) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 923417968640) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 925565452288) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 927712935936) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 929860419584) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 932007903232) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 934155386880) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 936302870528) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 938450354176) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 940597837824) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 942745321472) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 944892805120) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 947040288768) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 949187772416) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 951335256064) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 953482739712) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 955630223360) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 957777707008) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 959925190656) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 962072674304) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 964220157952) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 966367641600) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 968515125248) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 970662608896) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 972810092544) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 974957576192) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 977105059840) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 979252543488) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 981400027136) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 983547510784) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 985694994432) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 987842478080) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 989989961728) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 992137445376) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 994284929024) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 996432412672) = 4096
pwrite64(3, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377"..., 4096, 998579896320) = 4096
write(1, " 0/7452", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 4096) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 134217728) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 134221824) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 402653184) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 402657280) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 671088640) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 671092736) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 939524096) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 939528192) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 1207959552) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 1207963648) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 3355443200) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 3355447296) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 3623878656) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 3623882752) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 6576668672) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 6576672768) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 10871635968) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 10871640064) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 16777216000) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 16777220096) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 32614907904) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 32614912000) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 46036680704) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 46036684800) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 83886080000) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 83886084096) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 97844723712) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 97844727808) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 293534171136) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 293534175232) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 322256764928) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 322256769024) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 419430400000) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 419430404096) = 479232
pwrite64(3, "\0\200\243\3\261\354\215\16]B%\0\260%O\16\365\177\243\3\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 880602513408) = 1024
pwrite64(3, "v\4\0\0\206\4\0\0\226\4\0\0d[\365\37\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 479232, 880602517504) = 479232
write(1, " ", 9) = 9
write(1, "\10\10\10\10\10\10\10\10\10", 9) = 9
fsync(3
@dabrace
Copy link

dabrace commented Jul 25, 2018

What device do you boot from?

can you provide the output of lsblk?

@dabrace
Copy link

dabrace commented Jul 30, 2018

Currently investigating these messages in your dmesg log. Not sure if this means anything...

[ 0.158901] pci 0000:b1:00.0: BAR 6: no space for [mem size 0x00200000 pref]
[ 0.158903] pci 0000:b1:00.0: BAR 6: failed to assign [mem size 0x00200000 pref]

@dabrace
Copy link

dabrace commented Jul 30, 2018

I
[ 0.158901] pci 0000:b1:00.0: BAR 6: no space for [mem size 0x00200000 pref]
[ 0.158903] pci 0000:b1:00.0: BAR 6: failed to assign [mem size 0x00200000 pref]

@dabrace
Copy link

dabrace commented Jul 30, 2018

These messages mean that your BIOS does not support the card properly.

Please contact HPE support for more details.

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

[ 0.158901] pci 0000:b1:00.0: BAR 6: no space for [mem size 0x00200000 pref]
[ 0.158903] pci 0000:b1:00.0: BAR 6: failed to assign [mem size 0x00200000 pref]

From our low level FW developers:

BAR6 = OROM/UEFI bar. In Luxor we changed the OROM request from 512KB to 2MB to support something in UEFI. Looks like this BIOS doesn’t support large OROM requests, OROM and UEFI will be disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment