[lxc-users] [CRIU] Live Migration with LXD on Raspberry Pi2
alex vk
avankemp at gmail.com
Fri Jun 17 12:31:45 UTC 2016
Hi all,
Looks like it happens every time yes :(
I'm using a Kernel 3.18 as Dimitry Safonov told me in a previous mail :
"AFAICS, criu does not support vdso dumping for arm.
But it should be fine on v3.18 kernel, as it has no support for
armv7 vdso. So, I think you may want to try the last criu on
v3.18 kernel."
and a version of criu 2.3 from the criu-dev branch + this patch (
https://lists.openvz.org/pipermail/criu/2016-April/027743.html)
I have honestly no idea how it is possible :)
here is my Kernel config :
pi at pi-desktop:/boot$ zcat /proc/config.gz
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.18.16 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_HAVE_PROC_CPU=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIQ=y
CONFIG_VECTORS_BASE=0xffff0000
# CONFIG_ARM_PATCH_PHYS_VIRT is not set
CONFIG_NEED_MACH_IO_H=y
CONFIG_NEED_MACH_MEMORY_H=y
CONFIG_PHYS_OFFSET=0
CONFIG_GENERIC_BUG=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-v7"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# 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_FHANDLE=y
CONFIG_USELIB=y
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_HARDIRQS_SW_RESEND=y
CONFIG_IRQ_DOMAIN=y
CONFIG_HANDLE_DOMAIN_IRQ=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_ARCH_HAS_TICK_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=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
#
# RCU Subsystem
#
CONFIG_TREE_PREEMPT_RCU=y
CONFIG_PREEMPT_RCU=y
# CONFIG_TASKS_RCU is not set
CONFIG_RCU_STALL_COMMON=y
# CONFIG_RCU_USER_QS is not set
CONFIG_RCU_FANOUT=32
CONFIG_RCU_FANOUT_LEAF=16
# CONFIG_RCU_FANOUT_EXACT is not set
# CONFIG_RCU_FAST_NO_HZ is not set
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_RCU_BOOST is not set
# CONFIG_RCU_NOCB_CPU is not set
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_GENERIC_SCHED_CLOCK=y
CONFIG_CGROUPS=y
CONFIG_CGROUP_DEBUG=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
CONFIG_MEMCG_KMEM=y
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_BLK_CGROUP=y
CONFIG_DEBUG_BLK_CGROUP=y
CONFIG_CHECKPOINT_RESTORE=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=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
# 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_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_BPF=y
CONFIG_EXPERT=y
CONFIG_UID16=y
# CONFIG_SGETMASK_SYSCALL is not set
CONFIG_SYSFS_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
# CONFIG_BPF_SYSCALL is not set
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_EMBEDDED=y
CONFIG_HAVE_PERF_EVENTS=y
CONFIG_PERF_USE_VMALLOC=y
#
# 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_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_SLUB_CPU_PARTIAL=y
# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
CONFIG_OPROFILE=m
CONFIG_HAVE_OPROFILE=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
# CONFIG_UPROBES is not set
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GENERIC_IDLE_POLL_SETUP=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_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR is not set
CONFIG_CC_STACKPROTECTOR_NONE=y
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_REL=y
CONFIG_CLONE_BACKWARDS=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_OLD_SIGACTION=y
#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=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 is not set
# CONFIG_MODULE_COMPRESS is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_LBDAF=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
# CONFIG_BLK_DEV_INTEGRITY is not set
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_CMDLINE_PARSER is not set
#
# 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=y
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION 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 is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_FREEZER=y
#
# System Type
#
CONFIG_MMU=y
# CONFIG_ARCH_MULTIPLATFORM is not set
# CONFIG_ARCH_INTEGRATOR is not set
# CONFIG_ARCH_REALVIEW is not set
# CONFIG_ARCH_VERSATILE is not set
# CONFIG_ARCH_AT91 is not set
# CONFIG_ARCH_BCM2708 is not set
# CONFIG_ARCH_CLPS711X is not set
# CONFIG_ARCH_GEMINI is not set
# CONFIG_ARCH_EBSA110 is not set
# CONFIG_ARCH_EP93XX is not set
# CONFIG_ARCH_FOOTBRIDGE is not set
# CONFIG_ARCH_NETX is not set
# CONFIG_ARCH_IOP13XX is not set
# CONFIG_ARCH_IOP32X is not set
# CONFIG_ARCH_IOP33X is not set
# CONFIG_ARCH_IXP4XX is not set
# CONFIG_ARCH_DOVE is not set
# CONFIG_ARCH_MV78XX0 is not set
# CONFIG_ARCH_ORION5X is not set
# CONFIG_ARCH_MMP is not set
# CONFIG_ARCH_KS8695 is not set
# CONFIG_ARCH_W90X900 is not set
# CONFIG_ARCH_LPC32XX is not set
# CONFIG_ARCH_PXA is not set
# CONFIG_ARCH_MSM is not set
# CONFIG_ARCH_SHMOBILE_LEGACY is not set
# CONFIG_ARCH_RPC is not set
# CONFIG_ARCH_SA1100 is not set
# CONFIG_ARCH_S3C24XX is not set
# CONFIG_ARCH_S3C64XX is not set
# CONFIG_ARCH_DAVINCI is not set
# CONFIG_ARCH_OMAP1 is not set
CONFIG_ARCH_BCM2709=y
CONFIG_BCM2708_GPIO=y
CONFIG_BCM2708_VCMEM=y
CONFIG_BCM2708_NOL2CACHE=y
CONFIG_BCM2708_SPIDEV=y
#
# Broadcom BCM2709 Implementations
#
CONFIG_MACH_BCM2709=y
CONFIG_BCM2709_DT=y
#
# Processor Type
#
CONFIG_CPU_V7=y
CONFIG_CPU_32v6K=y
CONFIG_CPU_32v7=y
CONFIG_CPU_ABRT_EV7=y
CONFIG_CPU_PABRT_V7=y
CONFIG_CPU_CACHE_V7=y
CONFIG_CPU_CACHE_VIPT=y
CONFIG_CPU_COPY_V6=y
CONFIG_CPU_TLB_V7=y
CONFIG_CPU_HAS_ASID=y
CONFIG_CPU_CP15=y
CONFIG_CPU_CP15_MMU=y
#
# Processor Features
#
# CONFIG_ARM_LPAE is not set
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
CONFIG_ARM_THUMB=y
# CONFIG_ARM_THUMBEE is not set
CONFIG_ARM_VIRT_EXT=y
CONFIG_SWP_EMULATE=y
# CONFIG_CPU_ICACHE_DISABLE is not set
# CONFIG_CPU_DCACHE_DISABLE is not set
# CONFIG_CPU_BPREDICT_DISABLE is not set
CONFIG_KUSER_HELPERS=y
CONFIG_MIGHT_HAVE_CACHE_L2X0=y
# CONFIG_CACHE_L2X0 is not set
CONFIG_ARM_L1_CACHE_SHIFT_6=y
CONFIG_ARM_L1_CACHE_SHIFT=6
CONFIG_ARM_DMA_MEM_BUFFERABLE=y
CONFIG_ARCH_HAS_BARRIERS=y
# CONFIG_ARM_ERRATA_430973 is not set
# CONFIG_ARM_ERRATA_458693 is not set
# CONFIG_ARM_ERRATA_460075 is not set
# CONFIG_ARM_ERRATA_742230 is not set
# CONFIG_ARM_ERRATA_742231 is not set
# CONFIG_ARM_ERRATA_643719 is not set
# CONFIG_ARM_ERRATA_720789 is not set
# CONFIG_ARM_ERRATA_743622 is not set
# CONFIG_ARM_ERRATA_751472 is not set
# CONFIG_ARM_ERRATA_754322 is not set
# CONFIG_ARM_ERRATA_754327 is not set
# CONFIG_ARM_ERRATA_764369 is not set
# CONFIG_ARM_ERRATA_775420 is not set
# CONFIG_ARM_ERRATA_798181 is not set
# CONFIG_ARM_ERRATA_773022 is not set
#
# Bus support
#
CONFIG_ARM_AMBA=y
# CONFIG_PCI_SYSCALL is not set
# CONFIG_PCCARD is not set
#
# Kernel Features
#
CONFIG_HAVE_SMP=y
CONFIG_SMP=y
CONFIG_SMP_ON_UP=y
CONFIG_ARM_CPU_TOPOLOGY=y
# CONFIG_SCHED_MC is not set
# CONFIG_SCHED_SMT is not set
CONFIG_HAVE_ARM_ARCH_TIMER=y
# CONFIG_MCPM is not set
# CONFIG_BIG_LITTLE is not set
# CONFIG_VMSPLIT_3G is not set
CONFIG_VMSPLIT_2G=y
# CONFIG_VMSPLIT_1G is not set
CONFIG_PAGE_OFFSET=0x80000000
CONFIG_NR_CPUS=4
# CONFIG_HOTPLUG_CPU is not set
# CONFIG_ARM_PSCI is not set
CONFIG_ARCH_NR_GPIO=0
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_COUNT=y
CONFIG_HZ_FIXED=0
CONFIG_HZ_100=y
# CONFIG_HZ_200 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_500 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100
CONFIG_SCHED_HRTICK=y
# CONFIG_THUMB2_KERNEL is not set
CONFIG_AEABI=y
# CONFIG_OABI_COMPAT is not set
# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
CONFIG_HAVE_ARCH_PFN_VALID=y
# CONFIG_HIGHMEM is not set
CONFIG_HW_PERF_EVENTS=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_NO_BOOTMEM=y
CONFIG_MEMORY_ISOLATION=y
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
# CONFIG_PHYS_ADDR_T_64BIT is not set
CONFIG_ZONE_DMA_FLAG=0
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
CONFIG_CMA_AREAS=7
# CONFIG_ZSWAP is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
CONFIG_ZSMALLOC=m
CONFIG_PGTABLE_MAPPING=y
CONFIG_FORCE_MAX_ZONEORDER=11
CONFIG_ALIGNMENT_TRAP=y
CONFIG_UACCESS_WITH_MEMCPY=y
CONFIG_SECCOMP=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_XEN is not set
#
# Boot options
#
CONFIG_USE_OF=y
CONFIG_ATAGS=y
# CONFIG_DEPRECATED_PARAM_STRUCT is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
# CONFIG_ARM_APPENDED_DTB is not set
CONFIG_CMDLINE="console=ttyAMA0,115200 kgdboc=ttyAMA0,115200
root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
CONFIG_CMDLINE_FROM_BOOTLOADER=y
# CONFIG_CMDLINE_EXTEND is not set
# CONFIG_CMDLINE_FORCE is not set
# CONFIG_XIP_KERNEL is not set
# CONFIG_CRASH_DUMP is not set
# CONFIG_AUTO_ZRELADDR is not set
#
# CPU Power Management
#
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=m
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE=y
# 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_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
# CONFIG_CPUFREQ_DT is not set
#
# ARM CPU frequency scaling drivers
#
# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
CONFIG_ARM_BCM2835_CPUFREQ=y
#
# CPU Idle
#
# CONFIG_CPU_IDLE is not set
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
#
# Floating point emulation
#
#
# At least one emulation must be selected
#
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_NEON=y
CONFIG_KERNEL_MODE_NEON=y
#
# Userspace binary formats
#
CONFIG_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=m
CONFIG_COREDUMP=y
#
# Power management options
#
# CONFIG_SUSPEND is not set
# CONFIG_HIBERNATION is not set
# CONFIG_PM_RUNTIME is not set
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ARM_CPU_SUSPEND is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_DIAG=y
CONFIG_UNIX=y
CONFIG_UNIX_DIAG=y
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_IPCOMP=m
CONFIG_NET_KEY=m
# CONFIG_NET_KEY_MIGRATE 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=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
CONFIG_IP_PNP_RARP=y
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE_DEMUX=m
CONFIG_NET_IP_TUNNEL=m
CONFIG_NET_IPGRE=m
# CONFIG_NET_IPGRE_BROADCAST is not set
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_IPVTI is not set
CONFIG_NET_UDP_TUNNEL=m
# CONFIG_NET_FOU is not set
# CONFIG_GENEVE is not set
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_LRO=m
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
CONFIG_INET_UDP_DIAG=m
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=m
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
# CONFIG_IPV6_MIP6 is not set
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
# CONFIG_IPV6_VTI is not set
CONFIG_IPV6_SIT=m
# CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
# CONFIG_IPV6_GRE is not set
CONFIG_IPV6_MULTIPLE_TABLES=y
# CONFIG_IPV6_SUBTREES is not set
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NET_PTP_CLASSIFY is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=m
#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_LOG_COMMON=m
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
# CONFIG_NF_CONNTRACK_TIMEOUT is not set
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CONNTRACK_LABELS=y
CONFIG_NF_CT_PROTO_DCCP=m
CONFIG_NF_CT_PROTO_GRE=m
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_CT_PROTO_UDPLITE=m
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_BROADCAST=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_SNMP=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
# CONFIG_NETFILTER_NETLINK_QUEUE_CT is not set
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_NF_NAT_PROTO_DCCP=m
CONFIG_NF_NAT_PROTO_UDPLITE=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_SIP=m
CONFIG_NF_NAT_TFTP=m
# CONFIG_NF_TABLES is not set
CONFIG_NETFILTER_XTABLES=m
#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_CONNMARK=m
CONFIG_NETFILTER_XT_SET=m
#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_AUDIT=m
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CT=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_NETFILTER_XT_TARGET_HMARK=m
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
CONFIG_NETFILTER_XT_TARGET_LED=m
CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_NAT=m
CONFIG_NETFILTER_XT_TARGET_NETMAP=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
CONFIG_NETFILTER_XT_TARGET_TEE=m
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
CONFIG_NETFILTER_XT_MATCH_BPF=m
# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_CPU=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ECN=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_IPVS=m
CONFIG_NETFILTER_XT_MATCH_L2TP=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_NFACCT=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_IP_SET=m
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=m
CONFIG_IP_SET_BITMAP_IPMAC=m
CONFIG_IP_SET_BITMAP_PORT=m
CONFIG_IP_SET_HASH_IP=m
# CONFIG_IP_SET_HASH_IPMARK is not set
CONFIG_IP_SET_HASH_IPPORT=m
CONFIG_IP_SET_HASH_IPPORTIP=m
CONFIG_IP_SET_HASH_IPPORTNET=m
# CONFIG_IP_SET_HASH_MAC is not set
# CONFIG_IP_SET_HASH_NETPORTNET is not set
CONFIG_IP_SET_HASH_NET=m
# CONFIG_IP_SET_HASH_NETNET is not set
CONFIG_IP_SET_HASH_NETPORT=m
CONFIG_IP_SET_HASH_NETIFACE=m
CONFIG_IP_SET_LIST_SET=m
CONFIG_IP_VS=m
# CONFIG_IP_VS_IPV6 is not set
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12
#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
CONFIG_IP_VS_PROTO_SCTP=y
#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
# CONFIG_IP_VS_FO is not set
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m
#
# IPVS SH scheduler
#
CONFIG_IP_VS_SH_TAB_BITS=8
#
# IPVS application helper
#
CONFIG_IP_VS_FTP=m
CONFIG_IP_VS_NFCT=y
CONFIG_IP_VS_PE_SIP=m
#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
# CONFIG_NF_LOG_ARP is not set
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_NAT_IPV4=m
CONFIG_NF_NAT_MASQUERADE_IPV4=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PROTO_GRE=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
# CONFIG_IP_NF_MATCH_RPFILTER is not set
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
# CONFIG_IP_NF_TARGET_SYNPROXY is not set
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
#
# IPv6: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV6=m
CONFIG_NF_CONNTRACK_IPV6=m
CONFIG_NF_REJECT_IPV6=m
CONFIG_NF_LOG_IPV6=m
CONFIG_NF_NAT_IPV6=m
CONFIG_NF_NAT_MASQUERADE_IPV6=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_MH=m
# CONFIG_IP6_NF_MATCH_RPFILTER is not set
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
# CONFIG_IP6_NF_TARGET_SYNPROXY is not set
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_RAW=m
CONFIG_IP6_NF_NAT=m
CONFIG_IP6_NF_TARGET_MASQUERADE=m
CONFIG_IP6_NF_TARGET_NPT=m
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=m
CONFIG_BRIDGE_EBT_IP6=m
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_NFLOG=m
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_NET_SCTPPROBE is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
CONFIG_ATM=m
# CONFIG_ATM_CLIP is not set
# CONFIG_ATM_LANE is not set
# CONFIG_ATM_BR2684 is not set
CONFIG_L2TP=m
# CONFIG_L2TP_DEBUGFS is not set
CONFIG_L2TP_V3=y
CONFIG_L2TP_IP=m
CONFIG_L2TP_ETH=m
CONFIG_STP=m
CONFIG_GARP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
# CONFIG_BRIDGE_VLAN_FILTERING is not set
CONFIG_HAVE_NET_DSA=y
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
# CONFIG_VLAN_8021Q_MVRP is not set
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
CONFIG_ATALK=m
# CONFIG_DEV_APPLETALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
CONFIG_6LOWPAN=m
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
# CONFIG_NET_SCH_ATM is not set
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_MULTIQ=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFB=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_DRR=m
CONFIG_NET_SCH_MQPRIO=m
CONFIG_NET_SCH_CHOKE=m
CONFIG_NET_SCH_QFQ=m
CONFIG_NET_SCH_CODEL=m
CONFIG_NET_SCH_FQ_CODEL=m
# 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=m
CONFIG_NET_SCH_PLUG=m
#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
# CONFIG_CLS_U32_PERF is not set
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_FLOW=m
CONFIG_NET_CLS_CGROUP=m
# CONFIG_NET_CLS_BPF is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
# CONFIG_NET_EMATCH_CANID is not set
CONFIG_NET_EMATCH_IPSET=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
CONFIG_NET_ACT_SKBEDIT=m
CONFIG_NET_ACT_CSUM=m
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
CONFIG_DNS_RESOLVER=y
CONFIG_BATMAN_ADV=m
CONFIG_BATMAN_ADV_BLA=y
# CONFIG_BATMAN_ADV_DAT is not set
# CONFIG_BATMAN_ADV_NC is not set
# CONFIG_BATMAN_ADV_MCAST is not set
# CONFIG_BATMAN_ADV_DEBUG is not set
CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GRE=y
# CONFIG_VSOCKETS is not set
# CONFIG_NETLINK_MMAP is not set
CONFIG_NETLINK_DIAG=y
# CONFIG_NET_MPLS_GSO is not set
# CONFIG_HSR is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
# CONFIG_BPF_JIT is not set
CONFIG_NET_FLOW_LIMIT=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_TCPPROBE is not set
# CONFIG_NET_DROP_MONITOR is not set
CONFIG_HAMRADIO=y
#
# Packet Radio protocols
#
CONFIG_AX25=m
CONFIG_AX25_DAMA_SLAVE=y
CONFIG_NETROM=m
CONFIG_ROSE=m
#
# AX.25 network device drivers
#
CONFIG_MKISS=m
CONFIG_6PACK=m
CONFIG_BPQETHER=m
CONFIG_BAYCOM_SER_FDX=m
CONFIG_BAYCOM_SER_HDX=m
CONFIG_YAM=m
CONFIG_CAN=m
CONFIG_CAN_RAW=m
CONFIG_CAN_BCM=m
CONFIG_CAN_GW=m
#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=m
# CONFIG_CAN_SLCAN is not set
CONFIG_CAN_DEV=m
CONFIG_CAN_CALC_BITTIMING=y
# CONFIG_CAN_LEDS is not set
# CONFIG_CAN_TI_HECC is not set
# CONFIG_CAN_FLEXCAN is not set
# CONFIG_CAN_GRCAN is not set
# CONFIG_CAN_RCAR is not set
# CONFIG_CAN_SJA1000 is not set
# CONFIG_CAN_C_CAN is not set
# CONFIG_CAN_M_CAN is not set
# CONFIG_CAN_CC770 is not set
#
# CAN SPI interfaces
#
CONFIG_CAN_MCP251X=m
#
# CAN USB interfaces
#
# CONFIG_CAN_EMS_USB is not set
# CONFIG_CAN_ESD_USB2 is not set
# CONFIG_CAN_GS_USB is not set
# CONFIG_CAN_KVASER_USB is not set
# CONFIG_CAN_PEAK_USB is not set
# CONFIG_CAN_8DEV_USB is not set
# CONFIG_CAN_SOFTING is not set
# CONFIG_CAN_DEBUG_DEVICES is not set
CONFIG_IRDA=m
#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
CONFIG_IRDA_ULTRA=y
#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
# CONFIG_IRDA_DEBUG is not set
#
# Infrared-port device drivers
#
#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m
#
# Dongle support
#
# CONFIG_DONGLE is not set
CONFIG_KINGSUN_DONGLE=m
CONFIG_KSDAZZLE_DONGLE=m
CONFIG_KS959_DONGLE=m
#
# FIR device drivers
#
CONFIG_USB_IRDA=m
CONFIG_SIGMATEL_FIR=m
CONFIG_MCS_FIR=m
CONFIG_BT=m
CONFIG_BT_6LOWPAN=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m
#
# Bluetooth device drivers
#
CONFIG_BT_HCIBTUSB=m
# CONFIG_BT_HCIBTSDIO is not set
# CONFIG_BT_HCIUART is not set
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIVHCI=m
CONFIG_BT_MRVL=m
CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_ATH3K=m
CONFIG_BT_WILINK=m
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_SPY=y
CONFIG_WEXT_PRIV=y
CONFIG_CFG80211=m
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
# CONFIG_CFG80211_REG_DEBUG is not set
# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
# CONFIG_CFG80211_INTERNAL_REGDB is not set
CONFIG_CFG80211_WEXT=y
CONFIG_LIB80211=m
CONFIG_LIB80211_CRYPT_WEP=m
CONFIG_LIB80211_CRYPT_CCMP=m
CONFIG_LIB80211_CRYPT_TKIP=m
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_MESSAGE_TRACING is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_WIMAX=m
CONFIG_WIMAX_DEBUG_LEVEL=8
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_RFKILL_GPIO is not set
CONFIG_NET_9P=m
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
CONFIG_NFC=m
# CONFIG_NFC_DIGITAL is not set
# CONFIG_NFC_NCI is not set
# CONFIG_NFC_HCI is not set
#
# Near Field Communication (NFC) devices
#
CONFIG_NFC_PN533=m
# CONFIG_NFC_SIM is not set
CONFIG_HAVE_BPF_JIT=y
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=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 is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=m
CONFIG_REGMAP_SPI=m
CONFIG_REGMAP_MMIO=m
CONFIG_REGMAP_IRQ=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_FENCE_TRACE is not set
CONFIG_DMA_CMA=y
#
# Default contiguous memory area size:
#
CONFIG_CMA_SIZE_MBYTES=5
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
# CONFIG_CMA_SIZE_SEL_MIN is not set
# CONFIG_CMA_SIZE_SEL_MAX is not set
CONFIG_CMA_ALIGNMENT=8
#
# Bus devices
#
# CONFIG_BRCMSTB_GISB_ARB is not set
# CONFIG_ARM_CCI is not set
# CONFIG_ARM_CCN is not set
# CONFIG_VEXPRESS_CONFIG is not set
CONFIG_CONNECTOR=m
# CONFIG_MTD is not set
CONFIG_DTC=y
CONFIG_OF=y
#
# Device Tree and Open Firmware support
#
# CONFIG_OF_SELFTEST is not set
CONFIG_OF_FLATTREE=y
CONFIG_OF_EARLY_FLATTREE=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_IRQ=y
CONFIG_OF_NET=y
CONFIG_OF_MDIO=m
CONFIG_OF_RESERVED_MEM=y
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
CONFIG_ZRAM=m
CONFIG_ZRAM_LZ4_COMPRESS=y
# CONFIG_ZRAM_DEBUG is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_DRBD=m
# CONFIG_DRBD_FAULT_INJECTION is not set
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_XIP is not set
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=m
# CONFIG_MG_DISK is not set
# CONFIG_BLK_DEV_RBD is not set
#
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1780 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_TI_DAC7512 is not set
# CONFIG_BMP085_I2C is not set
# CONFIG_BMP085_SPI is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_LATTICE_ECP3_CONFIG is not set
# CONFIG_SRAM is not set
# CONFIG_C2PORT is not set
#
# EEPROM support
#
CONFIG_EEPROM_AT24=m
# CONFIG_EEPROM_AT25 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
CONFIG_EEPROM_93CX6=m
# CONFIG_EEPROM_93XX46 is not set
#
# Texas Instruments shared transport line discipline
#
CONFIG_TI_ST=m
# CONFIG_SENSORS_LIS3_SPI is not set
# CONFIG_SENSORS_LIS3_I2C is not set
#
# Altera FPGA firmware download module
#
# CONFIG_ALTERA_STAPL is not set
CONFIG_BCM2708_VCHIQ=y
#
# Intel MIC Bus Driver
#
#
# Intel MIC Host Driver
#
#
# Intel MIC Card Driver
#
# CONFIG_ECHO is not set
# CONFIG_CXL_BASE is not set
#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_NETLINK is not set
# CONFIG_SCSI_MQ_DEFAULT is not set
# CONFIG_SCSI_PROC_FS is not set
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=m
# CONFIG_CHR_DEV_SCH is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=y
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
CONFIG_ISCSI_BOOT_SYSFS=m
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
# CONFIG_ATA is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=m
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=m
# 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=m
# CONFIG_DM_DEBUG is not set
CONFIG_DM_BUFIO=m
CONFIG_DM_BIO_PRISON=m
CONFIG_DM_PERSISTENT_DATA=m
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_THIN_PROVISIONING=m
# CONFIG_DM_CACHE is not set
# CONFIG_DM_ERA is not set
CONFIG_DM_MIRROR=m
CONFIG_DM_LOG_USERSPACE=m
CONFIG_DM_RAID=m
CONFIG_DM_ZERO=m
# CONFIG_DM_MULTIPATH is not set
CONFIG_DM_DELAY=m
# CONFIG_DM_UEVENT is not set
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_TARGET_CORE is not set
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
CONFIG_BONDING=m
CONFIG_DUMMY=m
# CONFIG_EQUALIZER is not set
CONFIG_IFB=m
# CONFIG_NET_TEAM is not set
CONFIG_MACVLAN=m
# CONFIG_MACVTAP is not set
# CONFIG_VXLAN is not set
CONFIG_NETCONSOLE=m
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_TUN=y
CONFIG_VETH=y
CONFIG_NLMON=y
CONFIG_ATM_DRIVERS=y
# CONFIG_ATM_DUMMY is not set
# CONFIG_ATM_TCP is not set
#
# CAIF transport drivers
#
#
# Distributed Switch Architecture drivers
#
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_MV88E6060 is not set
# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
# CONFIG_NET_DSA_MV88E6131 is not set
# CONFIG_NET_DSA_MV88E6123_61_65 is not set
# CONFIG_NET_DSA_MV88E6171 is not set
# CONFIG_NET_DSA_BCM_SF2 is not set
CONFIG_ETHERNET=y
# CONFIG_ALTERA_TSE is not set
# CONFIG_NET_XGENE is not set
CONFIG_NET_VENDOR_ARC=y
# CONFIG_ARC_EMAC is not set
CONFIG_NET_CADENCE=y
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
# CONFIG_BCMGENET is not set
# CONFIG_SYSTEMPORT is not set
CONFIG_NET_VENDOR_CIRRUS=y
# CONFIG_CS89x0 is not set
# CONFIG_DM9000 is not set
# CONFIG_DNET is not set
CONFIG_NET_VENDOR_FARADAY=y
# CONFIG_FTMAC100 is not set
# CONFIG_FTGMAC100 is not set
CONFIG_NET_VENDOR_HISILICON=y
# CONFIG_HIX5HD2_GMAC is not set
CONFIG_NET_VENDOR_INTEL=y
CONFIG_NET_VENDOR_I825XX=y
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
CONFIG_NET_VENDOR_MICREL=y
# CONFIG_KS8842 is not set
# CONFIG_KS8851 is not set
# CONFIG_KS8851_MLL is not set
CONFIG_NET_VENDOR_MICROCHIP=y
CONFIG_ENC28J60=m
# CONFIG_ENC28J60_WRITEVERIFY is not set
CONFIG_NET_VENDOR_NATSEMI=y
CONFIG_NET_VENDOR_8390=y
# CONFIG_AX88796 is not set
# CONFIG_ETHOC is not set
CONFIG_NET_VENDOR_QUALCOMM=y
# CONFIG_QCA7000 is not set
CONFIG_NET_VENDOR_SAMSUNG=y
# CONFIG_SXGBE_ETH is not set
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_SMC91X is not set
# CONFIG_SMC911X is not set
# CONFIG_SMSC911X is not set
CONFIG_NET_VENDOR_STMICRO=y
# CONFIG_STMMAC_ETH is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
CONFIG_PHYLIB=m
#
# MII PHY device drivers
#
# CONFIG_AT803X_PHY is not set
# CONFIG_AMD_PHY is not set
# CONFIG_AMD_XGBE_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MICREL_PHY is not set
CONFIG_MDIO_BITBANG=m
# CONFIG_MDIO_GPIO is not set
# CONFIG_MDIO_BUS_MUX_GPIO is not set
# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
# CONFIG_MDIO_BCM_UNIMAC is not set
# CONFIG_MICREL_KS8995MA is not set
CONFIG_PPP=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPPOATM=m
CONFIG_PPPOE=m
# CONFIG_PPTP is not set
CONFIG_PPPOL2TP=m
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_SLIP=m
CONFIG_SLHC=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
CONFIG_USB_NET_DRIVERS=y
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_RTL8150=m
CONFIG_USB_RTL8152=m
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_AX88179_178A=m
CONFIG_USB_NET_CDCETHER=m
CONFIG_USB_NET_CDC_EEM=m
CONFIG_USB_NET_CDC_NCM=m
CONFIG_USB_NET_HUAWEI_CDC_NCM=m
CONFIG_USB_NET_CDC_MBIM=m
CONFIG_USB_NET_DM9601=m
CONFIG_USB_NET_SR9700=m
CONFIG_USB_NET_SR9800=m
CONFIG_USB_NET_SMSC75XX=m
CONFIG_USB_NET_SMSC95XX=y
CONFIG_USB_NET_GL620A=m
CONFIG_USB_NET_NET1080=m
CONFIG_USB_NET_PLUSB=m
CONFIG_USB_NET_MCS7830=m
CONFIG_USB_NET_RNDIS_HOST=m
CONFIG_USB_NET_CDC_SUBSET=m
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
CONFIG_USB_EPSON2888=y
CONFIG_USB_KC2190=y
CONFIG_USB_NET_ZAURUS=m
CONFIG_USB_NET_CX82310_ETH=m
CONFIG_USB_NET_KALMIA=m
CONFIG_USB_NET_QMI_WWAN=m
CONFIG_USB_HSO=m
CONFIG_USB_NET_INT51X1=m
CONFIG_USB_IPHETH=m
CONFIG_USB_SIERRA_NET=m
CONFIG_USB_VL600=m
CONFIG_WLAN=y
CONFIG_LIBERTAS_THINFIRM=m
# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set
CONFIG_LIBERTAS_THINFIRM_USB=m
CONFIG_AT76C50X_USB=m
CONFIG_USB_ZD1201=m
CONFIG_USB_NET_RNDIS_WLAN=m
CONFIG_RTL8187=m
CONFIG_RTL8187_LEDS=y
CONFIG_MAC80211_HWSIM=m
CONFIG_ATH_COMMON=m
CONFIG_ATH_CARDS=m
# CONFIG_ATH_DEBUG is not set
CONFIG_ATH9K_HW=m
CONFIG_ATH9K_COMMON=m
CONFIG_ATH9K_BTCOEX_SUPPORT=y
CONFIG_ATH9K=m
# CONFIG_ATH9K_AHB is not set
# CONFIG_ATH9K_DEBUGFS is not set
# CONFIG_ATH9K_DYNACK is not set
CONFIG_ATH9K_RFKILL=y
# CONFIG_ATH9K_CHANNEL_CONTEXT is not set
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_HTC_DEBUGFS is not set
CONFIG_CARL9170=m
CONFIG_CARL9170_LEDS=y
CONFIG_CARL9170_WPC=y
# CONFIG_CARL9170_HWRNG is not set
CONFIG_ATH6KL=m
# CONFIG_ATH6KL_SDIO is not set
CONFIG_ATH6KL_USB=m
# CONFIG_ATH6KL_DEBUG is not set
# CONFIG_ATH6KL_TRACING is not set
CONFIG_AR5523=m
# CONFIG_ATH10K is not set
# CONFIG_WCN36XX is not set
CONFIG_B43=m
CONFIG_B43_BCMA=y
CONFIG_B43_SSB=y
CONFIG_B43_BUSES_BCMA_AND_SSB=y
# CONFIG_B43_BUSES_BCMA is not set
# CONFIG_B43_BUSES_SSB is not set
# CONFIG_B43_SDIO is not set
CONFIG_B43_BCMA_PIO=y
CONFIG_B43_PIO=y
CONFIG_B43_PHY_G=y
# CONFIG_B43_PHY_N is not set
CONFIG_B43_PHY_LP=y
CONFIG_B43_PHY_HT=y
CONFIG_B43_LEDS=y
CONFIG_B43_HWRNG=y
# CONFIG_B43_DEBUG is not set
CONFIG_B43LEGACY=m
CONFIG_B43LEGACY_LEDS=y
CONFIG_B43LEGACY_HWRNG=y
CONFIG_B43LEGACY_DEBUG=y
CONFIG_B43LEGACY_DMA=y
CONFIG_B43LEGACY_PIO=y
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
# CONFIG_B43LEGACY_DMA_MODE is not set
# CONFIG_B43LEGACY_PIO_MODE is not set
CONFIG_BRCMUTIL=m
# CONFIG_BRCMSMAC is not set
CONFIG_BRCMFMAC=m
CONFIG_BRCMFMAC_PROTO_BCDC=y
CONFIG_BRCMFMAC_SDIO=y
CONFIG_BRCMFMAC_USB=y
# CONFIG_BRCM_TRACING is not set
# CONFIG_BRCMDBG is not set
CONFIG_HOSTAP=m
# CONFIG_HOSTAP_FIRMWARE is not set
CONFIG_LIBERTAS=m
CONFIG_LIBERTAS_USB=m
CONFIG_LIBERTAS_SDIO=m
# CONFIG_LIBERTAS_SPI is not set
# CONFIG_LIBERTAS_DEBUG is not set
# CONFIG_LIBERTAS_MESH is not set
CONFIG_P54_COMMON=m
CONFIG_P54_USB=m
# CONFIG_P54_SPI is not set
CONFIG_P54_LEDS=y
CONFIG_RT2X00=m
CONFIG_RT2500USB=m
CONFIG_RT73USB=m
CONFIG_RT2800USB=m
CONFIG_RT2800USB_RT33XX=y
CONFIG_RT2800USB_RT35XX=y
CONFIG_RT2800USB_RT3573=y
CONFIG_RT2800USB_RT53XX=y
CONFIG_RT2800USB_RT55XX=y
CONFIG_RT2800USB_UNKNOWN=y
CONFIG_RT2800_LIB=m
CONFIG_RT2X00_LIB_USB=m
CONFIG_RT2X00_LIB=m
CONFIG_RT2X00_LIB_FIRMWARE=y
CONFIG_RT2X00_LIB_CRYPTO=y
CONFIG_RT2X00_LIB_LEDS=y
# CONFIG_RT2X00_DEBUG is not set
CONFIG_RTL8192CU=m
# CONFIG_WL_TI is not set
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set
CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
# CONFIG_MWIFIEX_USB is not set
# CONFIG_CW1200 is not set
# CONFIG_RSI_91X is not set
#
# WiMAX Wireless Broadband devices
#
CONFIG_WIMAX_I2400M=m
CONFIG_WIMAX_I2400M_USB=m
CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8
# CONFIG_WAN is not set
# CONFIG_ISDN is not set
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=m
CONFIG_INPUT_POLLDEV=m
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
# 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 is not set
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
CONFIG_KEYBOARD_GPIO=m
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 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_STMPE is not set
# CONFIG_KEYBOARD_OMAP4 is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_CAP1106 is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
CONFIG_JOYSTICK_IFORCE=m
CONFIG_JOYSTICK_IFORCE_USB=y
# CONFIG_JOYSTICK_IFORCE_232 is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_AS5011 is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
CONFIG_JOYSTICK_XPAD=m
CONFIG_JOYSTICK_XPAD_FF=y
# CONFIG_JOYSTICK_XPAD_LEDS is not set
# CONFIG_INPUT_TABLET is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_OF_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=m
# CONFIG_TOUCHSCREEN_AD7877 is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_AR1021_I2C is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_EETI is not set
CONFIG_TOUCHSCREEN_EGALAX=m
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_ILI210X is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_MCS5000 is not set
# CONFIG_TOUCHSCREEN_MMS114 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_UCB1400 is not set
# CONFIG_TOUCHSCREEN_PIXCIR is not set
# CONFIG_TOUCHSCREEN_WM97XX is not set
CONFIG_TOUCHSCREEN_USB_COMPOSITE=m
CONFIG_TOUCHSCREEN_USB_EGALAX=y
CONFIG_TOUCHSCREEN_USB_PANJIT=y
CONFIG_TOUCHSCREEN_USB_3M=y
CONFIG_TOUCHSCREEN_USB_ITM=y
CONFIG_TOUCHSCREEN_USB_ETURBO=y
CONFIG_TOUCHSCREEN_USB_GUNZE=y
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
CONFIG_TOUCHSCREEN_USB_GOTOP=y
CONFIG_TOUCHSCREEN_USB_JASTEC=y
CONFIG_TOUCHSCREEN_USB_ELO=y
CONFIG_TOUCHSCREEN_USB_E2I=y
CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y
CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y
CONFIG_TOUCHSCREEN_USB_NEXIO=y
CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
# CONFIG_TOUCHSCREEN_TSC2005 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_ST1232 is not set
CONFIG_TOUCHSCREEN_STMPE=m
# CONFIG_TOUCHSCREEN_SUR40 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
# CONFIG_TOUCHSCREEN_ZFORCE is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_AD714X=m
CONFIG_INPUT_AD714X_I2C=m
CONFIG_INPUT_AD714X_SPI=m
# CONFIG_INPUT_ARIZONA_HAPTICS is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_MPU3050 is not set
# CONFIG_INPUT_GP2A is not set
# CONFIG_INPUT_GPIO_BEEPER is not set
# CONFIG_INPUT_GPIO_TILT_POLLED is not set
CONFIG_INPUT_ATI_REMOTE2=m
CONFIG_INPUT_KEYSPAN_REMOTE=m
# CONFIG_INPUT_KXTJ9 is not set
CONFIG_INPUT_POWERMATE=m
CONFIG_INPUT_YEALINK=m
CONFIG_INPUT_CM109=m
CONFIG_INPUT_UINPUT=m
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_PWM_BEEPER is not set
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
CONFIG_INPUT_ADXL34X=m
CONFIG_INPUT_ADXL34X_I2C=m
CONFIG_INPUT_ADXL34X_SPI=m
# CONFIG_INPUT_IMS_PCU is not set
CONFIG_INPUT_CMA3000=m
# CONFIG_INPUT_CMA3000_I2C is not set
# CONFIG_INPUT_SOC_BUTTON_ARRAY is not set
# CONFIG_INPUT_DRV260X_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=m
CONFIG_SERIO_SERPORT=m
# CONFIG_SERIO_AMBAKMI is not set
# CONFIG_SERIO_LIBPS2 is not set
CONFIG_SERIO_RAW=m
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
# CONFIG_SERIO_APBPS2 is not set
CONFIG_GAMEPORT=m
CONFIG_GAMEPORT_NS558=m
CONFIG_GAMEPORT_L4=m
#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_DEVKMEM is not set
#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
# CONFIG_SERIAL_8250 is not set
#
# Non-8250 serial port support
#
# CONFIG_SERIAL_AMBA_PL010 is not set
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
# CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set
# CONFIG_SERIAL_KGDB_NMI is not set
# CONFIG_SERIAL_MAX3100 is not set
# CONFIG_SERIAL_MAX310X is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_CONSOLE_POLL=y
# 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_IFX6X60 is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_ST_ASC is not set
CONFIG_TTY_PRINTK=y
# CONFIG_HVC_DCC is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
CONFIG_HW_RANDOM_BCM2708=m
# CONFIG_R3964 is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
# CONFIG_TCG_TPM is not set
CONFIG_BRCM_CHAR_DRIVERS=y
CONFIG_BCM_VC_CMA=y
CONFIG_BCM_VC_SM=y
# CONFIG_XILLYBUS is not set
#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_MUX=m
#
# Multiplexer I2C Chip support
#
# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
# CONFIG_I2C_MUX_GPIO is not set
# CONFIG_I2C_MUX_PCA9541 is not set
# CONFIG_I2C_MUX_PCA954x is not set
# CONFIG_I2C_MUX_PINCTRL is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=m
#
# I2C Hardware Bus support
#
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_BCM2835 is not set
CONFIG_I2C_BCM2708=m
CONFIG_I2C_BCM2708_BAUDRATE=100000
# CONFIG_I2C_CBUS_GPIO is not set
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_NOMADIK is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_I2C_RK3X 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_STUB 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=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y
#
# SPI Master Controller Drivers
#
# CONFIG_SPI_ALTERA is not set
CONFIG_SPI_BCM2835=m
CONFIG_SPI_BCM2708=m
# CONFIG_SPI_BITBANG is not set
# CONFIG_SPI_CADENCE is not set
# CONFIG_SPI_GPIO is not set
# CONFIG_SPI_FSL_SPI is not set
# CONFIG_SPI_OC_TINY is not set
# CONFIG_SPI_PL022 is not set
# CONFIG_SPI_PXA2XX_PCI is not set
# CONFIG_SPI_ROCKCHIP is not set
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_XCOMM is not set
# CONFIG_SPI_XILINX is not set
# CONFIG_SPI_DESIGNWARE is not set
#
# SPI Protocol Masters
#
CONFIG_SPI_SPIDEV=y
# CONFIG_SPI_TLE62X0 is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
#
# PPS support
#
CONFIG_PPS=m
# CONFIG_PPS_DEBUG is not set
#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
CONFIG_PPS_CLIENT_LDISC=m
CONFIG_PPS_CLIENT_GPIO=m
#
# PPS generators support
#
#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set
#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_PINCTRL=y
#
# Pin controllers
#
CONFIG_PINMUX=y
CONFIG_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_BCM2835=y
# CONFIG_PINCTRL_SINGLE is not set
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
CONFIG_ARCH_REQUIRE_GPIOLIB=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_OF_GPIO=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y
#
# Memory mapped GPIO drivers:
#
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_EM is not set
# CONFIG_GPIO_ZEVIO is not set
# CONFIG_GPIO_PL061 is not set
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_GRGPIO is not set
#
# I2C GPIO expanders:
#
CONFIG_GPIO_ARIZONA=m
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set
# CONFIG_GPIO_SX150X is not set
CONFIG_GPIO_STMPE=y
# CONFIG_GPIO_ADP5588 is not set
# CONFIG_GPIO_ADNP is not set
#
# PCI GPIO expanders:
#
#
# SPI GPIO expanders:
#
# CONFIG_GPIO_MAX7301 is not set
# CONFIG_GPIO_MCP23S08 is not set
# CONFIG_GPIO_MC33880 is not set
# CONFIG_GPIO_74X164 is not set
#
# AC97 GPIO expanders:
#
# CONFIG_GPIO_UCB1400 is not set
#
# LPC GPIO expanders:
#
#
# MODULbus GPIO expanders:
#
#
# USB GPIO expanders:
#
CONFIG_W1=m
CONFIG_W1_CON=y
#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_DS2490=m
CONFIG_W1_MASTER_DS2482=m
CONFIG_W1_MASTER_DS1WM=m
CONFIG_W1_MASTER_GPIO=m
#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=m
CONFIG_W1_SLAVE_SMEM=m
CONFIG_W1_SLAVE_DS2408=m
CONFIG_W1_SLAVE_DS2408_READBACK=y
CONFIG_W1_SLAVE_DS2413=m
CONFIG_W1_SLAVE_DS2406=m
CONFIG_W1_SLAVE_DS2423=m
CONFIG_W1_SLAVE_DS2431=m
CONFIG_W1_SLAVE_DS2433=m
# CONFIG_W1_SLAVE_DS2433_CRC is not set
CONFIG_W1_SLAVE_DS2760=m
CONFIG_W1_SLAVE_DS2780=m
CONFIG_W1_SLAVE_DS2781=m
CONFIG_W1_SLAVE_DS28E04=m
CONFIG_W1_SLAVE_BQ27000=m
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_DS2760=m
# 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_BATTERY_BQ27x00 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_GPIO is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_BQ24190 is not set
# CONFIG_CHARGER_BQ24735 is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_POWER_RESET is not set
# CONFIG_POWER_AVS is not set
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_OF=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_GOV_FAIR_SHARE is not set
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_BANG_BANG is not set
# CONFIG_THERMAL_GOV_USER_SPACE is not set
# CONFIG_CPU_THERMAL is not set
# CONFIG_THERMAL_EMULATION is not set
CONFIG_THERMAL_BCM2835=y
#
# Texas Instruments thermal drivers
#
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_CORE is not set
# CONFIG_WATCHDOG_NOWAYOUT is not set
#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_GPIO_WATCHDOG is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ARM_SP805_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
CONFIG_BCM2708_WDT=m
# CONFIG_MEN_A21_WDT is not set
#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y
#
# Sonics Silicon Backplane
#
CONFIG_SSB=m
CONFIG_SSB_BLOCKIO=y
CONFIG_SSB_SDIOHOST_POSSIBLE=y
# CONFIG_SSB_SDIOHOST is not set
# CONFIG_SSB_SILENT is not set
# CONFIG_SSB_DEBUG is not set
# CONFIG_SSB_DRIVER_GPIO is not set
CONFIG_BCMA_POSSIBLE=y
#
# Broadcom specific AMBA
#
CONFIG_BCMA=m
CONFIG_BCMA_BLOCKIO=y
# CONFIG_BCMA_HOST_SOC is not set
# CONFIG_BCMA_DRIVER_GMAC_CMN is not set
# CONFIG_BCMA_DRIVER_GPIO is not set
# CONFIG_BCMA_DEBUG is not set
#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_AS3711 is not set
# CONFIG_MFD_AS3722 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_AXP20X is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_MFD_ASIC3 is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_SPI is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_MC13XXX_SPI is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_MFD_HI6421_PMIC is not set
# CONFIG_HTC_EGPIO is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HTC_I2CPLD is not set
# CONFIG_INTEL_SOC_PMIC 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_MAX77686 is not set
# CONFIG_MFD_MAX77693 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_MENF21BMC is not set
# CONFIG_EZX_PCAP is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
CONFIG_UCB1400_CORE=m
# CONFIG_MFD_PM8921_CORE is not set
# CONFIG_MFD_RTSX_USB is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_RK808 is not set
# CONFIG_MFD_RN5T618 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_SMSC is not set
# CONFIG_ABX500_CORE is not set
CONFIG_MFD_STMPE=y
#
# STMicroelectronics STMPE Interface Drivers
#
CONFIG_STMPE_I2C=y
CONFIG_STMPE_SPI=y
# 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_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TPS65218 is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65910 is not set
# CONFIG_MFD_TPS65912 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS65912_SPI 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=m
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_T7L66XB is not set
# CONFIG_MFD_TC6387XB is not set
# CONFIG_MFD_TC6393XB is not set
CONFIG_MFD_ARIZONA=y
CONFIG_MFD_ARIZONA_I2C=m
CONFIG_MFD_ARIZONA_SPI=m
CONFIG_MFD_WM5102=y
# CONFIG_MFD_WM5110 is not set
# CONFIG_MFD_WM8997 is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM831X_SPI is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_REGULATOR is not set
CONFIG_MEDIA_SUPPORT=m
#
# Multimedia core support
#
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_MEDIA_RADIO_SUPPORT=y
# CONFIG_MEDIA_SDR_SUPPORT is not set
CONFIG_MEDIA_RC_SUPPORT=y
CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_DEV=m
# CONFIG_VIDEO_V4L2_SUBDEV_API is not set
CONFIG_VIDEO_V4L2=m
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEO_TUNER=m
CONFIG_VIDEOBUF_GEN=m
CONFIG_VIDEOBUF_VMALLOC=m
CONFIG_VIDEOBUF_DVB=m
CONFIG_VIDEOBUF2_CORE=m
CONFIG_VIDEOBUF2_MEMOPS=m
CONFIG_VIDEOBUF2_VMALLOC=m
CONFIG_DVB_CORE=m
CONFIG_DVB_NET=y
CONFIG_TTPCI_EEPROM=m
CONFIG_DVB_MAX_ADAPTERS=8
# CONFIG_DVB_DYNAMIC_MINORS is not set
#
# Media drivers
#
CONFIG_RC_CORE=m
CONFIG_RC_MAP=m
CONFIG_RC_DECODERS=y
CONFIG_LIRC=m
CONFIG_IR_LIRC_CODEC=m
CONFIG_IR_NEC_DECODER=m
CONFIG_IR_RC5_DECODER=m
CONFIG_IR_RC6_DECODER=m
CONFIG_IR_JVC_DECODER=m
CONFIG_IR_SONY_DECODER=m
CONFIG_IR_SANYO_DECODER=m
CONFIG_IR_SHARP_DECODER=m
CONFIG_IR_MCE_KBD_DECODER=m
CONFIG_IR_XMP_DECODER=m
CONFIG_RC_DEVICES=y
CONFIG_RC_ATI_REMOTE=m
# CONFIG_IR_HIX5HD2 is not set
CONFIG_IR_IMON=m
CONFIG_IR_MCEUSB=m
CONFIG_IR_REDRAT3=m
CONFIG_IR_STREAMZAP=m
CONFIG_IR_IGUANA=m
CONFIG_IR_TTUSBIR=m
# CONFIG_IR_IMG is not set
CONFIG_RC_LOOPBACK=m
CONFIG_IR_GPIO_CIR=m
CONFIG_MEDIA_USB_SUPPORT=y
#
# Webcam devices
#
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
CONFIG_USB_GSPCA=m
CONFIG_USB_M5602=m
CONFIG_USB_STV06XX=m
CONFIG_USB_GL860=m
CONFIG_USB_GSPCA_BENQ=m
CONFIG_USB_GSPCA_CONEX=m
CONFIG_USB_GSPCA_CPIA1=m
CONFIG_USB_GSPCA_DTCS033=m
CONFIG_USB_GSPCA_ETOMS=m
CONFIG_USB_GSPCA_FINEPIX=m
CONFIG_USB_GSPCA_JEILINJ=m
CONFIG_USB_GSPCA_JL2005BCD=m
CONFIG_USB_GSPCA_KINECT=m
CONFIG_USB_GSPCA_KONICA=m
CONFIG_USB_GSPCA_MARS=m
CONFIG_USB_GSPCA_MR97310A=m
CONFIG_USB_GSPCA_NW80X=m
CONFIG_USB_GSPCA_OV519=m
CONFIG_USB_GSPCA_OV534=m
CONFIG_USB_GSPCA_OV534_9=m
CONFIG_USB_GSPCA_PAC207=m
CONFIG_USB_GSPCA_PAC7302=m
CONFIG_USB_GSPCA_PAC7311=m
CONFIG_USB_GSPCA_SE401=m
CONFIG_USB_GSPCA_SN9C2028=m
CONFIG_USB_GSPCA_SN9C20X=m
CONFIG_USB_GSPCA_SONIXB=m
CONFIG_USB_GSPCA_SONIXJ=m
CONFIG_USB_GSPCA_SPCA500=m
CONFIG_USB_GSPCA_SPCA501=m
CONFIG_USB_GSPCA_SPCA505=m
CONFIG_USB_GSPCA_SPCA506=m
CONFIG_USB_GSPCA_SPCA508=m
CONFIG_USB_GSPCA_SPCA561=m
CONFIG_USB_GSPCA_SPCA1528=m
CONFIG_USB_GSPCA_SQ905=m
CONFIG_USB_GSPCA_SQ905C=m
CONFIG_USB_GSPCA_SQ930X=m
CONFIG_USB_GSPCA_STK014=m
CONFIG_USB_GSPCA_STK1135=m
CONFIG_USB_GSPCA_STV0680=m
CONFIG_USB_GSPCA_SUNPLUS=m
CONFIG_USB_GSPCA_T613=m
CONFIG_USB_GSPCA_TOPRO=m
CONFIG_USB_GSPCA_TV8532=m
CONFIG_USB_GSPCA_VC032X=m
CONFIG_USB_GSPCA_VICAM=m
CONFIG_USB_GSPCA_XIRLINK_CIT=m
CONFIG_USB_GSPCA_ZC3XX=m
CONFIG_USB_PWC=m
# CONFIG_USB_PWC_DEBUG is not set
CONFIG_USB_PWC_INPUT_EVDEV=y
CONFIG_VIDEO_CPIA2=m
CONFIG_USB_ZR364XX=m
CONFIG_USB_STKWEBCAM=m
CONFIG_USB_S2255=m
CONFIG_VIDEO_USBTV=m
#
# Analog TV USB devices
#
CONFIG_VIDEO_PVRUSB2=m
CONFIG_VIDEO_PVRUSB2_SYSFS=y
CONFIG_VIDEO_PVRUSB2_DVB=y
# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
CONFIG_VIDEO_HDPVR=m
CONFIG_VIDEO_TLG2300=m
CONFIG_VIDEO_USBVISION=m
CONFIG_VIDEO_STK1160_COMMON=m
CONFIG_VIDEO_STK1160_AC97=y
CONFIG_VIDEO_STK1160=m
CONFIG_VIDEO_GO7007=m
CONFIG_VIDEO_GO7007_USB=m
CONFIG_VIDEO_GO7007_LOADER=m
CONFIG_VIDEO_GO7007_USB_S2250_BOARD=m
#
# Analog/digital TV USB devices
#
CONFIG_VIDEO_AU0828=m
CONFIG_VIDEO_AU0828_V4L2=y
CONFIG_VIDEO_AU0828_RC=y
CONFIG_VIDEO_CX231XX=m
CONFIG_VIDEO_CX231XX_RC=y
CONFIG_VIDEO_CX231XX_ALSA=m
CONFIG_VIDEO_CX231XX_DVB=m
CONFIG_VIDEO_TM6000=m
CONFIG_VIDEO_TM6000_ALSA=m
CONFIG_VIDEO_TM6000_DVB=m
#
# Digital TV USB devices
#
CONFIG_DVB_USB=m
# CONFIG_DVB_USB_DEBUG is not set
CONFIG_DVB_USB_A800=m
CONFIG_DVB_USB_DIBUSB_MB=m
CONFIG_DVB_USB_DIBUSB_MB_FAULTY=y
CONFIG_DVB_USB_DIBUSB_MC=m
CONFIG_DVB_USB_DIB0700=m
CONFIG_DVB_USB_UMT_010=m
CONFIG_DVB_USB_CXUSB=m
CONFIG_DVB_USB_M920X=m
CONFIG_DVB_USB_DIGITV=m
CONFIG_DVB_USB_VP7045=m
CONFIG_DVB_USB_VP702X=m
CONFIG_DVB_USB_GP8PSK=m
CONFIG_DVB_USB_NOVA_T_USB2=m
CONFIG_DVB_USB_TTUSB2=m
CONFIG_DVB_USB_DTT200U=m
CONFIG_DVB_USB_OPERA1=m
CONFIG_DVB_USB_AF9005=m
CONFIG_DVB_USB_AF9005_REMOTE=m
CONFIG_DVB_USB_PCTV452E=m
CONFIG_DVB_USB_DW2102=m
CONFIG_DVB_USB_CINERGY_T2=m
CONFIG_DVB_USB_DTV5100=m
CONFIG_DVB_USB_FRIIO=m
CONFIG_DVB_USB_AZ6027=m
CONFIG_DVB_USB_TECHNISAT_USB2=m
CONFIG_DVB_USB_V2=m
CONFIG_DVB_USB_AF9015=m
CONFIG_DVB_USB_AF9035=m
CONFIG_DVB_USB_ANYSEE=m
CONFIG_DVB_USB_AU6610=m
CONFIG_DVB_USB_AZ6007=m
CONFIG_DVB_USB_CE6230=m
CONFIG_DVB_USB_EC168=m
CONFIG_DVB_USB_GL861=m
CONFIG_DVB_USB_LME2510=m
CONFIG_DVB_USB_MXL111SF=m
CONFIG_DVB_USB_RTL28XXU=m
CONFIG_DVB_USB_DVBSKY=m
CONFIG_SMS_USB_DRV=m
CONFIG_DVB_B2C2_FLEXCOP_USB=m
# CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set
CONFIG_DVB_AS102=m
#
# Webcam, TV (analog/digital) USB devices
#
CONFIG_VIDEO_EM28XX=m
CONFIG_VIDEO_EM28XX_V4L2=m
CONFIG_VIDEO_EM28XX_ALSA=m
CONFIG_VIDEO_EM28XX_DVB=m
CONFIG_VIDEO_EM28XX_RC=m
CONFIG_V4L_PLATFORM_DRIVERS=y
# CONFIG_SOC_CAMERA is not set
CONFIG_VIDEO_BCM2835=y
CONFIG_VIDEO_BCM2835_MMAL=m
# CONFIG_V4L_MEM2MEM_DRIVERS is not set
# CONFIG_V4L_TEST_DRIVERS is not set
#
# Supported MMC/SDIO adapters
#
# CONFIG_SMS_SDIO_DRV is not set
CONFIG_RADIO_ADAPTERS=y
CONFIG_RADIO_TEA575X=m
CONFIG_RADIO_SI470X=y
CONFIG_USB_SI470X=m
CONFIG_I2C_SI470X=m
CONFIG_RADIO_SI4713=m
# CONFIG_USB_SI4713 is not set
# CONFIG_PLATFORM_SI4713 is not set
CONFIG_I2C_SI4713=m
CONFIG_USB_MR800=m
CONFIG_USB_DSBR=m
CONFIG_RADIO_SHARK=m
CONFIG_RADIO_SHARK2=m
CONFIG_USB_KEENE=m
# CONFIG_USB_RAREMONO is not set
CONFIG_USB_MA901=m
CONFIG_RADIO_TEA5764=m
CONFIG_RADIO_SAA7706H=m
CONFIG_RADIO_TEF6862=m
CONFIG_RADIO_WL1273=m
#
# Texas Instruments WL128x FM driver (ST based)
#
CONFIG_RADIO_WL128X=m
CONFIG_MEDIA_COMMON_OPTIONS=y
#
# common driver options
#
CONFIG_VIDEO_CX2341X=m
CONFIG_VIDEO_TVEEPROM=m
CONFIG_CYPRESS_FIRMWARE=m
CONFIG_DVB_B2C2_FLEXCOP=m
CONFIG_SMS_SIANO_MDTV=m
CONFIG_SMS_SIANO_RC=y
#
# Media ancillary drivers (tuners, sensors, i2c, frontends)
#
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
CONFIG_MEDIA_ATTACH=y
CONFIG_VIDEO_IR_I2C=m
#
# Encoders, decoders, sensors and other helper chips
#
#
# Audio decoders, processors and mixers
#
# CONFIG_VIDEO_TVAUDIO is not set
# CONFIG_VIDEO_TDA7432 is not set
# CONFIG_VIDEO_TDA9840 is not set
# CONFIG_VIDEO_TEA6415C is not set
# CONFIG_VIDEO_TEA6420 is not set
CONFIG_VIDEO_MSP3400=m
# CONFIG_VIDEO_CS5345 is not set
CONFIG_VIDEO_CS53L32A=m
# CONFIG_VIDEO_TLV320AIC23B is not set
CONFIG_VIDEO_UDA1342=m
CONFIG_VIDEO_WM8775=m
# CONFIG_VIDEO_WM8739 is not set
# CONFIG_VIDEO_VP27SMPX is not set
CONFIG_VIDEO_SONY_BTF_MPX=m
#
# RDS decoders
#
# CONFIG_VIDEO_SAA6588 is not set
#
# Video decoders
#
# CONFIG_VIDEO_ADV7180 is not set
# CONFIG_VIDEO_ADV7183 is not set
# CONFIG_VIDEO_BT819 is not set
# CONFIG_VIDEO_BT856 is not set
# CONFIG_VIDEO_BT866 is not set
# CONFIG_VIDEO_KS0127 is not set
# CONFIG_VIDEO_ML86V7667 is not set
# CONFIG_VIDEO_SAA7110 is not set
CONFIG_VIDEO_SAA711X=m
# CONFIG_VIDEO_SAA7191 is not set
# CONFIG_VIDEO_TVP514X is not set
CONFIG_VIDEO_TVP5150=m
# CONFIG_VIDEO_TVP7002 is not set
CONFIG_VIDEO_TW2804=m
CONFIG_VIDEO_TW9903=m
CONFIG_VIDEO_TW9906=m
# CONFIG_VIDEO_VPX3220 is not set
#
# Video and audio decoders
#
# CONFIG_VIDEO_SAA717X is not set
CONFIG_VIDEO_CX25840=m
#
# Video encoders
#
# CONFIG_VIDEO_SAA7127 is not set
# CONFIG_VIDEO_SAA7185 is not set
# CONFIG_VIDEO_ADV7170 is not set
# CONFIG_VIDEO_ADV7175 is not set
# CONFIG_VIDEO_ADV7343 is not set
# CONFIG_VIDEO_ADV7393 is not set
# CONFIG_VIDEO_AK881X is not set
# CONFIG_VIDEO_THS8200 is not set
#
# Camera sensor devices
#
CONFIG_VIDEO_OV7640=m
# CONFIG_VIDEO_OV7670 is not set
# CONFIG_VIDEO_VS6624 is not set
CONFIG_VIDEO_MT9V011=m
# CONFIG_VIDEO_SR030PC30 is not set
#
# Flash devices
#
# CONFIG_VIDEO_ADP1653 is not set
# CONFIG_VIDEO_AS3645A is not set
# CONFIG_VIDEO_LM3560 is not set
# CONFIG_VIDEO_LM3646 is not set
#
# Video improvement chips
#
# CONFIG_VIDEO_UPD64031A is not set
# CONFIG_VIDEO_UPD64083 is not set
#
# Audio/Video compression chips
#
# CONFIG_VIDEO_SAA6752HS is not set
#
# Miscellaneous helper chips
#
# CONFIG_VIDEO_THS7303 is not set
# CONFIG_VIDEO_M52790 is not set
#
# Sensors used on soc_camera driver
#
CONFIG_MEDIA_TUNER=m
#
# Customize TV tuners
#
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA827X=m
CONFIG_MEDIA_TUNER_TDA18271=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_MSI001=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_MT2060=m
CONFIG_MEDIA_TUNER_MT2063=m
CONFIG_MEDIA_TUNER_MT2266=m
CONFIG_MEDIA_TUNER_MT2131=m
CONFIG_MEDIA_TUNER_QT1010=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
CONFIG_MEDIA_TUNER_XC4000=m
CONFIG_MEDIA_TUNER_MXL5005S=m
CONFIG_MEDIA_TUNER_MXL5007T=m
CONFIG_MEDIA_TUNER_MC44S803=m
CONFIG_MEDIA_TUNER_MAX2165=m
CONFIG_MEDIA_TUNER_TDA18218=m
CONFIG_MEDIA_TUNER_FC0011=m
CONFIG_MEDIA_TUNER_FC0012=m
CONFIG_MEDIA_TUNER_FC0013=m
CONFIG_MEDIA_TUNER_TDA18212=m
CONFIG_MEDIA_TUNER_E4000=m
CONFIG_MEDIA_TUNER_FC2580=m
CONFIG_MEDIA_TUNER_M88TS2022=m
CONFIG_MEDIA_TUNER_TUA9001=m
CONFIG_MEDIA_TUNER_SI2157=m
CONFIG_MEDIA_TUNER_IT913X=m
CONFIG_MEDIA_TUNER_R820T=m
CONFIG_MEDIA_TUNER_MXL301RF=m
CONFIG_MEDIA_TUNER_QM1D1C0042=m
#
# Customise DVB Frontends
#
#
# Multistandard (satellite) frontends
#
CONFIG_DVB_STB0899=m
CONFIG_DVB_STB6100=m
CONFIG_DVB_STV090x=m
CONFIG_DVB_STV6110x=m
CONFIG_DVB_M88DS3103=m
#
# Multistandard (cable + terrestrial) frontends
#
CONFIG_DVB_DRXK=m
CONFIG_DVB_TDA18271C2DD=m
CONFIG_DVB_SI2165=m
#
# DVB-S (satellite) frontends
#
CONFIG_DVB_CX24110=m
CONFIG_DVB_CX24123=m
CONFIG_DVB_MT312=m
CONFIG_DVB_ZL10036=m
CONFIG_DVB_ZL10039=m
CONFIG_DVB_S5H1420=m
CONFIG_DVB_STV0288=m
CONFIG_DVB_STB6000=m
CONFIG_DVB_STV0299=m
CONFIG_DVB_STV6110=m
CONFIG_DVB_STV0900=m
CONFIG_DVB_TDA8083=m
CONFIG_DVB_TDA10086=m
CONFIG_DVB_TDA8261=m
CONFIG_DVB_VES1X93=m
CONFIG_DVB_TUNER_ITD1000=m
CONFIG_DVB_TUNER_CX24113=m
CONFIG_DVB_TDA826X=m
CONFIG_DVB_TUA6100=m
CONFIG_DVB_CX24116=m
CONFIG_DVB_CX24117=m
CONFIG_DVB_SI21XX=m
CONFIG_DVB_TS2020=m
CONFIG_DVB_DS3000=m
CONFIG_DVB_MB86A16=m
CONFIG_DVB_TDA10071=m
#
# DVB-T (terrestrial) frontends
#
CONFIG_DVB_SP8870=m
CONFIG_DVB_SP887X=m
CONFIG_DVB_CX22700=m
CONFIG_DVB_CX22702=m
CONFIG_DVB_S5H1432=m
CONFIG_DVB_DRXD=m
CONFIG_DVB_L64781=m
CONFIG_DVB_TDA1004X=m
CONFIG_DVB_NXT6000=m
CONFIG_DVB_MT352=m
CONFIG_DVB_ZL10353=m
CONFIG_DVB_DIB3000MB=m
CONFIG_DVB_DIB3000MC=m
CONFIG_DVB_DIB7000M=m
CONFIG_DVB_DIB7000P=m
CONFIG_DVB_DIB9000=m
CONFIG_DVB_TDA10048=m
CONFIG_DVB_AF9013=m
CONFIG_DVB_EC100=m
CONFIG_DVB_HD29L2=m
CONFIG_DVB_STV0367=m
CONFIG_DVB_CXD2820R=m
CONFIG_DVB_RTL2830=m
CONFIG_DVB_RTL2832=m
CONFIG_DVB_SI2168=m
CONFIG_DVB_AS102_FE=m
#
# DVB-C (cable) frontends
#
CONFIG_DVB_VES1820=m
CONFIG_DVB_TDA10021=m
CONFIG_DVB_TDA10023=m
CONFIG_DVB_STV0297=m
#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
CONFIG_DVB_NXT200X=m
CONFIG_DVB_OR51211=m
CONFIG_DVB_OR51132=m
CONFIG_DVB_BCM3510=m
CONFIG_DVB_LGDT330X=m
CONFIG_DVB_LGDT3305=m
CONFIG_DVB_LG2160=m
CONFIG_DVB_S5H1409=m
CONFIG_DVB_AU8522=m
CONFIG_DVB_AU8522_DTV=m
CONFIG_DVB_AU8522_V4L=m
CONFIG_DVB_S5H1411=m
#
# ISDB-T (terrestrial) frontends
#
CONFIG_DVB_S921=m
CONFIG_DVB_DIB8000=m
CONFIG_DVB_MB86A20S=m
CONFIG_DVB_TC90522=m
#
# Digital terrestrial only tuners/PLL
#
CONFIG_DVB_PLL=m
CONFIG_DVB_TUNER_DIB0070=m
CONFIG_DVB_TUNER_DIB0090=m
#
# SEC control devices for DVB-S
#
CONFIG_DVB_DRX39XYJ=m
CONFIG_DVB_LNBP21=m
CONFIG_DVB_LNBP22=m
CONFIG_DVB_ISL6405=m
CONFIG_DVB_ISL6421=m
CONFIG_DVB_ISL6423=m
CONFIG_DVB_A8293=m
CONFIG_DVB_SP2=m
CONFIG_DVB_LGS8GL5=m
CONFIG_DVB_LGS8GXX=m
CONFIG_DVB_ATBM8830=m
CONFIG_DVB_TDA665x=m
CONFIG_DVB_IX2505V=m
CONFIG_DVB_M88RS2000=m
CONFIG_DVB_AF9033=m
#
# Tools to develop new frontends
#
# CONFIG_DVB_DUMMY_FE is not set
#
# Graphics support
#
#
# Direct Rendering Manager
#
# CONFIG_DRM is not set
#
# Frame buffer Devices
#
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_CMDLINE=y
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=m
CONFIG_FB_SYS_COPYAREA=m
CONFIG_FB_SYS_IMAGEBLIT=m
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=m
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
#
# Frame buffer hardware drivers
#
CONFIG_FB_BCM2708=y
# CONFIG_FB_ARMCLCD is not set
# CONFIG_FB_UVESA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_SMSCUFX is not set
CONFIG_FB_UDL=m
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
# CONFIG_FB_SIMPLE is not set
CONFIG_FB_SSD1307=m
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_LCD_L4F00242T03 is not set
# CONFIG_LCD_LMS283GF05 is not set
# CONFIG_LCD_LTV350QV is not set
# CONFIG_LCD_ILI922X is not set
# CONFIG_LCD_ILI9320 is not set
# CONFIG_LCD_TDO24M is not set
# CONFIG_LCD_VGG2432A4 is not set
# CONFIG_LCD_PLATFORM is not set
# CONFIG_LCD_S6E63M0 is not set
# CONFIG_LCD_LD9040 is not set
# CONFIG_LCD_AMS369FG06 is not set
# CONFIG_LCD_LMS501KF03 is not set
# CONFIG_LCD_HX8357 is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
# CONFIG_BACKLIGHT_PWM is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3630A is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_LP855X is not set
CONFIG_BACKLIGHT_GPIO=m
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_VGASTATE is not set
#
# Console display driver support
#
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=y
CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_DMAENGINE_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_COMPRESS_OFFLOAD=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_HRTIMER=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_RAWMIDI_SEQ=m
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
CONFIG_SND_MPU401_UART=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DRIVERS=y
CONFIG_SND_DUMMY=m
CONFIG_SND_ALOOP=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
# CONFIG_SND_AC97_POWER_SAVE is not set
#
# HD-Audio
#
CONFIG_SND_ARM=y
# CONFIG_SND_ARMAACI is not set
CONFIG_SND_BCM2835=m
CONFIG_SND_SPI=y
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_UA101=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_6FIRE=m
# CONFIG_SND_USB_HIFACE is not set
# CONFIG_SND_BCD2000 is not set
CONFIG_SND_SOC=m
CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
# CONFIG_SND_ATMEL_SOC is not set
CONFIG_SND_BCM2708_SOC_I2S=m
CONFIG_SND_BCM2708_SOC_HIFIBERRY_DAC=m
CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUS=m
CONFIG_SND_BCM2708_SOC_HIFIBERRY_DIGI=m
CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP=m
CONFIG_SND_BCM2708_SOC_RPI_DAC=m
CONFIG_SND_BCM2708_SOC_RPI_PROTO=m
CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC=m
# CONFIG_SND_DESIGNWARE_I2S is not set
#
# SoC Audio for Freescale CPUs
#
#
# Common SoC Audio options for Freescale CPUs:
#
# CONFIG_SND_SOC_FSL_ASRC is not set
# CONFIG_SND_SOC_FSL_SAI is not set
# CONFIG_SND_SOC_FSL_SSI is not set
# CONFIG_SND_SOC_FSL_SPDIF is not set
# CONFIG_SND_SOC_FSL_ESAI is not set
# CONFIG_SND_SOC_IMX_AUDMUX is not set
CONFIG_SND_SOC_I2C_AND_SPI=m
#
# CODEC drivers
#
# CONFIG_SND_SOC_ADAU1701 is not set
# CONFIG_SND_SOC_AK4104 is not set
# CONFIG_SND_SOC_AK4554 is not set
# CONFIG_SND_SOC_AK4642 is not set
# CONFIG_SND_SOC_AK5386 is not set
# CONFIG_SND_SOC_ALC5623 is not set
# CONFIG_SND_SOC_CS35L32 is not set
# CONFIG_SND_SOC_CS42L52 is not set
# CONFIG_SND_SOC_CS42L56 is not set
# CONFIG_SND_SOC_CS42L73 is not set
# CONFIG_SND_SOC_CS4265 is not set
# CONFIG_SND_SOC_CS4270 is not set
# CONFIG_SND_SOC_CS4271 is not set
# CONFIG_SND_SOC_CS42XX8_I2C is not set
# CONFIG_SND_SOC_HDMI_CODEC is not set
# CONFIG_SND_SOC_ES8328 is not set
# CONFIG_SND_SOC_PCM1681 is not set
# CONFIG_SND_SOC_PCM1792A is not set
CONFIG_SND_SOC_PCM512x=m
CONFIG_SND_SOC_PCM512x_I2C=m
# CONFIG_SND_SOC_PCM512x_SPI is not set
CONFIG_SND_SOC_PCM1794A=m
CONFIG_SND_SOC_PCM5102A=m
# CONFIG_SND_SOC_SGTL5000 is not set
# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
# CONFIG_SND_SOC_SPDIF is not set
# CONFIG_SND_SOC_SSM2602_SPI is not set
# CONFIG_SND_SOC_SSM2602_I2C is not set
# CONFIG_SND_SOC_SSM4567 is not set
# CONFIG_SND_SOC_STA350 is not set
# CONFIG_SND_SOC_TAS2552 is not set
# CONFIG_SND_SOC_TAS5086 is not set
CONFIG_SND_SOC_TAS5713=m
# CONFIG_SND_SOC_TLV320AIC31XX is not set
# CONFIG_SND_SOC_TLV320AIC3X is not set
# CONFIG_SND_SOC_WM8510 is not set
# CONFIG_SND_SOC_WM8523 is not set
# CONFIG_SND_SOC_WM8580 is not set
# CONFIG_SND_SOC_WM8711 is not set
# CONFIG_SND_SOC_WM8728 is not set
CONFIG_SND_SOC_WM8731=m
# CONFIG_SND_SOC_WM8737 is not set
# CONFIG_SND_SOC_WM8741 is not set
# CONFIG_SND_SOC_WM8750 is not set
# CONFIG_SND_SOC_WM8753 is not set
# CONFIG_SND_SOC_WM8770 is not set
# CONFIG_SND_SOC_WM8776 is not set
CONFIG_SND_SOC_WM8804=m
# CONFIG_SND_SOC_WM8903 is not set
# CONFIG_SND_SOC_WM8962 is not set
# CONFIG_SND_SOC_WM8978 is not set
# CONFIG_SND_SOC_TPA6130A2 is not set
CONFIG_SND_SIMPLE_CARD=m
CONFIG_SOUND_PRIME=m
CONFIG_AC97_BUS=m
#
# 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=m
CONFIG_HID_ACRUX=m
# CONFIG_HID_ACRUX_FF is not set
CONFIG_HID_APPLE=m
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_AUREAL is not set
CONFIG_HID_BELKIN=m
CONFIG_HID_CHERRY=m
CONFIG_HID_CHICONY=m
# CONFIG_HID_PRODIKEYS is not set
# CONFIG_HID_CP2112 is not set
CONFIG_HID_CYPRESS=m
CONFIG_HID_DRAGONRISE=m
# CONFIG_DRAGONRISE_FF is not set
CONFIG_HID_EMS_FF=m
CONFIG_HID_ELECOM=m
CONFIG_HID_ELO=m
CONFIG_HID_EZKEY=m
CONFIG_HID_HOLTEK=m
# CONFIG_HOLTEK_FF is not set
# CONFIG_HID_GT683R is not set
# CONFIG_HID_HUION is not set
CONFIG_HID_KEYTOUCH=m
CONFIG_HID_KYE=m
CONFIG_HID_UCLOGIC=m
CONFIG_HID_WALTOP=m
CONFIG_HID_GYRATION=m
# CONFIG_HID_ICADE is not set
CONFIG_HID_TWINHAN=m
CONFIG_HID_KENSINGTON=m
CONFIG_HID_LCPOWER=m
# CONFIG_HID_LENOVO is not set
CONFIG_HID_LOGITECH=m
# CONFIG_HID_LOGITECH_DJ is not set
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWHEELS_FF is not set
CONFIG_HID_MAGICMOUSE=m
CONFIG_HID_MICROSOFT=m
CONFIG_HID_MONTEREY=m
CONFIG_HID_MULTITOUCH=m
CONFIG_HID_NTRIG=m
CONFIG_HID_ORTEK=m
CONFIG_HID_PANTHERLORD=m
# CONFIG_PANTHERLORD_FF is not set
# CONFIG_HID_PENMOUNT is not set
CONFIG_HID_PETALYNX=m
CONFIG_HID_PICOLCD=m
# CONFIG_HID_PICOLCD_FB is not set
# CONFIG_HID_PICOLCD_BACKLIGHT is not set
# CONFIG_HID_PICOLCD_LCD is not set
# CONFIG_HID_PICOLCD_LEDS is not set
# CONFIG_HID_PICOLCD_CIR is not set
# CONFIG_HID_PRIMAX is not set
CONFIG_HID_ROCCAT=m
# CONFIG_HID_SAITEK is not set
CONFIG_HID_SAMSUNG=m
CONFIG_HID_SONY=m
# CONFIG_SONY_FF is not set
CONFIG_HID_SPEEDLINK=m
# CONFIG_HID_STEELSERIES is not set
CONFIG_HID_SUNPLUS=m
# CONFIG_HID_RMI is not set
CONFIG_HID_GREENASIA=m
# CONFIG_GREENASIA_FF is not set
CONFIG_HID_SMARTJOYPLUS=m
# CONFIG_SMARTJOYPLUS_FF is not set
# CONFIG_HID_TIVO is not set
CONFIG_HID_TOPSEED=m
CONFIG_HID_THINGM=m
CONFIG_HID_THRUSTMASTER=m
# CONFIG_THRUSTMASTER_FF is not set
CONFIG_HID_WACOM=m
CONFIG_HID_WIIMOTE=m
CONFIG_HID_XINMO=m
CONFIG_HID_ZEROPLUS=m
# CONFIG_ZEROPLUS_FF is not set
CONFIG_HID_ZYDACRON=m
# CONFIG_HID_SENSOR_HUB is not set
#
# USB HID support
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y
#
# I2C HID support
#
# CONFIG_I2C_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_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
# CONFIG_USB_OTG_FSM is not set
CONFIG_USB_MON=m
# CONFIG_USB_WUSB_CBAF is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
# CONFIG_USB_FUSBH200_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
# CONFIG_USB_MAX3421_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_U132_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
CONFIG_USB_DWCOTG=y
# CONFIG_USB_HCD_BCMA 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=m
CONFIG_USB_PRINTER=m
CONFIG_USB_WDM=m
# 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=m
CONFIG_USB_STORAGE_DATAFAB=m
CONFIG_USB_STORAGE_FREECOM=m
CONFIG_USB_STORAGE_ISD200=m
CONFIG_USB_STORAGE_USBAT=m
CONFIG_USB_STORAGE_SDDR09=m
CONFIG_USB_STORAGE_SDDR55=m
CONFIG_USB_STORAGE_JUMPSHOT=m
CONFIG_USB_STORAGE_ALAUDA=m
CONFIG_USB_STORAGE_ONETOUCH=m
CONFIG_USB_STORAGE_KARMA=m
CONFIG_USB_STORAGE_CYPRESS_ATACB=m
CONFIG_USB_STORAGE_ENE_UB6250=m
# CONFIG_USB_UAS is not set
#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
CONFIG_USBIP_CORE=m
CONFIG_USBIP_VHCI_HCD=m
CONFIG_USBIP_HOST=m
# CONFIG_USBIP_DEBUG is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
#
# USB port drivers
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_SIMPLE is not set
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_ARK3116=m
CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_CH341=m
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP210X=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_IR=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
CONFIG_USB_SERIAL_F81232=m
CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
CONFIG_USB_SERIAL_IUU=m
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
# CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set
CONFIG_USB_SERIAL_KLSI=m
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
CONFIG_USB_SERIAL_METRO=m
CONFIG_USB_SERIAL_MOS7720=m
CONFIG_USB_SERIAL_MOS7840=m
# CONFIG_USB_SERIAL_MXUPORT is not set
CONFIG_USB_SERIAL_NAVMAN=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_OTI6858=m
CONFIG_USB_SERIAL_QCAUX=m
CONFIG_USB_SERIAL_QUALCOMM=m
CONFIG_USB_SERIAL_SPCP8X5=m
CONFIG_USB_SERIAL_SAFE=m
# CONFIG_USB_SERIAL_SAFE_PADDED is not set
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_SYMBOL=m
CONFIG_USB_SERIAL_TI=m
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_XIRCOM=m
CONFIG_USB_SERIAL_WWAN=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
CONFIG_USB_SERIAL_OPTICON=m
CONFIG_USB_SERIAL_XSENS_MT=m
CONFIG_USB_SERIAL_WISHBONE=m
CONFIG_USB_SERIAL_SSU100=m
CONFIG_USB_SERIAL_QT2=m
CONFIG_USB_SERIAL_DEBUG=m
#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
CONFIG_USB_SEVSEG=m
CONFIG_USB_RIO500=m
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
CONFIG_USB_LED=m
CONFIG_USB_CYPRESS_CY7C63=m
CONFIG_USB_CYTHERM=m
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
CONFIG_USB_APPLEDISPLAY=m
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
CONFIG_USB_IOWARRIOR=m
CONFIG_USB_TEST=m
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
CONFIG_USB_ISIGHTFW=m
CONFIG_USB_YUREX=m
CONFIG_USB_EZUSB_FX2=m
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
CONFIG_USB_CXACRU=m
CONFIG_USB_UEAGLEATM=m
CONFIG_USB_XUSBATM=m
#
# USB Physical Layer drivers
#
# CONFIG_USB_PHY is not set
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_AM335X_PHY_USB is not set
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_USB_ISP1301 is not set
# CONFIG_USB_ULPI is not set
# CONFIG_USB_GADGET is not set
# CONFIG_USB_LED_TRIG is not set
# CONFIG_UWB is not set
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_CLKGATE is not set
#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_MINORS=32
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set
#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_BCM2835=y
CONFIG_MMC_BCM2835_DMA=y
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
CONFIG_MMC_BCM2835_SDHOST=y
# CONFIG_MMC_ARMMMCI is not set
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PLTFM=y
# CONFIG_MMC_SDHCI_OF_ARASAN is not set
# CONFIG_MMC_SDHCI_PXAV3 is not set
# CONFIG_MMC_SDHCI_PXAV2 is not set
CONFIG_MMC_SPI=m
# CONFIG_MMC_DW is not set
# CONFIG_MMC_VUB300 is not set
# CONFIG_MMC_USHC is not set
# CONFIG_MMC_USDHI6ROL0 is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
#
# LED drivers
#
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
CONFIG_LEDS_GPIO=y
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_LP5562 is not set
# CONFIG_LEDS_LP8501 is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_DAC124S085 is not set
# CONFIG_LEDS_PWM is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_LT3593 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_LM355x is not set
#
# LED driver for blink(1) USB RGB LED is under Special HID drivers
(HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_ONESHOT=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LEDS_TRIGGER_BACKLIGHT=y
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_LEDS_TRIGGER_GPIO=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
#
# iptables trigger is under Netfilter config (LED target)
#
CONFIG_LEDS_TRIGGER_TRANSIENT=m
CONFIG_LEDS_TRIGGER_CAMERA=m
CONFIG_LEDS_TRIGGER_INPUT=y
# CONFIG_ACCESSIBILITY is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
# CONFIG_RTC_HCTOSYS is not set
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set
#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=m
CONFIG_RTC_DRV_DS1374=m
CONFIG_RTC_DRV_DS1672=m
CONFIG_RTC_DRV_DS3232=m
# CONFIG_RTC_DRV_HYM8563 is not set
CONFIG_RTC_DRV_MAX6900=m
CONFIG_RTC_DRV_RS5C372=m
CONFIG_RTC_DRV_ISL1208=m
CONFIG_RTC_DRV_ISL12022=m
CONFIG_RTC_DRV_ISL12057=m
CONFIG_RTC_DRV_X1205=m
CONFIG_RTC_DRV_PCF2127=m
CONFIG_RTC_DRV_PCF8523=m
CONFIG_RTC_DRV_PCF8563=m
# CONFIG_RTC_DRV_PCF85063 is not set
CONFIG_RTC_DRV_PCF8583=m
CONFIG_RTC_DRV_M41T80=m
# CONFIG_RTC_DRV_M41T80_WDT is not set
CONFIG_RTC_DRV_BQ32K=m
CONFIG_RTC_DRV_S35390A=m
CONFIG_RTC_DRV_FM3130=m
CONFIG_RTC_DRV_RX8581=m
CONFIG_RTC_DRV_RX8025=m
CONFIG_RTC_DRV_EM3027=m
CONFIG_RTC_DRV_RV3029C2=m
#
# SPI RTC drivers
#
CONFIG_RTC_DRV_M41T93=m
CONFIG_RTC_DRV_M41T94=m
CONFIG_RTC_DRV_DS1305=m
# CONFIG_RTC_DRV_DS1343 is not set
# CONFIG_RTC_DRV_DS1347 is not set
CONFIG_RTC_DRV_DS1390=m
CONFIG_RTC_DRV_MAX6902=m
CONFIG_RTC_DRV_R9701=m
CONFIG_RTC_DRV_RS5C348=m
CONFIG_RTC_DRV_DS3234=m
CONFIG_RTC_DRV_PCF2123=m
CONFIG_RTC_DRV_RX4581=m
# CONFIG_RTC_DRV_MCP795 is not set
#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set
#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_PL030 is not set
# CONFIG_RTC_DRV_PL031 is not set
# CONFIG_RTC_DRV_SNVS is not set
# CONFIG_RTC_DRV_XGENE is not set
#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set
#
# DMA Devices
#
# CONFIG_AMBA_PL08X is not set
# CONFIG_DW_DMAC_CORE is not set
# CONFIG_DW_DMAC is not set
# CONFIG_PL330_DMA is not set
CONFIG_DMA_BCM2708=y
# CONFIG_FSL_EDMA is not set
# CONFIG_NBPFAXI_DMA is not set
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DMA_OF=y
#
# DMA Clients
#
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_DMATEST is not set
# CONFIG_AUXDISPLAY is not set
CONFIG_UIO=m
CONFIG_UIO_PDRV_GENIRQ=m
# CONFIG_UIO_DMEM_GENIRQ is not set
# CONFIG_VIRT_DRIVERS is not set
#
# Virtio drivers
#
# CONFIG_VIRTIO_MMIO is not set
#
# Microsoft Hyper-V guest support
#
CONFIG_STAGING=y
CONFIG_PRISM2_USB=m
# CONFIG_COMEDI is not set
# CONFIG_RTLLIB is not set
CONFIG_R8712U=m
CONFIG_R8188EU=m
CONFIG_88EU_AP_MODE=y
CONFIG_R8723AU=m
CONFIG_8723AU_AP_MODE=y
CONFIG_8723AU_BT_COEXIST=y
# CONFIG_LINE6_USB is not set
CONFIG_VT6656=m
# CONFIG_BCM_WIMAX is not set
# CONFIG_FT1000 is not set
#
# Speakup console speech
#
CONFIG_SPEAKUP=m
# CONFIG_SPEAKUP_SYNTH_ACNTSA is not set
# CONFIG_SPEAKUP_SYNTH_APOLLO is not set
# CONFIG_SPEAKUP_SYNTH_AUDPTR is not set
# CONFIG_SPEAKUP_SYNTH_BNS is not set
# CONFIG_SPEAKUP_SYNTH_DECTLK is not set
# CONFIG_SPEAKUP_SYNTH_DECEXT is not set
# CONFIG_SPEAKUP_SYNTH_LTLK is not set
CONFIG_SPEAKUP_SYNTH_SOFT=m
# CONFIG_SPEAKUP_SYNTH_SPKOUT is not set
# CONFIG_SPEAKUP_SYNTH_TXPRT is not set
# CONFIG_SPEAKUP_SYNTH_DUMMY is not set
# CONFIG_TOUCHSCREEN_CLEARPAD_TM1217 is not set
# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
CONFIG_STAGING_MEDIA=y
# CONFIG_I2C_BCM2048 is not set
# CONFIG_VIDEO_TCM825X is not set
CONFIG_LIRC_STAGING=y
CONFIG_LIRC_IGORPLUGUSB=m
CONFIG_LIRC_IMON=m
CONFIG_LIRC_RPI=m
CONFIG_LIRC_SASEM=m
CONFIG_LIRC_SERIAL=m
CONFIG_LIRC_SERIAL_TRANSMITTER=y
# CONFIG_LIRC_SIR is not set
# CONFIG_LIRC_ZILOG is not set
#
# Android
#
# CONFIG_ANDROID is not set
# CONFIG_USB_WPAN_HCD is not set
# CONFIG_WIMAX_GDM72XX is not set
# CONFIG_LTE_GDM724X is not set
# CONFIG_LUSTRE_FS is not set
# CONFIG_DGAP is not set
# CONFIG_GS_FPGABOOT is not set
CONFIG_FB_TFT=m
CONFIG_FB_TFT_AGM1264K_FL=m
CONFIG_FB_TFT_BD663474=m
CONFIG_FB_TFT_HX8340BN=m
CONFIG_FB_TFT_HX8347D=m
CONFIG_FB_TFT_HX8353D=m
CONFIG_FB_TFT_ILI9320=m
CONFIG_FB_TFT_ILI9325=m
CONFIG_FB_TFT_ILI9340=m
CONFIG_FB_TFT_ILI9341=m
CONFIG_FB_TFT_ILI9481=m
CONFIG_FB_TFT_ILI9486=m
CONFIG_FB_TFT_PCD8544=m
CONFIG_FB_TFT_RA8875=m
CONFIG_FB_TFT_S6D02A1=m
CONFIG_FB_TFT_S6D1121=m
CONFIG_FB_TFT_SSD1289=m
CONFIG_FB_TFT_SSD1306=m
CONFIG_FB_TFT_SSD1331=m
CONFIG_FB_TFT_SSD1351=m
CONFIG_FB_TFT_ST7735R=m
CONFIG_FB_TFT_TINYLCD=m
CONFIG_FB_TFT_TLS8204=m
CONFIG_FB_TFT_UC1701=m
CONFIG_FB_TFT_UPD161704=m
CONFIG_FB_TFT_WATTEROTT=m
CONFIG_FB_FLEX=m
CONFIG_FB_TFT_FBTFT_DEVICE=m
#
# SOC (System On Chip) specific Drivers
#
# CONFIG_SOC_TI is not set
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_SI570 is not set
# CONFIG_COMMON_CLK_PXA is not set
# CONFIG_COMMON_CLK_QCOM is not set
#
# Hardware Spinlock drivers
#
#
# Clock Source drivers
#
CONFIG_CLKSRC_OF=y
CONFIG_ARM_ARCH_TIMER=y
CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
# CONFIG_ATMEL_PIT is not set
# CONFIG_SH_TIMER_CMT is not set
# CONFIG_SH_TIMER_MTU2 is not set
# CONFIG_SH_TIMER_TMU is not set
# CONFIG_EM_TIMER_STI is not set
# CONFIG_CLKSRC_VERSATILE is not set
# CONFIG_MAILBOX is not set
# CONFIG_IOMMU_SUPPORT is not set
#
# Remoteproc drivers
#
# CONFIG_STE_MODEM_RPROC is not set
#
# Rpmsg drivers
#
#
# SOC (System On Chip) specific Drivers
#
# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=m
#
# Extcon Device Drivers
#
CONFIG_EXTCON_ARIZONA=m
# CONFIG_EXTCON_GPIO is not set
# CONFIG_EXTCON_RT8973A is not set
# CONFIG_EXTCON_SM5502 is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
CONFIG_PWM=y
CONFIG_PWM_SYSFS=y
# CONFIG_PWM_FSL_FTM is not set
# CONFIG_PWM_PCA9685 is not set
CONFIG_IRQCHIP=y
# 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_POWERCAP is not set
# CONFIG_MCB is not set
#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
CONFIG_JFS_FS=m
CONFIG_JFS_POSIX_ACL=y
CONFIG_JFS_SECURITY=y
# CONFIG_JFS_DEBUG is not set
CONFIG_JFS_STATISTICS=y
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_XFS_RT=y
# CONFIG_XFS_WARN is not set
# CONFIG_XFS_DEBUG is not set
CONFIG_GFS2_FS=m
# CONFIG_GFS2_FS_LOCKING_DLM is not set
CONFIG_OCFS2_FS=m
CONFIG_OCFS2_FS_O2CB=m
CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
CONFIG_OCFS2_FS_STATS=y
CONFIG_OCFS2_DEBUG_MASKLOG=y
# CONFIG_OCFS2_DEBUG_FS is not set
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
CONFIG_NILFS2_FS=m
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
CONFIG_PRINT_QUOTA_WARNING=y
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=m
CONFIG_QFMT_V1=m
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=m
CONFIG_CUSE=m
CONFIG_OVERLAY_FS=m
#
# Caches
#
CONFIG_FSCACHE=y
CONFIG_FSCACHE_STATS=y
CONFIG_FSCACHE_HISTOGRAM=y
# CONFIG_FSCACHE_DEBUG is not set
# CONFIG_FSCACHE_OBJECT_LIST is not set
CONFIG_CACHEFILES=y
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_HISTOGRAM is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
CONFIG_ECRYPT_FS=m
# CONFIG_ECRYPT_FS_MESSAGING is not set
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
# CONFIG_HFSPLUS_FS_POSIX_ACL is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_LOGFS is not set
# CONFIG_CRAMFS is not set
CONFIG_SQUASHFS=m
CONFIG_SQUASHFS_FILE_CACHE=y
# CONFIG_SQUASHFS_FILE_DIRECT is not set
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_LZO=y
CONFIG_SQUASHFS_XZ=y
# 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 is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_F2FS_FS=y
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
# CONFIG_F2FS_FS_SECURITY is not set
# CONFIG_F2FS_CHECK_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_SWAP=y
# CONFIG_NFS_V4_1 is not set
CONFIG_ROOT_NFS=y
CONFIG_NFS_FSCACHE=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
# CONFIG_NFSD_FAULT_INJECTION is not set
CONFIG_GRACE_PERIOD=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_SUNRPC_SWAP=y
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_SUNRPC_DEBUG is not set
# CONFIG_CEPH_FS is not set
CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set
CONFIG_CIFS_WEAK_PW_HASH=y
CONFIG_CIFS_UPCALL=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_ACL is not set
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_DFS_UPCALL is not set
# CONFIG_CIFS_SMB2 is not set
# CONFIG_CIFS_FSCACHE is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_9P_FS=m
# CONFIG_9P_FSCACHE is not set
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=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
# 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=m
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set
#
# Kernel hacking
#
#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
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 is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_FRAME_POINTER=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_DEBUG_KERNEL=y
#
# Memory Debugging
#
# CONFIG_DEBUG_PAGEALLOC 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_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_DEBUG_SHIRQ is not set
#
# Debug Lockups and Hangs
#
# CONFIG_LOCKUP_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_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_SCHED_STACK_END_CHECK is not set
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_PREEMPT is not set
#
# Lock Debugging (spinlocks, mutexes, etc...)
#
# 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_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT 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_TRACE_IRQFLAGS=y
CONFIG_STACKTRACE=y
# 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_SPARSE_RCU_POINTER is not set
# CONFIG_TORTURE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=21
CONFIG_RCU_CPU_STALL_VERBOSE=y
# CONFIG_RCU_CPU_STALL_INFO is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=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_RING_BUFFER_ALLOW_SWAP=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_IRQSOFF_TRACER=y
# CONFIG_PREEMPT_TRACER is not set
CONFIG_SCHED_TRACER=y
# CONFIG_FTRACE_SYSCALLS is not set
CONFIG_TRACER_SNAPSHOT=y
CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP=y
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
CONFIG_STACK_TRACER=y
CONFIG_BLK_DEV_IO_TRACE=y
# CONFIG_KPROBE_EVENT is not set
# CONFIG_UPROBE_EVENT is not set
# CONFIG_PROBE_EVENTS is not set
CONFIG_DYNAMIC_FTRACE=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_FTRACE_MCOUNT_RECORD=y
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
#
# Runtime Testing
#
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_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_ASYNC_RAID6_TEST is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_KGDB=y
CONFIG_KGDB_SERIAL_CONSOLE=y
# CONFIG_KGDB_TESTS is not set
CONFIG_KGDB_KDB=y
CONFIG_KDB_KEYBOARD=y
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
# CONFIG_ARM_PTDUMP is not set
# CONFIG_STRICT_DEVMEM is not set
CONFIG_ARM_UNWIND=y
CONFIG_OLD_MCOUNT=y
# CONFIG_DEBUG_USER is not set
# CONFIG_DEBUG_LL is not set
CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
# CONFIG_DEBUG_UART_PL01X is not set
# CONFIG_DEBUG_UART_8250 is not set
# CONFIG_DEBUG_UART_BCM63XX is not set
CONFIG_UNCOMPRESS_INCLUDE="mach/uncompress.h"
# CONFIG_OC_ETM is not set
# CONFIG_ARM_KPROBES_TEST is not set
# CONFIG_PID_IN_CONTEXTIDR is not set
# CONFIG_DEBUG_SET_MODULE_RONX is not set
#
# Security options
#
CONFIG_KEYS=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_BIG_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_XOR_BLOCKS=m
CONFIG_ASYNC_CORE=m
CONFIG_ASYNC_MEMCPY=m
CONFIG_ASYNC_XOR=m
CONFIG_ASYNC_PQ=m
CONFIG_ASYNC_RAID6_RECOV=m
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=m
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=m
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=m
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=m
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=m
# CONFIG_CRYPTO_MCRYPTD is not set
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ABLK_HELPER=m
#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=m
# CONFIG_CRYPTO_GCM is not set
CONFIG_CRYPTO_SEQIV=m
#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=m
CONFIG_CRYPTO_CTS=m
CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=m
#
# Hash modes
#
CONFIG_CRYPTO_CMAC=m
CONFIG_CRYPTO_HMAC=m
CONFIG_CRYPTO_XCBC=m
# CONFIG_CRYPTO_VMAC is not set
#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32 is not set
# CONFIG_CRYPTO_CRCT10DIF is not set
# CONFIG_CRYPTO_GHASH is not set
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA1_ARM=m
CONFIG_CRYPTO_SHA1_ARM_NEON=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_SHA512_ARM_NEON=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m
#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_ARM=m
CONFIG_CRYPTO_AES_ARM_BS=m
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=m
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAST_COMMON=m
CONFIG_CRYPTO_CAST5=m
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
# CONFIG_CRYPTO_ZLIB is not set
# CONFIG_CRYPTO_LZO is not set
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set
#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
# CONFIG_CRYPTO_DRBG_MENU is not set
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_HW is not set
# CONFIG_ASYMMETRIC_KEY_TYPE is not set
CONFIG_BINARY_PRINTF=y
#
# Library routines
#
CONFIG_RAID6_PQ=m
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=y
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=y
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_CRC7=m
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
CONFIG_AUDIT_GENERIC=y
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=m
CONFIG_LZ4_DECOMPRESS=m
CONFIG_XZ_DEC=m
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_LRU_CACHE=m
CONFIG_AVERAGE=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
CONFIG_LIBFDT=y
CONFIG_OID_REGISTRY=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_ARCH_HAS_SG_CHAIN is not set
# CONFIG_VIRTUALIZATION is not set
2016-06-17 0:26 GMT+02:00 Andrew Vagin <avagin at virtuozzo.com>:
> On Thu, Jun 16, 2016 at 03:56:39PM -0600, Tycho Andersen wrote:
> > On Thu, Jun 16, 2016 at 02:56:45PM +0200, alex vk wrote:
> > > Hi everyone,
> > >
> > > I'm also trying to use LXD to migrate containers between the two
> raspberry
> > > Pi 2
> > >
> > > Interestingly, the snapshot and restore of a container works well on
> the
> > > same Raspberry (contrarily to my previous mail where i'm using
> > > lxc-checkpoint which does not work)
> > >
> > > I'm using those commands :
> > > lxc snapshot migratest snap0 --stateful
> > > and
> > > lxc restore migratest snap0 --stateful
> > >
> > >
> > > In order to migrate a container from one Rpi to another, I've followed
> the
> > > tutorial you made Tycho (
> > > https://insights.ubuntu.com/2015/05/06/live-migration-in-lxd/) and
> > > apparently the checkpoint succeeds, but the restore fails with this
> error :
> > >
> > > root at pi-desktop:/home/pi# lxc move rpi1:migratest rpi2:migratest
> > > error: Error transferring container data: restore failed:
> > > pie: 645: Error (pie/restorer.c:1176): Can't restore 0x76f9b000 mappin>
> > > pie: 645: Error (pie/restorer.c:1506): Restorer fail 645
> > > pie: 644: Error (pie/restorer.c:1176): Can't restore 0x76f9b000 mappin>
> > > pie: 644: Error (pie/restorer.c:1506): Restorer fail 644
> > > (01.345631) Error (cr-restore.c:987): 2089 killed by signal 9: Killed
> > > (01.459880) Error (cr-restore.c:1866): Restoring FAILED.
> > >
> > > Maybe you got an idea about this error ?
> >
> > What kernel versions are you using? To be honest, I'm not too familiar
> > with the VMA code, but I wouldn't be surprised if there was an
> > arch-specific bug, as I'm not sure how well used that path is.
> >
> > Looking at the kernel code for sys_shmat, I don't understand how you'd
> > get a zero value return from it, as you do in your log:
>
> Here is something strange. These two lines contain vma_entry->start, but
> in the first line it's equal to 0 and in the second value it's
> 0x76f9b000. How is it possible?
>
> >
> > > pie: 644: Attach SYSV shmem 65538 at 0x0
>
> pr_info("Attach SYSV shmem %d at %"PRIx64"\n", (int)vma_entry->fd,
> vma_entry->start);
>
> > > pie: 644: Error (pie/restorer.c:1176): Can't restore 0x76f9b000 mappin>
> > > pie: 644: g with 0x0
>
> pr_err("Can't restore %"PRIx64" mapping with %lx\n", vma_entry->start, va);
>
> > > pie: 644: Error (pie/restorer.c:1506): Restorer fail 644
> >
> > Does this happen every time? Or just sometimes?
> >
> > Tycho
> >
> > > Thanks in advance,
> > > Alex
> > >
> > > The profile of my container :
> > >
> > > name: migratable
> > > config:
> > > raw.lxc: |
> > > lxc.seccomp =
> > > lxc.console = none
> > > lxc.cgroup.devices.deny = c 5:1 rwm
> > > lxc.start.auto =
> > > lxc.start.auto = proc:mixed sys:mixed
> > > security.privileged: "true"
> > > devices:
> > > eth0:
> > > name: eth0
> > > nictype: bridged
> > > parent: lxdbr0
> > > type: nic
> > >
> > >
> > > Here is the end of the dump log :
> > >
> > > (07.516393) Running post-dump scripts
> > > (07.516442) Unfreezing tasks into 2
> > > (07.516474) Unseizing 2163 into 2
> > > (07.517225) Unseizing 2384 into 2
> > > (07.525739) Unseizing 2616 into 2
> > > (07.525927) Unseizing 2632 into 2
> > > (07.525992) Unseizing 2645 into 2
> > > (07.526074) Unseizing 2661 into 2
> > > (07.526133) Unseizing 2688 into 2
> > > (07.526201) Unseizing 2701 into 2
> > > (07.526263) Unseizing 2731 into 2
> > > (07.526324) Unseizing 2932 into 2
> > > (07.526379) Unseizing 3040 into 2
> > > (07.526435) Unseizing 3085 into 2
> > > (07.526492) Unseizing 3086 into 2
> > > (07.526534) Unseizing 18566 into 2
> > > (07.588994) Writing stats
> > > (07.589605) Dumping finished successfully
> > >
> > > And here is the full lof of the restore
> > >
> > > root at pi-desktop2:/var/lib/lxd/containers# cat
> > >
> /var/log/lxd/migratest/migration_restore_2016-06-09T09\:41\:50+02\:00.log
> > > (00.045094) Pagemap is fully functional
> > > (00.045431) Found task size of 7f000000
> > > (00.048146) Reading image tree
> > > (00.048380) Add mnt ns 12 pid 1
> > > (00.049158) Will restore in 6c020000 namespaces
> > > (00.049220) NS mask to use 6c020000
> > > (00.049266) Collecting 39/18 (flags 1)
> > > (00.049414) Collected [lib/arm-linux-gnueabihf/libuuid.so.1.3.0] ID 0x1
> > > (00.049486) Collected [lib/arm-linux-gnueabihf/libblkid.so.1.1.0] ID
> 0x2
> > > (00.049542) Collected [lib/arm-linux-gnueabihf/libdl-2.23.so] ID 0x3
> > > (00.049593) Collected [lib/arm-linux-gnueabihf/libpcre.so.3.13.2] ID
> 0x4
> > > (00.049642) Collected [lib/arm-linux-gnueabihf/libc-2.23.so] ID 0x5
> > > (00.049689) Collected [lib/arm-linux-gnueabihf/libpthread-2.23.so] ID
> 0x6
> > > (00.049735) Collected [lib/arm-linux-gnueabihf/libgcc_s.so.1] ID 0x7
> > > (00.049782) Collected [lib/arm-linux-gnueabihf/libmount.so.1.1.0] ID
> 0x8
> > > (00.049828) Collected [lib/arm-linux-gnueabihf/libapparmor.so.1.4.0]
> ID 0x9
> > > (00.049875) Collected [lib/arm-linux-gnueabihf/libkmod.so.2.3.0] ID 0xa
> > > (00.049940) Collected [lib/arm-linux-gnueabihf/libaudit.so.1.0.0] ID
> 0xb
> > > (00.049991) Collected [lib/arm-linux-gnueabihf/libpam.so.0.83.1] ID 0xc
> > > (00.050037) Collected [lib/arm-linux-gnueabihf/libseccomp.so.2.2.3] ID
> 0xd
> > > (00.050083) Collected [lib/arm-linux-gnueabihf/librt-2.23.so] ID 0xe
> > > (00.050129) Collected [lib/arm-linux-gnueabihf/libcap.so.2.24] ID 0xf
> > > (00.050176) Collected [lib/arm-linux-gnueabihf/libselinux.so.1] ID 0x10
> > > (00.050223) Collected [lib/arm-linux-gnueabihf/ld-2.23.so] ID 0x11
> > > (00.050268) Collected [lib/systemd/systemd] ID 0x12
> > > (00.050312) Collected [dev/null] ID 0x13
> > > (00.050356) Collected [sys/fs/cgroup/systemd/lxc/migratest] ID 0x16
> > > (00.050402) Collected [proc/1/mountinfo] ID 0x19
> > > (00.050447) Collected [run/dmeventd-server] ID 0x1e
> > > (00.050492) Collected [run/dmeventd-client] ID 0x1f
> > > (00.050536) Collected [run/systemd/initctl/fifo] ID 0x22
> > > (00.050580) Collected [.] ID 0x3b
> > > (00.050626) Collected
> > > [run/log/journal/f9c75c2810d44011b266865c846f7336/system.journal] ID
> 0x3c
> > > (00.050671) Collected [lib/arm-linux-gnueabihf/libattr.so.1.1.0] ID
> 0x3d
> > > (00.050718) Collected [lib/arm-linux-gnueabihf/libgpg-error.so.0.17.0]
> ID
> > > 0x3e
> > > (00.050763) Collected [lib/arm-linux-gnueabihf/libacl.so.1.1.0] ID 0x3f
> > > (00.050809) Collected [lib/arm-linux-gnueabihf/libgcrypt.so.20.0.5] ID
> 0x40
> > > (00.050885) Collected [lib/arm-linux-gnueabihf/liblzma.so.5.0.0] ID
> 0x41
> > > (00.050937) Collected [run/systemd/journal/kernel-seqnum] ID 0x42
> > > (00.050985) Collected [lib/systemd/systemd-journald] ID 0x43
> > > (00.051030) Collected [dev/null] ID 0x44
> > > (00.051074) Collected [dev/null] ID 0x45
> > > (00.051118) Collected [proc/sys/kernel/hostname] ID 0x47
> > > (00.051177) Collected
> > > [run/log/journal/f9c75c2810d44011b266865c846f7336/system.journal] ID
> 0x4d
> > > (00.051227) Collected [usr/sbin/rsyslogd] ID 0x4e
> > > (00.051276) Collected [lib/arm-linux-gnueabihf/libnss_nis-2.23.so] ID
> 0x4f
> > > (00.051323) Collected [lib/arm-linux-gnueabihf/libnsl-2.23.so] ID 0x50
> > > (00.051368) Collected [lib/arm-linux-gnueabihf/libnss_compat-2.23.so]
> ID
> > > 0x51
> > > (00.051414) Collected [usr/lib/rsyslog/imklog.so] ID 0x52
> > > (00.051458) Collected [usr/lib/rsyslog/imuxsock.so] ID 0x53
> > > (00.051502) Collected [lib/arm-linux-gnueabihf/libresolv-2.23.so] ID
> 0x54
> > > (00.051548) Collected [lib/arm-linux-gnueabihf/libnss_dns-2.23.so] ID
> 0x55
> > > (00.051594) Collected [lib/arm-linux-gnueabihf/libnss_files-2.23.so]
> ID 0x56
> > > (00.051639) Collected [usr/lib/rsyslog/lmnet.so] ID 0x57
> > > (00.051685) Collected [lib/arm-linux-gnueabihf/libjson-c.so.2.0.0] ID
> 0x58
> > > (00.051730) Collected [usr/lib/arm-linux-gnueabihf/libestr.so.0.0.0]
> ID 0x59
> > > (00.051776) Collected [lib/arm-linux-gnueabihf/libz.so.1.2.8] ID 0x5a
> > > (00.051821) Collected [dev/null] ID 0x5b
> > > (00.051866) Collected [dev/null] ID 0x5c
> > > (00.051910) Collected [proc/kmsg] ID 0x5d
> > > (00.051954) Collected [var/log/syslog] ID 0x5e
> > > (00.051998) Collected [var/log/auth.log] ID 0x5f
> > > (00.052042) Collected [var/log/cloud-init.log] ID 0x60
> > > (00.052086) Collected [var/log/kern.log] ID 0x61
> > > (00.052131) Collected [usr/lib/accountsservice/accounts-daemon] ID 0x62
> > > (00.052177) Collected
> > > [usr/lib/arm-linux-gnueabihf/gconv/gconv-modules.cache] ID 0x63
> > > (00.052298) Collected [usr/lib/arm-linux-gnueabihf/libffi.so.6.0.4] ID
> 0x64
> > > (00.052351) Collected
> > > [usr/lib/arm-linux-gnueabihf/libgmodule-2.0.so.0.4800.0] ID 0x65
> > > (00.052422) Collected [lib/arm-linux-gnueabihf/libsystemd.so.0.14.0]
> ID 0x66
> > > (00.052474) Collected
> [lib/arm-linux-gnueabihf/libglib-2.0.so.0.4800.0] ID
> > > 0x67
> > > (00.052537) Collected
> > > [usr/lib/arm-linux-gnueabihf/libgobject-2.0.so.0.4800.0] ID 0x68
> > > (00.052586) Collected
> [usr/lib/arm-linux-gnueabihf/libgio-2.0.so.0.4800.0]
> > > ID 0x69
> > > (00.052632) Collected
> > > [usr/lib/arm-linux-gnueabihf/libpolkit-gobject-1.so.0.0.0] ID 0x6a
> > > (00.052678) Collected [dev/null] ID 0x6b
> > > (00.052722) Collected [usr/lib/arm-linux-gnueabihf/libcap-ng.so.0.0.0]
> ID
> > > 0x72
> > > (00.052768) Collected [lib/arm-linux-gnueabihf/libexpat.so.1.6.0] ID
> 0x73
> > > (00.052814) Collected [lib/arm-linux-gnueabihf/libdbus-1.so.3.14.6] ID
> 0x74
> > > (00.052860) Collected [usr/bin/dbus-daemon] ID 0x75
> > > (00.052906) Collected [dev/null] ID 0x76
> > > (00.052950) Collected [usr/sbin/atd] ID 0x82
> > > (00.052995) Collected [dev/null] ID 0x83
> > > (00.053038) Collected [dev/null] ID 0x84
> > > (00.053082) Collected [dev/null] ID 0x85
> > > (00.053126) Collected [run/atd.pid] ID 0x86
> > > (00.053170) Collected [var/spool/cron/atjobs] ID 0x87
> > > (00.053215) Collected [usr/sbin/cron] ID 0x88
> > > (00.053259) Collected [dev/null] ID 0x89
> > > (00.053304) Collected [run/crond.pid] ID 0x8b
> > > (00.053351) Collected [var/spool/cron] ID 0x8c
> > > (00.053396) Collected [lib/systemd/systemd-logind] ID 0x8d
> > > (00.053443) Collected [dev/null] ID 0x8e
> > > (00.053489) Collected [usr/lib/policykit-1/polkitd] ID 0x98
> > > (00.053534) Collected
> > > [usr/lib/arm-linux-gnueabihf/libpolkit-backend-1.so.0.0.0] ID 0x99
> > > (00.053580) Collected [dev/null] ID 0x9a
> > > (00.053649) Collected
> [lib/arm-linux-gnueabihf/libisc-export.so.160.0.0] ID
> > > 0xa2
> > > (00.053700) Collected
> [lib/arm-linux-gnueabihf/libdns-export.so.162.1.3] ID
> > > 0xa3
> > > (00.053746) Collected [sbin/dhclient] ID 0xa4
> > > (00.053791) Collected [dev/null] ID 0xa5
> > > (00.053835) Collected [dev/null] ID 0xa6
> > > (00.053880) Collected [dev/null] ID 0xa7
> > > (00.053925) Collected [var/lib/dhcp/dhclient.eth0.leases] ID 0xa9
> > > (00.053970) Collected [lib/arm-linux-gnueabihf/libkeyutils.so.1.5] ID
> 0xac
> > > (00.054016) Collected
> [usr/lib/arm-linux-gnueabihf/libkrb5support.so.0.1]
> > > ID 0xad
> > > (00.054062) Collected [usr/lib/arm-linux-gnueabihf/libk5crypto.so.3.1]
> ID
> > > 0xae
> > > (00.054108) Collected [lib/arm-linux-gnueabihf/libcom_err.so.2.1] ID
> 0xaf
> > > (00.054154) Collected [usr/lib/arm-linux-gnueabihf/libkrb5.so.3.3] ID
> 0xb0
> > > (00.054200) Collected
> [usr/lib/arm-linux-gnueabihf/libgssapi_krb5.so.2.2]
> > > ID 0xb1
> > > (00.054246) Collected [lib/arm-linux-gnueabihf/libcrypt-2.23.so] ID
> 0xb2
> > > (00.054394) Collected [lib/arm-linux-gnueabihf/libutil-2.23.so] ID
> 0xb3
> > > (00.054474) Collected [lib/arm-linux-gnueabihf/libcrypto.so.1.0.0] ID
> 0xb4
> > > (00.054529) Collected [lib/arm-linux-gnueabihf/libwrap.so.0.7.6] ID
> 0xb5
> > > (00.054580) Collected [usr/sbin/sshd] ID 0xb6
> > > (00.054632) Collected [dev/null] ID 0xb7
> > > (00.054678) Collected [sbin/iscsid] ID 0xbb
> > > (00.054725) Collected [dev/null] ID 0xbc
> > > (00.054772) Collected [dev/null] ID 0xbe
> > > (00.054821) Collected [run/iscsid.pid] ID 0xc1
> > > (00.054871) Collected [sbin/agetty] ID 0xc3
> > > (00.054919) Collected [dev/null] ID 0xc4
> > > (00.054978) `- ... done
> > > (00.055013) Collecting 53/57 (flags 0)
> > > (00.055125) `- ... done
> > > (00.055165) Skipping helper for restoring /proc/1; pid exists
> > > (00.055198) Collecting 42/21 (flags 0)
> > > (00.055384) `- ... done
> > > (00.058786) cg: rewriting lxc/migratest to /lxc/migratest
> > > (00.059051) cg: rewriting lxc/migratest to /lxc/migratest
> > > (00.059229) cg: rewriting lxc/migratest to /lxc/migratest
> > > (00.059406) cg: rewriting lxc/migratest to /lxc/migratest
> > > (00.059582) cg: rewriting lxc/migratest to /lxc/migratest
> > > (00.059757) cg: rewriting lxc/migratest/init.scope to /lxc/migratest
> > > (00.059851) cg: rewriting
> > > lxc/migratest/system.slice/systemd-journald.service to /lxc/migratest
> > > (00.059946) cg: rewriting lxc/migratest/system.slice/rsyslog.service to
> > > /lxc/migratest
> > > (00.060040) cg: rewriting
> > > lxc/migratest/system.slice/accounts-daemon.service to /lxc/migratest
> > > (00.060134) cg: rewriting lxc/migratest/system.slice/dbus.service to
> > > /lxc/migratest
> > > (00.060330) cg: rewriting lxc/migratest/system.slice/atd.service to
> > > /lxc/migratest
> > > (00.060430) cg: rewriting lxc/migratest/system.slice/cron.service to
> > > /lxc/migratest
> > > (00.060525) cg: rewriting
> lxc/migratest/system.slice/systemd-logind.service
> > > to /lxc/migratest
> > > (00.060618) cg: rewriting lxc/migratest/system.slice/polkitd.service to
> > > /lxc/migratest
> > > (00.060711) cg: rewriting
> lxc/migratest/system.slice/networking.service to
> > > /lxc/migratest
> > > (00.060802) cg: rewriting lxc/migratest/system.slice/ssh.service to
> > > /lxc/migratest
> > > (00.060895) cg: rewriting lxc/migratest/system.slice/iscsid.service to
> > > /lxc/migratest
> > > (00.060986) cg: rewriting
> lxc/migratest/system.slice/console-getty.service
> > > to /lxc/migratest
> > > (00.061078) cg: rewriting lxc/migratest/init.scope to /lxc/migratest
> > > (00.061241) cg: rewriting
> > > lxc/migratest/system.slice/systemd-journald.service to /lxc/migratest
> > > (00.061407) cg: rewriting lxc/migratest/system.slice/rsyslog.service to
> > > /lxc/migratest
> > > (00.061574) cg: rewriting
> > > lxc/migratest/system.slice/accounts-daemon.service to /lxc/migratest
> > > (00.061740) cg: rewriting lxc/migratest/system.slice/dbus.service to
> > > /lxc/migratest
> > > (00.061906) cg: rewriting lxc/migratest/system.slice/atd.service to
> > > /lxc/migratest
> > > (00.062072) cg: rewriting lxc/migratest/system.slice/cron.service to
> > > /lxc/migratest
> > > (00.062236) cg: rewriting
> lxc/migratest/system.slice/systemd-logind.service
> > > to /lxc/migratest
> > > (00.062401) cg: rewriting lxc/migratest/system.slice/polkitd.service to
> > > /lxc/migratest
> > > (00.062566) cg: rewriting
> lxc/migratest/system.slice/networking.service to
> > > /lxc/migratest
> > > (00.062730) cg: rewriting lxc/migratest/system.slice/ssh.service to
> > > /lxc/migratest
> > > (00.062895) cg: rewriting lxc/migratest/system.slice/iscsid.service to
> > > /lxc/migratest
> > > (00.063059) cg: rewriting
> lxc/migratest/system.slice/console-getty.service
> > > to /lxc/migratest
> > > (00.063223) cg: rewriting lxc/migratest/init.scope to /lxc/migratest
> > > (00.063316) cg: rewriting
> > > lxc/migratest/system.slice/systemd-journald.service to /lxc/migratest
> > > (00.063412) cg: rewriting lxc/migratest/system.slice/rsyslog.service to
> > > /lxc/migratest
> > > (00.063507) cg: rewriting
> > > lxc/migratest/system.slice/accounts-daemon.service to /lxc/migratest
> > > (00.063603) cg: rewriting lxc/migratest/system.slice/dbus.service to
> > > /lxc/migratest
> > > (00.063697) cg: rewriting lxc/migratest/system.slice/atd.service to
> > > /lxc/migratest
> > > (00.063792) cg: rewriting lxc/migratest/system.slice/cron.service to
> > > /lxc/migratest
> > > (00.063886) cg: rewriting
> lxc/migratest/system.slice/systemd-logind.service
> > > to /lxc/migratest
> > > (00.063980) cg: rewriting lxc/migratest/system.slice/polkitd.service to
> > > /lxc/migratest
> > > (00.064073) cg: rewriting
> lxc/migratest/system.slice/networking.service to
> > > /lxc/migratest
> > > (00.064167) cg: rewriting lxc/migratest/system.slice/ssh.service to
> > > /lxc/migratest
> > > (00.064260) cg: rewriting lxc/migratest/system.slice/iscsid.service to
> > > /lxc/migratest
> > > (00.064456) cg: rewriting
> lxc/migratest/system.slice/console-getty.service
> > > to /lxc/migratest
> > > (00.064573) cg: rewriting lxc/migratest/init.scope to /lxc/migratest
> > > (00.064656) cg: rewriting
> > > lxc/migratest/system.slice/systemd-journald.service to /lxc/migratest
> > > (00.064740) cg: rewriting lxc/migratest/system.slice/rsyslog.service to
> > > /lxc/migratest
> > > (00.064823) cg: rewriting
> > > lxc/migratest/system.slice/accounts-daemon.service to /lxc/migratest
> > > (00.064906) cg: rewriting lxc/migratest/system.slice/dbus.service to
> > > /lxc/migratest
> > > (00.064988) cg: rewriting lxc/migratest/system.slice/atd.service to
> > > /lxc/migratest
> > > (00.065069) cg: rewriting lxc/migratest/system.slice/cron.service to
> > > /lxc/migratest
> > > (00.065151) cg: rewriting
> lxc/migratest/system.slice/systemd-logind.service
> > > to /lxc/migratest
> > > (00.065233) cg: rewriting lxc/migratest/system.slice/polkitd.service to
> > > /lxc/migratest
> > > (00.065314) cg: rewriting
> lxc/migratest/system.slice/networking.service to
> > > /lxc/migratest
> > > (00.065396) cg: rewriting lxc/migratest/system.slice/ssh.service to
> > > /lxc/migratest
> > > (00.065477) cg: rewriting lxc/migratest/system.slice/iscsid.service to
> > > /lxc/migratest
> > > (00.065557) cg: rewriting
> lxc/migratest/system.slice/console-getty.service
> > > to /lxc/migratest
> > > (00.065709) cg: Preparing cgroups yard (cgroups restore mode 0x4)
> > > (00.066325) cg: Opening .criu.cgyard.t0X6WW as cg yard
> > > (00.066456) cg: Making controller dir .criu.cgyard.t0X6WW/cpuset
> (cpuset)
> > > (00.066731) cg: Determined cgroup dir cpuset//lxc/migratest already
> exist
> > > (00.066808) cg: Skip restoring properties on cgroup dir
> > > cpuset//lxc/migratest
> > > (00.066925) cg: Making controller dir .criu.cgyard.t0X6WW/perf_event
> > > (perf_event)
> > > (00.067136) cg: Determined cgroup dir perf_event//lxc/migratest already
> > > exist
> > > (00.067177) cg: Skip restoring properties on cgroup dir
> > > perf_event//lxc/migratest
> > > (00.067278) cg: Making controller dir .criu.cgyard.t0X6WW/debug (debug)
> > > (00.067473) cg: Determined cgroup dir debug//lxc/migratest already
> exist
> > > (00.067514) cg: Skip restoring properties on cgroup dir
> debug//lxc/migratest
> > > (00.067602) cg: Making controller dir .criu.cgyard.t0X6WW/freezer
> (freezer)
> > > (00.067791) cg: Determined cgroup dir freezer//lxc/migratest already
> exist
> > > (00.067831) cg: Skip restoring properties on cgroup dir
> > > freezer//lxc/migratest
> > > (00.067927) cg: Making controller dir .criu.cgyard.t0X6WW/net_cls
> (net_cls)
> > > (00.068122) cg: Determined cgroup dir net_cls//lxc/migratest already
> exist
> > > (00.068163) cg: Skip restoring properties on cgroup dir
> > > net_cls//lxc/migratest
> > > (00.068254) cg: Making controller dir .criu.cgyard.t0X6WW/blkio (blkio)
> > > (00.068448) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.068489) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.068573) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.068609) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.068690) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.068726) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.068806) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.068842) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.068922) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.068957) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.069038) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.069074) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.069153) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.069188) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.069269) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.069305) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.069385) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.069420) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.069500) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.069535) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.069615) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.069650) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.069729) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.069764) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.069842) cg: Determined cgroup dir blkio//lxc/migratest already
> exist
> > > (00.069877) cg: Skip restoring properties on cgroup dir
> blkio//lxc/migratest
> > > (00.069964) cg: Making controller dir .criu.cgyard.t0X6WW/cpu,cpuacct
> > > (cpu,cpuacct)
> > > (00.070165) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.070205) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.070290) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.070326) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.070406) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.070441) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.070520) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.070556) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.070638) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.070727) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.070815) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.070852) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.070932) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.070968) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.071046) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.071082) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.071162) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.071197) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.071277) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.071313) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.071392) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.071428) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.071507) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.071542) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.071621) cg: Determined cgroup dir cpu,cpuacct//lxc/migratest
> already
> > > exist
> > > (00.071656) cg: Skip restoring properties on cgroup dir
> > > cpu,cpuacct//lxc/migratest
> > > (00.071743) cg: Making controller dir .criu.cgyard.t0X6WW/devices
> (devices)
> > > (00.071936) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.071977) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.072062) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.072097) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.072176) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.072211) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.072290) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.072325) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.072410) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.072446) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.072525) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.072561) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.072639) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.072675) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.072756) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.072791) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.072871) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.072907) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.072986) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.073021) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.073100) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.073135) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.073214) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.073249) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.073329) cg: Determined cgroup dir devices//lxc/migratest already
> exist
> > > (00.073364) cg: Skip restoring properties on cgroup dir
> > > devices//lxc/migratest
> > > (00.073467) cg: Making controller dir .criu.cgyard.t0X6WW/systemd
> > > (none,name=systemd)
> > > (00.073710) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.073753) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.073838) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.073874) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.073954) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.073990) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.074069) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.074151) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.074238) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.074352) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.074479) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.074526) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.074623) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.074661) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.074748) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.074790) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.074875) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.074912) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.074994) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.075030) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.075109) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.075145) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.075224) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.075259) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.075338) cg: Determined cgroup dir systemd//lxc/migratest already
> exist
> > > (00.075373) cg: Skip restoring properties on cgroup dir
> > > systemd//lxc/migratest
> > > (00.075534) Running pre-restore scripts
> > > (00.075855) Saved netns fd for links restore
> > > (00.076002) mnt: Reading mountpoint images (id 12 pid 1)
> > > (00.076120) mnt: Will mount 149 from /
> > > (00.076179) mnt: Will mount 149 @ ./run/lock
> > > (00.076214) mnt: Read 149 mp @ ./run/lock
> > > (00.076267) mnt: Will mount 148 from /
> > > (00.076303) mnt: Will mount 148 @ ./run
> > > (00.076335) mnt: Read 148 mp @ ./run
> > > (00.076384) mnt: Will mount 147 from /
> > > (00.076419) mnt: Will mount 147 @ ./dev/shm
> > > (00.076450) mnt: Read 147 mp @ ./dev/shm
> > > (00.076499) mnt: Will mount 141 from /
> > > (00.076534) mnt: Will mount 141 @ ./dev/pts
> > > (00.076564) mnt: Read 141 mp @ ./dev/pts
> > > (00.076617) mnt: Will mount 215 from /var/lib/lxcfs/cgroup/perf_event
> (E)
> > > (00.076655) mnt: Will mount 215 @ ./sys/fs/cgroup/perf_event
> > > (00.076687) mnt: Read 215 mp @ ./sys/fs/cgroup/perf_event
> > > (00.076738) mnt: Will mount 214 from /var/lib/lxcfs/cgroup/net_cls (E)
> > > (00.076775) mnt: Will mount 214 @ ./sys/fs/cgroup/net_cls
> > > (00.076807) mnt: Read 214 mp @ ./sys/fs/cgroup/net_cls
> > > (00.076857) mnt: Will mount 213 from
> /var/lib/lxcfs/cgroup/name=systemd (E)
> > > (00.076895) mnt: Will mount 213 @ ./sys/fs/cgroup/systemd
> > > (00.076926) mnt: Read 213 mp @ ./sys/fs/cgroup/systemd
> > > (00.076977) mnt: Will mount 212 from /var/lib/lxcfs/cgroup/freezer (E)
> > > (00.077014) mnt: Will mount 212 @ ./sys/fs/cgroup/freezer
> > > (00.077046) mnt: Read 212 mp @ ./sys/fs/cgroup/freezer
> > > (00.077097) mnt: Will mount 211 from /var/lib/lxcfs/cgroup/devices (E)
> > > (00.077134) mnt: Will mount 211 @ ./sys/fs/cgroup/devices
> > > (00.077165) mnt: Read 211 mp @ ./sys/fs/cgroup/devices
> > > (00.077215) mnt: Will mount 210 from /var/lib/lxcfs/cgroup/debug (E)
> > > (00.077252) mnt: Will mount 210 @ ./sys/fs/cgroup/debug
> > > (00.077283) mnt: Read 210 mp @ ./sys/fs/cgroup/debug
> > > (00.077335) mnt: Will mount 209 from /var/lib/lxcfs/cgroup/cpuset (E)
> > > (00.077371) mnt: Will mount 209 @ ./sys/fs/cgroup/cpuset
> > > (00.077402) mnt: Read 209 mp @ ./sys/fs/cgroup/cpuset
> > > (00.077453) mnt: Will mount 208 from /var/lib/lxcfs/cgroup/cpu,cpuacct
> (E)
> > > (00.077489) mnt: Will mount 208 @ ./sys/fs/cgroup/cpu,cpuacct
> > > (00.077521) mnt: Read 208 mp @ ./sys/fs/cgroup/cpu,cpuacct
> > > (00.077572) mnt: Will mount 207 from /var/lib/lxcfs/cgroup/blkio (E)
> > > (00.077608) mnt: Will mount 207 @ ./sys/fs/cgroup/blkio
> > > (00.077639) mnt: Read 207 mp @ ./sys/fs/cgroup/blkio
> > > (00.077689) mnt: Will mount 231 from /var/lib/lxcfs/ (E)
> > > (00.077724) mnt: Will mount 231 @ ./var/lib/lxcfs
> > > (00.077755) mnt: Read 231 mp @ ./var/lib/lxcfs
> > > (00.077805) mnt: Will mount 230 from /var/lib/lxcfs/proc/uptime (E)
> > > (00.077841) mnt: Will mount 230 @ ./proc/uptime
> > > (00.077932) mnt: Read 230 mp @ ./proc/uptime
> > > (00.077988) mnt: Will mount 229 from /var/lib/lxcfs/proc/swaps (E)
> > > (00.078026) mnt: Will mount 229 @ ./proc/swaps
> > > (00.078057) mnt: Read 229 mp @ ./proc/swaps
> > > (00.078109) mnt: Will mount 228 from /var/lib/lxcfs/proc/stat (E)
> > > (00.078145) mnt: Will mount 228 @ ./proc/stat
> > > (00.078176) mnt: Read 228 mp @ ./proc/stat
> > > (00.078227) mnt: Will mount 227 from /var/lib/lxcfs/proc/meminfo (E)
> > > (00.078262) mnt: Will mount 227 @ ./proc/meminfo
> > > (00.078294) mnt: Read 227 mp @ ./proc/meminfo
> > > (00.078344) mnt: Will mount 226 from /var/lib/lxcfs/proc/diskstats (E)
> > > (00.078381) mnt: Will mount 226 @ ./proc/diskstats
> > > (00.078413) mnt: Read 226 mp @ ./proc/diskstats
> > > (00.078463) mnt: Will mount 225 from /var/lib/lxcfs/proc/cpuinfo (E)
> > > (00.078500) mnt: Will mount 225 @ ./proc/cpuinfo
> > > (00.078531) mnt: Read 225 mp @ ./proc/cpuinfo
> > > (00.078580) mnt: Will mount 206 from /
> > > (00.078614) mnt: Will mount 206 @ ./sys/fs/cgroup
> > > (00.078646) mnt: Read 206 mp @ ./sys/fs/cgroup
> > > (00.078697) mnt: Will mount 205 from /var/lib/lxd/shmounts/migratest
> (E)
> > > (00.078733) mnt: Will mount 205 @ ./dev/.lxd-mounts
> > > (00.078765) mnt: Read 205 mp @ ./dev/.lxd-mounts
> > > (00.078814) mnt: Will mount 204 from //var/lib/lxd/devlxd (E)
> > > (00.078851) mnt: Will mount 204 @ ./dev/lxd
> > > (00.078882) mnt: Read 204 mp @ ./dev/lxd
> > > (00.078931) mnt: Will mount 203 from /sys/kernel/debug/ (E)
> > > (00.078966) mnt: Will mount 203 @ ./sys/kernel/debug
> > > (00.078997) mnt: Read 203 mp @ ./sys/kernel/debug
> > > (00.079047) mnt: Will mount 202 from /sys/fs/fuse/connections/ (E)
> > > (00.079083) mnt: Will mount 202 @ ./sys/fs/fuse/connections
> > > (00.079114) mnt: Read 202 mp @ ./sys/fs/fuse/connections
> > > (00.079164) mnt: Will mount 201 from /proc/sys/fs/binfmt_misc/ (E)
> > > (00.079200) mnt: Will mount 201 @ ./proc/sys/fs/binfmt_misc
> > > (00.079231) mnt: Read 201 mp @ ./proc/sys/fs/binfmt_misc
> > > (00.079280) mnt: Will mount 196 from /
> > > (00.079315) mnt: Will mount 196 @ ./dev/mqueue
> > > (00.079346) mnt: Read 196 mp @ ./dev/mqueue
> > > (00.079394) mnt: Will mount 195 from /devices/virtual/net
> > > (00.079430) mnt: Will mount 195 @ ./sys/devices/virtual/net
> > > (00.079461) mnt: Read 195 mp @ ./sys/devices/virtual/net
> > > (00.079509) mnt: Will mount 194 from /
> > > (00.079544) mnt: Will mount 194 @ ./sys/devices/virtual/net
> > > (00.079575) mnt: Read 194 mp @ ./sys/devices/virtual/net
> > > (00.079623) mnt: Will mount 193 from /
> > > (00.079658) mnt: Will mount 193 @ ./sys
> > > (00.079689) mnt: Read 193 mp @ ./sys
> > > (00.079736) mnt: Will mount 192 from /
> > > (00.079771) mnt: Will mount 192 @ ./sys
> > > (00.079802) mnt: Read 192 mp @ ./sys
> > > (00.079850) mnt: Will mount 191 from /sysrq-trigger
> > > (00.079885) mnt: Will mount 191 @ ./proc/sysrq-trigger
> > > (00.079916) mnt: Read 191 mp @ ./proc/sysrq-trigger
> > > (00.079963) mnt: Will mount 190 from /sys
> > > (00.079998) mnt: Will mount 190 @ ./proc/sys
> > > (00.080029) mnt: Read 190 mp @ ./proc/sys
> > > (00.080077) mnt: Will mount 189 from /sys/net
> > > (00.080112) mnt: Will mount 189 @ ./proc/sys/net
> > > (00.080143) mnt: Read 189 mp @ ./proc/sys/net
> > > (00.080191) mnt: Will mount 188 from /
> > > (00.080225) mnt: Will mount 188 @ ./proc
> > > (00.080256) mnt: Read 188 mp @ ./proc
> > > (00.080304) mnt: Will mount 187 from /
> > > (00.080339) mnt: Will mount 187 @ ./dev
> > > (00.080370) mnt: Read 187 mp @ ./dev
> > > (00.080418) mnt: Will mount 138 from
> > > /var/lib/lxd/containers/migratest/rootfs
> > > (00.080455) mnt: Will mount 138 @ ./
> > > (00.080486) mnt: Read 138 mp @ ./
> > > (00.080757) Warn (cr-restore.c:811): Set CLONE_PARENT | CLONE_NEWPID
> but
> > > it might cause restore problem,because not all kernels support such
> clone
> > > flags combinations!
> > > (00.080807) Forking task with 1 pid (flags 0x6c028000)
> > > (00.087368) PID: real 2089 virt 1
> > > (00.087987) Wait until namespaces are created
> > > (00.098460) Running setup-namespaces scripts
> > > (00.098700) 1: cg: Move into 2
> > > (00.098843) 1: cg: `-> blkio//lxc/migratest/tasks
> > > (00.099138) 1: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (00.099348) 1: cg: `-> cpuset//lxc/migratest/tasks
> > > (00.099515) 1: cg: `-> debug//lxc/migratest/tasks
> > > (00.099755) 1: cg: `-> devices//lxc/migratest/tasks
> > > (00.099908) 1: cg: `-> freezer//lxc/migratest/tasks
> > > (00.100066) 1: cg: `-> systemd//lxc/migratest/tasks
> > > (00.100220) 1: cg: `-> net_cls//lxc/migratest/tasks
> > > (00.101419) 1: cg: `-> perf_event//lxc/migratest/tasks
> > > (00.101645) 1: Calling restore_sid() for init
> > > (00.101690) 1: Restoring 1 to 1 sid
> > > (00.102267) 1: Mount procfs in crtools-proc.gFldGK
> > > (00.144734) 1: Restoring namespaces 1 flags 0x6c028000
> > > (00.153269) 1: Restoring link lo type 1
> > > (00.158453) 1: Restoring link eth0 type 2
> > > (00.158552) 1: Restoring netdev eth0 idx 5
> > > (00.158592) 1: Restore ll addr (00:../6) for device
> > > (00.161940) 1: Skip eth0/accept_local, coincides with default
> > > (00.162069) 1: Skip eth0/accept_redirects, coincides with default
> > > (00.162115) 1: Skip eth0/accept_source_route, coincides with
> default
> > > (00.162159) 1: Skip eth0/arp_accept, coincides with default
> > > (00.162192) 1: Skip eth0/arp_announce, coincides with default
> > > (00.162226) 1: Skip eth0/arp_filter, coincides with default
> > > (00.162258) 1: Skip eth0/arp_ignore, coincides with default
> > > (00.162291) 1: Skip eth0/arp_notify, coincides with default
> > > (00.162329) 1: Skip eth0/bootp_relay, coincides with default
> > > (00.162379) 1: Skip eth0/disable_policy, coincides with default
> > > (00.162420) 1: Skip eth0/disable_xfrm, coincides with default
> > > (00.162453) 1: Skip eth0/force_igmp_version, coincides with
> default
> > > (00.162485) 1: Skip eth0/forwarding, coincides with default
> > > (00.162522) 1: Skip eth0/igmpv2_unsolicited_report_interval,
> coincides
> > > with default
> > > (00.162565) 1: Skip eth0/igmpv3_unsolicited_report_interval,
> coincides
> > > with default
> > > (00.162608) 1: Skip eth0/log_martians, coincides with default
> > > (00.162641) 1: Skip eth0/medium_id, coincides with default
> > > (00.162672) 1: Skip eth0/promote_secondaries, coincides with
> default
> > > (00.162703) 1: Skip eth0/proxy_arp, coincides with default
> > > (00.162736) 1: Skip eth0/proxy_arp_pvlan, coincides with default
> > > (00.162771) 1: Skip eth0/route_localnet, coincides with default
> > > (00.162804) 1: Skip eth0/rp_filter, coincides with default
> > > (00.162840) 1: Skip eth0/secure_redirects, coincides with default
> > > (00.162874) 1: Skip eth0/send_redirects, coincides with default
> > > (00.162908) 1: Skip eth0/shared_media, coincides with default
> > > (00.162941) 1: Skip eth0/src_valid_mark, coincides with default
> > > (00.162976) 1: Skip eth0/tag, coincides with default
> > > (00.163030) 1: Skip eth0/accept_dad, coincides with default
> > > (00.163065) 1: Skip eth0/accept_ra, coincides with default
> > > (00.163099) 1: Skip eth0/accept_ra_defrtr, coincides with default
> > > (00.163130) 1: Skip eth0/accept_ra_from_local, coincides with
> default
> > > (00.163171) 1: Skip eth0/accept_ra_pinfo, coincides with default
> > > (00.163221) 1: Skip eth0/accept_redirects, coincides with default
> > > (00.163265) 1: Skip eth0/accept_source_route, coincides with
> default
> > > (00.163297) 1: Skip eth0/autoconf, coincides with default
> > > (00.163332) 1: Skip eth0/dad_transmits, coincides with default
> > > (00.163380) 1: Skip eth0/disable_ipv6, coincides with default
> > > (00.163421) 1: Skip eth0/force_mld_version, coincides with default
> > > (00.163459) 1: Skip eth0/force_tllao, coincides with default
> > > (00.163525) 1: Skip eth0/forwarding, coincides with default
> > > (00.163585) 1: Skip eth0/hop_limit, coincides with default
> > > (00.163653) 1: Skip eth0/max_addresses, coincides with default
> > > (00.163711) 1: Skip eth0/max_desync_factor, coincides with default
> > > (00.163771) 1: Skip eth0/mldv1_unsolicited_report_interval,
> coincides
> > > with default
> > > (00.163833) 1: Skip eth0/mldv2_unsolicited_report_interval,
> coincides
> > > with default
> > > (00.163884) 1: Skip eth0/ndisc_notify, coincides with default
> > > (00.163948) 1: Skip eth0/proxy_ndp, coincides with default
> > > (00.164007) 1: Skip eth0/regen_max_retry, coincides with default
> > > (00.164069) 1: Skip eth0/router_solicitation_delay, coincides with
> > > default
> > > (00.164236) 1: Skip eth0/router_solicitation_interval, coincides
> with
> > > default
> > > (00.164448) 1: Skip eth0/router_solicitations, coincides with
> default
> > > (00.164533) 1: Skip eth0/suppress_frag_ndisc, coincides with
> default
> > > (00.164573) 1: Skip eth0/temp_prefered_lft, coincides with default
> > > (00.164615) 1: Skip eth0/temp_valid_lft, coincides with default
> > > (00.164683) 1: Skip eth0/use_tempaddr, coincides with default
> > > (00.165326) 1: Running ip addr restore
> > > RTNETLINK answers: File exists
> > > RTNETLINK answers: File exists
> > > (00.194587) 1: Running ip route restore
> > > RTNETLINK answers: File exists
> > > (00.210378) 1: Running ip route restore
> > > RTNETLINK answers: File exists
> > > RTNETLINK answers: File exists
> > > (00.234687) 1: Running ip rule delete
> > > (00.247422) 1: Running ip rule delete
> > > (00.260007) 1: Running ip rule delete
> > > (00.272570) 1: Running ip rule restore
> > > (00.286328) 1: Running iptables-restore for iptables-restore
> > > (00.307939) 1: Running ip6tables-restore for ip6tables-restore
> > > (00.329036) 1: No netns-ct-9.img image
> > > (00.329204) 1: No netns-exp-9.img image
> > > (00.336543) 1: kernel/hostname nr 9
> > > (00.337453) 1: kernel/domainname nr 6
> > > (00.339281) 1: Restoring IPC namespace
> > > (00.339372) 1: Restoring IPC variables
> > > (00.358319) 1: Restoring IPC shared memory
> > > (00.358572) 1: id: 0 key: 0x00000000 uid: 0
> gid: 0
> > > cuid: 0 cgid: 0 mode: 644 (00.358629)
> > > 1: size: 52
> > > (00.358676) 1: Collected SysV shmem 0, size 52
> > > (00.368249) 1: id: 32769 key: 0x00000000 uid: 0
> gid: 0
> > > cuid: 0 cgid: 0 mode: 644 (00.368391)
> > > 1: size: 16384
> > > (00.368440) 1: Collected SysV shmem 8001, size 16384
> > > (00.377759) 1: id: 65538 key: 0x00000000 uid: 0
> gid: 0
> > > cuid: 0 cgid: 0 mode: 644 (00.377896)
> > > 1: size: 268
> > > (00.377947) 1: Collected SysV shmem 10002, size 268
> > > (00.387103) 1: Restoring IPC message queues
> > > (00.387306) 1: No ipcns-msg-10.img image
> > > (00.387354) 1: Restoring IPC semaphores sets
> > > (00.387463) 1: id: 0 key: 0x000000a7 uid: 0
> gid: 0
> > > cuid: 0 cgid: 0 mode: 600 (00.387514)
> > > 1: nsems: 1
> > > (00.396718) 1: 1 (00.396848) 1:
> > > (00.396940) 1: mnt: Restoring mount namespace
> > > (00.397603) 1: type ext4 source /dev/root mnt_id 192 s_dev
> 0xb300002 /
> > > @ ./ flags 0x80400 options data=ordered
> > > (00.397745) 1: type devtmpfs source devtmpfs mnt_id 193 s_dev 0x5
> / @
> > > ./dev flags 0x280000 options size=470296k,nr_inodes=117574,mode=755
> > > (00.397840) 1: type tmpfs source tmpfs mnt_id 194 s_dev 0xe / @
> > > ./dev/shm flags 0x1080000 options
> > > (00.397947) 1: type devpts source devpts mnt_id 195 s_dev 0xb / @
> > > ./dev/pts flags 0x28000a options gid=5,mode=620,ptmxmode=000
> > > (00.398118) 1: type mqueue source mqueue mnt_id 196 s_dev 0xc / @
> > > ./dev/mqueue flags 0x280000 options
> > > (00.398215) 1: type sysfs source sysfs mnt_id 197 s_dev 0xd / @
> ./sys
> > > flags 0x28000e options
> > > (00.398308) 1: type tmpfs source tmpfs mnt_id 198 s_dev 0x11 / @
> > > ./sys/fs/cgroup flags 0x1080000 options mode=755
> > > (00.398412) 1: type cgroup source cgroup mnt_id 199 s_dev 0x12 / @
> > > ./sys/fs/cgroup/systemd flags 0x28000e options
> > > xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd
> > > (00.398506) 1: type cgroup source cgroup mnt_id 200 s_dev 0x13 / @
> > > ./sys/fs/cgroup/perf_event flags 0x28000e options perf_event
> > > (00.398601) 1: type cgroup source cgroup mnt_id 201 s_dev 0x14 / @
> > > ./sys/fs/cgroup/cpu,cpuacct flags 0x28000e options cpu,cpuacct
> > > (00.398886) 1: type cgroup source cgroup mnt_id 202 s_dev 0x15 / @
> > > ./sys/fs/cgroup/cpuset flags 0x28000e options cpuset
> > > (00.398986) 1: type cgroup source cgroup mnt_id 203 s_dev 0x16 / @
> > > ./sys/fs/cgroup/blkio flags 0x28000e options blkio
> > > (00.399080) 1: type cgroup source cgroup mnt_id 204 s_dev 0x17 / @
> > > ./sys/fs/cgroup/freezer flags 0x28000e options freezer
> > > (00.399254) 1: type cgroup source cgroup mnt_id 205 s_dev 0x18 / @
> > > ./sys/fs/cgroup/debug flags 0x28000e options debug
> > > (00.399365) 1: type cgroup source cgroup mnt_id 206 s_dev 0x19 / @
> > > ./sys/fs/cgroup/net_cls flags 0x28000e options net_cls
> > > (00.399460) 1: type cgroup source cgroup mnt_id 207 s_dev 0x1a / @
> > > ./sys/fs/cgroup/devices flags 0x28000e options devices
> > > (00.399546) 1: type debugfs source debugfs mnt_id 208 s_dev 0x6 /
> @
> > > ./sys/kernel/debug flags 0x280000 options
> > > (00.399634) 1: type configfs source configfs mnt_id 209 s_dev
> 0x1c / @
> > > ./sys/kernel/config flags 0x280000 options
> > > (00.399719) 1: type fusectl source fusectl mnt_id 210 s_dev 0x1f
> / @
> > > ./sys/fs/fuse/connections flags 0x280000 options
> > > (00.399801) 1: type proc source proc mnt_id 211 s_dev 0x3 / @
> ./proc
> > > flags 0x280000 options
> > > (00.399906) 1: type autofs source systemd-1 mnt_id 212 s_dev 0x1b
> / @
> > > ./proc/sys/fs/binfmt_misc flags 0x280000 options
> > > fd=34,pgrp=0,timeout=0,minproto=5,maxproto=5,direct
> > > (00.399963) 1: Warn (autofs.c:77): Failed to find pipe_ino option
> > > (old kernel?)
> > > (00.400235) 1: type tmpfs source tmpfs mnt_id 213 s_dev 0xf / @
> ./run
> > > flags 0x1080000 options mode=755
> > > (00.400333) 1: type tmpfs source tmpfs mnt_id 214 s_dev 0x10 / @
> > > ./run/lock flags 0x28000e options size=5120k
> > > (00.400427) 1: type tmpfs source tmpfs mnt_id 215 s_dev 0x1d / @
> > > ./run/lxcfs/controllers flags 0x280000 options size=100k,mode=700
> > > (00.400517) 1: type cgroup source devices mnt_id 216 s_dev 0x1a /
> @
> > > ./run/lxcfs/controllers/devices flags 0x280000 options devices
> > > (00.400608) 1: type cgroup source net_cls mnt_id 217 s_dev 0x19 /
> @
> > > ./run/lxcfs/controllers/net_cls flags 0x280000 options net_cls
> > > (00.400697) 1: type cgroup source debug mnt_id 218 s_dev 0x18 / @
> > > ./run/lxcfs/controllers/debug flags 0x280000 options debug
> > > (00.400786) 1: type cgroup source freezer mnt_id 219 s_dev 0x17 /
> @
> > > ./run/lxcfs/controllers/freezer flags 0x280000 options freezer
> > > (00.400874) 1: type cgroup source blkio mnt_id 220 s_dev 0x16 / @
> > > ./run/lxcfs/controllers/blkio flags 0x280000 options blkio
> > > (00.400964) 1: type cgroup source cpuset mnt_id 221 s_dev 0x15 / @
> > > ./run/lxcfs/controllers/cpuset flags 0x280000 options cpuset
> > > (00.401056) 1: type cgroup source cpu,cpuacct mnt_id 222 s_dev
> 0x14 /
> > > @ ./run/lxcfs/controllers/cpu,cpuacct flags 0x280000 options
> cpu,cpuacct
> > > (00.401161) 1: type cgroup source perf_event mnt_id 223 s_dev
> 0x13 / @
> > > ./run/lxcfs/controllers/perf_event flags 0x280000 options perf_event
> > > (00.401415) 1: type cgroup source name=systemd mnt_id 224 s_dev
> 0x12 /
> > > @ ./run/lxcfs/controllers/name=systemd flags 0x280000 options
> > > xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd
> > > (00.401531) 1: type tmpfs source tmpfs mnt_id 225 s_dev 0x21 / @
> > > ./run/user/108 flags 0x280006 options
> size=94920k,mode=700,uid=108,gid=116
> > > (00.401628) 1: type fuse source gvfsd-fuse mnt_id 226 s_dev 0x22
> / @
> > > ./run/user/108/gvfs flags 0x280006 options user_id=108,group_id=116
> > > (00.401738) 1: type tmpfs source tmpfs mnt_id 227 s_dev 0x23 / @
> > > ./run/user/1000 flags 0x280006 options
> > > size=94920k,mode=700,uid=1000,gid=1000
> > > (00.401846) 1: type vfat source /dev/mmcblk0p1 mnt_id 228 s_dev
> > > 0xb300001 / @ ./boot flags 0x280000 options
> > >
> fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
> > > (00.401946) 1: type fuse source lxcfs mnt_id 229 s_dev 0x1e / @
> > > ./var/lib/lxcfs flags 0x280006 options user_id=0,group_id=0,allow_other
> > > (00.402041) 1: type ext4 source /dev/root mnt_id 230 s_dev
> 0xb300002
> > > /var/lib/lxd/containers/migratest/rootfs @
> > > ./usr/lib/arm-linux-gnueabihf/lxc flags 0x80400 options data=ordered
> > > (00.402278) 1: type tmpfs source none mnt_id 231 s_dev 0x20 / @
> > > ./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW flags 0x200000 options
> > > (00.402372) 1: type cgroup source none mnt_id 232 s_dev 0x15 / @
> > > ./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/cpuset flags 0x200000
> > > options cpuset
> > > (00.402463) 1: type cgroup source none mnt_id 233 s_dev 0x13 / @
> > > ./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/perf_event flags
> 0x200000
> > > options perf_event
> > > (00.402602) 1: type cgroup source none mnt_id 234 s_dev 0x18 / @
> > > ./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/debug flags 0x200000
> > > options debug
> > > (00.402695) 1: type cgroup source none mnt_id 235 s_dev 0x17 / @
> > > ./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/freezer flags 0x200000
> > > options freezer
> > > (00.402784) 1: type cgroup source none mnt_id 236 s_dev 0x19 / @
> > > ./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/net_cls flags 0x200000
> > > options net_cls
> > > (00.402874) 1: type cgroup source none mnt_id 237 s_dev 0x16 / @
> > > ./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/blkio flags 0x200000
> > > options blkio
> > > (00.402966) 1: type cgroup source none mnt_id 238 s_dev 0x14 / @
> > > ./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/cpu,cpuacct flags
> 0x200000
> > > options cpu,cpuacct
> > > (00.403069) 1: type cgroup source none mnt_id 239 s_dev 0x1a / @
> > > ./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/devices flags 0x200000
> > > options devices
> > > (00.403178) 1: type cgroup source none mnt_id 240 s_dev 0x12 / @
> > > ./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/systemd flags 0x200000
> > > options
> xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd
> > > (00.403269) 1: mnt: Building mountpoints tree
> > > (00.403305) 1: mnt: Building plain mount tree
> > > (00.403334) 1: mnt: Working on 240->231
> > > (00.403365) 1: mnt: Working on 239->231
> > > (00.403396) 1: mnt: Working on 238->231
> > > (00.403427) 1: mnt: Working on 237->231
> > > (00.403456) 1: mnt: Working on 236->231
> > > (00.403486) 1: mnt: Working on 235->231
> > > (00.403516) 1: mnt: Working on 234->231
> > > (00.403545) 1: mnt: Working on 233->231
> > > (00.403575) 1: mnt: Working on 232->231
> > > (00.403604) 1: mnt: Working on 231->192
> > > (00.403637) 1: mnt: Working on 230->192
> > > (00.403668) 1: mnt: Working on 229->192
> > > (00.403698) 1: mnt: Working on 228->192
> > > (00.403728) 1: mnt: Working on 227->213
> > > (00.403759) 1: mnt: Working on 226->225
> > > (00.403788) 1: mnt: Working on 225->213
> > > (00.403818) 1: mnt: Working on 224->215
> > > (00.403848) 1: mnt: Working on 223->215
> > > (00.403878) 1: mnt: Working on 222->215
> > > (00.403908) 1: mnt: Working on 221->215
> > > (00.403938) 1: mnt: Working on 220->215
> > > (00.403968) 1: mnt: Working on 219->215
> > > (00.403997) 1: mnt: Working on 218->215
> > > (00.404027) 1: mnt: Working on 217->215
> > > (00.404057) 1: mnt: Working on 216->215
> > > (00.404086) 1: mnt: Working on 215->213
> > > (00.404116) 1: mnt: Working on 214->213
> > > (00.404146) 1: mnt: Working on 213->192
> > > (00.404178) 1: mnt: Working on 212->211
> > > (00.404209) 1: mnt: Working on 211->192
> > > (00.404239) 1: mnt: Working on 210->197
> > > (00.404269) 1: mnt: Working on 209->197
> > > (00.404435) 1: mnt: Working on 208->197
> > > (00.404470) 1: mnt: Working on 207->198
> > > (00.404501) 1: mnt: Working on 206->198
> > > (00.404532) 1: mnt: Working on 205->198
> > > (00.404563) 1: mnt: Working on 204->198
> > > (00.404593) 1: mnt: Working on 203->198
> > > (00.404623) 1: mnt: Working on 202->198
> > > (00.404653) 1: mnt: Working on 201->198
> > > (00.404684) 1: mnt: Working on 200->198
> > > (00.404714) 1: mnt: Working on 199->198
> > > (00.404744) 1: mnt: Working on 198->197
> > > (00.404774) 1: mnt: Working on 197->192
> > > (00.404804) 1: mnt: Working on 196->193
> > > (00.404835) 1: mnt: Working on 195->193
> > > (00.404865) 1: mnt: Working on 194->193
> > > (00.404895) 1: mnt: Working on 193->192
> > > (00.404925) 1: mnt: Working on 192->191
> > > (00.404956) 1: mnt: Resorting siblings on 192
> > > (00.404987) 1: mnt: Resorting siblings on 231
> > > (00.405016) 1: mnt: Resorting siblings on 240
> > > (00.405046) 1: mnt: Resorting siblings on 239
> > > (00.405077) 1: mnt: Resorting siblings on 238
> > > (00.405106) 1: mnt: Resorting siblings on 237
> > > (00.405136) 1: mnt: Resorting siblings on 236
> > > (00.405218) 1: mnt: Resorting siblings on 235
> > > (00.405254) 1: mnt: Resorting siblings on 234
> > > (00.405287) 1: mnt: Resorting siblings on 233
> > > (00.405318) 1: mnt: Resorting siblings on 232
> > > (00.405349) 1: mnt: Resorting siblings on 230
> > > (00.405378) 1: mnt: Resorting siblings on 229
> > > (00.405408) 1: mnt: Resorting siblings on 228
> > > (00.405437) 1: mnt: Resorting siblings on 213
> > > (00.405467) 1: mnt: Resorting siblings on 227
> > > (00.405496) 1: mnt: Resorting siblings on 225
> > > (00.405525) 1: mnt: Resorting siblings on 226
> > > (00.405555) 1: mnt: Resorting siblings on 215
> > > (00.405584) 1: mnt: Resorting siblings on 224
> > > (00.405614) 1: mnt: Resorting siblings on 223
> > > (00.405644) 1: mnt: Resorting siblings on 222
> > > (00.405673) 1: mnt: Resorting siblings on 221
> > > (00.405702) 1: mnt: Resorting siblings on 220
> > > (00.405732) 1: mnt: Resorting siblings on 219
> > > (00.405761) 1: mnt: Resorting siblings on 218
> > > (00.405791) 1: mnt: Resorting siblings on 217
> > > (00.405820) 1: mnt: Resorting siblings on 216
> > > (00.405850) 1: mnt: Resorting siblings on 214
> > > (00.405879) 1: mnt: Resorting siblings on 211
> > > (00.405908) 1: mnt: Resorting siblings on 212
> > > (00.405937) 1: mnt: Resorting siblings on 197
> > > (00.405967) 1: mnt: Resorting siblings on 210
> > > (00.405996) 1: mnt: Resorting siblings on 209
> > > (00.406025) 1: mnt: Resorting siblings on 208
> > > (00.406054) 1: mnt: Resorting siblings on 198
> > > (00.406083) 1: mnt: Resorting siblings on 207
> > > (00.406113) 1: mnt: Resorting siblings on 206
> > > (00.406142) 1: mnt: Resorting siblings on 205
> > > (00.406171) 1: mnt: Resorting siblings on 204
> > > (00.406200) 1: mnt: Resorting siblings on 203
> > > (00.406230) 1: mnt: Resorting siblings on 202
> > > (00.406259) 1: mnt: Resorting siblings on 201
> > > (00.406288) 1: mnt: Resorting siblings on 200
> > > (00.406317) 1: mnt: Resorting siblings on 199
> > > (00.406346) 1: mnt: Resorting siblings on 193
> > > (00.406376) 1: mnt: Resorting siblings on 196
> > > (00.406404) 1: mnt: Resorting siblings on 195
> > > (00.406433) 1: mnt: Resorting siblings on 194
> > > (00.406463) 1: mnt: Done:
> > > (00.406491) 1: mnt: [./](192->191)
> > > (00.406524) 1: mnt: [./boot](228->192)
> > > (00.406556) 1: mnt: <--
> > > (00.406585) 1: mnt: [./dev](193->192)
> > > (00.406617) 1: mnt: [./dev/mqueue](196->193)
> > > (00.406648) 1: mnt: <--
> > > (00.406677) 1: mnt: [./dev/shm](194->193)
> > > (00.406708) 1: mnt: <--
> > > (00.406737) 1: mnt: [./dev/pts](195->193)
> > > (00.406768) 1: mnt: <--
> > > (00.406798) 1: mnt: <--
> > > (00.406826) 1: mnt: [./sys](197->192)
> > > (00.406857) 1: mnt: [./sys/kernel/config](209->197)
> > > (00.406889) 1: mnt: <--
> > > (00.406918) 1: mnt: [./sys/fs/cgroup](198->197)
> > > (00.406950) 1: mnt: [./sys/fs/cgroup/devices](207->198)
> > > (00.406984) 1: mnt: <--
> > > (00.407013) 1: mnt: [./sys/fs/cgroup/systemd](199->198)
> > > (00.407046) 1: mnt: <--
> > > (00.407075) 1: mnt: [./sys/fs/cgroup/perf_event](200->198)
> > > (00.407107) 1: mnt: <--
> > > (00.407137) 1: mnt: [./sys/fs/cgroup/cpu,cpuacct](201->198)
> > > (00.407169) 1: mnt: <--
> > > (00.407198) 1: mnt: [./sys/fs/cgroup/cpuset](202->198)
> > > (00.407230) 1: mnt: <--
> > > (00.407259) 1: mnt: [./sys/fs/cgroup/blkio](203->198)
> > > (00.407291) 1: mnt: <--
> > > (00.407320) 1: mnt: [./sys/fs/cgroup/freezer](204->198)
> > > (00.407352) 1: mnt: <--
> > > (00.407381) 1: mnt: [./sys/fs/cgroup/debug](205->198)
> > > (00.407413) 1: mnt: <--
> > > (00.407442) 1: mnt: [./sys/fs/cgroup/net_cls](206->198)
> > > (00.407475) 1: mnt: <--
> > > (00.407505) 1: mnt: <--
> > > (00.407533) 1: mnt: [./sys/kernel/debug](208->197)
> > > (00.407565) 1: mnt: <--
> > > (00.407593) 1: mnt: [./sys/fs/fuse/connections](210->197)
> > > (00.407626) 1: mnt: <--
> > > (00.407655) 1: mnt: <--
> > > (00.407684) 1: mnt: [./proc](211->192)
> > > (00.407716) 1: mnt: [./proc/sys/fs/binfmt_misc](212->211)
> > > (00.407748) 1: mnt: <--
> > > (00.407777) 1: mnt: <--
> > > (00.407859) 1: mnt: [./run](213->192)
> > > (00.407896) 1: mnt: [./run/lock](214->213)
> > > (00.407929) 1: mnt: <--
> > > (00.407959) 1: mnt: [./run/user/1000](227->213)
> > > (00.407990) 1: mnt: <--
> > > (00.408018) 1: mnt: [./run/lxcfs/controllers](215->213)
> > > (00.408050) 1: mnt:
> [./run/lxcfs/controllers/name=systemd](224->215)
> > > (00.408082) 1: mnt: <--
> > > (00.408111) 1: mnt: [./run/lxcfs/controllers/devices](216->215)
> > > (00.408144) 1: mnt: <--
> > > (00.408173) 1: mnt: [./run/lxcfs/controllers/net_cls](217->215)
> > > (00.408206) 1: mnt: <--
> > > (00.408234) 1: mnt: [./run/lxcfs/controllers/debug](218->215)
> > > (00.408267) 1: mnt: <--
> > > (00.408296) 1: mnt: [./run/lxcfs/controllers/freezer](219->215)
> > > (00.408328) 1: mnt: <--
> > > (00.408357) 1: mnt: [./run/lxcfs/controllers/blkio](220->215)
> > > (00.408390) 1: mnt: <--
> > > (00.408419) 1: mnt: [./run/lxcfs/controllers/cpuset](221->215)
> > > (00.408451) 1: mnt: <--
> > > (00.408480) 1: mnt:
> [./run/lxcfs/controllers/cpu,cpuacct](222->215)
> > > (00.408512) 1: mnt: <--
> > > (00.408541) 1: mnt:
> [./run/lxcfs/controllers/perf_event](223->215)
> > > (00.408574) 1: mnt: <--
> > > (00.408603) 1: mnt: <--
> > > (00.408632) 1: mnt: [./run/user/108](225->213)
> > > (00.408663) 1: mnt: [./run/user/108/gvfs](226->225)
> > > (00.408695) 1: mnt: <--
> > > (00.408723) 1: mnt: <--
> > > (00.408752) 1: mnt: <--
> > > (00.408781) 1: mnt:
> > > [./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW](231->192)
> > > (00.408813) 1: mnt:
> > > [./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/systemd](240->231)
> > > (00.408845) 1: mnt: <--
> > > (00.408874) 1: mnt:
> > > [./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/cpuset](232->231)
> > > (00.408906) 1: mnt: <--
> > > (00.408935) 1: mnt:
> > > [./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/perf_event](233->231)
> > > (00.408968) 1: mnt: <--
> > > (00.408997) 1: mnt:
> > > [./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/debug](234->231)
> > > (00.409029) 1: mnt: <--
> > > (00.409058) 1: mnt:
> > > [./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/freezer](235->231)
> > > (00.409090) 1: mnt: <--
> > > (00.409119) 1: mnt:
> > > [./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/net_cls](236->231)
> > > (00.409151) 1: mnt: <--
> > > (00.409180) 1: mnt:
> > > [./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/blkio](237->231)
> > > (00.409212) 1: mnt: <--
> > > (00.409241) 1: mnt:
> > > [./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/cpu,cpuacct](238->231)
> > > (00.409274) 1: mnt: <--
> > > (00.409303) 1: mnt:
> > > [./tmp/lxd_restore_777285124/.criu.cgyard.t0X6WW/devices](239->231)
> > > (00.409335) 1: mnt: <--
> > > (00.409364) 1: mnt: <--
> > > (00.409392) 1: mnt: [./var/lib/lxcfs](229->192)
> > > (00.409424) 1: mnt: <--
> > > (00.409453) 1: mnt: [./usr/lib/arm-linux-gnueabihf/lxc](230->192)
> > > (00.409485) 1: mnt: <--
> > > (00.409514) 1: mnt: <--
> > > (00.409548) 1: mnt: Path `/usr/lib/arm-linux-gnueabihf/lxc'
> resolved
> > > to `./usr/lib/arm-linux-gnueabihf/lxc' mountpoint
> > > (00.409742) 1: mnt: Building mountpoints tree
> > > (00.409776) 1: mnt: Building plain mount tree
> > > (00.409814) 1: mnt: Working on 138->139
> > > (00.409864) 1: mnt: Working on 187->138
> > > (00.409904) 1: mnt: Working on 188->138
> > > (00.409935) 1: mnt: Working on 189->190
> > > (00.409965) 1: mnt: Working on 190->188
> > > (00.409995) 1: mnt: Working on 191->188
> > > (00.410025) 1: mnt: Working on 192->138
> > > (00.410054) 1: mnt: Working on 193->192
> > > (00.410084) 1: mnt: Working on 194->193
> > > (00.410114) 1: mnt: Working on 195->194
> > > (00.410162) 1: mnt: Working on 196->187
> > > (00.410194) 1: mnt: Working on 201->190
> > > (00.410224) 1: mnt: Working on 202->193
> > > (00.410254) 1: mnt: Working on 203->193
> > > (00.410284) 1: mnt: Working on 204->187
> > > (00.410313) 1: mnt: Working on 205->187
> > > (00.410342) 1: mnt: Working on 206->193
> > > (00.410372) 1: mnt: Working on 225->188
> > > (00.410401) 1: mnt: Working on 226->188
> > > (00.410446) 1: mnt: Working on 227->188
> > > (00.410524) 1: mnt: Working on 228->188
> > > (00.410561) 1: mnt: Working on 229->188
> > > (00.410592) 1: mnt: Working on 230->188
> > > (00.410621) 1: mnt: Working on 231->138
> > > (00.410651) 1: mnt: Working on 207->206
> > > (00.410681) 1: mnt: Working on 208->206
> > > (00.410711) 1: mnt: Working on 209->206
> > > (00.410740) 1: mnt: Working on 210->206
> > > (00.410786) 1: mnt: Working on 211->206
> > > (00.410819) 1: mnt: Working on 212->206
> > > (00.410849) 1: mnt: Working on 213->206
> > > (00.410879) 1: mnt: Working on 214->206
> > > (00.410909) 1: mnt: Working on 215->206
> > > (00.410939) 1: mnt: Working on 141->187
> > > (00.410969) 1: mnt: Working on 147->187
> > > (00.410998) 1: mnt: Working on 148->138
> > > (00.411028) 1: mnt: Working on 149->148
> > > (00.411059) 1: mnt: Resorting siblings on 138
> > > (00.411088) 1: mnt: Resorting siblings on 187
> > > (00.411118) 1: mnt: Resorting siblings on 196
> > > (00.411147) 1: mnt: Resorting siblings on 204
> > > (00.411176) 1: mnt: Resorting siblings on 205
> > > (00.411206) 1: mnt: Resorting siblings on 141
> > > (00.411235) 1: mnt: Resorting siblings on 147
> > > (00.411264) 1: mnt: Resorting siblings on 188
> > > (00.411293) 1: mnt: Resorting siblings on 190
> > > (00.411323) 1: mnt: Resorting siblings on 189
> > > (00.411352) 1: mnt: Resorting siblings on 201
> > > (00.411381) 1: mnt: Resorting siblings on 191
> > > (00.411410) 1: mnt: Resorting siblings on 225
> > > (00.411439) 1: mnt: Resorting siblings on 226
> > > (00.411469) 1: mnt: Resorting siblings on 227
> > > (00.411498) 1: mnt: Resorting siblings on 228
> > > (00.411527) 1: mnt: Resorting siblings on 229
> > > (00.411557) 1: mnt: Resorting siblings on 230
> > > (00.411586) 1: mnt: Resorting siblings on 192
> > > (00.411614) 1: mnt: Resorting siblings on 193
> > > (00.411644) 1: mnt: Resorting siblings on 194
> > > (00.411673) 1: mnt: Resorting siblings on 195
> > > (00.411703) 1: mnt: Resorting siblings on 202
> > > (00.411732) 1: mnt: Resorting siblings on 203
> > > (00.411761) 1: mnt: Resorting siblings on 206
> > > (00.411791) 1: mnt: Resorting siblings on 207
> > > (00.411819) 1: mnt: Resorting siblings on 208
> > > (00.411849) 1: mnt: Resorting siblings on 209
> > > (00.411878) 1: mnt: Resorting siblings on 210
> > > (00.411907) 1: mnt: Resorting siblings on 211
> > > (00.411936) 1: mnt: Resorting siblings on 212
> > > (00.411966) 1: mnt: Resorting siblings on 213
> > > (00.411995) 1: mnt: Resorting siblings on 214
> > > (00.412025) 1: mnt: Resorting siblings on 215
> > > (00.412054) 1: mnt: Resorting siblings on 231
> > > (00.412083) 1: mnt: Resorting siblings on 148
> > > (00.412112) 1: mnt: Resorting siblings on 149
> > > (00.412140) 1: mnt: Done:
> > > (00.412169) 1: mnt: [./](138->139)
> > > (00.412201) 1: mnt: [./dev](187->138)
> > > (00.412234) 1: mnt: [./dev/mqueue](196->187)
> > > (00.412265) 1: mnt: <--
> > > (00.412294) 1: mnt: [./dev/shm](147->187)
> > > (00.412325) 1: mnt: <--
> > > (00.412354) 1: mnt: [./dev/pts](141->187)
> > > (00.412386) 1: mnt: <--
> > > (00.412415) 1: mnt: [./dev/.lxd-mounts](205->187)
> > > (00.412446) 1: mnt: <--
> > > (00.412475) 1: mnt: [./dev/lxd](204->187)
> > > (00.412507) 1: mnt: <--
> > > (00.412536) 1: mnt: <--
> > > (00.412565) 1: mnt: [./run](148->138)
> > > (00.412596) 1: mnt: [./run/lock](149->148)
> > > (00.412628) 1: mnt: <--
> > > (00.412657) 1: mnt: <--
> > > (00.412685) 1: mnt: [./var/lib/lxcfs](231->138)
> > > (00.412717) 1: mnt: <--
> > > (00.412746) 1: mnt: [./sys](192->138)
> > > (00.412778) 1: mnt: [./sys](193->192)
> > > (00.412810) 1: mnt: [./sys/kernel/debug](203->193)
> > > (00.412841) 1: mnt: <--
> > > (00.412870) 1: mnt: [./sys/fs/cgroup](206->193)
> > > (00.412902) 1: mnt: [./sys/fs/cgroup/blkio](207->206)
> > > (00.412934) 1: mnt: <--
> > > (00.412963) 1: mnt: [./sys/fs/cgroup/perf_event](215->206)
> > > (00.412996) 1: mnt: <--
> > > (00.413024) 1: mnt: [./sys/fs/cgroup/net_cls](214->206)
> > > (00.413057) 1: mnt: <--
> > > (00.413087) 1: mnt: [./sys/fs/cgroup/systemd](213->206)
> > > (00.413160) 1: mnt: <--
> > > (00.413195) 1: mnt: [./sys/fs/cgroup/freezer](212->206)
> > > (00.413228) 1: mnt: <--
> > > (00.413257) 1: mnt: [./sys/fs/cgroup/devices](211->206)
> > > (00.413290) 1: mnt: <--
> > > (00.413319) 1: mnt: [./sys/fs/cgroup/debug](210->206)
> > > (00.413350) 1: mnt: <--
> > > (00.413379) 1: mnt: [./sys/fs/cgroup/cpuset](209->206)
> > > (00.413412) 1: mnt: <--
> > > (00.413441) 1: mnt: [./sys/fs/cgroup/cpu,cpuacct](208->206)
> > > (00.413474) 1: mnt: <--
> > > (00.413503) 1: mnt: <--
> > > (00.413533) 1: mnt: [./sys/devices/virtual/net](194->193)
> > > (00.413566) 1: mnt: [./sys/devices/virtual/net](195->194)
> > > (00.413601) 1: mnt: <--
> > > (00.413631) 1: mnt: <--
> > > (00.413661) 1: mnt: [./sys/fs/fuse/connections](202->193)
> > > (00.413696) 1: mnt: <--
> > > (00.413726) 1: mnt: <--
> > > (00.413756) 1: mnt: <--
> > > (00.413785) 1: mnt: [./proc](188->138)
> > > (00.413817) 1: mnt: [./proc/sys](190->188)
> > > (00.413849) 1: mnt: [./proc/sys/net](189->190)
> > > (00.413880) 1: mnt: <--
> > > (00.413909) 1: mnt: [./proc/sys/fs/binfmt_misc](201->190)
> > > (00.413942) 1: mnt: <--
> > > (00.413971) 1: mnt: <--
> > > (00.414000) 1: mnt: [./proc/uptime](230->188)
> > > (00.414031) 1: mnt: <--
> > > (00.414060) 1: mnt: [./proc/swaps](229->188)
> > > (00.414092) 1: mnt: <--
> > > (00.414121) 1: mnt: [./proc/stat](228->188)
> > > (00.414153) 1: mnt: <--
> > > (00.414182) 1: mnt: [./proc/meminfo](227->188)
> > > (00.414214) 1: mnt: <--
> > > (00.414242) 1: mnt: [./proc/diskstats](226->188)
> > > (00.414372) 1: mnt: <--
> > > (00.414427) 1: mnt: [./proc/cpuinfo](225->188)
> > > (00.414461) 1: mnt: <--
> > > (00.414490) 1: mnt: [./proc/sysrq-trigger](191->188)
> > > (00.414523) 1: mnt: <--
> > > (00.414552) 1: mnt: <--
> > > (00.414581) 1: mnt: <--
> > > (00.414611) 1: mnt: Inspecting sharing on 138 shared_id 0
> master_id -1
> > > (@./)
> > > (00.414653) 1: mnt: Inspecting sharing on 187 shared_id 0
> master_id 0
> > > (@./dev)
> > > (00.414690) 1: mnt: Inspecting sharing on 188 shared_id 0
> master_id 0
> > > (@./proc)
> > > (00.414724) 1: mnt: The mount 189 is bind for 188
> (@./proc/sys/net ->
> > > @./proc)
> > > (00.414759) 1: mnt: The mount 190 is bind for 188 (@./proc/sys ->
> > > @./proc)
> > > (00.414794) 1: mnt: The mount 191 is bind for 188
> > > (@./proc/sysrq-trigger -> @./proc)
> > > (00.414829) 1: mnt: Inspecting sharing on 189 shared_id 0
> master_id 0
> > > (@./proc/sys/net)
> > > (00.414863) 1: mnt: Inspecting sharing on 190 shared_id 0
> master_id 0
> > > (@./proc/sys)
> > > (00.414897) 1: mnt: Inspecting sharing on 191 shared_id 0
> master_id 0
> > > (@./proc/sysrq-trigger)
> > > (00.414930) 1: mnt: Inspecting sharing on 192 shared_id 0
> master_id 0
> > > (@./sys)
> > > (00.414964) 1: mnt: The mount 193 is bind for 192 (@./sys ->
> @./sys)
> > > (00.414998) 1: mnt: The mount 194 is bind for 192
> > > (@./sys/devices/virtual/net -> @./sys)
> > > (00.415033) 1: mnt: The mount 195 is bind for 192
> > > (@./sys/devices/virtual/net -> @./sys)
> > > (00.415068) 1: mnt: Inspecting sharing on 193 shared_id 0
> master_id 0
> > > (@./sys)
> > > (00.415102) 1: mnt: Inspecting sharing on 194 shared_id 0
> master_id 0
> > > (@./sys/devices/virtual/net)
> > > (00.415135) 1: mnt: Inspecting sharing on 195 shared_id 0
> master_id 0
> > > (@./sys/devices/virtual/net)
> > > (00.415168) 1: mnt: Inspecting sharing on 196 shared_id 0
> master_id 0
> > > (@./dev/mqueue)
> > > (00.415203) 1: mnt: Inspecting sharing on 201 shared_id 0
> master_id
> > > 123 (@./proc/sys/fs/binfmt_misc)
> > > (00.415238) 1: mnt: Inspecting sharing on 202 shared_id 0
> master_id 76
> > > (@./sys/fs/fuse/connections)
> > > (00.415273) 1: mnt: Inspecting sharing on 203 shared_id 0
> master_id 49
> > > (@./sys/kernel/debug)
> > > (00.415308) 1: mnt: Inspecting sharing on 204 shared_id 0
> master_id -1
> > > (@./dev/lxd)
> > > (00.415343) 1: mnt: Inspecting sharing on 205 shared_id 0
> master_id -1
> > > (@./dev/.lxd-mounts)
> > > (00.415377) 1: mnt: Inspecting sharing on 206 shared_id 0
> master_id 0
> > > (@./sys/fs/cgroup)
> > > (00.415412) 1: mnt: Inspecting sharing on 225 shared_id 0
> master_id 32
> > > (@./proc/cpuinfo)
> > > (00.415505) 1: mnt: Inspecting sharing on 226 shared_id 0
> master_id 32
> > > (@./proc/diskstats)
> > > (00.415551) 1: mnt: Inspecting sharing on 227 shared_id 0
> master_id 32
> > > (@./proc/meminfo)
> > > (00.415592) 1: mnt: Inspecting sharing on 228 shared_id 0
> master_id 32
> > > (@./proc/stat)
> > > (00.415631) 1: mnt: Inspecting sharing on 229 shared_id 0
> master_id 32
> > > (@./proc/swaps)
> > > (00.415670) 1: mnt: Inspecting sharing on 230 shared_id 0
> master_id 32
> > > (@./proc/uptime)
> > > (00.415708) 1: mnt: Inspecting sharing on 231 shared_id 0
> master_id 32
> > > (@./var/lib/lxcfs)
> > > (00.415746) 1: mnt: Inspecting sharing on 207 shared_id 0
> master_id 32
> > > (@./sys/fs/cgroup/blkio)
> > > (00.415784) 1: mnt: Inspecting sharing on 208 shared_id 0
> master_id 32
> > > (@./sys/fs/cgroup/cpu,cpuacct)
> > > (00.415822) 1: mnt: Inspecting sharing on 209 shared_id 0
> master_id 32
> > > (@./sys/fs/cgroup/cpuset)
> > > (00.415859) 1: mnt: Inspecting sharing on 210 shared_id 0
> master_id 32
> > > (@./sys/fs/cgroup/debug)
> > > (00.415896) 1: mnt: Inspecting sharing on 211 shared_id 0
> master_id 32
> > > (@./sys/fs/cgroup/devices)
> > > (00.415933) 1: mnt: Inspecting sharing on 212 shared_id 0
> master_id 32
> > > (@./sys/fs/cgroup/freezer)
> > > (00.415970) 1: mnt: Inspecting sharing on 213 shared_id 0
> master_id 32
> > > (@./sys/fs/cgroup/systemd)
> > > (00.416007) 1: mnt: Inspecting sharing on 214 shared_id 0
> master_id 32
> > > (@./sys/fs/cgroup/net_cls)
> > > (00.416042) 1: mnt: Inspecting sharing on 215 shared_id 0
> master_id 32
> > > (@./sys/fs/cgroup/perf_event)
> > > (00.416077) 1: mnt: Inspecting sharing on 141 shared_id 0
> master_id 0
> > > (@./dev/pts)
> > > (00.416110) 1: mnt: Inspecting sharing on 147 shared_id 0
> master_id 0
> > > (@./dev/shm)
> > > (00.416144) 1: mnt: Inspecting sharing on 148 shared_id 0
> master_id 0
> > > (@./run)
> > > (00.416178) 1: mnt: Inspecting sharing on 149 shared_id 0
> master_id 0
> > > (@./run/lock)
> > > (00.416269) 1: mnt: 138:./ private 0 shared 0 slave 1
> > > (00.416794) 1: mnt: Start with 138:./
> > > (00.416846) 1: mnt: Mounting unsupported @./ (0)
> > > (00.416908) 1: mnt: Mounting tmpfs @./dev (0)
> > > tar: ./shm: time stamp 2016-06-09 09:43:35 is 105.940047355 s in the
> future
> > > tar: ./console: time stamp 2016-06-09 09:43:34 is 104.938113814 s in
> the
> > > future
> > > tar: ./tty: time stamp 2016-06-09 09:43:34 is 104.937845012 s in the
> future
> > > tar: ./random: time stamp 2016-06-09 09:43:34 is 104.937618918 s in the
> > > future
> > > tar: ./urandom: time stamp 2016-06-09 09:43:34 is 104.937399439 s in
> the
> > > future
> > > tar: ./full: time stamp 2016-06-09 09:43:34 is 104.937184595 s in the
> future
> > > tar: ./zero: time stamp 2016-06-09 09:43:34 is 104.93695173 s in the
> future
> > > tar: ./null: time stamp 2016-06-09 09:43:34 is 104.936722668 s in the
> future
> > > tar: ./.lxd-mounts: time stamp 2016-06-09 09:43:33 is 103.936479751 s
> in
> > > the future
> > > tar: ./lxd: time stamp 2016-06-09 09:43:33 is 103.936259751 s in the
> future
> > > tar: ./mqueue: time stamp 2016-06-09 09:43:33 is 103.936039751 s in the
> > > future
> > > tar: ./pts: time stamp 2016-06-09 09:43:33 is 103.93566923 s in the
> future
> > > tar: ./fd: time stamp 2016-06-09 09:43:34 is 104.93538397 s in the
> future
> > > tar: ./stdin: time stamp 2016-06-09 09:43:34 is 104.935155584 s in the
> > > future
> > > tar: ./stdout: time stamp 2016-06-09 09:43:34 is 104.934940532 s in the
> > > future
> > > tar: ./stderr: time stamp 2016-06-09 09:43:34 is 104.934699178 s in the
> > > future
> > > tar: ./ptmx: time stamp 2016-06-09 09:43:34 is 104.934480272 s in the
> future
> > > tar: ./initctl: time stamp 2016-06-09 09:43:35 is 105.934268397 s in
> the
> > > future
> > > tar: ./log: time stamp 2016-06-09 09:43:35 is 105.934056053 s in the
> future
> > > tar: .: time stamp 2016-06-09 09:43:35 is 105.93388798 s in the future
> > > (00.461936) 1: mnt: 187:./dev private 1 shared 0 slave 0
> > > (00.462074) 1: mnt: Mounting mqueue @./dev/mqueue (0)
> > > (00.462258) 1: mnt: 196:./dev/mqueue private 1 shared 0 slave 0
> > > (00.462338) 1: mnt: Mounting tmpfs @./dev/shm (0)
> > > tar: .: time stamp 2016-06-09 09:43:35 is 105.905649959 s in the future
> > > (00.491307) 1: mnt: 147:./dev/shm private 1 shared 0 slave 0
> > > (00.491432) 1: mnt: Mounting devpts @./dev/pts (0)
> > > (00.491697) 1: mnt: 141:./dev/pts private 1 shared 0 slave 0
> > > (00.491862) 1: mnt: Mounting unsupported @./dev/.lxd-mounts (0)
> > > (00.491911) 1: mnt: Bind /var/lib/lxd/shmounts/migratest to
> > > ./dev/.lxd-mounts
> > > (00.492035) 1: mnt: 205:./dev/.lxd-mounts private 0 shared 0
> slave 1
> > > (00.492119) 1: mnt: Mounting unsupported @./dev/lxd (0)
> > > (00.492157) 1: mnt: Bind //var/lib/lxd/devlxd to ./dev/lxd
> > > (00.492242) 1: mnt: 204:./dev/lxd private 0 shared 0 slave 1
> > > (00.492321) 1: mnt: Mounting tmpfs @./run (0)
> > > tar: ./sshd.pid: time stamp 2016-06-09 09:44:03 is 133.875299022 s in
> the
> > > future
> > > tar: ./iscsid.pid: time stamp 2016-06-09 09:44:03 is 133.873757928 s
> in the
> > > future
> > > tar: ./dhclient.eth0.pid: time stamp 2016-06-09 09:43:56 is
> 126.873149751 s
> > > in the future
> > > tar: ./network/ifstate: time stamp 2016-06-09 09:43:56 is
> 126.872800376 s
> > > in the future
> > > tar: ./network/ifstate.eth0: time stamp 2016-06-09 09:43:56 is
> > > 126.872530689 s in the future
> > > tar: ./network/.ifstate.lock: time stamp 2016-06-09 09:43:53 is
> > > 123.872261157 s in the future
> > > tar: ./network/ifstate.lo: time stamp 2016-06-09 09:43:53 is
> 123.871977772
> > > s in the future
> > > tar: ./network: time stamp 2016-06-09 09:43:56 is 126.871754334 s in
> the
> > > future
> > > tar: ./crond.reboot: time stamp 2016-06-09 09:43:39 is 109.871534334 s
> in
> > > the future
> > > tar: ./crond.pid: time stamp 2016-06-09 09:43:39 is 109.871291262 s in
> the
> > > future
> > > tar: ./atd.pid: time stamp 2016-06-09 09:43:39 is 109.871047095 s in
> the
> > > future
> > > tar: ./rsyslogd.pid: time stamp 2016-06-09 09:43:39 is 109.870720428 s
> in
> > > the future
> > > tar: ./uuidd: time stamp 2016-06-09 09:43:39 is 109.87046022 s in the
> future
> > > tar: ./dbus: time stamp 2016-06-09 09:43:39 is 109.870231834 s in the
> future
> > > tar: ./utmp: time stamp 2016-06-09 12:09:38 is 8868.870013709 s in the
> > > future
> > > tar: ./user: time stamp 2016-06-09 09:43:38 is 108.869522928 s in the
> future
> > > tar: ./sudo/ts: time stamp 2016-06-09 09:43:38 is 108.869218137 s in
> the
> > > future
> > > tar: ./sudo: time stamp 2016-06-09 09:43:38 is 108.869035793 s in the
> future
> > > tar: ./sshd: time stamp 2016-06-09 09:43:38 is 108.868801522 s in the
> future
> > > tar: ./screen: time stamp 2016-06-09 09:43:38 is 108.868576209 s in the
> > > future
> > > tar: ./sendsigs.omit.d: time stamp 2016-06-09 09:43:38 is
> 108.868348709 s
> > > in the future
> > > tar: ./log/journal/f9c75c2810d44011b266865c846f7336/system.journal:
> time
> > > stamp 2016-06-09 12:09:39 is 8869.634134022 s in the future
> > > tar: ./log/journal/f9c75c2810d44011b266865c846f7336: time stamp
> 2016-06-09
> > > 09:43:36 is 106.63365173 s in the future
> > > tar: ./log/journal: time stamp 2016-06-09 09:43:36 is 106.63344147 s
> in the
> > > future
> > > tar: ./log: time stamp 2016-06-09 09:43:36 is 106.633246366 s in the
> future
> > > tar: ./resolvconf/resolv.conf: time stamp 2016-06-09 09:43:56 is
> > > 126.632839751 s in the future
> > > tar: ./resolvconf/enable-updates: time stamp 2016-06-09 09:43:37 is
> > > 107.632566418 s in the future
> > > tar: ./resolvconf/interface/eth0.dhclient: time stamp 2016-06-09
> 09:43:56
> > > is 126.632216262 s in the future
> > > tar: ./resolvconf/interface: time stamp 2016-06-09 09:43:56 is
> 126.63193147
> > > s in the future
> > > tar: ./resolvconf: time stamp 2016-06-09 09:43:56 is 126.631674126 s
> in the
> > > future
> > > tar: ./lvm: time stamp 2016-06-09 09:43:38 is 108.631332564 s in the
> future
> > > tar: ./dmeventd-client: time stamp 2016-06-09 09:43:35 is
> 105.631074751 s
> > > in the future
> > > tar: ./dmeventd-server: time stamp 2016-06-09 09:43:35 is
> 105.630832564 s
> > > in the future
> > > tar: ./cloud-init/network-config-ready: time stamp 2016-06-09 09:43:53
> is
> > > 123.630410741 s in the future
> > > tar: ./cloud-init/enabled: time stamp 2016-06-09 09:43:35 is
> 105.630184855
> > > s in the future
> > > tar: ./cloud-init/cloud-init-generator.log: time stamp 2016-06-09
> 09:43:35
> > > is 105.629909074 s in the future
> > > tar: ./systemd/netif/leases: time stamp 2016-06-09 09:43:38 is
> > > 108.629380741 s in the future
> > > tar: ./systemd/netif/links: time stamp 2016-06-09 09:43:38 is
> 108.629139387
> > > s in the future
> > > tar: ./systemd/netif: time stamp 2016-06-09 09:43:38 is 108.62896121 s
> in
> > > the future
> > > tar: ./systemd/shutdown: time stamp 2016-06-09 09:43:38 is
> 108.628738189 s
> > > in the future
> > > tar: ./systemd/machines: time stamp 2016-06-09 09:43:38 is
> 108.628516314 s
> > > in the future
> > > tar: ./systemd/users: time stamp 2016-06-09 09:43:38 is 108.628209282
> s in
> > > the future
> > > tar: ./systemd/sessions: time stamp 2016-06-09 09:43:38 is
> 108.62798522 s
> > > in the future
> > > tar: ./systemd/seats/seat0: time stamp 2016-06-09 09:43:40 is
> 110.627700376
> > > s in the future
> > > tar: ./systemd/seats: time stamp 2016-06-09 09:43:40 is 110.627392772
> s in
> > > the future
> > > tar: ./systemd/initctl/fifo: time stamp 2016-06-09 09:43:35 is
> > > 105.627071262 s in the future
> > > tar: ./systemd/initctl: time stamp 2016-06-09 09:43:35 is
> 105.626865793 s
> > > in the future
> > > tar: ./systemd/journal/flushed: time stamp 2016-06-09 09:43:38 is
> > > 108.62659798 s in the future
> > > tar: ./systemd/journal/streams/7:103379: time stamp 2016-06-09
> 12:09:38 is
> > > 8868.626291939 s in the future
> > > tar: ./systemd/journal/streams/7:22577: time stamp 2016-06-09 09:44:02
> is
> > > 132.626046678 s in the future
> > > tar: ./systemd/journal/streams/7:20032: time stamp 2016-06-09 09:43:39
> is
> > > 109.625802407 s in the future
> > > tar: ./systemd/journal/streams/7:20580: time stamp 2016-06-09 09:43:39
> is
> > > 109.625561262 s in the future
> > > tar: ./systemd/journal/streams/7:19082: time stamp 2016-06-09 09:43:39
> is
> > > 109.62532121 s in the future
> > > tar: ./systemd/journal/streams/7:20542: time stamp 2016-06-09 09:43:39
> is
> > > 109.625079022 s in the future
> > > tar: ./systemd/journal/streams: time stamp 2016-06-09 12:09:38 is
> > > 8868.624883762 s in the future
> > > tar: ./systemd/journal/kernel-seqnum: time stamp 2016-06-09 09:43:36 is
> > > 106.624662251 s in the future
> > > tar: ./systemd/journal: time stamp 2016-06-09 09:43:38 is
> 108.624462147 s
> > > in the future
> > > tar: ./systemd/ask-password: time stamp 2016-06-09 09:43:35 is
> 105.62417621
> > > s in the future
> > > tar: ./systemd/generator.late/mdadm.service: time stamp 2016-06-09
> 09:43:35
> > > is 105.623895637 s in the future
> > > tar: ./systemd/generator.late/irqbalance.service: time stamp 2016-06-09
> > > 09:43:35 is 105.623637407 s in the future
> > > tar: ./systemd/generator.late/apparmor.service: time stamp 2016-06-09
> > > 09:43:35 is 105.62324496 s in the future
> > > tar: ./systemd/generator.late/ondemand.service: time stamp 2016-06-09
> > > 09:43:35 is 105.622999751 s in the future
> > > tar: ./systemd/generator.late/apport.service: time stamp 2016-06-09
> > > 09:43:35 is 105.621995845 s in the future
> > > tar: ./systemd/generator.late/mdadm-waitidle.service: time stamp
> 2016-06-09
> > > 09:43:35 is 105.621727043 s in the future
> > > tar: ./systemd/generator/hwclock.service.d/50-insserv.conf-$time.conf:
> time
> > > stamp 2016-06-09 09:43:35 is 105.621191574 s in the future
> > > tar: ./systemd/generator/hwclock.service.d: time stamp 2016-06-09
> 09:43:35
> > > is 105.620974907 s in the future
> > > tar:
> > > ./systemd/generator/sendsigs.service.d/50-insserv.conf-$remote_fs.conf:
> > > time stamp 2016-06-09 09:43:35 is 105.620691262 s in the future
> > > tar: ./systemd/generator/sendsigs.service.d: time stamp 2016-06-09
> 09:43:35
> > > is 105.620481522 s in the future
> > > tar:
> > >
> ./systemd/generator/umountnfs.service.d/50-insserv.conf-$remote_fs.conf:
> > > time stamp 2016-06-09 09:43:35 is 105.620135793 s in the future
> > > tar: ./systemd/generator/umountnfs.service.d: time stamp 2016-06-09
> > > 09:43:35 is 105.619915845 s in the future
> > > tar: ./systemd/generator/remote-fs.target.d/50-insserv.conf.conf: time
> > > stamp 2016-06-09 09:43:35 is 105.619467095 s in the future
> > > tar: ./systemd/generator/remote-fs.target.d: time stamp 2016-06-09
> 09:43:35
> > > is 105.619248501 s in the future
> > > tar:
> > > ./systemd/generator/networking.service.d/50-insserv.conf-$network.conf:
> > > time stamp 2016-06-09 09:43:35 is 105.618962251 s in the future
> > > tar: ./systemd/generator/networking.service.d: time stamp 2016-06-09
> > > 09:43:35 is 105.61875298 s in the future
> > > tar:
> ./systemd/generator/umountfs.service.d/50-insserv.conf-$local_fs.conf:
> > > time stamp 2016-06-09 09:43:35 is 105.618472303 s in the future
> > > tar: ./systemd/generator/umountfs.service.d: time stamp 2016-06-09
> 09:43:35
> > > is 105.618264022 s in the future
> > > tar: ./systemd/show-status: time stamp 2016-06-09 09:43:35 is
> 105.617796782
> > > s in the future
> > > tar: ./systemd/container: time stamp 2016-06-09 09:43:35 is
> 105.617553501 s
> > > in the future
> > > tar: ./systemd/inaccessible: time stamp 2016-06-09 09:43:35 is
> > > 105.617307043 s in the future
> > > tar: ./systemd/system: time stamp 2016-06-09 09:43:35 is 105.616973085
> s in
> > > the future
> > > tar: ./lock: time stamp 2016-06-09 09:43:35 is 105.616605689 s in the
> future
> > > tar: ./systemd/generator/getty.target.wants/console-getty.service: time
> > > stamp 2016-06-09 09:43:35 is 105.616302772 s in the future
> > > tar: ./systemd/generator/multi-user.target.wants/rc-local.service: time
> > > stamp 2016-06-09 09:43:35 is 105.616051835 s in the future
> > > tar:
> ./systemd/generator.early/multi-user.target.wants/cloud-init.target:
> > > time stamp 2016-06-09 09:43:35 is 105.615809647 s in the future
> > > tar: ./systemd/generator.late/multi-user.target.wants/apport.service:
> time
> > > stamp 2016-06-09 09:43:35 is 105.615572668 s in the future
> > > tar: ./systemd/generator.late/multi-user.target.wants/ondemand.service:
> > > time stamp 2016-06-09 09:43:35 is 105.61530522 s in the future
> > > tar:
> ./systemd/generator.late/multi-user.target.wants/irqbalance.service:
> > > time stamp 2016-06-09 09:43:35 is 105.615068553 s in the future
> > > tar: ./systemd/generator.late/multi-user.target.wants/mdadm.service:
> time
> > > stamp 2016-06-09 09:43:35 is 105.614825897 s in the future
> > > tar: ./systemd/generator.late/graphical.target.wants/apport.service:
> time
> > > stamp 2016-06-09 09:43:35 is 105.614589387 s in the future
> > > tar: ./systemd/generator.late/graphical.target.wants/ondemand.service:
> time
> > > stamp 2016-06-09 09:43:35 is 105.61435621 s in the future
> > > tar:
> ./systemd/generator.late/graphical.target.wants/irqbalance.service:
> > > time stamp 2016-06-09 09:43:35 is 105.614125324 s in the future
> > > tar: ./systemd/generator.late/graphical.target.wants/mdadm.service:
> time
> > > stamp 2016-06-09 09:43:35 is 105.613891574 s in the future
> > > tar: ./systemd/generator.late/sysinit.target.wants/apparmor.service:
> time
> > > stamp 2016-06-09 09:43:35 is 105.613655845 s in the future
> > > tar: ./cloud-init/status.json: time stamp 2016-06-09 09:44:19 is
> > > 149.613430897 s in the future
> > > tar: ./cloud-init/result.json: time stamp 2016-06-09 09:44:23 is
> > > 153.613211314 s in the future
> > > tar: ./initctl: time stamp 2016-06-09 09:43:38 is 108.612997616 s in
> the
> > > future
> > > tar: ./shm: time stamp 2016-06-09 09:43:38 is 108.612785897 s in the
> future
> > > tar: ./systemd/generator/getty.target.wants: time stamp 2016-06-09
> 09:43:35
> > > is 105.61260897 s in the future
> > > tar: ./systemd/generator/multi-user.target.wants: time stamp 2016-06-09
> > > 09:43:35 is 105.612421574 s in the future
> > > tar: ./systemd/generator: time stamp 2016-06-09 09:43:35 is
> 105.612238657 s
> > > in the future
> > > tar: ./systemd/generator.early/multi-user.target.wants: time stamp
> > > 2016-06-09 09:43:35 is 105.612058345 s in the future
> > > tar: ./systemd/generator.early: time stamp 2016-06-09 09:43:35 is
> > > 105.611877876 s in the future
> > > tar: ./systemd/generator.late/multi-user.target.wants: time stamp
> > > 2016-06-09 09:43:35 is 105.611696262 s in the future
> > > tar: ./systemd/generator.late/graphical.target.wants: time stamp
> 2016-06-09
> > > 09:43:35 is 105.611514178 s in the future
> > > tar: ./systemd/generator.late/sysinit.target.wants: time stamp
> 2016-06-09
> > > 09:43:35 is 105.61133371 s in the future
> > > tar: ./systemd/generator.late: time stamp 2016-06-09 09:43:35 is
> > > 105.611155064 s in the future
> > > tar: ./systemd: time stamp 2016-06-09 09:43:38 is 108.610969335 s in
> the
> > > future
> > > tar: ./cloud-init: time stamp 2016-06-09 09:44:23 is 153.610795168 s
> in the
> > > future
> > > tar: .: time stamp 2016-06-09 09:44:03 is 133.610627303 s in the future
> > > (00.785290) 1: mnt: 148:./run private 1 shared 0 slave 0
> > > (00.785434) 1: mnt: Mounting tmpfs @./run/lock (0)
> > > tar: ./subsys: time stamp 2016-06-09 09:43:38 is 108.584180116 s in the
> > > future
> > > tar: ./lvm: time stamp 2016-06-09 09:43:35 is 105.582489751 s in the
> future
> > > tar: .: time stamp 2016-06-09 09:43:38 is 108.582274491 s in the future
> > > (00.813443) 1: mnt: 149:./run/lock private 1 shared 0 slave 0
> > > (00.813584) 1: mnt: Mounting fuse @./var/lib/lxcfs (0)
> > > (00.813627) 1: mnt: Bind /var/lib/lxcfs/ to ./var/lib/lxcfs
> > > (00.813771) 1: mnt: 231:./var/lib/lxcfs private 0 shared 0 slave 1
> > > (00.814177) 1: mnt: Mounting sysfs @./sys (0)
> > > (00.814507) 1: mnt: 192:./sys private 1 shared 0 slave 0
> > > (00.814641) 1: mnt: Mounting sysfs @./sys (0)
> > > (00.814769) 1: mnt: Bind /proc/self/fd/0/ to ./sys
> > > (00.814907) 1: mnt: 193:./sys private 1 shared 0 slave 0
> > > (00.814976) 1: mnt: Mounting debugfs @./sys/kernel/debug (0)
> > > (00.815014) 1: mnt: Bind /sys/kernel/debug/ to ./sys/kernel/debug
> > > (00.815152) 1: mnt: 203:./sys/kernel/debug private 0 shared 0
> slave 1
> > > (00.815231) 1: mnt: Mounting tmpfs @./sys/fs/cgroup (0)
> > > tar: ./perf_event: time stamp 2016-06-09 09:43:34 is 104.554177147 s
> in the
> > > future
> > > tar: ./net_cls: time stamp 2016-06-09 09:43:34 is 104.552614647 s in
> the
> > > future
> > > tar: ./systemd: time stamp 2016-06-09 09:43:34 is 104.552344439 s in
> the
> > > future
> > > tar: ./freezer: time stamp 2016-06-09 09:43:34 is 104.552112147 s in
> the
> > > future
> > > tar: ./devices: time stamp 2016-06-09 09:43:34 is 104.551884803 s in
> the
> > > future
> > > tar: ./debug: time stamp 2016-06-09 09:43:34 is 104.551662303 s in the
> > > future
> > > tar: ./cpuset: time stamp 2016-06-09 09:43:34 is 104.551437772 s in the
> > > future
> > > tar: ./cpuacct: time stamp 2016-06-09 09:43:34 is 104.551222251 s in
> the
> > > future
> > > tar: ./cpu: time stamp 2016-06-09 09:43:34 is 104.551000272 s in the
> future
> > > tar: ./cpu,cpuacct: time stamp 2016-06-09 09:43:34 is 104.550763501 s
> in
> > > the future
> > > tar: ./blkio: time stamp 2016-06-09 09:43:34 is 104.550432303 s in the
> > > future
> > > tar: .: time stamp 2016-06-09 09:43:34 is 104.550240324 s in the future
> > > (00.845653) 1: mnt: 206:./sys/fs/cgroup private 1 shared 0 slave 0
> > > (00.845812) 1: mnt: Mounting fuse @./sys/fs/cgroup/blkio (0)
> > > (00.845858) 1: mnt: Bind /var/lib/lxcfs/cgroup/blkio to
> > > ./sys/fs/cgroup/blkio
> > > (00.846686) 1: mnt: 207:./sys/fs/cgroup/blkio private 0 shared 0
> slave
> > > 1
> > > (00.846814) 1: mnt: Mounting fuse @./sys/fs/cgroup/perf_event (0)
> > > (00.846856) 1: mnt: Bind /var/lib/lxcfs/cgroup/perf_event to
> > > ./sys/fs/cgroup/perf_event
> > > (00.847142) 1: mnt: 215:./sys/fs/cgroup/perf_event private 0
> shared 0
> > > slave 1
> > > (00.847237) 1: mnt: Mounting fuse @./sys/fs/cgroup/net_cls (0)
> > > (00.847277) 1: mnt: Bind /var/lib/lxcfs/cgroup/net_cls to
> > > ./sys/fs/cgroup/net_cls
> > > (00.847531) 1: mnt: 214:./sys/fs/cgroup/net_cls private 0 shared 0
> > > slave 1
> > > (00.847620) 1: mnt: Mounting fuse @./sys/fs/cgroup/systemd (0)
> > > (00.847659) 1: mnt: Bind /var/lib/lxcfs/cgroup/name=systemd to
> > > ./sys/fs/cgroup/systemd
> > > (00.847908) 1: mnt: 213:./sys/fs/cgroup/systemd private 0 shared 0
> > > slave 1
> > > (00.847997) 1: mnt: Mounting fuse @./sys/fs/cgroup/freezer (0)
> > > (00.848037) 1: mnt: Bind /var/lib/lxcfs/cgroup/freezer to
> > > ./sys/fs/cgroup/freezer
> > > (00.848277) 1: mnt: 212:./sys/fs/cgroup/freezer private 0 shared 0
> > > slave 1
> > > (00.848364) 1: mnt: Mounting fuse @./sys/fs/cgroup/devices (0)
> > > (00.848402) 1: mnt: Bind /var/lib/lxcfs/cgroup/devices to
> > > ./sys/fs/cgroup/devices
> > > (00.848636) 1: mnt: 211:./sys/fs/cgroup/devices private 0 shared 0
> > > slave 1
> > > (00.848723) 1: mnt: Mounting fuse @./sys/fs/cgroup/debug (0)
> > > (00.848761) 1: mnt: Bind /var/lib/lxcfs/cgroup/debug to
> > > ./sys/fs/cgroup/debug
> > > (00.848998) 1: mnt: 210:./sys/fs/cgroup/debug private 0 shared 0
> slave
> > > 1
> > > (00.849084) 1: mnt: Mounting fuse @./sys/fs/cgroup/cpuset (0)
> > > (00.849123) 1: mnt: Bind /var/lib/lxcfs/cgroup/cpuset to
> > > ./sys/fs/cgroup/cpuset
> > > (00.849359) 1: mnt: 209:./sys/fs/cgroup/cpuset private 0 shared 0
> > > slave 1
> > > (00.849445) 1: mnt: Mounting fuse @./sys/fs/cgroup/cpu,cpuacct (0)
> > > (00.849484) 1: mnt: Bind /var/lib/lxcfs/cgroup/cpu,cpuacct to
> > > ./sys/fs/cgroup/cpu,cpuacct
> > > (00.849724) 1: mnt: 208:./sys/fs/cgroup/cpu,cpuacct private 0
> shared 0
> > > slave 1
> > > (00.849819) 1: mnt: Mounting sysfs @./sys/devices/virtual/net (0)
> > > (00.849866) 1: mnt: Bind /proc/self/fd/0/ to
> ./sys/devices/virtual/net
> > > (00.850043) 1: mnt: 194:./sys/devices/virtual/net private 1
> shared 0
> > > slave 0
> > > (00.850162) 1: mnt: Mounting sysfs @./sys/devices/virtual/net (0)
> > > (00.850208) 1: mnt: Bind /proc/self/fd/0/devices/virtual/net to
> > > ./sys/devices/virtual/net
> > > (00.850310) 1: mnt: 195:./sys/devices/virtual/net private 1
> shared 0
> > > slave 0
> > > (00.850394) 1: mnt: Mounting fusectl @./sys/fs/fuse/connections
> (0)
> > > (00.850508) 1: mnt: Bind /sys/fs/fuse/connections/ to
> > > ./sys/fs/fuse/connections
> > > (00.850649) 1: mnt: 202:./sys/fs/fuse/connections private 0
> shared 0
> > > slave 1
> > > (00.850732) 1: mnt: Mounting proc @./proc (0)
> > > (00.850881) 1: mnt: 188:./proc private 1 shared 0 slave 0
> > > (00.850948) 1: mnt: Mounting proc @./proc/sys (0)
> > > (00.850988) 1: mnt: Bind ./proc/sys to ./proc/sys
> > > (00.851095) 1: mnt: 190:./proc/sys private 1 shared 0 slave 0
> > > (00.851164) 1: mnt: Mounting proc @./proc/sys/net (0)
> > > (00.851240) 1: mnt: Bind /tmp/cr-tmpfs.YhHgIK/sys/net to
> ./proc/sys/net
> > > (00.851335) 1: mnt: 189:./proc/sys/net private 1 shared 0 slave 0
> > > (00.884391) 1: mnt: Mounting binfmt_misc
> @./proc/sys/fs/binfmt_misc (0)
> > > (00.884480) 1: mnt: Bind /proc/sys/fs/binfmt_misc/ to
> > > ./proc/sys/fs/binfmt_misc
> > > (00.935613) 1: mnt: 201:./proc/sys/fs/binfmt_misc private 0
> shared 0
> > > slave 1
> > > (00.935836) 1: mnt: Mounting fuse @./proc/uptime (0)
> > > (00.935908) 1: mnt: Bind /var/lib/lxcfs/proc/uptime to
> ./proc/uptime
> > > (00.936752) 1: mnt: 230:./proc/uptime private 0 shared 0 slave 1
> > > (00.936884) 1: mnt: Mounting fuse @./proc/swaps (0)
> > > (00.936928) 1: mnt: Bind /var/lib/lxcfs/proc/swaps to ./proc/swaps
> > > (00.937546) 1: mnt: 229:./proc/swaps private 0 shared 0 slave 1
> > > (00.937663) 1: mnt: Mounting fuse @./proc/stat (0)
> > > (00.937705) 1: mnt: Bind /var/lib/lxcfs/proc/stat to ./proc/stat
> > > (00.938072) 1: mnt: 228:./proc/stat private 0 shared 0 slave 1
> > > (00.938186) 1: mnt: Mounting fuse @./proc/meminfo (0)
> > > (00.938235) 1: mnt: Bind /var/lib/lxcfs/proc/meminfo to
> ./proc/meminfo
> > > (00.938542) 1: mnt: 227:./proc/meminfo private 0 shared 0 slave 1
> > > (00.938644) 1: mnt: Mounting fuse @./proc/diskstats (0)
> > > (00.938683) 1: mnt: Bind /var/lib/lxcfs/proc/diskstats to
> > > ./proc/diskstats
> > > (00.938958) 1: mnt: 226:./proc/diskstats private 0 shared 0 slave
> 1
> > > (00.939039) 1: mnt: Mounting fuse @./proc/cpuinfo (0)
> > > (00.939071) 1: mnt: Bind /var/lib/lxcfs/proc/cpuinfo to
> ./proc/cpuinfo
> > > (00.939349) 1: mnt: 225:./proc/cpuinfo private 0 shared 0 slave 1
> > > (00.939431) 1: mnt: Mounting proc @./proc/sysrq-trigger (0)
> > > (00.939469) 1: mnt: Bind ./proc/sysrq-trigger to
> ./proc/sysrq-trigger
> > > (00.939548) 1: mnt: 191:./proc/sysrq-trigger private 1 shared 0
> slave 0
> > > (00.939602) 1: mnt: Start with 138:./
> > > (00.974721) 1: mnt: Move the root to .
> > > (01.054811) 1: Preparing info about shared resources
> > > (01.054911) 1: Configuring remap 0x19 -> 0x1
> > > (01.054985) 1: No seccomp.img image
> > > (01.055016) 1: Collecting 41/20 (flags 0)
> > > (01.055062) 1: No ns-files.img image
> > > (01.055097) 1: `- ... done
> > > (01.055119) 1: Collecting 46/25 (flags 0)
> > > (01.055162) 1: No pipes.img image
> > > (01.055192) 1: `- ... done
> > > (01.055212) 1: Collecting 48/26 (flags 0)
> > > (01.055303) 1: Collected fifo entry ID 0x1e PIPE ID 0x4c87
> > > (01.055360) 1: Collected fifo entry ID 0x1f PIPE ID 0x4c88
> > > (01.055394) 1: Collected fifo entry ID 0x22 PIPE ID 0x4c8e
> > > (01.055435) 1: `- ... done
> > > (01.055459) 1: Collecting 43/22 (flags 1)
> > > (01.055605) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x45ef peer 0 (name /run/systemd/notify dir -)
> > > (01.055642) 1: sk unix: `- Got 0x45ef peer 0 (name
> > > /run/systemd/notify dir -)
> > > (01.055702) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x45f1 peer 0 (name /run/systemd/private dir -)
> > > (01.055731) 1: sk unix: `- Got 0x45f1 peer 0 (name
> > > /run/systemd/private dir -)
> > > (01.055787) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x4c8a peer 0 (name /run/systemd/journal/syslog dir -)
> > > (01.055815) 1: sk unix: `- Got 0x4c8a peer 0 (name
> > > /run/systemd/journal/syslog dir -)
> > > (01.055870) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x45f3 peer 0 (name /run/systemd/journal/dev-log dir -)
> > > (01.055897) 1: sk unix: `- Got 0x45f3 peer 0 (name
> > > /run/systemd/journal/dev-log dir -)
> > > (01.055951) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x45f9 peer 0 (name /run/lvm/lvmpolld.socket dir -)
> > > (01.056033) 1: sk unix: `- Got 0x45f9 peer 0 (name
> > > /run/lvm/lvmpolld.socket dir -)
> > > (01.056094) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x46f2 peer 0 (name /run/acpid.socket dir -)
> > > (01.056123) 1: sk unix: `- Got 0x46f2 peer 0 (name
> /run/acpid.socket
> > > dir -)
> > > (01.056177) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x45fe peer 0 (name /run/systemd/journal/stdout dir -)
> > > (01.056205) 1: sk unix: `- Got 0x45fe peer 0 (name
> > > /run/systemd/journal/stdout dir -)
> > > (01.056259) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x4600 peer 0 (name /run/systemd/journal/socket dir -)
> > > (01.056287) 1: sk unix: `- Got 0x4600 peer 0 (name
> > > /run/systemd/journal/socket dir -)
> > > (01.056325) 1: sk unix: `- Got 0x4658 peer 0x4600 (name - dir -)
> > > (01.056487) 1: sk unix: `- Got 0x46f4 peer 0 (name
> > > /var/lib/lxd/unix.socket dir -)
> > > (01.056534) 1: sk unix: `- Got 0x46f5 peer 0 (name - dir -)
> > > (01.056589) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x46f8 peer 0 (name /run/apport.socket dir -)
> > > (01.056618) 1: sk unix: `- Got 0x46f8 peer 0 (name
> /run/apport.socket
> > > dir -)
> > > (01.056743) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x46fa peer 0 (name /run/uuidd/request dir -)
> > > (01.056776) 1: sk unix: `- Got 0x46fa peer 0 (name
> /run/uuidd/request
> > > dir -)
> > > (01.056831) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x46fd peer 0 (name /run/snapd.socket dir -)
> > > (01.056859) 1: sk unix: `- Got 0x46fd peer 0 (name
> /run/snapd.socket
> > > dir -)
> > > (01.056898) 1: sk unix: `- Got 0x4cf1 peer 0x45ef (name - dir -)
> > > (01.056937) 1: sk unix: `- Got 0x4a81 peer 0x503e (name - dir -)
> > > (01.056998) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x503e peer 0x4a81 (name /run/systemd/journal/stdout dir -)
> > > (01.057026) 1: sk unix: `- Got 0x503e peer 0x4a81 (name
> > > /run/systemd/journal/stdout dir -)
> > > (01.057066) 1: sk unix: `- Got 0x4743 peer 0x4a8a (name - dir -)
> > > (01.057125) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x4a8a peer 0x4743 (name /run/systemd/journal/stdout dir -)
> > > (01.057154) 1: sk unix: `- Got 0x4a8a peer 0x4743 (name
> > > /run/systemd/journal/stdout dir -)
> > > (01.057192) 1: sk unix: `- Got 0x4754 peer 0x4753 (name - dir -)
> > > (01.057231) 1: sk unix: `- Got 0x4753 peer 0x4754 (name - dir -)
> > > (01.057269) 1: sk unix: `- Got 0x4755 peer 0x5047 (name - dir -)
> > > (01.057307) 1: sk unix: `- Got 0x5047 peer 0x4755 (name - dir -)
> > > (01.057345) 1: sk unix: `- Got 0x4756 peer 0x4747 (name - dir -)
> > > (01.057383) 1: sk unix: `- Got 0x4747 peer 0x4756 (name - dir -)
> > > (01.057421) 1: sk unix: `- Got 0x4a98 peer 0x45f3 (name - dir -)
> > > (01.057463) 1: sk unix: `- Got 0x4e33 peer 0x5064 (name - dir -)
> > > (01.057519) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x5064 peer 0x4e33 (name /run/systemd/journal/stdout dir -)
> > > (01.057547) 1: sk unix: `- Got 0x5064 peer 0x4e33 (name
> > > /run/systemd/journal/stdout dir -)
> > > (01.057600) 1: sk unix: `- Got 0x509a peer 0x4e40 (name - dir -)
> > > (01.057658) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x4e40 peer 0x509a (name /run/systemd/journal/stdout dir -)
> > > (01.057686) 1: sk unix: `- Got 0x4e40 peer 0x509a (name
> > > /run/systemd/journal/stdout dir -)
> > > (01.057724) 1: sk unix: `- Got 0x4add peer 0x4600 (name - dir -)
> > > (01.057763) 1: sk unix: `- Got 0x4ae3 peer 0x4ae4 (name - dir -)
> > > (01.057806) 1: sk unix: `- Got 0x4ae4 peer 0x4ae3 (name - dir -)
> > > (01.057846) 1: sk unix: `- Got 0x50e8 peer 0x4e65 (name - dir -)
> > > (01.057884) 1: sk unix: `- Got 0x4e65 peer 0x50e8 (name - dir -)
> > > (01.057922) 1: sk unix: `- Got 0x4bab peer 0x45f3 (name - dir -)
> > > (01.057961) 1: sk unix: `- Got 0x5830 peer 0x5831 (name - dir -)
> > > (01.058014) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x5831 peer 0x5830 (name /run/systemd/journal/stdout dir -)
> > > (01.058076) 1: sk unix: `- Got 0x5831 peer 0x5830 (name
> > > /run/systemd/journal/stdout dir -)
> > > (01.058118) 1: sk unix: `- Got 0x53fd peer 0x45f3 (name - dir -)
> > > (01.058156) 1: sk unix: `- Got 0x4fa1 peer 0x45f3 (name - dir -)
> > > (01.058195) 1: sk unix: `- Got 0x4fa2 peer 0 (name
> > > ISCSIADM_ABSTRACT_NAMESPACE dir -)
> > > (01.058233) 1: sk unix: `- Got 0x198e3 peer 0x193d3 (name - dir
> -)
> > > (01.058286) 1: Warn (sk-unix.c:1289): sk unix: Can't unlink stale
> > > socket 0x193d3 peer 0x198e3 (name /run/systemd/journal/stdout dir -)
> > > (01.058313) 1: sk unix: `- Got 0x193d3 peer 0x198e3 (name
> > > /run/systemd/journal/stdout dir -)
> > > (01.058349) 1: sk unix: `- Got 0x1997a peer 0 (name - dir -)
> > > (01.058386) 1: `- ... done
> > > (01.058408) 1: Collecting 44/23 (flags 0)
> > > (01.058513) 1: `- ... done
> > > (01.058539) 1: Collecting 45/24 (flags 0)
> > > (01.058715) 1: `- ... done
> > > (01.058742) 1: Collecting 54/28 (flags 0)
> > > (01.058799) 1: eventfd: Collected : id 0x00006d flags 0x80802
> counter
> > > 0000000000000000
> > > (01.058837) 1: eventfd: Collected : id 0x00006e flags 0x80802
> counter
> > > 0000000000000000
> > > (01.058874) 1: eventfd: Collected : id 0x000070 flags 0x80802
> counter
> > > 0000000000000000
> > > (01.058907) 1: eventfd: Collected : id 0x00009b flags 0x80802
> counter
> > > 0000000000000000
> > > (01.058940) 1: eventfd: Collected : id 0x00009d flags 0x80802
> counter
> > > 0000000000000000
> > > (01.058972) 1: eventfd: Collected : id 0x00009f flags 0x80802
> counter
> > > 0000000000000000
> > > (01.059007) 1: `- ... done
> > > (01.059028) 1: Collecting 82/30 (flags 0)
> > > (01.059078) 1: No eventpoll-tfd.img image
> > > (01.059104) 1: `- ... done
> > > (01.059124) 1: Collecting 55/29 (flags 0)
> > > (01.059240) 1: epoll: Collected eventpoll: id 0x000014 flags
> 0x80002
> > > (01.059282) 1: epoll: Collected eventpoll: id 0x000018 flags
> 0x80002
> > > (01.059355) 1: epoll: Collected eventpoll: id 0x000046 flags
> 0x80002
> > > (01.059403) 1: epoll: Collected eventpoll: id 0x000078 flags
> 0x80002
> > > (01.059447) 1: epoll: Collected eventpoll: id 0x000091 flags
> 0x80002
> > > (01.059482) 1: `- ... done
> > > (01.059503) 1: Collecting 56/31 (flags 0)
> > > (01.059585) 1: `- ... done
> > > (01.059609) 1: Collecting 57/32 (flags 0)
> > > (01.059679) 1: fsnotify: Collected id 0x0000001a flags 0x00080800
> > > (01.059783) 1: fsnotify: Collected id 0x00000020 flags 0x00080800
> > > (01.059900) 1: fsnotify: Collected id 0x0000002c flags 0x00080800
> > > (01.060008) 1: fsnotify: Collected id 0x00000030 flags 0x00080800
> > > (01.060130) 1: fsnotify: Collected id 0x00000031 flags 0x00080800
> > > (01.060217) 1: fsnotify: Collected id 0x00000071 flags 0x00080800
> > > (01.060304) 1: fsnotify: Collected id 0x00000079 flags 0x00080000
> > > (01.060402) 1: fsnotify: Collected id 0x000000a0 flags 0x00080800
> > > (01.060631) 1: fsnotify: Collected id 0x000000a1 flags 0x00080800
> > > (01.060764) 1: `- ... done
> > > (01.060790) 1: Collecting 80/33 (flags 0)
> > > (01.060840) 1: No inotify-wd.img image
> > > (01.060866) 1: `- ... done
> > > (01.060887) 1: Collecting 58/34 (flags 0)
> > > (01.060928) 1: No fanotify.img image
> > > (01.060953) 1: `- ... done
> > > (01.060973) 1: Collecting 81/35 (flags 0)
> > > (01.061012) 1: No fanotify-mark.img image
> > > (01.061036) 1: `- ... done
> > > (01.061056) 1: Collecting 51/37 (flags 0)
> > > (01.061096) 1: No tty-info.img image
> > > (01.061121) 1: `- ... done
> > > (01.061141) 1: Collecting 50/36 (flags 0)
> > > (01.061180) 1: No tty.img image
> > > (01.061205) 1: `- ... done
> > > (01.061225) 1: Collecting 52/51 (flags 0)
> > > (01.061265) 1: No tty-data.img image
> > > (01.061289) 1: `- ... done
> > > (01.061309) 1: Collecting 59/42 (flags 0)
> > > (01.061349) 1: No tunfile.img image
> > > (01.061374) 1: `- ... done
> > > (01.061394) 1: Collecting 40/19 (flags 0)
> > > (01.061434) 1: No ext-files.img image
> > > (01.061458) 1: `- ... done
> > > (01.061478) 1: Collecting 61/46 (flags 0)
> > > (01.061576) 1: `- ... done
> > > (01.061600) 1: Collecting 62/38 (flags 0)
> > > (01.061665) 1: `- ... done
> > > (01.061726) 1: Collecting 47/27 (flags 0)
> > > (01.061772) 1: No pipes-data.img image
> > > (01.061798) 1: `- ... done
> > > (01.061818) 1: Collecting 49/27 (flags 0)
> > > (01.061868) 1: Collected pipe data for 0x4c87 (chain 7)
> > > (01.061902) 1: Collected pipe data for 0x4c88 (chain 8)
> > > (01.061932) 1: Collected pipe data for 0x4c8e (chain 14)
> > > (01.061963) 1: `- ... done
> > > (01.061984) 1: Collecting 38/58 (flags 0)
> > > (01.062025) 1: No sk-queues.img image
> > > (01.062050) 1: `- ... done
> > > (01.062480) 1: Found 82 VMAs in image
> > > (01.062521) 1: vma 0x76b67000 0x76b6a000
> > > (01.062548) 1: vma 0x76b6a000 0x76b79000
> > > (01.062571) 1: vma 0x76b79000 0x76b7a000
> > > (01.062594) 1: vma 0x76b7a000 0x76b7b000
> > > (01.062618) 1: vma 0x76b7b000 0x76ba1000
> > > (01.062642) 1: vma 0x76ba1000 0x76bb0000
> > > (01.062664) 1: vma 0x76bb0000 0x76bb2000
> > > (01.062687) 1: vma 0x76bb2000 0x76bb3000
> > > (01.062710) 1: vma 0x76bb3000 0x76bb4000
> > > (01.062732) 1: vma 0x76bb4000 0x76bb6000
> > > (01.062755) 1: vma 0x76bb6000 0x76bc5000
> > > (01.062777) 1: vma 0x76bc5000 0x76bc6000
> > > (01.062800) 1: vma 0x76bc6000 0x76bc7000
> > > (01.062822) 1: vma 0x76bc7000 0x76c13000
> > > (01.062845) 1: vma 0x76c13000 0x76c22000
> > > (01.062867) 1: vma 0x76c22000 0x76c23000
> > > (01.062890) 1: vma 0x76c23000 0x76c24000
> > > (01.062913) 1: vma 0x76c24000 0x76cfa000
> > > (01.062936) 1: vma 0x76cfa000 0x76d0a000
> > > (01.062959) 1: vma 0x76d0a000 0x76d0c000
> > > (01.062982) 1: vma 0x76d0c000 0x76d0d000
> > > (01.063004) 1: vma 0x76d0d000 0x76d10000
> > > (01.063026) 1: vma 0x76d10000 0x76d21000
> > > (01.063049) 1: vma 0x76d21000 0x76d30000
> > > (01.063072) 1: vma 0x76d30000 0x76d31000
> > > (01.063095) 1: vma 0x76d31000 0x76d32000
> > > (01.063117) 1: vma 0x76d32000 0x76d34000
> > > (01.063139) 1: vma 0x76d34000 0x76d4c000
> > > (01.063162) 1: vma 0x76d4c000 0x76d5b000
> > > (01.063185) 1: vma 0x76d5b000 0x76d5c000
> > > (01.063208) 1: vma 0x76d5c000 0x76d87000
> > > (01.063231) 1: vma 0x76d87000 0x76d97000
> > > (01.063253) 1: vma 0x76d97000 0x76d98000
> > > (01.063276) 1: vma 0x76d98000 0x76d99000
> > > (01.063298) 1: vma 0x76d99000 0x76d9a000
> > > (01.063321) 1: vma 0x76d9a000 0x76da4000
> > > (01.063343) 1: vma 0x76da4000 0x76db4000
> > > (01.063366) 1: vma 0x76db4000 0x76db5000
> > > (01.063388) 1: vma 0x76db5000 0x76db6000
> > > (01.063411) 1: vma 0x76db6000 0x76dc4000
> > > (01.063434) 1: vma 0x76dc4000 0x76dd3000
> > > (01.063456) 1: vma 0x76dd3000 0x76dd4000
> > > (01.063479) 1: vma 0x76dd4000 0x76dd5000
> > > (01.063501) 1: vma 0x76dd5000 0x76dec000
> > > (01.063524) 1: vma 0x76dec000 0x76dfc000
> > > (01.063547) 1: vma 0x76dfc000 0x76dfd000
> > > (01.063569) 1: vma 0x76dfd000 0x76dfe000
> > > (01.063592) 1: vma 0x76dfe000 0x76e08000
> > > (01.063614) 1: vma 0x76e08000 0x76e10000
> > > (01.063637) 1: vma 0x76e10000 0x76e1f000
> > > (01.063660) 1: vma 0x76e1f000 0x76e20000
> > > (01.063683) 1: vma 0x76e20000 0x76e21000
> > > (01.063706) 1: vma 0x76e21000 0x76e33000
> > > (01.063729) 1: vma 0x76e33000 0x76e43000
> > > (01.063751) 1: vma 0x76e43000 0x76e4d000
> > > (01.063774) 1: vma 0x76e4d000 0x76e4e000
> > > (01.063796) 1: vma 0x76e4e000 0x76e53000
> > > (01.063819) 1: vma 0x76e53000 0x76e62000
> > > (01.063842) 1: vma 0x76e62000 0x76e63000
> > > (01.063865) 1: vma 0x76e63000 0x76e64000
> > > (01.063897) 1: vma 0x76e64000 0x76e67000
> > > (01.063921) 1: vma 0x76e67000 0x76e76000
> > > (01.063944) 1: vma 0x76e76000 0x76e77000
> > > (01.063967) 1: vma 0x76e77000 0x76e78000
> > > (01.063990) 1: vma 0x76e78000 0x76e8b000
> > > (01.064013) 1: vma 0x76e8b000 0x76e9a000
> > > (01.064035) 1: vma 0x76e9a000 0x76e9b000
> > > (01.064058) 1: vma 0x76e9b000 0x76e9c000
> > > (01.064081) 1: vma 0x76e9c000 0x76e9d000
> > > (01.064103) 1: vma 0x76e9d000 0x76eb5000
> > > (01.064126) 1: vma 0x76eb8000 0x76ebc000
> > > (01.064148) 1: vma 0x76ec2000 0x76ec4000
> > > (01.064171) 1: vma 0x76ec4000 0x76ec5000
> > > (01.064193) 1: vma 0x76ec5000 0x76ec6000
> > > (01.064216) 1: vma 0x76ec6000 0x76fad000
> > > (01.064239) 1: vma 0x76fad000 0x76fae000
> > > (01.064261) 1: vma 0x76fae000 0x76fc1000
> > > (01.064396) 1: vma 0x76fc1000 0x76fc2000
> > > (01.064434) 1: vma 0x77ed8000 0x77f82000
> > > (01.064459) 1: vma 0x7e86b000 0x7e88d000
> > > (01.064482) 1: vma 0x7ed2f000 0x7ed30000
> > > (01.064505) 1: vma 0xffff0000 0xffff1000
> > > (01.064565) 1: Collect fdinfo pid=1 fd=0 id=0x13
> > > (01.064598) 1: Collect fdinfo pid=1 fd=1 id=0x13
> > > (01.064626) 1: Collect fdinfo pid=1 fd=2 id=0x13
> > > (01.064652) 1: Collect fdinfo pid=1 fd=3 id=0x14
> > > (01.064679) 1: Collect fdinfo pid=1 fd=4 id=0x15
> > > (01.064705) 1: Collect fdinfo pid=1 fd=5 id=0x16
> > > (01.064731) 1: Collect fdinfo pid=1 fd=6 id=0x17
> > > (01.064758) 1: Collect fdinfo pid=1 fd=7 id=0x18
> > > (01.064784) 1: Collect fdinfo pid=1 fd=8 id=0x19
> > > (01.064811) 1: Collect fdinfo pid=1 fd=9 id=0x1a
> > > (01.064837) 1: Collect fdinfo pid=1 fd=10 id=0x1b
> > > (01.064863) 1: Collect fdinfo pid=1 fd=11 id=0x1c
> > > (01.064890) 1: Collect fdinfo pid=1 fd=12 id=0x1d
> > > (01.064916) 1: Collect fdinfo pid=1 fd=16 id=0x1e
> > > (01.064943) 1: Collect fdinfo pid=1 fd=17 id=0x1f
> > > (01.064970) 1: Collect fdinfo pid=1 fd=19 id=0x20
> > > (01.064997) 1: Collect fdinfo pid=1 fd=20 id=0x21
> > > (01.065023) 1: Collect fdinfo pid=1 fd=21 id=0x22
> > > (01.065050) 1: Collect fdinfo pid=1 fd=22 id=0x23
> > > (01.065077) 1: Collect fdinfo pid=1 fd=23 id=0x24
> > > (01.065103) 1: Collect fdinfo pid=1 fd=24 id=0x25
> > > (01.065130) 1: Collect fdinfo pid=1 fd=25 id=0x26
> > > (01.065156) 1: Collect fdinfo pid=1 fd=26 id=0x27
> > > (01.065182) 1: Collect fdinfo pid=1 fd=27 id=0x28
> > > (01.065208) 1: Collect fdinfo pid=1 fd=28 id=0x29
> > > (01.065235) 1: Collect fdinfo pid=1 fd=29 id=0x2a
> > > (01.065261) 1: Collect fdinfo pid=1 fd=30 id=0x2b
> > > (01.065287) 1: Collect fdinfo pid=1 fd=31 id=0x2c
> > > (01.065313) 1: Collect fdinfo pid=1 fd=33 id=0x2d
> > > (01.065340) 1: Collect fdinfo pid=1 fd=34 id=0x2e
> > > (01.065366) 1: Collect fdinfo pid=1 fd=35 id=0x2f
> > > (01.065392) 1: Collect fdinfo pid=1 fd=36 id=0x30
> > > (01.065419) 1: Collect fdinfo pid=1 fd=37 id=0x31
> > > (01.065445) 1: Collect fdinfo pid=1 fd=38 id=0x32
> > > (01.065471) 1: Collect fdinfo pid=1 fd=39 id=0x33
> > > (01.065497) 1: Collect fdinfo pid=1 fd=40 id=0x34
> > > (01.065524) 1: Collect fdinfo pid=1 fd=41 id=0x35
> > > (01.065550) 1: Collect fdinfo pid=1 fd=42 id=0x36
> > > (01.065576) 1: Collect fdinfo pid=1 fd=43 id=0x37
> > > (01.065602) 1: Collect fdinfo pid=1 fd=45 id=0x38
> > > (01.065628) 1: Collect fdinfo pid=1 fd=46 id=0x39
> > > (01.065655) 1: Collect fdinfo pid=1 fd=47 id=0x3a
> > > (01.065913) 1: Found 36 VMAs in image
> > > (01.065946) 1: vma 0x10000 0x17000
> > > (01.065970) 1: vma 0x26000 0x27000
> > > (01.065993) 1: vma 0x27000 0x28000
> > > (01.066016) 1: vma 0x28000 0x2a000
> > > (01.066038) 1: vma 0x1833000 0x1854000
> > > (01.066060) 1: vma 0x76e2a000 0x76e31000
> > > (01.066083) 1: vma 0x76e31000 0x76e40000
> > > (01.066106) 1: vma 0x76e40000 0x76e41000
> > > (01.066129) 1: vma 0x76e41000 0x76e42000
> > > (01.066152) 1: vma 0x76e42000 0x76e48000
> > > (01.066174) 1: vma 0x76e48000 0x76e4f000
> > > (01.066197) 1: vma 0x76e4f000 0x76e5e000
> > > (01.066219) 1: vma 0x76e5e000 0x76e5f000
> > > (01.066242) 1: vma 0x76e5f000 0x76e60000
> > > (01.066265) 1: vma 0x76e60000 0x76e6d000
> > > (01.066287) 1: vma 0x76e6d000 0x76e7c000
> > > (01.066310) 1: vma 0x76e7c000 0x76e7d000
> > > (01.066332) 1: vma 0x76e7d000 0x76e7e000
> > > (01.066355) 1: vma 0x76e7e000 0x76e80000
> > > (01.066377) 1: vma 0x76e80000 0x76e84000
> > > (01.066399) 1: vma 0x76e84000 0x76e94000
> > > (01.066422) 1: vma 0x76e94000 0x76e95000
> > > (01.066445) 1: vma 0x76e95000 0x76e96000
> > > (01.066467) 1: vma 0x76e96000 0x76f6c000
> > > (01.066491) 1: vma 0x76f6c000 0x76f7c000
> > > (01.066514) 1: vma 0x76f7c000 0x76f7e000
> > > (01.066536) 1: vma 0x76f7e000 0x76f7f000
> > > (01.066567) 1: vma 0x76f7f000 0x76f82000
> > > (01.066592) 1: vma 0x76f82000 0x76f9a000
> > > (01.066615) 1: vma 0x76fa0000 0x76fa1000
> > > (01.066638) 1: vma 0x76fa7000 0x76fa9000
> > > (01.066661) 1: vma 0x76fa9000 0x76faa000
> > > (01.066683) 1: vma 0x76faa000 0x76fab000
> > > (01.066706) 1: vma 0x7ef17000 0x7ef39000
> > > (01.066758) 1: vma 0x7ef7e000 0x7ef7f000
> > > (01.066784) 1: vma 0xffff0000 0xffff1000
> > > (01.066834) 1: Collect fdinfo pid=7676 fd=0 id=0xc4
> > > (01.066862) 1: Collect fdinfo pid=7676 fd=1 id=0xc5
> > > (01.066889) 1: Collect fdinfo pid=7676 fd=2 id=0xc5
> > > (01.067089) 1: Found 22 VMAs in image
> > > (01.067118) 1: vma 0x76dc0000 0x76e33000
> > > (01.067143) 1: vma 0x76e33000 0x76f09000
> > > (01.067166) 1: vma 0x76f09000 0x76f19000
> > > (01.067189) 1: vma 0x76f19000 0x76f1b000
> > > (01.067212) 1: vma 0x76f1b000 0x76f1c000
> > > (01.067235) 1: vma 0x76f1c000 0x76f1f000
> > > (01.067257) 1: vma 0x76f1f000 0x76f37000
> > > (01.067280) 1: vma 0x76f46000 0x76f47000
> > > (01.067303) 1: vma 0x76f47000 0x76f48000
> > > (01.067325) 1: vma 0x76f48000 0x76f94000
> > > (01.067348) 1: vma 0x76f9a000 0x76f9b000
> > > (01.067370) 1: vma 0x76f9b000 0x76f9c000
> > > (01.067393) 1: vma 0x76f9c000 0x76fa0000
> > > (01.067415) 1: vma 0x76fa0000 0x76fa1000
> > > (01.067438) 1: vma 0x76fa1000 0x76fa3000
> > > (01.067461) 1: vma 0x76fa3000 0x76fa4000
> > > (01.067483) 1: vma 0x76fa4000 0x76fca000
> > > (01.067506) 1: vma 0x76fca000 0x76fd9000
> > > (01.067528) 1: vma 0x77cee000 0x77d0f000
> > > (01.067551) 1: vma 0x7e9bf000 0x7e9e1000
> > > (01.067573) 1: vma 0x7ee13000 0x7ee14000
> > > (01.067596) 1: vma 0xffff0000 0xffff1000
> > > (01.067642) 1: Collect fdinfo pid=645 fd=0 id=0xbe
> > > (01.067671) 1: Collect fdinfo pid=645 fd=1 id=0xbe
> > > (01.067699) 1: Collect fdinfo pid=645 fd=2 id=0xbe
> > > (01.067726) 1: Collect fdinfo pid=645 fd=3 id=0xbf
> > > (01.067753) 1: Collect fdinfo pid=645 fd=4 id=0xc0
> > > (01.067779) 1: Collect fdinfo pid=645 fd=5 id=0xc1
> > > (01.067805) 1: Collect fdinfo pid=645 fd=6 id=0xc2
> > > (01.067832) 1: Collect fdinfo pid=645 fd=7 id=0xbe
> > > (01.068021) 1: Found 21 VMAs in image
> > > (01.068050) 1: vma 0x76e33000 0x76f09000
> > > (01.068075) 1: vma 0x76f09000 0x76f19000
> > > (01.068099) 1: vma 0x76f19000 0x76f1b000
> > > (01.068122) 1: vma 0x76f1b000 0x76f1c000
> > > (01.068144) 1: vma 0x76f1c000 0x76f1f000
> > > (01.068167) 1: vma 0x76f1f000 0x76f37000
> > > (01.068189) 1: vma 0x76f46000 0x76f47000
> > > (01.068212) 1: vma 0x76f47000 0x76f48000
> > > (01.068234) 1: vma 0x76f48000 0x76f94000
> > > (01.068257) 1: vma 0x76f9a000 0x76f9b000
> > > (01.068279) 1: vma 0x76f9b000 0x76f9c000
> > > (01.068302) 1: vma 0x76f9c000 0x76fa0000
> > > (01.068325) 1: vma 0x76fa0000 0x76fa1000
> > > (01.068347) 1: vma 0x76fa1000 0x76fa3000
> > > (01.068370) 1: vma 0x76fa3000 0x76fa4000
> > > (01.068393) 1: vma 0x76fa4000 0x76fca000
> > > (01.068423) 1: vma 0x76fca000 0x76fd9000
> > > (01.068448) 1: vma 0x77cee000 0x77d0f000
> > > (01.068472) 1: vma 0x7e9bf000 0x7e9e1000
> > > (01.068495) 1: vma 0x7ee13000 0x7ee14000
> > > (01.068517) 1: vma 0xffff0000 0xffff1000
> > > (01.068577) 1: Collect fdinfo pid=644 fd=0 id=0xbc
> > > (01.068607) 1: Collect fdinfo pid=644 fd=1 id=0xbc
> > > (01.068661) 1: Collect fdinfo pid=644 fd=2 id=0xbc
> > > (01.068692) 1: Collect fdinfo pid=644 fd=3 id=0xbc
> > > (01.068718) 1: Collect fdinfo pid=644 fd=4 id=0xbd
> > > (01.069373) 1: Found 138 VMAs in image
> > > (01.069409) 1: vma 0x7682d000 0x76834000
> > > (01.069434) 1: vma 0x76834000 0x76843000
> > > (01.069457) 1: vma 0x76843000 0x76844000
> > > (01.069480) 1: vma 0x76844000 0x76845000
> > > (01.069503) 1: vma 0x76845000 0x7684b000
> > > (01.069525) 1: vma 0x7684b000 0x76852000
> > > (01.069547) 1: vma 0x76852000 0x76861000
> > > (01.069570) 1: vma 0x76861000 0x76862000
> > > (01.069592) 1: vma 0x76862000 0x76863000
> > > (01.069615) 1: vma 0x76863000 0x76867000
> > > (01.069637) 1: vma 0x76867000 0x76877000
> > > (01.069660) 1: vma 0x76877000 0x76878000
> > > (01.069682) 1: vma 0x76878000 0x76879000
> > > (01.069705) 1: vma 0x76879000 0x76885000
> > > (01.069727) 1: vma 0x76885000 0x76894000
> > > (01.069749) 1: vma 0x76894000 0x76895000
> > > (01.069772) 1: vma 0x76895000 0x76896000
> > > (01.069794) 1: vma 0x76896000 0x768a3000
> > > (01.069817) 1: vma 0x768a3000 0x768b2000
> > > (01.069840) 1: vma 0x768b2000 0x768b3000
> > > (01.069862) 1: vma 0x768b3000 0x768b4000
> > > (01.069885) 1: vma 0x768b4000 0x768b6000
> > > (01.069944) 1: vma 0x768b6000 0x768b8000
> > > (01.069970) 1: vma 0x768b8000 0x768c7000
> > > (01.069994) 1: vma 0x768c7000 0x768c8000
> > > (01.070017) 1: vma 0x768c8000 0x768c9000
> > > (01.070040) 1: vma 0x768c9000 0x768cf000
> > > (01.070062) 1: vma 0x768cf000 0x768de000
> > > (01.070085) 1: vma 0x768de000 0x768df000
> > > (01.070107) 1: vma 0x768df000 0x768e0000
> > > (01.070130) 1: vma 0x768e0000 0x76902000
> > > (01.070153) 1: vma 0x76902000 0x76911000
> > > (01.070176) 1: vma 0x76911000 0x76912000
> > > (01.070199) 1: vma 0x76912000 0x76913000
> > > (01.070221) 1: vma 0x76913000 0x76924000
> > > (01.070244) 1: vma 0x76924000 0x76933000
> > > (01.070267) 1: vma 0x76933000 0x76934000
> > > (01.070290) 1: vma 0x76934000 0x76935000
> > > (01.070312) 1: vma 0x76935000 0x76937000
> > > (01.070334) 1: vma 0x76937000 0x7694f000
> > > (01.070357) 1: vma 0x7694f000 0x7695e000
> > > (01.070379) 1: vma 0x7695e000 0x7695f000
> > > (01.070402) 1: vma 0x7695f000 0x769d9000
> > > (01.070424) 1: vma 0x769d9000 0x769e9000
> > > (01.070447) 1: vma 0x769e9000 0x769ea000
> > > (01.070469) 1: vma 0x769ea000 0x769ee000
> > > (01.070492) 1: vma 0x769ee000 0x769ef000
> > > (01.070513) 1: vma 0x769ef000 0x76a05000
> > > (01.070537) 1: vma 0x76a05000 0x76a0d000
> > > (01.070559) 1: vma 0x76a0d000 0x76a0e000
> > > (01.070582) 1: vma 0x76a0e000 0x76a0f000
> > > (01.070604) 1: vma 0x76a0f000 0x76a14000
> > > (01.070626) 1: vma 0x76a14000 0x76a23000
> > > (01.070649) 1: vma 0x76a23000 0x76a24000
> > > (01.070671) 1: vma 0x76a24000 0x76a25000
> > > (01.070693) 1: vma 0x76a25000 0x76a71000
> > > (01.070716) 1: vma 0x76a71000 0x76a80000
> > > (01.070739) 1: vma 0x76a80000 0x76a81000
> > > (01.070761) 1: vma 0x76a81000 0x76a82000
> > > (01.070783) 1: vma 0x76a82000 0x76a84000
> > > (01.070806) 1: vma 0x76a84000 0x76a93000
> > > (01.070829) 1: vma 0x76a93000 0x76a94000
> > > (01.070851) 1: vma 0x76a94000 0x76a95000
> > > (01.070874) 1: vma 0x76a95000 0x76aa2000
> > > (01.070897) 1: vma 0x76aa2000 0x76ab1000
> > > (01.070920) 1: vma 0x76ab1000 0x76ab2000
> > > (01.070943) 1: vma 0x76ab2000 0x76ab3000
> > > (01.070965) 1: vma 0x76ab3000 0x76ab5000
> > > (01.070988) 1: vma 0x76ab5000 0x76b8b000
> > > (01.071011) 1: vma 0x76b8b000 0x76b9b000
> > > (01.071033) 1: vma 0x76b9b000 0x76b9d000
> > > (01.071056) 1: vma 0x76b9d000 0x76b9e000
> > > (01.071079) 1: vma 0x76b9e000 0x76ba1000
> > > (01.071101) 1: vma 0x76ba1000 0x76ba3000
> > > (01.071124) 1: vma 0x76ba3000 0x76bb2000
> > > (01.071147) 1: vma 0x76bb2000 0x76bb3000
> > > (01.071170) 1: vma 0x76bb3000 0x76bb4000
> > > (01.071192) 1: vma 0x76bb4000 0x76c32000
> > > (01.071215) 1: vma 0x76c32000 0x76c41000
> > > (01.071237) 1: vma 0x76c41000 0x76c47000
> > > (01.071260) 1: vma 0x76c47000 0x76c48000
> > > (01.071282) 1: vma 0x76c48000 0x76c70000
> > > (01.071305) 1: vma 0x76c70000 0x76c80000
> > > (01.071328) 1: vma 0x76c80000 0x76c81000
> > > (01.071350) 1: vma 0x76c81000 0x76c82000
> > > (01.071373) 1: vma 0x76c82000 0x76c89000
> > > (01.071396) 1: vma 0x76c89000 0x76c98000
> > > (01.071419) 1: vma 0x76c98000 0x76c99000
> > > (01.071441) 1: vma 0x76c99000 0x76c9a000
> > > (01.071464) 1: vma 0x76c9a000 0x76cc1000
> > > (01.071486) 1: vma 0x76cc1000 0x76cd1000
> > > (01.071518) 1: vma 0x76cd1000 0x76ce1000
> > > (01.071542) 1: vma 0x76ce1000 0x76ce2000
> > > (01.071566) 1: vma 0x76ce2000 0x76ce3000
> > > (01.071589) 1: vma 0x76ce3000 0x76ce5000
> > > (01.071612) 1: vma 0x76ce5000 0x76cf4000
> > > (01.071634) 1: vma 0x76cf4000 0x76cf5000
> > > (01.071657) 1: vma 0x76cf5000 0x76cf6000
> > > (01.071680) 1: vma 0x76cf6000 0x76e01000
> > > (01.071702) 1: vma 0x76e01000 0x76e11000
> > > (01.071725) 1: vma 0x76e11000 0x76e1f000
> > > (01.071748) 1: vma 0x76e1f000 0x76e27000
> > > (01.071770) 1: vma 0x76e27000 0x76e2a000
> > > (01.071793) 1: vma 0x76e2a000 0x76e7d000
> > > (01.071816) 1: vma 0x76e7d000 0x76e7e000
> > > (01.071839) 1: vma 0x76e7e000 0x76e80000
> > > (01.071862) 1: vma 0x76e80000 0x76e81000
> > > (01.071884) 1: vma 0x76e81000 0x76e94000
> > > (01.071907) 1: vma 0x76e94000 0x76ea3000
> > > (01.071929) 1: vma 0x76ea3000 0x76ea4000
> > > (01.071952) 1: vma 0x76ea4000 0x76ea5000
> > > (01.072004) 1: vma 0x76ea5000 0x76ea6000
> > > (01.072030) 1: vma 0x76ea6000 0x76eae000
> > > (01.072053) 1: vma 0x76eae000 0x76ebd000
> > > (01.072076) 1: vma 0x76ebd000 0x76ebe000
> > > (01.072099) 1: vma 0x76ebe000 0x76ebf000
> > > (01.072122) 1: vma 0x76ebf000 0x76ed6000
> > > (01.072144) 1: vma 0x76ed6000 0x76ee6000
> > > (01.072167) 1: vma 0x76ee6000 0x76ee7000
> > > (01.072190) 1: vma 0x76ee7000 0x76ee8000
> > > (01.072212) 1: vma 0x76ee8000 0x76ef2000
> > > (01.072234) 1: vma 0x76ef2000 0x76f0a000
> > > (01.072265) 1: vma 0x76f0b000 0x76f10000
> > > (01.072291) 1: vma 0x76f10000 0x76f17000
> > > (01.072315) 1: vma 0x76f17000 0x76f18000
> > > (01.072338) 1: vma 0x76f18000 0x76f19000
> > > (01.072361) 1: vma 0x76f19000 0x76f1a000
> > > (01.072384) 1: vma 0x76f1a000 0x76f1b000
> > > (01.072407) 1: vma 0x76f1b000 0x76fae000
> > > (01.072429) 1: vma 0x76fae000 0x76fb6000
> > > (01.072452) 1: vma 0x76fbc000 0x76fbe000
> > > (01.072474) 1: vma 0x76fbe000 0x76fc0000
> > > (01.072497) 1: vma 0x76fc0000 0x76fc1000
> > > (01.072519) 1: vma 0x76fc1000 0x76fc6000
> > > (01.072542) 1: vma 0x77718000 0x77739000
> > > (01.072564) 1: vma 0x7ecc3000 0x7ece5000
> > > (01.072587) 1: vma 0x7ee20000 0x7ee21000
> > > (01.072609) 1: vma 0xffff0000 0xffff1000
> > > (01.072664) 1: Collect fdinfo pid=620 fd=0 id=0xb7
> > > (01.072694) 1: Collect fdinfo pid=620 fd=1 id=0xb8
> > > (01.072722) 1: Collect fdinfo pid=620 fd=2 id=0xb8
> > > (01.072749) 1: Collect fdinfo pid=620 fd=3 id=0xb9
> > > (01.072775) 1: Collect fdinfo pid=620 fd=4 id=0xba
> > > (01.073024) 1: Found 35 VMAs in image
> > > (01.073055) 1: vma 0x76c47000 0x76c4e000
> > > (01.073080) 1: vma 0x76c4e000 0x76c5d000
> > > (01.073103) 1: vma 0x76c5d000 0x76c5e000
> > > (01.073126) 1: vma 0x76c5e000 0x76c5f000
> > > (01.073149) 1: vma 0x76c5f000 0x76ca6000
> > > (01.073171) 1: vma 0x76ca6000 0x76ca8000
> > > (01.073194) 1: vma 0x76ca8000 0x76cb7000
> > > (01.073216) 1: vma 0x76cb7000 0x76cb8000
> > > (01.073239) 1: vma 0x76cb8000 0x76cb9000
> > > (01.073262) 1: vma 0x76cb9000 0x76d8f000
> > > (01.073285) 1: vma 0x76d8f000 0x76d9f000
> > > (01.073308) 1: vma 0x76d9f000 0x76da1000
> > > (01.073330) 1: vma 0x76da1000 0x76da2000
> > > (01.073353) 1: vma 0x76da2000 0x76da5000
> > > (01.073375) 1: vma 0x76da5000 0x76de6000
> > > (01.073398) 1: vma 0x76de6000 0x76df5000
> > > (01.073420) 1: vma 0x76df5000 0x76df6000
> > > (01.073443) 1: vma 0x76df6000 0x76df7000
> > > (01.073465) 1: vma 0x76df7000 0x76f2a000
> > > (01.073488) 1: vma 0x76f2a000 0x76f3a000
> > > (01.073510) 1: vma 0x76f3a000 0x76f3b000
> > > (01.073533) 1: vma 0x76f3b000 0x76f3e000
> > > (01.073556) 1: vma 0x76f3e000 0x76f56000
> > > (01.073579) 1: vma 0x76f65000 0x76f66000
> > > (01.073601) 1: vma 0x76f66000 0x76f67000
> > > (01.073624) 1: vma 0x76f67000 0x76fb2000
> > > (01.073647) 1: vma 0x76fb7000 0x76fb9000
> > > (01.073669) 1: vma 0x76fbf000 0x76fc1000
> > > (01.073691) 1: vma 0x76fc1000 0x76fc2000
> > > (01.073713) 1: vma 0x76fc2000 0x76fc4000
> > > (01.073736) 1: vma 0x76fc4000 0x76fce000
> > > (01.073758) 1: vma 0x7822e000 0x7827e000
> > > (01.073781) 1: vma 0x7eab3000 0x7ead5000
> > > (01.073803) 1: vma 0x7ed55000 0x7ed56000
> > > (01.073825) 1: vma 0xffff0000 0xffff1000
> > > (01.073873) 1: Collect fdinfo pid=533 fd=0 id=0xa5
> > > (01.073902) 1: Collect fdinfo pid=533 fd=1 id=0xa6
> > > (01.073930) 1: Collect fdinfo pid=533 fd=2 id=0xa7
> > > (01.073956) 1: Collect fdinfo pid=533 fd=3 id=0xa8
> > > (01.073982) 1: Collect fdinfo pid=533 fd=4 id=0xa9
> > > (01.074009) 1: Collect fdinfo pid=533 fd=5 id=0xaa
> > > (01.074036) 1: Collect fdinfo pid=533 fd=6 id=0xab
> > > (01.074723) 1: Found 132 VMAs in image
> > > (01.074781) 1: vma 0x10000 0x12000
> > > (01.074807) 1: vma 0x21000 0x22000
> > > (01.074831) 1: vma 0x22000 0x23000
> > > (01.074854) 1: vma 0x1f64000 0x1fab000
> > > (01.074876) 1: vma 0x74dc2000 0x74dc9000
> > > (01.074899) 1: vma 0x74dc9000 0x74dd8000
> > > (01.074922) 1: vma 0x74dd8000 0x74dd9000
> > > (01.074945) 1: vma 0x74dd9000 0x74dda000
> > > (01.074967) 1: vma 0x74dda000 0x74de0000
> > > (01.074990) 1: vma 0x74de0000 0x74ded000
> > > (01.075012) 1: vma 0x74ded000 0x74dfc000
> > > (01.075077) 1: vma 0x74dfc000 0x74dfd000
> > > (01.075104) 1: vma 0x74dfd000 0x74dfe000
> > > (01.075127) 1: vma 0x74dfe000 0x74e00000
> > > (01.075150) 1: vma 0x74e00000 0x74e01000
> > > (01.075172) 1: vma 0x74e01000 0x75600000
> > > (01.075194) 1: vma 0x75600000 0x75621000
> > > (01.075217) 1: vma 0x75621000 0x75700000
> > > (01.075239) 1: vma 0x75700000 0x75721000
> > > (01.075262) 1: vma 0x75721000 0x75800000
> > > (01.075284) 1: vma 0x75800000 0x75801000
> > > (01.075306) 1: vma 0x75801000 0x76000000
> > > (01.075329) 1: vma 0x76000000 0x76021000
> > > (01.075351) 1: vma 0x76021000 0x76100000
> > > (01.075373) 1: vma 0x76103000 0x7610a000
> > > (01.075396) 1: vma 0x7610a000 0x76119000
> > > (01.075418) 1: vma 0x76119000 0x7611a000
> > > (01.075441) 1: vma 0x7611a000 0x7611b000
> > > (01.075463) 1: vma 0x7611b000 0x7611f000
> > > (01.075487) 1: vma 0x7611f000 0x7612f000
> > > (01.075510) 1: vma 0x7612f000 0x76130000
> > > (01.075533) 1: vma 0x76130000 0x76131000
> > > (01.075555) 1: vma 0x76144000 0x7614b000
> > > (01.075579) 1: vma 0x7614b000 0x7614c000
> > > (01.075601) 1: vma 0x7614c000 0x7694b000
> > > (01.075624) 1: vma 0x7694b000 0x76957000
> > > (01.075647) 1: vma 0x76957000 0x76966000
> > > (01.075669) 1: vma 0x76966000 0x76967000
> > > (01.075692) 1: vma 0x76967000 0x76968000
> > > (01.075714) 1: vma 0x76968000 0x769e2000
> > > (01.075737) 1: vma 0x769e2000 0x769f2000
> > > (01.075760) 1: vma 0x769f2000 0x769f3000
> > > (01.075782) 1: vma 0x769f3000 0x769f7000
> > > (01.075805) 1: vma 0x769f7000 0x769f8000
> > > (01.075827) 1: vma 0x769f8000 0x76a0e000
> > > (01.075850) 1: vma 0x76a0e000 0x76a16000
> > > (01.075872) 1: vma 0x76a16000 0x76a17000
> > > (01.075895) 1: vma 0x76a17000 0x76a18000
> > > (01.075918) 1: vma 0x76a18000 0x76a1d000
> > > (01.075940) 1: vma 0x76a1d000 0x76a2c000
> > > (01.075963) 1: vma 0x76a2c000 0x76a2d000
> > > (01.075985) 1: vma 0x76a2d000 0x76a2e000
> > > (01.076008) 1: vma 0x76a2e000 0x76a46000
> > > (01.076031) 1: vma 0x76a46000 0x76a55000
> > > (01.076053) 1: vma 0x76a55000 0x76a56000
> > > (01.076076) 1: vma 0x76a56000 0x76a58000
> > > (01.076099) 1: vma 0x76a58000 0x76a67000
> > > (01.076121) 1: vma 0x76a67000 0x76a68000
> > > (01.076144) 1: vma 0x76a68000 0x76a69000
> > > (01.076167) 1: vma 0x76a69000 0x76a7e000
> > > (01.076190) 1: vma 0x76a7e000 0x76a8e000
> > > (01.076213) 1: vma 0x76a8e000 0x76a90000
> > > (01.076236) 1: vma 0x76a90000 0x76a91000
> > > (01.076259) 1: vma 0x76a91000 0x76aa2000
> > > (01.076284) 1: vma 0x76aa2000 0x76ab1000
> > > (01.076307) 1: vma 0x76ab1000 0x76ab2000
> > > (01.076330) 1: vma 0x76ab2000 0x76ab3000
> > > (01.076352) 1: vma 0x76ab3000 0x76b06000
> > > (01.076376) 1: vma 0x76b06000 0x76b07000
> > > (01.076398) 1: vma 0x76b07000 0x76b09000
> > > (01.076421) 1: vma 0x76b09000 0x76b0a000
> > > (01.076444) 1: vma 0x76b0a000 0x76b56000
> > > (01.076467) 1: vma 0x76b56000 0x76b65000
> > > (01.076489) 1: vma 0x76b65000 0x76b66000
> > > (01.076512) 1: vma 0x76b66000 0x76b67000
> > > (01.076535) 1: vma 0x76b67000 0x76b6c000
> > > (01.076557) 1: vma 0x76b6c000 0x76b7b000
> > > (01.076590) 1: vma 0x76b7b000 0x76b7c000
> > > (01.076616) 1: vma 0x76b7c000 0x76b7d000
> > > (01.076640) 1: vma 0x76b7d000 0x76b8a000
> > > (01.076663) 1: vma 0x76b8a000 0x76b99000
> > > (01.076686) 1: vma 0x76b99000 0x76b9a000
> > > (01.076709) 1: vma 0x76b9a000 0x76b9b000
> > > (01.076732) 1: vma 0x76b9b000 0x76b9d000
> > > (01.076754) 1: vma 0x76b9d000 0x76bb0000
> > > (01.076777) 1: vma 0x76bb0000 0x76bbf000
> > > (01.076800) 1: vma 0x76bbf000 0x76bc0000
> > > (01.076823) 1: vma 0x76bc0000 0x76bc1000
> > > (01.076845) 1: vma 0x76bc1000 0x76bc2000
> > > (01.076868) 1: vma 0x76bc2000 0x76bd2000
> > > (01.076891) 1: vma 0x76bd2000 0x76be2000
> > > (01.076914) 1: vma 0x76be2000 0x76be3000
> > > (01.076936) 1: vma 0x76be3000 0x76be4000
> > > (01.076959) 1: vma 0x76be4000 0x76be6000
> > > (01.076981) 1: vma 0x76be6000 0x76bf5000
> > > (01.077004) 1: vma 0x76bf5000 0x76bf6000
> > > (01.077027) 1: vma 0x76bf6000 0x76bf7000
> > > (01.077050) 1: vma 0x76bf7000 0x76ccd000
> > > (01.077072) 1: vma 0x76ccd000 0x76cdd000
> > > (01.077095) 1: vma 0x76cdd000 0x76cdf000
> > > (01.077147) 1: vma 0x76cdf000 0x76ce0000
> > > (01.077173) 1: vma 0x76ce0000 0x76ce3000
> > > (01.077197) 1: vma 0x76ce3000 0x76cf4000
> > > (01.077220) 1: vma 0x76cf4000 0x76d03000
> > > (01.077242) 1: vma 0x76d03000 0x76d04000
> > > (01.077265) 1: vma 0x76d04000 0x76d05000
> > > (01.077288) 1: vma 0x76d05000 0x76d07000
> > > (01.077320) 1: vma 0x76d07000 0x76d17000
> > > (01.077344) 1: vma 0x76d17000 0x76d26000
> > > (01.077367) 1: vma 0x76d26000 0x76d27000
> > > (01.077390) 1: vma 0x76d27000 0x76d28000
> > > (01.077413) 1: vma 0x76d28000 0x76def000
> > > (01.077436) 1: vma 0x76def000 0x76dfe000
> > > (01.077459) 1: vma 0x76dfe000 0x76dff000
> > > (01.077482) 1: vma 0x76dff000 0x76e00000
> > > (01.077505) 1: vma 0x76e00000 0x76e37000
> > > (01.077528) 1: vma 0x76e37000 0x76e46000
> > > (01.077551) 1: vma 0x76e46000 0x76e47000
> > > (01.077574) 1: vma 0x76e47000 0x76e48000
> > > (01.077596) 1: vma 0x76e48000 0x76f35000
> > > (01.077619) 1: vma 0x76f35000 0x76f45000
> > > (01.077642) 1: vma 0x76f45000 0x76f47000
> > > (01.077665) 1: vma 0x76f47000 0x76f49000
> > > (01.077688) 1: vma 0x76f49000 0x76f4a000
> > > (01.077710) 1: vma 0x76f4a000 0x76f62000
> > > (01.077733) 1: vma 0x76f63000 0x76f69000
> > > (01.077756) 1: vma 0x76f6f000 0x76f71000
> > > (01.077778) 1: vma 0x76f71000 0x76f72000
> > > (01.077801) 1: vma 0x76f72000 0x76f73000
> > > (01.077824) 1: vma 0x7eb9c000 0x7ebbe000
> > > (01.077846) 1: vma 0x7edb5000 0x7edb6000
> > > (01.077869) 1: vma 0xffff0000 0xffff1000
> > > (01.077932) 1: Collect fdinfo pid=374 fd=0 id=0x9a
> > > (01.077963) 1: Collect fdinfo pid=374 fd=1 id=0x9a
> > > (01.077992) 1: Collect fdinfo pid=374 fd=2 id=0x9a
> > > (01.078019) 1: Collect fdinfo pid=374 fd=3 id=0x9b
> > > (01.078046) 1: Collect fdinfo pid=374 fd=4 id=0x9c
> > > (01.078073) 1: Collect fdinfo pid=374 fd=5 id=0x9d
> > > (01.078099) 1: Collect fdinfo pid=374 fd=6 id=0x9e
> > > (01.078126) 1: Collect fdinfo pid=374 fd=7 id=0x9f
> > > (01.078152) 1: Collect fdinfo pid=374 fd=8 id=0xa0
> > > (01.078178) 1: Collect fdinfo pid=374 fd=9 id=0xa1
> > > (01.078498) 1: Found 51 VMAs in image
> > > (01.078530) 1: vma 0x76cb9000 0x76cbc000
> > > (01.078555) 1: vma 0x76cbc000 0x76ccb000
> > > (01.078578) 1: vma 0x76ccb000 0x76ccc000
> > > (01.078601) 1: vma 0x76ccc000 0x76ccd000
> > > (01.078623) 1: vma 0x76ccd000 0x76ccf000
> > > (01.078646) 1: vma 0x76ccf000 0x76cde000
> > > (01.078669) 1: vma 0x76cde000 0x76cdf000
> > > (01.078692) 1: vma 0x76cdf000 0x76ce0000
> > > (01.078715) 1: vma 0x76ce0000 0x76d2c000
> > > (01.078737) 1: vma 0x76d2c000 0x76d3b000
> > > (01.078760) 1: vma 0x76d3b000 0x76d3c000
> > > (01.078782) 1: vma 0x76d3c000 0x76d3d000
> > > (01.078805) 1: vma 0x76d3d000 0x76e13000
> > > (01.078828) 1: vma 0x76e13000 0x76e23000
> > > (01.078850) 1: vma 0x76e23000 0x76e25000
> > > (01.078873) 1: vma 0x76e25000 0x76e26000
> > > (01.078895) 1: vma 0x76e26000 0x76e29000
> > > (01.078917) 1: vma 0x76e29000 0x76e3a000
> > > (01.078940) 1: vma 0x76e3a000 0x76e49000
> > > (01.078962) 1: vma 0x76e49000 0x76e4a000
> > > (01.078985) 1: vma 0x76e4a000 0x76e4b000
> > > (01.079007) 1: vma 0x76e4b000 0x76e4d000
> > > (01.079029) 1: vma 0x76e4d000 0x76e65000
> > > (01.079051) 1: vma 0x76e65000 0x76e74000
> > > (01.079074) 1: vma 0x76e74000 0x76e75000
> > > (01.079096) 1: vma 0x76e75000 0x76e7a000
> > > (01.079119) 1: vma 0x76e7a000 0x76e89000
> > > (01.079142) 1: vma 0x76e89000 0x76e8a000
> > > (01.079164) 1: vma 0x76e8a000 0x76e8b000
> > > (01.079187) 1: vma 0x76e8b000 0x76e90000
> > > (01.079210) 1: vma 0x76e90000 0x76e9f000
> > > (01.079232) 1: vma 0x76e9f000 0x76ea0000
> > > (01.079255) 1: vma 0x76ea0000 0x76ea1000
> > > (01.079277) 1: vma 0x76ea1000 0x76eb4000
> > > (01.079300) 1: vma 0x76eb4000 0x76ec3000
> > > (01.079323) 1: vma 0x76ec3000 0x76ec4000
> > > (01.079345) 1: vma 0x76ec4000 0x76ec5000
> > > (01.079368) 1: vma 0x76ec5000 0x76ec6000
> > > (01.079390) 1: vma 0x76ec6000 0x76ede000
> > > (01.079413) 1: vma 0x76ee2000 0x76ee5000
> > > (01.079435) 1: vma 0x76eeb000 0x76eed000
> > > (01.079457) 1: vma 0x76eed000 0x76eee000
> > > (01.079480) 1: vma 0x76eee000 0x76eef000
> > > (01.079502) 1: vma 0x76eef000 0x76f4e000
> > > (01.079558) 1: vma 0x76f4e000 0x76f4f000
> > > (01.079584) 1: vma 0x76f4f000 0x76f52000
> > > (01.079607) 1: vma 0x76f52000 0x76f53000
> > > (01.079630) 1: vma 0x78459000 0x7847a000
> > > (01.079653) 1: vma 0x7eb46000 0x7eb68000
> > > (01.079683) 1: vma 0x7eda1000 0x7eda2000
> > > (01.079707) 1: vma 0xffff0000 0xffff1000
> > > (01.079759) 1: Collect fdinfo pid=356 fd=0 id=0x8e
> > > (01.079789) 1: Collect fdinfo pid=356 fd=1 id=0x8f
> > > (01.079816) 1: Collect fdinfo pid=356 fd=2 id=0x8f
> > > (01.079843) 1: Collect fdinfo pid=356 fd=3 id=0x90
> > > (01.079869) 1: Collect fdinfo pid=356 fd=4 id=0x91
> > > (01.079896) 1: Collect fdinfo pid=356 fd=5 id=0x92
> > > (01.079922) 1: Collect fdinfo pid=356 fd=6 id=0x93
> > > (01.079949) 1: Collect fdinfo pid=356 fd=7 id=0x94
> > > (01.079975) 1: Collect fdinfo pid=356 fd=8 id=0x95
> > > (01.080002) 1: Collect fdinfo pid=356 fd=9 id=0x96
> > > (01.080028) 1: Collect fdinfo pid=356 fd=10 id=0x97
> > > (01.080411) 1: Found 62 VMAs in image
> > > (01.080445) 1: vma 0x10000 0x17000
> > > (01.080471) 1: vma 0x26000 0x27000
> > > (01.080494) 1: vma 0x27000 0x28000
> > > (01.080517) 1: vma 0x142e000 0x144f000
> > > (01.080540) 1: vma 0x76d2e000 0x76d35000
> > > (01.080563) 1: vma 0x76d35000 0x76d44000
> > > (01.080585) 1: vma 0x76d44000 0x76d45000
> > > (01.080608) 1: vma 0x76d45000 0x76d46000
> > > (01.080630) 1: vma 0x76d46000 0x76d4c000
> > > (01.080653) 1: vma 0x76d4c000 0x76d53000
> > > (01.080675) 1: vma 0x76d53000 0x76d62000
> > > (01.080698) 1: vma 0x76d62000 0x76d63000
> > > (01.080720) 1: vma 0x76d63000 0x76d64000
> > > (01.080742) 1: vma 0x76d64000 0x76d71000
> > > (01.080766) 1: vma 0x76d71000 0x76d80000
> > > (01.080788) 1: vma 0x76d80000 0x76d81000
> > > (01.080811) 1: vma 0x76d81000 0x76d82000
> > > (01.080833) 1: vma 0x76d82000 0x76d84000
> > > (01.080855) 1: vma 0x76d84000 0x76d88000
> > > (01.080878) 1: vma 0x76d88000 0x76d98000
> > > (01.080900) 1: vma 0x76d98000 0x76d99000
> > > (01.080923) 1: vma 0x76d99000 0x76d9a000
> > > (01.080945) 1: vma 0x76d9a000 0x76dab000
> > > (01.080968) 1: vma 0x76dab000 0x76dba000
> > > (01.080990) 1: vma 0x76dba000 0x76dbb000
> > > (01.081013) 1: vma 0x76dbb000 0x76dbc000
> > > (01.081035) 1: vma 0x76dbc000 0x76dbe000
> > > (01.081058) 1: vma 0x76dbe000 0x76e0a000
> > > (01.081080) 1: vma 0x76e0a000 0x76e19000
> > > (01.081103) 1: vma 0x76e19000 0x76e1a000
> > > (01.081125) 1: vma 0x76e1a000 0x76e1b000
> > > (01.081148) 1: vma 0x76e1b000 0x76e1d000
> > > (01.081170) 1: vma 0x76e1d000 0x76e2c000
> > > (01.081193) 1: vma 0x76e2c000 0x76e2d000
> > > (01.081215) 1: vma 0x76e2d000 0x76e2e000
> > > (01.081238) 1: vma 0x76e2e000 0x76e45000
> > > (01.081260) 1: vma 0x76e45000 0x76e55000
> > > (01.081283) 1: vma 0x76e55000 0x76e56000
> > > (01.081306) 1: vma 0x76e56000 0x76e57000
> > > (01.081328) 1: vma 0x76e57000 0x76e61000
> > > (01.081351) 1: vma 0x76e61000 0x76f37000
> > > (01.081373) 1: vma 0x76f37000 0x76f47000
> > > (01.081396) 1: vma 0x76f47000 0x76f49000
> > > (01.081418) 1: vma 0x76f49000 0x76f4a000
> > > (01.081441) 1: vma 0x76f4a000 0x76f4d000
> > > (01.081463) 1: vma 0x76f4d000 0x76f60000
> > > (01.081486) 1: vma 0x76f60000 0x76f6f000
> > > (01.081509) 1: vma 0x76f6f000 0x76f70000
> > > (01.081532) 1: vma 0x76f70000 0x76f71000
> > > (01.081555) 1: vma 0x76f71000 0x76f72000
> > > (01.081577) 1: vma 0x76f72000 0x76f7a000
> > > (01.081599) 1: vma 0x76f7a000 0x76f89000
> > > (01.081622) 1: vma 0x76f89000 0x76f8a000
> > > (01.081644) 1: vma 0x76f8a000 0x76f8b000
> > > (01.081667) 1: vma 0x76f8b000 0x76fa3000
> > > (01.081689) 1: vma 0x76fa7000 0x76faa000
> > > (01.081712) 1: vma 0x76fb0000 0x76fb2000
> > > (01.081734) 1: vma 0x76fb2000 0x76fb3000
> > > (01.081756) 1: vma 0x76fb3000 0x76fb4000
> > > (01.081779) 1: vma 0x7ee1c000 0x7ee3e000
> > > (01.081801) 1: vma 0x7ef63000 0x7ef64000
> > > (01.081824) 1: vma 0xffff0000 0xffff1000
> > > (01.081872) 1: Collect fdinfo pid=349 fd=0 id=0x89
> > > (01.081902) 1: Collect fdinfo pid=349 fd=1 id=0x8a
> > > (01.081930) 1: Collect fdinfo pid=349 fd=2 id=0x8a
> > > (01.081957) 1: Collect fdinfo pid=349 fd=3 id=0x8b
> > > (01.082319) 1: Found 62 VMAs in image
> > > (01.082386) 1: vma 0x76d0a000 0x76d11000
> > > (01.082414) 1: vma 0x76d11000 0x76d20000
> > > (01.082438) 1: vma 0x76d20000 0x76d21000
> > > (01.082461) 1: vma 0x76d21000 0x76d22000
> > > (01.082484) 1: vma 0x76d22000 0x76d28000
> > > (01.082506) 1: vma 0x76d28000 0x76d2f000
> > > (01.082529) 1: vma 0x76d2f000 0x76d3e000
> > > (01.082551) 1: vma 0x76d3e000 0x76d3f000
> > > (01.082574) 1: vma 0x76d3f000 0x76d40000
> > > (01.082596) 1: vma 0x76d40000 0x76d4d000
> > > (01.082619) 1: vma 0x76d4d000 0x76d5c000
> > > (01.082642) 1: vma 0x76d5c000 0x76d5d000
> > > (01.082665) 1: vma 0x76d5d000 0x76d5e000
> > > (01.082687) 1: vma 0x76d5e000 0x76d60000
> > > (01.082711) 1: vma 0x76d60000 0x76d64000
> > > (01.082734) 1: vma 0x76d64000 0x76d74000
> > > (01.082756) 1: vma 0x76d74000 0x76d75000
> > > (01.082778) 1: vma 0x76d75000 0x76d76000
> > > (01.082801) 1: vma 0x76d76000 0x76d87000
> > > (01.082824) 1: vma 0x76d87000 0x76d96000
> > > (01.082847) 1: vma 0x76d96000 0x76d97000
> > > (01.082869) 1: vma 0x76d97000 0x76d98000
> > > (01.082892) 1: vma 0x76d98000 0x76d9a000
> > > (01.082915) 1: vma 0x76d9a000 0x76de6000
> > > (01.082937) 1: vma 0x76de6000 0x76df5000
> > > (01.082960) 1: vma 0x76df5000 0x76df6000
> > > (01.082982) 1: vma 0x76df6000 0x76df7000
> > > (01.083005) 1: vma 0x76df7000 0x76df9000
> > > (01.083028) 1: vma 0x76df9000 0x76e08000
> > > (01.083050) 1: vma 0x76e08000 0x76e09000
> > > (01.083073) 1: vma 0x76e09000 0x76e0a000
> > > (01.083095) 1: vma 0x76e0a000 0x76e21000
> > > (01.083118) 1: vma 0x76e21000 0x76e31000
> > > (01.083140) 1: vma 0x76e31000 0x76e32000
> > > (01.083163) 1: vma 0x76e32000 0x76e33000
> > > (01.083185) 1: vma 0x76e33000 0x76e3d000
> > > (01.083208) 1: vma 0x76e3d000 0x76f13000
> > > (01.083230) 1: vma 0x76f13000 0x76f23000
> > > (01.083253) 1: vma 0x76f23000 0x76f25000
> > > (01.083276) 1: vma 0x76f25000 0x76f26000
> > > (01.083298) 1: vma 0x76f26000 0x76f29000
> > > (01.083320) 1: vma 0x76f29000 0x76f3c000
> > > (01.083343) 1: vma 0x76f3c000 0x76f4b000
> > > (01.083366) 1: vma 0x76f4b000 0x76f4c000
> > > (01.083388) 1: vma 0x76f4c000 0x76f4d000
> > > (01.083411) 1: vma 0x76f4d000 0x76f4e000
> > > (01.083433) 1: vma 0x76f4e000 0x76f56000
> > > (01.083456) 1: vma 0x76f56000 0x76f65000
> > > (01.083479) 1: vma 0x76f65000 0x76f66000
> > > (01.083502) 1: vma 0x76f66000 0x76f67000
> > > (01.083524) 1: vma 0x76f67000 0x76f7f000
> > > (01.083547) 1: vma 0x76f8e000 0x76f8f000
> > > (01.083570) 1: vma 0x76f8f000 0x76f90000
> > > (01.083593) 1: vma 0x76f90000 0x76f94000
> > > (01.083616) 1: vma 0x76f98000 0x76f9b000
> > > (01.083638) 1: vma 0x76fa1000 0x76fa3000
> > > (01.083660) 1: vma 0x76fa3000 0x76fa4000
> > > (01.083682) 1: vma 0x76fa4000 0x76fa5000
> > > (01.083705) 1: vma 0x774b2000 0x774d3000
> > > (01.083727) 1: vma 0x7e93c000 0x7e95e000
> > > (01.083750) 1: vma 0x7eb65000 0x7eb66000
> > > (01.083772) 1: vma 0xffff0000 0xffff1000
> > > (01.083821) 1: Collect fdinfo pid=335 fd=0 id=0x83
> > > (01.083851) 1: Collect fdinfo pid=335 fd=1 id=0x84
> > > (01.083878) 1: Collect fdinfo pid=335 fd=2 id=0x85
> > > (01.083906) 1: Collect fdinfo pid=335 fd=3 id=0x86
> > > (01.084450) 1: Found 98 VMAs in image
> > > (01.084503) 1: vma 0x76b46000 0x76b4d000
> > > (01.084529) 1: vma 0x76b4d000 0x76b5c000
> > > (01.084553) 1: vma 0x76b5c000 0x76b5d000
> > > (01.084576) 1: vma 0x76b5d000 0x76b5e000
> > > (01.084598) 1: vma 0x76b5e000 0x76b64000
> > > (01.084621) 1: vma 0x76b64000 0x76b6b000
> > > (01.084644) 1: vma 0x76b6b000 0x76b7a000
> > > (01.084666) 1: vma 0x76b7a000 0x76b7b000
> > > (01.084689) 1: vma 0x76b7b000 0x76b7c000
> > > (01.084712) 1: vma 0x76b7c000 0x76b89000
> > > (01.084735) 1: vma 0x76b89000 0x76b98000
> > > (01.084757) 1: vma 0x76b98000 0x76b99000
> > > (01.084780) 1: vma 0x76b99000 0x76b9a000
> > > (01.084802) 1: vma 0x76b9a000 0x76b9c000
> > > (01.084825) 1: vma 0x76b9c000 0x76ba0000
> > > (01.084847) 1: vma 0x76ba0000 0x76bb0000
> > > (01.084870) 1: vma 0x76bb0000 0x76bb1000
> > > (01.084893) 1: vma 0x76bb1000 0x76bb2000
> > > (01.084915) 1: vma 0x76bb2000 0x76bbe000
> > > (01.084938) 1: vma 0x76bbe000 0x76bcd000
> > > (01.084961) 1: vma 0x76bcd000 0x76bce000
> > > (01.085019) 1: vma 0x76bce000 0x76bcf000
> > > (01.085046) 1: vma 0x76bcf000 0x76bd1000
> > > (01.085070) 1: vma 0x76bd1000 0x76be0000
> > > (01.085093) 1: vma 0x76be0000 0x76be1000
> > > (01.085115) 1: vma 0x76be1000 0x76be2000
> > > (01.085138) 1: vma 0x76be2000 0x76c2e000
> > > (01.085160) 1: vma 0x76c2e000 0x76c3d000
> > > (01.085183) 1: vma 0x76c3d000 0x76c3e000
> > > (01.085205) 1: vma 0x76c3e000 0x76c3f000
> > > (01.085228) 1: vma 0x76c3f000 0x76c57000
> > > (01.085250) 1: vma 0x76c57000 0x76c66000
> > > (01.085273) 1: vma 0x76c66000 0x76c67000
> > > (01.085296) 1: vma 0x76c67000 0x76ce1000
> > > (01.085318) 1: vma 0x76ce1000 0x76cf1000
> > > (01.085341) 1: vma 0x76cf1000 0x76cf2000
> > > (01.085363) 1: vma 0x76cf2000 0x76cf6000
> > > (01.085386) 1: vma 0x76cf6000 0x76cf7000
> > > (01.085408) 1: vma 0x76cf7000 0x76d0d000
> > > (01.085431) 1: vma 0x76d0d000 0x76d15000
> > > (01.085453) 1: vma 0x76d15000 0x76d16000
> > > (01.085476) 1: vma 0x76d16000 0x76d17000
> > > (01.085499) 1: vma 0x76d17000 0x76d1c000
> > > (01.085521) 1: vma 0x76d1c000 0x76d2b000
> > > (01.085544) 1: vma 0x76d2b000 0x76d2c000
> > > (01.085566) 1: vma 0x76d2c000 0x76d2d000
> > > (01.085588) 1: vma 0x76d2d000 0x76e03000
> > > (01.085611) 1: vma 0x76e03000 0x76e13000
> > > (01.085634) 1: vma 0x76e13000 0x76e15000
> > > (01.085656) 1: vma 0x76e15000 0x76e16000
> > > (01.085679) 1: vma 0x76e16000 0x76e19000
> > > (01.085701) 1: vma 0x76e19000 0x76e2a000
> > > (01.085724) 1: vma 0x76e2a000 0x76e39000
> > > (01.085746) 1: vma 0x76e39000 0x76e3a000
> > > (01.085769) 1: vma 0x76e3a000 0x76e3b000
> > > (01.085792) 1: vma 0x76e3b000 0x76e3d000
> > > (01.085815) 1: vma 0x76e3d000 0x76e47000
> > > (01.085838) 1: vma 0x76e47000 0x76e57000
> > > (01.085860) 1: vma 0x76e57000 0x76e58000
> > > (01.085883) 1: vma 0x76e58000 0x76e59000
> > > (01.085906) 1: vma 0x76e59000 0x76e5c000
> > > (01.085928) 1: vma 0x76e5c000 0x76e6b000
> > > (01.085951) 1: vma 0x76e6b000 0x76e6c000
> > > (01.085974) 1: vma 0x76e6c000 0x76e6d000
> > > (01.085996) 1: vma 0x76e6d000 0x76e84000
> > > (01.086019) 1: vma 0x76e84000 0x76e94000
> > > (01.086042) 1: vma 0x76e94000 0x76e95000
> > > (01.086064) 1: vma 0x76e95000 0x76e96000
> > > (01.086087) 1: vma 0x76e96000 0x76ea0000
> > > (01.086109) 1: vma 0x76ea0000 0x76eb3000
> > > (01.086132) 1: vma 0x76eb3000 0x76ec2000
> > > (01.086155) 1: vma 0x76ec2000 0x76ec3000
> > > (01.086177) 1: vma 0x76ec3000 0x76ec4000
> > > (01.086200) 1: vma 0x76ec4000 0x76ec5000
> > > (01.086231) 1: vma 0x76ec5000 0x76eda000
> > > (01.086256) 1: vma 0x76eda000 0x76eea000
> > > (01.086278) 1: vma 0x76eea000 0x76eec000
> > > (01.086301) 1: vma 0x76eec000 0x76eed000
> > > (01.086324) 1: vma 0x76eed000 0x76f40000
> > > (01.086347) 1: vma 0x76f40000 0x76f41000
> > > (01.086369) 1: vma 0x76f41000 0x76f43000
> > > (01.086392) 1: vma 0x76f43000 0x76f44000
> > > (01.086415) 1: vma 0x76f44000 0x76f71000
> > > (01.086437) 1: vma 0x76f71000 0x76f81000
> > > (01.086460) 1: vma 0x76f81000 0x76f82000
> > > (01.086483) 1: vma 0x76f82000 0x76f83000
> > > (01.086505) 1: vma 0x76f83000 0x76f9b000
> > > (01.086528) 1: vma 0x76faa000 0x76fab000
> > > (01.086551) 1: vma 0x76fab000 0x76fac000
> > > (01.086574) 1: vma 0x76fac000 0x76fcd000
> > > (01.086596) 1: vma 0x76fcf000 0x76fd4000
> > > (01.086619) 1: vma 0x76fda000 0x76fdc000
> > > (01.086641) 1: vma 0x76fdc000 0x76fdd000
> > > (01.086664) 1: vma 0x76fdd000 0x76fde000
> > > (01.086687) 1: vma 0x78ddd000 0x78dfe000
> > > (01.086709) 1: vma 0x7eaee000 0x7eb10000
> > > (01.086731) 1: vma 0x7ee8b000 0x7ee8c000
> > > (01.086753) 1: vma 0xffff0000 0xffff1000
> > > (01.086809) 1: Collect fdinfo pid=325 fd=0 id=0x76
> > > (01.086839) 1: Collect fdinfo pid=325 fd=1 id=0x77
> > > (01.086865) 1: Collect fdinfo pid=325 fd=2 id=0x77
> > > (01.086892) 1: Collect fdinfo pid=325 fd=3 id=0x2f
> > > (01.086918) 1: Collect fdinfo pid=325 fd=4 id=0x78
> > > (01.086944) 1: Collect fdinfo pid=325 fd=5 id=0x79
> > > (01.086970) 1: Collect fdinfo pid=325 fd=6 id=0x7a
> > > (01.086996) 1: Collect fdinfo pid=325 fd=7 id=0x7b
> > > (01.087021) 1: Collect fdinfo pid=325 fd=8 id=0x7c
> > > (01.087047) 1: Collect fdinfo pid=325 fd=9 id=0x7d
> > > (01.087103) 1: Collect fdinfo pid=325 fd=10 id=0x7e
> > > (01.087132) 1: Collect fdinfo pid=325 fd=11 id=0x7f
> > > (01.087158) 1: Collect fdinfo pid=325 fd=12 id=0x80
> > > (01.087185) 1: Collect fdinfo pid=325 fd=13 id=0x81
> > > (01.087789) 1: Found 124 VMAs in image
> > > (01.087823) 1: vma 0x10000 0x26000
> > > (01.087848) 1: vma 0x36000 0x37000
> > > (01.087872) 1: vma 0x37000 0x38000
> > > (01.087895) 1: vma 0xc29000 0xc6a000
> > > (01.087917) 1: vma 0x74e00000 0x74e01000
> > > (01.087940) 1: vma 0x74e01000 0x75600000
> > > (01.087962) 1: vma 0x75600000 0x75621000
> > > (01.087984) 1: vma 0x75621000 0x75700000
> > > (01.088006) 1: vma 0x75700000 0x75721000
> > > (01.088029) 1: vma 0x75721000 0x75800000
> > > (01.088051) 1: vma 0x75800000 0x75801000
> > > (01.088073) 1: vma 0x75801000 0x76000000
> > > (01.088095) 1: vma 0x76000000 0x76021000
> > > (01.088117) 1: vma 0x76021000 0x76100000
> > > (01.088140) 1: vma 0x7616c000 0x76173000
> > > (01.088162) 1: vma 0x76173000 0x76182000
> > > (01.088185) 1: vma 0x76182000 0x76183000
> > > (01.088207) 1: vma 0x76183000 0x76184000
> > > (01.088230) 1: vma 0x76184000 0x7618a000
> > > (01.088252) 1: vma 0x7618a000 0x76191000
> > > (01.088274) 1: vma 0x76191000 0x761a0000
> > > (01.088297) 1: vma 0x761a0000 0x761a1000
> > > (01.088319) 1: vma 0x761a1000 0x761a2000
> > > (01.088342) 1: vma 0x761a2000 0x761af000
> > > (01.088364) 1: vma 0x761af000 0x761be000
> > > (01.088386) 1: vma 0x761be000 0x761bf000
> > > (01.088409) 1: vma 0x761bf000 0x761c0000
> > > (01.088432) 1: vma 0x761c0000 0x761c2000
> > > (01.088454) 1: vma 0x761c2000 0x761c6000
> > > (01.088477) 1: vma 0x761c6000 0x761d6000
> > > (01.088499) 1: vma 0x761d6000 0x761d7000
> > > (01.088522) 1: vma 0x761d7000 0x761d8000
> > > (01.088544) 1: vma 0x761d8000 0x761df000
> > > (01.088567) 1: vma 0x761df000 0x761e0000
> > > (01.088589) 1: vma 0x761e0000 0x769df000
> > > (01.088612) 1: vma 0x769df000 0x769eb000
> > > (01.088634) 1: vma 0x769eb000 0x769fa000
> > > (01.088656) 1: vma 0x769fa000 0x769fb000
> > > (01.088679) 1: vma 0x769fb000 0x769fc000
> > > (01.088701) 1: vma 0x769fc000 0x769fe000
> > > (01.088724) 1: vma 0x769fe000 0x76a0d000
> > > (01.088747) 1: vma 0x76a0d000 0x76a0e000
> > > (01.088769) 1: vma 0x76a0e000 0x76a0f000
> > > (01.088792) 1: vma 0x76a0f000 0x76a27000
> > > (01.088814) 1: vma 0x76a27000 0x76a36000
> > > (01.088837) 1: vma 0x76a36000 0x76a37000
> > > (01.088859) 1: vma 0x76a37000 0x76ab1000
> > > (01.088882) 1: vma 0x76ab1000 0x76ac1000
> > > (01.088904) 1: vma 0x76ac1000 0x76ac2000
> > > (01.088927) 1: vma 0x76ac2000 0x76ac6000
> > > (01.088950) 1: vma 0x76ac6000 0x76ac7000
> > > (01.088972) 1: vma 0x76ac7000 0x76add000
> > > (01.088994) 1: vma 0x76add000 0x76ae5000
> > > (01.089017) 1: vma 0x76ae5000 0x76ae6000
> > > (01.089039) 1: vma 0x76ae6000 0x76ae7000
> > > (01.089061) 1: vma 0x76ae7000 0x76aec000
> > > (01.089084) 1: vma 0x76aec000 0x76afb000
> > > (01.089106) 1: vma 0x76afb000 0x76afc000
> > > (01.089128) 1: vma 0x76afc000 0x76afd000
> > > (01.089151) 1: vma 0x76afd000 0x76b49000
> > > (01.089174) 1: vma 0x76b49000 0x76b58000
> > > (01.089197) 1: vma 0x76b58000 0x76b59000
> > > (01.089219) 1: vma 0x76b59000 0x76b5a000
> > > (01.089242) 1: vma 0x76b5a000 0x76b5f000
> > > (01.089265) 1: vma 0x76b5f000 0x76b6e000
> > > (01.089288) 1: vma 0x76b6e000 0x76b6f000
> > > (01.089310) 1: vma 0x76b6f000 0x76b70000
> > > (01.089333) 1: vma 0x76b70000 0x76b7d000
> > > (01.089356) 1: vma 0x76b7d000 0x76b8c000
> > > (01.089378) 1: vma 0x76b8c000 0x76b8d000
> > > (01.089401) 1: vma 0x76b8d000 0x76b8e000
> > > (01.089423) 1: vma 0x76b8e000 0x76b90000
> > > (01.089445) 1: vma 0x76b90000 0x76ba3000
> > > (01.089468) 1: vma 0x76ba3000 0x76bb2000
> > > (01.089491) 1: vma 0x76bb2000 0x76bb3000
> > > (01.089513) 1: vma 0x76bb3000 0x76bb4000
> > > (01.089536) 1: vma 0x76bb4000 0x76bb5000
> > > (01.089559) 1: vma 0x76bb5000 0x76bc5000
> > > (01.089581) 1: vma 0x76bc5000 0x76bd5000
> > > (01.089604) 1: vma 0x76bd5000 0x76bd6000
> > > (01.089626) 1: vma 0x76bd6000 0x76bd7000
> > > (01.089658) 1: vma 0x76bd7000 0x76bd9000
> > > (01.089683) 1: vma 0x76bd9000 0x76be8000
> > > (01.089706) 1: vma 0x76be8000 0x76be9000
> > > (01.089760) 1: vma 0x76be9000 0x76bea000
> > > (01.089786) 1: vma 0x76bea000 0x76bfb000
> > > (01.089810) 1: vma 0x76bfb000 0x76c0a000
> > > (01.089833) 1: vma 0x76c0a000 0x76c0b000
> > > (01.089856) 1: vma 0x76c0b000 0x76c0c000
> > > (01.089879) 1: vma 0x76c0c000 0x76c0e000
> > > (01.089901) 1: vma 0x76c0e000 0x76c61000
> > > (01.089924) 1: vma 0x76c61000 0x76c62000
> > > (01.089947) 1: vma 0x76c62000 0x76c64000
> > > (01.089970) 1: vma 0x76c64000 0x76c65000
> > > (01.089992) 1: vma 0x76c65000 0x76d3b000
> > > (01.090015) 1: vma 0x76d3b000 0x76d4b000
> > > (01.090038) 1: vma 0x76d4b000 0x76d4d000
> > > (01.090061) 1: vma 0x76d4d000 0x76d4e000
> > > (01.090084) 1: vma 0x76d4e000 0x76d51000
> > > (01.090107) 1: vma 0x76d51000 0x76e18000
> > > (01.090129) 1: vma 0x76e18000 0x76e27000
> > > (01.090152) 1: vma 0x76e27000 0x76e28000
> > > (01.090174) 1: vma 0x76e28000 0x76e29000
> > > (01.090197) 1: vma 0x76e29000 0x76e60000
> > > (01.090219) 1: vma 0x76e60000 0x76e6f000
> > > (01.090242) 1: vma 0x76e6f000 0x76e70000
> > > (01.090265) 1: vma 0x76e70000 0x76e71000
> > > (01.090288) 1: vma 0x76e71000 0x76f5e000
> > > (01.090310) 1: vma 0x76f5e000 0x76f6e000
> > > (01.090334) 1: vma 0x76f6e000 0x76f70000
> > > (01.090357) 1: vma 0x76f70000 0x76f72000
> > > (01.090387) 1: vma 0x76f72000 0x76f73000
> > > (01.090412) 1: vma 0x76f73000 0x76f84000
> > > (01.090435) 1: vma 0x76f84000 0x76f93000
> > > (01.090458) 1: vma 0x76f93000 0x76f94000
> > > (01.090481) 1: vma 0x76f94000 0x76f95000
> > > (01.090504) 1: vma 0x76f95000 0x76fad000
> > > (01.090527) 1: vma 0x76fae000 0x76fb4000
> > > (01.090549) 1: vma 0x76fba000 0x76fbc000
> > > (01.090571) 1: vma 0x76fbc000 0x76fbd000
> > > (01.090594) 1: vma 0x76fbd000 0x76fbe000
> > > (01.090617) 1: vma 0x7ebff000 0x7ec21000
> > > (01.090639) 1: vma 0x7efb0000 0x7efb1000
> > > (01.090662) 1: vma 0xffff0000 0xffff1000
> > > (01.090715) 1: Collect fdinfo pid=318 fd=0 id=0x6b
> > > (01.090745) 1: Collect fdinfo pid=318 fd=1 id=0x6c
> > > (01.090772) 1: Collect fdinfo pid=318 fd=2 id=0x6c
> > > (01.090799) 1: Collect fdinfo pid=318 fd=3 id=0x6d
> > > (01.090825) 1: Collect fdinfo pid=318 fd=4 id=0x6e
> > > (01.090851) 1: Collect fdinfo pid=318 fd=5 id=0x6f
> > > (01.090877) 1: Collect fdinfo pid=318 fd=6 id=0x70
> > > (01.090903) 1: Collect fdinfo pid=318 fd=7 id=0x71
> > > (01.091389) 1: Found 98 VMAs in image
> > > (01.091422) 1: vma 0x10000 0x70000
> > > (01.091447) 1: vma 0x7f000 0x81000
> > > (01.091471) 1: vma 0x81000 0x85000
> > > (01.091493) 1: vma 0x85000 0x86000
> > > (01.091516) 1: vma 0x714000 0x735000
> > > (01.091538) 1: vma 0x75100000 0x75122000
> > > (01.091561) 1: vma 0x75122000 0x75200000
> > > (01.091583) 1: vma 0x75200000 0x75222000
> > > (01.091605) 1: vma 0x75222000 0x75300000
> > > (01.091627) 1: vma 0x75300000 0x75301000
> > > (01.091650) 1: vma 0x75301000 0x75b00000
> > > (01.091672) 1: vma 0x75b00000 0x75b22000
> > > (01.091694) 1: vma 0x75b22000 0x75c00000
> > > (01.091716) 1: vma 0x75cbd000 0x75cbe000
> > > (01.091738) 1: vma 0x75cbe000 0x764bd000
> > > (01.091760) 1: vma 0x764bd000 0x764be000
> > > (01.091782) 1: vma 0x764be000 0x76d1f000
> > > (01.091804) 1: vma 0x76d1f000 0x76d26000
> > > (01.091827) 1: vma 0x76d26000 0x76d35000
> > > (01.091849) 1: vma 0x76d35000 0x76d36000
> > > (01.091872) 1: vma 0x76d36000 0x76d37000
> > > (01.091894) 1: vma 0x76d37000 0x76d44000
> > > (01.091918) 1: vma 0x76d44000 0x76d53000
> > > (01.091941) 1: vma 0x76d53000 0x76d54000
> > > (01.091964) 1: vma 0x76d54000 0x76d55000
> > > (01.091986) 1: vma 0x76d55000 0x76d57000
> > > (01.092008) 1: vma 0x76d57000 0x76d5b000
> > > (01.092031) 1: vma 0x76d5b000 0x76d6b000
> > > (01.092054) 1: vma 0x76d6b000 0x76d6c000
> > > (01.092076) 1: vma 0x76d6c000 0x76d6d000
> > > (01.092098) 1: vma 0x76d6d000 0x76d70000
> > > (01.092121) 1: vma 0x76d70000 0x76d7f000
> > > (01.092144) 1: vma 0x76d7f000 0x76d80000
> > > (01.092166) 1: vma 0x76d80000 0x76d81000
> > > (01.092189) 1: vma 0x76d81000 0x76d86000
> > > (01.092211) 1: vma 0x76d86000 0x76d95000
> > > (01.092234) 1: vma 0x76d95000 0x76d96000
> > > (01.092257) 1: vma 0x76d96000 0x76d97000
> > > (01.092280) 1: vma 0x76d97000 0x76da4000
> > > (01.092335) 1: vma 0x76da4000 0x76db3000
> > > (01.092361) 1: vma 0x76db3000 0x76db4000
> > > (01.092385) 1: vma 0x76db4000 0x76db5000
> > > (01.092408) 1: vma 0x76db5000 0x76db7000
> > > (01.092431) 1: vma 0x76db7000 0x76dba000
> > > (01.092453) 1: vma 0x76dba000 0x76dc9000
> > > (01.092476) 1: vma 0x76dc9000 0x76dca000
> > > (01.092499) 1: vma 0x76dca000 0x76dcb000
> > > (01.092522) 1: vma 0x76dcb000 0x76dd2000
> > > (01.092544) 1: vma 0x76dd2000 0x76de1000
> > > (01.092567) 1: vma 0x76de1000 0x76de2000
> > > (01.092590) 1: vma 0x76de2000 0x76de3000
> > > (01.092612) 1: vma 0x76de3000 0x76de9000
> > > (01.092634) 1: vma 0x76de9000 0x76ded000
> > > (01.092657) 1: vma 0x76ded000 0x76dfc000
> > > (01.092680) 1: vma 0x76dfc000 0x76dfd000
> > > (01.092712) 1: vma 0x76dfd000 0x76dfe000
> > > (01.092739) 1: vma 0x76dfe000 0x76ed4000
> > > (01.092762) 1: vma 0x76ed4000 0x76ee4000
> > > (01.092785) 1: vma 0x76ee4000 0x76ee6000
> > > (01.092808) 1: vma 0x76ee6000 0x76ee7000
> > > (01.092831) 1: vma 0x76ee7000 0x76eea000
> > > (01.092854) 1: vma 0x76eea000 0x76eed000
> > > (01.092877) 1: vma 0x76eed000 0x76efc000
> > > (01.092899) 1: vma 0x76efc000 0x76efd000
> > > (01.092922) 1: vma 0x76efd000 0x76efe000
> > > (01.092945) 1: vma 0x76efe000 0x76f04000
> > > (01.092968) 1: vma 0x76f04000 0x76f13000
> > > (01.092991) 1: vma 0x76f13000 0x76f14000
> > > (01.093014) 1: vma 0x76f14000 0x76f15000
> > > (01.093036) 1: vma 0x76f15000 0x76f17000
> > > (01.093059) 1: vma 0x76f17000 0x76f26000
> > > (01.093081) 1: vma 0x76f26000 0x76f27000
> > > (01.093104) 1: vma 0x76f27000 0x76f28000
> > > (01.093127) 1: vma 0x76f28000 0x76f2d000
> > > (01.093150) 1: vma 0x76f2d000 0x76f3c000
> > > (01.093172) 1: vma 0x76f3c000 0x76f3d000
> > > (01.093195) 1: vma 0x76f3d000 0x76f3e000
> > > (01.093218) 1: vma 0x76f3e000 0x76f40000
> > > (01.093241) 1: vma 0x76f40000 0x76f4f000
> > > (01.093263) 1: vma 0x76f4f000 0x76f50000
> > > (01.093286) 1: vma 0x76f50000 0x76f51000
> > > (01.093309) 1: vma 0x76f51000 0x76f62000
> > > (01.093332) 1: vma 0x76f62000 0x76f71000
> > > (01.093355) 1: vma 0x76f71000 0x76f72000
> > > (01.093378) 1: vma 0x76f72000 0x76f73000
> > > (01.093414) 1: vma 0x76f73000 0x76f75000
> > > (01.093440) 1: vma 0x76f75000 0x76f85000
> > > (01.093463) 1: vma 0x76f85000 0x76f95000
> > > (01.093487) 1: vma 0x76f95000 0x76f96000
> > > (01.093510) 1: vma 0x76f96000 0x76f97000
> > > (01.093532) 1: vma 0x76f97000 0x76faf000
> > > (01.093555) 1: vma 0x76fb3000 0x76fb6000
> > > (01.093578) 1: vma 0x76fbc000 0x76fbe000
> > > (01.093600) 1: vma 0x76fbe000 0x76fbf000
> > > (01.093623) 1: vma 0x76fbf000 0x76fc0000
> > > (01.093646) 1: vma 0x7eaae000 0x7ead0000
> > > (01.093669) 1: vma 0x7ee95000 0x7ee96000
> > > (01.093691) 1: vma 0xffff0000 0xffff1000
> > > (01.093752) 1: Collect fdinfo pid=308 fd=0 id=0x5b
> > > (01.093783) 1: Collect fdinfo pid=308 fd=1 id=0x5c
> > > (01.093811) 1: Collect fdinfo pid=308 fd=2 id=0x5c
> > > (01.093837) 1: Collect fdinfo pid=308 fd=3 id=0x21
> > > (01.093864) 1: Collect fdinfo pid=308 fd=4 id=0x5d
> > > (01.093891) 1: Collect fdinfo pid=308 fd=5 id=0x5e
> > > (01.093918) 1: Collect fdinfo pid=308 fd=6 id=0x5f
> > > (01.093944) 1: Collect fdinfo pid=308 fd=7 id=0x60
> > > (01.093970) 1: Collect fdinfo pid=308 fd=8 id=0x61
> > > (01.094435) 1: Found 67 VMAs in image
> > > (01.094485) 1: vma 0x76621000 0x76bed000
> > > (01.094511) 1: vma 0x76bed000 0x76bf0000
> > > (01.094535) 1: vma 0x76bf0000 0x76bff000
> > > (01.094558) 1: vma 0x76bff000 0x76c00000
> > > (01.094581) 1: vma 0x76c00000 0x76c01000
> > > (01.094603) 1: vma 0x76c01000 0x76c0d000
> > > (01.094626) 1: vma 0x76c0d000 0x76c1c000
> > > (01.094649) 1: vma 0x76c1c000 0x76c1d000
> > > (01.094671) 1: vma 0x76c1d000 0x76c1e000
> > > (01.094694) 1: vma 0x76c1e000 0x76c20000
> > > (01.094717) 1: vma 0x76c20000 0x76c2f000
> > > (01.094739) 1: vma 0x76c2f000 0x76c30000
> > > (01.094762) 1: vma 0x76c30000 0x76c31000
> > > (01.094784) 1: vma 0x76c31000 0x76c7d000
> > > (01.094807) 1: vma 0x76c7d000 0x76c8c000
> > > (01.094830) 1: vma 0x76c8c000 0x76c8d000
> > > (01.094853) 1: vma 0x76c8d000 0x76c8e000
> > > (01.094876) 1: vma 0x76c8e000 0x76d64000
> > > (01.094932) 1: vma 0x76d64000 0x76d74000
> > > (01.094958) 1: vma 0x76d74000 0x76d76000
> > > (01.094981) 1: vma 0x76d76000 0x76d77000
> > > (01.095004) 1: vma 0x76d77000 0x76d7a000
> > > (01.095027) 1: vma 0x76d7a000 0x76d8b000
> > > (01.095050) 1: vma 0x76d8b000 0x76d9a000
> > > (01.095072) 1: vma 0x76d9a000 0x76d9b000
> > > (01.095095) 1: vma 0x76d9b000 0x76d9c000
> > > (01.095118) 1: vma 0x76d9c000 0x76d9e000
> > > (01.095140) 1: vma 0x76d9e000 0x76db6000
> > > (01.095163) 1: vma 0x76db6000 0x76dc5000
> > > (01.095185) 1: vma 0x76dc5000 0x76dc6000
> > > (01.095208) 1: vma 0x76dc6000 0x76dcb000
> > > (01.095230) 1: vma 0x76dcb000 0x76dda000
> > > (01.095253) 1: vma 0x76dda000 0x76ddb000
> > > (01.095275) 1: vma 0x76ddb000 0x76ddc000
> > > (01.095298) 1: vma 0x76ddc000 0x76e56000
> > > (01.095321) 1: vma 0x76e56000 0x76e66000
> > > (01.095343) 1: vma 0x76e66000 0x76e67000
> > > (01.095366) 1: vma 0x76e67000 0x76e6b000
> > > (01.095388) 1: vma 0x76e6b000 0x76e6c000
> > > (01.095411) 1: vma 0x76e6c000 0x76e82000
> > > (01.095434) 1: vma 0x76e82000 0x76e8a000
> > > (01.095456) 1: vma 0x76e8a000 0x76e8b000
> > > (01.095479) 1: vma 0x76e8b000 0x76e8c000
> > > (01.095502) 1: vma 0x76e8c000 0x76e91000
> > > (01.095525) 1: vma 0x76e91000 0x76ea0000
> > > (01.095547) 1: vma 0x76ea0000 0x76ea1000
> > > (01.095570) 1: vma 0x76ea1000 0x76ea2000
> > > (01.095593) 1: vma 0x76ea2000 0x76eb5000
> > > (01.095627) 1: vma 0x76eb5000 0x76ec4000
> > > (01.095653) 1: vma 0x76ec4000 0x76ec5000
> > > (01.095677) 1: vma 0x76ec5000 0x76ec6000
> > > (01.095700) 1: vma 0x76ec6000 0x76ec7000
> > > (01.095722) 1: vma 0x76ec7000 0x76edf000
> > > (01.095744) 1: vma 0x76ee3000 0x76ee6000
> > > (01.095767) 1: vma 0x76eea000 0x76eeb000
> > > (01.095789) 1: vma 0x76eeb000 0x76eec000
> > > (01.095813) 1: vma 0x76eec000 0x76eee000
> > > (01.095835) 1: vma 0x76eee000 0x76eef000
> > > (01.095858) 1: vma 0x76eef000 0x76ef0000
> > > (01.095880) 1: vma 0x76ef0000 0x76f26000
> > > (01.095903) 1: vma 0x76f26000 0x76f27000
> > > (01.095926) 1: vma 0x76f27000 0x76f28000
> > > (01.095948) 1: vma 0x76f28000 0x76f29000
> > > (01.095971) 1: vma 0x7880b000 0x78887000
> > > (01.095993) 1: vma 0x7ecf2000 0x7ed14000
> > > (01.096016) 1: vma 0x7edbb000 0x7edbc000
> > > (01.096038) 1: vma 0xffff0000 0xffff1000
> > > (01.096094) 1: Collect fdinfo pid=189 fd=0 id=0x44
> > > (01.096124) 1: Collect fdinfo pid=189 fd=1 id=0x45
> > > (01.096152) 1: Collect fdinfo pid=189 fd=2 id=0x45
> > > (01.096178) 1: Collect fdinfo pid=189 fd=3 id=0x27
> > > (01.096205) 1: Collect fdinfo pid=189 fd=4 id=0x28
> > > (01.096231) 1: Collect fdinfo pid=189 fd=5 id=0x24
> > > (01.096257) 1: Collect fdinfo pid=189 fd=6 id=0x23
> > > (01.096283) 1: Collect fdinfo pid=189 fd=7 id=0x46
> > > (01.096309) 1: Collect fdinfo pid=189 fd=8 id=0x47
> > > (01.096335) 1: Collect fdinfo pid=189 fd=9 id=0x48
> > > (01.096361) 1: Collect fdinfo pid=189 fd=10 id=0x49
> > > (01.096388) 1: Collect fdinfo pid=189 fd=11 id=0x4a
> > > (01.096414) 1: Collect fdinfo pid=189 fd=12 id=0x4b
> > > (01.096441) 1: Collect fdinfo pid=189 fd=13 id=0x4c
> > > (01.096467) 1: Collect fdinfo pid=189 fd=14 id=0x4d
> > > (01.096493) 1: Collect fdinfo pid=189 fd=15 id=0x1d
> > > (01.096520) 1: Collect fdinfo pid=189 fd=16 id=0x36
> > > (01.096546) 1: Collect fdinfo pid=189 fd=17 id=0x37
> > > (01.096573) 1: Collect fdinfo pid=189 fd=18 id=0x39
> > > (01.096599) 1: Collect fdinfo pid=189 fd=19 id=0x3a
> > > (01.096626) 1: Collect fdinfo pid=189 fd=20 id=0x38
> > > (01.096879) 1: sk unix: Unix sockets:
> > > (01.096923) 1: sk unix: 0x45ef -> 0 (0) flags 0
> > > (01.096947) 1: sk unix: fd 10 in pid 1
> > > (01.096968) 1: sk unix: 0x45f1 -> 0 (0) flags 0
> > > (01.096990) 1: sk unix: fd 11 in pid 1
> > > (01.097010) 1: sk unix: 0x4c8a -> 0 (0) flags 0
> > > (01.097032) 1: sk unix: fd 20 in pid 1
> > > (01.097052) 1: sk unix: fd 3 in pid 308
> > > (01.097072) 1: sk unix: 0x45f3 -> 0 (0) flags 0
> > > (01.097094) 1: sk unix: fd 22 in pid 1
> > > (01.097115) 1: sk unix: fd 6 in pid 189
> > > (01.097135) 1: sk unix: 0x45f9 -> 0 (0) flags 0
> > > (01.097156) 1: sk unix: fd 24 in pid 1
> > > (01.097213) 1: sk unix: 0x46f2 -> 0 (0) flags 0
> > > (01.097237) 1: sk unix: fd 25 in pid 1
> > > (01.097258) 1: sk unix: 0x45fe -> 0 (0) flags 0
> > > (01.097279) 1: sk unix: fd 26 in pid 1
> > > (01.097300) 1: sk unix: fd 3 in pid 189
> > > (01.097320) 1: sk unix: 0x4600 -> 0 (0) flags 0
> > > (01.097342) 1: sk unix: fd 27 in pid 1
> > > (01.097362) 1: sk unix: fd 4 in pid 189
> > > (01.097382) 1: sk unix: 0x4658 -> 0x4600 (0x4600) flags 0
> > > (01.097406) 1: sk unix: fd 29 in pid 1
> > > (01.097427) 1: sk unix: 0x46f4 -> 0 (0) flags 0
> > > (01.097448) 1: sk unix: fd 33 in pid 1
> > > (01.097468) 1: sk unix: 0x46f5 -> 0 (0) flags 0
> > > (01.097490) 1: sk unix: fd 35 in pid 1
> > > (01.097510) 1: sk unix: fd 3 in pid 325
> > > (01.097530) 1: sk unix: 0x46f8 -> 0 (0) flags 0
> > > (01.097552) 1: sk unix: fd 38 in pid 1
> > > (01.097572) 1: sk unix: 0x46fa -> 0 (0) flags 0
> > > (01.097593) 1: sk unix: fd 39 in pid 1
> > > (01.097614) 1: sk unix: 0x46fd -> 0 (0) flags 0
> > > (01.097635) 1: sk unix: fd 40 in pid 1
> > > (01.097655) 1: sk unix: 0x4cf1 -> 0x45ef (0x45ef) flags 0
> > > (01.097678) 1: sk unix: fd 12 in pid 189
> > > (01.097699) 1: sk unix: 0x4a81 -> 0x503e (0x503e) flags 0x2
> > > (01.097721) 1: sk unix: fd 1 in pid 318
> > > (01.097742) 1: sk unix: fd 2 in pid 318
> > > (01.097762) 1: sk unix: 0x503e -> 0x4a81 (0x4a81) flags 0x1
> > > (01.097784) 1: sk unix: fd 42 in pid 1
> > > (01.097804) 1: sk unix: fd 16 in pid 189
> > > (01.097824) 1: sk unix: 0x4743 -> 0x4a8a (0x4a8a) flags 0x2
> > > (01.097847) 1: sk unix: fd 1 in pid 325
> > > (01.097867) 1: sk unix: fd 2 in pid 325
> > > (01.097887) 1: sk unix: 0x4a8a -> 0x4743 (0x4743) flags 0x1
> > > (01.097909) 1: sk unix: fd 43 in pid 1
> > > (01.097930) 1: sk unix: fd 17 in pid 189
> > > (01.097950) 1: sk unix: 0x4754 -> 0x4753 (0x4753) flags 0x2
> > > (01.097972) 1: sk unix: fd 8 in pid 325
> > > (01.097993) 1: sk unix: 0x4753 -> 0x4754 (0x4754) flags 0x1
> > > (01.098016) 1: sk unix: fd 7 in pid 325
> > > (01.098036) 1: sk unix: 0x4755 -> 0x5047 (0x5047) flags 0x2
> > > (01.098058) 1: sk unix: fd 9 in pid 325
> > > (01.098078) 1: sk unix: 0x5047 -> 0x4755 (0x4755) flags 0x1
> > > (01.098100) 1: sk unix: fd 41 in pid 1
> > > (01.098120) 1: sk unix: 0x4756 -> 0x4747 (0x4747) flags 0x2
> > > (01.098142) 1: sk unix: fd 10 in pid 325
> > > (01.098163) 1: sk unix: 0x4747 -> 0x4756 (0x4756) flags 0x1
> > > (01.098185) 1: sk unix: fd 5 in pid 318
> > > (01.098206) 1: sk unix: 0x4a98 -> 0x45f3 (0x45f3) flags 0
> > > (01.098228) 1: sk unix: fd 11 in pid 325
> > > (01.098248) 1: sk unix: 0x4e33 -> 0x5064 (0x5064) flags 0x2
> > > (01.098271) 1: sk unix: fd 1 in pid 349
> > > (01.098291) 1: sk unix: fd 2 in pid 349
> > > (01.098311) 1: sk unix: 0x5064 -> 0x4e33 (0x4e33) flags 0x1
> > > (01.098333) 1: sk unix: fd 46 in pid 1
> > > (01.098354) 1: sk unix: fd 18 in pid 189
> > > (01.098374) 1: sk unix: 0x509a -> 0x4e40 (0x4e40) flags 0x2
> > > (01.098396) 1: sk unix: fd 1 in pid 356
> > > (01.098417) 1: sk unix: fd 2 in pid 356
> > > (01.098436) 1: sk unix: 0x4e40 -> 0x509a (0x509a) flags 0x1
> > > (01.098459) 1: sk unix: fd 47 in pid 1
> > > (01.098479) 1: sk unix: fd 19 in pid 189
> > > (01.098499) 1: sk unix: 0x4add -> 0x4600 (0x4600) flags 0
> > > (01.098522) 1: sk unix: fd 3 in pid 356
> > > (01.098543) 1: sk unix: 0x4ae3 -> 0x4ae4 (0x4ae4) flags 0x2
> > > (01.098565) 1: sk unix: fd 9 in pid 356
> > > (01.098585) 1: sk unix: 0x4ae4 -> 0x4ae3 (0x4ae3) flags 0x1
> > > (01.098607) 1: sk unix: fd 12 in pid 325
> > > (01.098628) 1: sk unix: 0x50e8 -> 0x4e65 (0x4e65) flags 0x2
> > > (01.098650) 1: sk unix: fd 6 in pid 374
> > > (01.098670) 1: sk unix: 0x4e65 -> 0x50e8 (0x50e8) flags 0x1
> > > (01.098693) 1: sk unix: fd 13 in pid 325
> > > (01.098713) 1: sk unix: 0x4bab -> 0x45f3 (0x45f3) flags 0
> > > (01.098736) 1: sk unix: fd 3 in pid 533
> > > (01.098756) 1: sk unix: 0x5830 -> 0x5831 (0x5831) flags 0x2
> > > (01.098778) 1: sk unix: fd 1 in pid 620
> > > (01.098799) 1: sk unix: fd 2 in pid 620
> > > (01.098819) 1: sk unix: 0x5831 -> 0x5830 (0x5830) flags 0x1
> > > (01.098871) 1: sk unix: fd 45 in pid 1
> > > (01.098895) 1: sk unix: fd 20 in pid 189
> > > (01.098917) 1: sk unix: 0x53fd -> 0x45f3 (0x45f3) flags 0
> > > (01.098940) 1: sk unix: fd 4 in pid 644
> > > (01.098961) 1: sk unix: 0x4fa1 -> 0x45f3 (0x45f3) flags 0
> > > (01.098984) 1: sk unix: fd 3 in pid 645
> > > (01.099004) 1: sk unix: 0x4fa2 -> 0 (0) flags 0
> > > (01.099026) 1: sk unix: fd 4 in pid 645
> > > (01.099046) 1: sk unix: 0x198e3 -> 0x193d3 (0x193d3) flags 0x2
> > > (01.099068) 1: sk unix: fd 1 in pid 7676
> > > (01.099089) 1: sk unix: fd 2 in pid 7676
> > > (01.099109) 1: sk unix: 0x193d3 -> 0x198e3 (0x198e3) flags 0x1
> > > (01.099131) 1: sk unix: fd 12 in pid 1
> > > (01.099152) 1: sk unix: fd 15 in pid 189
> > > (01.099172) 1: sk unix: 0x1997a -> 0 (0) flags 0
> > > (01.099194) 1: File descs:
> > > (01.099213) 1: `- type 5 ID 0xc0
> > > (01.099233) 1: `- FD 4 pid 645
> > > (01.099254) 1: `- type 5 ID 0x80
> > > (01.099274) 1: `- FD 12 pid 325
> > > (01.099294) 1: `- type 1 ID 0x40
> > > (01.099314) 1: `- type 5 ID 0x81
> > > (01.099334) 1: `- FD 13 pid 325
> > > (01.099354) 1: `- type 1 ID 0xc1
> > > (01.099374) 1: `- FD 5 pid 645
> > > (01.099394) 1: `- type 1 ID 0x41
> > > (01.099414) 1: `- type 1 ID 0x1
> > > (01.099434) 1: `- type 13 ID 0xc2
> > > (01.099454) 1: `- FD 6 pid 645
> > > (01.099474) 1: `- type 1 ID 0x82
> > > (01.099494) 1: `- type 1 ID 0x42
> > > (01.099514) 1: `- type 1 ID 0x2
> > > (01.099534) 1: `- type 1 ID 0xc3
> > > (01.099554) 1: `- type 1 ID 0x83
> > > (01.099574) 1: `- FD 0 pid 335
> > > (01.099594) 1: `- type 1 ID 0x43
> > > (01.099614) 1: `- type 1 ID 0x3
> > > (01.099634) 1: `- type 1 ID 0xc4
> > > (01.099654) 1: `- FD 0 pid 7676
> > > (01.099674) 1: `- type 1 ID 0x84
> > > (01.099694) 1: `- FD 1 pid 335
> > > (01.099714) 1: `- type 1 ID 0x44
> > > (01.099734) 1: `- FD 0 pid 189
> > > (01.099754) 1: `- type 1 ID 0x4
> > > (01.099774) 1: `- type 5 ID 0xc5
> > > (01.099794) 1: `- FD 1 pid 7676
> > > (01.099814) 1: `- FD 2 pid 7676
> > > (01.099833) 1: `- type 1 ID 0x85
> > > (01.099853) 1: `- FD 2 pid 335
> > > (01.099873) 1: `- type 1 ID 0x45
> > > (01.100089) 1: `- FD 1 pid 189
> > > (01.100112) 1: `- FD 2 pid 189
> > > (01.100132) 1: `- type 1 ID 0x5
> > > (01.100152) 1: `- type 7 ID 0x46
> > > (01.100172) 1: `- FD 7 pid 189
> > > (01.100192) 1: `- type 5 ID 0xc6
> > > (01.100212) 1: `- type 1 ID 0x86
> > > (01.100232) 1: `- FD 3 pid 335
> > > (01.100251) 1: `- type 1 ID 0x6
> > > (01.100272) 1: `- type 1 ID 0x87
> > > (01.100292) 1: `- type 1 ID 0x47
> > > (01.100311) 1: `- FD 8 pid 189
> > > (01.100331) 1: `- type 1 ID 0x7
> > > (01.100351) 1: `- type 9 ID 0x48
> > > (01.100371) 1: `- FD 9 pid 189
> > > (01.100391) 1: `- type 1 ID 0x88
> > > (01.100411) 1: `- type 1 ID 0x8
> > > (01.100430) 1: `- type 9 ID 0x49
> > > (01.100450) 1: `- FD 10 pid 189
> > > (01.100470) 1: `- type 1 ID 0x89
> > > (01.100490) 1: `- FD 0 pid 349
> > > (01.100510) 1: `- type 1 ID 0x9
> > > (01.100530) 1: `- type 9 ID 0x4a
> > > (01.100550) 1: `- FD 11 pid 189
> > > (01.100570) 1: `- type 5 ID 0x8a
> > > (01.100590) 1: `- FD 1 pid 349
> > > (01.100611) 1: `- FD 2 pid 349
> > > (01.100633) 1: `- type 1 ID 0xa
> > > (01.100654) 1: `- type 5 ID 0x4b
> > > (01.100676) 1: `- FD 12 pid 189
> > > (01.100696) 1: `- type 1 ID 0x8b
> > > (01.100717) 1: `- FD 3 pid 349
> > > (01.100742) 1: `- type 1 ID 0xb
> > > (01.100763) 1: `- type 17 ID 0x4c
> > > (01.100783) 1: `- FD 13 pid 189
> > > (01.100804) 1: `- type 1 ID 0x8c
> > > (01.100824) 1: `- type 1 ID 0xc
> > > (01.100844) 1: `- type 1 ID 0x8d
> > > (01.100863) 1: `- type 1 ID 0x4d
> > > (01.100883) 1: `- FD 14 pid 189
> > > (01.100903) 1: `- type 1 ID 0xd
> > > (01.100922) 1: `- type 1 ID 0x8e
> > > (01.100942) 1: `- FD 0 pid 356
> > > (01.100962) 1: `- type 1 ID 0x4e
> > > (01.100982) 1: `- type 1 ID 0xe
> > > (01.101002) 1: `- type 5 ID 0x8f
> > > (01.101021) 1: `- FD 1 pid 356
> > > (01.101041) 1: `- FD 2 pid 356
> > > (01.101061) 1: `- type 1 ID 0x4f
> > > (01.101127) 1: `- type 1 ID 0xf
> > > (01.101150) 1: `- type 5 ID 0x90
> > > (01.101170) 1: `- FD 3 pid 356
> > > (01.101191) 1: `- type 1 ID 0x50
> > > (01.101210) 1: `- type 1 ID 0x10
> > > (01.101230) 1: `- type 7 ID 0x91
> > > (01.101250) 1: `- FD 4 pid 356
> > > (01.101270) 1: `- type 1 ID 0x51
> > > (01.101290) 1: `- type 1 ID 0x11
> > > (01.101310) 1: `- type 17 ID 0x92
> > > (01.101330) 1: `- FD 5 pid 356
> > > (01.101350) 1: `- type 1 ID 0x52
> > > (01.101370) 1: `- type 1 ID 0x12
> > > (01.101390) 1: `- type 13 ID 0x93
> > > (01.101411) 1: `- FD 6 pid 356
> > > (01.101430) 1: `- type 1 ID 0x53
> > > (01.101450) 1: `- type 1 ID 0x13
> > > (01.101470) 1: `- FD 0 pid 1
> > > (01.101490) 1: `- FD 1 pid 1
> > > (01.101510) 1: `- FD 2 pid 1
> > > (01.101530) 1: `- type 7 ID 0x14
> > > (01.101550) 1: `- FD 3 pid 1
> > > (01.101570) 1: `- type 13 ID 0x94
> > > (01.101590) 1: `- FD 7 pid 356
> > > (01.101610) 1: `- type 1 ID 0x54
> > > (01.101630) 1: `- type 9 ID 0x15
> > > (01.101650) 1: `- FD 4 pid 1
> > > (01.101669) 1: `- type 13 ID 0x95
> > > (01.101689) 1: `- FD 8 pid 356
> > > (01.101709) 1: `- type 1 ID 0x55
> > > (01.101729) 1: `- type 5 ID 0x96
> > > (01.101749) 1: `- FD 9 pid 356
> > > (01.101769) 1: `- type 1 ID 0x56
> > > (01.101789) 1: `- type 1 ID 0x16
> > > (01.101809) 1: `- FD 5 pid 1
> > > (01.101829) 1: `- type 17 ID 0x97
> > > (01.101849) 1: `- FD 10 pid 356
> > > (01.101869) 1: `- type 17 ID 0x17
> > > (01.101889) 1: `- FD 6 pid 1
> > > (01.101909) 1: `- type 1 ID 0x57
> > > (01.101929) 1: `- type 7 ID 0x18
> > > (01.101949) 1: `- FD 7 pid 1
> > > (01.101969) 1: `- type 1 ID 0x98
> > > (01.101989) 1: `- type 1 ID 0x58
> > > (01.102009) 1: `- type 1 ID 0x99
> > > (01.102029) 1: `- type 1 ID 0x59
> > > (01.102049) 1: `- type 1 ID 0x19
> > > (01.102068) 1: `- FD 8 pid 1
> > > (01.102088) 1: `- type 8 ID 0x1a
> > > (01.102108) 1: `- FD 9 pid 1
> > > (01.102128) 1: `- type 1 ID 0x9a
> > > (01.102148) 1: `- FD 0 pid 374
> > > (01.102168) 1: `- FD 1 pid 374
> > > (01.102188) 1: `- FD 2 pid 374
> > > (01.102207) 1: `- type 1 ID 0x5a
> > > (01.102227) 1: `- type 6 ID 0x9b
> > > (01.102247) 1: `- FD 3 pid 374
> > > (01.102267) 1: `- type 5 ID 0x1b
> > > (01.102287) 1: `- FD 10 pid 1
> > > (01.102307) 1: `- type 1 ID 0x5b
> > > (01.102327) 1: `- FD 0 pid 308
> > > (01.102347) 1: `- type 9 ID 0x9c
> > > (01.102367) 1: `- FD 4 pid 374
> > > (01.102387) 1: `- type 5 ID 0x1c
> > > (01.102407) 1: `- FD 11 pid 1
> > > (01.102427) 1: `- type 1 ID 0x5c
> > > (01.102447) 1: `- FD 1 pid 308
> > > (01.102467) 1: `- FD 2 pid 308
> > > (01.102486) 1: `- type 6 ID 0x9d
> > > (01.102506) 1: `- FD 5 pid 374
> > > (01.102526) 1: `- type 5 ID 0x1d
> > > (01.102546) 1: `- FD 12 pid 1
> > > (01.102566) 1: `- FD 15 pid 189
> > > (01.102585) 1: `- type 1 ID 0x5d
> > > (01.102605) 1: `- FD 4 pid 308
> > > (01.102625) 1: `- type 5 ID 0x9e
> > > (01.102645) 1: `- FD 6 pid 374
> > > (01.102665) 1: `- type 3 ID 0x1e
> > > (01.102685) 1: `- FD 16 pid 1
> > > (01.102705) 1: `- type 1 ID 0x5e
> > > (01.102724) 1: `- FD 5 pid 308
> > > (01.102744) 1: `- type 1 ID 0x1e
> > > (01.102764) 1: `- type 6 ID 0x9f
> > > (01.102784) 1: `- FD 7 pid 374
> > > (01.102804) 1: `- type 3 ID 0x1f
> > > (01.102824) 1: `- FD 17 pid 1
> > > (01.102844) 1: `- type 1 ID 0x5f
> > > (01.102864) 1: `- FD 6 pid 308
> > > (01.102884) 1: `- type 1 ID 0x1f
> > > (01.102904) 1: `- type 8 ID 0xa0
> > > (01.102924) 1: `- FD 8 pid 374
> > > (01.102943) 1: `- type 8 ID 0x20
> > > (01.102964) 1: `- FD 19 pid 1
> > > (01.102983) 1: `- type 1 ID 0x60
> > > (01.103003) 1: `- FD 7 pid 308
> > > (01.103024) 1: `- type 8 ID 0xa1
> > > (01.103044) 1: `- FD 9 pid 374
> > > (01.103064) 1: `- type 5 ID 0x21
> > > (01.103084) 1: `- FD 20 pid 1
> > > (01.103103) 1: `- FD 3 pid 308
> > > (01.103123) 1: `- type 1 ID 0x61
> > > (01.103142) 1: `- FD 8 pid 308
> > > (01.103162) 1: `- type 3 ID 0x22
> > > (01.103182) 1: `- FD 21 pid 1
> > > (01.103202) 1: `- type 1 ID 0xa2
> > > (01.103222) 1: `- type 1 ID 0x62
> > > (01.103271) 1: `- type 1 ID 0x22
> > > (01.103293) 1: `- type 5 ID 0x23
> > > (01.103313) 1: `- FD 22 pid 1
> > > (01.103333) 1: `- FD 6 pid 189
> > > (01.103353) 1: `- type 1 ID 0xa3
> > > (01.103373) 1: `- type 1 ID 0x63
> > > (01.103393) 1: `- type 13 ID 0x24
> > > (01.103413) 1: `- FD 23 pid 1
> > > (01.103433) 1: `- FD 5 pid 189
> > > (01.103452) 1: `- type 1 ID 0xa4
> > > (01.103472) 1: `- type 1 ID 0x64
> > > (01.103492) 1: `- type 5 ID 0x25
> > > (01.103512) 1: `- FD 24 pid 1
> > > (01.103532) 1: `- type 1 ID 0xa5
> > > (01.103552) 1: `- FD 0 pid 533
> > > (01.103572) 1: `- type 1 ID 0x65
> > > (01.103591) 1: `- type 5 ID 0x26
> > > (01.103611) 1: `- FD 25 pid 1
> > > (01.103631) 1: `- type 1 ID 0xa6
> > > (01.103651) 1: `- FD 1 pid 533
> > > (01.103671) 1: `- type 1 ID 0x66
> > > (01.103691) 1: `- type 5 ID 0x27
> > > (01.103711) 1: `- FD 26 pid 1
> > > (01.103731) 1: `- FD 3 pid 189
> > > (01.103751) 1: `- type 1 ID 0xa7
> > > (01.103771) 1: `- FD 2 pid 533
> > > (01.103791) 1: `- type 1 ID 0x67
> > > (01.103811) 1: `- type 5 ID 0xa8
> > > (01.103830) 1: `- FD 3 pid 533
> > > (01.103850) 1: `- type 5 ID 0x28
> > > (01.103870) 1: `- FD 27 pid 1
> > > (01.103890) 1: `- FD 4 pid 189
> > > (01.103909) 1: `- type 1 ID 0x68
> > > (01.103929) 1: `- type 17 ID 0x29
> > > (01.103949) 1: `- FD 28 pid 1
> > > (01.103969) 1: `- type 1 ID 0xa9
> > > (01.103989) 1: `- FD 4 pid 533
> > > (01.104008) 1: `- type 1 ID 0x69
> > > (01.104028) 1: `- type 10 ID 0xaa
> > > (01.104048) 1: `- FD 5 pid 533
> > > (01.104068) 1: `- type 5 ID 0x2a
> > > (01.104088) 1: `- FD 29 pid 1
> > > (01.104108) 1: `- type 1 ID 0x6a
> > > (01.104128) 1: `- type 13 ID 0x2b
> > > (01.104148) 1: `- FD 30 pid 1
> > > (01.104168) 1: `- type 4 ID 0xab
> > > (01.104188) 1: `- FD 6 pid 533
> > > (01.104208) 1: `- type 1 ID 0x6b
> > > (01.104227) 1: `- FD 0 pid 318
> > > (01.104247) 1: `- type 8 ID 0x2c
> > > (01.104267) 1: `- FD 31 pid 1
> > > (01.104346) 1: `- type 5 ID 0x6c
> > > (01.104368) 1: `- FD 1 pid 318
> > > (01.104389) 1: `- FD 2 pid 318
> > > (01.104409) 1: `- type 1 ID 0xac
> > > (01.104429) 1: `- type 6 ID 0x6d
> > > (01.104449) 1: `- FD 3 pid 318
> > > (01.104469) 1: `- type 5 ID 0x2d
> > > (01.104489) 1: `- FD 33 pid 1
> > > (01.104509) 1: `- type 1 ID 0xad
> > > (01.104529) 1: `- type 17 ID 0x2e
> > > (01.104549) 1: `- FD 34 pid 1
> > > (01.104569) 1: `- type 6 ID 0x6e
> > > (01.104589) 1: `- FD 4 pid 318
> > > (01.104609) 1: `- type 1 ID 0xae
> > > (01.104629) 1: `- type 5 ID 0x6f
> > > (01.104648) 1: `- FD 5 pid 318
> > > (01.104668) 1: `- type 5 ID 0x2f
> > > (01.104688) 1: `- FD 35 pid 1
> > > (01.104708) 1: `- FD 3 pid 325
> > > (01.104727) 1: `- type 1 ID 0xaf
> > > (01.104747) 1: `- type 8 ID 0x30
> > > (01.104767) 1: `- FD 36 pid 1
> > > (01.104787) 1: `- type 6 ID 0x70
> > > (01.104807) 1: `- FD 6 pid 318
> > > (01.104827) 1: `- type 1 ID 0xb0
> > > (01.104847) 1: `- type 8 ID 0x71
> > > (01.104867) 1: `- FD 7 pid 318
> > > (01.104887) 1: `- type 8 ID 0x31
> > > (01.104907) 1: `- FD 37 pid 1
> > > (01.104927) 1: `- type 1 ID 0xb1
> > > (01.104946) 1: `- type 5 ID 0x32
> > > (01.104966) 1: `- FD 38 pid 1
> > > (01.104986) 1: `- type 1 ID 0xb2
> > > (01.105006) 1: `- type 1 ID 0x72
> > > (01.105026) 1: `- type 5 ID 0x33
> > > (01.105046) 1: `- FD 39 pid 1
> > > (01.105066) 1: `- type 1 ID 0xb3
> > > (01.105086) 1: `- type 1 ID 0x73
> > > (01.105106) 1: `- type 5 ID 0x34
> > > (01.105125) 1: `- FD 40 pid 1
> > > (01.105145) 1: `- type 1 ID 0xb4
> > > (01.105165) 1: `- type 1 ID 0x74
> > > (01.105185) 1: `- type 5 ID 0x35
> > > (01.105205) 1: `- FD 41 pid 1
> > > (01.105224) 1: `- type 1 ID 0xb5
> > > (01.105244) 1: `- type 1 ID 0x75
> > > (01.105264) 1: `- type 5 ID 0x36
> > > (01.105284) 1: `- FD 42 pid 1
> > > (01.105304) 1: `- FD 16 pid 189
> > > (01.105324) 1: `- type 1 ID 0xb6
> > > (01.105344) 1: `- type 1 ID 0x76
> > > (01.105364) 1: `- FD 0 pid 325
> > > (01.105384) 1: `- type 5 ID 0x37
> > > (01.105403) 1: `- FD 43 pid 1
> > > (01.105454) 1: `- FD 17 pid 189
> > > (01.105477) 1: `- type 5 ID 0x77
> > > (01.105497) 1: `- FD 1 pid 325
> > > (01.105517) 1: `- FD 2 pid 325
> > > (01.105537) 1: `- type 1 ID 0xb7
> > > (01.105557) 1: `- FD 0 pid 620
> > > (01.105576) 1: `- type 7 ID 0x78
> > > (01.105596) 1: `- FD 4 pid 325
> > > (01.105617) 1: `- type 5 ID 0x38
> > > (01.105637) 1: `- FD 45 pid 1
> > > (01.105657) 1: `- FD 20 pid 189
> > > (01.105676) 1: `- type 5 ID 0xb8
> > > (01.105696) 1: `- FD 1 pid 620
> > > (01.105716) 1: `- FD 2 pid 620
> > > (01.105736) 1: `- type 8 ID 0x79
> > > (01.105756) 1: `- FD 5 pid 325
> > > (01.105775) 1: `- type 5 ID 0x39
> > > (01.105795) 1: `- FD 46 pid 1
> > > (01.105815) 1: `- FD 18 pid 189
> > > (01.105835) 1: `- type 4 ID 0xb9
> > > (01.105855) 1: `- FD 3 pid 620
> > > (01.105875) 1: `- type 13 ID 0x7a
> > > (01.105895) 1: `- FD 6 pid 325
> > > (01.105914) 1: `- type 5 ID 0x3a
> > > (01.105934) 1: `- FD 47 pid 1
> > > (01.105954) 1: `- FD 19 pid 189
> > > (01.105974) 1: `- type 4 ID 0xba
> > > (01.105994) 1: `- FD 4 pid 620
> > > (01.106014) 1: `- type 5 ID 0x7b
> > > (01.106034) 1: `- FD 7 pid 325
> > > (01.106054) 1: `- type 1 ID 0xbb
> > > (01.106074) 1: `- type 1 ID 0x3b
> > > (01.106093) 1: `- type 5 ID 0x7c
> > > (01.106113) 1: `- FD 8 pid 325
> > > (01.106133) 1: `- type 1 ID 0xbc
> > > (01.106153) 1: `- FD 0 pid 644
> > > (01.106173) 1: `- FD 1 pid 644
> > > (01.106194) 1: `- FD 2 pid 644
> > > (01.106213) 1: `- FD 3 pid 644
> > > (01.106233) 1: `- type 1 ID 0x3c
> > > (01.106253) 1: `- type 5 ID 0xbd
> > > (01.106273) 1: `- FD 4 pid 644
> > > (01.106293) 1: `- type 5 ID 0x7d
> > > (01.106313) 1: `- FD 9 pid 325
> > > (01.106333) 1: `- type 1 ID 0x3d
> > > (01.106353) 1: `- type 5 ID 0x7e
> > > (01.106372) 1: `- FD 10 pid 325
> > > (01.106392) 1: `- type 1 ID 0xbe
> > > (01.106412) 1: `- FD 0 pid 645
> > > (01.106432) 1: `- FD 1 pid 645
> > > (01.106452) 1: `- FD 2 pid 645
> > > (01.106472) 1: `- FD 7 pid 645
> > > (01.106491) 1: `- type 1 ID 0x3e
> > > (01.106511) 1: `- type 5 ID 0xbf
> > > (01.106531) 1: `- FD 3 pid 645
> > > (01.106551) 1: `- type 5 ID 0x7f
> > > (01.106571) 1: `- FD 11 pid 325
> > > (01.106591) 1: `- type 1 ID 0x3f
> > > (01.106682) Running post-setup-namespaces scripts
> > > (01.106993) 1: Map 0x0000000076b67000-0x0000000076b6a000
> > > 0x0000000000000000 vma
> > > (01.107073) 1: premap 0x0000000076b67000-0x0000000076b6a000 ->
> > > 0000000076856000
> > > (01.107123) 1: Map 0x0000000076b6a000-0x0000000076b79000
> > > 0x0000000000003000 vma
> > > (01.107167) 1: premap 0x0000000076b6a000-0x0000000076b79000 ->
> > > 0000000076859000
> > > (01.107209) 1: Map 0x0000000076b79000-0x0000000076b7a000
> > > 0x0000000000002000 vma
> > > (01.107251) 1: premap 0x0000000076b79000-0x0000000076b7a000 ->
> > > 0000000076868000
> > > (01.107293) 1: Map 0x0000000076b7a000-0x0000000076b7b000
> > > 0x0000000000003000 vma
> > > (01.107333) 1: premap 0x0000000076b7a000-0x0000000076b7b000 ->
> > > 0000000076869000
> > > (01.107379) 1: Map 0x0000000076b7b000-0x0000000076ba1000
> > > 0x0000000000000000 vma
> > > (01.107420) 1: premap 0x0000000076b7b000-0x0000000076ba1000 ->
> > > 000000007686a000
> > > (01.107462) 1: Map 0x0000000076ba1000-0x0000000076bb0000
> > > 0x0000000000026000 vma
> > > (01.107503) 1: premap 0x0000000076ba1000-0x0000000076bb0000 ->
> > > 0000000076890000
> > > (01.107543) 1: Map 0x0000000076bb0000-0x0000000076bb2000
> > > 0x0000000000025000 vma
> > > (01.107584) 1: premap 0x0000000076bb0000-0x0000000076bb2000 ->
> > > 000000007689f000
> > > (01.107624) 1: Map 0x0000000076bb2000-0x0000000076bb3000
> > > 0x0000000000027000 vma
> > > (01.107664) 1: premap 0x0000000076bb2000-0x0000000076bb3000 ->
> > > 00000000768a1000
> > > (01.107693) 1: Map 0x0000000076bb3000-0x0000000076bb4000
> > > 0x0000000000000000 vma
> > > (01.107730) 1: premap 0x0000000076bb3000-0x0000000076bb4000 ->
> > > 00000000768a2000
> > > (01.107774) 1: Map 0x0000000076bb4000-0x0000000076bb6000
> > > 0x0000000000000000 vma
> > > (01.107816) 1: premap 0x0000000076bb4000-0x0000000076bb6000 ->
> > > 00000000768a3000
> > > (01.107857) 1: Map 0x0000000076bb6000-0x0000000076bc5000
> > > 0x0000000000002000 vma
> > > (01.107939) 1: premap 0x0000000076bb6000-0x0000000076bc5000 ->
> > > 00000000768a5000
> > > (01.107983) 1: Map 0x0000000076bc5000-0x0000000076bc6000
> > > 0x0000000000001000 vma
> > > (01.108026) 1: premap 0x0000000076bc5000-0x0000000076bc6000 ->
> > > 00000000768b4000
> > > (01.108067) 1: Map 0x0000000076bc6000-0x0000000076bc7000
> > > 0x0000000000002000 vma
> > > (01.108108) 1: premap 0x0000000076bc6000-0x0000000076bc7000 ->
> > > 00000000768b5000
> > > (01.108154) 1: Map 0x0000000076bc7000-0x0000000076c13000
> > > 0x0000000000000000 vma
> > > (01.108195) 1: premap 0x0000000076bc7000-0x0000000076c13000 ->
> > > 00000000768b6000
> > > (01.108236) 1: Map 0x0000000076c13000-0x0000000076c22000
> > > 0x000000000004c000 vma
> > > (01.108279) 1: premap 0x0000000076c13000-0x0000000076c22000 ->
> > > 0000000076902000
> > > (01.108322) 1: Map 0x0000000076c22000-0x0000000076c23000
> > > 0x000000000004b000 vma
> > > (01.108363) 1: premap 0x0000000076c22000-0x0000000076c23000 ->
> > > 0000000076911000
> > > (01.108404) 1: Map 0x0000000076c23000-0x0000000076c24000
> > > 0x000000000004c000 vma
> > > (01.108444) 1: premap 0x0000000076c23000-0x0000000076c24000 ->
> > > 0000000076912000
> > > (01.108490) 1: Map 0x0000000076c24000-0x0000000076cfa000
> > > 0x0000000000000000 vma
> > > (01.108531) 1: premap 0x0000000076c24000-0x0000000076cfa000 ->
> > > 0000000076913000
> > > (01.108571) 1: Map 0x0000000076cfa000-0x0000000076d0a000
> > > 0x00000000000d6000 vma
> > > (01.108612) 1: premap 0x0000000076cfa000-0x0000000076d0a000 ->
> > > 00000000769e9000
> > > (01.108653) 1: Map 0x0000000076d0a000-0x0000000076d0c000
> > > 0x00000000000d6000 vma
> > > (01.108694) 1: premap 0x0000000076d0a000-0x0000000076d0c000 ->
> > > 00000000769f9000
> > > (01.108735) 1: Map 0x0000000076d0c000-0x0000000076d0d000
> > > 0x00000000000d8000 vma
> > > (01.108777) 1: premap 0x0000000076d0c000-0x0000000076d0d000 ->
> > > 00000000769fb000
> > > (01.108806) 1: Map 0x0000000076d0d000-0x0000000076d10000
> > > 0x0000000000000000 vma
> > > (01.108843) 1: premap 0x0000000076d0d000-0x0000000076d10000 ->
> > > 00000000769fc000
> > > (01.108887) 1: Map 0x0000000076d10000-0x0000000076d21000
> > > 0x0000000000000000 vma
> > > (01.108928) 1: premap 0x0000000076d10000-0x0000000076d21000 ->
> > > 00000000769ff000
> > > (01.108970) 1: Map 0x0000000076d21000-0x0000000076d30000
> > > 0x0000000000011000 vma
> > > (01.109010) 1: premap 0x0000000076d21000-0x0000000076d30000 ->
> > > 0000000076a10000
> > > (01.109051) 1: Map 0x0000000076d30000-0x0000000076d31000
> > > 0x0000000000010000 vma
> > > (01.109092) 1: premap 0x0000000076d30000-0x0000000076d31000 ->
> > > 0000000076a1f000
> > > (01.109132) 1: Map 0x0000000076d31000-0x0000000076d32000
> > > 0x0000000000011000 vma
> > > (01.109172) 1: premap 0x0000000076d31000-0x0000000076d32000 ->
> > > 0000000076a20000
> > > (01.109200) 1: Map 0x0000000076d32000-0x0000000076d34000
> > > 0x0000000000000000 vma
> > > (01.109237) 1: premap 0x0000000076d32000-0x0000000076d34000 ->
> > > 0000000076a21000
> > > (01.109281) 1: Map 0x0000000076d34000-0x0000000076d4c000
> > > 0x0000000000000000 vma
> > > (01.109323) 1: premap 0x0000000076d34000-0x0000000076d4c000 ->
> > > 0000000076a23000
> > > (01.109363) 1: Map 0x0000000076d4c000-0x0000000076d5b000
> > > 0x0000000000018000 vma
> > > (01.109404) 1: premap 0x0000000076d4c000-0x0000000076d5b000 ->
> > > 0000000076a3b000
> > > (01.109444) 1: Map 0x0000000076d5b000-0x0000000076d5c000
> > > 0x0000000000017000 vma
> > > (01.109485) 1: premap 0x0000000076d5b000-0x0000000076d5c000 ->
> > > 0000000076a4a000
> > > (01.109529) 1: Map 0x0000000076d5c000-0x0000000076d87000
> > > 0x0000000000000000 vma
> > > (01.109571) 1: premap 0x0000000076d5c000-0x0000000076d87000 ->
> > > 0000000076a4b000
> > > (01.109611) 1: Map 0x0000000076d87000-0x0000000076d97000
> > > 0x000000000002b000 vma
> > > (01.109652) 1: premap 0x0000000076d87000-0x0000000076d97000 ->
> > > 0000000076a76000
> > > (01.109692) 1: Map 0x0000000076d97000-0x0000000076d98000
> > > 0x000000000002b000 vma
> > > (01.109732) 1: premap 0x0000000076d97000-0x0000000076d98000 ->
> > > 0000000076a86000
> > > (01.109773) 1: Map 0x0000000076d98000-0x0000000076d99000
> > > 0x000000000002c000 vma
> > > (01.109814) 1: premap 0x0000000076d98000-0x0000000076d99000 ->
> > > 0000000076a87000
> > > (01.109842) 1: Map 0x0000000076d99000-0x0000000076d9a000
> > > 0x0000000000000000 vma
> > > (01.109911) 1: premap 0x0000000076d99000-0x0000000076d9a000 ->
> > > 0000000076a88000
> > > (01.109958) 1: Map 0x0000000076d9a000-0x0000000076da4000
> > > 0x0000000000000000 vma
> > > (01.110001) 1: premap 0x0000000076d9a000-0x0000000076da4000 ->
> > > 0000000076a89000
> > > (01.110042) 1: Map 0x0000000076da4000-0x0000000076db4000
> > > 0x000000000000a000 vma
> > > (01.110083) 1: premap 0x0000000076da4000-0x0000000076db4000 ->
> > > 0000000076a93000
> > > (01.110124) 1: Map 0x0000000076db4000-0x0000000076db5000
> > > 0x000000000000a000 vma
> > > (01.110166) 1: premap 0x0000000076db4000-0x0000000076db5000 ->
> > > 0000000076aa3000
> > > (01.110206) 1: Map 0x0000000076db5000-0x0000000076db6000
> > > 0x000000000000b000 vma
> > > (01.110247) 1: premap 0x0000000076db5000-0x0000000076db6000 ->
> > > 0000000076aa4000
> > > (01.110292) 1: Map 0x0000000076db6000-0x0000000076dc4000
> > > 0x0000000000000000 vma
> > > (01.110332) 1: premap 0x0000000076db6000-0x0000000076dc4000 ->
> > > 0000000076aa5000
> > > (01.110374) 1: Map 0x0000000076dc4000-0x0000000076dd3000
> > > 0x000000000000e000 vma
> > > (01.110414) 1: premap 0x0000000076dc4000-0x0000000076dd3000 ->
> > > 0000000076ab3000
> > > (01.110455) 1: Map 0x0000000076dd3000-0x0000000076dd4000
> > > 0x000000000000d000 vma
> > > (01.110496) 1: premap 0x0000000076dd3000-0x0000000076dd4000 ->
> > > 0000000076ac2000
> > > (01.110536) 1: Map 0x0000000076dd4000-0x0000000076dd5000
> > > 0x000000000000e000 vma
> > > (01.110577) 1: premap 0x0000000076dd4000-0x0000000076dd5000 ->
> > > 0000000076ac3000
> > > (01.110622) 1: Map 0x0000000076dd5000-0x0000000076dec000
> > > 0x0000000000000000 vma
> > > (01.110664) 1: premap 0x0000000076dd5000-0x0000000076dec000 ->
> > > 0000000076ac4000
> > > (01.110704) 1: Map 0x0000000076dec000-0x0000000076dfc000
> > > 0x0000000000017000 vma
> > > (01.110744) 1: premap 0x0000000076dec000-0x0000000076dfc000 ->
> > > 0000000076adb000
> > > (01.110784) 1: Map 0x0000000076dfc000-0x0000000076dfd000
> > > 0x0000000000017000 vma
> > > (01.110825) 1: premap 0x0000000076dfc000-0x0000000076dfd000 ->
> > > 0000000076aeb000
> > > (01.110865) 1: Map 0x0000000076dfd000-0x0000000076dfe000
> > > 0x0000000000018000 vma
> > > (01.110905) 1: premap 0x0000000076dfd000-0x0000000076dfe000 ->
> > > 0000000076aec000
> > > (01.110934) 1: Map 0x0000000076dfe000-0x0000000076e08000
> > > 0x0000000000000000 vma
> > > (01.110971) 1: premap 0x0000000076dfe000-0x0000000076e08000 ->
> > > 0000000076aed000
> > > (01.111014) 1: Map 0x0000000076e08000-0x0000000076e10000
> > > 0x0000000000000000 vma
> > > (01.111054) 1: premap 0x0000000076e08000-0x0000000076e10000 ->
> > > 0000000076af7000
> > > (01.111098) 1: Map 0x0000000076e10000-0x0000000076e1f000
> > > 0x0000000000008000 vma
> > > (01.111139) 1: premap 0x0000000076e10000-0x0000000076e1f000 ->
> > > 0000000076aff000
> > > (01.111180) 1: Map 0x0000000076e1f000-0x0000000076e20000
> > > 0x0000000000007000 vma
> > > (01.111221) 1: premap 0x0000000076e1f000-0x0000000076e20000 ->
> > > 0000000076b0e000
> > > (01.111263) 1: Map 0x0000000076e20000-0x0000000076e21000
> > > 0x0000000000008000 vma
> > > (01.111303) 1: premap 0x0000000076e20000-0x0000000076e21000 ->
> > > 0000000076b0f000
> > > (01.111348) 1: Map 0x0000000076e21000-0x0000000076e33000
> > > 0x0000000000000000 vma
> > > (01.111391) 1: premap 0x0000000076e21000-0x0000000076e33000 ->
> > > 0000000076b10000
> > > (01.111432) 1: Map 0x0000000076e33000-0x0000000076e43000
> > > 0x0000000000012000 vma
> > > (01.111474) 1: premap 0x0000000076e33000-0x0000000076e43000 ->
> > > 0000000076b22000
> > > (01.111514) 1: Map 0x0000000076e43000-0x0000000076e4d000
> > > 0x0000000000012000 vma
> > > (01.111554) 1: premap 0x0000000076e43000-0x0000000076e4d000 ->
> > > 0000000076b32000
> > > (01.111594) 1: Map 0x0000000076e4d000-0x0000000076e4e000
> > > 0x000000000001c000 vma
> > > (01.111635) 1: premap 0x0000000076e4d000-0x0000000076e4e000 ->
> > > 0000000076b3c000
> > > (01.111680) 1: Map 0x0000000076e4e000-0x0000000076e53000
> > > 0x0000000000000000 vma
> > > (01.111721) 1: premap 0x0000000076e4e000-0x0000000076e53000 ->
> > > 0000000076b3d000
> > > (01.111762) 1: Map 0x0000000076e53000-0x0000000076e62000
> > > 0x0000000000005000 vma
> > > (01.111803) 1: premap 0x0000000076e53000-0x0000000076e62000 ->
> > > 0000000076b42000
> > > (01.111843) 1: Map 0x0000000076e62000-0x0000000076e63000
> > > 0x0000000000004000 vma
> > > (01.111915) 1: premap 0x0000000076e62000-0x0000000076e63000 ->
> > > 0000000076b51000
> > > (01.111960) 1: Map 0x0000000076e63000-0x0000000076e64000
> > > 0x0000000000005000 vma
> > > (01.112003) 1: premap 0x0000000076e63000-0x0000000076e64000 ->
> > > 0000000076b52000
> > > (01.112049) 1: Map 0x0000000076e64000-0x0000000076e67000
> > > 0x0000000000000000 vma
> > > (01.112091) 1: premap 0x0000000076e64000-0x0000000076e67000 ->
> > > 0000000076b53000
> > > (01.112132) 1: Map 0x0000000076e67000-0x0000000076e76000
> > > 0x0000000000003000 vma
> > > (01.112173) 1: premap 0x0000000076e67000-0x0000000076e76000 ->
> > > 0000000076b56000
> > > (01.112213) 1: Map 0x0000000076e76000-0x0000000076e77000
> > > 0x0000000000002000 vma
> > > (01.112254) 1: premap 0x0000000076e76000-0x0000000076e77000 ->
> > > 0000000076b65000
> > > (01.112294) 1: Map 0x0000000076e77000-0x0000000076e78000
> > > 0x0000000000003000 vma
> > > (01.112335) 1: premap 0x0000000076e77000-0x0000000076e78000 ->
> > > 0000000076b66000
> > > (01.112381) 1: Map 0x0000000076e78000-0x0000000076e8b000
> > > 0x0000000000000000 vma
> > > (01.112423) 1: premap 0x0000000076e78000-0x0000000076e8b000 ->
> > > 0000000076b67000
> > > (01.112464) 1: Map 0x0000000076e8b000-0x0000000076e9a000
> > > 0x0000000000013000 vma
> > > (01.112505) 1: premap 0x0000000076e8b000-0x0000000076e9a000 ->
> > > 0000000076b7a000
> > > (01.112545) 1: Map 0x0000000076e9a000-0x0000000076e9b000
> > > 0x0000000000012000 vma
> > > (01.112586) 1: premap 0x0000000076e9a000-0x0000000076e9b000 ->
> > > 0000000076b89000
> > > (01.112626) 1: Map 0x0000000076e9b000-0x0000000076e9c000
> > > 0x0000000000013000 vma
> > > (01.112667) 1: premap 0x0000000076e9b000-0x0000000076e9c000 ->
> > > 0000000076b8a000
> > > (01.112696) 1: Map 0x0000000076e9c000-0x0000000076e9d000
> > > 0x0000000000000000 vma
> > > (01.112733) 1: premap 0x0000000076e9c000-0x0000000076e9d000 ->
> > > 0000000076b8b000
> > > (01.112776) 1: Map 0x0000000076e9d000-0x0000000076eb5000
> > > 0x0000000000000000 vma
> > > (01.112818) 1: premap 0x0000000076e9d000-0x0000000076eb5000 ->
> > > 0000000076b8c000
> > > (01.112847) 1: Map 0x0000000076eb8000-0x0000000076ebc000
> > > 0x0000000000000000 vma
> > > (01.112883) 1: premap 0x0000000076eb8000-0x0000000076ebc000 ->
> > > 0000000076ba4000
> > > (01.112911) 1: Map 0x0000000076ec2000-0x0000000076ec4000
> > > 0x0000000000000000 vma
> > > (01.112948) 1: premap 0x0000000076ec2000-0x0000000076ec4000 ->
> > > 0000000076ba8000
> > > (01.112988) 1: Map 0x0000000076ec4000-0x0000000076ec5000
> > > 0x0000000000017000 vma
> > > (01.113029) 1: premap 0x0000000076ec4000-0x0000000076ec5000 ->
> > > 0000000076baa000
> > > (01.113071) 1: Map 0x0000000076ec5000-0x0000000076ec6000
> > > 0x0000000000018000 vma
> > > (01.113112) 1: premap 0x0000000076ec5000-0x0000000076ec6000 ->
> > > 0000000076bab000
> > > (01.113158) 1: Map 0x0000000076ec6000-0x0000000076fad000
> > > 0x0000000000000000 vma
> > > (01.113204) 1: premap 0x0000000076ec6000-0x0000000076fad000 ->
> > > 0000000076bac000
> > > (01.113232) 1: Map 0x0000000076fad000-0x0000000076fae000
> > > 0x0000000000000000 vma
> > > (01.113270) 1: premap 0x0000000076fad000-0x0000000076fae000 ->
> > > 0000000076c93000
> > > (01.113310) 1: Map 0x0000000076fae000-0x0000000076fc1000
> > > 0x00000000000e7000 vma
> > > (01.113351) 1: premap 0x0000000076fae000-0x0000000076fc1000 ->
> > > 0000000076c94000
> > > (01.113397) 1: Map 0x0000000076fc1000-0x0000000076fc2000
> > > 0x00000000000fa000 vma
> > > (01.113438) 1: premap 0x0000000076fc1000-0x0000000076fc2000 ->
> > > 0000000076ca7000
> > > (01.113467) 1: Map 0x0000000077ed8000-0x0000000077f82000
> > > 0x0000000000000000 vma
> > > (01.113506) 1: premap 0x0000000077ed8000-0x0000000077f82000 ->
> > > 0000000076ca8000
> > > (01.113534) 1: Map 0x000000007e86a000-0x000000007e88d000
> > > 0x0000000000000000 vma
> > > (01.113571) 1: premap 0x000000007e86a000-0x000000007e88d000 ->
> > > 0000000076d52000
> > > (01.113598) 1: Map 0x000000007ed2f000-0x000000007ed30000
> > > 0x0000000000000000 vma
> > > (01.113636) 1: premap 0x000000007ed2f000-0x000000007ed30000 ->
> > > 0000000076d75000
> > > (01.113765) 1: Opened page read 1 (parent 0)
> > > (01.113804) 1: pr1 Read 76b67000 1 pages
> > > (01.113844) 1: pr1 Read page from self 76b67000/0
> > > (01.113928) 1: pr1 Read 76b79000 1 pages
> > > (01.113962) 1: pr1 Read page from self 76b79000/1000
> > > (01.114047) 1: pr1 Read 76b7a000 1 pages
> > > (01.114077) 1: pr1 Read page from self 76b7a000/2000
> > > (01.114135) 1: pr1 Read 76bb0000 2 pages
> > > (01.114164) 1: pr1 Read page from self 76bb0000/3000
> > > (01.114233) 1: pr1 Read 76bb2000 1 pages
> > > (01.114261) 1: pr1 Read page from self 76bb2000/5000
> > > (01.114397) 1: pr1 Read 76bc5000 1 pages
> > > (01.114441) 1: pr1 Read page from self 76bc5000/6000
> > > (01.114493) 1: pr1 Read 76bc6000 1 pages
> > > (01.114521) 1: pr1 Read page from self 76bc6000/7000
> > > (01.114574) 1: pr1 Read 76c22000 1 pages
> > > (01.114601) 1: pr1 Read page from self 76c22000/8000
> > > (01.114652) 1: pr1 Read 76c23000 1 pages
> > > (01.114677) 1: pr1 Read page from self 76c23000/9000
> > > (01.114731) 1: pr1 Read 76d0a000 2 pages
> > > (01.114759) 1: pr1 Read page from self 76d0a000/a000
> > > (01.114826) 1: pr1 Read 76d0c000 1 pages
> > > (01.114857) 1: pr1 Read page from self 76d0c000/c000
> > > (01.114924) 1: pr1 Read 76d0d000 3 pages
> > > (01.114953) 1: pr1 Read page from self 76d0d000/d000
> > > (01.115036) 1: pr1 Read 76d30000 1 pages
> > > (01.115067) 1: pr1 Read page from self 76d30000/10000
> > > (01.115126) 1: pr1 Read 76d31000 1 pages
> > > (01.115153) 1: pr1 Read page from self 76d31000/11000
> > > (01.115212) 1: pr1 Read 76d33000 1 pages
> > > (01.115240) 1: pr1 Read page from self 76d33000/12000
> > > (01.115291) 1: pr1 Read 76d5b000 1 pages
> > > (01.115320) 1: pr1 Read page from self 76d5b000/13000
> > > (01.115373) 1: pr1 Read 76d97000 1 pages
> > > (01.115401) 1: pr1 Read page from self 76d97000/14000
> > > (01.115449) 1: pr1 Read 76d98000 1 pages
> > > (01.115476) 1: pr1 Read page from self 76d98000/15000
> > > (01.115530) 1: pr1 Read 76d99000 1 pages
> > > (01.115557) 1: pr1 Read page from self 76d99000/16000
> > > (01.115606) 1: pr1 Read 76db4000 1 pages
> > > (01.115633) 1: pr1 Read page from self 76db4000/17000
> > > (01.115681) 1: pr1 Read 76db5000 1 pages
> > > (01.115708) 1: pr1 Read page from self 76db5000/18000
> > > (01.115762) 1: pr1 Read 76dd3000 1 pages
> > > (01.115790) 1: pr1 Read page from self 76dd3000/19000
> > > (01.115837) 1: pr1 Read 76dd4000 1 pages
> > > (01.115865) 1: pr1 Read page from self 76dd4000/1a000
> > > (01.115931) 1: pr1 Read 76dfc000 1 pages
> > > (01.115961) 1: pr1 Read page from self 76dfc000/1b000
> > > (01.116016) 1: pr1 Read 76dfd000 1 pages
> > > (01.116044) 1: pr1 Read page from self 76dfd000/1c000
> > > (01.116099) 1: pr1 Read 76dff000 1 pages
> > > (01.116128) 1: pr1 Read page from self 76dff000/1d000
> > > (01.116178) 1: pr1 Read 76e1f000 1 pages
> > > (01.116205) 1: pr1 Read page from self 76e1f000/1e000
> > > (01.116256) 1: pr1 Read 76e20000 1 pages
> > > (01.116286) 1: pr1 Read page from self 76e20000/1f000
> > > (01.116342) 1: pr1 Read 76e43000 10 pages
> > > (01.116370) 1: pr1 Read page from self 76e43000/20000
> > > (01.116589) 1: pr1 Read 76e4d000 1 pages
> > > (01.116636) 1: pr1 Read page from self 76e4d000/2a000
> > > (01.116704) 1: pr1 Read 76e62000 1 pages
> > > (01.116735) 1: pr1 Read page from self 76e62000/2b000
> > > (01.116786) 1: pr1 Read 76e63000 1 pages
> > > (01.116813) 1: pr1 Read page from self 76e63000/2c000
> > > (01.116869) 1: pr1 Read 76e76000 1 pages
> > > (01.116897) 1: pr1 Read page from self 76e76000/2d000
> > > (01.116947) 1: pr1 Read 76e77000 1 pages
> > > (01.116974) 1: pr1 Read page from self 76e77000/2e000
> > > (01.117029) 1: pr1 Read 76e9a000 1 pages
> > > (01.117059) 1: pr1 Read page from self 76e9a000/2f000
> > > (01.117112) 1: pr1 Read 76e9b000 1 pages
> > > (01.117139) 1: pr1 Read page from self 76e9b000/30000
> > > (01.117191) 1: pr1 Read 76e9c000 1 pages
> > > (01.117219) 1: pr1 Read page from self 76e9c000/31000
> > > (01.117270) 1: pr1 Read 76eb8000 4 pages
> > > (01.117296) 1: pr1 Read page from self 76eb8000/32000
> > > (01.117384) 1: pr1 Read 76ec2000 2 pages
> > > (01.117416) 1: pr1 Read page from self 76ec2000/36000
> > > (01.117495) 1: pr1 Read 76ec4000 1 pages
> > > (01.117524) 1: pr1 Read page from self 76ec4000/38000
> > > (01.117575) 1: pr1 Read 76ec5000 1 pages
> > > (01.117663) 1: pr1 Read page from self 76ec5000/39000
> > > (01.117724) 1: pr1 Read 76fad000 1 pages
> > > (01.117754) 1: pr1 Read page from self 76fad000/3a000
> > > (01.117804) 1: pr1 Read 76fae000 19 pages
> > > (01.117832) 1: pr1 Read page from self 76fae000/3b000
> > > (01.118220) 1: pr1 Read 76fc1000 1 pages
> > > (01.118279) 1: pr1 Read page from self 76fc1000/4e000
> > > (01.118357) 1: pr1 Read 77ed8000 169 pages
> > > (01.118385) 1: pr1 Read page from self 77ed8000/4f000
> > > (01.120930) 1: pr1 Read 7e881000 12 pages
> > > (01.121045) 1: pr1 Read page from self 7e881000/f8000
> > > (01.121343) 1: nr_restored_pages: 260
> > > (01.121393) 1: nr_shared_pages: 0
> > > (01.121417) 1: nr_droped_pages: 0
> > > (01.121437) 1: nr_lazy: 0
> > > (01.121459) 1: Restore sigacts for 1
> > > (01.121828) 1: Restored 61/61 sigacts
> > > (01.121880) 1: Restoring children in alien sessions:
> > > (01.121910) 1: Restoring children in our session:
> > > (01.122100) 1: Forking task with 7676 pid (flags 0x0)
> > > (01.127535) 1: Forking task with 645 pid (flags 0x0)
> > > (01.127636) 1: PID: real 2138 virt 7676
> > > (01.130190) 7676: cg: Move into 14
> > > (01.130303) 7676: cg: `-> blkio//lxc/migratest/tasks
> > > (01.130520) 7676: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.130615) 7676: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.130696) 7676: cg: `-> debug//lxc/migratest/tasks
> > > (01.130782) 7676: cg: `-> devices//lxc/migratest/tasks
> > > (01.130863) 7676: cg: `-> freezer//lxc/migratest/tasks
> > > (01.130949) 7676: cg: `-> systemd//lxc/migratest/tasks
> > > (01.131035) 7676: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.131112) 7676: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.131318) 7676: Map 0x0000000000010000-0x0000000000017000
> > > 0x0000000000000000 vma
> > > (01.131410) 7676: premap 0x0000000000010000-0x0000000000017000 ->
> > > 0000000076691000
> > > (01.131470) 7676: Map 0x0000000000026000-0x0000000000027000
> > > 0x0000000000006000 vma
> > > (01.131520) 7676: premap 0x0000000000026000-0x0000000000027000 ->
> > > 0000000076698000
> > > (01.131567) 7676: Map 0x0000000000027000-0x0000000000028000
> > > 0x0000000000007000 vma
> > > (01.131622) 7676: premap 0x0000000000027000-0x0000000000028000 ->
> > > 0000000076699000
> > > (01.131664) 7676: Map 0x0000000000028000-0x000000000002a000
> > > 0x0000000000000000 vma
> > > (01.131716) 7676: premap 0x0000000000028000-0x000000000002a000 ->
> > > 000000007669a000
> > > (01.131753) 7676: Map 0x0000000001833000-0x0000000001854000
> > > 0x0000000000000000 vma
> > > (01.131801) 7676: premap 0x0000000001833000-0x0000000001854000 ->
> > > 000000007669c000
> > > (01.131915) 7676: Map 0x0000000076e2a000-0x0000000076e31000
> > > 0x0000000000000000 vma
> > > (01.131978) 7676: premap 0x0000000076e2a000-0x0000000076e31000 ->
> > > 00000000766bd000
> > > (01.132031) 7676: Map 0x0000000076e31000-0x0000000076e40000
> > > 0x0000000000007000 vma
> > > (01.132079) 7676: premap 0x0000000076e31000-0x0000000076e40000 ->
> > > 00000000766c4000
> > > (01.132126) 7676: Map 0x0000000076e40000-0x0000000076e41000
> > > 0x0000000000006000 vma
> > > (01.132171) 7676: premap 0x0000000076e40000-0x0000000076e41000 ->
> > > 00000000766d3000
> > > (01.132217) 7676: Map 0x0000000076e41000-0x0000000076e42000
> > > 0x0000000000007000 vma
> > > (01.132319) 7676: premap 0x0000000076e41000-0x0000000076e42000 ->
> > > 00000000766d4000
> > > (01.132361) 7676: Map 0x0000000076e42000-0x0000000076e48000
> > > 0x0000000000000000 vma
> > > (01.132451) 7676: premap 0x0000000076e42000-0x0000000076e48000 ->
> > > 00000000766d5000
> > > (01.132538) 7676: Map 0x0000000076e48000-0x0000000076e4f000
> > > 0x0000000000000000 vma
> > > (01.132620) 7676: premap 0x0000000076e48000-0x0000000076e4f000 ->
> > > 00000000766db000
> > > (01.132693) 7676: Map 0x0000000076e4f000-0x0000000076e5e000
> > > 0x0000000000007000 vma
> > > (01.132772) 7676: premap 0x0000000076e4f000-0x0000000076e5e000 ->
> > > 00000000766e2000
> > > (01.132832) 7676: Map 0x0000000076e5e000-0x0000000076e5f000
> > > 0x0000000000006000 vma
> > > (01.132891) 7676: premap 0x0000000076e5e000-0x0000000076e5f000 ->
> > > 00000000766f1000
> > > (01.132905) 1: Forking task with 644 pid (flags 0x0)
> > > (01.132958) 7676: Map 0x0000000076e5f000-0x0000000076e60000
> > > 0x0000000000007000 vma
> > > (01.133027) 7676: premap 0x0000000076e5f000-0x0000000076e60000 ->
> > > 00000000766f2000
> > > (01.133189) 7676: Map 0x0000000076e60000-0x0000000076e6d000
> > > 0x0000000000000000 vma
> > > (01.133265) 7676: premap 0x0000000076e60000-0x0000000076e6d000 ->
> > > 00000000766f3000
> > > (01.133093) 1: PID: real 2139 virt 645
> > > (01.133331) 7676: Map 0x0000000076e6d000-0x0000000076e7c000
> > > 0x000000000000d000 vma
> > > (01.133388) 7676: premap 0x0000000076e6d000-0x0000000076e7c000 ->
> > > 0000000076700000
> > > (01.133453) 7676: Map 0x0000000076e7c000-0x0000000076e7d000
> > > 0x000000000000c000 vma
> > > (01.133505) 7676: premap 0x0000000076e7c000-0x0000000076e7d000 ->
> > > 000000007670f000
> > > (01.133557) 7676: Map 0x0000000076e7d000-0x0000000076e7e000
> > > 0x000000000000d000 vma
> > > (01.133610) 7676: premap 0x0000000076e7d000-0x0000000076e7e000 ->
> > > 0000000076710000
> > > (01.133642) 7676: Map 0x0000000076e7e000-0x0000000076e80000
> > > 0x0000000000000000 vma
> > > (01.133685) 7676: premap 0x0000000076e7e000-0x0000000076e80000 ->
> > > 0000000076711000
> > > (01.133740) 7676: Map 0x0000000076e80000-0x0000000076e84000
> > > 0x0000000000000000 vma
> > > (01.133788) 7676: premap 0x0000000076e80000-0x0000000076e84000 ->
> > > 0000000076713000
> > > (01.133839) 7676: Map 0x0000000076e84000-0x0000000076e94000
> > > 0x0000000000004000 vma
> > > (01.133888) 7676: premap 0x0000000076e84000-0x0000000076e94000 ->
> > > 0000000076717000
> > > (01.133938) 7676: Map 0x0000000076e94000-0x0000000076e95000
> > > 0x0000000000004000 vma
> > > (01.133989) 7676: premap 0x0000000076e94000-0x0000000076e95000 ->
> > > 0000000076727000
> > > (01.134038) 7676: Map 0x0000000076e95000-0x0000000076e96000
> > > 0x0000000000005000 vma
> > > (01.134087) 7676: premap 0x0000000076e95000-0x0000000076e96000 ->
> > > 0000000076728000
> > > (01.134138) 7676: Map 0x0000000076e96000-0x0000000076f6c000
> > > 0x0000000000000000 vma
> > > (01.134186) 7676: premap 0x0000000076e96000-0x0000000076f6c000 ->
> > > 0000000076729000
> > > (01.134237) 7676: Map 0x0000000076f6c000-0x0000000076f7c000
> > > 0x00000000000d6000 vma
> > > (01.134655) 7676: premap 0x0000000076f6c000-0x0000000076f7c000 ->
> > > 00000000767ff000
> > > (01.134729) 7676: Map 0x0000000076f7c000-0x0000000076f7e000
> > > 0x00000000000d6000 vma
> > > (01.134788) 7676: premap 0x0000000076f7c000-0x0000000076f7e000 ->
> > > 000000007680f000
> > > (01.134840) 7676: Map 0x0000000076f7e000-0x0000000076f7f000
> > > 0x00000000000d8000 vma
> > > (01.134893) 7676: premap 0x0000000076f7e000-0x0000000076f7f000 ->
> > > 0000000076811000
> > > (01.134928) 7676: Map 0x0000000076f7f000-0x0000000076f82000
> > > 0x0000000000000000 vma
> > > (01.134972) 7676: premap 0x0000000076f7f000-0x0000000076f82000 ->
> > > 0000000076812000
> > > (01.135057) 7676: Map 0x0000000076f82000-0x0000000076f9a000
> > > 0x0000000000000000 vma
> > > (01.135123) 7676: premap 0x0000000076f82000-0x0000000076f9a000 ->
> > > 0000000076815000
> > > (01.135158) 7676: Map 0x0000000076fa0000-0x0000000076fa1000
> > > 0x0000000000000000 vma
> > > (01.135200) 7676: premap 0x0000000076fa0000-0x0000000076fa1000 ->
> > > 000000007682d000
> > > (01.135231) 7676: Map 0x0000000076fa7000-0x0000000076fa9000
> > > 0x0000000000000000 vma
> > > (01.135275) 7676: premap 0x0000000076fa7000-0x0000000076fa9000 ->
> > > 000000007682e000
> > > (01.135329) 7676: Map 0x0000000076fa9000-0x0000000076faa000
> > > 0x0000000000017000 vma
> > > (01.135382) 7676: premap 0x0000000076fa9000-0x0000000076faa000 ->
> > > 0000000076830000
> > > (01.135436) 7676: Map 0x0000000076faa000-0x0000000076fab000
> > > 0x0000000000018000 vma
> > > (01.135488) 7676: premap 0x0000000076faa000-0x0000000076fab000 ->
> > > 0000000076831000
> > > (01.135524) 7676: Map 0x000000007ef16000-0x000000007ef39000
> > > 0x0000000000000000 vma
> > > (01.135570) 7676: premap 0x000000007ef16000-0x000000007ef39000 ->
> > > 0000000076832000
> > > (01.135602) 7676: Map 0x000000007ef7e000-0x000000007ef7f000
> > > 0x0000000000000000 vma
> > > (01.135649) 7676: premap 0x000000007ef7e000-0x000000007ef7f000 ->
> > > 0000000076855000
> > > (01.135740) 645: cg: Move into 13
> > > (01.135806) 645: cg: `-> blkio//lxc/migratest/tasks
> > > (01.135967) 7676: Opened page read 2 (parent 0)
> > > (01.136024) 645: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.136061) 7676: pr2 Read 10000 1 pages
> > > (01.136094) 7676: pr2 Read page from self 10000/0
> > > (01.136137) 645: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.136181) 7676: pr2 Read 26000 1 pages
> > > (01.136231) 645: cg: `-> debug//lxc/migratest/tasks
> > > (01.136276) 7676: pr2 Read page from self 26000/1000
> > > (01.136347) 7676: pr2 Read 27000 1 pages
> > > (01.136366) 645: cg: `-> devices//lxc/migratest/tasks
> > > (01.136379) 7676: pr2 Read page from self 27000/2000
> > > (01.136453) 7676: pr2 Read 1833000 5 pages
> > > (01.136458) 645: cg: `-> freezer//lxc/migratest/tasks
> > > (01.136482) 7676: pr2 Read page from self 1833000/3000
> > > (01.136583) 645: cg: `-> systemd//lxc/migratest/tasks
> > > (01.136608) 7676: pr2 Read 76e40000 1 pages
> > > (01.136639) 7676: pr2 Read page from self 76e40000/8000
> > > (01.136683) 645: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.136704) 7676: pr2 Read 76e41000 1 pages
> > > (01.136733) 7676: pr2 Read page from self 76e41000/9000
> > > (01.136769) 645: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.136804) 7676: pr2 Read 76e5e000 1 pages
> > > (01.136835) 7676: pr2 Read page from self 76e5e000/a000
> > > (01.136892) 7676: pr2 Read 76e5f000 1 pages
> > > (01.136927) 7676: pr2 Read page from self 76e5f000/b000
> > > (01.136938) 645: Map 0x0000000076dc0000-0x0000000076e33000
> > > 0x0000000000000000 vma
> > > (01.137006) 7676: pr2 Read 76e7c000 1 pages
> > > (01.137040) 7676: pr2 Read page from self 76e7c000/c000
> > > (01.137114) 7676: pr2 Read 76e7d000 1 pages
> > > (01.137157) 7676: pr2 Read page from self 76e7d000/d000
> > > (01.137240) 7676: pr2 Read 76e94000 1 pages
> > > (01.137282) 7676: pr2 Read page from self 76e94000/e000
> > > (01.137370) 7676: pr2 Read 76e95000 1 pages
> > > (01.137418) 7676: pr2 Read page from self 76e95000/f000
> > > (01.137519) 7676: pr2 Read 76f7c000 2 pages
> > > (01.137588) 7676: pr2 Read page from self 76f7c000/10000
> > > (01.137703) 7676: pr2 Read 76f7e000 1 pages
> > > (01.137759) 7676: pr2 Read page from self 76f7e000/12000
> > > (01.137860) 7676: pr2 Read 76f7f000 3 pages
> > > (01.137915) 7676: pr2 Read page from self 76f7f000/13000
> > > (01.137988) 645: premap 0x0000000076dc0000-0x0000000076e33000 ->
> > > 0000000076613000
> > > (01.138030) 7676: pr2 Read 76fa0000 1 pages
> > > (01.138082) 7676: pr2 Read page from self 76fa0000/16000
> > > (01.138151) 7676: pr2 Read 76fa7000 2 pages
> > > (01.138155) 645: Map 0x0000000076e33000-0x0000000076f09000
> > > 0x0000000000000000 vma
> > > (01.138187) 7676: pr2 Read page from self 76fa7000/17000
> > > (01.138281) 7676: pr2 Read 76fa9000 1 pages
> > > (01.138332) 7676: pr2 Read page from self 76fa9000/19000
> > > (01.138434) 7676: pr2 Read 76faa000 1 pages
> > > (01.138486) 7676: pr2 Read page from self 76faa000/1a000
> > > (01.138622) 7676: pr2 Read 7ef33000 6 pages
> > > (01.138692) 7676: pr2 Read page from self 7ef33000/1b000
> > > (01.138965) 7676: nr_restored_pages: 33
> > > (01.139041) 7676: nr_shared_pages: 0
> > > (01.139087) 7676: nr_droped_pages: 0
> > > (01.139081) 1: Forking task with 620 pid (flags 0x0)
> > > (01.139129) 7676: nr_lazy: 0
> > > (01.139193) 7676: Restore sigacts for 7676
> > > (01.139729) 7676: Restored 61/61 sigacts
> > > (01.139829) 7676: Restoring children in alien sessions:
> > > (01.139873) 7676: Restoring 7676 to 7676 sid
> > > (01.139990) 7676: Restoring children in our session:
> > > (01.140127) 7676: Restoring 7676 to 7676 pgid
> > > (01.142835) 645: premap 0x0000000076e33000-0x0000000076f09000 ->
> > > 0000000076686000
> > > (01.143046) 645: Map 0x0000000076f09000-0x0000000076f19000
> > > 0x00000000000d6000 vma
> > > (01.143255) 645: premap 0x0000000076f09000-0x0000000076f19000 ->
> > > 000000007675c000
> > > (01.143341) 645: Map 0x0000000076f19000-0x0000000076f1b000
> > > 0x00000000000d6000 vma
> > > (01.143437) 645: premap 0x0000000076f19000-0x0000000076f1b000 ->
> > > 000000007676c000
> > > (01.143532) 645: Map 0x0000000076f1b000-0x0000000076f1c000
> > > 0x00000000000d8000 vma
> > > (01.143626) 645: premap 0x0000000076f1b000-0x0000000076f1c000 ->
> > > 000000007676e000
> > > (01.143667) 645: Map 0x0000000076f1c000-0x0000000076f1f000
> > > 0x0000000000000000 vma
> > > (01.143744) 645: premap 0x0000000076f1c000-0x0000000076f1f000 ->
> > > 000000007676f000
> > > (01.143822) 645: Map 0x0000000076f1f000-0x0000000076f37000
> > > 0x0000000000000000 vma
> > > (01.139354) 1: PID: real 2140 virt 644
> > > (01.144505) 645: premap 0x0000000076f1f000-0x0000000076f37000 ->
> > > 0000000076772000
> > > (01.144657) 645: Map 0x0000000076f46000-0x0000000076f47000
> > > 0x0000000000017000 vma
> > > (01.144845) 645: premap 0x0000000076f46000-0x0000000076f47000 ->
> > > 000000007678a000
> > > (01.144925) 645: Map 0x0000000076f47000-0x0000000076f48000
> > > 0x0000000000018000 vma
> > > (01.145013) 645: premap 0x0000000076f47000-0x0000000076f48000 ->
> > > 000000007678b000
> > > (01.145108) 645: Map 0x0000000076f48000-0x0000000076f94000
> > > 0x0000000000000000 vma
> > > (01.146215) 1: Forking task with 533 pid (flags 0x0)
> > > (01.146382) 1: PID: real 2141 virt 620
> > > (01.146861) 645: premap 0x0000000076f48000-0x0000000076f94000 ->
> > > 000000007678c000
> > > (01.146946) 645: Map 0x0000000076f9a000-0x0000000076f9b000
> > > 0x0000000000000000 vma
> > > (01.147029) 644: cg: Move into 13
> > > (01.147040) 645: premap 0x0000000076f9a000-0x0000000076f9b000 ->
> > > 00000000767d8000
> > > (01.147093) 644: cg: `-> blkio//lxc/migratest/tasks
> > > (01.147103) 645: Map 0x0000000076fa1000-0x0000000076fa3000
> > > 0x0000000000000000 vma
> > > (01.147197) 645: premap 0x0000000076fa1000-0x0000000076fa3000 ->
> > > 00000000767d9000
> > > (01.147274) 645: Map 0x0000000076fa3000-0x0000000076fa4000
> > > 0x000000000004b000 vma
> > > (01.147295) 644: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.147356) 645: premap 0x0000000076fa3000-0x0000000076fa4000 ->
> > > 00000000767db000
> > > (01.147397) 644: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.147415) 645: Map 0x0000000076fa4000-0x0000000076fca000
> > > 0x000000000004c000 vma
> > > (01.147486) 644: cg: `-> debug//lxc/migratest/tasks
> > > (01.147614) 644: cg: `-> devices//lxc/migratest/tasks
> > > (01.147776) 644: cg: `-> freezer//lxc/migratest/tasks
> > > (01.147955) 644: cg: `-> systemd//lxc/migratest/tasks
> > > (01.147981) 645: premap 0x0000000076fa4000-0x0000000076fca000 ->
> > > 00000000767dc000
> > > (01.148051) 645: Map 0x0000000076fca000-0x0000000076fd9000
> > > 0x0000000000000000 vma
> > > (01.148086) 644: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.148184) 644: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.148262) 645: premap 0x0000000076fca000-0x0000000076fd9000 ->
> > > 0000000076802000
> > > (01.148326) 645: Map 0x0000000077cee000-0x0000000077d0f000
> > > 0x0000000000000000 vma
> > > (01.148461) 644: Map 0x0000000076e33000-0x0000000076f09000
> > > 0x0000000000000000 vma
> > > (01.148585) 644: premap 0x0000000076e33000-0x0000000076f09000 ->
> > > 0000000076686000
> > > (01.148640) 645: premap 0x0000000077cee000-0x0000000077d0f000 ->
> > > 0000000076811000
> > > (01.148685) 645: Map 0x000000007e9be000-0x000000007e9e1000
> > > 0x0000000000000000 vma
> > > (01.148703) 644: Map 0x0000000076f09000-0x0000000076f19000
> > > 0x00000000000d6000 vma
> > > (01.148762) 644: premap 0x0000000076f09000-0x0000000076f19000 ->
> > > 000000007675c000
> > > (01.148831) 644: Map 0x0000000076f19000-0x0000000076f1b000
> > > 0x00000000000d6000 vma
> > > (01.148896) 644: premap 0x0000000076f19000-0x0000000076f1b000 ->
> > > 000000007676c000
> > > (01.148967) 644: Map 0x0000000076f1b000-0x0000000076f1c000
> > > 0x00000000000d8000 vma
> > > (01.149047) 645: premap 0x000000007e9be000-0x000000007e9e1000 ->
> > > 0000000076832000
> > > (01.149258) 620: cg: Move into 12
> > > (01.150660) 645: Map 0x000000007ee13000-0x000000007ee14000
> > > 0x0000000000000000 vma
> > > (01.150675) 644: premap 0x0000000076f1b000-0x0000000076f1c000 ->
> > > 000000007676e000
> > > (01.150725) 620: cg: `-> blkio//lxc/migratest/tasks
> > > (01.150755) 645: premap 0x000000007ee13000-0x000000007ee14000 ->
> > > 0000000076855000
> > > (01.150756) 644: Map 0x0000000076f1c000-0x0000000076f1f000
> > > 0x0000000000000000 vma
> > > (01.150839) 644: premap 0x0000000076f1c000-0x0000000076f1f000 ->
> > > 000000007676f000
> > > (01.150916) 644: Map 0x0000000076f1f000-0x0000000076f37000
> > > 0x0000000000000000 vma
> > > (01.151001) 620: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.151010) 644: premap 0x0000000076f1f000-0x0000000076f37000 ->
> > > 0000000076772000
> > > (01.151100) 644: Map 0x0000000076f46000-0x0000000076f47000
> > > 0x0000000000017000 vma
> > > (01.151130) 620: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.151168) 644: premap 0x0000000076f46000-0x0000000076f47000 ->
> > > 000000007678a000
> > > (01.151145) 645: Opened page read 2 (parent 0)
> > > (01.151231) 620: cg: `-> debug//lxc/migratest/tasks
> > > (01.151230) 644: Map 0x0000000076f47000-0x0000000076f48000
> > > 0x0000000000018000 vma
> > > (01.151246) 645: pr2 Read 76dc0000 115 pages
> > > (01.151328) 620: cg: `-> devices//lxc/migratest/tasks
> > > (01.151370) 645: pr2 Read page from self 76dc0000/0
> > > (01.151374) 644: premap 0x0000000076f47000-0x0000000076f48000 ->
> > > 000000007678b000
> > > (01.151464) 620: cg: `-> freezer//lxc/migratest/tasks
> > > (01.151492) 644: Map 0x0000000076f48000-0x0000000076f94000
> > > 0x0000000000000000 vma
> > > (01.151616) 644: premap 0x0000000076f48000-0x0000000076f94000 ->
> > > 000000007678c000
> > > (01.151655) 620: cg: `-> systemd//lxc/migratest/tasks
> > > (01.151694) 644: Map 0x0000000076f9a000-0x0000000076f9b000
> > > 0x0000000000000000 vma
> > > (01.151811) 644: premap 0x0000000076f9a000-0x0000000076f9b000 ->
> > > 00000000767d8000
> > > (01.151893) 644: Map 0x0000000076fa1000-0x0000000076fa3000
> > > 0x0000000000000000 vma
> > > (01.152003) 644: premap 0x0000000076fa1000-0x0000000076fa3000 ->
> > > 00000000767d9000
> > > (01.152148) 644: Map 0x0000000076fa3000-0x0000000076fa4000
> > > 0x000000000004b000 vma
> > > (01.152332) 644: premap 0x0000000076fa3000-0x0000000076fa4000 ->
> > > 00000000767db000
> > > (01.152512) 644: Map 0x0000000076fa4000-0x0000000076fca000
> > > 0x000000000004c000 vma
> > > (01.152729) 644: premap 0x0000000076fa4000-0x0000000076fca000 ->
> > > 00000000767dc000
> > > (01.152765) 645: pr2 Read 76e33000 1 pages
> > > (01.152811) 644: Map 0x0000000076fca000-0x0000000076fd9000
> > > 0x0000000000000000 vma
> > > (01.152843) 645: pr2 Read page from self 76e33000/73000
> > > (01.152898) 644: premap 0x0000000076fca000-0x0000000076fd9000 ->
> > > 0000000076802000
> > > (01.152902) 645: pr2 Read 76f19000 2 pages
> > > (01.152960) 645: pr2 Read page from self 76f19000/74000
> > > (01.152962) 644: Map 0x0000000077cee000-0x0000000077d0f000
> > > 0x0000000000000000 vma
> > > (01.152982) 620: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.152972) 1: Forking task with 374 pid (flags 0x0)
> > > (01.153014) 645: pr2 Read 76f1b000 1 pages
> > > (01.153047) 644: premap 0x0000000077cee000-0x0000000077d0f000 ->
> > > 0000000076811000
> > > (01.153087) 645: pr2 Read page from self 76f1b000/76000
> > > (01.153111) 644: Map 0x000000007e9be000-0x000000007e9e1000
> > > 0x0000000000000000 vma
> > > (01.153148) 620: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.153154) 645: pr2 Read 76f1c000 3 pages
> > > (01.153171) 644: premap 0x000000007e9be000-0x000000007e9e1000 ->
> > > 0000000076832000
> > > (01.153199) 645: pr2 Read page from self 76f1c000/77000
> > > (01.153220) 644: Map 0x000000007ee13000-0x000000007ee14000
> > > 0x0000000000000000 vma
> > > (01.153275) 645: pr2 Read 76f46000 1 pages
> > > (01.153275) 644: premap 0x000000007ee13000-0x000000007ee14000 ->
> > > 0000000076855000
> > > (01.153312) 645: pr2 Read page from self 76f46000/7a000
> > > (01.153359) 620: Map 0x000000007682d000-0x0000000076834000
> > > 0x0000000000000000 vma
> > > (01.153384) 645: pr2 Read 76f47000 1 pages
> > > (01.153429) 645: pr2 Read page from self 76f47000/7b000
> > > (01.153439) 620: premap 0x000000007682d000-0x0000000076834000 ->
> > > 000000007607f000
> > > (01.153498) 645: pr2 Read 76f9a000 1 pages
> > > (01.153514) 620: Map 0x0000000076834000-0x0000000076843000
> > > 0x0000000000007000 vma
> > > (01.153540) 645: pr2 Read page from self 76f9a000/7c000
> > > (01.153587) 620: premap 0x0000000076834000-0x0000000076843000 ->
> > > 0000000076086000
> > > (01.153607) 645: pr2 Read 76fa1000 2 pages
> > > (01.153605) 644: Opened page read 2 (parent 0)
> > > (01.153655) 645: pr2 Read page from self 76fa1000/7d000
> > > (01.153653) 620: Map 0x0000000076843000-0x0000000076844000
> > > 0x0000000000006000 vma
> > > (01.153683) 644: pr2 Read 76e33000 1 pages
> > > (01.153722) 645: pr2 Read 76fa3000 1 pages
> > > (01.153742) 644: pr2 Read page from self 76e33000/0
> > > (01.153748) 620: premap 0x0000000076843000-0x0000000076844000 ->
> > > 0000000076095000
> > > (01.153762) 645: pr2 Read page from self 76fa3000/7f000
> > > (01.153825) 620: Map 0x0000000076844000-0x0000000076845000
> > > 0x0000000000007000 vma
> > > (01.153834) 645: pr2 Read 76fa4000 38 pages
> > > (01.153836) 644: pr2 Read 76f19000 2 pages
> > > (01.153886) 645: pr2 Read page from self 76fa4000/80000
> > > (01.153887) 620: premap 0x0000000076844000-0x0000000076845000 ->
> > > 0000000076096000
> > > (01.153907) 644: pr2 Read page from self 76f19000/1000
> > > (01.153951) 620: Map 0x0000000076845000-0x000000007684b000
> > > 0x0000000000000000 vma
> > > (01.154163) 620: premap 0x0000000076845000-0x000000007684b000 ->
> > > 0000000076097000
> > > (01.154171) 644: pr2 Read 76f1b000 1 pages
> > > (01.154372) 644: pr2 Read page from self 76f1b000/3000
> > > (01.154437) 645: pr2 Read 76fca000 15 pages
> > > (01.154482) 620: Map 0x000000007684b000-0x0000000076852000
> > > 0x0000000000000000 vma
> > > (01.154486) 645: pr2 Read page from self 76fca000/a6000
> > > (01.154496) 644: pr2 Read 76f1c000 3 pages
> > > (01.154568) 644: pr2 Read page from self 76f1c000/4000
> > > (01.154572) 620: premap 0x000000007684b000-0x0000000076852000 ->
> > > 000000007609d000
> > > (01.154705) 645: pr2 Read 77cee000 33 pages
> > > (01.154708) 644: pr2 Read 76f46000 1 pages
> > > (01.154719) 620: Map 0x0000000076852000-0x0000000076861000
> > > 0x0000000000007000 vma
> > > (01.154747) 645: pr2 Read page from self 77cee000/b5000
> > > (01.154768) 644: pr2 Read page from self 76f46000/7000
> > > (01.154827) 620: premap 0x0000000076852000-0x0000000076861000 ->
> > > 00000000760a4000
> > > (01.154933) 620: Map 0x0000000076861000-0x0000000076862000
> > > 0x0000000000006000 vma
> > > (01.155053) 620: premap 0x0000000076861000-0x0000000076862000 ->
> > > 00000000760b3000
> > > (01.155143) 645: pr2 Read 7e9c0000 33 pages
> > > (01.155398) 620: Map 0x0000000076862000-0x0000000076863000
> > > 0x0000000000007000 vma
> > > (01.155422) 645: pr2 Read page from self 7e9c0000/d6000
> > > (01.155482) 620: premap 0x0000000076862000-0x0000000076863000 ->
> > > 00000000760b4000
> > > (01.155570) 620: Map 0x0000000076863000-0x0000000076867000
> > > 0x0000000000000000 vma
> > > (01.155676) 620: premap 0x0000000076863000-0x0000000076867000 ->
> > > 00000000760b5000
> > > (01.155779) 620: Map 0x0000000076867000-0x0000000076877000
> > > 0x0000000000004000 vma
> > > (01.155784) 645: pr2 Read 7ee13000 1 pages
> > > (01.155847) 645: pr2 Read page from self 7ee13000/f7000
> > > (01.155848) 620: premap 0x0000000076867000-0x0000000076877000 ->
> > > 00000000760b9000
> > > (01.155922) 620: Map 0x0000000076877000-0x0000000076878000
> > > 0x0000000000004000 vma
> > > (01.155957) 645: nr_restored_pages: 248
> > > (01.155987) 645: nr_shared_pages: 0
> > > (01.155985) 620: premap 0x0000000076877000-0x0000000076878000 ->
> > > 00000000760c9000
> > > (01.156011) 645: nr_droped_pages: 0
> > > (01.156046) 645: nr_lazy: 0
> > > (01.156053) 620: Map 0x0000000076878000-0x0000000076879000
> > > 0x0000000000005000 vma
> > > (01.156068) 645: Restore sigacts for 645
> > > (01.156104) 620: premap 0x0000000076878000-0x0000000076879000 ->
> > > 00000000760ca000
> > > (01.156169) 620: Map 0x0000000076879000-0x0000000076885000
> > > 0x0000000000000000 vma
> > > (01.156225) 620: premap 0x0000000076879000-0x0000000076885000 ->
> > > 00000000760cb000
> > > (01.156335) 620: Map 0x0000000076885000-0x0000000076894000
> > > 0x000000000000c000 vma
> > > (01.156420) 620: premap 0x0000000076885000-0x0000000076894000 ->
> > > 00000000760d7000
> > > (01.156444) 645: Restored 61/61 sigacts
> > > (01.156481) 620: Map 0x0000000076894000-0x0000000076895000
> > > 0x000000000000b000 vma
> > > (01.156486) 645: Restoring children in alien sessions:
> > > (01.156530) 645: Restoring 645 to 645 sid
> > > (01.156533) 620: premap 0x0000000076894000-0x0000000076895000 ->
> > > 00000000760e6000
> > > (01.156592) 620: Map 0x0000000076895000-0x0000000076896000
> > > 0x000000000000c000 vma
> > > (01.156611) 645: Restoring children in our session:
> > > (01.156642) 620: premap 0x0000000076895000-0x0000000076896000 ->
> > > 00000000760e7000
> > > (01.156696) 645: Restoring 645 to 645 pgid
> > > (01.156725) 620: Map 0x0000000076896000-0x00000000768a3000
> > > 0x0000000000000000 vma
> > > (01.156790) 620: premap 0x0000000076896000-0x00000000768a3000 ->
> > > 00000000760e8000
> > > (01.156857) 620: Map 0x00000000768a3000-0x00000000768b2000
> > > 0x000000000000d000 vma
> > > (01.156920) 620: premap 0x00000000768a3000-0x00000000768b2000 ->
> > > 00000000760f5000
> > > (01.156981) 620: Map 0x00000000768b2000-0x00000000768b3000
> > > 0x000000000000c000 vma
> > > (01.157043) 620: premap 0x00000000768b2000-0x00000000768b3000 ->
> > > 0000000076104000
> > > (01.157103) 620: Map 0x00000000768b3000-0x00000000768b4000
> > > 0x000000000000d000 vma
> > > (01.157172) 620: premap 0x00000000768b3000-0x00000000768b4000 ->
> > > 0000000076105000
> > > (01.157287) 620: Map 0x00000000768b4000-0x00000000768b6000
> > > 0x0000000000000000 vma
> > > (01.157354) 620: premap 0x00000000768b4000-0x00000000768b6000 ->
> > > 0000000076106000
> > > (01.157435) 620: Map 0x00000000768b6000-0x00000000768b8000
> > > 0x0000000000000000 vma
> > > (01.157503) 620: premap 0x00000000768b6000-0x00000000768b8000 ->
> > > 0000000076108000
> > > (01.157567) 620: Map 0x00000000768b8000-0x00000000768c7000
> > > 0x0000000000002000 vma
> > > (01.157633) 620: premap 0x00000000768b8000-0x00000000768c7000 ->
> > > 000000007610a000
> > > (01.157699) 620: Map 0x00000000768c7000-0x00000000768c8000
> > > 0x0000000000001000 vma
> > > (01.157558) 1: PID: real 2142 virt 533
> > > (01.157762) 620: premap 0x00000000768c7000-0x00000000768c8000 ->
> > > 0000000076119000
> > > (01.157839) 620: Map 0x00000000768c8000-0x00000000768c9000
> > > 0x0000000000002000 vma
> > > (01.157904) 620: premap 0x00000000768c8000-0x00000000768c9000 ->
> > > 000000007611a000
> > > (01.157965) 620: Map 0x00000000768c9000-0x00000000768cf000
> > > 0x0000000000000000 vma
> > > (01.158020) 620: premap 0x00000000768c9000-0x00000000768cf000 ->
> > > 000000007611b000
> > > (01.158071) 620: Map 0x00000000768cf000-0x00000000768de000
> > > 0x0000000000006000 vma
> > > (01.158120) 620: premap 0x00000000768cf000-0x00000000768de000 ->
> > > 0000000076121000
> > > (01.158188) 620: Map 0x00000000768de000-0x00000000768df000
> > > 0x0000000000005000 vma
> > > (01.158253) 620: premap 0x00000000768de000-0x00000000768df000 ->
> > > 0000000076130000
> > > (01.158314) 620: Map 0x00000000768df000-0x00000000768e0000
> > > 0x0000000000006000 vma
> > > (01.158371) 620: premap 0x00000000768df000-0x00000000768e0000 ->
> > > 0000000076131000
> > > (01.158440) 620: Map 0x00000000768e0000-0x0000000076902000
> > > 0x0000000000000000 vma
> > > (01.158497) 620: premap 0x00000000768e0000-0x0000000076902000 ->
> > > 0000000076132000
> > > (01.158554) 620: Map 0x0000000076902000-0x0000000076911000
> > > 0x0000000000022000 vma
> > > (01.158605) 620: premap 0x0000000076902000-0x0000000076911000 ->
> > > 0000000076154000
> > > (01.158659) 620: Map 0x0000000076911000-0x0000000076912000
> > > 0x0000000000021000 vma
> > > (01.158711) 620: premap 0x0000000076911000-0x0000000076912000 ->
> > > 0000000076163000
> > > (01.158761) 620: Map 0x0000000076912000-0x0000000076913000
> > > 0x0000000000022000 vma
> > > (01.158822) 620: premap 0x0000000076912000-0x0000000076913000 ->
> > > 0000000076164000
> > > (01.158878) 620: Map 0x0000000076913000-0x0000000076924000
> > > 0x0000000000000000 vma
> > > (01.158928) 620: premap 0x0000000076913000-0x0000000076924000 ->
> > > 0000000076165000
> > > (01.158984) 620: Map 0x0000000076924000-0x0000000076933000
> > > 0x0000000000011000 vma
> > > (01.159037) 620: premap 0x0000000076924000-0x0000000076933000 ->
> > > 0000000076176000
> > > (01.159103) 620: Map 0x0000000076933000-0x0000000076934000
> > > 0x0000000000010000 vma
> > > (01.159161) 620: premap 0x0000000076933000-0x0000000076934000 ->
> > > 0000000076185000
> > > (01.159213) 620: Map 0x0000000076934000-0x0000000076935000
> > > 0x0000000000011000 vma
> > > (01.159273) 620: premap 0x0000000076934000-0x0000000076935000 ->
> > > 0000000076186000
> > > (01.159334) 620: Map 0x0000000076935000-0x0000000076937000
> > > 0x0000000000000000 vma
> > > (01.159410) 620: premap 0x0000000076935000-0x0000000076937000 ->
> > > 0000000076187000
> > > (01.159488) 620: Map 0x0000000076937000-0x000000007694f000
> > > 0x0000000000000000 vma
> > > (01.159572) 620: premap 0x0000000076937000-0x000000007694f000 ->
> > > 0000000076189000
> > > (01.159736) 1: Forking task with 356 pid (flags 0x0)
> > > (01.159883) 644: pr2 Read 76f47000 1 pages
> > > (01.159917) 620: Map 0x000000007694f000-0x000000007695e000
> > > 0x0000000000018000 vma
> > > (01.159972) 644: pr2 Read page from self 76f47000/8000
> > > (01.160034) 620: premap 0x000000007694f000-0x000000007695e000 ->
> > > 00000000761a1000
> > > (01.160076) 644: pr2 Read 76f9a000 1 pages
> > > (01.160103) 620: Map 0x000000007695e000-0x000000007695f000
> > > 0x0000000000017000 vma
> > > (01.160111) 644: pr2 Read page from self 76f9a000/9000
> > > (01.160158) 620: premap 0x000000007695e000-0x000000007695f000 ->
> > > 00000000761b0000
> > > (01.160195) 644: pr2 Read 76fa1000 2 pages
> > > (01.160233) 644: pr2 Read page from self 76fa1000/a000
> > > (01.160242) 620: Map 0x000000007695f000-0x00000000769d9000
> > > 0x0000000000000000 vma
> > > (01.160311) 644: pr2 Read 76fa3000 1 pages
> > > (01.160318) 533: cg: Move into 11
> > > (01.160385) 644: pr2 Read page from self 76fa3000/c000
> > > (01.160388) 620: premap 0x000000007695f000-0x00000000769d9000 ->
> > > 00000000761b1000
> > > (01.160425) 533: cg: `-> blkio//lxc/migratest/tasks
> > > (01.160469) 644: pr2 Read 76fa4000 1 pages
> > > (01.160490) 620: Map 0x00000000769d9000-0x00000000769e9000
> > > 0x000000000007a000 vma
> > > (01.160510) 644: pr2 Read page from self 76fa4000/d000
> > > (01.160555) 620: premap 0x00000000769d9000-0x00000000769e9000 ->
> > > 000000007622b000
> > > (01.160595) 644: pr2 Read 76fa8000 2 pages
> > > (01.160612) 620: Map 0x00000000769e9000-0x00000000769ea000
> > > 0x000000000007a000 vma
> > > (01.160629) 644: pr2 Read page from self 76fa8000/e000
> > > (01.160647) 533: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.160670) 620: premap 0x00000000769e9000-0x00000000769ea000 ->
> > > 000000007623b000
> > > (01.160716) 644: pr2 Read 76fb9000 1 pages
> > > (01.160729) 620: Map 0x00000000769ea000-0x00000000769ee000
> > > 0x000000000007b000 vma
> > > (01.160747) 644: pr2 Read page from self 76fb9000/10000
> > > (01.160757) 533: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.160783) 620: premap 0x00000000769ea000-0x00000000769ee000 ->
> > > 000000007623c000
> > > (01.160816) 644: pr2 Read 76fc9000 1 pages
> > > (01.160828) 620: Map 0x00000000769ee000-0x00000000769ef000
> > > 0x0000000000000000 vma
> > > (01.160846) 644: pr2 Read page from self 76fc9000/11000
> > > (01.160864) 533: cg: `-> debug//lxc/migratest/tasks
> > > (01.160880) 620: premap 0x00000000769ee000-0x00000000769ef000 ->
> > > 0000000076240000
> > > (01.160911) 644: pr2 Read 76fd6000 1 pages
> > > (01.160943) 644: pr2 Read page from self 76fd6000/12000
> > > (01.160950) 620: Map 0x00000000769ef000-0x0000000076a05000
> > > 0x0000000000000000 vma
> > > (01.160967) 533: cg: `-> devices//lxc/migratest/tasks
> > > (01.161008) 644: pr2 Read 77cee000 4 pages
> > > (01.161011) 620: premap 0x00000000769ef000-0x0000000076a05000 ->
> > > 0000000076241000
> > > (01.161037) 644: pr2 Read page from self 77cee000/13000
> > > (01.161071) 620: Map 0x0000000076a05000-0x0000000076a0d000
> > > 0x0000000000016000 vma
> > > (01.161077) 533: cg: `-> freezer//lxc/migratest/tasks
> > > (01.161132) 620: premap 0x0000000076a05000-0x0000000076a0d000 ->
> > > 0000000076257000
> > > (01.161138) 644: pr2 Read 7e9df000 2 pages
> > > (01.161181) 620: Map 0x0000000076a0d000-0x0000000076a0e000
> > > 0x0000000000016000 vma
> > > (01.161184) 644: pr2 Read page from self 7e9df000/17000
> > > (01.161204) 533: cg: `-> systemd//lxc/migratest/tasks
> > > (01.161230) 620: premap 0x0000000076a0d000-0x0000000076a0e000 ->
> > > 000000007625f000
> > > (01.161293) 644: nr_restored_pages: 25
> > > (01.161296) 620: Map 0x0000000076a0e000-0x0000000076a0f000
> > > 0x0000000000017000 vma
> > > (01.161318) 533: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.161324) 644: nr_shared_pages: 0
> > > (01.161363) 620: premap 0x0000000076a0e000-0x0000000076a0f000 ->
> > > 0000000076260000
> > > (01.161377) 644: nr_droped_pages: 0
> > > (01.161413) 644: nr_lazy: 0
> > > (01.161416) 620: Map 0x0000000076a0f000-0x0000000076a14000
> > > 0x0000000000000000 vma
> > > (01.161419) 533: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.161435) 644: Restore sigacts for 644
> > > (01.161473) 620: premap 0x0000000076a0f000-0x0000000076a14000 ->
> > > 0000000076261000
> > > (01.161523) 620: Map 0x0000000076a14000-0x0000000076a23000
> > > 0x0000000000005000 vma
> > > (01.161576) 620: premap 0x0000000076a14000-0x0000000076a23000 ->
> > > 0000000076266000
> > > (01.161628) 620: Map 0x0000000076a23000-0x0000000076a24000
> > > 0x0000000000004000 vma
> > > (01.161634) 533: Map 0x0000000076c47000-0x0000000076c4e000
> > > 0x0000000000000000 vma
> > > (01.161679) 620: premap 0x0000000076a23000-0x0000000076a24000 ->
> > > 0000000076275000
> > > (01.161707) 533: premap 0x0000000076c47000-0x0000000076c4e000 ->
> > > 0000000076475000
> > > (01.161727) 620: Map 0x0000000076a24000-0x0000000076a25000
> > > 0x0000000000005000 vma
> > > (01.161756) 533: Map 0x0000000076c4e000-0x0000000076c5d000
> > > 0x0000000000007000 vma
> > > (01.161775) 620: premap 0x0000000076a24000-0x0000000076a25000 ->
> > > 0000000076276000
> > > (01.161800) 533: premap 0x0000000076c4e000-0x0000000076c5d000 ->
> > > 000000007647c000
> > > (01.161820) 620: Map 0x0000000076a25000-0x0000000076a71000
> > > 0x0000000000000000 vma
> > > (01.161834) 644: Restored 61/61 sigacts
> > > (01.161904) 533: Map 0x0000000076c5d000-0x0000000076c5e000
> > > 0x0000000000006000 vma
> > > (01.161924) 620: premap 0x0000000076a25000-0x0000000076a71000 ->
> > > 0000000076277000
> > > (01.161935) 644: Restoring children in alien sessions:
> > > (01.161965) 533: premap 0x0000000076c5d000-0x0000000076c5e000 ->
> > > 000000007648b000
> > > (01.161982) 644: Restoring 644 to 644 sid
> > > (01.162003) 620: Map 0x0000000076a71000-0x0000000076a80000
> > > 0x000000000004c000 vma
> > > (01.162023) 533: Map 0x0000000076c5e000-0x0000000076c5f000
> > > 0x0000000000007000 vma
> > > (01.162065) 620: premap 0x0000000076a71000-0x0000000076a80000 ->
> > > 00000000762c3000
> > > (01.162076) 533: premap 0x0000000076c5e000-0x0000000076c5f000 ->
> > > 000000007648c000
> > > (01.162080) 644: Restoring children in our session:
> > > (01.162117) 620: Map 0x0000000076a80000-0x0000000076a81000
> > > 0x000000000004b000 vma
> > > (01.162118) 533: Map 0x0000000076c5f000-0x0000000076ca6000
> > > 0x0000000000000000 vma
> > > (01.162170) 644: Restoring 644 to 644 pgid
> > > (01.162168) 620: premap 0x0000000076a80000-0x0000000076a81000 ->
> > > 00000000762d2000
> > > (01.162182) 533: premap 0x0000000076c5f000-0x0000000076ca6000 ->
> > > 000000007648d000
> > > (01.162254) 620: Map 0x0000000076a81000-0x0000000076a82000
> > > 0x000000000004c000 vma
> > > (01.162264) 533: Map 0x0000000076ca6000-0x0000000076ca8000
> > > 0x0000000000000000 vma
> > > (01.162322) 620: premap 0x0000000076a81000-0x0000000076a82000 ->
> > > 00000000762d3000
> > > (01.162343) 533: premap 0x0000000076ca6000-0x0000000076ca8000 ->
> > > 00000000764d4000
> > > (01.162388) 620: Map 0x0000000076a82000-0x0000000076a84000
> > > 0x0000000000000000 vma
> > > (01.162411) 533: Map 0x0000000076ca8000-0x0000000076cb7000
> > > 0x0000000000002000 vma
> > > (01.162457) 620: premap 0x0000000076a82000-0x0000000076a84000 ->
> > > 00000000762d4000
> > > (01.162477) 533: premap 0x0000000076ca8000-0x0000000076cb7000 ->
> > > 00000000764d6000
> > > (01.162514) 620: Map 0x0000000076a84000-0x0000000076a93000
> > > 0x0000000000002000 vma
> > > (01.162537) 533: Map 0x0000000076cb7000-0x0000000076cb8000
> > > 0x0000000000001000 vma
> > > (01.162571) 620: premap 0x0000000076a84000-0x0000000076a93000 ->
> > > 00000000762d6000
> > > (01.162595) 533: premap 0x0000000076cb7000-0x0000000076cb8000 ->
> > > 00000000764e5000
> > > (01.162637) 620: Map 0x0000000076a93000-0x0000000076a94000
> > > 0x0000000000001000 vma
> > > (01.162661) 533: Map 0x0000000076cb8000-0x0000000076cb9000
> > > 0x0000000000002000 vma
> > > (01.162703) 620: premap 0x0000000076a93000-0x0000000076a94000 ->
> > > 00000000762e5000
> > > (01.162726) 533: premap 0x0000000076cb8000-0x0000000076cb9000 ->
> > > 00000000764e6000
> > > (01.162762) 620: Map 0x0000000076a94000-0x0000000076a95000
> > > 0x0000000000002000 vma
> > > (01.162793) 533: Map 0x0000000076cb9000-0x0000000076d8f000
> > > 0x0000000000000000 vma
> > > (01.162830) 620: premap 0x0000000076a94000-0x0000000076a95000 ->
> > > 00000000762e6000
> > > (01.162656) 1: PID: real 2143 virt 374
> > > (01.162854) 533: premap 0x0000000076cb9000-0x0000000076d8f000 ->
> > > 00000000764e7000
> > > (01.162884) 620: Map 0x0000000076a95000-0x0000000076aa2000
> > > 0x0000000000000000 vma
> > > (01.162935) 533: Map 0x0000000076d8f000-0x0000000076d9f000
> > > 0x00000000000d6000 vma
> > > (01.162947) 620: premap 0x0000000076a95000-0x0000000076aa2000 ->
> > > 00000000762e7000
> > > (01.163005) 533: premap 0x0000000076d8f000-0x0000000076d9f000 ->
> > > 00000000765bd000
> > > (01.163033) 620: Map 0x0000000076aa2000-0x0000000076ab1000
> > > 0x000000000000d000 vma
> > > (01.163059) 533: Map 0x0000000076d9f000-0x0000000076da1000
> > > 0x00000000000d6000 vma
> > > (01.163087) 620: premap 0x0000000076aa2000-0x0000000076ab1000 ->
> > > 00000000762f4000
> > > (01.163106) 533: premap 0x0000000076d9f000-0x0000000076da1000 ->
> > > 00000000765cd000
> > > (01.163141) 620: Map 0x0000000076ab1000-0x0000000076ab2000
> > > 0x000000000000c000 vma
> > > (01.163161) 533: Map 0x0000000076da1000-0x0000000076da2000
> > > 0x00000000000d8000 vma
> > > (01.163187) 620: premap 0x0000000076ab1000-0x0000000076ab2000 ->
> > > 0000000076303000
> > > (01.163207) 533: premap 0x0000000076da1000-0x0000000076da2000 ->
> > > 00000000765cf000
> > > (01.163232) 620: Map 0x0000000076ab2000-0x0000000076ab3000
> > > 0x000000000000d000 vma
> > > (01.163297) 533: Map 0x0000000076da2000-0x0000000076da5000
> > > 0x0000000000000000 vma
> > > (01.163335) 620: premap 0x0000000076ab2000-0x0000000076ab3000 ->
> > > 0000000076304000
> > > (01.163351) 533: premap 0x0000000076da2000-0x0000000076da5000 ->
> > > 00000000765d0000
> > > (01.163371) 620: Map 0x0000000076ab3000-0x0000000076ab5000
> > > 0x0000000000000000 vma
> > > (01.163426) 620: premap 0x0000000076ab3000-0x0000000076ab5000 ->
> > > 0000000076305000
> > > (01.163430) 533: Map 0x0000000076da5000-0x0000000076de6000
> > > 0x0000000000000000 vma
> > > (01.163476) 620: Map 0x0000000076ab5000-0x0000000076b8b000
> > > 0x0000000000000000 vma
> > > (01.163499) 533: premap 0x0000000076da5000-0x0000000076de6000 ->
> > > 00000000765d3000
> > > (01.163522) 620: premap 0x0000000076ab5000-0x0000000076b8b000 ->
> > > 0000000076307000
> > > (01.163551) 533: Map 0x0000000076de6000-0x0000000076df5000
> > > 0x0000000000041000 vma
> > > (01.163576) 620: Map 0x0000000076b8b000-0x0000000076b9b000
> > > 0x00000000000d6000 vma
> > > (01.163597) 533: premap 0x0000000076de6000-0x0000000076df5000 ->
> > > 0000000076614000
> > > (01.163625) 620: premap 0x0000000076b8b000-0x0000000076b9b000 ->
> > > 00000000763dd000
> > > (01.163646) 533: Map 0x0000000076df5000-0x0000000076df6000
> > > 0x0000000000040000 vma
> > > (01.163671) 620: Map 0x0000000076b9b000-0x0000000076b9d000
> > > 0x00000000000d6000 vma
> > > (01.163696) 533: premap 0x0000000076df5000-0x0000000076df6000 ->
> > > 0000000076623000
> > > (01.163719) 620: premap 0x0000000076b9b000-0x0000000076b9d000 ->
> > > 00000000763ed000
> > > (01.163743) 533: Map 0x0000000076df6000-0x0000000076df7000
> > > 0x0000000000041000 vma
> > > (01.163765) 620: Map 0x0000000076b9d000-0x0000000076b9e000
> > > 0x00000000000d8000 vma
> > > (01.163793) 533: premap 0x0000000076df6000-0x0000000076df7000 ->
> > > 0000000076624000
> > > (01.163810) 620: premap 0x0000000076b9d000-0x0000000076b9e000 ->
> > > 00000000763ef000
> > > (01.163846) 620: Map 0x0000000076b9e000-0x0000000076ba1000
> > > 0x0000000000000000 vma
> > > (01.163848) 533: Map 0x0000000076df7000-0x0000000076f2a000
> > > 0x0000000000000000 vma
> > > (01.163888) 620: premap 0x0000000076b9e000-0x0000000076ba1000 ->
> > > 00000000763f0000
> > > (01.163911) 533: premap 0x0000000076df7000-0x0000000076f2a000 ->
> > > 0000000076625000
> > > (01.163939) 620: Map 0x0000000076ba1000-0x0000000076ba3000
> > > 0x0000000000000000 vma
> > > (01.163979) 533: Map 0x0000000076f2a000-0x0000000076f3a000
> > > 0x0000000000133000 vma
> > > (01.163985) 620: premap 0x0000000076ba1000-0x0000000076ba3000 ->
> > > 00000000763f3000
> > > (01.164028) 533: premap 0x0000000076f2a000-0x0000000076f3a000 ->
> > > 0000000076758000
> > > (01.164050) 620: Map 0x0000000076ba3000-0x0000000076bb2000
> > > 0x0000000000002000 vma
> > > (01.164099) 620: premap 0x0000000076ba3000-0x0000000076bb2000 ->
> > > 00000000763f5000
> > > (01.164098) 533: Map 0x0000000076f3a000-0x0000000076f3b000
> > > 0x0000000000133000 vma
> > > (01.164147) 620: Map 0x0000000076bb2000-0x0000000076bb3000
> > > 0x0000000000001000 vma
> > > (01.164172) 533: premap 0x0000000076f3a000-0x0000000076f3b000 ->
> > > 0000000076768000
> > > (01.164193) 620: premap 0x0000000076bb2000-0x0000000076bb3000 ->
> > > 0000000076404000
> > > (01.164223) 533: Map 0x0000000076f3b000-0x0000000076f3e000
> > > 0x0000000000134000 vma
> > > (01.164363) 533: premap 0x0000000076f3b000-0x0000000076f3e000 ->
> > > 0000000076769000
> > > (01.164247) 620: Map 0x0000000076bb3000-0x0000000076bb4000
> > > 0x0000000000002000 vma
> > > (01.164493) 533: Map 0x0000000076f3e000-0x0000000076f56000
> > > 0x0000000000000000 vma
> > > (01.164547) 620: premap 0x0000000076bb3000-0x0000000076bb4000 ->
> > > 0000000076405000
> > > (01.164556) 533: premap 0x0000000076f3e000-0x0000000076f56000 ->
> > > 000000007676c000
> > > (01.164625) 620: Map 0x0000000076bb4000-0x0000000076c32000
> > > 0x0000000000000000 vma
> > > (01.164624) 533: Map 0x0000000076f65000-0x0000000076f66000
> > > 0x0000000000017000 vma
> > > (01.164686) 620: premap 0x0000000076bb4000-0x0000000076c32000 ->
> > > 0000000076406000
> > > (01.164704) 533: premap 0x0000000076f65000-0x0000000076f66000 ->
> > > 0000000076784000
> > > (01.164752) 620: Map 0x0000000076c32000-0x0000000076c41000
> > > 0x000000000007e000 vma
> > > (01.164756) 533: Map 0x0000000076f66000-0x0000000076f67000
> > > 0x0000000000018000 vma
> > > (01.164806) 620: premap 0x0000000076c32000-0x0000000076c41000 ->
> > > 0000000076484000
> > > (01.164896) 533: premap 0x0000000076f66000-0x0000000076f67000 ->
> > > 0000000076785000
> > > (01.164919) 620: Map 0x0000000076c41000-0x0000000076c47000
> > > 0x000000000007d000 vma
> > > (01.164957) 533: Map 0x0000000076f67000-0x0000000076fb2000
> > > 0x0000000000000000 vma
> > > (01.164985) 620: premap 0x0000000076c41000-0x0000000076c47000 ->
> > > 0000000076493000
> > > (01.165009) 533: premap 0x0000000076f67000-0x0000000076fb2000 ->
> > > 0000000076786000
> > > (01.165036) 620: Map 0x0000000076c47000-0x0000000076c48000
> > > 0x0000000000083000 vma
> > > (01.165041) 533: Map 0x0000000076fb7000-0x0000000076fb9000
> > > 0x0000000000000000 vma
> > > (01.165086) 620: premap 0x0000000076c47000-0x0000000076c48000 ->
> > > 0000000076499000
> > > (01.165101) 533: premap 0x0000000076fb7000-0x0000000076fb9000 ->
> > > 00000000767d1000
> > > (01.165139) 533: Map 0x0000000076fbf000-0x0000000076fc1000
> > > 0x0000000000000000 vma
> > > (01.165148) 620: Map 0x0000000076c48000-0x0000000076c70000
> > > 0x0000000000000000 vma
> > > (01.165187) 533: premap 0x0000000076fbf000-0x0000000076fc1000 ->
> > > 00000000767d3000
> > > (01.165206) 620: premap 0x0000000076c48000-0x0000000076c70000 ->
> > > 000000007649a000
> > > (01.165236) 533: Map 0x0000000076fc1000-0x0000000076fc2000
> > > 0x000000000004a000 vma
> > > (01.165255) 620: Map 0x0000000076c70000-0x0000000076c80000
> > > 0x0000000000028000 vma
> > > (01.165292) 533: premap 0x0000000076fc1000-0x0000000076fc2000 ->
> > > 00000000767d5000
> > > (01.165317) 620: premap 0x0000000076c70000-0x0000000076c80000 ->
> > > 00000000764c2000
> > > (01.165325) 374: cg: Move into 10
> > > (01.165352) 533: Map 0x0000000076fc2000-0x0000000076fc4000
> > > 0x000000000004b000 vma
> > > (01.165373) 620: Map 0x0000000076c80000-0x0000000076c81000
> > > 0x0000000000028000 vma
> > > (01.165403) 374: cg: `-> blkio//lxc/migratest/tasks
> > > (01.165423) 533: premap 0x0000000076fc2000-0x0000000076fc4000 ->
> > > 00000000767d6000
> > > (01.165443) 620: premap 0x0000000076c80000-0x0000000076c81000 ->
> > > 00000000764d2000
> > > (01.165477) 533: Map 0x0000000076fc4000-0x0000000076fce000
> > > 0x0000000000000000 vma
> > > (01.165522) 620: Map 0x0000000076c81000-0x0000000076c82000
> > > 0x0000000000029000 vma
> > > (01.165545) 533: premap 0x0000000076fc4000-0x0000000076fce000 ->
> > > 00000000767d8000
> > > (01.165577) 620: premap 0x0000000076c81000-0x0000000076c82000 ->
> > > 00000000764d3000
> > > (01.165579) 533: Map 0x000000007822e000-0x000000007827e000
> > > 0x0000000000000000 vma
> > > (01.165622) 374: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.165646) 620: Map 0x0000000076c82000-0x0000000076c89000
> > > 0x0000000000000000 vma
> > > (01.165672) 533: premap 0x000000007822e000-0x000000007827e000 ->
> > > 00000000767e2000
> > > (01.165710) 620: premap 0x0000000076c82000-0x0000000076c89000 ->
> > > 00000000764d4000
> > > (01.165711) 533: Map 0x000000007eab2000-0x000000007ead5000
> > > 0x0000000000000000 vma
> > > (01.165742) 374: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.165768) 620: Map 0x0000000076c89000-0x0000000076c98000
> > > 0x0000000000007000 vma
> > > (01.165796) 533: premap 0x000000007eab2000-0x000000007ead5000 ->
> > > 0000000076832000
> > > (01.165844) 620: premap 0x0000000076c89000-0x0000000076c98000 ->
> > > 00000000764db000
> > > (01.165845) 533: Map 0x000000007ed55000-0x000000007ed56000
> > > 0x0000000000000000 vma
> > > (01.165864) 374: cg: `-> debug//lxc/migratest/tasks
> > > (01.165890) 620: Map 0x0000000076c98000-0x0000000076c99000
> > > 0x0000000000006000 vma
> > > (01.165914) 533: premap 0x000000007ed55000-0x000000007ed56000 ->
> > > 0000000076855000
> > > (01.165948) 620: premap 0x0000000076c98000-0x0000000076c99000 ->
> > > 00000000764ea000
> > > (01.165940) 1: Forking task with 349 pid (flags 0x0)
> > > (01.165978) 374: cg: `-> devices//lxc/migratest/tasks
> > > (01.166002) 620: Map 0x0000000076c99000-0x0000000076c9a000
> > > 0x0000000000007000 vma
> > > (01.166088) 620: premap 0x0000000076c99000-0x0000000076c9a000 ->
> > > 00000000764eb000
> > > (01.166105) 374: cg: `-> freezer//lxc/migratest/tasks
> > > (01.166136) 620: Map 0x0000000076c9a000-0x0000000076cc1000
> > > 0x0000000000000000 vma
> > > (01.166199) 620: premap 0x0000000076c9a000-0x0000000076cc1000 ->
> > > 00000000764ec000
> > > (01.166209) 533: Opened page read 2 (parent 0)
> > > (01.166270) 620: Map 0x0000000076cc1000-0x0000000076cd1000
> > > 0x0000000000000000 vma
> > > (01.166371) 533: pr2 Read 76c47000 1 pages
> > > (01.166409) 533: pr2 Read page from self 76c47000/0
> > > (01.166410) 620: premap 0x0000000076cc1000-0x0000000076cd1000 ->
> > > 0000000076513000
> > > (01.166486) 620: Map 0x0000000076cd1000-0x0000000076ce1000
> > > 0x0000000000010000 vma
> > > (01.166497) 533: pr2 Read 76c5d000 1 pages
> > > (01.166547) 533: pr2 Read page from self 76c5d000/1000
> > > (01.166547) 620: premap 0x0000000076cd1000-0x0000000076ce1000 ->
> > > 0000000076523000
> > > (01.166609) 533: pr2 Read 76c5e000 1 pages
> > > (01.166643) 533: pr2 Read page from self 76c5e000/2000
> > > (01.166645) 620: Map 0x0000000076ce1000-0x0000000076ce2000
> > > 0x0000000000010000 vma
> > > (01.166708) 533: pr2 Read 76c65000 64 pages
> > > (01.166722) 620: premap 0x0000000076ce1000-0x0000000076ce2000 ->
> > > 0000000076533000
> > > (01.166739) 533: pr2 Read page from self 76c65000/3000
> > > (01.166779) 620: Map 0x0000000076ce2000-0x0000000076ce3000
> > > 0x0000000000011000 vma
> > > (01.166839) 620: premap 0x0000000076ce2000-0x0000000076ce3000 ->
> > > 0000000076534000
> > > (01.166919) 620: Map 0x0000000076ce3000-0x0000000076ce5000
> > > 0x0000000000000000 vma
> > > (01.167000) 620: premap 0x0000000076ce3000-0x0000000076ce5000 ->
> > > 0000000076535000
> > > (01.167096) 620: Map 0x0000000076ce5000-0x0000000076cf4000
> > > 0x0000000000002000 vma
> > > (01.167179) 620: premap 0x0000000076ce5000-0x0000000076cf4000 ->
> > > 0000000076537000
> > > (01.167287) 620: Map 0x0000000076cf4000-0x0000000076cf5000
> > > 0x0000000000001000 vma
> > > (01.167382) 620: premap 0x0000000076cf4000-0x0000000076cf5000 ->
> > > 0000000076546000
> > > (01.167463) 620: Map 0x0000000076cf5000-0x0000000076cf6000
> > > 0x0000000000002000 vma
> > > (01.167549) 620: premap 0x0000000076cf5000-0x0000000076cf6000 ->
> > > 0000000076547000
> > > (01.167644) 620: Map 0x0000000076cf6000-0x0000000076e01000
> > > 0x0000000000000000 vma
> > > (01.167740) 620: premap 0x0000000076cf6000-0x0000000076e01000 ->
> > > 0000000076548000
> > > (01.167836) 620: Map 0x0000000076e01000-0x0000000076e11000
> > > 0x000000000010b000 vma
> > > (01.167837) 533: pr2 Read 76cb7000 1 pages
> > > (01.167902) 620: premap 0x0000000076e01000-0x0000000076e11000 ->
> > > 0000000076653000
> > > (01.167911) 533: pr2 Read page from self 76cb7000/43000
> > > (01.167967) 620: Map 0x0000000076e11000-0x0000000076e1f000
> > > 0x000000000010b000 vma
> > > (01.168023) 533: pr2 Read 76cb8000 1 pages
> > > (01.168029) 620: premap 0x0000000076e11000-0x0000000076e1f000 ->
> > > 0000000076663000
> > > (01.168059) 533: pr2 Read page from self 76cb8000/44000
> > > (01.168109) 620: Map 0x0000000076e1f000-0x0000000076e27000
> > > 0x0000000000119000 vma
> > > (01.168153) 533: pr2 Read 76d9f000 2 pages
> > > (01.168173) 620: premap 0x0000000076e1f000-0x0000000076e27000 ->
> > > 0000000076671000
> > > (01.168188) 533: pr2 Read page from self 76d9f000/45000
> > > (01.168212) 620: Map 0x0000000076e27000-0x0000000076e2a000
> > > 0x0000000000000000 vma
> > > (01.168263) 620: premap 0x0000000076e27000-0x0000000076e2a000 ->
> > > 0000000076679000
> > > (01.168283) 533: pr2 Read 76da1000 1 pages
> > > (01.168319) 533: pr2 Read page from self 76da1000/47000
> > > (01.168338) 620: Map 0x0000000076e2a000-0x0000000076e7d000
> > > 0x0000000000000000 vma
> > > (01.168385) 533: pr2 Read 76da2000 3 pages
> > > (01.168391) 620: premap 0x0000000076e2a000-0x0000000076e7d000 ->
> > > 000000007667c000
> > > (01.168415) 533: pr2 Read page from self 76da2000/48000
> > > (01.168483) 620: Map 0x0000000076e7d000-0x0000000076e7e000
> > > 0x0000000000053000 vma
> > > (01.168517) 533: pr2 Read 76df5000 1 pages
> > > (01.168544) 620: premap 0x0000000076e7d000-0x0000000076e7e000 ->
> > > 00000000766cf000
> > > (01.168547) 533: pr2 Read page from self 76df5000/4b000
> > > (01.168595) 620: Map 0x0000000076e7e000-0x0000000076e80000
> > > 0x0000000000053000 vma
> > > (01.168632) 533: pr2 Read 76df6000 1 pages
> > > (01.168654) 620: premap 0x0000000076e7e000-0x0000000076e80000 ->
> > > 00000000766d0000
> > > (01.168661) 533: pr2 Read page from self 76df6000/4c000
> > > (01.168704) 620: Map 0x0000000076e80000-0x0000000076e81000
> > > 0x0000000000055000 vma
> > > (01.168738) 533: pr2 Read 76f3a000 1 pages
> > > (01.168757) 620: premap 0x0000000076e80000-0x0000000076e81000 ->
> > > 00000000766d2000
> > > (01.168769) 533: pr2 Read page from self 76f3a000/4d000
> > > (01.168877) 620: Map 0x0000000076e81000-0x0000000076e94000
> > > 0x0000000000000000 vma
> > > (01.168900) 533: pr2 Read 76f3b000 3 pages
> > > (01.168936) 533: pr2 Read page from self 76f3b000/4e000
> > > (01.168940) 620: premap 0x0000000076e81000-0x0000000076e94000 ->
> > > 00000000766d3000
> > > (01.169012) 620: Map 0x0000000076e94000-0x0000000076ea3000
> > > 0x0000000000013000 vma
> > > (01.169041) 533: pr2 Read 76f65000 1 pages
> > > (01.169074) 533: pr2 Read page from self 76f65000/51000
> > > (01.169079) 620: premap 0x0000000076e94000-0x0000000076ea3000 ->
> > > 00000000766e6000
> > > (01.169147) 620: Map 0x0000000076ea3000-0x0000000076ea4000
> > > 0x0000000000012000 vma
> > > (01.169149) 533: pr2 Read 76f66000 1 pages
> > > (01.169199) 533: pr2 Read page from self 76f66000/52000
> > > (01.169199) 620: premap 0x0000000076ea3000-0x0000000076ea4000 ->
> > > 00000000766f5000
> > > (01.169261) 533: pr2 Read 76fb7000 2 pages
> > > (01.169269) 620: Map 0x0000000076ea4000-0x0000000076ea5000
> > > 0x0000000000013000 vma
> > > (01.169293) 533: pr2 Read page from self 76fb7000/53000
> > > (01.169332) 620: premap 0x0000000076ea4000-0x0000000076ea5000 ->
> > > 00000000766f6000
> > > (01.169373) 620: Map 0x0000000076ea5000-0x0000000076ea6000
> > > 0x0000000000000000 vma
> > > (01.169373) 533: pr2 Read 76fbf000 2 pages
> > > (01.169417) 620: premap 0x0000000076ea5000-0x0000000076ea6000 ->
> > > 00000000766f7000
> > > (01.169420) 533: pr2 Read page from self 76fbf000/55000
> > > (01.169470) 620: Map 0x0000000076ea6000-0x0000000076eae000
> > > 0x0000000000000000 vma
> > > (01.169508) 533: pr2 Read 76fc1000 1 pages
> > > (01.169526) 620: premap 0x0000000076ea6000-0x0000000076eae000 ->
> > > 00000000766f8000
> > > (01.169540) 533: pr2 Read page from self 76fc1000/57000
> > > (01.169582) 620: Map 0x0000000076eae000-0x0000000076ebd000
> > > 0x0000000000008000 vma
> > > (01.169618) 533: pr2 Read 76fc2000 2 pages
> > > (01.169648) 620: premap 0x0000000076eae000-0x0000000076ebd000 ->
> > > 0000000076700000
> > > (01.169653) 533: pr2 Read page from self 76fc2000/58000
> > > (01.169702) 620: Map 0x0000000076ebd000-0x0000000076ebe000
> > > 0x0000000000007000 vma
> > > (01.169708) 374: cg: `-> systemd//lxc/migratest/tasks
> > > (01.169763) 533: pr2 Read 76fcb000 3 pages
> > > (01.169766) 620: premap 0x0000000076ebd000-0x0000000076ebe000 ->
> > > 000000007670f000
> > > (01.169796) 533: pr2 Read page from self 76fcb000/5a000
> > > (01.169833) 620: Map 0x0000000076ebe000-0x0000000076ebf000
> > > 0x0000000000008000 vma
> > > (01.169903) 374: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.169902) 620: premap 0x0000000076ebe000-0x0000000076ebf000 ->
> > > 0000000076710000
> > > (01.169904) 533: pr2 Read 7822e000 57 pages
> > > (01.169973) 533: pr2 Read page from self 7822e000/5d000
> > > (01.169973) 620: Map 0x0000000076ebf000-0x0000000076ed6000
> > > 0x0000000000000000 vma
> > > (01.169994) 374: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.170048) 620: premap 0x0000000076ebf000-0x0000000076ed6000 ->
> > > 0000000076711000
> > > (01.170113) 620: Map 0x0000000076ed6000-0x0000000076ee6000
> > > 0x0000000000017000 vma
> > > (01.170198) 620: premap 0x0000000076ed6000-0x0000000076ee6000 ->
> > > 0000000076728000
> > > (01.170284) 620: Map 0x0000000076ee6000-0x0000000076ee7000
> > > 0x0000000000017000 vma
> > > (01.170291) 374: Map 0x0000000000010000-0x0000000000012000
> > > 0x0000000000000000 vma
> > > (01.170384) 620: premap 0x0000000076ee6000-0x0000000076ee7000 ->
> > > 0000000076738000
> > > (01.170434) 374: premap 0x0000000000010000-0x0000000000012000 ->
> > > 000000007465a000
> > > (01.170473) 620: Map 0x0000000076ee7000-0x0000000076ee8000
> > > 0x0000000000018000 vma
> > > (01.170507) 374: Map 0x0000000000021000-0x0000000000022000
> > > 0x0000000000001000 vma
> > > (01.170547) 620: premap 0x0000000076ee7000-0x0000000076ee8000 ->
> > > 0000000076739000
> > > (01.170565) 374: premap 0x0000000000021000-0x0000000000022000 ->
> > > 000000007465c000
> > > (01.170594) 620: Map 0x0000000076ee8000-0x0000000076ef2000
> > > 0x0000000000000000 vma
> > > (01.170652) 374: Map 0x0000000000022000-0x0000000000023000
> > > 0x0000000000002000 vma
> > > (01.170667) 620: premap 0x0000000076ee8000-0x0000000076ef2000 ->
> > > 000000007673a000
> > > (01.170726) 374: premap 0x0000000000022000-0x0000000000023000 ->
> > > 000000007465d000
> > > (01.170759) 620: Map 0x0000000076ef2000-0x0000000076f0a000
> > > 0x0000000000000000 vma
> > > (01.170862) 374: Map 0x0000000001f64000-0x0000000001fab000
> > > 0x0000000000000000 vma
> > > (01.170922) 620: premap 0x0000000076ef2000-0x0000000076f0a000 ->
> > > 0000000076744000
> > > (01.170937) 374: premap 0x0000000001f64000-0x0000000001fab000 ->
> > > 000000007465e000
> > > (01.170942) 533: pr2 Read 7ead1000 4 pages
> > > (01.171005) 374: Map 0x0000000074dc2000-0x0000000074dc9000
> > > 0x0000000000000000 vma
> > > (01.171009) 533: pr2 Read page from self 7ead1000/96000
> > > (01.171030) 620: Map 0x0000000076f0b000-0x0000000076f10000
> > > 0x0000000000000000 vma
> > > (01.171056) 374: premap 0x0000000074dc2000-0x0000000074dc9000 ->
> > > 00000000746a5000
> > > (01.171115) 620: premap 0x0000000076f0b000-0x0000000076f10000 ->
> > > 000000007675c000
> > > (01.171148) 374: Map 0x0000000074dc9000-0x0000000074dd8000
> > > 0x0000000000007000 vma
> > > (01.171184) 620: Map 0x0000000076f10000-0x0000000076f17000
> > > 0x0000000000005000 vma
> > > (01.171201) 533: nr_restored_pages: 154
> > > (01.171217) 374: premap 0x0000000074dc9000-0x0000000074dd8000 ->
> > > 00000000746ac000
> > > (01.171236) 620: premap 0x0000000076f10000-0x0000000076f17000 ->
> > > 0000000076761000
> > > (01.171240) 533: nr_shared_pages: 0
> > > (01.171296) 533: nr_droped_pages: 0
> > > (01.171296) 620: Map 0x0000000076f17000-0x0000000076f18000
> > > 0x0000000000004000 vma
> > > (01.171302) 374: Map 0x0000000074dd8000-0x0000000074dd9000
> > > 0x0000000000006000 vma
> > > (01.171323) 533: nr_lazy: 0
> > > (01.171372) 620: premap 0x0000000076f17000-0x0000000076f18000 ->
> > > 0000000076768000
> > > (01.171389) 374: premap 0x0000000074dd8000-0x0000000074dd9000 ->
> > > 00000000746bb000
> > > (01.171393) 533: Restore sigacts for 533
> > > (01.171432) 620: Map 0x0000000076f18000-0x0000000076f19000
> > > 0x0000000000005000 vma
> > > (01.171446) 374: Map 0x0000000074dd9000-0x0000000074dda000
> > > 0x0000000000007000 vma
> > > (01.171495) 620: premap 0x0000000076f18000-0x0000000076f19000 ->
> > > 0000000076769000
> > > (01.171502) 374: premap 0x0000000074dd9000-0x0000000074dda000 ->
> > > 00000000746bc000
> > > (01.171551) 620: Map 0x0000000076f19000-0x0000000076f1a000
> > > 0x0000000000017000 vma
> > > (01.171554) 374: Map 0x0000000074dda000-0x0000000074de0000
> > > 0x0000000000000000 vma
> > > (01.171601) 620: premap 0x0000000076f19000-0x0000000076f1a000 ->
> > > 000000007676a000
> > > (01.171611) 374: premap 0x0000000074dda000-0x0000000074de0000 ->
> > > 00000000746bd000
> > > (01.171662) 620: Map 0x0000000076f1a000-0x0000000076f1b000
> > > 0x0000000000018000 vma
> > > (01.171674) 374: Map 0x0000000074de0000-0x0000000074ded000
> > > 0x0000000000000000 vma
> > > (01.171712) 620: premap 0x0000000076f1a000-0x0000000076f1b000 ->
> > > 000000007676b000
> > > (01.171728) 374: premap 0x0000000074de0000-0x0000000074ded000 ->
> > > 00000000746c3000
> > > (01.171768) 620: Map 0x0000000076f1b000-0x0000000076fae000
> > > 0x0000000000000000 vma
> > > (01.171775) 374: Map 0x0000000074ded000-0x0000000074dfc000
> > > 0x000000000000d000 vma
> > > (01.171796) 533: Restored 61/61 sigacts
> > > (01.171815) 620: premap 0x0000000076f1b000-0x0000000076fae000 ->
> > > 000000007676c000
> > > (01.171835) 374: premap 0x0000000074ded000-0x0000000074dfc000 ->
> > > 00000000746d0000
> > > (01.171849) 533: Restoring children in alien sessions:
> > > (01.171863) 620: Map 0x0000000076fae000-0x0000000076fb6000
> > > 0x0000000000000000 vma
> > > (01.171894) 374: Map 0x0000000074dfc000-0x0000000074dfd000
> > > 0x000000000000c000 vma
> > > (01.171898) 533: Restoring 533 to 533 sid
> > > (01.171935) 620: premap 0x0000000076fae000-0x0000000076fb6000 ->
> > > 00000000767ff000
> > > (01.171950) 374: premap 0x0000000074dfc000-0x0000000074dfd000 ->
> > > 00000000746df000
> > > (01.171971) 620: Map 0x0000000076fbc000-0x0000000076fbe000
> > > 0x0000000000000000 vma
> > > (01.172008) 374: Map 0x0000000074dfd000-0x0000000074dfe000
> > > 0x000000000000d000 vma
> > > (01.172024) 533: Restoring children in our session:
> > > (01.172026) 620: premap 0x0000000076fbc000-0x0000000076fbe000 ->
> > > 0000000076807000
> > > (01.172068) 374: premap 0x0000000074dfd000-0x0000000074dfe000 ->
> > > 00000000746e0000
> > > (01.172113) 533: Restoring 533 to 533 pgid
> > > (01.172113) 620: Map 0x0000000076fbe000-0x0000000076fc0000
> > > 0x0000000000093000 vma
> > > (01.172118) 374: Map 0x0000000074dfe000-0x0000000074e00000
> > > 0x0000000000000000 vma
> > > (01.172286) 374: premap 0x0000000074dfe000-0x0000000074e00000 ->
> > > 00000000746e1000
> > > (01.172208) 620: premap 0x0000000076fbe000-0x0000000076fc0000 ->
> > > 0000000076809000
> > > (01.172342) 374: Map 0x0000000074e00000-0x0000000074e01000
> > > 0x0000000000000000 vma
> > > (01.172431) 374: premap 0x0000000074e00000-0x0000000074e01000 ->
> > > 00000000746e3000
> > > (01.172439) 620: Map 0x0000000076fc0000-0x0000000076fc1000
> > > 0x0000000000095000 vma
> > > (01.172483) 374: Map 0x0000000074e01000-0x0000000075600000
> > > 0x0000000000000000 vma
> > > (01.172536) 620: premap 0x0000000076fc0000-0x0000000076fc1000 ->
> > > 000000007680b000
> > > (01.172551) 374: premap 0x0000000074e01000-0x0000000075600000 ->
> > > 00000000746e4000
> > > (01.172577) 620: Map 0x0000000076fc1000-0x0000000076fc6000
> > > 0x0000000000000000 vma
> > > (01.172598) 374: Map 0x0000000075600000-0x0000000075621000
> > > 0x0000000000000000 vma
> > > (01.172638) 620: premap 0x0000000076fc1000-0x0000000076fc6000 ->
> > > 000000007680c000
> > > (01.172656) 374: premap 0x0000000075600000-0x0000000075621000 ->
> > > 0000000074ee3000
> > > (01.172674) 620: Map 0x0000000077718000-0x0000000077739000
> > > 0x0000000000000000 vma
> > > (01.172699) 374: Map 0x0000000075621000-0x0000000075700000
> > > 0x0000000000000000 vma
> > > (01.172745) 620: premap 0x0000000077718000-0x0000000077739000 ->
> > > 0000000076811000
> > > (01.172767) 374: premap 0x0000000075621000-0x0000000075700000 ->
> > > 0000000074f04000
> > > (01.172773) 1: Forking task with 335 pid (flags 0x0)
> > > (01.172793) 620: Map 0x000000007ecc2000-0x000000007ece5000
> > > 0x0000000000000000 vma
> > > (01.172819) 374: Map 0x0000000075700000-0x0000000075721000
> > > 0x0000000000000000 vma
> > > (01.172892) 620: premap 0x000000007ecc2000-0x000000007ece5000 ->
> > > 0000000076832000
> > > (01.172911) 374: premap 0x0000000075700000-0x0000000075721000 ->
> > > 0000000074fe3000
> > > (01.172939) 620: Map 0x000000007ee20000-0x000000007ee21000
> > > 0x0000000000000000 vma
> > > (01.172963) 374: Map 0x0000000075721000-0x0000000075800000
> > > 0x0000000000000000 vma
> > > (01.173011) 620: premap 0x000000007ee20000-0x000000007ee21000 ->
> > > 0000000076855000
> > > (01.173026) 374: premap 0x0000000075721000-0x0000000075800000 ->
> > > 0000000075004000
> > > (01.173082) 374: Map 0x0000000075800000-0x0000000075801000
> > > 0x0000000000000000 vma
> > > (01.173143) 374: premap 0x0000000075800000-0x0000000075801000 ->
> > > 00000000750e3000
> > > (01.173201) 374: Map 0x0000000075801000-0x0000000076000000
> > > 0x0000000000000000 vma
> > > (01.173309) 374: premap 0x0000000075801000-0x0000000076000000 ->
> > > 00000000750e4000
> > > (01.173358) 374: Map 0x0000000076000000-0x0000000076021000
> > > 0x0000000000000000 vma
> > > (01.173348) 620: Opened page read 2 (parent 0)
> > > (01.173426) 374: premap 0x0000000076000000-0x0000000076021000 ->
> > > 00000000758e3000
> > > (01.173440) 620: pr2 Read 7682d000 1 pages
> > > (01.173279) 1: PID: real 2145 virt 349
> > > (01.173470) 374: Map 0x0000000076021000-0x0000000076100000
> > > 0x0000000000000000 vma
> > > (01.173495) 620: pr2 Read page from self 7682d000/0
> > > (01.173554) 374: premap 0x0000000076021000-0x0000000076100000 ->
> > > 0000000075904000
> > > (01.173619) 620: pr2 Read 76843000 1 pages
> > > (01.173623) 374: Map 0x0000000076103000-0x000000007610a000
> > > 0x0000000000000000 vma
> > > (01.173659) 620: pr2 Read page from self 76843000/1000
> > > (01.173703) 374: premap 0x0000000076103000-0x000000007610a000 ->
> > > 00000000759e3000
> > > (01.173729) 620: pr2 Read 76844000 1 pages
> > > (01.173764) 620: pr2 Read page from self 76844000/2000
> > > (01.173768) 374: Map 0x000000007610a000-0x0000000076119000
> > > 0x0000000000007000 vma
> > > (01.173830) 620: pr2 Read 76861000 1 pages
> > > (01.173837) 374: premap 0x000000007610a000-0x0000000076119000 ->
> > > 00000000759ea000
> > > (01.173862) 620: pr2 Read page from self 76861000/3000
> > > (01.173905) 374: Map 0x0000000076119000-0x000000007611a000
> > > 0x0000000000006000 vma
> > > (01.173929) 620: pr2 Read 76862000 1 pages
> > > (01.173961) 620: pr2 Read page from self 76862000/4000
> > > (01.173961) 374: premap 0x0000000076119000-0x000000007611a000 ->
> > > 00000000759f9000
> > > (01.174024) 620: pr2 Read 76877000 1 pages
> > > (01.174033) 374: Map 0x000000007611a000-0x000000007611b000
> > > 0x0000000000007000 vma
> > > (01.174056) 620: pr2 Read page from self 76877000/5000
> > > (01.174162) 374: premap 0x000000007611a000-0x000000007611b000 ->
> > > 00000000759fa000
> > > (01.174187) 620: pr2 Read 76878000 1 pages
> > > (01.174222) 620: pr2 Read page from self 76878000/6000
> > > (01.174229) 374: Map 0x000000007611b000-0x000000007611f000
> > > 0x0000000000000000 vma
> > > (01.174396) 374: premap 0x000000007611b000-0x000000007611f000 ->
> > > 00000000759fb000
> > > (01.174485) 620: pr2 Read 76894000 1 pages
> > > (01.174492) 374: Map 0x000000007611f000-0x000000007612f000
> > > 0x0000000000004000 vma
> > > (01.174528) 620: pr2 Read page from self 76894000/7000
> > > (01.174572) 374: premap 0x000000007611f000-0x000000007612f000 ->
> > > 00000000759ff000
> > > (01.174602) 620: pr2 Read 76895000 1 pages
> > > (01.174631) 620: pr2 Read page from self 76895000/8000
> > > (01.174633) 374: Map 0x000000007612f000-0x0000000076130000
> > > 0x0000000000004000 vma
> > > (01.174696) 620: pr2 Read 768b2000 1 pages
> > > (01.174698) 374: premap 0x000000007612f000-0x0000000076130000 ->
> > > 0000000075a0f000
> > > (01.174729) 620: pr2 Read page from self 768b2000/9000
> > > (01.174769) 374: Map 0x0000000076130000-0x0000000076131000
> > > 0x0000000000005000 vma
> > > (01.174797) 620: pr2 Read 768b3000 1 pages
> > > (01.174823) 374: premap 0x0000000076130000-0x0000000076131000 ->
> > > 0000000075a10000
> > > (01.174826) 620: pr2 Read page from self 768b3000/a000
> > > (01.174858) 374: Map 0x000000007614b000-0x000000007614c000
> > > 0x0000000000000000 vma
> > > (01.174911) 620: pr2 Read 768c7000 1 pages
> > > (01.174917) 374: premap 0x000000007614b000-0x000000007614c000 ->
> > > 0000000075a11000
> > > (01.174944) 620: pr2 Read page from self 768c7000/b000
> > > (01.174983) 374: Map 0x000000007614c000-0x000000007694b000
> > > 0x0000000000000000 vma
> > > (01.175019) 620: pr2 Read 768c8000 1 pages
> > > (01.175047) 374: premap 0x000000007614c000-0x000000007694b000 ->
> > > 0000000075a12000
> > > (01.175050) 620: pr2 Read page from self 768c8000/c000
> > > (01.175136) 374: Map 0x000000007694b000-0x0000000076957000
> > > 0x0000000000000000 vma
> > > (01.175150) 620: pr2 Read 768de000 1 pages
> > > (01.175198) 620: pr2 Read page from self 768de000/d000
> > > (01.175202) 374: premap 0x000000007694b000-0x0000000076957000 ->
> > > 0000000076211000
> > > (01.175260) 620: pr2 Read 768df000 1 pages
> > > (01.175281) 374: Map 0x0000000076957000-0x0000000076966000
> > > 0x000000000000c000 vma
> > > (01.175290) 620: pr2 Read page from self 768df000/e000
> > > (01.175337) 374: premap 0x0000000076957000-0x0000000076966000 ->
> > > 000000007621d000
> > > (01.175365) 620: pr2 Read 76911000 1 pages
> > > (01.175396) 620: pr2 Read page from self 76911000/f000
> > > (01.175394) 374: Map 0x0000000076966000-0x0000000076967000
> > > 0x000000000000b000 vma
> > > (01.175454) 620: pr2 Read 76912000 1 pages
> > > (01.175469) 374: premap 0x0000000076966000-0x0000000076967000 ->
> > > 000000007622c000
> > > (01.175488) 620: pr2 Read page from self 76912000/10000
> > > (01.175531) 374: Map 0x0000000076967000-0x0000000076968000
> > > 0x000000000000c000 vma
> > > (01.175587) 374: premap 0x0000000076967000-0x0000000076968000 ->
> > > 000000007622d000
> > > (01.175611) 620: pr2 Read 76933000 1 pages
> > > (01.175646) 620: pr2 Read page from self 76933000/11000
> > > (01.175650) 374: Map 0x0000000076968000-0x00000000769e2000
> > > 0x0000000000000000 vma
> > > (01.175707) 620: pr2 Read 76934000 1 pages
> > > (01.175719) 374: premap 0x0000000076968000-0x00000000769e2000 ->
> > > 000000007622e000
> > > (01.175739) 620: pr2 Read page from self 76934000/12000
> > > (01.175780) 374: Map 0x00000000769e2000-0x00000000769f2000
> > > 0x000000000007a000 vma
> > > (01.175814) 620: pr2 Read 76936000 1 pages
> > > (01.175839) 374: premap 0x00000000769e2000-0x00000000769f2000 ->
> > > 00000000762a8000
> > > (01.175844) 620: pr2 Read page from self 76936000/13000
> > > (01.175893) 374: Map 0x00000000769f2000-0x00000000769f3000
> > > 0x000000000007a000 vma
> > > (01.175921) 620: pr2 Read 7695e000 1 pages
> > > (01.175950) 374: premap 0x00000000769f2000-0x00000000769f3000 ->
> > > 00000000762b8000
> > > (01.175953) 620: pr2 Read page from self 7695e000/14000
> > > (01.176010) 374: Map 0x00000000769f3000-0x00000000769f7000
> > > 0x000000000007b000 vma
> > > (01.176028) 349: cg: Move into 8
> > > (01.176054) 620: pr2 Read 769e9000 1 pages
> > > (01.176072) 374: premap 0x00000000769f3000-0x00000000769f7000 ->
> > > 00000000762b9000
> > > (01.176158) 349: cg: `-> blkio//lxc/migratest/tasks
> > > (01.176163) 620: pr2 Read page from self 769e9000/15000
> > > (01.176184) 374: Map 0x00000000769f7000-0x00000000769f8000
> > > 0x0000000000000000 vma
> > > (01.176267) 620: pr2 Read 769ea000 4 pages
> > > (01.176306) 620: pr2 Read page from self 769ea000/16000
> > > (01.176323) 374: premap 0x00000000769f7000-0x00000000769f8000 ->
> > > 00000000762bd000
> > > (01.176399) 349: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.176404) 374: Map 0x00000000769f8000-0x0000000076a0e000
> > > 0x0000000000000000 vma
> > > (01.176456) 620: pr2 Read 76a0d000 1 pages
> > > (01.176488) 374: premap 0x00000000769f8000-0x0000000076a0e000 ->
> > > 00000000762be000
> > > (01.176490) 620: pr2 Read page from self 76a0d000/1a000
> > > (01.176513) 349: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.176540) 374: Map 0x0000000076a0e000-0x0000000076a16000
> > > 0x0000000000016000 vma
> > > (01.176577) 620: pr2 Read 76a0e000 1 pages
> > > (01.176604) 374: premap 0x0000000076a0e000-0x0000000076a16000 ->
> > > 00000000762d4000
> > > (01.176607) 620: pr2 Read page from self 76a0e000/1b000
> > > (01.176622) 349: cg: `-> debug//lxc/migratest/tasks
> > > (01.176652) 374: Map 0x0000000076a16000-0x0000000076a17000
> > > 0x0000000000016000 vma
> > > (01.176690) 620: pr2 Read 76a23000 1 pages
> > > (01.176714) 374: premap 0x0000000076a16000-0x0000000076a17000 ->
> > > 00000000762dc000
> > > (01.176719) 620: pr2 Read page from self 76a23000/1c000
> > > (01.176735) 349: cg: `-> devices//lxc/migratest/tasks
> > > (01.176761) 374: Map 0x0000000076a17000-0x0000000076a18000
> > > 0x0000000000017000 vma
> > > (01.176789) 620: pr2 Read 76a24000 1 pages
> > > (01.176821) 620: pr2 Read page from self 76a24000/1d000
> > > (01.176821) 374: premap 0x0000000076a17000-0x0000000076a18000 ->
> > > 00000000762dd000
> > > (01.176838) 349: cg: `-> freezer//lxc/migratest/tasks
> > > (01.176882) 620: pr2 Read 76a80000 1 pages
> > > (01.176890) 374: Map 0x0000000076a18000-0x0000000076a1d000
> > > 0x0000000000000000 vma
> > > (01.176913) 620: pr2 Read page from self 76a80000/1e000
> > > (01.176952) 374: premap 0x0000000076a18000-0x0000000076a1d000 ->
> > > 00000000762de000
> > > (01.176976) 620: pr2 Read 76a81000 1 pages
> > > (01.176958) 349: cg: `-> systemd//lxc/migratest/tasks
> > > (01.177003) 620: pr2 Read page from self 76a81000/1f000
> > > (01.177003) 374: Map 0x0000000076a1d000-0x0000000076a2c000
> > > 0x0000000000005000 vma
> > > (01.177079) 620: pr2 Read 76a93000 1 pages
> > > (01.177086) 349: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.177085) 374: premap 0x0000000076a1d000-0x0000000076a2c000 ->
> > > 00000000762e3000
> > > (01.177110) 620: pr2 Read page from self 76a93000/20000
> > > (01.177166) 374: Map 0x0000000076a2c000-0x0000000076a2d000
> > > 0x0000000000004000 vma
> > > (01.177185) 349: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.177196) 620: pr2 Read 76a94000 1 pages
> > > (01.177225) 374: premap 0x0000000076a2c000-0x0000000076a2d000 ->
> > > 00000000762f2000
> > > (01.177244) 620: pr2 Read page from self 76a94000/21000
> > > (01.177279) 374: Map 0x0000000076a2d000-0x0000000076a2e000
> > > 0x0000000000005000 vma
> > > (01.177317) 620: pr2 Read 76ab1000 1 pages
> > > (01.177336) 374: premap 0x0000000076a2d000-0x0000000076a2e000 ->
> > > 00000000762f3000
> > > (01.177347) 620: pr2 Read page from self 76ab1000/22000
> > > (01.177388) 374: Map 0x0000000076a2e000-0x0000000076a46000
> > > 0x0000000000000000 vma
> > > (01.177391) 349: Map 0x0000000000010000-0x0000000000017000
> > > 0x0000000000000000 vma
> > > (01.177415) 620: pr2 Read 76ab2000 1 pages
> > > (01.177446) 374: premap 0x0000000076a2e000-0x0000000076a46000 ->
> > > 00000000762f4000
> > > (01.177463) 620: pr2 Read page from self 76ab2000/23000
> > > (01.177468) 349: premap 0x0000000000010000-0x0000000000017000 ->
> > > 000000007658c000
> > > (01.177505) 374: Map 0x0000000076a46000-0x0000000076a55000
> > > 0x0000000000018000 vma
> > > (01.177554) 620: pr2 Read 76b9b000 2 pages
> > > (01.177564) 349: Map 0x0000000000026000-0x0000000000027000
> > > 0x0000000000006000 vma
> > > (01.177585) 374: premap 0x0000000076a46000-0x0000000076a55000 ->
> > > 000000007630c000
> > > (01.177587) 620: pr2 Read page from self 76b9b000/24000
> > > (01.177624) 349: premap 0x0000000000026000-0x0000000000027000 ->
> > > 0000000076593000
> > > (01.177645) 374: Map 0x0000000076a55000-0x0000000076a56000
> > > 0x0000000000017000 vma
> > > (01.177757) 349: Map 0x0000000000027000-0x0000000000028000
> > > 0x0000000000007000 vma
> > > (01.177779) 374: premap 0x0000000076a55000-0x0000000076a56000 ->
> > > 000000007631b000
> > > (01.177811) 349: premap 0x0000000000027000-0x0000000000028000 ->
> > > 0000000076594000
> > > (01.177839) 374: Map 0x0000000076a56000-0x0000000076a58000
> > > 0x0000000000000000 vma
> > > (01.177844) 349: Map 0x000000000142e000-0x000000000144f000
> > > 0x0000000000000000 vma
> > > (01.177887) 374: premap 0x0000000076a56000-0x0000000076a58000 ->
> > > 000000007631c000
> > > (01.177903) 349: premap 0x000000000142e000-0x000000000144f000 ->
> > > 0000000076595000
> > > (01.177936) 374: Map 0x0000000076a58000-0x0000000076a67000
> > > 0x0000000000002000 vma
> > > (01.177990) 374: premap 0x0000000076a58000-0x0000000076a67000 ->
> > > 000000007631e000
> > > (01.177995) 349: Map 0x0000000076d2e000-0x0000000076d35000
> > > 0x0000000000000000 vma
> > > (01.178049) 374: Map 0x0000000076a67000-0x0000000076a68000
> > > 0x0000000000001000 vma
> > > (01.178071) 349: premap 0x0000000076d2e000-0x0000000076d35000 ->
> > > 00000000765b6000
> > > (01.178105) 374: premap 0x0000000076a67000-0x0000000076a68000 ->
> > > 000000007632d000
> > > (01.178149) 349: Map 0x0000000076d35000-0x0000000076d44000
> > > 0x0000000000007000 vma
> > > (01.178157) 374: Map 0x0000000076a68000-0x0000000076a69000
> > > 0x0000000000002000 vma
> > > (01.178206) 349: premap 0x0000000076d35000-0x0000000076d44000 ->
> > > 00000000765bd000
> > > (01.178225) 374: premap 0x0000000076a68000-0x0000000076a69000 ->
> > > 000000007632e000
> > > (01.178265) 349: Map 0x0000000076d44000-0x0000000076d45000
> > > 0x0000000000006000 vma
> > > (01.178293) 374: Map 0x0000000076a69000-0x0000000076a7e000
> > > 0x0000000000000000 vma
> > > (01.178335) 349: premap 0x0000000076d44000-0x0000000076d45000 ->
> > > 00000000765cc000
> > > (01.178360) 374: premap 0x0000000076a69000-0x0000000076a7e000 ->
> > > 000000007632f000
> > > (01.178408) 349: Map 0x0000000076d45000-0x0000000076d46000
> > > 0x0000000000007000 vma
> > > (01.178430) 374: Map 0x0000000076a7e000-0x0000000076a8e000
> > > 0x0000000000015000 vma
> > > (01.178482) 349: premap 0x0000000076d45000-0x0000000076d46000 ->
> > > 00000000765cd000
> > > (01.178500) 374: premap 0x0000000076a7e000-0x0000000076a8e000 ->
> > > 0000000076344000
> > > (01.178533) 349: Map 0x0000000076d46000-0x0000000076d4c000
> > > 0x0000000000000000 vma
> > > (01.178578) 374: Map 0x0000000076a8e000-0x0000000076a90000
> > > 0x0000000000015000 vma
> > > (01.178597) 349: premap 0x0000000076d46000-0x0000000076d4c000 ->
> > > 00000000765ce000
> > > (01.178644) 374: premap 0x0000000076a8e000-0x0000000076a90000 ->
> > > 0000000076354000
> > > (01.178676) 349: Map 0x0000000076d4c000-0x0000000076d53000
> > > 0x0000000000000000 vma
> > > (01.178733) 374: Map 0x0000000076a90000-0x0000000076a91000
> > > 0x0000000000017000 vma
> > > (01.178748) 349: premap 0x0000000076d4c000-0x0000000076d53000 ->
> > > 00000000765d4000
> > > (01.178819) 374: premap 0x0000000076a90000-0x0000000076a91000 ->
> > > 0000000076356000
> > > (01.178846) 349: Map 0x0000000076d53000-0x0000000076d62000
> > > 0x0000000000007000 vma
> > > (01.178905) 374: Map 0x0000000076a91000-0x0000000076aa2000
> > > 0x0000000000000000 vma
> > > (01.178925) 349: premap 0x0000000076d53000-0x0000000076d62000 ->
> > > 00000000765db000
> > > (01.178983) 374: premap 0x0000000076a91000-0x0000000076aa2000 ->
> > > 0000000076357000
> > > (01.179014) 349: Map 0x0000000076d62000-0x0000000076d63000
> > > 0x0000000000006000 vma
> > > (01.179049) 374: Map 0x0000000076aa2000-0x0000000076ab1000
> > > 0x0000000000011000 vma
> > > (01.178883) 1: PID: real 2144 virt 356
> > > (01.179075) 349: premap 0x0000000076d62000-0x0000000076d63000 ->
> > > 00000000765ea000
> > > (01.179127) 1: Forking task with 325 pid (flags 0x0)
> > > (01.179162) 349: Map 0x0000000076d63000-0x0000000076d64000
> > > 0x0000000000007000 vma
> > > (01.179168) 374: premap 0x0000000076aa2000-0x0000000076ab1000 ->
> > > 0000000076368000
> > > (01.179235) 349: premap 0x0000000076d63000-0x0000000076d64000 ->
> > > 00000000765eb000
> > > (01.179263) 374: Map 0x0000000076ab1000-0x0000000076ab2000
> > > 0x0000000000010000 vma
> > > (01.179289) 349: Map 0x0000000076d64000-0x0000000076d71000
> > > 0x0000000000000000 vma
> > > (01.179317) 374: premap 0x0000000076ab1000-0x0000000076ab2000 ->
> > > 0000000076377000
> > > (01.179416) 349: premap 0x0000000076d64000-0x0000000076d71000 ->
> > > 00000000765ec000
> > > (01.179447) 374: Map 0x0000000076ab2000-0x0000000076ab3000
> > > 0x0000000000011000 vma
> > > (01.179472) 349: Map 0x0000000076d71000-0x0000000076d80000
> > > 0x000000000000d000 vma
> > > (01.179499) 374: premap 0x0000000076ab2000-0x0000000076ab3000 ->
> > > 0000000076378000
> > > (01.179522) 349: premap 0x0000000076d71000-0x0000000076d80000 ->
> > > 00000000765f9000
> > > (01.179549) 374: Map 0x0000000076ab3000-0x0000000076b06000
> > > 0x0000000000000000 vma
> > > (01.179568) 349: Map 0x0000000076d80000-0x0000000076d81000
> > > 0x000000000000c000 vma
> > > (01.179599) 374: premap 0x0000000076ab3000-0x0000000076b06000 ->
> > > 0000000076379000
> > > (01.179614) 349: premap 0x0000000076d80000-0x0000000076d81000 ->
> > > 0000000076608000
> > > (01.179644) 374: Map 0x0000000076b06000-0x0000000076b07000
> > > 0x0000000000053000 vma
> > > (01.179664) 349: Map 0x0000000076d81000-0x0000000076d82000
> > > 0x000000000000d000 vma
> > > (01.179691) 374: premap 0x0000000076b06000-0x0000000076b07000 ->
> > > 00000000763cc000
> > > (01.179709) 349: premap 0x0000000076d81000-0x0000000076d82000 ->
> > > 0000000076609000
> > > (01.179739) 374: Map 0x0000000076b07000-0x0000000076b09000
> > > 0x0000000000053000 vma
> > > (01.179742) 349: Map 0x0000000076d82000-0x0000000076d84000
> > > 0x0000000000000000 vma
> > > (01.179785) 374: premap 0x0000000076b07000-0x0000000076b09000 ->
> > > 00000000763cd000
> > > (01.179799) 349: premap 0x0000000076d82000-0x0000000076d84000 ->
> > > 000000007660a000
> > > (01.179833) 374: Map 0x0000000076b09000-0x0000000076b0a000
> > > 0x0000000000055000 vma
> > > (01.179849) 349: Map 0x0000000076d84000-0x0000000076d88000
> > > 0x0000000000000000 vma
> > > (01.179878) 374: premap 0x0000000076b09000-0x0000000076b0a000 ->
> > > 00000000763cf000
> > > (01.179898) 349: premap 0x0000000076d84000-0x0000000076d88000 ->
> > > 000000007660c000
> > > (01.179926) 374: Map 0x0000000076b0a000-0x0000000076b56000
> > > 0x0000000000000000 vma
> > > (01.179942) 349: Map 0x0000000076d88000-0x0000000076d98000
> > > 0x0000000000004000 vma
> > > (01.179976) 374: premap 0x0000000076b0a000-0x0000000076b56000 ->
> > > 00000000763d0000
> > > (01.179990) 349: premap 0x0000000076d88000-0x0000000076d98000 ->
> > > 0000000076610000
> > > (01.180021) 374: Map 0x0000000076b56000-0x0000000076b65000
> > > 0x000000000004c000 vma
> > > (01.180044) 349: Map 0x0000000076d98000-0x0000000076d99000
> > > 0x0000000000004000 vma
> > > (01.180070) 374: premap 0x0000000076b56000-0x0000000076b65000 ->
> > > 000000007641c000
> > > (01.180088) 349: premap 0x0000000076d98000-0x0000000076d99000 ->
> > > 0000000076620000
> > > (01.180140) 349: Map 0x0000000076d99000-0x0000000076d9a000
> > > 0x0000000000005000 vma
> > > (01.180143) 374: Map 0x0000000076b65000-0x0000000076b66000
> > > 0x000000000004b000 vma
> > > (01.180188) 349: premap 0x0000000076d99000-0x0000000076d9a000 ->
> > > 0000000076621000
> > > (01.180213) 374: premap 0x0000000076b65000-0x0000000076b66000 ->
> > > 000000007642b000
> > > (01.180241) 349: Map 0x0000000076d9a000-0x0000000076dab000
> > > 0x0000000000000000 vma
> > > (01.180260) 374: Map 0x0000000076b66000-0x0000000076b67000
> > > 0x000000000004c000 vma
> > > (01.180302) 349: premap 0x0000000076d9a000-0x0000000076dab000 ->
> > > 0000000076622000
> > > (01.180313) 374: premap 0x0000000076b66000-0x0000000076b67000 ->
> > > 000000007642c000
> > > (01.180353) 349: Map 0x0000000076dab000-0x0000000076dba000
> > > 0x0000000000011000 vma
> > > (01.180387) 374: Map 0x0000000076b67000-0x0000000076b6c000
> > > 0x0000000000000000 vma
> > > (01.180426) 349: premap 0x0000000076dab000-0x0000000076dba000 ->
> > > 0000000076633000
> > > (01.180437) 374: premap 0x0000000076b67000-0x0000000076b6c000 ->
> > > 000000007642d000
> > > (01.180479) 349: Map 0x0000000076dba000-0x0000000076dbb000
> > > 0x0000000000010000 vma
> > > (01.180494) 374: Map 0x0000000076b6c000-0x0000000076b7b000
> > > 0x0000000000005000 vma
> > > (01.180528) 349: premap 0x0000000076dba000-0x0000000076dbb000 ->
> > > 0000000076642000
> > > (01.180546) 374: premap 0x0000000076b6c000-0x0000000076b7b000 ->
> > > 0000000076432000
> > > (01.180574) 349: Map 0x0000000076dbb000-0x0000000076dbc000
> > > 0x0000000000011000 vma
> > > (01.180623) 374: Map 0x0000000076b7b000-0x0000000076b7c000
> > > 0x0000000000004000 vma
> > > (01.180693) 349: premap 0x0000000076dbb000-0x0000000076dbc000 ->
> > > 0000000076643000
> > > (01.180707) 374: premap 0x0000000076b7b000-0x0000000076b7c000 ->
> > > 0000000076441000
> > > (01.180732) 349: Map 0x0000000076dbc000-0x0000000076dbe000
> > > 0x0000000000000000 vma
> > > (01.180772) 374: Map 0x0000000076b7c000-0x0000000076b7d000
> > > 0x0000000000005000 vma
> > > (01.180783) 349: premap 0x0000000076dbc000-0x0000000076dbe000 ->
> > > 0000000076644000
> > > (01.180822) 374: premap 0x0000000076b7c000-0x0000000076b7d000 ->
> > > 0000000076442000
> > > (01.180842) 349: Map 0x0000000076dbe000-0x0000000076e0a000
> > > 0x0000000000000000 vma
> > > (01.180870) 374: Map 0x0000000076b7d000-0x0000000076b8a000
> > > 0x0000000000000000 vma
> > > (01.180893) 349: premap 0x0000000076dbe000-0x0000000076e0a000 ->
> > > 0000000076646000
> > > (01.180916) 374: premap 0x0000000076b7d000-0x0000000076b8a000 ->
> > > 0000000076443000
> > > (01.180945) 349: Map 0x0000000076e0a000-0x0000000076e19000
> > > 0x000000000004c000 vma
> > > (01.180961) 374: Map 0x0000000076b8a000-0x0000000076b99000
> > > 0x000000000000d000 vma
> > > (01.180994) 349: premap 0x0000000076e0a000-0x0000000076e19000 ->
> > > 0000000076692000
> > > (01.181012) 374: premap 0x0000000076b8a000-0x0000000076b99000 ->
> > > 0000000076450000
> > > (01.181046) 349: Map 0x0000000076e19000-0x0000000076e1a000
> > > 0x000000000004b000 vma
> > > (01.181062) 374: Map 0x0000000076b99000-0x0000000076b9a000
> > > 0x000000000000c000 vma
> > > (01.181094) 349: premap 0x0000000076e19000-0x0000000076e1a000 ->
> > > 00000000766a1000
> > > (01.181109) 374: premap 0x0000000076b99000-0x0000000076b9a000 ->
> > > 000000007645f000
> > > (01.181146) 349: Map 0x0000000076e1a000-0x0000000076e1b000
> > > 0x000000000004c000 vma
> > > (01.181158) 374: Map 0x0000000076b9a000-0x0000000076b9b000
> > > 0x000000000000d000 vma
> > > (01.181197) 349: premap 0x0000000076e1a000-0x0000000076e1b000 ->
> > > 00000000766a2000
> > > (01.181211) 374: premap 0x0000000076b9a000-0x0000000076b9b000 ->
> > > 0000000076460000
> > > (01.181246) 374: Map 0x0000000076b9b000-0x0000000076b9d000
> > > 0x0000000000000000 vma
> > > (01.181245) 349: Map 0x0000000076e1b000-0x0000000076e1d000
> > > 0x0000000000000000 vma
> > > (01.181291) 374: premap 0x0000000076b9b000-0x0000000076b9d000 ->
> > > 0000000076461000
> > > (01.181310) 349: premap 0x0000000076e1b000-0x0000000076e1d000 ->
> > > 00000000766a3000
> > > (01.181342) 374: Map 0x0000000076b9d000-0x0000000076bb0000
> > > 0x0000000000000000 vma
> > > (01.181356) 349: Map 0x0000000076e1d000-0x0000000076e2c000
> > > 0x0000000000002000 vma
> > > (01.181396) 374: premap 0x0000000076b9d000-0x0000000076bb0000 ->
> > > 0000000076463000
> > > (01.181415) 349: premap 0x0000000076e1d000-0x0000000076e2c000 ->
> > > 00000000766a5000
> > > (01.181448) 374: Map 0x0000000076bb0000-0x0000000076bbf000
> > > 0x0000000000013000 vma
> > > (01.181471) 349: Map 0x0000000076e2c000-0x0000000076e2d000
> > > 0x0000000000001000 vma
> > > (01.181525) 356: cg: Move into 9
> > > (01.181529) 349: premap 0x0000000076e2c000-0x0000000076e2d000 ->
> > > 00000000766b4000
> > > (01.181531) 374: premap 0x0000000076bb0000-0x0000000076bbf000 ->
> > > 0000000076476000
> > > (01.181582) 356: cg: `-> blkio//lxc/migratest/tasks
> > > (01.181612) 349: Map 0x0000000076e2d000-0x0000000076e2e000
> > > 0x0000000000002000 vma
> > > (01.181632) 374: Map 0x0000000076bbf000-0x0000000076bc0000
> > > 0x0000000000012000 vma
> > > (01.181678) 349: premap 0x0000000076e2d000-0x0000000076e2e000 ->
> > > 00000000766b5000
> > > (01.181695) 374: premap 0x0000000076bbf000-0x0000000076bc0000 ->
> > > 0000000076485000
> > > (01.181737) 349: Map 0x0000000076e2e000-0x0000000076e45000
> > > 0x0000000000000000 vma
> > > (01.181751) 374: Map 0x0000000076bc0000-0x0000000076bc1000
> > > 0x0000000000013000 vma
> > > (01.181793) 356: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.181793) 349: premap 0x0000000076e2e000-0x0000000076e45000 ->
> > > 00000000766b6000
> > > (01.181805) 374: premap 0x0000000076bc0000-0x0000000076bc1000 ->
> > > 0000000076486000
> > > (01.181864) 374: Map 0x0000000076bc1000-0x0000000076bc2000
> > > 0x0000000000000000 vma
> > > (01.181864) 349: Map 0x0000000076e45000-0x0000000076e55000
> > > 0x0000000000017000 vma
> > > (01.181880) 356: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.181907) 374: premap 0x0000000076bc1000-0x0000000076bc2000 ->
> > > 0000000076487000
> > > (01.181928) 349: premap 0x0000000076e45000-0x0000000076e55000 ->
> > > 00000000766cd000
> > > (01.181987) 356: cg: `-> debug//lxc/migratest/tasks
> > > (01.182016) 374: Map 0x0000000076bc2000-0x0000000076bd2000
> > > 0x0000000000000000 vma
> > > (01.182034) 349: Map 0x0000000076e55000-0x0000000076e56000
> > > 0x0000000000017000 vma
> > > (01.182083) 374: premap 0x0000000076bc2000-0x0000000076bd2000 ->
> > > 0000000076488000
> > > (01.182093) 349: premap 0x0000000076e55000-0x0000000076e56000 ->
> > > 00000000766dd000
> > > (01.182098) 356: cg: `-> devices//lxc/migratest/tasks
> > > (01.182131) 374: Map 0x0000000076bd2000-0x0000000076be2000
> > > 0x0000000000010000 vma
> > > (01.182150) 349: Map 0x0000000076e56000-0x0000000076e57000
> > > 0x0000000000018000 vma
> > > (01.182190) 374: premap 0x0000000076bd2000-0x0000000076be2000 ->
> > > 0000000076498000
> > > (01.182207) 356: cg: `-> freezer//lxc/migratest/tasks
> > > (01.182207) 349: premap 0x0000000076e56000-0x0000000076e57000 ->
> > > 00000000766de000
> > > (01.182236) 374: Map 0x0000000076be2000-0x0000000076be3000
> > > 0x0000000000010000 vma
> > > (01.182260) 349: Map 0x0000000076e57000-0x0000000076e61000
> > > 0x0000000000000000 vma
> > > (01.182291) 374: premap 0x0000000076be2000-0x0000000076be3000 ->
> > > 00000000764a8000
> > > (01.182297) 356: cg: `-> systemd//lxc/migratest/tasks
> > > (01.182305) 349: premap 0x0000000076e57000-0x0000000076e61000 ->
> > > 00000000766df000
> > > (01.182335) 374: Map 0x0000000076be3000-0x0000000076be4000
> > > 0x0000000000011000 vma
> > > (01.182372) 349: Map 0x0000000076e61000-0x0000000076f37000
> > > 0x0000000000000000 vma
> > > (01.182391) 356: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.182391) 374: premap 0x0000000076be3000-0x0000000076be4000 ->
> > > 00000000764a9000
> > > (01.182419) 349: premap 0x0000000076e61000-0x0000000076f37000 ->
> > > 00000000766e9000
> > > (01.182467) 374: Map 0x0000000076be4000-0x0000000076be6000
> > > 0x0000000000000000 vma
> > > (01.182472) 356: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.182487) 349: Map 0x0000000076f37000-0x0000000076f47000
> > > 0x00000000000d6000 vma
> > > (01.182515) 374: premap 0x0000000076be4000-0x0000000076be6000 ->
> > > 00000000764aa000
> > > (01.182550) 349: premap 0x0000000076f37000-0x0000000076f47000 ->
> > > 00000000767bf000
> > > (01.182569) 374: Map 0x0000000076be6000-0x0000000076bf5000
> > > 0x0000000000002000 vma
> > > (01.182596) 349: Map 0x0000000076f47000-0x0000000076f49000
> > > 0x00000000000d6000 vma
> > > (01.182614) 374: premap 0x0000000076be6000-0x0000000076bf5000 ->
> > > 00000000764ac000
> > > (01.182650) 349: premap 0x0000000076f47000-0x0000000076f49000 ->
> > > 00000000767cf000
> > > (01.182659) 356: Map 0x0000000076cb9000-0x0000000076cbc000
> > > 0x0000000000000000 vma
> > > (01.182671) 374: Map 0x0000000076bf5000-0x0000000076bf6000
> > > 0x0000000000001000 vma
> > > (01.182699) 349: Map 0x0000000076f49000-0x0000000076f4a000
> > > 0x00000000000d8000 vma
> > > (01.182727) 356: premap 0x0000000076cb9000-0x0000000076cbc000 ->
> > > 0000000076581000
> > > (01.182739) 374: premap 0x0000000076bf5000-0x0000000076bf6000 ->
> > > 00000000764bb000
> > > (01.182758) 349: premap 0x0000000076f49000-0x0000000076f4a000 ->
> > > 00000000767d1000
> > > (01.182781) 356: Map 0x0000000076cbc000-0x0000000076ccb000
> > > 0x0000000000003000 vma
> > > (01.182794) 374: Map 0x0000000076bf6000-0x0000000076bf7000
> > > 0x0000000000002000 vma
> > > (01.182805) 349: Map 0x0000000076f4a000-0x0000000076f4d000
> > > 0x0000000000000000 vma
> > > (01.182834) 356: premap 0x0000000076cbc000-0x0000000076ccb000 ->
> > > 0000000076584000
> > > (01.182849) 374: premap 0x0000000076bf6000-0x0000000076bf7000 ->
> > > 00000000764bc000
> > > (01.182865) 349: premap 0x0000000076f4a000-0x0000000076f4d000 ->
> > > 00000000767d2000
> > > (01.182888) 356: Map 0x0000000076ccb000-0x0000000076ccc000
> > > 0x0000000000002000 vma
> > > (01.182906) 374: Map 0x0000000076bf7000-0x0000000076ccd000
> > > 0x0000000000000000 vma
> > > (01.182941) 349: Map 0x0000000076f4d000-0x0000000076f60000
> > > 0x0000000000000000 vma
> > > (01.182944) 356: premap 0x0000000076ccb000-0x0000000076ccc000 ->
> > > 0000000076593000
> > > (01.182964) 374: premap 0x0000000076bf7000-0x0000000076ccd000 ->
> > > 00000000764bd000
> > > (01.182990) 349: premap 0x0000000076f4d000-0x0000000076f60000 ->
> > > 00000000767d5000
> > > (01.183025) 356: Map 0x0000000076ccc000-0x0000000076ccd000
> > > 0x0000000000003000 vma
> > > (01.183380) 620: pr2 Read 76b9d000 1 pages
> > > (01.183445) 356: premap 0x0000000076ccc000-0x0000000076ccd000 ->
> > > 0000000076594000
> > > (01.183476) 620: pr2 Read page from self 76b9d000/26000
> > > (01.183548) 356: Map 0x0000000076ccd000-0x0000000076ccf000
> > > 0x0000000000000000 vma
> > > (01.183596) 620: pr2 Read 76b9e000 3 pages
> > > (01.183633) 356: premap 0x0000000076ccd000-0x0000000076ccf000 ->
> > > 0000000076595000
> > > (01.183640) 620: pr2 Read page from self 76b9e000/27000
> > > (01.183700) 356: Map 0x0000000076ccf000-0x0000000076cde000
> > > 0x0000000000002000 vma
> > > (01.183783) 620: pr2 Read 76bb2000 1 pages
> > > (01.183784) 356: premap 0x0000000076ccf000-0x0000000076cde000 ->
> > > 0000000076597000
> > > (01.183834) 620: pr2 Read page from self 76bb2000/2a000
> > > (01.183884) 356: Map 0x0000000076cde000-0x0000000076cdf000
> > > 0x0000000000001000 vma
> > > (01.183949) 356: premap 0x0000000076cde000-0x0000000076cdf000 ->
> > > 00000000765a6000
> > > (01.183031) 374: Map 0x0000000076ccd000-0x0000000076cdd000
> > > 0x00000000000d6000 vma
> > > (01.183928) 1: PID: real 2146 virt 335
> > > (01.184153) 374: premap 0x0000000076ccd000-0x0000000076cdd000 ->
> > > 0000000076593000
> > > (01.184195) 356: Map 0x0000000076cdf000-0x0000000076ce0000
> > > 0x0000000000002000 vma
> > > (01.184236) 374: Map 0x0000000076cdd000-0x0000000076cdf000
> > > 0x00000000000d6000 vma
> > > (01.184261) 356: premap 0x0000000076cdf000-0x0000000076ce0000 ->
> > > 00000000765a7000
> > > (01.184383) 374: premap 0x0000000076cdd000-0x0000000076cdf000 ->
> > > 00000000765a3000
> > > (01.184467) 356: Map 0x0000000076ce0000-0x0000000076d2c000
> > > 0x0000000000000000 vma
> > > (01.184491) 374: Map 0x0000000076cdf000-0x0000000076ce0000
> > > 0x00000000000d8000 vma
> > > (01.184530) 356: premap 0x0000000076ce0000-0x0000000076d2c000 ->
> > > 00000000765a8000
> > > (01.184550) 374: premap 0x0000000076cdf000-0x0000000076ce0000 ->
> > > 00000000765a5000
> > > (01.184599) 374: Map 0x0000000076ce0000-0x0000000076ce3000
> > > 0x0000000000000000 vma
> > > (01.184600) 356: Map 0x0000000076d2c000-0x0000000076d3b000
> > > 0x000000000004c000 vma
> > > (01.184651) 374: premap 0x0000000076ce0000-0x0000000076ce3000 ->
> > > 00000000765a6000
> > > (01.184673) 356: premap 0x0000000076d2c000-0x0000000076d3b000 ->
> > > 00000000765f4000
> > > (01.184712) 374: Map 0x0000000076ce3000-0x0000000076cf4000
> > > 0x0000000000000000 vma
> > > (01.184733) 356: Map 0x0000000076d3b000-0x0000000076d3c000
> > > 0x000000000004b000 vma
> > > (01.184772) 374: premap 0x0000000076ce3000-0x0000000076cf4000 ->
> > > 00000000765a9000
> > > (01.184790) 356: premap 0x0000000076d3b000-0x0000000076d3c000 ->
> > > 0000000076603000
> > > (01.184843) 374: Map 0x0000000076cf4000-0x0000000076d03000
> > > 0x0000000000011000 vma
> > > (01.184858) 356: Map 0x0000000076d3c000-0x0000000076d3d000
> > > 0x000000000004c000 vma
> > > (01.184911) 374: premap 0x0000000076cf4000-0x0000000076d03000 ->
> > > 00000000765ba000
> > > (01.184927) 356: premap 0x0000000076d3c000-0x0000000076d3d000 ->
> > > 0000000076604000
> > > (01.184973) 374: Map 0x0000000076d03000-0x0000000076d04000
> > > 0x0000000000010000 vma
> > > (01.184995) 356: Map 0x0000000076d3d000-0x0000000076e13000
> > > 0x0000000000000000 vma
> > > (01.185037) 374: premap 0x0000000076d03000-0x0000000076d04000 ->
> > > 00000000765c9000
> > > (01.185043) 356: premap 0x0000000076d3d000-0x0000000076e13000 ->
> > > 0000000076605000
> > > (01.185088) 374: Map 0x0000000076d04000-0x0000000076d05000
> > > 0x0000000000011000 vma
> > > (01.185116) 356: Map 0x0000000076e13000-0x0000000076e23000
> > > 0x00000000000d6000 vma
> > > (01.185113) 1: Forking task with 318 pid (flags 0x0)
> > > (01.185141) 374: premap 0x0000000076d04000-0x0000000076d05000 ->
> > > 00000000765ca000
> > > (01.185198) 374: Map 0x0000000076d05000-0x0000000076d07000
> > > 0x0000000000000000 vma
> > > (01.185248) 374: premap 0x0000000076d05000-0x0000000076d07000 ->
> > > 00000000765cb000
> > > (01.185165) 356: premap 0x0000000076e13000-0x0000000076e23000 ->
> > > 00000000766db000
> > > (01.185423) 356: Map 0x0000000076e23000-0x0000000076e25000
> > > 0x00000000000d6000 vma
> > > (01.185506) 356: premap 0x0000000076e23000-0x0000000076e25000 ->
> > > 00000000766eb000
> > > (01.185571) 356: Map 0x0000000076e25000-0x0000000076e26000
> > > 0x00000000000d8000 vma
> > > (01.185628) 356: premap 0x0000000076e25000-0x0000000076e26000 ->
> > > 00000000766ed000
> > > (01.185734) 356: Map 0x0000000076e26000-0x0000000076e29000
> > > 0x0000000000000000 vma
> > > (01.185793) 356: premap 0x0000000076e26000-0x0000000076e29000 ->
> > > 00000000766ee000
> > > (01.185852) 356: Map 0x0000000076e29000-0x0000000076e3a000
> > > 0x0000000000000000 vma
> > > (01.185908) 356: premap 0x0000000076e29000-0x0000000076e3a000 ->
> > > 00000000766f1000
> > > (01.185960) 356: Map 0x0000000076e3a000-0x0000000076e49000
> > > 0x0000000000011000 vma
> > > (01.186013) 356: premap 0x0000000076e3a000-0x0000000076e49000 ->
> > > 0000000076702000
> > > (01.186071) 356: Map 0x0000000076e49000-0x0000000076e4a000
> > > 0x0000000000010000 vma
> > > (01.186126) 356: premap 0x0000000076e49000-0x0000000076e4a000 ->
> > > 0000000076711000
> > > (01.186176) 356: Map 0x0000000076e4a000-0x0000000076e4b000
> > > 0x0000000000011000 vma
> > > (01.186223) 356: premap 0x0000000076e4a000-0x0000000076e4b000 ->
> > > 0000000076712000
> > > (01.186258) 356: Map 0x0000000076e4b000-0x0000000076e4d000
> > > 0x0000000000000000 vma
> > > (01.186302) 356: premap 0x0000000076e4b000-0x0000000076e4d000 ->
> > > 0000000076713000
> > > (01.186352) 356: Map 0x0000000076e4d000-0x0000000076e65000
> > > 0x0000000000000000 vma
> > > (01.186403) 356: premap 0x0000000076e4d000-0x0000000076e65000 ->
> > > 0000000076715000
> > > (01.186466) 356: Map 0x0000000076e65000-0x0000000076e74000
> > > 0x0000000000018000 vma
> > > (01.186523) 356: premap 0x0000000076e65000-0x0000000076e74000 ->
> > > 000000007672d000
> > > (01.186576) 356: Map 0x0000000076e74000-0x0000000076e75000
> > > 0x0000000000017000 vma
> > > (01.186631) 356: premap 0x0000000076e74000-0x0000000076e75000 ->
> > > 000000007673c000
> > > (01.186670) 335: cg: Move into 7
> > > (01.186706) 356: Map 0x0000000076e75000-0x0000000076e7a000
> > > 0x0000000000000000 vma
> > > (01.186726) 335: cg: `-> blkio//lxc/migratest/tasks
> > > (01.186762) 356: premap 0x0000000076e75000-0x0000000076e7a000 ->
> > > 000000007673d000
> > > (01.186851) 356: Map 0x0000000076e7a000-0x0000000076e89000
> > > 0x0000000000005000 vma
> > > (01.186915) 356: premap 0x0000000076e7a000-0x0000000076e89000 ->
> > > 0000000076742000
> > > (01.186927) 335: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.186972) 356: Map 0x0000000076e89000-0x0000000076e8a000
> > > 0x0000000000004000 vma
> > > (01.187024) 356: premap 0x0000000076e89000-0x0000000076e8a000 ->
> > > 0000000076751000
> > > (01.187038) 335: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.187078) 356: Map 0x0000000076e8a000-0x0000000076e8b000
> > > 0x0000000000005000 vma
> > > (01.187128) 356: premap 0x0000000076e8a000-0x0000000076e8b000 ->
> > > 0000000076752000
> > > (01.187145) 335: cg: `-> debug//lxc/migratest/tasks
> > > (01.187180) 356: Map 0x0000000076e8b000-0x0000000076e90000
> > > 0x0000000000000000 vma
> > > (01.187232) 356: premap 0x0000000076e8b000-0x0000000076e90000 ->
> > > 0000000076753000
> > > (01.187243) 335: cg: `-> devices//lxc/migratest/tasks
> > > (01.187282) 356: Map 0x0000000076e90000-0x0000000076e9f000
> > > 0x0000000000005000 vma
> > > (01.187336) 335: cg: `-> freezer//lxc/migratest/tasks
> > > (01.187335) 356: premap 0x0000000076e90000-0x0000000076e9f000 ->
> > > 0000000076758000
> > > (01.187399) 356: Map 0x0000000076e9f000-0x0000000076ea0000
> > > 0x0000000000004000 vma
> > > (01.187427) 335: cg: `-> systemd//lxc/migratest/tasks
> > > (01.187449) 356: premap 0x0000000076e9f000-0x0000000076ea0000 ->
> > > 0000000076767000
> > > (01.187494) 356: Map 0x0000000076ea0000-0x0000000076ea1000
> > > 0x0000000000005000 vma
> > > (01.187512) 335: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.187542) 356: premap 0x0000000076ea0000-0x0000000076ea1000 ->
> > > 0000000076768000
> > > (01.187589) 356: Map 0x0000000076ea1000-0x0000000076eb4000
> > > 0x0000000000000000 vma
> > > (01.187594) 335: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.187639) 356: premap 0x0000000076ea1000-0x0000000076eb4000 ->
> > > 0000000076769000
> > > (01.187685) 356: Map 0x0000000076eb4000-0x0000000076ec3000
> > > 0x0000000000013000 vma
> > > (01.187736) 356: premap 0x0000000076eb4000-0x0000000076ec3000 ->
> > > 000000007677c000
> > > (01.187791) 356: Map 0x0000000076ec3000-0x0000000076ec4000
> > > 0x0000000000012000 vma
> > > (01.187797) 335: Map 0x0000000076d0a000-0x0000000076d11000
> > > 0x0000000000000000 vma
> > > (01.187853) 356: premap 0x0000000076ec3000-0x0000000076ec4000 ->
> > > 000000007678b000
> > > (01.187869) 335: premap 0x0000000076d0a000-0x0000000076d11000 ->
> > > 000000007658f000
> > > (01.187971) 356: Map 0x0000000076ec4000-0x0000000076ec5000
> > > 0x0000000000013000 vma
> > > (01.188005) 335: Map 0x0000000076d11000-0x0000000076d20000
> > > 0x0000000000007000 vma
> > > (01.188027) 356: premap 0x0000000076ec4000-0x0000000076ec5000 ->
> > > 000000007678c000
> > > (01.188060) 335: premap 0x0000000076d11000-0x0000000076d20000 ->
> > > 0000000076596000
> > > (01.188062) 356: Map 0x0000000076ec5000-0x0000000076ec6000
> > > 0x0000000000000000 vma
> > > (01.188111) 335: Map 0x0000000076d20000-0x0000000076d21000
> > > 0x0000000000006000 vma
> > > (01.188122) 356: premap 0x0000000076ec5000-0x0000000076ec6000 ->
> > > 000000007678d000
> > > (01.188158) 335: premap 0x0000000076d20000-0x0000000076d21000 ->
> > > 00000000765a5000
> > > (01.188178) 356: Map 0x0000000076ec6000-0x0000000076ede000
> > > 0x0000000000000000 vma
> > > (01.188204) 335: Map 0x0000000076d21000-0x0000000076d22000
> > > 0x0000000000007000 vma
> > > (01.188222) 356: premap 0x0000000076ec6000-0x0000000076ede000 ->
> > > 000000007678e000
> > > (01.188247) 335: premap 0x0000000076d21000-0x0000000076d22000 ->
> > > 00000000765a6000
> > > (01.188284) 335: Map 0x0000000076d22000-0x0000000076d28000
> > > 0x0000000000000000 vma
> > > (01.188253) 356: Map 0x0000000076ee2000-0x0000000076ee5000
> > > 0x0000000000000000 vma
> > > (01.188328) 335: premap 0x0000000076d22000-0x0000000076d28000 ->
> > > 00000000765a7000
> > > (01.188359) 356: premap 0x0000000076ee2000-0x0000000076ee5000 ->
> > > 00000000767a6000
> > > (01.188394) 335: Map 0x0000000076d28000-0x0000000076d2f000
> > > 0x0000000000000000 vma
> > > (01.188430) 356: Map 0x0000000076eeb000-0x0000000076eed000
> > > 0x0000000000000000 vma
> > > (01.188428) 620: pr2 Read 76bb3000 1 pages
> > > (01.188469) 335: premap 0x0000000076d28000-0x0000000076d2f000 ->
> > > 00000000765ad000
> > > (01.188483) 356: premap 0x0000000076eeb000-0x0000000076eed000 ->
> > > 00000000767a9000
> > > (01.188501) 620: pr2 Read page from self 76bb3000/2b000
> > > (01.188537) 335: Map 0x0000000076d2f000-0x0000000076d3e000
> > > 0x0000000000007000 vma
> > > (01.188549) 356: Map 0x0000000076eed000-0x0000000076eee000
> > > 0x0000000000017000 vma
> > > (01.188589) 335: premap 0x0000000076d2f000-0x0000000076d3e000 ->
> > > 00000000765b4000
> > > (01.188612) 356: premap 0x0000000076eed000-0x0000000076eee000 ->
> > > 00000000767ab000
> > > (01.188629) 620: pr2 Read 76c41000 6 pages
> > > (01.188642) 335: Map 0x0000000076d3e000-0x0000000076d3f000
> > > 0x0000000000006000 vma
> > > (01.188660) 356: Map 0x0000000076eee000-0x0000000076eef000
> > > 0x0000000000018000 vma
> > > (01.188665) 620: pr2 Read page from self 76c41000/2c000
> > > (01.188703) 335: premap 0x0000000076d3e000-0x0000000076d3f000 ->
> > > 00000000765c3000
> > > (01.188717) 356: premap 0x0000000076eee000-0x0000000076eef000 ->
> > > 00000000767ac000
> > > (01.188762) 335: Map 0x0000000076d3f000-0x0000000076d40000
> > > 0x0000000000007000 vma
> > > (01.188833) 356: Map 0x0000000076eef000-0x0000000076f4e000
> > > 0x0000000000000000 vma
> > > (01.188835) 335: premap 0x0000000076d3f000-0x0000000076d40000 ->
> > > 00000000765c4000
> > > (01.188858) 620: pr2 Read 76c47000 1 pages
> > > (01.188897) 356: premap 0x0000000076eef000-0x0000000076f4e000 ->
> > > 00000000767ad000
> > > (01.188915) 335: Map 0x0000000076d40000-0x0000000076d4d000
> > > 0x0000000000000000 vma
> > > (01.188919) 620: pr2 Read page from self 76c47000/32000
> > > (01.188940) 356: Map 0x0000000076f4e000-0x0000000076f4f000
> > > 0x0000000000000000 vma
> > > (01.188975) 335: premap 0x0000000076d40000-0x0000000076d4d000 ->
> > > 00000000765c5000
> > > (01.189008) 356: premap 0x0000000076f4e000-0x0000000076f4f000 ->
> > > 000000007680c000
> > > (01.189017) 620: pr2 Read 76c80000 1 pages
> > > (01.189058) 335: Map 0x0000000076d4d000-0x0000000076d5c000
> > > 0x000000000000d000 vma
> > > (01.189063) 620: pr2 Read page from self 76c80000/33000
> > > (01.189068) 356: Map 0x0000000076f4f000-0x0000000076f52000
> > > 0x000000000005f000 vma
> > > (01.189116) 335: premap 0x0000000076d4d000-0x0000000076d5c000 ->
> > > 00000000765d2000
> > > (01.189141) 620: pr2 Read 76c81000 1 pages
> > > (01.189154) 356: premap 0x0000000076f4f000-0x0000000076f52000 ->
> > > 000000007680d000
> > > (01.189181) 620: pr2 Read page from self 76c81000/34000
> > > (01.189181) 335: Map 0x0000000076d5c000-0x0000000076d5d000
> > > 0x000000000000c000 vma
> > > (01.189214) 356: Map 0x0000000076f52000-0x0000000076f53000
> > > 0x0000000000062000 vma
> > > (01.189251) 620: pr2 Read 76c98000 1 pages
> > > (01.189325) 335: premap 0x0000000076d5c000-0x0000000076d5d000 ->
> > > 00000000765e1000
> > > (01.189336) 356: premap 0x0000000076f52000-0x0000000076f53000 ->
> > > 0000000076810000
> > > (01.189339) 620: pr2 Read page from self 76c98000/35000
> > > (01.189381) 335: Map 0x0000000076d5d000-0x0000000076d5e000
> > > 0x000000000000d000 vma
> > > (01.189381) 356: Map 0x0000000078459000-0x000000007847a000
> > > 0x0000000000000000 vma
> > > (01.189435) 335: premap 0x0000000076d5d000-0x0000000076d5e000 ->
> > > 00000000765e2000
> > > (01.189446) 356: premap 0x0000000078459000-0x000000007847a000 ->
> > > 0000000076811000
> > > (01.189483) 335: Map 0x0000000076d5e000-0x0000000076d60000
> > > 0x0000000000000000 vma
> > > (01.189504) 356: Map 0x000000007eb45000-0x000000007eb68000
> > > 0x0000000000000000 vma
> > > (01.189542) 335: premap 0x0000000076d5e000-0x0000000076d60000 ->
> > > 00000000765e3000
> > > (01.189606) 335: Map 0x0000000076d60000-0x0000000076d64000
> > > 0x0000000000000000 vma
> > > (01.189661) 374: Map 0x0000000076d07000-0x0000000076d17000
> > > 0x0000000000000000 vma
> > > (01.189687) 335: premap 0x0000000076d60000-0x0000000076d64000 ->
> > > 00000000765e5000
> > > (01.189755) 374: premap 0x0000000076d07000-0x0000000076d17000 ->
> > > 00000000765cd000
> > > (01.189753) 356: premap 0x000000007eb45000-0x000000007eb68000 ->
> > > 0000000076832000
> > > (01.189759) 335: Map 0x0000000076d64000-0x0000000076d74000
> > > 0x0000000000004000 vma
> > > (01.189816) 356: Map 0x000000007eda1000-0x000000007eda2000
> > > 0x0000000000000000 vma
> > > (01.189838) 374: Map 0x0000000076d17000-0x0000000076d26000
> > > 0x0000000000010000 vma
> > > (01.189857) 335: premap 0x0000000076d64000-0x0000000076d74000 ->
> > > 00000000765e9000
> > > (01.189875) 356: premap 0x000000007eda1000-0x000000007eda2000 ->
> > > 0000000076855000
> > > (01.189895) 374: premap 0x0000000076d17000-0x0000000076d26000 ->
> > > 00000000765dd000
> > > (01.189927) 335: Map 0x0000000076d74000-0x0000000076d75000
> > > 0x0000000000004000 vma
> > > (01.189961) 374: Map 0x0000000076d26000-0x0000000076d27000
> > > 0x000000000000f000 vma
> > > (01.189987) 335: premap 0x0000000076d74000-0x0000000076d75000 ->
> > > 00000000765f9000
> > > (01.190017) 374: premap 0x0000000076d26000-0x0000000076d27000 ->
> > > 00000000765ec000
> > > (01.190043) 335: Map 0x0000000076d75000-0x0000000076d76000
> > > 0x0000000000005000 vma
> > > (01.190074) 374: Map 0x0000000076d27000-0x0000000076d28000
> > > 0x0000000000010000 vma
> > > (01.190107) 335: premap 0x0000000076d75000-0x0000000076d76000 ->
> > > 00000000765fa000
> > > (01.190136) 374: premap 0x0000000076d27000-0x0000000076d28000 ->
> > > 00000000765ed000
> > > (01.190172) 335: Map 0x0000000076d76000-0x0000000076d87000
> > > 0x0000000000000000 vma
> > > (01.190203) 374: Map 0x0000000076d28000-0x0000000076def000
> > > 0x0000000000000000 vma
> > > (01.190201) 356: Opened page read 2 (parent 0)
> > > (01.190237) 335: premap 0x0000000076d76000-0x0000000076d87000 ->
> > > 00000000765fb000
> > > (01.190262) 374: premap 0x0000000076d28000-0x0000000076def000 ->
> > > 00000000765ee000
> > > (01.190281) 356: pr2 Read 76cb9000 1 pages
> > > (01.190313) 335: Map 0x0000000076d87000-0x0000000076d96000
> > > 0x0000000000011000 vma
> > > (01.190338) 356: pr2 Read page from self 76cb9000/0
> > > (01.190341) 374: Map 0x0000000076def000-0x0000000076dfe000
> > > 0x00000000000c7000 vma
> > > (01.190373) 335: premap 0x0000000076d87000-0x0000000076d96000 ->
> > > 000000007660c000
> > > (01.190407) 374: premap 0x0000000076def000-0x0000000076dfe000 ->
> > > 00000000766b5000
> > > (01.190434) 335: Map 0x0000000076d96000-0x0000000076d97000
> > > 0x0000000000010000 vma
> > > (01.190458) 374: Map 0x0000000076dfe000-0x0000000076dff000
> > > 0x00000000000c6000 vma
> > > (01.190487) 335: premap 0x0000000076d96000-0x0000000076d97000 ->
> > > 000000007661b000
> > > (01.190507) 374: premap 0x0000000076dfe000-0x0000000076dff000 ->
> > > 00000000766c4000
> > > (01.190556) 335: Map 0x0000000076d97000-0x0000000076d98000
> > > 0x0000000000011000 vma
> > > (01.190570) 374: Map 0x0000000076dff000-0x0000000076e00000
> > > 0x00000000000c7000 vma
> > > (01.190625) 335: premap 0x0000000076d97000-0x0000000076d98000 ->
> > > 000000007661c000
> > > (01.190631) 374: premap 0x0000000076dff000-0x0000000076e00000 ->
> > > 00000000766c5000
> > > (01.190740) 335: Map 0x0000000076d98000-0x0000000076d9a000
> > > 0x0000000000000000 vma
> > > (01.183045) 349: Map 0x0000000076f60000-0x0000000076f6f000
> > > 0x0000000000013000 vma
> > > (01.190800) 374: Map 0x0000000076e00000-0x0000000076e37000
> > > 0x0000000000000000 vma
> > > (01.190824) 335: premap 0x0000000076d98000-0x0000000076d9a000 ->
> > > 000000007661d000
> > > (01.190892) 374: premap 0x0000000076e00000-0x0000000076e37000 ->
> > > 00000000766c6000
> > > (01.190891) 349: premap 0x0000000076f60000-0x0000000076f6f000 ->
> > > 00000000767e8000
> > > (01.190923) 335: Map 0x0000000076d9a000-0x0000000076de6000
> > > 0x0000000000000000 vma
> > > (01.190957) 374: Map 0x0000000076e37000-0x0000000076e46000
> > > 0x0000000000037000 vma
> > > (01.190976) 349: Map 0x0000000076f6f000-0x0000000076f70000
> > > 0x0000000000012000 vma
> > > (01.190999) 335: premap 0x0000000076d9a000-0x0000000076de6000 ->
> > > 000000007661f000
> > > (01.191010) 374: premap 0x0000000076e37000-0x0000000076e46000 ->
> > > 00000000766fd000
> > > (01.191031) 349: premap 0x0000000076f6f000-0x0000000076f70000 ->
> > > 00000000767f7000
> > > (01.191051) 335: Map 0x0000000076de6000-0x0000000076df5000
> > > 0x000000000004c000 vma
> > > (01.191068) 374: Map 0x0000000076e46000-0x0000000076e47000
> > > 0x0000000000036000 vma
> > > (01.191072) 1: Forking task with 308 pid (flags 0x0)
> > > (01.191087) 349: Map 0x0000000076f70000-0x0000000076f71000
> > > 0x0000000000013000 vma
> > > (01.191109) 335: premap 0x0000000076de6000-0x0000000076df5000 ->
> > > 000000007666b000
> > > (01.191126) 374: premap 0x0000000076e46000-0x0000000076e47000 ->
> > > 000000007670c000
> > > (01.191170) 349: premap 0x0000000076f70000-0x0000000076f71000 ->
> > > 00000000767f8000
> > > (01.191189) 335: Map 0x0000000076df5000-0x0000000076df6000
> > > 0x000000000004b000 vma
> > > (01.191207) 374: Map 0x0000000076e47000-0x0000000076e48000
> > > 0x0000000000037000 vma
> > > (01.191213) 349: Map 0x0000000076f71000-0x0000000076f72000
> > > 0x0000000000000000 vma
> > > (01.191247) 335: premap 0x0000000076df5000-0x0000000076df6000 ->
> > > 000000007667a000
> > > (01.191264) 374: premap 0x0000000076e47000-0x0000000076e48000 ->
> > > 000000007670d000
> > > (01.191279) 349: premap 0x0000000076f71000-0x0000000076f72000 ->
> > > 00000000767f9000
> > > (01.191301) 335: Map 0x0000000076df6000-0x0000000076df7000
> > > 0x000000000004c000 vma
> > > (01.191340) 374: Map 0x0000000076e48000-0x0000000076f35000
> > > 0x0000000000000000 vma
> > > (01.191341) 349: Map 0x0000000076f72000-0x0000000076f7a000
> > > 0x0000000000000000 vma
> > > (01.191361) 335: premap 0x0000000076df6000-0x0000000076df7000 ->
> > > 000000007667b000
> > > (01.191397) 374: premap 0x0000000076e48000-0x0000000076f35000 ->
> > > 000000007670e000
> > > (01.191422) 349: premap 0x0000000076f72000-0x0000000076f7a000 ->
> > > 00000000767fa000
> > > (01.191441) 335: Map 0x0000000076df7000-0x0000000076df9000
> > > 0x0000000000000000 vma
> > > (01.191477) 349: Map 0x0000000076f7a000-0x0000000076f89000
> > > 0x0000000000008000 vma
> > > (01.191479) 374: Map 0x0000000076f35000-0x0000000076f45000
> > > 0x00000000000ed000 vma
> > > (01.191499) 335: premap 0x0000000076df7000-0x0000000076df9000 ->
> > > 000000007667c000
> > > (01.191525) 349: premap 0x0000000076f7a000-0x0000000076f89000 ->
> > > 0000000076802000
> > > (01.191543) 374: premap 0x0000000076f35000-0x0000000076f45000 ->
> > > 00000000767fb000
> > > (01.191562) 335: Map 0x0000000076df9000-0x0000000076e08000
> > > 0x0000000000002000 vma
> > > (01.191578) 349: Map 0x0000000076f89000-0x0000000076f8a000
> > > 0x0000000000007000 vma
> > > (01.191598) 374: Map 0x0000000076f45000-0x0000000076f47000
> > > 0x00000000000ed000 vma
> > > (01.191617) 335: premap 0x0000000076df9000-0x0000000076e08000 ->
> > > 000000007667e000
> > > (01.191653) 374: premap 0x0000000076f45000-0x0000000076f47000 ->
> > > 000000007680b000
> > > (01.191672) 335: Map 0x0000000076e08000-0x0000000076e09000
> > > 0x0000000000001000 vma
> > > (01.191701) 374: Map 0x0000000076f47000-0x0000000076f49000
> > > 0x00000000000ef000 vma
> > > (01.191723) 335: premap 0x0000000076e08000-0x0000000076e09000 ->
> > > 000000007668d000
> > > (01.191748) 374: premap 0x0000000076f47000-0x0000000076f49000 ->
> > > 000000007680d000
> > > (01.191774) 335: Map 0x0000000076e09000-0x0000000076e0a000
> > > 0x0000000000002000 vma
> > > (01.191779) 374: Map 0x0000000076f49000-0x0000000076f4a000
> > > 0x0000000000000000 vma
> > > (01.191823) 335: premap 0x0000000076e09000-0x0000000076e0a000 ->
> > > 000000007668e000
> > > (01.191903) 374: premap 0x0000000076f49000-0x0000000076f4a000 ->
> > > 000000007680f000
> > > (01.191906) 620: pr2 Read 76c99000 1 pages
> > > (01.191936) 335: Map 0x0000000076e0a000-0x0000000076e21000
> > > 0x0000000000000000 vma
> > > (01.191957) 374: Map 0x0000000076f4a000-0x0000000076f62000
> > > 0x0000000000000000 vma
> > > (01.191967) 620: pr2 Read page from self 76c99000/36000
> > > (01.192003) 335: premap 0x0000000076e0a000-0x0000000076e21000 ->
> > > 000000007668f000
> > > (01.192022) 374: premap 0x0000000076f4a000-0x0000000076f62000 ->
> > > 0000000076810000
> > > (01.192067) 374: Map 0x0000000076f63000-0x0000000076f69000
> > > 0x0000000000000000 vma
> > > (01.192070) 335: Map 0x0000000076e21000-0x0000000076e31000
> > > 0x0000000000017000 vma
> > > (01.192085) 620: pr2 Read 76ce1000 1 pages
> > > (01.192115) 374: premap 0x0000000076f63000-0x0000000076f69000 ->
> > > 0000000076828000
> > > (01.192139) 620: pr2 Read page from self 76ce1000/37000
> > > (01.192138) 335: premap 0x0000000076e21000-0x0000000076e31000 ->
> > > 00000000766a6000
> > > (01.192158) 374: Map 0x0000000076f6f000-0x0000000076f71000
> > > 0x0000000000000000 vma
> > > (01.192204) 620: pr2 Read 76ce2000 1 pages
> > > (01.192212) 335: Map 0x0000000076e31000-0x0000000076e32000
> > > 0x0000000000017000 vma
> > > (01.192230) 374: premap 0x0000000076f6f000-0x0000000076f71000 ->
> > > 000000007682e000
> > > (01.192233) 620: pr2 Read page from self 76ce2000/38000
> > > (01.192270) 335: premap 0x0000000076e31000-0x0000000076e32000 ->
> > > 00000000766b6000
> > > (01.192287) 374: Map 0x0000000076f71000-0x0000000076f72000
> > > 0x0000000000017000 vma
> > > (01.192323) 620: pr2 Read 76cf4000 1 pages
> > > (01.192325) 335: Map 0x0000000076e32000-0x0000000076e33000
> > > 0x0000000000018000 vma
> > > (01.192349) 374: premap 0x0000000076f71000-0x0000000076f72000 ->
> > > 0000000076830000
> > > (01.192352) 620: pr2 Read page from self 76cf4000/39000
> > > (01.192388) 335: premap 0x0000000076e32000-0x0000000076e33000 ->
> > > 00000000766b7000
> > > (01.192406) 374: Map 0x0000000076f72000-0x0000000076f73000
> > > 0x0000000000018000 vma
> > > (01.192430) 335: Map 0x0000000076e33000-0x0000000076e3d000
> > > 0x0000000000000000 vma
> > > (01.192433) 620: pr2 Read 76cf5000 1 pages
> > > (01.192467) 374: premap 0x0000000076f72000-0x0000000076f73000 ->
> > > 0000000076831000
> > > (01.192477) 335: premap 0x0000000076e33000-0x0000000076e3d000 ->
> > > 00000000766b8000
> > > (01.192483) 620: pr2 Read page from self 76cf5000/3a000
> > > (01.192506) 374: Map 0x000000007eb9b000-0x000000007ebbe000
> > > 0x0000000000000000 vma
> > > (01.192541) 335: Map 0x0000000076e3d000-0x0000000076f13000
> > > 0x0000000000000000 vma
> > > (01.192572) 620: pr2 Read 76e11000 14 pages
> > > (01.192580) 374: premap 0x000000007eb9b000-0x000000007ebbe000 ->
> > > 0000000076832000
> > > (01.192599) 335: premap 0x0000000076e3d000-0x0000000076f13000 ->
> > > 00000000766c2000
> > > (01.192602) 620: pr2 Read page from self 76e11000/3b000
> > > (01.192621) 374: Map 0x000000007edb5000-0x000000007edb6000
> > > 0x0000000000000000 vma
> > > (01.192668) 335: Map 0x0000000076f13000-0x0000000076f23000
> > > 0x00000000000d6000 vma
> > > (01.192692) 374: premap 0x000000007edb5000-0x000000007edb6000 ->
> > > 0000000076855000
> > > (01.192715) 335: premap 0x0000000076f13000-0x0000000076f23000 ->
> > > 0000000076798000
> > > (01.192774) 335: Map 0x0000000076f23000-0x0000000076f25000
> > > 0x00000000000d6000 vma
> > > (01.192834) 335: premap 0x0000000076f23000-0x0000000076f25000 ->
> > > 00000000767a8000
> > > (01.192916) 335: Map 0x0000000076f25000-0x0000000076f26000
> > > 0x00000000000d8000 vma
> > > (01.192994) 335: premap 0x0000000076f25000-0x0000000076f26000 ->
> > > 00000000767aa000
> > > (01.192995) 374: Opened page read 2 (parent 0)
> > > (01.193046) 335: Map 0x0000000076f26000-0x0000000076f29000
> > > 0x0000000000000000 vma
> > > (01.193076) 374: pr2 Read 10000 1 pages
> > > (01.193111) 374: pr2 Read page from self 10000/0
> > > (01.193111) 335: premap 0x0000000076f26000-0x0000000076f29000 ->
> > > 00000000767ab000
> > > (01.193197) 335: Map 0x0000000076f29000-0x0000000076f3c000
> > > 0x0000000000000000 vma
> > > (01.193201) 374: pr2 Read 21000 1 pages
> > > (01.193260) 374: pr2 Read page from self 21000/1000
> > > (01.193265) 335: premap 0x0000000076f29000-0x0000000076f3c000 ->
> > > 00000000767ae000
> > > (01.193279) 349: premap 0x0000000076f89000-0x0000000076f8a000 ->
> > > 0000000076811000
> > > (01.193370) 374: pr2 Read 22000 1 pages
> > > (01.193393) 335: Map 0x0000000076f3c000-0x0000000076f4b000
> > > 0x0000000000013000 vma
> > > (01.193413) 374: pr2 Read page from self 22000/2000
> > > (01.193413) 349: Map 0x0000000076f8a000-0x0000000076f8b000
> > > 0x0000000000008000 vma
> > > (01.193459) 335: premap 0x0000000076f3c000-0x0000000076f4b000 ->
> > > 00000000767c1000
> > > (01.193488) 374: pr2 Read 1f64000 2 pages
> > > (01.193500) 349: premap 0x0000000076f8a000-0x0000000076f8b000 ->
> > > 0000000076812000
> > > (01.193520) 374: pr2 Read page from self 1f64000/3000
> > > (01.193518) 335: Map 0x0000000076f4b000-0x0000000076f4c000
> > > 0x0000000000012000 vma
> > > (01.193556) 349: Map 0x0000000076f8b000-0x0000000076fa3000
> > > 0x0000000000000000 vma
> > > (01.193599) 374: pr2 Read 1f67000 12 pages
> > > (01.193600) 335: premap 0x0000000076f4b000-0x0000000076f4c000 ->
> > > 00000000767d0000
> > > (01.193620) 349: premap 0x0000000076f8b000-0x0000000076fa3000 ->
> > > 0000000076813000
> > > (01.193630) 374: pr2 Read page from self 1f67000/5000
> > > (01.193667) 335: Map 0x0000000076f4c000-0x0000000076f4d000
> > > 0x0000000000013000 vma
> > > (01.193670) 349: Map 0x0000000076fa7000-0x0000000076faa000
> > > 0x0000000000000000 vma
> > > (01.193731) 335: premap 0x0000000076f4c000-0x0000000076f4d000 ->
> > > 00000000767d1000
> > > (01.193748) 349: premap 0x0000000076fa7000-0x0000000076faa000 ->
> > > 000000007682b000
> > > (01.193777) 335: Map 0x0000000076f4d000-0x0000000076f4e000
> > > 0x0000000000000000 vma
> > > (01.193802) 349: Map 0x0000000076fb0000-0x0000000076fb2000
> > > 0x0000000000000000 vma
> > > (01.193847) 335: premap 0x0000000076f4d000-0x0000000076f4e000 ->
> > > 00000000767d2000
> > > (01.193873) 349: premap 0x0000000076fb0000-0x0000000076fb2000 ->
> > > 000000007682e000
> > > (01.193877) 374: pr2 Read 1f79000 22 pages
> > > (01.193915) 335: Map 0x0000000076f4e000-0x0000000076f56000
> > > 0x0000000000000000 vma
> > > (01.193923) 349: Map 0x0000000076fb2000-0x0000000076fb3000
> > > 0x0000000000017000 vma
> > > (01.193931) 374: pr2 Read page from self 1f79000/11000
> > > (01.193970) 335: premap 0x0000000076f4e000-0x0000000076f56000 ->
> > > 00000000767d3000
> > > (01.193985) 349: premap 0x0000000076fb2000-0x0000000076fb3000 ->
> > > 0000000076830000
> > > (01.194066) 349: Map 0x0000000076fb3000-0x0000000076fb4000
> > > 0x0000000000018000 vma
> > > (01.194067) 335: Map 0x0000000076f56000-0x0000000076f65000
> > > 0x0000000000008000 vma
> > > (01.194154) 349: premap 0x0000000076fb3000-0x0000000076fb4000 ->
> > > 0000000076831000
> > > (01.194179) 335: premap 0x0000000076f56000-0x0000000076f65000 ->
> > > 00000000767db000
> > > (01.194212) 349: Map 0x000000007ee1b000-0x000000007ee3e000
> > > 0x0000000000000000 vma
> > > (01.194355) 335: Map 0x0000000076f65000-0x0000000076f66000
> > > 0x0000000000007000 vma
> > > (01.194442) 374: pr2 Read 74dd8000 1 pages
> > > (01.194480) 335: premap 0x0000000076f65000-0x0000000076f66000 ->
> > > 00000000767ea000
> > > (01.194489) 374: pr2 Read page from self 74dd8000/27000
> > > (01.194548) 356: pr2 Read 76ccb000 1 pages
> > > (01.194563) 335: Map 0x0000000076f66000-0x0000000076f67000
> > > 0x0000000000008000 vma
> > > (01.194593) 356: pr2 Read page from self 76ccb000/1000
> > > (01.194601) 374: pr2 Read 74dd9000 1 pages
> > > (01.194640) 335: premap 0x0000000076f66000-0x0000000076f67000 ->
> > > 00000000767eb000
> > > (01.194652) 374: pr2 Read page from self 74dd9000/28000
> > > (01.194664) 356: pr2 Read 76ccc000 1 pages
> > > (01.194696) 335: Map 0x0000000076f67000-0x0000000076f7f000
> > > 0x0000000000000000 vma
> > > (01.194710) 356: pr2 Read page from self 76ccc000/2000
> > > (01.194738) 374: pr2 Read 74dfc000 1 pages
> > > (01.194760) 335: premap 0x0000000076f67000-0x0000000076f7f000 ->
> > > 00000000767ec000
> > > (01.194779) 374: pr2 Read page from self 74dfc000/29000
> > > (01.194788) 356: pr2 Read 76cde000 1 pages
> > > (01.194821) 335: Map 0x0000000076f8e000-0x0000000076f8f000
> > > 0x0000000000017000 vma
> > > (01.194836) 356: pr2 Read page from self 76cde000/3000
> > > (01.194847) 374: pr2 Read 74dfd000 1 pages
> > > (01.194881) 335: premap 0x0000000076f8e000-0x0000000076f8f000 ->
> > > 0000000076804000
> > > (01.194893) 374: pr2 Read page from self 74dfd000/2a000
> > > (01.194987) 335: Map 0x0000000076f8f000-0x0000000076f90000
> > > 0x0000000000018000 vma
> > > (01.195025) 374: pr2 Read 755fc000 1 pages
> > > (01.195060) 374: pr2 Read page from self 755fc000/2b000
> > > (01.195062) 335: premap 0x0000000076f8f000-0x0000000076f90000 ->
> > > 0000000076805000
> > > (01.195106) 349: premap 0x000000007ee1b000-0x000000007ee3e000 ->
> > > 0000000076832000
> > > (01.195123) 374: pr2 Read 755fe000 2 pages
> > > (01.195154) 349: Map 0x000000007ef63000-0x000000007ef64000
> > > 0x0000000000000000 vma
> > > (01.195166) 335: Map 0x0000000076f90000-0x0000000076f94000
> > > 0x0000000000000000 vma
> > > (01.195171) 374: pr2 Read page from self 755fe000/2c000
> > > (01.195212) 349: premap 0x000000007ef63000-0x000000007ef64000 ->
> > > 0000000076855000
> > > (01.195228) 335: premap 0x0000000076f90000-0x0000000076f94000 ->
> > > 0000000076806000
> > > (01.195260) 374: pr2 Read 75600000 12 pages
> > > (01.195284) 335: Map 0x0000000076f98000-0x0000000076f9b000
> > > 0x0000000000000000 vma
> > > (01.195306) 374: pr2 Read page from self 75600000/2e000
> > > (01.195349) 335: premap 0x0000000076f98000-0x0000000076f9b000 ->
> > > 000000007680a000
> > > (01.195402) 335: Map 0x0000000076fa1000-0x0000000076fa3000
> > > 0x0000000000000000 vma
> > > (01.195481) 335: premap 0x0000000076fa1000-0x0000000076fa3000 ->
> > > 000000007680d000
> > > (01.195563) 335: Map 0x0000000076fa3000-0x0000000076fa4000
> > > 0x0000000000003000 vma
> > > (01.195605) 374: pr2 Read 75700000 6 pages
> > > (01.195581) 349: Opened page read 2 (parent 0)
> > > (01.195648) 335: premap 0x0000000076fa3000-0x0000000076fa4000 ->
> > > 000000007680f000
> > > (01.195652) 374: pr2 Read page from self 75700000/3a000
> > > (01.195681) 349: pr2 Read 10000 1 pages
> > > (01.195716) 335: Map 0x0000000076fa4000-0x0000000076fa5000
> > > 0x0000000000004000 vma
> > > (01.195732) 349: pr2 Read page from self 10000/0
> > > (01.195788) 335: premap 0x0000000076fa4000-0x0000000076fa5000 ->
> > > 0000000076810000
> > > (01.195825) 374: pr2 Read 75ffe000 2 pages
> > > (01.195839) 335: Map 0x00000000774b2000-0x00000000774d3000
> > > 0x0000000000000000 vma
> > > (01.195851) 349: pr2 Read 26000 1 pages
> > > (01.195870) 374: pr2 Read page from self 75ffe000/40000
> > > (01.195918) 335: premap 0x00000000774b2000-0x00000000774d3000 ->
> > > 0000000076811000
> > > (01.195926) 349: pr2 Read page from self 26000/1000
> > > (01.195970) 335: Map 0x000000007e93b000-0x000000007e95e000
> > > 0x0000000000000000 vma
> > > (01.195996) 374: pr2 Read 76000000 1 pages
> > > (01.196025) 349: pr2 Read 27000 1 pages
> > > (01.196046) 374: pr2 Read page from self 76000000/42000
> > > (01.196044) 335: premap 0x000000007e93b000-0x000000007e95e000 ->
> > > 0000000076832000
> > > (01.196070) 349: pr2 Read page from self 27000/2000
> > > (01.196121) 335: Map 0x000000007eb65000-0x000000007eb66000
> > > 0x0000000000000000 vma
> > > (01.196129) 374: pr2 Read 76119000 1 pages
> > > (01.196180) 349: pr2 Read 142e000 7 pages
> > > (01.196183) 374: pr2 Read page from self 76119000/43000
> > > (01.196183) 335: premap 0x000000007eb65000-0x000000007eb66000 ->
> > > 0000000076855000
> > > (01.196212) 349: pr2 Read page from self 142e000/3000
> > > (01.196294) 374: pr2 Read 7611a000 1 pages
> > > (01.196380) 374: pr2 Read page from self 7611a000/44000
> > > (01.196472) 374: pr2 Read 7612f000 1 pages
> > > (01.196535) 374: pr2 Read page from self 7612f000/45000
> > > (01.196550) 349: pr2 Read 143a000 4 pages
> > > (01.196607) 349: pr2 Read page from self 143a000/a000
> > > (01.196625) 374: pr2 Read 76130000 1 pages
> > > (01.196599) 335: Opened page read 2 (parent 0)
> > > (01.196676) 374: pr2 Read page from self 76130000/46000
> > > (01.196712) 335: pr2 Read 76d0a000 1 pages
> > > (01.196742) 349: pr2 Read 76d44000 1 pages
> > > (01.196750) 335: pr2 Read page from self 76d0a000/0
> > > (01.196763) 374: pr2 Read 76948000 3 pages
> > > (01.196780) 349: pr2 Read page from self 76d44000/e000
> > > (01.196816) 374: pr2 Read page from self 76948000/47000
> > > (01.196851) 335: pr2 Read 76d20000 1 pages
> > > (01.196877) 349: pr2 Read 76d45000 1 pages
> > > (01.196905) 335: pr2 Read page from self 76d20000/1000
> > > (01.196932) 349: pr2 Read page from self 76d45000/f000
> > > (01.196942) 374: pr2 Read 76966000 1 pages
> > > (01.196981) 335: pr2 Read 76d21000 1 pages
> > > (01.197004) 374: pr2 Read page from self 76966000/4a000
> > > (01.197015) 349: pr2 Read 76d62000 1 pages
> > > (01.197095) 335: pr2 Read page from self 76d21000/2000
> > > (01.197145) 349: pr2 Read page from self 76d62000/10000
> > > (01.197160) 374: pr2 Read 76967000 1 pages
> > > (01.197218) 374: pr2 Read page from self 76967000/4b000
> > > (01.197218) 335: pr2 Read 76d3e000 1 pages
> > > (01.197241) 349: pr2 Read 76d63000 1 pages
> > > (01.197296) 335: pr2 Read page from self 76d3e000/3000
> > > (01.197309) 374: pr2 Read 769f2000 1 pages
> > > (01.197322) 349: pr2 Read page from self 76d63000/11000
> > > (01.197372) 374: pr2 Read page from self 769f2000/4c000
> > > (01.197372) 335: pr2 Read 76d3f000 1 pages
> > > (01.197443) 349: pr2 Read 76d80000 1 pages
> > > (01.197457) 335: pr2 Read page from self 76d3f000/4000
> > > (01.197462) 374: pr2 Read 769f3000 4 pages
> > > (01.197485) 349: pr2 Read page from self 76d80000/12000
> > > (01.197520) 374: pr2 Read page from self 769f3000/4d000
> > > (01.197537) 335: pr2 Read 76d5c000 1 pages
> > > (01.197577) 349: pr2 Read 76d81000 1 pages
> > > (01.197587) 335: pr2 Read page from self 76d5c000/5000
> > > (01.197621) 349: pr2 Read page from self 76d81000/13000
> > > (01.197628) 1: Forking task with 189 pid (flags 0x0)
> > > (01.197676) 374: pr2 Read 76a16000 1 pages
> > > (01.197697) 335: pr2 Read 76d5d000 1 pages
> > > (01.197719) 349: pr2 Read 76d98000 1 pages
> > > (01.197736) 374: pr2 Read page from self 76a16000/51000
> > > (01.197754) 335: pr2 Read page from self 76d5d000/6000
> > > (01.197772) 349: pr2 Read page from self 76d98000/14000
> > > (01.197847) 374: pr2 Read 76a17000 1 pages
> > > (01.197850) 335: pr2 Read 76d74000 1 pages
> > > (01.197869) 349: pr2 Read 76d99000 1 pages
> > > (01.197888) 374: pr2 Read page from self 76a17000/52000
> > > (01.197908) 335: pr2 Read page from self 76d74000/7000
> > > (01.197925) 349: pr2 Read page from self 76d99000/15000
> > > (01.197982) 374: pr2 Read 76a2c000 1 pages
> > > (01.197992) 335: pr2 Read 76d75000 1 pages
> > > (01.198031) 349: pr2 Read 76dba000 1 pages
> > > (01.198033) 374: pr2 Read page from self 76a2c000/53000
> > > (01.198053) 335: pr2 Read page from self 76d75000/8000
> > > (01.198071) 349: pr2 Read page from self 76dba000/16000
> > > (01.198119) 374: pr2 Read 76a2d000 1 pages
> > > (01.198143) 335: pr2 Read 76d96000 1 pages
> > > (01.198157) 349: pr2 Read 76dbb000 1 pages
> > > (01.198158) 374: pr2 Read page from self 76a2d000/54000
> > > (01.198178) 335: pr2 Read page from self 76d96000/9000
> > > (01.198197) 349: pr2 Read page from self 76dbb000/17000
> > > (01.198251) 374: pr2 Read 76a55000 1 pages
> > > (01.198267) 335: pr2 Read 76d97000 1 pages
> > > (01.198290) 374: pr2 Read page from self 76a55000/55000
> > > (01.198293) 349: pr2 Read 76dbd000 1 pages
> > > (01.198309) 335: pr2 Read page from self 76d97000/a000
> > > (01.198344) 349: pr2 Read page from self 76dbd000/18000
> > > (01.198362) 374: pr2 Read 76a67000 1 pages
> > > (01.198399) 335: pr2 Read 76d99000 1 pages
> > > (01.198410) 374: pr2 Read page from self 76a67000/56000
> > > (01.198416) 349: pr2 Read 76e19000 1 pages
> > > (01.198431) 335: pr2 Read page from self 76d99000/b000
> > > (01.198464) 349: pr2 Read page from self 76e19000/19000
> > > (01.198529) 335: pr2 Read 76df5000 1 pages
> > > (01.198535) 349: pr2 Read 76e1a000 1 pages
> > > (01.198566) 335: pr2 Read page from self 76df5000/c000
> > > (01.198583) 349: pr2 Read page from self 76e1a000/1a000
> > > (01.198650) 335: pr2 Read 76df6000 1 pages
> > > (01.198701) 349: pr2 Read 76e2c000 1 pages
> > > (01.198701) 335: pr2 Read page from self 76df6000/d000
> > > (01.198749) 349: pr2 Read page from self 76e2c000/1b000
> > > (01.198813) 335: pr2 Read 76e08000 1 pages
> > > (01.198859) 335: pr2 Read page from self 76e08000/e000
> > > (01.199239) 1: PID: real 2147 virt 325
> > > (01.199522) 1: PID: real 2148 virt 318
> > > (01.199698) 1: PID: real 2149 virt 308
> > > (01.201012) 620: pr2 Read 76e1f000 8 pages
> > > (01.201129) 620: pr2 Read page from self 76e1f000/49000
> > > (01.201708) 335: pr2 Read 76e09000 1 pages
> > > (01.201708) 349: pr2 Read 76e2d000 1 pages
> > > (01.201801) 335: pr2 Read page from self 76e09000/f000
> > > (01.201828) 349: pr2 Read page from self 76e2d000/1c000
> > > (01.201926) 335: pr2 Read 76e31000 1 pages
> > > (01.201985) 335: pr2 Read page from self 76e31000/10000
> > > (01.202003) 349: pr2 Read 76e55000 1 pages
> > > (01.202032) 325: cg: Move into 6
> > > (01.202059) 349: pr2 Read page from self 76e55000/1d000
> > > (01.202101) 325: cg: `-> blkio//lxc/migratest/tasks
> > > (01.202336) 325: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.202365) 356: pr2 Read 76cdf000 1 pages
> > > (01.202421) 356: pr2 Read page from self 76cdf000/4000
> > > (01.202468) 325: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.202517) 356: pr2 Read 76d3b000 1 pages
> > > (01.202549) 356: pr2 Read page from self 76d3b000/5000
> > > (01.202571) 325: cg: `-> debug//lxc/migratest/tasks
> > > (01.202642) 356: pr2 Read 76d3c000 1 pages
> > > (01.202684) 356: pr2 Read page from self 76d3c000/6000
> > > (01.202709) 325: cg: `-> devices//lxc/migratest/tasks
> > > (01.202763) 356: pr2 Read 76e23000 2 pages
> > > (01.202806) 356: pr2 Read page from self 76e23000/7000
> > > (01.202817) 325: cg: `-> freezer//lxc/migratest/tasks
> > > (01.202900) 356: pr2 Read 76e25000 1 pages
> > > (01.202938) 356: pr2 Read page from self 76e25000/9000
> > > (01.202949) 325: cg: `-> systemd//lxc/migratest/tasks
> > > (01.203017) 356: pr2 Read 76e26000 3 pages
> > > (01.203049) 356: pr2 Read page from self 76e26000/a000
> > > (01.203069) 325: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.203164) 356: pr2 Read 76e49000 1 pages
> > > (01.203182) 325: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.203204) 356: pr2 Read page from self 76e49000/d000
> > > (01.203295) 356: pr2 Read 76e4a000 1 pages
> > > (01.203339) 356: pr2 Read page from self 76e4a000/e000
> > > (01.203422) 356: pr2 Read 76e4c000 1 pages
> > > (01.203446) 325: Map 0x0000000076b46000-0x0000000076b4d000
> > > 0x0000000000000000 vma
> > > (01.203465) 356: pr2 Read page from self 76e4c000/f000
> > > (01.203563) 356: pr2 Read 76e74000 1 pages
> > > (01.203563) 325: premap 0x0000000076b46000-0x0000000076b4d000 ->
> > > 0000000076390000
> > > (01.203612) 356: pr2 Read page from self 76e74000/10000
> > > (01.203731) 325: Map 0x0000000076b4d000-0x0000000076b5c000
> > > 0x0000000000007000 vma
> > > (01.203747) 356: pr2 Read 76e89000 1 pages
> > > (01.203756) 620: pr2 Read 76e28000 2 pages
> > > (01.203807) 356: pr2 Read page from self 76e89000/11000
> > > (01.203812) 325: premap 0x0000000076b4d000-0x0000000076b5c000 ->
> > > 0000000076397000
> > > (01.203835) 620: pr2 Read page from self 76e28000/51000
> > > (01.203915) 325: Map 0x0000000076b5c000-0x0000000076b5d000
> > > 0x0000000000006000 vma
> > > (01.203968) 620: pr2 Read 76e7e000 2 pages
> > > (01.204003) 325: premap 0x0000000076b5c000-0x0000000076b5d000 ->
> > > 00000000763a6000
> > > (01.204015) 620: pr2 Read page from self 76e7e000/53000
> > > (01.204174) 374: pr2 Read 76a68000 1 pages
> > > (01.204164) 1: Restoring 1 to 1 pgid
> > > (01.204231) 620: pr2 Read 76e80000 1 pages
> > > (01.204531) 620: pr2 Read page from self 76e80000/55000
> > > (01.204644) 620: pr2 Read 76ea3000 1 pages
> > > (01.204695) 620: pr2 Read page from self 76ea3000/56000
> > > (01.204774) 620: pr2 Read 76ea4000 1 pages
> > > (01.204826) 620: pr2 Read page from self 76ea4000/57000
> > > (01.204919) 620: pr2 Read 76ea5000 1 pages
> > > (01.204955) 308: cg: Move into 4
> > > (01.204972) 620: pr2 Read page from self 76ea5000/58000
> > > (01.205023) 308: cg: `-> blkio//lxc/migratest/tasks
> > > (01.205062) 620: pr2 Read 76ebd000 1 pages
> > > (01.205105) 620: pr2 Read page from self 76ebd000/59000
> > > (01.205186) 620: pr2 Read 76ebe000 1 pages
> > > (01.205233) 620: pr2 Read page from self 76ebe000/5a000
> > > (01.205266) 308: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.205329) 620: pr2 Read 76ee6000 1 pages
> > > (01.205370) 620: pr2 Read page from self 76ee6000/5b000
> > > (01.205193) 1: PID: real 2150 virt 189
> > > (01.205386) 308: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.205530) 308: cg: `-> debug//lxc/migratest/tasks
> > > (01.205647) 308: cg: `-> devices//lxc/migratest/tasks
> > > (01.205739) 308: cg: `-> freezer//lxc/migratest/tasks
> > > (01.205835) 308: cg: `-> systemd//lxc/migratest/tasks
> > > (01.205923) 318: cg: Move into 5
> > > (01.205946) 308: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.205975) 318: cg: `-> blkio//lxc/migratest/tasks
> > > (01.206118) 308: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.206170) 318: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.206248) 318: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.206331) 318: cg: `-> debug//lxc/migratest/tasks
> > > (01.206326) 308: Map 0x0000000000010000-0x0000000000070000
> > > 0x0000000000000000 vma
> > > (01.206422) 318: cg: `-> devices//lxc/migratest/tasks
> > > (01.206428) 308: premap 0x0000000000010000-0x0000000000070000 ->
> > > 00000000749b1000
> > > (01.206488) 308: Map 0x000000000007f000-0x0000000000081000
> > > 0x000000000005f000 vma
> > > (01.206498) 318: cg: `-> freezer//lxc/migratest/tasks
> > > (01.206544) 308: premap 0x000000000007f000-0x0000000000081000 ->
> > > 0000000074a11000
> > > (01.206593) 308: Map 0x0000000000081000-0x0000000000085000
> > > 0x0000000000061000 vma
> > > (01.206598) 318: cg: `-> systemd//lxc/migratest/tasks
> > > (01.206640) 308: premap 0x0000000000081000-0x0000000000085000 ->
> > > 0000000074a13000
> > > (01.206672) 308: Map 0x0000000000085000-0x0000000000086000
> > > 0x0000000000000000 vma
> > > (01.206689) 318: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.206714) 308: premap 0x0000000000085000-0x0000000000086000 ->
> > > 0000000074a17000
> > > (01.206744) 308: Map 0x0000000000714000-0x0000000000735000
> > > 0x0000000000000000 vma
> > > (01.206762) 318: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.206786) 308: premap 0x0000000000714000-0x0000000000735000 ->
> > > 0000000074a18000
> > > (01.206815) 308: Map 0x0000000075100000-0x0000000075122000
> > > 0x0000000000000000 vma
> > > (01.206852) 308: premap 0x0000000075100000-0x0000000075122000 ->
> > > 0000000074a39000
> > > (01.206884) 308: Map 0x0000000075122000-0x0000000075200000
> > > 0x0000000000000000 vma
> > > (01.206921) 318: Map 0x0000000000010000-0x0000000000026000
> > > 0x0000000000000000 vma
> > > (01.206926) 308: premap 0x0000000075122000-0x0000000075200000 ->
> > > 0000000074a5b000
> > > (01.206977) 308: Map 0x0000000075200000-0x0000000075222000
> > > 0x0000000000000000 vma
> > > (01.206982) 318: premap 0x0000000000010000-0x0000000000026000 ->
> > > 0000000074695000
> > > (01.207026) 308: premap 0x0000000075200000-0x0000000075222000 ->
> > > 0000000074b39000
> > > (01.207044) 318: Map 0x0000000000036000-0x0000000000037000
> > > 0x0000000000016000 vma
> > > (01.207055) 308: Map 0x0000000075222000-0x0000000075300000
> > > 0x0000000000000000 vma
> > > (01.207090) 318: premap 0x0000000000036000-0x0000000000037000 ->
> > > 00000000746ab000
> > > (01.207101) 308: premap 0x0000000075222000-0x0000000075300000 ->
> > > 0000000074b5b000
> > > (01.207136) 318: Map 0x0000000000037000-0x0000000000038000
> > > 0x0000000000017000 vma
> > > (01.207140) 308: Map 0x0000000075300000-0x0000000075301000
> > > 0x0000000000000000 vma
> > > (01.207180) 318: premap 0x0000000000037000-0x0000000000038000 ->
> > > 00000000746ac000
> > > (01.207192) 308: premap 0x0000000075300000-0x0000000075301000 ->
> > > 0000000074c39000
> > > (01.207212) 318: Map 0x0000000000c29000-0x0000000000c6a000
> > > 0x0000000000000000 vma
> > > (01.207228) 308: Map 0x0000000075301000-0x0000000075b00000
> > > 0x0000000000000000 vma
> > > (01.207255) 318: premap 0x0000000000c29000-0x0000000000c6a000 ->
> > > 00000000746ad000
> > > (01.207272) 308: premap 0x0000000075301000-0x0000000075b00000 ->
> > > 0000000074c3a000
> > > (01.207303) 308: Map 0x0000000075b00000-0x0000000075b22000
> > > 0x0000000000000000 vma
> > > (01.207303) 318: Map 0x0000000074e00000-0x0000000074e01000
> > > 0x0000000000000000 vma
> > > (01.207342) 308: premap 0x0000000075b00000-0x0000000075b22000 ->
> > > 0000000075439000
> > > (01.207362) 318: premap 0x0000000074e00000-0x0000000074e01000 ->
> > > 00000000746ee000
> > > (01.207372) 308: Map 0x0000000075b22000-0x0000000075c00000
> > > 0x0000000000000000 vma
> > > (01.207392) 318: Map 0x0000000074e01000-0x0000000075600000
> > > 0x0000000000000000 vma
> > > (01.207420) 308: premap 0x0000000075b22000-0x0000000075c00000 ->
> > > 000000007545b000
> > > (01.207436) 318: premap 0x0000000074e01000-0x0000000075600000 ->
> > > 00000000746ef000
> > > (01.207449) 308: Map 0x0000000075cbd000-0x0000000075cbe000
> > > 0x0000000000000000 vma
> > > (01.207467) 318: Map 0x0000000075600000-0x0000000075621000
> > > 0x0000000000000000 vma
> > > (01.207494) 308: premap 0x0000000075cbd000-0x0000000075cbe000 ->
> > > 0000000075539000
> > > (01.207509) 318: premap 0x0000000075600000-0x0000000075621000 ->
> > > 0000000074eee000
> > > (01.207574) 308: Map 0x0000000075cbe000-0x00000000764bd000
> > > 0x0000000000000000 vma
> > > (01.207590) 318: Map 0x0000000075621000-0x0000000075700000
> > > 0x0000000000000000 vma
> > > (01.207629) 308: premap 0x0000000075cbe000-0x00000000764bd000 ->
> > > 000000007553a000
> > > (01.207638) 318: premap 0x0000000075621000-0x0000000075700000 ->
> > > 0000000074f0f000
> > > (01.207667) 308: Map 0x00000000764bd000-0x00000000764be000
> > > 0x0000000000000000 vma
> > > (01.207685) 318: Map 0x0000000075700000-0x0000000075721000
> > > 0x0000000000000000 vma
> > > (01.207720) 308: premap 0x00000000764bd000-0x00000000764be000 ->
> > > 0000000075d39000
> > > (01.207735) 318: premap 0x0000000075700000-0x0000000075721000 ->
> > > 0000000074fee000
> > > (01.207754) 308: Map 0x00000000764be000-0x0000000076d1f000
> > > 0x0000000000000000 vma
> > > (01.207781) 318: Map 0x0000000075721000-0x0000000075800000
> > > 0x0000000000000000 vma
> > > (01.207787) 189: cg: Move into 3
> > > (01.207819) 308: premap 0x00000000764be000-0x0000000076d1f000 ->
> > > 0000000075d3a000
> > > (01.207835) 318: premap 0x0000000075721000-0x0000000075800000 ->
> > > 000000007500f000
> > > (01.207859) 189: cg: `-> blkio//lxc/migratest/tasks
> > > (01.207882) 318: Map 0x0000000075800000-0x0000000075801000
> > > 0x0000000000000000 vma
> > > (01.207946) 318: premap 0x0000000075800000-0x0000000075801000 ->
> > > 00000000750ee000
> > > (01.207970) 620: pr2 Read 76ee7000 1 pages
> > > (01.207991) 335: pr2 Read 76e32000 1 pages
> > > (01.207997) 318: Map 0x0000000075801000-0x0000000076000000
> > > 0x0000000000000000 vma
> > > (01.208022) 620: pr2 Read page from self 76ee7000/5c000
> > > (01.208043) 335: pr2 Read page from self 76e32000/11000
> > > (01.208060) 189: cg: `-> cpu,cpuacct//lxc/migratest/tasks
> > > (01.208082) 318: premap 0x0000000075801000-0x0000000076000000 ->
> > > 00000000750ef000
> > > (01.208138) 620: pr2 Read 76f17000 1 pages
> > > (01.208139) 335: pr2 Read 76f23000 2 pages
> > > (01.208142) 318: Map 0x0000000076000000-0x0000000076021000
> > > 0x0000000000000000 vma
> > > (01.208170) 620: pr2 Read page from self 76f17000/5d000
> > > (01.208179) 189: cg: `-> cpuset//lxc/migratest/tasks
> > > (01.208188) 335: pr2 Read page from self 76f23000/12000
> > > (01.208219) 318: premap 0x0000000076000000-0x0000000076021000 ->
> > > 00000000758ee000
> > > (01.208249) 620: pr2 Read 76f18000 1 pages
> > > (01.208280) 318: Map 0x0000000076021000-0x0000000076100000
> > > 0x0000000000000000 vma
> > > (01.208296) 189: cg: `-> debug//lxc/migratest/tasks
> > > (01.208308) 620: pr2 Read page from self 76f18000/5e000
> > > (01.208310) 335: pr2 Read 76f25000 1 pages
> > > (01.208338) 318: premap 0x0000000076021000-0x0000000076100000 ->
> > > 000000007590f000
> > > (01.208380) 335: pr2 Read page from self 76f25000/14000
> > > (01.208399) 620: pr2 Read 76f19000 1 pages
> > > (01.208406) 189: cg: `-> devices//lxc/migratest/tasks
> > > (01.208427) 318: Map 0x000000007616c000-0x0000000076173000
> > > 0x0000000000000000 vma
> > > (01.208438) 620: pr2 Read page from self 76f19000/5f000
> > > (01.208452) 335: pr2 Read 76f26000 3 pages
> > > (01.208500) 318: premap 0x000000007616c000-0x0000000076173000 ->
> > > 00000000759ee000
> > > (01.208511) 189: cg: `-> freezer//lxc/migratest/tasks
> > > (01.208520) 335: pr2 Read page from self 76f26000/15000
> > > (01.208521) 620: pr2 Read 76f1a000 1 pages
> > > (01.208557) 318: Map 0x0000000076173000-0x0000000076182000
> > > 0x0000000000007000 vma
> > > (01.208595) 620: pr2 Read page from self 76f1a000/60000
> > > (01.208623) 189: cg: `-> systemd//lxc/migratest/tasks
> > > (01.208639) 335: pr2 Read 76f4b000 1 pages
> > > (01.208643) 318: premap 0x0000000076173000-0x0000000076182000 ->
> > > 00000000759f5000
> > > (01.208673) 620: pr2 Read 76fae000 8 pages
> > > (01.208681) 335: pr2 Read page from self 76f4b000/18000
> > > (01.208717) 189: cg: `-> net_cls//lxc/migratest/tasks
> > > (01.208718) 620: pr2 Read page from self 76fae000/61000
> > > (01.208717) 318: Map 0x0000000076182000-0x0000000076183000
> > > 0x0000000000006000 vma
> > > (01.208765) 335: pr2 Read 76f4c000 1 pages
> > > (01.208808) 189: cg: `-> perf_event//lxc/migratest/tasks
> > > (01.208816) 335: pr2 Read page from self 76f4c000/19000
> > > (01.208817) 318: premap 0x0000000076182000-0x0000000076183000 ->
> > > 0000000075a04000
> > > (01.208903) 620: pr2 Read 76fbc000 2 pages
> > > (01.208974) 335: pr2 Read 76f4d000 1 pages
> > > (01.208976) 318: Map 0x0000000076183000-0x0000000076184000
> > > 0x0000000000007000 vma
> > > (01.208982) 620: pr2 Read page from self 76fbc000/69000
> > > (01.209010) 335: pr2 Read page from self 76f4d000/1a000
> > > (01.209015) 189: Map 0x0000000076bed000-0x0000000076bf0000
> > > 0x0000000000000000 vma
> > > (01.209055) 318: premap 0x0000000076183000-0x0000000076184000 ->
> > > 0000000075a05000
> > > (01.209088) 620: pr2 Read 76fbe000 2 pages
> > > (01.209094) 335: pr2 Read 76f65000 1 pages
> > > (01.209116) 318: Map 0x0000000076184000-0x000000007618a000
> > > 0x0000000000000000 vma
> > > (01.209119) 189: premap 0x0000000076bed000-0x0000000076bf0000 ->
> > > 0000000076484000
> > > (01.209132) 620: pr2 Read page from self 76fbe000/6b000
> > > (01.209152) 335: pr2 Read page from self 76f65000/1b000
> > > (01.209181) 318: premap 0x0000000076184000-0x000000007618a000 ->
> > > 0000000075a06000
> > > (01.209207) 189: Map 0x0000000076bf0000-0x0000000076bff000
> > > 0x0000000000003000 vma
> > > (01.209267) 620: pr2 Read 76fc0000 1 pages
> > > (01.209271) 335: pr2 Read 76f66000 1 pages
> > > (01.209272) 318: Map 0x000000007618a000-0x0000000076191000
> > > 0x0000000000000000 vma
> > > (01.204069) 325: Map 0x0000000076b5d000-0x0000000076b5e000
> > > 0x0000000000007000 vma
> > > (01.204241) 374: pr2 Read page from self 76a68000/57000
> > > (01.212796) 325: premap 0x0000000076b5d000-0x0000000076b5e000 ->
> > > 00000000763a7000
> > > (01.209300) 620: pr2 Read page from self 76fc0000/6d000
> > > (01.212890) 325: Map 0x0000000076b5e000-0x0000000076b64000
> > > 0x0000000000000000 vma
> > > (01.212908) 374: pr2 Read 76a8e000 2 pages
> > > (01.212982) 374: pr2 Read page from self 76a8e000/58000
> > > (01.212981) 325: premap 0x0000000076b5e000-0x0000000076b64000 ->
> > > 00000000763a8000
> > > (01.212984) 620: pr2 Read 76fc1000 5 pages
> > > (01.213049) 620: pr2 Read page from self 76fc1000/6e000
> > > (01.213110) 325: Map 0x0000000076b64000-0x0000000076b6b000
> > > 0x0000000000000000 vma
> > > (01.213184) 325: premap 0x0000000076b64000-0x0000000076b6b000 ->
> > > 00000000763ae000
> > > (01.213192) 620: pr2 Read 77718000 12 pages
> > > (01.213403) 620: pr2 Read page from self 77718000/73000
> > > (01.209314) 189: premap 0x0000000076bf0000-0x0000000076bff000 ->
> > > 0000000076487000
> > > (01.209318) 335: pr2 Read page from self 76f66000/1c000
> > > (01.213545) 189: Map 0x0000000076bff000-0x0000000076c00000
> > > 0x0000000000002000 vma
> > > (01.213638) 189: premap 0x0000000076bff000-0x0000000076c00000 ->
> > > 0000000076496000
> > > (01.213647) 335: pr2 Read 76f8e000 1 pages
> > > (01.213678) 620: pr2 Read 7ecde000 2 pages
> > > (01.213707) 335: pr2 Read page from self 76f8e000/1d000
> > > (01.213711) 189: Map 0x0000000076c00000-0x0000000076c01000
> > > 0x0000000000003000 vma
> > > (01.213726) 620: pr2 Read page from self 7ecde000/7f000
> > > (01.213777) 335: pr2 Read 76f8f000 1 pages
> > > (01.213786) 189: premap 0x0000000076c00000-0x0000000076c01000 ->
> > > 0000000076497000
> > > (01.213810) 335: pr2 Read page from self 76f8f000/1e000
> > > (01.213826) 620: pr2 Read 7ece2000 3 pages
> > > (01.213865) 620: pr2 Read page from self 7ece2000/81000
> > > (01.213864) 189: Map 0x0000000076c01000-0x0000000076c0d000
> > > 0x0000000000000000 vma
> > > (01.213894) 335: pr2 Read 76f98000 3 pages
> > > (01.213940) 335: pr2 Read page from self 76f98000/1f000
> > > (01.213941) 189: premap 0x0000000076c01000-0x0000000076c0d000 ->
> > > 0000000076498000
> > > (01.213993) 620: nr_restored_pages: 132
> > > (01.214020) 189: Map 0x0000000076c0d000-0x0000000076c1c000
> > > 0x000000000000c000 vma
> > > (01.214029) 620: nr_shared_pages: 0
> > > (01.214029) 335: pr2 Read 76fa1000 2 pages
> > > (01.214066) 620: nr_droped_pages: 0
> > > (01.214069) 189: premap 0x0000000076c0d000-0x0000000076c1c000 ->
> > > 00000000764a4000
> > > (01.214087) 335: pr2 Read page from self 76fa1000/22000
> > > (01.214099) 620: nr_lazy: 0
> > > (01.214135) 189: Map 0x0000000076c1c000-0x0000000076c1d000
> > > 0x000000000000b000 vma
> > > (01.214150) 620: Restore sigacts for 620
> > > (01.214170) 335: pr2 Read 76fa3000 1 pages
> > > (01.214191) 189: premap 0x0000000076c1c000-0x0000000076c1d000 ->
> > > 00000000764b3000
> > > (01.214206) 335: pr2 Read page from self 76fa3000/24000
> > > (01.214405) 189: Map 0x0000000076c1d000-0x0000000076c1e000
> > > 0x000000000000c000 vma
> > > (01.214456) 335: pr2 Read 76fa4000 1 pages
> > > (01.214480) 189: premap 0x0000000076c1d000-0x0000000076c1e000 ->
> > > 00000000764b4000
> > > (01.214519) 335: pr2 Read page from self 76fa4000/25000
> > > (01.214539) 189: Map 0x0000000076c1e000-0x0000000076c20000
> > > 0x0000000000000000 vma
> > > (01.209426) 349: pr2 Read 76e56000 1 pages
> > > (01.214586) 335: pr2 Read 774b2000 3 pages
> > > (01.214601) 189: premap 0x0000000076c1e000-0x0000000076c20000 ->
> > > 00000000764b5000
> > > (01.214626) 349: pr2 Read page from self 76e56000/1e000
> > > (01.214640) 620: Restored 61/61 sigacts
> > > (01.214651) 335: pr2 Read page from self 774b2000/26000
> > > (01.214690) 189: Map 0x0000000076c20000-0x0000000076c2f000
> > > 0x0000000000002000 vma
> > > (01.214723) 620: Restoring children in alien sessions:
> > > (01.214736) 349: pr2 Read 76f47000 2 pages
> > > (01.214778) 620: Restoring 620 to 620 sid
> > > (01.214786) 189: premap 0x0000000076c20000-0x0000000076c2f000 ->
> > > 00000000764b7000
> > > (01.214793) 335: pr2 Read 774bc000 1 pages
> > > (01.214802) 349: pr2 Read page from self 76f47000/1f000
> > > (01.214855) 620: Restoring children in our session:
> > > (01.214857) 335: pr2 Read page from self 774bc000/29000
> > > (01.214864) 189: Map 0x0000000076c2f000-0x0000000076c30000
> > > 0x0000000000001000 vma
> > > (01.214928) 349: pr2 Read 76f49000 1 pages
> > > (01.214955) 335: pr2 Read 7e95c000 2 pages
> > > (01.214962) 189: premap 0x0000000076c2f000-0x0000000076c30000 ->
> > > 00000000764c6000
> > > (01.214966) 349: pr2 Read page from self 76f49000/21000
> > > (01.214984) 335: pr2 Read page from self 7e95c000/2a000
> > > (01.214994) 620: Restoring 620 to 620 pgid
> > > (01.215023) 189: Map 0x0000000076c30000-0x0000000076c31000
> > > 0x0000000000002000 vma
> > > (01.215056) 349: pr2 Read 76f4a000 3 pages
> > > (01.215115) 189: premap 0x0000000076c30000-0x0000000076c31000 ->
> > > 00000000764c7000
> > > (01.215118) 349: pr2 Read page from self 76f4a000/22000
> > > (01.215127) 335: nr_restored_pages: 44
> > > (01.215182) 189: Map 0x0000000076c31000-0x0000000076c7d000
> > > 0x0000000000000000 vma
> > > (01.215202) 335: nr_shared_pages: 0
> > > (01.215252) 349: pr2 Read 76f6f000 1 pages
> > > (01.215261) 335: nr_droped_pages: 0
> > > (01.215261) 189: premap 0x0000000076c31000-0x0000000076c7d000 ->
> > > 00000000764c8000
> > > (01.215292) 349: pr2 Read page from self 76f6f000/25000
> > > (01.215313) 335: nr_lazy: 0
> > > (01.215361) 189: Map 0x0000000076c7d000-0x0000000076c8c000
> > > 0x000000000004c000 vma
> > > (01.209452) 308: Map 0x0000000076d1f000-0x0000000076d26000
> > > 0x0000000000000000 vma
> > > (01.215532) 189: premap 0x0000000076c7d000-0x0000000076c8c000 ->
> > > 0000000076514000
> > > (01.209820) 356: pr2 Read 76e8a000 1 pages
> > > (01.215616) 356: pr2 Read page from self 76e8a000/12000
> > > (01.215631) 189: Map 0x0000000076c8c000-0x0000000076c8d000
> > > 0x000000000004b000 vma
> > > (01.215698) 189: premap 0x0000000076c8c000-0x0000000076c8d000 ->
> > > 0000000076523000
> > > (01.215703) 356: pr2 Read 76e9f000 1 pages
> > > (01.215749) 356: pr2 Read page from self 76e9f000/13000
> > > (01.215752) 189: Map 0x0000000076c8d000-0x0000000076c8e000
> > > 0x000000000004c000 vma
> > > (01.215806) 356: pr2 Read 76ea0000 1 pages
> > > (01.215815) 189: premap 0x0000000076c8d000-0x0000000076c8e000 ->
> > > 0000000076524000
> > > (01.215838) 356: pr2 Read page from self 76ea0000/14000
> > > (01.215875) 189: Map 0x0000000076c8e000-0x0000000076d64000
> > > 0x0000000000000000 vma
> > > (01.215905) 356: pr2 Read 76ec3000 1 pages
> > > (01.215926) 189: premap 0x0000000076c8e000-0x0000000076d64000 ->
> > > 0000000076525000
> > > (01.215934) 356: pr2 Read page from self 76ec3000/15000
> > > (01.215978) 189: Map 0x0000000076d64000-0x0000000076d74000
> > > 0x00000000000d6000 vma
> > > (01.215995) 356: pr2 Read 76ec4000 1 pages
> > > (01.216024) 189: premap 0x0000000076d64000-0x0000000076d74000 ->
> > > 00000000765fb000
> > > (01.216026) 356: pr2 Read page from self 76ec4000/16000
> > > (01.216068) 189: Map 0x0000000076d74000-0x0000000076d76000
> > > 0x00000000000d6000 vma
> > > (01.216099) 356: pr2 Read 76ec5000 1 pages
> > > (01.216116) 189: premap 0x0000000076d74000-0x0000000076d76000 ->
> > > 000000007660b000
> > > (01.216184) 356: pr2 Read page from self 76ec5000/17000
> > > (01.216219) 189: Map 0x0000000076d76000-0x0000000076d77000
> > > 0x00000000000d8000 vma
> > > (01.216247) 356: pr2 Read 76ee2000 3 pages
> > > (01.216270) 189: premap 0x0000000076d76000-0x0000000076d77000 ->
> > > 000000007660d000
> > > (01.216275) 356: pr2 Read page from self 76ee2000/18000
> > > (01.216301) 189: Map 0x0000000076d77000-0x0000000076d7a000
> > > 0x0000000000000000 vma
> > > (01.216348) 189: premap 0x0000000076d77000-0x0000000076d7a000 ->
> > > 000000007660e000
> > > (01.216370) 356: pr2 Read 76eeb000 2 pages
> > > (01.216401) 356: pr2 Read page from self 76eeb000/1b000
> > > (01.216399) 189: Map 0x0000000076d7a000-0x0000000076d8b000
> > > 0x0000000000000000 vma
> > > (01.216464) 189: premap 0x0000000076d7a000-0x0000000076d8b000 ->
> > > 0000000076611000
> > > (01.216471) 356: pr2 Read 76eed000 1 pages
> > > (01.216509) 189: Map 0x0000000076d8b000-0x0000000076d9a000
> > > 0x0000000000011000 vma
> > > (01.216513) 356: pr2 Read page from self 76eed000/1d000
> > > (01.216554) 189: premap 0x0000000076d8b000-0x0000000076d9a000 ->
> > > 0000000076622000
> > > (01.216579) 356: pr2 Read 76eee000 1 pages
> > > (01.216603) 189: Map 0x0000000076d9a000-0x0000000076d9b000
> > > 0x0000000000010000 vma
> > > (01.216605) 356: pr2 Read page from self 76eee000/1e000
> > > (01.216647) 189: premap 0x0000000076d9a000-0x0000000076d9b000 ->
> > > 0000000076631000
> > > (01.216691) 189: Map 0x0000000076d9b000-0x0000000076d9c000
> > > 0x0000000000011000 vma
> > > (01.216699) 356: pr2 Read 76f4e000 1 pages
> > > (01.216739) 356: pr2 Read page from self 76f4e000/1f000
> > > (01.216739) 189: premap 0x0000000076d9b000-0x0000000076d9c000 ->
> > > 0000000076632000
> > > (01.216787) 189: Map 0x0000000076d9c000-0x0000000076d9e000
> > > 0x0000000000000000 vma
> > > (01.216793) 356: pr2 Read 76f4f000 3 pages
> > > (01.216826) 189: premap 0x0000000076d9c000-0x0000000076d9e000 ->
> > > 0000000076633000
> > > (01.216831) 356: pr2 Read page from self 76f4f000/20000
> > > (01.216870) 189: Map 0x0000000076d9e000-0x0000000076db6000
> > > 0x0000000000000000 vma
> > > (01.216923) 189: premap 0x0000000076d9e000-0x0000000076db6000 ->
> > > 0000000076635000
> > > (01.216937) 356: pr2 Read 76f52000 1 pages
> > > (01.216978) 356: pr2 Read page from self 76f52000/23000
> > > (01.217006) 189: Map 0x0000000076db6000-0x0000000076dc5000
> > > 0x0000000000018000 vma
> > > (01.217039) 356: pr2 Read 78459000 8 pages
> > > (01.217069) 356: pr2 Read page from self 78459000/24000
> > > (01.217068) 189: premap 0x0000000076db6000-0x0000000076dc5000 ->
> > > 000000007664d000
> > > (01.217139) 189: Map 0x0000000076dc5000-0x0000000076dc6000
> > > 0x0000000000017000 vma
> > > (01.217202) 189: premap 0x0000000076dc5000-0x0000000076dc6000 ->
> > > 000000007665c000
> > > (01.217227) 356: pr2 Read 78467000 1 pages
> > > (01.217261) 356: pr2 Read page from self 78467000/2c000
> > > (01.217259) 189: Map 0x0000000076dc6000-0x0000000076dcb000
> > > 0x0000000000000000 vma
> > > (01.217321) 356: pr2 Read 7eb63000 1 pages
> > > (01.217324) 189: premap 0x0000000076dc6000-0x0000000076dcb000 ->
> > > 000000007665d000
> > > (01.217351) 356: pr2 Read page from self 7eb63000/2d000
> > > (01.217383) 189: Map 0x0000000076dcb000-0x0000000076dda000
> > > 0x0000000000005000 vma
> > > (01.217413) 356: pr2 Read 7eb66000 2 pages
> > > (01.217442) 356: pr2 Read page from self 7eb66000/2e000
> > > (01.217441) 189: premap 0x0000000076dcb000-0x0000000076dda000 ->
> > > 0000000076662000
> > > (01.217512) 189: Map 0x0000000076dda000-0x0000000076ddb000
> > > 0x0000000000004000 vma
> > > (01.217538) 356: nr_restored_pages: 48
> > > (01.217564) 356: nr_shared_pages: 0
> > > (01.217562) 189: premap 0x0000000076dda000-0x0000000076ddb000 ->
> > > 0000000076671000
> > > (01.217586) 356: nr_droped_pages: 0
> > > (01.217621) 356: nr_lazy: 0
> > > (01.217625) 189: Map 0x0000000076ddb000-0x0000000076ddc000
> > > 0x0000000000005000 vma
> > > (01.217646) 356: Restore sigacts for 356
> > > (01.217688) 189: premap 0x0000000076ddb000-0x0000000076ddc000 ->
> > > 0000000076672000
> > > (01.217741) 374: pr2 Read 76a90000 1 pages
> > > (01.217754) 189: Map 0x0000000076ddc000-0x0000000076e56000
> > > 0x0000000000000000 vma
> > > (01.217787) 374: pr2 Read page from self 76a90000/5a000
> > > (01.217825) 189: premap 0x0000000076ddc000-0x0000000076e56000 ->
> > > 0000000076673000
> > > (01.217916) 374: pr2 Read 76ab1000 1 pages
> > > (01.217929) 189: Map 0x0000000076e56000-0x0000000076e66000
> > > 0x000000000007a000 vma
> > > (01.217948) 374: pr2 Read page from self 76ab1000/5b000
> > > (01.217986) 189: premap 0x0000000076e56000-0x0000000076e66000 ->
> > > 00000000766ed000
> > > (01.218011) 374: pr2 Read 76ab2000 1 pages
> > > (01.218034) 356: Restored 61/61 sigacts
> > > (01.218038) 374: pr2 Read page from self 76ab2000/5c000
> > > (01.218043) 189: Map 0x0000000076e66000-0x0000000076e67000
> > > 0x000000000007a000 vma
> > > (01.218072) 356: Restoring children in alien sessions:
> > > (01.218113) 374: pr2 Read 76b07000 2 pages
> > > (01.218121) 356: Restoring 356 to 356 sid
> > > (01.218121) 189: premap 0x0000000076e66000-0x0000000076e67000 ->
> > > 00000000766fd000
> > > (01.218143) 374: pr2 Read page from self 76b07000/5d000
> > > (01.218194) 189: Map 0x0000000076e67000-0x0000000076e6b000
> > > 0x000000000007b000 vma
> > > (01.218204) 356: Restoring children in our session:
> > > (01.218245) 189: premap 0x0000000076e67000-0x0000000076e6b000 ->
> > > 00000000766fe000
> > > (01.218255) 374: pr2 Read 76b09000 1 pages
> > > (01.218280) 189: Map 0x0000000076e6b000-0x0000000076e6c000
> > > 0x0000000000000000 vma
> > > (01.218296) 374: pr2 Read page from self 76b09000/5f000
> > > (01.218298) 356: Restoring 356 to 356 pgid
> > > (01.218324) 189: premap 0x0000000076e6b000-0x0000000076e6c000 ->
> > > 0000000076702000
> > > (01.218363) 374: pr2 Read 76b65000 1 pages
> > > (01.218406) 374: pr2 Read page from self 76b65000/60000
> > > (01.218405) 189: Map 0x0000000076e6c000-0x0000000076e82000
> > > 0x0000000000000000 vma
> > > (01.218486) 374: pr2 Read 76b66000 1 pages
> > > (01.218496) 189: premap 0x0000000076e6c000-0x0000000076e82000 ->
> > > 0000000076703000
> > > (01.218528) 374: pr2 Read page from self 76b66000/61000
> > > (01.218578) 189: Map 0x0000000076e82000-0x0000000076e8a000
> > > 0x0000000000016000 vma
> > > (01.218615) 374: pr2 Read 76b7b000 1 pages
> > > (01.218651) 374: pr2 Read page from self 76b7b000/62000
> > > (01.218721) 374: pr2 Read 76b7c000 1 pages
> > > (01.218735) 308: premap 0x0000000076d1f000-0x0000000076d26000 ->
> > > 000000007659b000
> > > (01.218765) 374: pr2 Read page from self 76b7c000/63000
> > > (01.213275) 325: Map 0x0000000076b6b000-0x0000000076b7a000
> > > 0x0000000000007000 vma
> > > (01.218831) 308: Map 0x0000000076d26000-0x0000000076d35000
> > > 0x0000000000007000 vma
> > > (01.218845) 374: pr2 Read 76b99000 1 pages
> > > (01.218908) 308: premap 0x0000000076d26000-0x0000000076d35000 ->
> > > 00000000765a2000
> > > (01.218907) 325: premap 0x0000000076b6b000-0x0000000076b7a000 ->
> > > 00000000763b5000
> > > (01.218912) 374: pr2 Read page from self 76b99000/64000
> > > (01.218960) 308: Map 0x0000000076d35000-0x0000000076d36000
> > > 0x0000000000006000 vma
> > > (01.218979) 325: Map 0x0000000076b7a000-0x0000000076b7b000
> > > 0x0000000000006000 vma
> > > (01.219004) 374: pr2 Read 76b9a000 1 pages
> > > (01.219012) 308: premap 0x0000000076d35000-0x0000000076d36000 ->
> > > 00000000765b1000
> > > (01.219028) 325: premap 0x0000000076b7a000-0x0000000076b7b000 ->
> > > 00000000763c4000
> > > (01.219033) 374: pr2 Read page from self 76b9a000/65000
> > > (01.219086) 308: Map 0x0000000076d36000-0x0000000076d37000
> > > 0x0000000000007000 vma
> > > (01.219089) 325: Map 0x0000000076b7b000-0x0000000076b7c000
> > > 0x0000000000007000 vma
> > > (01.219120) 374: pr2 Read 76bbf000 1 pages
> > > (01.219143) 308: premap 0x0000000076d36000-0x0000000076d37000 ->
> > > 00000000765b2000
> > > (01.219159) 374: pr2 Read page from self 76bbf000/66000
> > > (01.219165) 325: premap 0x0000000076b7b000-0x0000000076b7c000 ->
> > > 00000000763c5000
> > > (01.219197) 308: Map 0x0000000076d37000-0x0000000076d44000
> > > 0x0000000000000000 vma
> > > (01.219223) 374: pr2 Read 76bc0000 1 pages
> > > (01.219232) 325: Map 0x0000000076b7c000-0x0000000076b89000
> > > 0x0000000000000000 vma
> > > (01.219253) 374: pr2 Read page from self 76bc0000/67000
> > > (01.219254) 308: premap 0x0000000076d37000-0x0000000076d44000 ->
> > > 00000000765b3000
> > > (01.219286) 325: premap 0x0000000076b7c000-0x0000000076b89000 ->
> > > 00000000763c6000
> > > (01.219319) 374: pr2 Read 76bc1000 1 pages
> > > (01.219327) 308: Map 0x0000000076d44000-0x0000000076d53000
> > > 0x000000000000d000 vma
> > > (01.219344) 325: Map 0x0000000076b89000-0x0000000076b98000
> > > 0x000000000000d000 vma
> > > (01.219348) 374: pr2 Read page from self 76bc1000/68000
> > > (01.219439) 308: premap 0x0000000076d44000-0x0000000076d53000 ->
> > > 00000000765c0000
> > > (01.219450) 325: premap 0x0000000076b89000-0x0000000076b98000 ->
> > > 00000000763d3000
> > > (01.219481) 374: pr2 Read 76be2000 1 pages
> > > (01.219493) 308: Map 0x0000000076d53000-0x0000000076d54000
> > > 0x000000000000c000 vma
> > > (01.219505) 325: Map 0x0000000076b98000-0x0000000076b99000
> > > 0x000000000000c000 vma
> > > (01.219510) 374: pr2 Read page from self 76be2000/69000
> > > (01.219548) 308: premap 0x0000000076d53000-0x0000000076d54000 ->
> > > 00000000765cf000
> > > (01.219562) 325: premap 0x0000000076b98000-0x0000000076b99000 ->
> > > 00000000763e2000
> > > (01.219589) 374: pr2 Read 76be3000 1 pages
> > > (01.219600) 308: Map 0x0000000076d54000-0x0000000076d55000
> > > 0x000000000000d000 vma
> > > (01.219617) 325: Map 0x0000000076b99000-0x0000000076b9a000
> > > 0x000000000000d000 vma
> > > (01.219621) 374: pr2 Read page from self 76be3000/6a000
> > > (01.219656) 308: premap 0x0000000076d54000-0x0000000076d55000 ->
> > > 00000000765d0000
> > > (01.219671) 325: premap 0x0000000076b99000-0x0000000076b9a000 ->
> > > 00000000763e3000
> > > (01.219693) 308: Map 0x0000000076d55000-0x0000000076d57000
> > > 0x0000000000000000 vma
> > > (01.219710) 374: pr2 Read 76bf5000 1 pages
> > > (01.219713) 325: Map 0x0000000076b9a000-0x0000000076b9c000
> > > 0x0000000000000000 vma
> > > (01.219742) 308: premap 0x0000000076d55000-0x0000000076d57000 ->
> > > 00000000765d1000
> > > (01.219746) 374: pr2 Read page from self 76bf5000/6b000
> > > (01.219775) 325: premap 0x0000000076b9a000-0x0000000076b9c000 ->
> > > 00000000763e4000
> > > (01.219798) 308: Map 0x0000000076d57000-0x0000000076d5b000
> > > 0x0000000000000000 vma
> > > (01.219831) 374: pr2 Read 76bf6000 1 pages
> > > (01.219833) 325: Map 0x0000000076b9c000-0x0000000076ba0000
> > > 0x0000000000000000 vma
> > > (01.219854) 308: premap 0x0000000076d57000-0x0000000076d5b000 ->
> > > 00000000765d3000
> > > (01.219860) 374: pr2 Read page from self 76bf6000/6c000
> > > (01.219891) 325: premap 0x0000000076b9c000-0x0000000076ba0000 ->
> > > 00000000763e6000
> > > (01.219912) 308: Map 0x0000000076d5b000-0x0000000076d6b000
> > > 0x0000000000004000 vma
> > > (01.219945) 374: pr2 Read 76cdd000 2 pages
> > > (01.219948) 325: Map 0x0000000076ba0000-0x0000000076bb0000
> > > 0x0000000000004000 vma
> > > (01.219968) 308: premap 0x0000000076d5b000-0x0000000076d6b000 ->
> > > 00000000765d7000
> > > (01.219973) 374: pr2 Read page from self 76cdd000/6d000
> > > (01.220004) 325: premap 0x0000000076ba0000-0x0000000076bb0000 ->
> > > 00000000763ea000
> > > (01.220024) 308: Map 0x0000000076d6b000-0x0000000076d6c000
> > > 0x0000000000004000 vma
> > > (01.220059) 325: Map 0x0000000076bb0000-0x0000000076bb1000
> > > 0x0000000000004000 vma
> > > (01.220069) 374: pr2 Read 76cdf000 1 pages
> > > (01.220083) 308: premap 0x0000000076d6b000-0x0000000076d6c000 ->
> > > 00000000765e7000
> > > (01.220104) 325: premap 0x0000000076bb0000-0x0000000076bb1000 ->
> > > 00000000763fa000
> > > (01.220106) 374: pr2 Read page from self 76cdf000/6f000
> > > (01.220141) 308: Map 0x0000000076d6c000-0x0000000076d6d000
> > > 0x0000000000005000 vma
> > > (01.220164) 325: Map 0x0000000076bb1000-0x0000000076bb2000
> > > 0x0000000000005000 vma
> > > (01.220192) 374: pr2 Read 76ce0000 3 pages
> > > (01.220199) 308: premap 0x0000000076d6c000-0x0000000076d6d000 ->
> > > 00000000765e8000
> > > (01.220214) 325: premap 0x0000000076bb1000-0x0000000076bb2000 ->
> > > 00000000763fb000
> > > (01.220221) 374: pr2 Read page from self 76ce0000/70000
> > > (01.220272) 308: Map 0x0000000076d6d000-0x0000000076d70000
> > > 0x0000000000000000 vma
> > > (01.220283) 325: Map 0x0000000076bb2000-0x0000000076bbe000
> > > 0x0000000000000000 vma
> > > (01.220336) 374: pr2 Read 76d03000 1 pages
> > > (01.220336) 308: premap 0x0000000076d6d000-0x0000000076d70000 ->
> > > 00000000765e9000
> > > (01.220355) 325: premap 0x0000000076bb2000-0x0000000076bbe000 ->
> > > 00000000763fc000
> > > (01.220368) 374: pr2 Read page from self 76d03000/73000
> > > (01.220410) 308: Map 0x0000000076d70000-0x0000000076d7f000
> > > 0x0000000000003000 vma
> > > (01.220424) 325: Map 0x0000000076bbe000-0x0000000076bcd000
> > > 0x000000000000c000 vma
> > > (01.220453) 374: pr2 Read 76d04000 1 pages
> > > (01.220460) 308: premap 0x0000000076d70000-0x0000000076d7f000 ->
> > > 00000000765ec000
> > > (01.220522) 374: pr2 Read page from self 76d04000/74000
> > > (01.220521) 325: premap 0x0000000076bbe000-0x0000000076bcd000 ->
> > > 0000000076408000
> > > (01.220558) 308: Map 0x0000000076d7f000-0x0000000076d80000
> > > 0x0000000000002000 vma
> > > (01.220590) 374: pr2 Read 76d06000 1 pages
> > > (01.220596) 325: Map 0x0000000076bcd000-0x0000000076bce000
> > > 0x000000000000b000 vma
> > > (01.220616) 308: premap 0x0000000076d7f000-0x0000000076d80000 ->
> > > 00000000765fb000
> > > (01.220621) 374: pr2 Read page from self 76d06000/75000
> > > (01.220652) 325: premap 0x0000000076bcd000-0x0000000076bce000 ->
> > > 0000000076417000
> > > (01.220670) 308: Map 0x0000000076d80000-0x0000000076d81000
> > > 0x0000000000003000 vma
> > > (01.220699) 374: pr2 Read 76d26000 1 pages
> > > (01.220706) 325: Map 0x0000000076bce000-0x0000000076bcf000
> > > 0x000000000000c000 vma
> > > (01.220727) 374: pr2 Read page from self 76d26000/76000
> > > (01.220726) 308: premap 0x0000000076d80000-0x0000000076d81000 ->
> > > 00000000765fc000
> > > (01.220758) 325: premap 0x0000000076bce000-0x0000000076bcf000 ->
> > > 0000000076418000
> > > (01.220784) 374: pr2 Read 76d27000 1 pages
> > > (01.220802) 308: Map 0x0000000076d81000-0x0000000076d86000
> > > 0x0000000000000000 vma
> > > (01.220818) 374: pr2 Read page from self 76d27000/77000
> > > (01.220817) 325: Map 0x0000000076bcf000-0x0000000076bd1000
> > > 0x0000000000000000 vma
> > > (01.220852) 308: premap 0x0000000076d81000-0x0000000076d86000 ->
> > > 00000000765fd000
> > > (01.220888) 325: premap 0x0000000076bcf000-0x0000000076bd1000 ->
> > > 0000000076419000
> > > (01.220894) 374: pr2 Read 76dfe000 1 pages
> > > (01.220911) 308: Map 0x0000000076d86000-0x0000000076d95000
> > > 0x0000000000005000 vma
> > > (01.220932) 325: Map 0x0000000076bd1000-0x0000000076be0000
> > > 0x0000000000002000 vma
> > > (01.220938) 374: pr2 Read page from self 76dfe000/78000
> > > (01.220971) 308: premap 0x0000000076d86000-0x0000000076d95000 ->
> > > 0000000076602000
> > > (01.220988) 325: premap 0x0000000076bd1000-0x0000000076be0000 ->
> > > 000000007641b000
> > > (01.221024) 308: Map 0x0000000076d95000-0x0000000076d96000
> > > 0x0000000000004000 vma
> > > (01.221037) 325: Map 0x0000000076be0000-0x0000000076be1000
> > > 0x0000000000001000 vma
> > > (01.221069) 308: premap 0x0000000076d95000-0x0000000076d96000 ->
> > > 0000000076611000
> > > (01.221086) 325: premap 0x0000000076be0000-0x0000000076be1000 ->
> > > 000000007642a000
> > > (01.221115) 308: Map 0x0000000076d96000-0x0000000076d97000
> > > 0x0000000000005000 vma
> > > (01.221130) 325: Map 0x0000000076be1000-0x0000000076be2000
> > > 0x0000000000002000 vma
> > > (01.221162) 308: premap 0x0000000076d96000-0x0000000076d97000 ->
> > > 0000000076612000
> > > (01.221181) 325: premap 0x0000000076be1000-0x0000000076be2000 ->
> > > 000000007642b000
> > > (01.221235) 325: Map 0x0000000076be2000-0x0000000076c2e000
> > > 0x0000000000000000 vma
> > > (01.221252) 308: Map 0x0000000076d97000-0x0000000076da4000
> > > 0x0000000000000000 vma
> > > (01.213270) 318: premap 0x000000007618a000-0x0000000076191000 ->
> > > 0000000075a0c000
> > > (01.221295) 325: premap 0x0000000076be2000-0x0000000076c2e000 ->
> > > 000000007642c000
> > > (01.221309) 308: premap 0x0000000076d97000-0x0000000076da4000 ->
> > > 0000000076613000
> > > (01.221369) 318: Map 0x0000000076191000-0x00000000761a0000
> > > 0x0000000000007000 vma
> > > (01.221372) 325: Map 0x0000000076c2e000-0x0000000076c3d000
> > > 0x000000000004c000 vma
> > > (01.215391) 335: Restore sigacts for 335
> > > (01.221445) 318: premap 0x0000000076191000-0x00000000761a0000 ->
> > > 0000000075a13000
> > > (01.221453) 325: premap 0x0000000076c2e000-0x0000000076c3d000 ->
> > > 0000000076478000
> > > (01.221514) 318: Map 0x00000000761a0000-0x00000000761a1000
> > > 0x0000000000006000 vma
> > > (01.221531) 325: Map 0x0000000076c3d000-0x0000000076c3e000
> > > 0x000000000004b000 vma
> > > (01.221565) 318: premap 0x00000000761a0000-0x00000000761a1000 ->
> > > 0000000075a22000
> > > (01.221580) 325: premap 0x0000000076c3d000-0x0000000076c3e000 ->
> > > 0000000076487000
> > > (01.221610) 318: Map 0x00000000761a1000-0x00000000761a2000
> > > 0x0000000000007000 vma
> > > (01.221628) 325: Map 0x0000000076c3e000-0x0000000076c3f000
> > > 0x000000000004c000 vma
> > > (01.221656) 318: premap 0x00000000761a1000-0x00000000761a2000 ->
> > > 0000000075a23000
> > > (01.221719) 325: premap 0x0000000076c3e000-0x0000000076c3f000 ->
> > > 0000000076488000
> > > (01.221738) 318: Map 0x00000000761a2000-0x00000000761af000
> > > 0x0000000000000000 vma
> > > (01.221765) 325: Map 0x0000000076c3f000-0x0000000076c57000
> > > 0x0000000000000000 vma
> > > (01.221786) 318: premap 0x00000000761a2000-0x00000000761af000 ->
> > > 0000000075a24000
> > > (01.221808) 325: premap 0x0000000076c3f000-0x0000000076c57000 ->
> > > 0000000076489000
> > > (01.221818) 335: Restored 61/61 sigacts
> > > (01.221830) 318: Map 0x00000000761af000-0x00000000761be000
> > > 0x000000000000d000 vma
> > > (01.221851) 325: Map 0x0000000076c57000-0x0000000076c66000
> > > 0x0000000000018000 vma
> > > (01.221867) 335: Restoring children in alien sessions:
> > > (01.221890) 318: premap 0x00000000761af000-0x00000000761be000 ->
> > > 0000000075a31000
> > > (01.221909) 335: Restoring 335 to 335 sid
> > > (01.221908) 325: premap 0x0000000076c57000-0x0000000076c66000 ->
> > > 00000000764a1000
> > > (01.221941) 318: Map 0x00000000761be000-0x00000000761bf000
> > > 0x000000000000c000 vma
> > > (01.221975) 325: Map 0x0000000076c66000-0x0000000076c67000
> > > 0x0000000000017000 vma
> > > (01.221979) 335: Restoring children in our session:
> > > (01.221994) 318: premap 0x00000000761be000-0x00000000761bf000 ->
> > > 0000000075a40000
> > > (01.222020) 325: premap 0x0000000076c66000-0x0000000076c67000 ->
> > > 00000000764b0000
> > > (01.222057) 318: Map 0x00000000761bf000-0x00000000761c0000
> > > 0x000000000000d000 vma
> > > (01.222075) 335: Restoring 335 to 335 pgid
> > > (01.222076) 325: Map 0x0000000076c67000-0x0000000076ce1000
> > > 0x0000000000000000 vma
> > > (01.222103) 318: premap 0x00000000761bf000-0x00000000761c0000 ->
> > > 0000000075a41000
> > > (01.222147) 325: premap 0x0000000076c67000-0x0000000076ce1000 ->
> > > 00000000764b1000
> > > (01.222151) 318: Map 0x00000000761c0000-0x00000000761c2000
> > > 0x0000000000000000 vma
> > > (01.222208) 325: Map 0x0000000076ce1000-0x0000000076cf1000
> > > 0x000000000007a000 vma
> > > (01.222226) 318: premap 0x00000000761c0000-0x00000000761c2000 ->
> > > 0000000075a42000
> > > (01.222263) 325: premap 0x0000000076ce1000-0x0000000076cf1000 ->
> > > 000000007652b000
> > > (01.222284) 318: Map 0x00000000761c2000-0x00000000761c6000
> > > 0x0000000000000000 vma
> > > (01.222317) 325: Map 0x0000000076cf1000-0x0000000076cf2000
> > > 0x000000000007a000 vma
> > > (01.222346) 318: premap 0x00000000761c2000-0x00000000761c6000 ->
> > > 0000000075a44000
> > > (01.222375) 325: premap 0x0000000076cf1000-0x0000000076cf2000 ->
> > > 000000007653b000
> > > (01.222453) 308: Map 0x0000000076da4000-0x0000000076db3000
> > > 0x000000000000d000 vma
> > > (01.222503) 325: Map 0x0000000076cf2000-0x0000000076cf6000
> > > 0x000000000007b000 vma
> > > (01.222536) 308: premap 0x0000000076da4000-0x0000000076db3000 ->
> > > 0000000076620000
> > > (01.222557) 325: premap 0x0000000076cf2000-0x0000000076cf6000 ->
> > > 000000007653c000
> > > (01.215394) 349: pr2 Read 76f70000 1 pages
> > > (01.222587) 308: Map 0x0000000076db3000-0x0000000076db4000
> > > 0x000000000000c000 vma
> > > (01.222589) 325: Map 0x0000000076cf6000-0x0000000076cf7000
> > > 0x0000000000000000 vma
> > > (01.222631) 349: pr2 Read page from self 76f70000/26000
> > > (01.222657) 308: premap 0x0000000076db3000-0x0000000076db4000 ->
> > > 000000007662f000
> > > (01.222672) 325: premap 0x0000000076cf6000-0x0000000076cf7000 ->
> > > 0000000076540000
> > > (01.222725) 308: Map 0x0000000076db4000-0x0000000076db5000
> > > 0x000000000000d000 vma
> > > (01.222735) 349: pr2 Read 76f71000 1 pages
> > > (01.222734) 325: Map 0x0000000076cf7000-0x0000000076d0d000
> > > 0x0000000000000000 vma
> > > (01.222774) 349: pr2 Read page from self 76f71000/27000
> > > (01.222776) 308: premap 0x0000000076db4000-0x0000000076db5000 ->
> > > 0000000076630000
> > > (01.222816) 325: premap 0x0000000076cf7000-0x0000000076d0d000 ->
> > > 0000000076541000
> > > (01.222829) 308: Map 0x0000000076db5000-0x0000000076db7000
> > > 0x0000000000000000 vma
> > > (01.222833) 349: pr2 Read 76f89000 1 pages
> > > (01.222869) 325: Map 0x0000000076d0d000-0x0000000076d15000
> > > 0x0000000000016000 vma
> > > (01.222874) 308: premap 0x0000000076db5000-0x0000000076db7000 ->
> > > 0000000076631000
> > > (01.222880) 349: pr2 Read page from self 76f89000/28000
> > > (01.222913) 325: premap 0x0000000076d0d000-0x0000000076d15000 ->
> > > 0000000076557000
> > > (01.222937) 308: Map 0x0000000076db7000-0x0000000076dba000
> > > 0x0000000000000000 vma
> > > (01.222959) 349: pr2 Read 76f8a000 1 pages
> > > (01.223012) 325: Map 0x0000000076d15000-0x0000000076d16000
> > > 0x0000000000016000 vma
> > > (01.223031) 349: pr2 Read page from self 76f8a000/29000
> > > (01.223029) 308: premap 0x0000000076db7000-0x0000000076dba000 ->
> > > 0000000076633000
> > > (01.223066) 325: premap 0x0000000076d15000-0x0000000076d16000 ->
> > > 000000007655f000
> > > (01.223098) 349: pr2 Read 76fa7000 3 pages
> > > (01.223103) 308: Map 0x0000000076dba000-0x0000000076dc9000
> > > 0x0000000000003000 vma
> > > (01.223122) 325: Map 0x0000000076d16000-0x0000000076d17000
> > > 0x0000000000017000 vma
> > > (01.223127) 349: pr2 Read page from self 76fa7000/2a000
> > > (01.223163) 308: premap 0x0000000076dba000-0x0000000076dc9000 ->
> > > 0000000076636000
> > > (01.223178) 325: premap 0x0000000076d16000-0x0000000076d17000 ->
> > > 0000000076560000
> > > (01.223217) 308: Map 0x0000000076dc9000-0x0000000076dca000
> > > 0x0000000000002000 vma
> > > (01.223233) 349: pr2 Read 76fb0000 2 pages
> > > (01.223239) 325: Map 0x0000000076d17000-0x0000000076d1c000
> > > 0x0000000000000000 vma
> > > (01.223268) 349: pr2 Read page from self 76fb0000/2d000
> > > (01.223270) 308: premap 0x0000000076dc9000-0x0000000076dca000 ->
> > > 0000000076645000
> > > (01.223310) 325: premap 0x0000000076d17000-0x0000000076d1c000 ->
> > > 0000000076561000
> > > (01.223340) 349: pr2 Read 76fb2000 1 pages
> > > (01.223343) 308: Map 0x0000000076dca000-0x0000000076dcb000
> > > 0x0000000000003000 vma
> > > (01.223361) 325: Map 0x0000000076d1c000-0x0000000076d2b000
> > > 0x0000000000005000 vma
> > > (01.223370) 349: pr2 Read page from self 76fb2000/2f000
> > > (01.223404) 308: premap 0x0000000076dca000-0x0000000076dcb000 ->
> > > 0000000076646000
> > > (01.223421) 325: premap 0x0000000076d1c000-0x0000000076d2b000 ->
> > > 0000000076566000
> > > (01.223448) 349: pr2 Read 76fb3000 1 pages
> > > (01.223458) 308: Map 0x0000000076dcb000-0x0000000076dd2000
> > > 0x0000000000000000 vma
> > > (01.223479) 349: pr2 Read page from self 76fb3000/30000
> > > (01.223497) 325: Map 0x0000000076d2b000-0x0000000076d2c000
> > > 0x0000000000004000 vma
> > > (01.223516) 308: premap 0x0000000076dcb000-0x0000000076dd2000 ->
> > > 0000000076647000
> > > (01.223545) 349: pr2 Read 7ee38000 6 pages
> > > (01.223554) 325: premap 0x0000000076d2b000-0x0000000076d2c000 ->
> > > 0000000076575000
> > > (01.223569) 308: Map 0x0000000076dd2000-0x0000000076de1000
> > > 0x0000000000007000 vma
> > > (01.223573) 349: pr2 Read page from self 7ee38000/31000
> > > (01.223606) 325: Map 0x0000000076d2c000-0x0000000076d2d000
> > > 0x0000000000005000 vma
> > > (01.223625) 308: premap 0x0000000076dd2000-0x0000000076de1000 ->
> > > 000000007664e000
> > > (01.223660) 325: premap 0x0000000076d2c000-0x0000000076d2d000 ->
> > > 0000000076576000
> > > (01.223686) 308: Map 0x0000000076de1000-0x0000000076de2000
> > > 0x0000000000006000 vma
> > > (01.223719) 325: Map 0x0000000076d2d000-0x0000000076e03000
> > > 0x0000000000000000 vma
> > > (01.223744) 308: premap 0x0000000076de1000-0x0000000076de2000 ->
> > > 000000007665d000
> > > (01.223765) 349: nr_restored_pages: 55
> > > (01.223770) 325: premap 0x0000000076d2d000-0x0000000076e03000 ->
> > > 0000000076577000
> > > (01.223796) 349: nr_shared_pages: 0
> > > (01.223795) 308: Map 0x0000000076de2000-0x0000000076de3000
> > > 0x0000000000007000 vma
> > > (01.223829) 349: nr_droped_pages: 0
> > > (01.223836) 325: Map 0x0000000076e03000-0x0000000076e13000
> > > 0x00000000000d6000 vma
> > > (01.223862) 349: nr_lazy: 0
> > > (01.223866) 308: premap 0x0000000076de2000-0x0000000076de3000 ->
> > > 000000007665e000
> > > (01.223896) 349: Restore sigacts for 349
> > > (01.223898) 325: premap 0x0000000076e03000-0x0000000076e13000 ->
> > > 000000007664d000
> > > (01.223917) 308: Map 0x0000000076de3000-0x0000000076de9000
> > > 0x0000000000000000 vma
> > > (01.223962) 325: Map 0x0000000076e13000-0x0000000076e15000
> > > 0x00000000000d6000 vma
> > > (01.223979) 308: premap 0x0000000076de3000-0x0000000076de9000 ->
> > > 000000007665f000
> > > (01.224008) 325: premap 0x0000000076e13000-0x0000000076e15000 ->
> > > 000000007665d000
> > > (01.224039) 308: Map 0x0000000076de9000-0x0000000076ded000
> > > 0x0000000000000000 vma
> > > (01.224051) 325: Map 0x0000000076e15000-0x0000000076e16000
> > > 0x00000000000d8000 vma
> > > (01.224085) 308: premap 0x0000000076de9000-0x0000000076ded000 ->
> > > 0000000076665000
> > > (01.224150) 325: premap 0x0000000076e15000-0x0000000076e16000 ->
> > > 000000007665f000
> > > (01.224166) 308: Map 0x0000000076ded000-0x0000000076dfc000
> > > 0x0000000000004000 vma
> > > (01.224185) 325: Map 0x0000000076e16000-0x0000000076e19000
> > > 0x0000000000000000 vma
> > > (01.224226) 308: premap 0x0000000076ded000-0x0000000076dfc000 ->
> > > 0000000076669000
> > > (01.224230) 325: premap 0x0000000076e16000-0x0000000076e19000 ->
> > > 0000000076660000
> > > (01.224244) 349: Restored 61/61 sigacts
> > > (01.224373) 308: Map 0x0000000076dfc000-0x0000000076dfd000
> > > 0x0000000000003000 vma
> > > (01.218647) 189: premap 0x0000000076e82000-0x0000000076e8a000 ->
> > > 0000000076719000
> > > (01.224455) 349: Restoring children in alien sessions:
> > > (01.224484) 308: premap 0x0000000076dfc000-0x0000000076dfd000 ->
> > > 0000000076678000
> > > (01.224518) 349: Restoring 349 to 349 sid
> > > (01.224525) 189: Map 0x0000000076e8a000-0x0000000076e8b000
> > > 0x0000000000016000 vma
> > > (01.224574) 308: Map 0x0000000076dfd000-0x0000000076dfe000
> > > 0x0000000000004000 vma
> > > (01.224592) 349: Restoring children in our session:
> > > (01.224600) 189: premap 0x0000000076e8a000-0x0000000076e8b000 ->
> > > 0000000076721000
> > > (01.224627) 308: premap 0x0000000076dfd000-0x0000000076dfe000 ->
> > > 0000000076679000
> > > (01.224665) 189: Map 0x0000000076e8b000-0x0000000076e8c000
> > > 0x0000000000017000 vma
> > > (01.224674) 349: Restoring 349 to 349 pgid
> > > (01.224698) 308: Map 0x0000000076dfe000-0x0000000076ed4000
> > > 0x0000000000000000 vma
> > > (01.224713) 189: premap 0x0000000076e8b000-0x0000000076e8c000 ->
> > > 0000000076722000
> > > (01.224765) 308: premap 0x0000000076dfe000-0x0000000076ed4000 ->
> > > 000000007667a000
> > > (01.224783) 189: Map 0x0000000076e8c000-0x0000000076e91000
> > > 0x0000000000000000 vma
> > > (01.224837) 308: Map 0x0000000076ed4000-0x0000000076ee4000
> > > 0x00000000000d6000 vma
> > > (01.224847) 189: premap 0x0000000076e8c000-0x0000000076e91000 ->
> > > 0000000076723000
> > > (01.224899) 308: premap 0x0000000076ed4000-0x0000000076ee4000 ->
> > > 0000000076750000
> > > (01.224923) 189: Map 0x0000000076e91000-0x0000000076ea0000
> > > 0x0000000000005000 vma
> > > (01.224962) 308: Map 0x0000000076ee4000-0x0000000076ee6000
> > > 0x00000000000d6000 vma
> > > (01.224985) 189: premap 0x0000000076e91000-0x0000000076ea0000 ->
> > > 0000000076728000
> > > (01.222405) 318: Map 0x00000000761c6000-0x00000000761d6000
> > > 0x0000000000004000 vma
> > > (01.225112) 189: Map 0x0000000076ea0000-0x0000000076ea1000
> > > 0x0000000000004000 vma
> > > (01.225172) 318: premap 0x00000000761c6000-0x00000000761d6000 ->
> > > 0000000075a48000
> > > (01.225180) 189: premap 0x0000000076ea0000-0x0000000076ea1000 ->
> > > 0000000076737000
> > > (01.225228) 318: Map 0x00000000761d6000-0x00000000761d7000
> > > 0x0000000000004000 vma
> > > (01.225238) 189: Map 0x0000000076ea1000-0x0000000076ea2000
> > > 0x0000000000005000 vma
> > > (01.225275) 318: premap 0x00000000761d6000-0x00000000761d7000 ->
> > > 0000000075a58000
> > > (01.225291) 189: premap 0x0000000076ea1000-0x0000000076ea2000 ->
> > > 0000000076738000
> > > (01.225319) 318: Map 0x00000000761d7000-0x00000000761d8000
> > > 0x0000000000005000 vma
> > > (01.225337) 189: Map 0x0000000076ea2000-0x0000000076eb5000
> > > 0x0000000000000000 vma
> > > (01.225362) 318: premap 0x00000000761d7000-0x00000000761d8000 ->
> > > 0000000075a59000
> > > (01.225380) 189: premap 0x0000000076ea2000-0x0000000076eb5000 ->
> > > 0000000076739000
> > > (01.225410) 318: Map 0x00000000761df000-0x00000000761e0000
> > > 0x0000000000000000 vma
> > > (01.225422) 189: Map 0x0000000076eb5000-0x0000000076ec4000
> > > 0x0000000000013000 vma
> > > (01.225453) 318: premap 0x00000000761df000-0x00000000761e0000 ->
> > > 0000000075a5a000
> > > (01.225471) 189: premap 0x0000000076eb5000-0x0000000076ec4000 ->
> > > 000000007674c000
> > > (01.225486) 318: Map 0x00000000761e0000-0x00000000769df000
> > > 0x0000000000000000 vma
> > > (01.225516) 189: Map 0x0000000076ec4000-0x0000000076ec5000
> > > 0x0000000000012000 vma
> > > (01.225531) 318: premap 0x00000000761e0000-0x00000000769df000 ->
> > > 0000000075a5b000
> > > (01.225564) 189: premap 0x0000000076ec4000-0x0000000076ec5000 ->
> > > 000000007675b000
> > > (01.225598) 318: Map 0x00000000769df000-0x00000000769eb000
> > > 0x0000000000000000 vma
> > > (01.225620) 189: Map 0x0000000076ec5000-0x0000000076ec6000
> > > 0x0000000000013000 vma
> > > (01.225667) 374: pr2 Read 76dff000 1 pages
> > > (01.225710) 318: premap 0x00000000769df000-0x00000000769eb000 ->
> > > 000000007625a000
> > > (01.225720) 189: premap 0x0000000076ec5000-0x0000000076ec6000 ->
> > > 000000007675c000
> > > (01.225731) 374: pr2 Read page from self 76dff000/79000
> > > (01.225768) 189: Map 0x0000000076ec6000-0x0000000076ec7000
> > > 0x0000000000000000 vma
> > > (01.225768) 318: Map 0x00000000769eb000-0x00000000769fa000
> > > 0x000000000000c000 vma
> > > (01.225815) 189: premap 0x0000000076ec6000-0x0000000076ec7000 ->
> > > 000000007675d000
> > > (01.225837) 374: pr2 Read 76e46000 1 pages
> > > (01.225842) 318: premap 0x00000000769eb000-0x00000000769fa000 ->
> > > 0000000076266000
> > > (01.225864) 189: Map 0x0000000076ec7000-0x0000000076edf000
> > > 0x0000000000000000 vma
> > > (01.225866) 374: pr2 Read page from self 76e46000/7a000
> > > (01.225900) 318: Map 0x00000000769fa000-0x00000000769fb000
> > > 0x000000000000b000 vma
> > > (01.225917) 189: premap 0x0000000076ec7000-0x0000000076edf000 ->
> > > 000000007675e000
> > > (01.225945) 374: pr2 Read 76e47000 1 pages
> > > (01.225953) 318: premap 0x00000000769fa000-0x00000000769fb000 ->
> > > 0000000076275000
> > > (01.225959) 189: Map 0x0000000076ee3000-0x0000000076ee6000
> > > 0x0000000000000000 vma
> > > (01.225974) 374: pr2 Read page from self 76e47000/7b000
> > > (01.226007) 318: Map 0x00000000769fb000-0x00000000769fc000
> > > 0x000000000000c000 vma
> > > (01.226020) 189: premap 0x0000000076ee3000-0x0000000076ee6000 ->
> > > 0000000076776000
> > > (01.226057) 374: pr2 Read 76f45000 2 pages
> > > (01.226059) 318: premap 0x00000000769fb000-0x00000000769fc000 ->
> > > 0000000076276000
> > > (01.226064) 189: Map 0x0000000076eec000-0x0000000076eee000
> > > 0x0000000000000000 vma
> > > (01.226085) 374: pr2 Read page from self 76f45000/7c000
> > > (01.226120) 318: Map 0x00000000769fc000-0x00000000769fe000
> > > 0x0000000000000000 vma
> > > (01.226131) 189: premap 0x0000000076eec000-0x0000000076eee000 ->
> > > 0000000076779000
> > > (01.226173) 318: premap 0x00000000769fc000-0x00000000769fe000 ->
> > > 0000000076277000
> > > (01.226182) 374: pr2 Read 76f47000 2 pages
> > > (01.226192) 189: Map 0x0000000076eee000-0x0000000076eef000
> > > 0x0000000000017000 vma
> > > (01.226217) 318: Map 0x00000000769fe000-0x0000000076a0d000
> > > 0x0000000000002000 vma
> > > (01.226221) 374: pr2 Read page from self 76f47000/7e000
> > > (01.226255) 189: premap 0x0000000076eee000-0x0000000076eef000 ->
> > > 000000007677b000
> > > (01.226271) 318: premap 0x00000000769fe000-0x0000000076a0d000 ->
> > > 0000000076279000
> > > (01.226307) 189: Map 0x0000000076eef000-0x0000000076ef0000
> > > 0x0000000000018000 vma
> > > (01.226323) 374: pr2 Read 76f49000 1 pages
> > > (01.226328) 318: Map 0x0000000076a0d000-0x0000000076a0e000
> > > 0x0000000000001000 vma
> > > (01.226359) 374: pr2 Read page from self 76f49000/80000
> > > (01.226368) 189: premap 0x0000000076eef000-0x0000000076ef0000 ->
> > > 000000007677c000
> > > (01.226393) 318: premap 0x0000000076a0d000-0x0000000076a0e000 ->
> > > 0000000076288000
> > > (01.226421) 374: pr2 Read 76f63000 6 pages
> > > (01.226448) 318: Map 0x0000000076a0e000-0x0000000076a0f000
> > > 0x0000000000002000 vma
> > > (01.226450) 374: pr2 Read page from self 76f63000/81000
> > > (01.226448) 189: Map 0x0000000076ef0000-0x0000000076f26000
> > > 0x0000000000000000 vma
> > > (01.226495) 318: premap 0x0000000076a0e000-0x0000000076a0f000 ->
> > > 0000000076289000
> > > (01.226533) 189: premap 0x0000000076ef0000-0x0000000076f26000 ->
> > > 000000007677d000
> > > (01.226560) 318: Map 0x0000000076a0f000-0x0000000076a27000
> > > 0x0000000000000000 vma
> > > (01.226569) 189: Map 0x0000000076f26000-0x0000000076f27000
> > > 0x0000000000000000 vma
> > > (01.226599) 374: pr2 Read 76f6f000 2 pages
> > > (01.226618) 318: premap 0x0000000076a0f000-0x0000000076a27000 ->
> > > 000000007628a000
> > > (01.226629) 189: premap 0x0000000076f26000-0x0000000076f27000 ->
> > > 00000000767b3000
> > > (01.226636) 374: pr2 Read page from self 76f6f000/87000
> > > (01.226673) 318: Map 0x0000000076a27000-0x0000000076a36000
> > > 0x0000000000018000 vma
> > > (01.226684) 189: Map 0x0000000076f27000-0x0000000076f28000
> > > 0x0000000000036000 vma
> > > (01.226727) 374: pr2 Read 76f71000 1 pages
> > > (01.226728) 318: premap 0x0000000076a27000-0x0000000076a36000 ->
> > > 00000000762a2000
> > > (01.226746) 189: premap 0x0000000076f27000-0x0000000076f28000 ->
> > > 00000000767b4000
> > > (01.226801) 374: pr2 Read page from self 76f71000/89000
> > > (01.226836) 318: Map 0x0000000076a36000-0x0000000076a37000
> > > 0x0000000000017000 vma
> > > (01.226851) 189: Map 0x0000000076f28000-0x0000000076f29000
> > > 0x0000000000037000 vma
> > > (01.226892) 374: pr2 Read 76f72000 1 pages
> > > (01.226891) 318: premap 0x0000000076a36000-0x0000000076a37000 ->
> > > 00000000762b1000
> > > (01.226907) 189: premap 0x0000000076f28000-0x0000000076f29000 ->
> > > 00000000767b5000
> > > (01.226921) 374: pr2 Read page from self 76f72000/8a000
> > > (01.226955) 318: Map 0x0000000076a37000-0x0000000076ab1000
> > > 0x0000000000000000 vma
> > > (01.226960) 189: Map 0x000000007880b000-0x0000000078887000
> > > 0x0000000000000000 vma
> > > (01.227006) 374: pr2 Read 7ebbc000 2 pages
> > > (01.227010) 318: premap 0x0000000076a37000-0x0000000076ab1000 ->
> > > 00000000762b2000
> > > (01.227030) 189: premap 0x000000007880b000-0x0000000078887000 ->
> > > 00000000767b6000
> > > (01.227035) 374: pr2 Read page from self 7ebbc000/8b000
> > > (01.227067) 318: Map 0x0000000076ab1000-0x0000000076ac1000
> > > 0x000000000007a000 vma
> > > (01.227071) 189: Map 0x000000007ecf1000-0x000000007ed14000
> > > 0x0000000000000000 vma
> > > (01.227126) 318: premap 0x0000000076ab1000-0x0000000076ac1000 ->
> > > 000000007632c000
> > > (01.227138) 189: premap 0x000000007ecf1000-0x000000007ed14000 ->
> > > 0000000076832000
> > > (01.227168) 374: nr_restored_pages: 141
> > > (01.227175) 189: Map 0x000000007edbb000-0x000000007edbc000
> > > 0x0000000000000000 vma
> > > (01.227181) 318: Map 0x0000000076ac1000-0x0000000076ac2000
> > > 0x000000000007a000 vma
> > > (01.227194) 374: nr_shared_pages: 0
> > > (01.227230) 189: premap 0x000000007edbb000-0x000000007edbc000 ->
> > > 0000000076855000
> > > (01.227244) 374: nr_droped_pages: 0
> > > (01.227244) 318: premap 0x0000000076ac1000-0x0000000076ac2000 ->
> > > 000000007633c000
> > > (01.227276) 374: nr_lazy: 0
> > > (01.227316) 318: Map 0x0000000076ac2000-0x0000000076ac6000
> > > 0x000000000007b000 vma
> > > (01.227321) 374: Restore sigacts for 374
> > > (01.227371) 318: premap 0x0000000076ac2000-0x0000000076ac6000 ->
> > > 000000007633d000
> > > (01.227409) 318: Map 0x0000000076ac6000-0x0000000076ac7000
> > > 0x0000000000000000 vma
> > > (01.227475) 318: premap 0x0000000076ac6000-0x0000000076ac7000 ->
> > > 0000000076341000
> > > (01.227531) 318: Map 0x0000000076ac7000-0x0000000076add000
> > > 0x0000000000000000 vma
> > > (01.227531) 189: Opened page read 2 (parent 0)
> > > (01.227588) 318: premap 0x0000000076ac7000-0x0000000076add000 ->
> > > 0000000076342000
> > > (01.227606) 189: pr2 Read 76bed000 1 pages
> > > (01.227639) 189: pr2 Read page from self 76bed000/0
> > > (01.227639) 318: Map 0x0000000076add000-0x0000000076ae5000
> > > 0x0000000000016000 vma
> > > (01.227706) 318: premap 0x0000000076add000-0x0000000076ae5000 ->
> > > 0000000076358000
> > > (01.227715) 189: pr2 Read 76bff000 1 pages
> > > (01.227747) 374: Restored 61/61 sigacts
> > > (01.227756) 318: Map 0x0000000076ae5000-0x0000000076ae6000
> > > 0x0000000000016000 vma
> > > (01.227760) 189: pr2 Read page from self 76bff000/1000
> > > (01.227788) 374: Restoring children in alien sessions:
> > > (01.227818) 318: premap 0x0000000076ae5000-0x0000000076ae6000 ->
> > > 0000000076360000
> > > (01.227832) 374: Restoring 374 to 374 sid
> > > (01.227840) 189: pr2 Read 76c00000 1 pages
> > > (01.227866) 318: Map 0x0000000076ae6000-0x0000000076ae7000
> > > 0x0000000000017000 vma
> > > (01.227885) 189: pr2 Read page from self 76c00000/2000
> > > (01.227916) 374: Restoring children in our session:
> > > (01.227923) 318: premap 0x0000000076ae6000-0x0000000076ae7000 ->
> > > 0000000076361000
> > > (01.227952) 189: pr2 Read 76c1c000 1 pages
> > > (01.227985) 189: pr2 Read page from self 76c1c000/3000
> > > (01.227985) 318: Map 0x0000000076ae7000-0x0000000076aec000
> > > 0x0000000000000000 vma
> > > (01.228022) 374: Restoring 374 to 374 pgid
> > > (01.228046) 318: premap 0x0000000076ae7000-0x0000000076aec000 ->
> > > 0000000076362000
> > > (01.228106) 318: Map 0x0000000076aec000-0x0000000076afb000
> > > 0x0000000000005000 vma
> > > (01.228172) 318: premap 0x0000000076aec000-0x0000000076afb000 ->
> > > 0000000076367000
> > > (01.224374) 325: Map 0x0000000076e19000-0x0000000076e2a000
> > > 0x0000000000000000 vma
> > > (01.228311) 318: Map 0x0000000076afb000-0x0000000076afc000
> > > 0x0000000000004000 vma
> > > (01.225018) 308: premap 0x0000000076ee4000-0x0000000076ee6000 ->
> > > 0000000076760000
> > > (01.228387) 318: premap 0x0000000076afb000-0x0000000076afc000 ->
> > > 0000000076376000
> > > (01.228391) 325: premap 0x0000000076e19000-0x0000000076e2a000 ->
> > > 0000000076663000
> > > (01.228429) 308: Map 0x0000000076ee6000-0x0000000076ee7000
> > > 0x00000000000d8000 vma
> > > (01.228439) 318: Map 0x0000000076afc000-0x0000000076afd000
> > > 0x0000000000005000 vma
> > > (01.228476) 325: Map 0x0000000076e2a000-0x0000000076e39000
> > > 0x0000000000011000 vma
> > > (01.228505) 308: premap 0x0000000076ee6000-0x0000000076ee7000 ->
> > > 0000000076762000
> > > (01.228518) 318: premap 0x0000000076afc000-0x0000000076afd000 ->
> > > 0000000076377000
> > > (01.228549) 325: premap 0x0000000076e2a000-0x0000000076e39000 ->
> > > 0000000076674000
> > > (01.228552) 308: Map 0x0000000076ee7000-0x0000000076eea000
> > > 0x0000000000000000 vma
> > > (01.228679) 325: Map 0x0000000076e39000-0x0000000076e3a000
> > > 0x0000000000010000 vma
> > > (01.228722) 308: premap 0x0000000076ee7000-0x0000000076eea000 ->
> > > 0000000076763000
> > > (01.228745) 325: premap 0x0000000076e39000-0x0000000076e3a000 ->
> > > 0000000076683000
> > > (01.228774) 308: Map 0x0000000076eea000-0x0000000076eed000
> > > 0x0000000000000000 vma
> > > (01.228793) 325: Map 0x0000000076e3a000-0x0000000076e3b000
> > > 0x0000000000011000 vma
> > > (01.228822) 308: premap 0x0000000076eea000-0x0000000076eed000 ->
> > > 0000000076766000
> > > (01.228840) 325: premap 0x0000000076e3a000-0x0000000076e3b000 ->
> > > 0000000076684000
> > > (01.228867) 308: Map 0x0000000076eed000-0x0000000076efc000
> > > 0x0000000000003000 vma
> > > (01.228890) 325: Map 0x0000000076e3b000-0x0000000076e3d000
> > > 0x0000000000000000 vma
> > > (01.228917) 308: premap 0x0000000076eed000-0x0000000076efc000 ->
> > > 0000000076769000
> > > (01.228935) 325: premap 0x0000000076e3b000-0x0000000076e3d000 ->
> > > 0000000076685000
> > > (01.228963) 308: Map 0x0000000076efc000-0x0000000076efd000
> > > 0x0000000000002000 vma
> > > (01.228982) 325: Map 0x0000000076e3d000-0x0000000076e47000
> > > 0x0000000000000000 vma
> > > (01.229008) 308: premap 0x0000000076efc000-0x0000000076efd000 ->
> > > 0000000076778000
> > > (01.229027) 325: premap 0x0000000076e3d000-0x0000000076e47000 ->
> > > 0000000076687000
> > > (01.229055) 308: Map 0x0000000076efd000-0x0000000076efe000
> > > 0x0000000000003000 vma
> > > (01.229074) 325: Map 0x0000000076e47000-0x0000000076e57000
> > > 0x000000000000a000 vma
> > > (01.229099) 308: premap 0x0000000076efd000-0x0000000076efe000 ->
> > > 0000000076779000
> > > (01.229119) 325: premap 0x0000000076e47000-0x0000000076e57000 ->
> > > 0000000076691000
> > > (01.228592) 318: Map 0x0000000076afd000-0x0000000076b49000
> > > 0x0000000000000000 vma
> > > (01.229158) 308: Map 0x0000000076efe000-0x0000000076f04000
> > > 0x0000000000000000 vma
> > > (01.229164) 325: Map 0x0000000076e57000-0x0000000076e58000
> > > 0x000000000000a000 vma
> > > (01.229200) 318: premap 0x0000000076afd000-0x0000000076b49000 ->
> > > 0000000076378000
> > > (01.229213) 308: premap 0x0000000076efe000-0x0000000076f04000 ->
> > > 000000007677a000
> > > (01.229232) 325: premap 0x0000000076e57000-0x0000000076e58000 ->
> > > 00000000766a1000
> > > (01.229270) 308: Map 0x0000000076f04000-0x0000000076f13000
> > > 0x0000000000006000 vma
> > > (01.229270) 318: Map 0x0000000076b49000-0x0000000076b58000
> > > 0x000000000004c000 vma
> > > (01.229287) 325: Map 0x0000000076e58000-0x0000000076e59000
> > > 0x000000000000b000 vma
> > > (01.229315) 308: premap 0x0000000076f04000-0x0000000076f13000 ->
> > > 0000000076780000
> > > (01.229336) 318: premap 0x0000000076b49000-0x0000000076b58000 ->
> > > 00000000763c4000
> > > (01.229351) 325: premap 0x0000000076e58000-0x0000000076e59000 ->
> > > 00000000766a2000
> > > (01.229369) 308: Map 0x0000000076f13000-0x0000000076f14000
> > > 0x0000000000005000 vma
> > > (01.229387) 318: Map 0x0000000076b58000-0x0000000076b59000
> > > 0x000000000004b000 vma
> > > (01.229422) 325: Map 0x0000000076e59000-0x0000000076e5c000
> > > 0x0000000000000000 vma
> > > (01.229424) 308: premap 0x0000000076f13000-0x0000000076f14000 ->
> > > 000000007678f000
> > > (01.229442) 318: premap 0x0000000076b58000-0x0000000076b59000 ->
> > > 00000000763d3000
> > > (01.229466) 325: premap 0x0000000076e59000-0x0000000076e5c000 ->
> > > 00000000766a3000
> > > (01.229484) 308: Map 0x0000000076f14000-0x0000000076f15000
> > > 0x0000000000006000 vma
> > > (01.229546) 318: Map 0x0000000076b59000-0x0000000076b5a000
> > > 0x000000000004c000 vma
> > > (01.229561) 325: Map 0x0000000076e5c000-0x0000000076e6b000
> > > 0x0000000000003000 vma
> > > (01.229579) 308: premap 0x0000000076f14000-0x0000000076f15000 ->
> > > 0000000076790000
> > > (01.229599) 318: premap 0x0000000076b59000-0x0000000076b5a000 ->
> > > 00000000763d4000
> > > (01.229614) 325: premap 0x0000000076e5c000-0x0000000076e6b000 ->
> > > 00000000766a6000
> > > (01.229639) 308: Map 0x0000000076f15000-0x0000000076f17000
> > > 0x0000000000000000 vma
> > > (01.229654) 318: Map 0x0000000076b5a000-0x0000000076b5f000
> > > 0x0000000000000000 vma
> > > (01.229682) 325: Map 0x0000000076e6b000-0x0000000076e6c000
> > > 0x0000000000002000 vma
> > > (01.229687) 308: premap 0x0000000076f15000-0x0000000076f17000 ->
> > > 0000000076791000
> > > (01.229705) 318: premap 0x0000000076b5a000-0x0000000076b5f000 ->
> > > 00000000763d5000
> > > (01.229726) 325: premap 0x0000000076e6b000-0x0000000076e6c000 ->
> > > 00000000766b5000
> > > (01.229744) 308: Map 0x0000000076f17000-0x0000000076f26000
> > > 0x0000000000002000 vma
> > > (01.229761) 318: Map 0x0000000076b5f000-0x0000000076b6e000
> > > 0x0000000000005000 vma
> > > (01.229778) 325: Map 0x0000000076e6c000-0x0000000076e6d000
> > > 0x0000000000003000 vma
> > > (01.229795) 308: premap 0x0000000076f17000-0x0000000076f26000 ->
> > > 0000000076793000
> > > (01.229813) 318: premap 0x0000000076b5f000-0x0000000076b6e000 ->
> > > 00000000763da000
> > > (01.229831) 325: premap 0x0000000076e6c000-0x0000000076e6d000 ->
> > > 00000000766b6000
> > > (01.229849) 308: Map 0x0000000076f26000-0x0000000076f27000
> > > 0x0000000000001000 vma
> > > (01.229871) 318: Map 0x0000000076b6e000-0x0000000076b6f000
> > > 0x0000000000004000 vma
> > > (01.229885) 325: Map 0x0000000076e6d000-0x0000000076e84000
> > > 0x0000000000000000 vma
> > > (01.229903) 308: premap 0x0000000076f26000-0x0000000076f27000 ->
> > > 00000000767a2000
> > > (01.229921) 318: premap 0x0000000076b6e000-0x0000000076b6f000 ->
> > > 00000000763e9000
> > > (01.229940) 325: premap 0x0000000076e6d000-0x0000000076e84000 ->
> > > 00000000766b7000
> > > (01.229959) 308: Map 0x0000000076f27000-0x0000000076f28000
> > > 0x0000000000002000 vma
> > > (01.229974) 318: Map 0x0000000076b6f000-0x0000000076b70000
> > > 0x0000000000005000 vma
> > > (01.229992) 325: Map 0x0000000076e84000-0x0000000076e94000
> > > 0x0000000000017000 vma
> > > (01.230011) 308: premap 0x0000000076f27000-0x0000000076f28000 ->
> > > 00000000767a3000
> > > (01.230027) 318: premap 0x0000000076b6f000-0x0000000076b70000 ->
> > > 00000000763ea000
> > > (01.230046) 325: premap 0x0000000076e84000-0x0000000076e94000 ->
> > > 00000000766ce000
> > > (01.230067) 308: Map 0x0000000076f28000-0x0000000076f2d000
> > > 0x0000000000000000 vma
> > > (01.230082) 318: Map 0x0000000076b70000-0x0000000076b7d000
> > > 0x0000000000000000 vma
> > > (01.230099) 325: Map 0x0000000076e94000-0x0000000076e95000
> > > 0x0000000000017000 vma
> > > (01.230118) 308: premap 0x0000000076f28000-0x0000000076f2d000 ->
> > > 00000000767a4000
> > > (01.230136) 318: premap 0x0000000076b70000-0x0000000076b7d000 ->
> > > 00000000763eb000
> > > (01.230153) 325: premap 0x0000000076e94000-0x0000000076e95000 ->
> > > 00000000766de000
> > > (01.230169) 308: Map 0x0000000076f2d000-0x0000000076f3c000
> > > 0x0000000000005000 vma
> > > (01.230192) 318: Map 0x0000000076b7d000-0x0000000076b8c000
> > > 0x000000000000d000 vma
> > > (01.230205) 325: Map 0x0000000076e95000-0x0000000076e96000
> > > 0x0000000000018000 vma
> > > (01.230224) 308: premap 0x0000000076f2d000-0x0000000076f3c000 ->
> > > 00000000767a9000
> > > (01.230241) 318: premap 0x0000000076b7d000-0x0000000076b8c000 ->
> > > 00000000763f8000
> > > (01.230267) 325: premap 0x0000000076e95000-0x0000000076e96000 ->
> > > 00000000766df000
> > > (01.230277) 308: Map 0x0000000076f3c000-0x0000000076f3d000
> > > 0x0000000000004000 vma
> > > (01.230295) 318: Map 0x0000000076b8c000-0x0000000076b8d000
> > > 0x000000000000c000 vma
> > > (01.230301) 325: Map 0x0000000076e96000-0x0000000076ea0000
> > > 0x0000000000000000 vma
> > > (01.230333) 308: premap 0x0000000076f3c000-0x0000000076f3d000 ->
> > > 00000000767b8000
> > > (01.230350) 318: premap 0x0000000076b8c000-0x0000000076b8d000 ->
> > > 0000000076407000
> > > (01.230364) 325: premap 0x0000000076e96000-0x0000000076ea0000 ->
> > > 00000000766e0000
> > > (01.230386) 308: Map 0x0000000076f3d000-0x0000000076f3e000
> > > 0x0000000000005000 vma
> > > (01.230438) 318: Map 0x0000000076b8d000-0x0000000076b8e000
> > > 0x000000000000d000 vma
> > > (01.230452) 325: Map 0x0000000076ea0000-0x0000000076eb3000
> > > 0x0000000000000000 vma
> > > (01.230470) 308: premap 0x0000000076f3d000-0x0000000076f3e000 ->
> > > 00000000767b9000
> > > (01.230489) 318: premap 0x0000000076b8d000-0x0000000076b8e000 ->
> > > 0000000076408000
> > > (01.230507) 325: premap 0x0000000076ea0000-0x0000000076eb3000 ->
> > > 00000000766ea000
> > > (01.230527) 308: Map 0x0000000076f3e000-0x0000000076f40000
> > > 0x0000000000000000 vma
> > > (01.230529) 318: Map 0x0000000076b8e000-0x0000000076b90000
> > > 0x0000000000000000 vma
> > > (01.230559) 325: Map 0x0000000076eb3000-0x0000000076ec2000
> > > 0x0000000000013000 vma
> > > (01.230579) 308: premap 0x0000000076f3e000-0x0000000076f40000 ->
> > > 00000000767ba000
> > > (01.230592) 318: premap 0x0000000076b8e000-0x0000000076b90000 ->
> > > 0000000076409000
> > > (01.230613) 325: premap 0x0000000076eb3000-0x0000000076ec2000 ->
> > > 00000000766fd000
> > > (01.230629) 308: Map 0x0000000076f40000-0x0000000076f4f000
> > > 0x0000000000002000 vma
> > > (01.230645) 318: Map 0x0000000076b90000-0x0000000076ba3000
> > > 0x0000000000000000 vma
> > > (01.230665) 325: Map 0x0000000076ec2000-0x0000000076ec3000
> > > 0x0000000000012000 vma
> > > (01.230684) 308: premap 0x0000000076f40000-0x0000000076f4f000 ->
> > > 00000000767bc000
> > > (01.230701) 318: premap 0x0000000076b90000-0x0000000076ba3000 ->
> > > 000000007640b000
> > > (01.230727) 325: premap 0x0000000076ec2000-0x0000000076ec3000 ->
> > > 000000007670c000
> > > (01.230735) 308: Map 0x0000000076f4f000-0x0000000076f50000
> > > 0x0000000000001000 vma
> > > (01.230770) 318: Map 0x0000000076ba3000-0x0000000076bb2000
> > > 0x0000000000013000 vma
> > > (01.230772) 325: Map 0x0000000076ec3000-0x0000000076ec4000
> > > 0x0000000000013000 vma
> > > (01.230793) 308: premap 0x0000000076f4f000-0x0000000076f50000 ->
> > > 00000000767cb000
> > > (01.230818) 318: premap 0x0000000076ba3000-0x0000000076bb2000 ->
> > > 000000007641e000
> > > (01.230833) 325: premap 0x0000000076ec3000-0x0000000076ec4000 ->
> > > 000000007670d000
> > > (01.230855) 308: Map 0x0000000076f50000-0x0000000076f51000
> > > 0x0000000000002000 vma
> > > (01.230870) 318: Map 0x0000000076bb2000-0x0000000076bb3000
> > > 0x0000000000012000 vma
> > > (01.230874) 325: Map 0x0000000076ec4000-0x0000000076ec5000
> > > 0x0000000000000000 vma
> > > (01.230906) 308: premap 0x0000000076f50000-0x0000000076f51000 ->
> > > 00000000767cc000
> > > (01.230924) 318: premap 0x0000000076bb2000-0x0000000076bb3000 ->
> > > 000000007642d000
> > > (01.230938) 325: premap 0x0000000076ec4000-0x0000000076ec5000 ->
> > > 000000007670e000
> > > (01.230958) 308: Map 0x0000000076f51000-0x0000000076f62000
> > > 0x0000000000000000 vma
> > > (01.230978) 318: Map 0x0000000076bb3000-0x0000000076bb4000
> > > 0x0000000000013000 vma
> > > (01.230994) 325: Map 0x0000000076ec5000-0x0000000076eda000
> > > 0x0000000000000000 vma
> > > (01.231013) 308: premap 0x0000000076f51000-0x0000000076f62000 ->
> > > 00000000767cd000
> > > (01.231029) 318: premap 0x0000000076bb3000-0x0000000076bb4000 ->
> > > 000000007642e000
> > > (01.231046) 325: premap 0x0000000076ec5000-0x0000000076eda000 ->
> > > 000000007670f000
> > > (01.231063) 308: Map 0x0000000076f62000-0x0000000076f71000
> > > 0x0000000000011000 vma
> > > (01.231070) 318: Map 0x0000000076bb4000-0x0000000076bb5000
> > > 0x0000000000000000 vma
> > > (01.231115) 325: Map 0x0000000076eda000-0x0000000076eea000
> > > 0x0000000000015000 vma
> > > (01.231120) 308: premap 0x0000000076f62000-0x0000000076f71000 ->
> > > 00000000767de000
> > > (01.231132) 318: premap 0x0000000076bb4000-0x0000000076bb5000 ->
> > > 000000007642f000
> > > (01.231162) 325: premap 0x0000000076eda000-0x0000000076eea000 ->
> > > 0000000076724000
> > > (01.231177) 308: Map 0x0000000076f71000-0x0000000076f72000
> > > 0x0000000000010000 vma
> > > (01.231195) 318: Map 0x0000000076bb5000-0x0000000076bc5000
> > > 0x0000000000000000 vma
> > > (01.231213) 325: Map 0x0000000076eea000-0x0000000076eec000
> > > 0x0000000000015000 vma
> > > (01.231232) 308: premap 0x0000000076f71000-0x0000000076f72000 ->
> > > 00000000767ed000
> > > (01.231249) 318: premap 0x0000000076bb5000-0x0000000076bc5000 ->
> > > 0000000076430000
> > > (01.231266) 325: premap 0x0000000076eea000-0x0000000076eec000 ->
> > > 0000000076734000
> > > (01.231285) 308: Map 0x0000000076f72000-0x0000000076f73000
> > > 0x0000000000011000 vma
> > > (01.231340) 318: Map 0x0000000076bc5000-0x0000000076bd5000
> > > 0x0000000000010000 vma
> > > (01.231358) 325: Map 0x0000000076eec000-0x0000000076eed000
> > > 0x0000000000017000 vma
> > > (01.231380) 308: premap 0x0000000076f72000-0x0000000076f73000 ->
> > > 00000000767ee000
> > > (01.231400) 318: premap 0x0000000076bc5000-0x0000000076bd5000 ->
> > > 0000000076440000
> > > (01.231416) 325: premap 0x0000000076eec000-0x0000000076eed000 ->
> > > 0000000076736000
> > > (01.231424) 308: Map 0x0000000076f73000-0x0000000076f75000
> > > 0x0000000000000000 vma
> > > (01.231451) 189: pr2 Read 76c1d000 1 pages
> > > (01.231464) 318: Map 0x0000000076bd5000-0x0000000076bd6000
> > > 0x0000000000010000 vma
> > > (01.231482) 325: Map 0x0000000076eed000-0x0000000076f40000
> > > 0x0000000000000000 vma
> > > (01.231498) 308: premap 0x0000000076f73000-0x0000000076f75000 ->
> > > 00000000767ef000
> > > (01.231509) 189: pr2 Read page from self 76c1d000/4000
> > > (01.231540) 318: premap 0x0000000076bd5000-0x0000000076bd6000 ->
> > > 0000000076450000
> > > (01.231556) 325: premap 0x0000000076eed000-0x0000000076f40000 ->
> > > 0000000076737000
> > > (01.231591) 308: Map 0x0000000076f75000-0x0000000076f85000
> > > 0x0000000000000000 vma
> > > (01.231614) 318: Map 0x0000000076bd6000-0x0000000076bd7000
> > > 0x0000000000011000 vma
> > > (01.231631) 189: pr2 Read 76c2f000 1 pages
> > > (01.231635) 325: Map 0x0000000076f40000-0x0000000076f41000
> > > 0x0000000000053000 vma
> > > (01.231664) 308: premap 0x0000000076f75000-0x0000000076f85000 ->
> > > 00000000767f1000
> > > (01.231674) 318: premap 0x0000000076bd6000-0x0000000076bd7000 ->
> > > 0000000076451000
> > > (01.231678) 189: pr2 Read page from self 76c2f000/5000
> > > (01.231711) 325: premap 0x0000000076f40000-0x0000000076f41000 ->
> > > 000000007678a000
> > > (01.231731) 308: Map 0x0000000076f85000-0x0000000076f95000
> > > 0x0000000000010000 vma
> > > (01.231749) 318: Map 0x0000000076bd7000-0x0000000076bd9000
> > > 0x0000000000000000 vma
> > > (01.231778) 189: pr2 Read 76c30000 1 pages
> > > (01.231784) 325: Map 0x0000000076f41000-0x0000000076f43000
> > > 0x0000000000053000 vma
> > > (01.231808) 308: premap 0x0000000076f85000-0x0000000076f95000 ->
> > > 0000000076801000
> > > (01.231823) 318: premap 0x0000000076bd7000-0x0000000076bd9000 ->
> > > 0000000076452000
> > > (01.231827) 189: pr2 Read page from self 76c30000/6000
> > > (01.231858) 325: premap 0x0000000076f41000-0x0000000076f43000 ->
> > > 000000007678b000
> > > (01.231876) 308: Map 0x0000000076f95000-0x0000000076f96000
> > > 0x0000000000010000 vma
> > > (01.231914) 318: Map 0x0000000076bd9000-0x0000000076be8000
> > > 0x0000000000002000 vma
> > > (01.231933) 189: pr2 Read 76c8c000 1 pages
> > > (01.231934) 325: Map 0x0000000076f43000-0x0000000076f44000
> > > 0x0000000000055000 vma
> > > (01.231957) 308: premap 0x0000000076f95000-0x0000000076f96000 ->
> > > 0000000076811000
> > > (01.231974) 318: premap 0x0000000076bd9000-0x0000000076be8000 ->
> > > 0000000076454000
> > > (01.231976) 189: pr2 Read page from self 76c8c000/7000
> > > (01.232007) 325: premap 0x0000000076f43000-0x0000000076f44000 ->
> > > 000000007678d000
> > > (01.232027) 308: Map 0x0000000076f96000-0x0000000076f97000
> > > 0x0000000000011000 vma
> > > (01.232044) 318: Map 0x0000000076be8000-0x0000000076be9000
> > > 0x0000000000001000 vma
> > > (01.232072) 189: pr2 Read 76c8d000 1 pages
> > > (01.232088) 325: Map 0x0000000076f44000-0x0000000076f71000
> > > 0x0000000000000000 vma
> > > (01.232102) 308: premap 0x0000000076f96000-0x0000000076f97000 ->
> > > 0000000076812000
> > > (01.232119) 318: premap 0x0000000076be8000-0x0000000076be9000 ->
> > > 0000000076463000
> > > (01.232121) 189: pr2 Read page from self 76c8d000/8000
> > > (01.232153) 325: premap 0x0000000076f44000-0x0000000076f71000 ->
> > > 000000007678e000
> > > (01.232173) 308: Map 0x0000000076f97000-0x0000000076faf000
> > > 0x0000000000000000 vma
> > > (01.232190) 318: Map 0x0000000076be9000-0x0000000076bea000
> > > 0x0000000000002000 vma
> > > (01.232226) 189: pr2 Read 76d74000 2 pages
> > > (01.232229) 325: Map 0x0000000076f71000-0x0000000076f81000
> > > 0x000000000002d000 vma
> > > (01.232252) 308: premap 0x0000000076f97000-0x0000000076faf000 ->
> > > 0000000076813000
> > > (01.232265) 318: premap 0x0000000076be9000-0x0000000076bea000 ->
> > > 0000000076464000
> > > (01.232269) 189: pr2 Read page from self 76d74000/9000
> > > (01.232301) 325: premap 0x0000000076f71000-0x0000000076f81000 ->
> > > 00000000767bb000
> > > (01.232348) 308: Map 0x0000000076fb3000-0x0000000076fb6000
> > > 0x0000000000000000 vma
> > > (01.232378) 318: Map 0x0000000076bea000-0x0000000076bfb000
> > > 0x0000000000000000 vma
> > > (01.232416) 325: Map 0x0000000076f81000-0x0000000076f82000
> > > 0x000000000002d000 vma
> > > (01.232431) 189: pr2 Read 76d76000 1 pages
> > > (01.232441) 308: premap 0x0000000076fb3000-0x0000000076fb6000 ->
> > > 000000007682b000
> > > (01.232459) 318: premap 0x0000000076bea000-0x0000000076bfb000 ->
> > > 0000000076465000
> > > (01.232476) 325: premap 0x0000000076f81000-0x0000000076f82000 ->
> > > 00000000767cb000
> > > (01.232481) 189: pr2 Read page from self 76d76000/b000
> > > (01.232499) 308: Map 0x0000000076fbc000-0x0000000076fbe000
> > > 0x0000000000000000 vma
> > > (01.232532) 318: Map 0x0000000076bfb000-0x0000000076c0a000
> > > 0x0000000000011000 vma
> > > (01.232556) 325: Map 0x0000000076f82000-0x0000000076f83000
> > > 0x000000000002e000 vma
> > > (01.232584) 189: pr2 Read 76d77000 3 pages
> > > (01.232587) 308: premap 0x0000000076fbc000-0x0000000076fbe000 ->
> > > 000000007682e000
> > > (01.232608) 318: premap 0x0000000076bfb000-0x0000000076c0a000 ->
> > > 0000000076476000
> > > (01.232624) 325: premap 0x0000000076f82000-0x0000000076f83000 ->
> > > 00000000767cc000
> > > (01.232628) 189: pr2 Read page from self 76d77000/c000
> > > (01.232662) 308: Map 0x0000000076fbe000-0x0000000076fbf000
> > > 0x0000000000017000 vma
> > > (01.232678) 318: Map 0x0000000076c0a000-0x0000000076c0b000
> > > 0x0000000000010000 vma
> > > (01.232697) 325: Map 0x0000000076f83000-0x0000000076f9b000
> > > 0x0000000000000000 vma
> > > (01.232739) 308: premap 0x0000000076fbe000-0x0000000076fbf000 ->
> > > 0000000076830000
> > > (01.232758) 189: pr2 Read 76d9a000 1 pages
> > > (01.232758) 318: premap 0x0000000076c0a000-0x0000000076c0b000 ->
> > > 0000000076485000
> > > (01.232777) 325: premap 0x0000000076f83000-0x0000000076f9b000 ->
> > > 00000000767cd000
> > > (01.232799) 308: Map 0x0000000076fbf000-0x0000000076fc0000
> > > 0x0000000000018000 vma
> > > (01.232802) 189: pr2 Read page from self 76d9a000/f000
> > > (01.232834) 318: Map 0x0000000076c0b000-0x0000000076c0c000
> > > 0x0000000000011000 vma
> > > (01.232851) 325: Map 0x0000000076faa000-0x0000000076fab000
> > > 0x0000000000017000 vma
> > > (01.232873) 308: premap 0x0000000076fbf000-0x0000000076fc0000 ->
> > > 0000000076831000
> > > (01.232906) 189: pr2 Read 76d9b000 1 pages
> > > (01.232907) 318: premap 0x0000000076c0b000-0x0000000076c0c000 ->
> > > 0000000076486000
> > > (01.232926) 325: premap 0x0000000076faa000-0x0000000076fab000 ->
> > > 00000000767e5000
> > > (01.232932) 308: Map 0x000000007eaad000-0x000000007ead0000
> > > 0x0000000000000000 vma
> > > (01.232947) 189: pr2 Read page from self 76d9b000/10000
> > > (01.232967) 318: Map 0x0000000076c0c000-0x0000000076c0e000
> > > 0x0000000000000000 vma
> > > (01.232998) 325: Map 0x0000000076fab000-0x0000000076fac000
> > > 0x0000000000018000 vma
> > > (01.233015) 308: premap 0x000000007eaad000-0x000000007ead0000 ->
> > > 0000000076832000
> > > (01.233048) 318: premap 0x0000000076c0c000-0x0000000076c0e000 ->
> > > 0000000076487000
> > > (01.233056) 189: pr2 Read 76d9d000 1 pages
> > > (01.233070) 325: premap 0x0000000076fab000-0x0000000076fac000 ->
> > > 00000000767e6000
> > > (01.233074) 308: Map 0x000000007ee95000-0x000000007ee96000
> > > 0x0000000000000000 vma
> > > (01.233109) 189: pr2 Read page from self 76d9d000/11000
> > > (01.233111) 318: Map 0x0000000076c0e000-0x0000000076c61000
> > > 0x0000000000000000 vma
> > > (01.233149) 325: Map 0x0000000076fac000-0x0000000076fcd000
> > > 0x0000000000000000 vma
> > > (01.233163) 308: premap 0x000000007ee95000-0x000000007ee96000 ->
> > > 0000000076855000
> > > (01.233190) 189: pr2 Read 76dc5000 1 pages
> > > (01.233199) 318: premap 0x0000000076c0e000-0x0000000076c61000 ->
> > > 0000000076489000
> > > (01.233217) 325: premap 0x0000000076fac000-0x0000000076fcd000 ->
> > > 00000000767e7000
> > > (01.233239) 189: pr2 Read page from self 76dc5000/12000
> > > (01.233282) 318: Map 0x0000000076c61000-0x0000000076c62000
> > > 0x0000000000053000 vma
> > > (01.233285) 325: Map 0x0000000076fcf000-0x0000000076fd4000
> > > 0x0000000000000000 vma
> > > (01.233349) 318: premap 0x0000000076c61000-0x0000000076c62000 ->
> > > 00000000764dc000
> > > (01.233435) 325: premap 0x0000000076fcf000-0x0000000076fd4000 ->
> > > 0000000076808000
> > > (01.233455) 318: Map 0x0000000076c62000-0x0000000076c64000
> > > 0x0000000000053000 vma
> > > (01.233471) 325: Map 0x0000000076fda000-0x0000000076fdc000
> > > 0x0000000000000000 vma
> > > (01.233483) 308: Opened page read 2 (parent 0)
> > > (01.233525) 318: premap 0x0000000076c62000-0x0000000076c64000 ->
> > > 00000000764dd000
> > > (01.233539) 325: premap 0x0000000076fda000-0x0000000076fdc000 ->
> > > 000000007680d000
> > > (01.233564) 308: pr2 Read 10000 1 pages
> > > (01.233598) 318: Map 0x0000000076c64000-0x0000000076c65000
> > > 0x0000000000055000 vma
> > > (01.233616) 325: Map 0x0000000076fdc000-0x0000000076fdd000
> > > 0x0000000000020000 vma
> > > (01.233618) 308: pr2 Read page from self 10000/0
> > > (01.233657) 318: premap 0x0000000076c64000-0x0000000076c65000 ->
> > > 00000000764df000
> > > (01.233668) 325: premap 0x0000000076fdc000-0x0000000076fdd000 ->
> > > 000000007680f000
> > > (01.233727) 308: pr2 Read 80000 1 pages
> > > (01.233726) 318: Map 0x0000000076c65000-0x0000000076d3b000
> > > 0x0000000000000000 vma
> > > (01.233734) 325: Map 0x0000000076fdd000-0x0000000076fde000
> > > 0x0000000000021000 vma
> > > (01.233762) 308: pr2 Read page from self 80000/1000
> > > (01.233805) 318: premap 0x0000000076c65000-0x0000000076d3b000 ->
> > > 00000000764e0000
> > > (01.233816) 325: premap 0x0000000076fdd000-0x0000000076fde000 ->
> > > 0000000076810000
> > > (01.233849) 308: pr2 Read 81000 4 pages
> > > (01.233857) 325: Map 0x0000000078ddd000-0x0000000078dfe000
> > > 0x0000000000000000 vma
> > > (01.233858) 318: Map 0x0000000076d3b000-0x0000000076d4b000
> > > 0x00000000000d6000 vma
> > > (01.233878) 308: pr2 Read page from self 81000/2000
> > > (01.233912) 325: premap 0x0000000078ddd000-0x0000000078dfe000 ->
> > > 0000000076811000
> > > (01.233929) 318: premap 0x0000000076d3b000-0x0000000076d4b000 ->
> > > 00000000765b6000
> > > (01.233951) 325: Map 0x000000007eaed000-0x000000007eb10000
> > > 0x0000000000000000 vma
> > > (01.233993) 318: Map 0x0000000076d4b000-0x0000000076d4d000
> > > 0x00000000000d6000 vma
> > > (01.234019) 325: premap 0x000000007eaed000-0x000000007eb10000 ->
> > > 0000000076832000
> > > (01.234027) 308: pr2 Read 85000 1 pages
> > > (01.234046) 318: premap 0x0000000076d4b000-0x0000000076d4d000 ->
> > > 00000000765c6000
> > > (01.234050) 325: Map 0x000000007ee8b000-0x000000007ee8c000
> > > 0x0000000000000000 vma
> > > (01.234070) 308: pr2 Read page from self 85000/6000
> > > (01.234103) 318: Map 0x0000000076d4d000-0x0000000076d4e000
> > > 0x00000000000d8000 vma
> > > (01.234118) 325: premap 0x000000007ee8b000-0x000000007ee8c000 ->
> > > 0000000076855000
> > > (01.234149) 308: pr2 Read 714000 27 pages
> > > (01.234157) 318: premap 0x0000000076d4d000-0x0000000076d4e000 ->
> > > 00000000765c8000
> > > (01.234178) 308: pr2 Read page from self 714000/7000
> > > (01.234203) 318: Map 0x0000000076d4e000-0x0000000076d51000
> > > 0x0000000000000000 vma
> > > (01.234268) 318: premap 0x0000000076d4e000-0x0000000076d51000 ->
> > > 00000000765c9000
> > > (01.234496) 318: Map 0x0000000076d51000-0x0000000076e18000
> > > 0x0000000000000000 vma
> > > (01.234525) 325: Opened page read 2 (parent 0)
> > > (01.234597) 318: premap 0x0000000076d51000-0x0000000076e18000 ->
> > > 00000000765cc000
> > > (01.234634) 325: pr2 Read 76b46000 1 pages
> > > (01.234669) 325: pr2 Read page from self 76b46000/0
> > > (01.234688) 318: Map 0x0000000076e18000-0x0000000076e27000
> > > 0x00000000000c7000 vma
> > > (01.234769) 318: premap 0x0000000076e18000-0x0000000076e27000 ->
> > > 0000000076693000
> > > (01.234777) 325: pr2 Read 76b5c000 1 pages
> > > (01.234813) 308: pr2 Read 75100000 11 pages
> > > (01.234842) 325: pr2 Read page from self 76b5c000/1000
> > > (01.234854) 318: Map 0x0000000076e27000-0x0000000076e28000
> > > 0x00000000000c6000 vma
> > > (01.234863) 308: pr2 Read page from self 75100000/22000
> > > (01.234909) 325: pr2 Read 76b5d000 1 pages
> > > (01.234923) 318: premap 0x0000000076e27000-0x0000000076e28000 ->
> > > 00000000766a2000
> > > (01.234944) 325: pr2 Read page from self 76b5d000/2000
> > > (01.234993) 318: Map 0x0000000076e28000-0x0000000076e29000
> > > 0x00000000000c7000 vma
> > > (01.235050) 325: pr2 Read 76b7a000 1 pages
> > > (01.235059) 318: premap 0x0000000076e28000-0x0000000076e29000 ->
> > > 00000000766a3000
> > > (01.235105) 308: pr2 Read 75200000 2 pages
> > > (01.235154) 325: pr2 Read page from self 76b7a000/3000
> > > (01.235192) 308: pr2 Read page from self 75200000/2d000
> > > (01.235201) 318: Map 0x0000000076e29000-0x0000000076e60000
> > > 0x0000000000000000 vma
> > > (01.235246) 325: pr2 Read 76b7b000 1 pages
> > > (01.235278) 308: pr2 Read 75afa000 1 pages
> > > (01.235281) 325: pr2 Read page from self 76b7b000/4000
> > > (01.235280) 318: premap 0x0000000076e29000-0x0000000076e60000 ->
> > > 00000000766a4000
> > > (01.235306) 308: pr2 Read page from self 75afa000/2f000
> > > (01.235357) 325: pr2 Read 76b98000 1 pages
> > > (01.235369) 318: Map 0x0000000076e60000-0x0000000076e6f000
> > > 0x0000000000037000 vma
> > > (01.235390) 325: pr2 Read page from self 76b98000/5000
> > > (01.235393) 308: pr2 Read 75afc000 4 pages
> > > (01.235428) 318: premap 0x0000000076e60000-0x0000000076e6f000 ->
> > > 00000000766db000
> > > (01.235447) 308: pr2 Read page from self 75afc000/30000
> > > (01.235453) 325: pr2 Read 76b99000 1 pages
> > > (01.235494) 318: Map 0x0000000076e6f000-0x0000000076e70000
> > > 0x0000000000036000 vma
> > > (01.235502) 325: pr2 Read page from self 76b99000/6000
> > > (01.235538) 308: pr2 Read 75b00000 2 pages
> > > (01.235551) 318: premap 0x0000000076e6f000-0x0000000076e70000 ->
> > > 00000000766ea000
> > > (01.235569) 308: pr2 Read page from self 75b00000/34000
> > > (01.235583) 325: pr2 Read 76bb0000 1 pages
> > > (01.235614) 318: Map 0x0000000076e70000-0x0000000076e71000
> > > 0x0000000000037000 vma
> > > (01.235628) 325: pr2 Read page from self 76bb0000/7000
> > > (01.235650) 308: pr2 Read 75b03000 9 pages
> > > (01.235668) 318: premap 0x0000000076e70000-0x0000000076e71000 ->
> > > 00000000766eb000
> > > (01.235685) 308: pr2 Read page from self 75b03000/36000
> > > (01.235691) 325: pr2 Read 76bb1000 1 pages
> > > (01.235726) 318: Map 0x0000000076e71000-0x0000000076f5e000
> > > 0x0000000000000000 vma
> > > (01.235738) 325: pr2 Read page from self 76bb1000/8000
> > > (01.235785) 318: premap 0x0000000076e71000-0x0000000076f5e000 ->
> > > 00000000766ec000
> > > (01.235833) 325: pr2 Read 76bcd000 1 pages
> > > (01.235860) 318: Map 0x0000000076f5e000-0x0000000076f6e000
> > > 0x00000000000ed000 vma
> > > (01.235872) 325: pr2 Read page from self 76bcd000/9000
> > > (01.235895) 308: pr2 Read 7649b000 1 pages
> > > (01.235924) 318: premap 0x0000000076f5e000-0x0000000076f6e000 ->
> > > 00000000767d9000
> > > (01.235938) 308: pr2 Read page from self 7649b000/3f000
> > > (01.235952) 325: pr2 Read 76bce000 1 pages
> > > (01.235982) 318: Map 0x0000000076f6e000-0x0000000076f70000
> > > 0x00000000000ed000 vma
> > > (01.235997) 325: pr2 Read page from self 76bce000/a000
> > > (01.236013) 308: pr2 Read 764b9000 1 pages
> > > (01.236037) 318: premap 0x0000000076f6e000-0x0000000076f70000 ->
> > > 00000000767e9000
> > > (01.236054) 308: pr2 Read page from self 764b9000/40000
> > > (01.236069) 325: pr2 Read 76be0000 1 pages
> > > (01.236094) 318: Map 0x0000000076f70000-0x0000000076f72000
> > > 0x00000000000ef000 vma
> > > (01.236114) 325: pr2 Read page from self 76be0000/b000
> > > (01.236116) 308: pr2 Read 764bb000 2 pages
> > > (01.236152) 318: premap 0x0000000076f70000-0x0000000076f72000 ->
> > > 00000000767eb000
> > > (01.236168) 308: pr2 Read page from self 764bb000/41000
> > > (01.236182) 325: pr2 Read 76be1000 1 pages
> > > (01.236190) 318: Map 0x0000000076f72000-0x0000000076f73000
> > > 0x0000000000000000 vma
> > > (01.236225) 325: pr2 Read page from self 76be1000/c000
> > > (01.236243) 308: pr2 Read 76cb0000 1 pages
> > > (01.236262) 318: premap 0x0000000076f72000-0x0000000076f73000 ->
> > > 00000000767ed000
> > > (01.236281) 308: pr2 Read page from self 76cb0000/43000
> > > (01.236308) 325: pr2 Read 76c3d000 1 pages
> > > (01.236351) 325: pr2 Read page from self 76c3d000/d000
> > > (01.236364) 308: pr2 Read 76cb7000 3 pages
> > > (01.236362) 318: Map 0x0000000076f73000-0x0000000076f84000
> > > 0x0000000000000000 vma
> > > (01.236407) 308: pr2 Read page from self 76cb7000/44000
> > > (01.236410) 325: pr2 Read 76c3e000 1 pages
> > > (01.236453) 318: premap 0x0000000076f73000-0x0000000076f84000 ->
> > > 00000000767ee000
> > > (01.236463) 325: pr2 Read page from self 76c3e000/e000
> > > (01.236516) 308: pr2 Read 76cbb000 7 pages
> > > (01.236515) 318: Map 0x0000000076f84000-0x0000000076f93000
> > > 0x0000000000011000 vma
> > > (01.236545) 325: pr2 Read 76c66000 1 pages
> > > (01.236602) 308: pr2 Read page from self 76cbb000/47000
> > > (01.236640) 325: pr2 Read page from self 76c66000/f000
> > > (01.236649) 318: premap 0x0000000076f84000-0x0000000076f93000 ->
> > > 00000000767ff000
> > > (01.236732) 318: Map 0x0000000076f93000-0x0000000076f94000
> > > 0x0000000000010000 vma
> > > (01.236774) 308: pr2 Read 76d35000 1 pages
> > > (01.236796) 318: premap 0x0000000076f93000-0x0000000076f94000 ->
> > > 000000007680e000
> > > (01.236807) 308: pr2 Read page from self 76d35000/4e000
> > > (01.236847) 318: Map 0x0000000076f94000-0x0000000076f95000
> > > 0x0000000000011000 vma
> > > (01.236871) 308: pr2 Read 76d36000 1 pages
> > > (01.236897) 318: premap 0x0000000076f94000-0x0000000076f95000 ->
> > > 000000007680f000
> > > (01.236901) 308: pr2 Read page from self 76d36000/4f000
> > > (01.236944) 318: Map 0x0000000076f95000-0x0000000076fad000
> > > 0x0000000000000000 vma
> > > (01.236977) 308: pr2 Read 76d53000 1 pages
> > > (01.236993) 318: premap 0x0000000076f95000-0x0000000076fad000 ->
> > > 0000000076810000
> > > (01.237006) 308: pr2 Read page from self 76d53000/50000
> > > (01.237035) 318: Map 0x0000000076fae000-0x0000000076fb4000
> > > 0x0000000000000000 vma
> > > (01.237067) 308: pr2 Read 76d54000 1 pages
> > > (01.237087) 318: premap 0x0000000076fae000-0x0000000076fb4000 ->
> > > 0000000076828000
> > > (01.237095) 308: pr2 Read page from self 76d54000/51000
> > > (01.237117) 318: Map 0x0000000076fba000-0x0000000076fbc000
> > > 0x0000000000000000 vma
> > > (01.237166) 318: premap 0x0000000076fba000-0x0000000076fbc000 ->
> > > 000000007682e000
> > > (01.237175) 308: pr2 Read 76d6b000 1 pages
> > > (01.237213) 308: pr2 Read page from self 76d6b000/52000
> > > (01.237225) 318: Map 0x0000000076fbc000-0x0000000076fbd000
> > > 0x0000000000017000 vma
> > > (01.237278) 308: pr2 Read 76d6c000 1 pages
> > > (01.237279) 318: premap 0x0000000076fbc000-0x0000000076fbd000 ->
> > > 0000000076830000
> > > (01.237308) 308: pr2 Read page from self 76d6c000/53000
> > > (01.237343) 318: Map 0x0000000076fbd000-0x0000000076fbe000
> > > 0x0000000000018000 vma
> > > (01.237375) 308: pr2 Read 76d7f000 1 pages
> > > (01.237403) 318: premap 0x0000000076fbd000-0x0000000076fbe000 ->
> > > 0000000076831000
> > > (01.237405) 308: pr2 Read page from self 76d7f000/54000
> > > (01.237436) 318: Map 0x000000007ebfe000-0x000000007ec21000
> > > 0x0000000000000000 vma
> > > (01.237477) 308: pr2 Read 76d80000 1 pages
> > > (01.237482) 318: premap 0x000000007ebfe000-0x000000007ec21000 ->
> > > 0000000076832000
> > > (01.237507) 308: pr2 Read page from self 76d80000/55000
> > > (01.237525) 318: Map 0x000000007efb0000-0x000000007efb1000
> > > 0x0000000000000000 vma
> > > (01.237573) 308: pr2 Read 76d95000 1 pages
> > > (01.237576) 318: premap 0x000000007efb0000-0x000000007efb1000 ->
> > > 0000000076855000
> > > (01.237602) 308: pr2 Read page from self 76d95000/56000
> > > (01.237683) 308: pr2 Read 76d96000 1 pages
> > > (01.237726) 308: pr2 Read page from self 76d96000/57000
> > > (01.237816) 325: pr2 Read 76cf1000 1 pages
> > > (01.237814) 308: pr2 Read 76db3000 1 pages
> > > (01.237851) 189: pr2 Read 76dda000 1 pages
> > > (01.237867) 325: pr2 Read page from self 76cf1000/10000
> > > (01.237891) 308: pr2 Read page from self 76db3000/58000
> > > (01.237915) 189: pr2 Read page from self 76dda000/13000
> > > (01.237924) 318: Opened page read 2 (parent 0)
> > > (01.237991) 308: pr2 Read 76db4000 1 pages
> > > (01.238018) 318: pr2 Read 10000 1 pages
> > > (01.238022) 189: pr2 Read 76ddb000 1 pages
> > > (01.238038) 308: pr2 Read page from self 76db4000/59000
> > > (01.238055) 318: pr2 Read page from self 10000/0
> > > (01.238073) 189: pr2 Read page from self 76ddb000/14000
> > > (01.238133) 308: pr2 Read 76dc9000 1 pages
> > > (01.238162) 318: pr2 Read 36000 1 pages
> > > (01.238184) 308: pr2 Read page from self 76dc9000/5a000
> > > (01.238207) 318: pr2 Read page from self 36000/1000
> > > (01.238262) 308: pr2 Read 76dca000 1 pages
> > > (01.238276) 318: pr2 Read 37000 1 pages
> > > (01.238300) 308: pr2 Read page from self 76dca000/5b000
> > > (01.238317) 318: pr2 Read page from self 37000/2000
> > > (01.238345) 189: pr2 Read 76e66000 1 pages
> > > (01.238390) 308: pr2 Read 76de1000 1 pages
> > > (01.238392) 189: pr2 Read page from self 76e66000/15000
> > > (01.238392) 318: pr2 Read c29000 2 pages
> > > (01.238457) 308: pr2 Read page from self 76de1000/5c000
> > > (01.238493) 318: pr2 Read page from self c29000/3000
> > > (01.238539) 308: pr2 Read 76de2000 1 pages
> > > (01.238575) 308: pr2 Read page from self 76de2000/5d000
> > > (01.238575) 318: pr2 Read c2c000 31 pages
> > > (01.238620) 318: pr2 Read page from self c2c000/5000
> > > (01.238637) 308: pr2 Read 76dfc000 1 pages
> > > (01.238668) 308: pr2 Read page from self 76dfc000/5e000
> > > (01.238746) 308: pr2 Read 76dfd000 1 pages
> > > (01.238797) 308: pr2 Read page from self 76dfd000/5f000
> > > (01.238891) 308: pr2 Read 76ee4000 2 pages
> > > (01.238944) 308: pr2 Read page from self 76ee4000/60000
> > > (01.239058) 308: pr2 Read 76ee6000 1 pages
> > > (01.239110) 308: pr2 Read page from self 76ee6000/62000
> > > (01.239134) 318: pr2 Read c51000 1 pages
> > > (01.239169) 318: pr2 Read page from self c51000/24000
> > > (01.239183) 308: pr2 Read 76ee7000 3 pages
> > > (01.239220) 308: pr2 Read page from self 76ee7000/63000
> > > (01.239223) 318: pr2 Read 755fc000 1 pages
> > > (01.239263) 318: pr2 Read page from self 755fc000/25000
> > > (01.239300) 308: pr2 Read 76efc000 1 pages
> > > (01.239331) 318: pr2 Read 755fe000 2 pages
> > > (01.239335) 308: pr2 Read page from self 76efc000/66000
> > > (01.239360) 318: pr2 Read page from self 755fe000/26000
> > > (01.239408) 308: pr2 Read 76efd000 1 pages
> > > (01.239429) 318: pr2 Read 75600000 12 pages
> > > (01.239443) 308: pr2 Read page from self 76efd000/67000
> > > (01.239459) 318: pr2 Read page from self 75600000/28000
> > > (01.239513) 308: pr2 Read 76f13000 1 pages
> > > (01.239549) 308: pr2 Read page from self 76f13000/68000
> > > (01.239615) 308: pr2 Read 76f14000 1 pages
> > > (01.239663) 308: pr2 Read page from self 76f14000/69000
> > > (01.239705) 318: pr2 Read 75700000 6 pages
> > > (01.239737) 308: pr2 Read 76f26000 1 pages
> > > (01.239743) 318: pr2 Read page from self 75700000/34000
> > > (01.239768) 308: pr2 Read page from self 76f26000/6a000
> > > (01.239835) 308: pr2 Read 76f27000 1 pages
> > > (01.239871) 308: pr2 Read page from self 76f27000/6b000
> > > (01.239906) 318: pr2 Read 75ffe000 2 pages
> > > (01.239937) 308: pr2 Read 76f3c000 1 pages
> > > (01.239944) 318: pr2 Read page from self 75ffe000/3a000
> > > (01.239967) 308: pr2 Read page from self 76f3c000/6c000
> > > (01.240027) 318: pr2 Read 76000000 3 pages
> > > (01.240044) 308: pr2 Read 76f3d000 1 pages
> > > (01.240062) 318: pr2 Read page from self 76000000/3c000
> > > (01.240080) 308: pr2 Read page from self 76f3d000/6d000
> > > (01.240156) 318: pr2 Read 76182000 1 pages
> > > (01.240156) 308: pr2 Read 76f4f000 1 pages
> > > (01.240188) 318: pr2 Read page from self 76182000/3f000
> > > (01.240206) 308: pr2 Read page from self 76f4f000/6e000
> > > (01.240257) 318: pr2 Read 76183000 1 pages
> > > (01.240277) 308: pr2 Read 76f50000 1 pages
> > > (01.240289) 318: pr2 Read page from self 76183000/40000
> > > (01.240307) 308: pr2 Read page from self 76f50000/6f000
> > > (01.240358) 318: pr2 Read 761a0000 1 pages
> > > (01.240372) 308: pr2 Read 76f71000 1 pages
> > > (01.240392) 318: pr2 Read page from self 761a0000/41000
> > > (01.240409) 308: pr2 Read page from self 76f71000/70000
> > > (01.240456) 318: pr2 Read 761a1000 1 pages
> > > (01.240471) 308: pr2 Read 76f72000 1 pages
> > > (01.240486) 318: pr2 Read page from self 761a1000/42000
> > > (01.240504) 308: pr2 Read page from self 76f72000/71000
> > > (01.240553) 318: pr2 Read 761be000 1 pages
> > > (01.240570) 308: pr2 Read 76f74000 1 pages
> > > (01.240586) 318: pr2 Read page from self 761be000/43000
> > > (01.240603) 308: pr2 Read page from self 76f74000/72000
> > > (01.240647) 318: pr2 Read 761bf000 1 pages
> > > (01.240666) 308: pr2 Read 76f95000 1 pages
> > > (01.240677) 318: pr2 Read page from self 761bf000/44000
> > > (01.240695) 308: pr2 Read page from self 76f95000/73000
> > > (01.240756) 308: pr2 Read 76f96000 1 pages
> > > (01.240764) 318: pr2 Read 761d6000 1 pages
> > > (01.240787) 308: pr2 Read page from self 76f96000/74000
> > > (01.240807) 318: pr2 Read page from self 761d6000/45000
> > > (01.240856) 308: pr2 Read 76fb3000 3 pages
> > > (01.240867) 318: pr2 Read 761d7000 1 pages
> > > (01.240946) 308: pr2 Read page from self 76fb3000/75000
> > > (01.240965) 318: pr2 Read page from self 761d7000/46000
> > > (01.241042) 318: pr2 Read 769dc000 3 pages
> > > (01.241046) 308: pr2 Read 76fbc000 2 pages
> > > (01.241074) 318: pr2 Read page from self 769dc000/47000
> > > (01.241093) 308: pr2 Read page from self 76fbc000/78000
> > > (01.241185) 318: pr2 Read 769fa000 1 pages
> > > (01.241192) 308: pr2 Read 76fbe000 1 pages
> > > (01.241220) 318: pr2 Read page from self 769fa000/4a000
> > > (01.241238) 308: pr2 Read page from self 76fbe000/7a000
> > > (01.241283) 318: pr2 Read 769fb000 1 pages
> > > (01.241302) 308: pr2 Read 76fbf000 1 pages
> > > (01.241317) 318: pr2 Read page from self 769fb000/4b000
> > > (01.241334) 308: pr2 Read page from self 76fbf000/7b000
> > > (01.241389) 318: pr2 Read 76a0d000 1 pages
> > > (01.241402) 308: pr2 Read 7eaca000 6 pages
> > > (01.241420) 318: pr2 Read page from self 76a0d000/4c000
> > > (01.241437) 308: pr2 Read page from self 7eaca000/7c000
> > > (01.241479) 318: pr2 Read 76a0e000 1 pages
> > > (01.241511) 318: pr2 Read page from self 76a0e000/4d000
> > > (01.241587) 318: pr2 Read 76a36000 1 pages
> > > (01.241615) 308: nr_restored_pages: 130
> > > (01.241623) 318: pr2 Read page from self 76a36000/4e000
> > > (01.241647) 308: nr_shared_pages: 0
> > > (01.241679) 308: nr_droped_pages: 0
> > > (01.241700) 308: nr_lazy: 0
> > > (01.241724) 308: Restore sigacts for 308
> > > (01.242128) 308: Restored 61/61 sigacts
> > > (01.242184) 308: Restoring children in alien sessions:
> > > (01.242208) 308: Restoring 308 to 308 sid
> > > (01.242282) 308: Restoring children in our session:
> > > (01.242398) 308: Restoring 308 to 308 pgid
> > > (01.243460) 325: pr2 Read 76cf2000 4 pages
> > > (01.243484) 189: pr2 Read 76e67000 4 pages
> > > (01.243527) 325: pr2 Read page from self 76cf2000/11000
> > > (01.243548) 189: pr2 Read page from self 76e67000/16000
> > > (01.243730) 325: pr2 Read 76d15000 1 pages
> > > (01.243742) 189: pr2 Read 76e8a000 1 pages
> > > (01.243775) 325: pr2 Read page from self 76d15000/15000
> > > (01.243796) 189: pr2 Read page from self 76e8a000/1a000
> > > (01.243846) 325: pr2 Read 76d16000 1 pages
> > > (01.243867) 189: pr2 Read 76e8b000 1 pages
> > > (01.243882) 325: pr2 Read page from self 76d16000/16000
> > > (01.243900) 189: pr2 Read page from self 76e8b000/1b000
> > > (01.243955) 325: pr2 Read 76d2b000 1 pages
> > > (01.243965) 189: pr2 Read 76ea0000 1 pages
> > > (01.243987) 325: pr2 Read page from self 76d2b000/17000
> > > (01.244005) 189: pr2 Read page from self 76ea0000/1c000
> > > (01.244048) 325: pr2 Read 76d2c000 1 pages
> > > (01.244063) 189: pr2 Read 76ea1000 1 pages
> > > (01.244081) 325: pr2 Read page from self 76d2c000/18000
> > > (01.244099) 189: pr2 Read page from self 76ea1000/1d000
> > > (01.244149) 325: pr2 Read 76e13000 2 pages
> > > (01.244170) 189: pr2 Read 76ec4000 1 pages
> > > (01.244181) 325: pr2 Read page from self 76e13000/19000
> > > (01.244200) 189: pr2 Read page from self 76ec4000/1e000
> > > (01.244391) 325: pr2 Read 76e15000 1 pages
> > > (01.244461) 325: pr2 Read page from self 76e15000/1b000
> > > (01.244461) 189: pr2 Read 76ec5000 1 pages
> > > (01.244518) 318: pr2 Read 76ac1000 1 pages
> > > (01.244527) 189: pr2 Read page from self 76ec5000/1f000
> > > (01.244544) 325: pr2 Read 76e16000 3 pages
> > > (01.244563) 318: pr2 Read page from self 76ac1000/4f000
> > > (01.244598) 325: pr2 Read page from self 76e16000/1c000
> > > (01.244618) 189: pr2 Read 76ec6000 1 pages
> > > (01.244659) 318: pr2 Read 76ac2000 4 pages
> > > (01.244666) 189: pr2 Read page from self 76ec6000/20000
> > > (01.244698) 318: pr2 Read page from self 76ac2000/50000
> > > (01.244702) 325: pr2 Read 76e39000 1 pages
> > > (01.244745) 189: pr2 Read 76ee3000 3 pages
> > > (01.244762) 325: pr2 Read page from self 76e39000/1f000
> > > (01.244787) 189: pr2 Read page from self 76ee3000/21000
> > > (01.244837) 318: pr2 Read 76ae5000 1 pages
> > > (01.244866) 325: pr2 Read 76e3a000 1 pages
> > > (01.244898) 318: pr2 Read page from self 76ae5000/54000
> > > (01.244904) 189: pr2 Read 76eec000 2 pages
> > > (01.244917) 325: pr2 Read page from self 76e3a000/20000
> > > (01.244953) 189: pr2 Read page from self 76eec000/24000
> > > (01.245009) 325: pr2 Read 76e3c000 1 pages
> > > (01.245066) 325: pr2 Read page from self 76e3c000/21000
> > > (01.245083) 189: pr2 Read 76eee000 1 pages
> > > (01.245118) 325: pr2 Read 76e57000 1 pages
> > > (01.245149) 325: pr2 Read page from self 76e57000/22000
> > > (01.245118) 189: pr2 Read page from self 76eee000/26000
> > > (01.245372) 189: pr2 Read 76eef000 1 pages
> > > (01.245405) 189: pr2 Read page from self 76eef000/27000
> > > (01.245475) 189: pr2 Read 76f26000 1 pages
> > > (01.245505) 189: pr2 Read page from self 76f26000/28000
> > > (01.245562) 189: pr2 Read 76f27000 1 pages
> > > (01.245590) 189: pr2 Read page from self 76f27000/29000
> > > (01.245639) 189: pr2 Read 76f28000 1 pages
> > > (01.245667) 189: pr2 Read page from self 76f28000/2a000
> > > (01.245721) 189: pr2 Read 7880b000 7 pages
> > > (01.245748) 189: pr2 Read page from self 7880b000/2b000
> > > (01.245879) 189: pr2 Read 78814000 9 pages
> > > (01.245914) 189: pr2 Read page from self 78814000/32000
> > > (01.246079) 189: pr2 Read 7881e000 1 pages
> > > (01.246116) 189: pr2 Read page from self 7881e000/3b000
> > > (01.246167) 189: pr2 Read 78821000 1 pages
> > > (01.246194) 189: pr2 Read page from self 78821000/3c000
> > > (01.246242) 189: pr2 Read 78829000 4 pages
> > > (01.246268) 189: pr2 Read page from self 78829000/3d000
> > > (01.246353) 189: pr2 Read 7882f000 2 pages
> > > (01.246389) 189: pr2 Read page from self 7882f000/41000
> > > (01.246453) 189: pr2 Read 78834000 1 pages
> > > (01.246483) 189: pr2 Read page from self 78834000/43000
> > > (01.246536) 189: pr2 Read 7883a000 1 pages
> > > (01.246564) 189: pr2 Read page from self 7883a000/44000
> > > (01.246609) 189: pr2 Read 78866000 1 pages
> > > (01.246636) 189: pr2 Read page from self 78866000/45000
> > > (01.246682) 189: pr2 Read 7ed0f000 1 pages
> > > (01.246709) 189: pr2 Read page from self 7ed0f000/46000
> > > (01.246759) 189: pr2 Read 7ed11000 3 pages
> > > (01.246787) 189: pr2 Read page from self 7ed11000/47000
> > > (01.246913) 189: nr_restored_pages: 74
> > > (01.246944) 189: nr_shared_pages: 0
> > > (01.246965) 189: nr_droped_pages: 0
> > > (01.246985) 189: nr_lazy: 0
> > > (01.247007) 189: Restore sigacts for 189
> > > (01.247384) 189: Restored 61/61 sigacts
> > > (01.247427) 189: Restoring children in alien sessions:
> > > (01.247451) 189: Restoring 189 to 189 sid
> > > (01.247527) 189: Restoring children in our session:
> > > (01.247622) 189: Restoring 189 to 189 pgid
> > > (01.249669) 318: pr2 Read 76ae6000 1 pages
> > > (01.249724) 318: pr2 Read page from self 76ae6000/55000
> > > (01.249798) 318: pr2 Read 76afb000 1 pages
> > > (01.249828) 318: pr2 Read page from self 76afb000/56000
> > > (01.249880) 318: pr2 Read 76afc000 1 pages
> > > (01.249910) 318: pr2 Read page from self 76afc000/57000
> > > (01.249976) 318: pr2 Read 76b58000 1 pages
> > > (01.250008) 318: pr2 Read page from self 76b58000/58000
> > > (01.250060) 318: pr2 Read 76b59000 1 pages
> > > (01.250088) 318: pr2 Read page from self 76b59000/59000
> > > (01.250145) 318: pr2 Read 76b6e000 1 pages
> > > (01.250175) 318: pr2 Read page from self 76b6e000/5a000
> > > (01.250227) 318: pr2 Read 76b6f000 1 pages
> > > (01.250256) 318: pr2 Read page from self 76b6f000/5b000
> > > (01.250312) 318: pr2 Read 76b8c000 1 pages
> > > (01.250340) 318: pr2 Read page from self 76b8c000/5c000
> > > (01.250406) 318: pr2 Read 76b8d000 1 pages
> > > (01.250435) 318: pr2 Read page from self 76b8d000/5d000
> > > (01.250493) 318: pr2 Read 76bb2000 1 pages
> > > (01.250523) 318: pr2 Read page from self 76bb2000/5e000
> > > (01.250573) 318: pr2 Read 76bb3000 1 pages
> > > (01.250602) 318: pr2 Read page from self 76bb3000/5f000
> > > (01.250660) 318: pr2 Read 76bb4000 1 pages
> > > (01.250692) 318: pr2 Read page from self 76bb4000/60000
> > > (01.250742) 318: pr2 Read 76bd5000 1 pages
> > > (01.250772) 318: pr2 Read page from self 76bd5000/61000
> > > (01.250820) 318: pr2 Read 76bd6000 1 pages
> > > (01.250848) 318: pr2 Read page from self 76bd6000/62000
> > > (01.250904) 318: pr2 Read 76be8000 1 pages
> > > (01.250933) 318: pr2 Read page from self 76be8000/63000
> > > (01.250982) 318: pr2 Read 76be9000 1 pages
> > > (01.251009) 318: pr2 Read page from self 76be9000/64000
> > > (01.251132) 318: pr2 Read 76c0a000 1 pages
> > > (01.251169) 318: pr2 Read page from self 76c0a000/65000
> > > (01.251220) 318: pr2 Read 76c0b000 1 pages
> > > (01.251248) 318: pr2 Read page from self 76c0b000/66000
> > > (01.251304) 318: pr2 Read 76c0d000 1 pages
> > > (01.251334) 318: pr2 Read page from self 76c0d000/67000
> > > (01.251394) 318: pr2 Read 76c62000 2 pages
> > > (01.251420) 318: pr2 Read page from self 76c62000/68000
> > > (01.251491) 318: pr2 Read 76c64000 1 pages
> > > (01.251522) 318: pr2 Read page from self 76c64000/6a000
> > > (01.251578) 318: pr2 Read 76d4b000 2 pages
> > > (01.251606) 318: pr2 Read page from self 76d4b000/6b000
> > > (01.251683) 318: pr2 Read 76d4d000 1 pages
> > > (01.251714) 318: pr2 Read page from self 76d4d000/6d000
> > > (01.251773) 318: pr2 Read 76d4e000 3 pages
> > > (01.251801) 318: pr2 Read page from self 76d4e000/6e000
> > > (01.251878) 318: pr2 Read 76e27000 1 pages
> > > (01.251911) 318: pr2 Read page from self 76e27000/71000
> > > (01.251973) 318: pr2 Read 76e28000 1 pages
> > > (01.252003) 318: pr2 Read page from self 76e28000/72000
> > > (01.252071) 318: pr2 Read 76e6f000 1 pages
> > > (01.252099) 318: pr2 Read page from self 76e6f000/73000
> > > (01.252152) 318: pr2 Read 76e70000 1 pages
> > > (01.252180) 318: pr2 Read page from self 76e70000/74000
> > > (01.252237) 318: pr2 Read 76f6e000 2 pages
> > > (01.252268) 318: pr2 Read page from self 76f6e000/75000
> > > (01.252350) 318: pr2 Read 76f70000 2 pages
> > > (01.252384) 318: pr2 Read page from self 76f70000/77000
> > > (01.252477) 318: pr2 Read 76f72000 1 pages
> > > (01.252521) 318: pr2 Read page from self 76f72000/79000
> > > (01.252529) 325: pr2 Read 76e58000 1 pages
> > > (01.252578) 325: pr2 Read page from self 76e58000/23000
> > > (01.252582) 318: pr2 Read 76f93000 1 pages
> > > (01.252626) 318: pr2 Read page from self 76f93000/7a000
> > > (01.252646) 325: pr2 Read 76e6b000 1 pages
> > > (01.252675) 325: pr2 Read page from self 76e6b000/24000
> > > (01.252681) 318: pr2 Read 76f94000 1 pages
> > > (01.252718) 318: pr2 Read page from self 76f94000/7b000
> > > (01.252726) 325: pr2 Read 76e6c000 1 pages
> > > (01.252764) 325: pr2 Read page from self 76e6c000/25000
> > > (01.252778) 318: pr2 Read 76fae000 6 pages
> > > (01.252809) 318: pr2 Read page from self 76fae000/7c000
> > > (01.252822) 325: pr2 Read 76e94000 1 pages
> > > (01.252854) 325: pr2 Read page from self 76e94000/26000
> > > (01.252946) 318: pr2 Read 76fba000 2 pages
> > > (01.252988) 325: pr2 Read 76e95000 1 pages
> > > (01.252995) 318: pr2 Read page from self 76fba000/82000
> > > (01.253022) 325: pr2 Read page from self 76e95000/27000
> > > (01.253105) 325: pr2 Read 76ec2000 1 pages
> > > (01.253104) 318: pr2 Read 76fbc000 1 pages
> > > (01.253140) 325: pr2 Read page from self 76ec2000/28000
> > > (01.253161) 318: pr2 Read page from self 76fbc000/84000
> > > (01.253221) 325: pr2 Read 76ec3000 1 pages
> > > (01.253225) 318: pr2 Read 76fbd000 1 pages
> > > (01.253253) 325: pr2 Read page from self 76ec3000/29000
> > > (01.253272) 318: pr2 Read page from self 76fbd000/85000
> > > (01.253323) 325: pr2 Read 76ec4000 1 pages
> > > (01.253335) 318: pr2 Read 7ec1f000 2 pages
> > > (01.253354) 325: pr2 Read page from self 76ec4000/2a000
> > > (01.253371) 318: pr2 Read page from self 7ec1f000/86000
> > > (01.253416) 325: pr2 Read 76eea000 2 pages
> > > (01.253446) 325: pr2 Read page from self 76eea000/2b000
> > > (01.253501) 318: nr_restored_pages: 136
> > > (01.253527) 325: pr2 Read 76eec000 1 pages
> > > (01.253540) 318: nr_shared_pages: 0
> > > (01.253560) 325: pr2 Read page from self 76eec000/2d000
> > > (01.253574) 318: nr_droped_pages: 0
> > > (01.253605) 318: nr_lazy: 0
> > > (01.253626) 325: pr2 Read 76f41000 2 pages
> > > (01.253629) 318: Restore sigacts for 318
> > > (01.253654) 325: pr2 Read page from self 76f41000/2e000
> > > (01.253745) 325: pr2 Read 76f43000 1 pages
> > > (01.253780) 325: pr2 Read page from self 76f43000/30000
> > > (01.253837) 325: pr2 Read 76f81000 1 pages
> > > (01.253865) 325: pr2 Read page from self 76f81000/31000
> > > (01.254033) 318: Restored 61/61 sigacts
> > > (01.254084) 318: Restoring children in alien sessions:
> > > (01.254113) 318: Restoring 318 to 318 sid
> > > (01.254180) 318: Restoring children in our session:
> > > (01.254413) 318: Restoring 318 to 318 pgid
> > > (01.258271) 325: pr2 Read 76f82000 1 pages
> > > (01.258324) 325: pr2 Read page from self 76f82000/32000
> > > (01.258397) 325: pr2 Read 76faa000 1 pages
> > > (01.258426) 325: pr2 Read page from self 76faa000/33000
> > > (01.258476) 325: pr2 Read 76fab000 1 pages
> > > (01.258504) 325: pr2 Read page from self 76fab000/34000
> > > (01.258568) 325: pr2 Read 76fcf000 5 pages
> > > (01.258597) 325: pr2 Read page from self 76fcf000/35000
> > > (01.258709) 325: pr2 Read 76fda000 2 pages
> > > (01.258745) 325: pr2 Read page from self 76fda000/3a000
> > > (01.258807) 325: pr2 Read 76fdc000 1 pages
> > > (01.258835) 325: pr2 Read page from self 76fdc000/3c000
> > > (01.258887) 325: pr2 Read 76fdd000 1 pages
> > > (01.258915) 325: pr2 Read page from self 76fdd000/3d000
> > > (01.258971) 325: pr2 Read 78ddd000 32 pages
> > > (01.258999) 325: pr2 Read page from self 78ddd000/3e000
> > > (01.259497) 325: pr2 Read 7eb0e000 2 pages
> > > (01.259565) 325: pr2 Read page from self 7eb0e000/5e000
> > > (01.259696) 325: nr_restored_pages: 96
> > > (01.259730) 325: nr_shared_pages: 0
> > > (01.259752) 325: nr_droped_pages: 0
> > > (01.259771) 325: nr_lazy: 0
> > > (01.259793) 325: Restore sigacts for 325
> > > (01.260166) 325: Restored 61/61 sigacts
> > > (01.260212) 325: Restoring children in alien sessions:
> > > (01.260235) 325: Restoring 325 to 325 sid
> > > (01.260312) 325: Restoring children in our session:
> > > (01.260416) 325: Restoring 325 to 325 pgid
> > > (01.260818) 645: Restoring resources
> > > (01.260818) 644: Restoring resources
> > > (01.260949) 645: Opening fdinfo-s
> > > (01.260951) 644: Opening fdinfo-s
> > > (01.260954) 1: Restoring resources
> > > (01.261009) 645: Restoring fd 0 (state -> prepare)
> > > (01.261025) 644: Restoring fd 0 (state -> prepare)
> > > (01.261030) 7676: Restoring resources
> > > (01.261053) 645: Restoring fd 1 (state -> prepare)
> > > (01.261068) 1: Opening fdinfo-s
> > > (01.261071) 644: Restoring fd 1 (state -> prepare)
> > > (01.261116) 645: Restoring fd 2 (state -> prepare)
> > > (01.261122) 7676: Opening fdinfo-s
> > > (01.261140) 1: Restoring fd 0 (state -> prepare)
> > > (01.261147) 644: Restoring fd 2 (state -> prepare)
> > > (01.261163) 645: Restoring fd 3 (state -> prepare)
> > > (01.261193) 7676: Restoring fd 0 (state -> prepare)
> > > (01.261198) 1: Restoring fd 1 (state -> prepare)
> > > (01.261213) 644: Restoring fd 3 (state -> prepare)
> > > (01.261229) 645: Restoring fd 4 (state -> prepare)
> > > (01.261246) 7676: Restoring fd 1 (state -> prepare)
> > > (01.261261) 1: Restoring fd 2 (state -> prepare)
> > > (01.261276) 644: Restoring fd 4 (state -> prepare)
> > > (01.261291) 645: Restoring fd 5 (state -> prepare)
> > > (01.261311) 7676: Create transport fd /crtools-fd-7676-1
> > > (01.261322) 1: Restoring fd 4 (state -> prepare)
> > > (01.261338) 644: Restoring fd 0 (state -> create)
> > > (01.261353) 645: Restoring fd 6 (state -> prepare)
> > > (01.261384) 1: Restoring fd 5 (state -> prepare)
> > > (01.261419) 645: Restoring fd 7 (state -> prepare)
> > > (01.261433) 1: Restoring fd 6 (state -> prepare)
> > > (01.261451) 645: Restoring fd 0 (state -> create)
> > > (01.261458) 7676: Wake up fdinfo pid=7676 fd=1
> > > (01.261467) 1: Restoring fd 8 (state -> prepare)
> > > (01.261480) 644: Create fd for 0
> > > (01.261521) 1: Restoring fd 9 (state -> prepare)
> > > (01.261533) 645: Create fd for 0
> > > (01.261542) 7676: Restoring fd 2 (state -> prepare)
> > > (01.261548) 644: Going to dup 0 into 1
> > > (01.261566) 1: Restoring fd 10 (state -> prepare)
> > > (01.261588) 645: Going to dup 0 into 1
> > > (01.261608) 7676: Restoring fd 0 (state -> create)
> > > (01.261638) 1: Restoring fd 11 (state -> prepare)
> > > (01.261643) 644: Going to dup 0 into 2
> > > (01.261670) 645: Going to dup 0 into 2
> > > (01.261687) 1: Restoring fd 12 (state -> prepare)
> > > (01.261708) 7676: Create fd for 0
> > > (01.261709) 644: Going to dup 0 into 3
> > > (01.261727) 645: Going to dup 0 into 7
> > > (01.261737) 1: Restoring fd 16 (state -> prepare)
> > > (01.261782) 7676: Restoring fd 1 (state -> create)
> > > (01.261789) 644: Restoring fd 1 (state -> create)
> > > (01.261802) 1: Restoring fd 17 (state -> prepare)
> > > (01.261803) 645: Restoring fd 1 (state -> create)
> > > (01.261827) 7676: sk unix: Opening pair slave (id 0xc5 ino 0x198e3
> peer
> > > 0x193d3) on 1
> > > (01.261894) 644: Restoring fd 2 (state -> create)
> > > (01.261910) 1: Restoring fd 19 (state -> prepare)
> > > (01.261927) 645: Restoring fd 2 (state -> create)
> > > (01.261963) 644: Restoring fd 3 (state -> create)
> > > (01.261979) 1: Restoring fd 20 (state -> prepare)
> > > (01.261995) 645: Restoring fd 3 (state -> create)
> > > (01.261993) 620: Restoring resources
> > > (01.262011) 644: Restoring fd 4 (state -> create)
> > > (01.262027) 1: Restoring fd 21 (state -> prepare)
> > > (01.262063) 645: sk unix: Opening standalone socket (id 0xbf ino
> 0x4fa1
> > > peer 0x45f3)
> > > (01.262095) 620: Opening fdinfo-s
> > > (01.262095) 1: Restoring fd 22 (state -> prepare)
> > > (01.262099) 644: sk unix: Opening standalone socket (id 0xbd ino
> 0x53fd
> > > peer 0x45f3)
> > > (01.262149) 1: Restoring fd 23 (state -> prepare)
> > > (01.262152) 620: Restoring fd 0 (state -> prepare)
> > > (01.262163) 645: Trying to restore recv queue for 191
> > > (01.262182) 1: Restoring fd 24 (state -> prepare)
> > > (01.262196) 644: Trying to restore recv queue for 189
> > > (01.262200) 620: Restoring fd 1 (state -> prepare)
> > > (01.262234) 1: Restoring fd 25 (state -> prepare)
> > > (01.262278) 645: No sk-queues.img image
> > > (01.262282) 620: Create transport fd /crtools-fd-620-1
> > > (01.262291) 644: No sk-queues.img image
> > > (01.262298) 1: Restoring fd 26 (state -> prepare)
> > > (01.262373) 1: Restoring fd 27 (state -> prepare)
> > > (01.262374) 620: Wake up fdinfo pid=620 fd=1
> > > (01.262392) 645: 3 restore sndbuf 163840 rcv buf 163840
> > > (01.262403) 1: Restoring fd 28 (state -> prepare)
> > > (01.262405) 644: 4 restore sndbuf 163840 rcv buf 163840
> > > (01.262448) 620: Restoring fd 2 (state -> prepare)
> > > (01.262452) 645: restore priority 0 for socket
> > > (01.262466) 1: Restoring fd 29 (state -> prepare)
> > > (01.262491) 644: restore priority 0 for socket
> > > (01.262506) 620: Restoring fd 3 (state -> prepare)
> > > (01.262527) 645: restore rcvlowat 1 for socket
> > > (01.262540) 1: Restoring fd 30 (state -> prepare)
> > > (01.262557) 644: restore rcvlowat 1 for socket
> > > (01.262571) 620: Restoring fd 4 (state -> prepare)
> > > (01.262588) 645: restore mark 0 for socket
> > > (01.262602) 1: Restoring fd 31 (state -> prepare)
> > > (01.262618) 644: restore mark 0 for socket
> > > (01.262632) 620: Restoring fd 0 (state -> create)
> > > (01.262663) 1: Restoring fd 33 (state -> prepare)
> > > (01.262678) 645: Create fd for 3
> > > (01.262695) 644: Create fd for 4
> > > (01.262709) 1: Restoring fd 34 (state -> prepare)
> > > (01.262733) 620: Create fd for 0
> > > (01.262743) 645: Restoring fd 4 (state -> create)
> > > (01.262758) 644: Skipping receive fd stage
> > > (01.262759) 1: Restoring fd 35 (state -> prepare)
> > > (01.262790) 620: Restoring fd 1 (state -> create)
> > > (01.262796) 645: sk unix: Opening standalone socket (id 0xc0 ino
> 0x4fa2
> > > peer 0)
> > > (01.262811) 644: Restoring fd 0 (state -> post_create)
> > > (01.262826) 1: Restoring fd 36 (state -> prepare)
> > > (01.262849) 620: sk unix: Opening pair slave (id 0xb8 ino 0x5830
> peer
> > > 0x5831) on 1
> > > (01.262874) 644: Restoring fd 1 (state -> post_create)
> > > (01.262875) 645: sk unix: Putting 0x4fa2 into listen state
> > > (01.262889) 1: Restoring fd 37 (state -> prepare)
> > > (01.262921) 644: Restoring fd 2 (state -> post_create)
> > > (01.262940) 189: Restoring resources
> > > (01.262955) 1: Restoring fd 38 (state -> prepare)
> > > (01.262969) 645: 4 restore sndbuf 163840 rcv buf 163840
> > > (01.262974) 644: Restoring fd 3 (state -> post_create)
> > > (01.263016) 1: Restoring fd 39 (state -> prepare)
> > > (01.263029) 189: Opening fdinfo-s
> > > (01.263045) 645: restore priority 0 for socket
> > > (01.263055) 644: Restoring fd 4 (state -> post_create)
> > > (01.263071) 1: Restoring fd 40 (state -> prepare)
> > > (01.263102) 189: Restoring fd 0 (state -> prepare)
> > > (01.263104) 645: restore rcvlowat 1 for socket
> > > (01.263135) 1: Restoring fd 41 (state -> prepare)
> > > (01.263157) 189: Restoring fd 1 (state -> prepare)
> > > (01.263156) 349: Restoring resources
> > > (01.263179) 645: restore mark 0 for socket
> > > (01.263235) 1: Restoring fd 42 (state -> prepare)
> > > (01.263250) 189: Restoring fd 2 (state -> prepare)
> > > (01.263301) 349: Opening fdinfo-s
> > > (01.263306) 1: Restoring fd 43 (state -> prepare)
> > > (01.263312) 645: Create fd for 4
> > > (01.263321) 189: Restoring fd 3 (state -> prepare)
> > > (01.263354) 1: Restoring fd 45 (state -> prepare)
> > > (01.263354) 349: Restoring fd 0 (state -> prepare)
> > > (01.263390) 645: Restoring fd 5 (state -> create)
> > > (01.263389) 189: Create transport fd /crtools-fd-189-3
> > > (01.263402) 1: Restoring fd 46 (state -> prepare)
> > > (01.263419) 349: Restoring fd 1 (state -> prepare)
> > > (01.263467) 1: Restoring fd 47 (state -> prepare)
> > > (01.263487) 349: Create transport fd /crtools-fd-349-1
> > > (01.263488) 189: Wake up fdinfo pid=189 fd=3
> > > (01.263495) 645: Create fd for 5
> > > (01.263499) 1: Restoring fd 3 (state -> prepare)
> > > (01.263551) 349: Wake up fdinfo pid=349 fd=1
> > > (01.263560) 189: Restoring fd 4 (state -> prepare)
> > > (01.263571) 645: Restoring fd 6 (state -> create)
> > > (01.263576) 1: Restoring fd 7 (state -> prepare)
> > > (01.263619) 349: Restoring fd 2 (state -> prepare)
> > > (01.263622) 189: Create transport fd /crtools-fd-189-4
> > > (01.263644) 645: Opening netlink socket id 0xc2
> > > (01.263659) 1: Restoring fd 0 (state -> create)
> > > (01.263679) 349: Restoring fd 3 (state -> prepare)
> > > (01.263715) 189: Wake up fdinfo pid=189 fd=4
> > > (01.263742) 349: Restoring fd 0 (state -> create)
> > > (01.263749) 645: 6 restore sndbuf 163840 rcv buf 163840
> > > (01.263770) 189: Restoring fd 5 (state -> prepare)
> > > (01.263774) 1: Create fd for 0
> > > (01.263809) 645: restore priority 0 for socket
> > > (01.263813) 349: Create fd for 0
> > > (01.263830) 189: Create transport fd /crtools-fd-189-5
> > > (01.263843) 1: Going to dup 0 into 1
> > > (01.263860) 645: restore rcvlowat 1 for socket
> > > (01.263892) 349: Restoring fd 1 (state -> create)
> > > (01.263911) 189: Wake up fdinfo pid=189 fd=5
> > > (01.263923) 1: Going to dup 0 into 2
> > > (01.263925) 645: restore mark 0 for socket
> > > (01.263948) 349: sk unix: Opening pair slave (id 0x8a ino 0x4e33
> peer
> > > 0x5064) on 1
> > > (01.263966) 189: Restoring fd 6 (state -> prepare)
> > > (01.263996) 1: Restoring fd 1 (state -> create)
> > > (01.264017) 645: Create fd for 6
> > > (01.264041) 189: Create transport fd /crtools-fd-189-6
> > > (01.264056) 1: Restoring fd 2 (state -> create)
> > > (01.264087) 645: Restoring fd 7 (state -> create)
> > > (01.264105) 1: Restoring fd 4 (state -> create)
> > > (01.264110) 189: Wake up fdinfo pid=189 fd=6
> > > (01.264109) 533: Restoring resources
> > > (01.264122) 645: Skipping receive fd stage
> > > (01.264137) 1: Restoring signalfd 0x15
> > > (01.264162) 189: Restoring fd 8 (state -> prepare)
> > > (01.264198) 645: Restoring fd 0 (state -> post_create)
> > > (01.264209) 533: Opening fdinfo-s
> > > (01.264219) 1: Calculating sigmask for 7be3c0fe28014a03
> > > (01.264417) 318: Restoring resources
> > > (01.264493) 325: Restoring resources
> > > (01.264254) 645: Restoring fd 1 (state -> post_create)
> > > (01.264556) 325: Opening fdinfo-s
> > > (01.264561) 645: Restoring fd 2 (state -> post_create)
> > > (01.264600) 645: Restoring fd 3 (state -> post_create)
> > > (01.264614) 325: Restoring fd 0 (state -> prepare)
> > > (01.264658) 325: Restoring fd 1 (state -> prepare)
> > > (01.264674) 318: Opening fdinfo-s
> > > (01.264693) 325: Create transport fd /crtools-fd-325-1
> > > (01.264724) 318: Restoring fd 0 (state -> prepare)
> > > (01.264752) 318: Restoring fd 1 (state -> prepare)
> > > (01.264776) 325: Wake up fdinfo pid=325 fd=1
> > > (01.264784) 318: Create transport fd /crtools-fd-318-1
> > > (01.264361) 533: Restoring fd 0 (state -> prepare)
> > > (01.264832) 325: Restoring fd 2 (state -> prepare)
> > > (01.264865) 318: Wake up fdinfo pid=318 fd=1
> > > (01.264878) 533: Restoring fd 1 (state -> prepare)
> > > (01.264887) 325: Restoring fd 3 (state -> prepare)
> > > (01.264927) 533: Restoring fd 2 (state -> prepare)
> > > (01.264931) 318: Restoring fd 2 (state -> prepare)
> > > (01.264952) 325: Create transport fd /crtools-fd-325-3
> > > (01.265012) 533: Restoring fd 3 (state -> prepare)
> > > (01.265033) 318: Restoring fd 3 (state -> prepare)
> > > (01.265066) 533: Restoring fd 4 (state -> prepare)
> > > (01.265070) 325: Wake up fdinfo pid=325 fd=3
> > > (01.265087) 318: Restoring fd 4 (state -> prepare)
> > > (01.265096) 533: Restoring fd 5 (state -> prepare)
> > > (01.265120) 325: Restoring fd 5 (state -> prepare)
> > > (01.265133) 318: Restoring fd 5 (state -> prepare)
> > > (01.265157) 533: Restoring fd 6 (state -> prepare)
> > > (01.265176) 325: Restoring fd 6 (state -> prepare)
> > > (01.265188) 318: Restoring fd 6 (state -> prepare)
> > > (01.265204) 533: Restoring fd 0 (state -> create)
> > > (01.265218) 325: Restoring fd 7 (state -> prepare)
> > > (01.265236) 318: Restoring fd 7 (state -> prepare)
> > > (01.265262) 325: Restoring fd 8 (state -> prepare)
> > > (01.265283) 318: Restoring fd 0 (state -> create)
> > > (01.265298) 325: Create transport fd /crtools-fd-325-8
> > > (01.265305) 533: Create fd for 0
> > > (01.265343) 325: Wake up fdinfo pid=325 fd=8
> > > (01.265349) 318: Create fd for 0
> > > (01.265364) 533: Restoring fd 1 (state -> create)
> > > (01.265376) 325: Restoring fd 9 (state -> prepare)
> > > (01.265405) 318: Restoring fd 1 (state -> create)
> > > (01.265431) 325: Create transport fd /crtools-fd-325-9
> > > (01.265436) 533: Create fd for 1
> > > (01.265453) 318: sk unix: Opening pair slave (id 0x6c ino 0x4a81
> peer
> > > 0x503e) on 1
> > > (01.265479) 325: Wake up fdinfo pid=325 fd=9
> > > (01.265491) 533: Restoring fd 2 (state -> create)
> > > (01.265520) 325: Restoring fd 10 (state -> prepare)
> > > (01.264363) 356: Restoring resources
> > > (01.265554) 325: Create transport fd /crtools-fd-325-10
> > > (01.265559) 533: Create fd for 2
> > > (01.265617) 325: Wake up fdinfo pid=325 fd=10
> > > (01.265620) 356: Opening fdinfo-s
> > > (01.265648) 533: Restoring fd 3 (state -> create)
> > > (01.265662) 325: Restoring fd 11 (state -> prepare)
> > > (01.265682) 356: Restoring fd 0 (state -> prepare)
> > > (01.265708) 325: Restoring fd 12 (state -> prepare)
> > > (01.265709) 533: sk unix: Opening standalone socket (id 0xa8 ino
> 0x4bab
> > > peer 0x45f3)
> > > (01.265729) 356: Restoring fd 1 (state -> prepare)
> > > (01.265746) 325: Restoring fd 13 (state -> prepare)
> > > (01.265787) 356: Create transport fd /crtools-fd-356-1
> > > (01.265801) 325: Restoring fd 4 (state -> prepare)
> > > (01.265808) 533: Trying to restore recv queue for 168
> > > (01.265837) 325: Restoring fd 0 (state -> create)
> > > (01.265856) 356: Wake up fdinfo pid=356 fd=1
> > > (01.264240) 189: Restoring fd 9 (state -> prepare)
> > > (01.265901) 533: No sk-queues.img image
> > > (01.265922) 356: Restoring fd 2 (state -> prepare)
> > > (01.265944) 189: Restoring fd 10 (state -> prepare)
> > > (01.265978) 356: Restoring fd 3 (state -> prepare)
> > > (01.265994) 189: Restoring fd 11 (state -> prepare)
> > > (01.266019) 356: Restoring fd 5 (state -> prepare)
> > > (01.266020) 533: 3 restore sndbuf 163840 rcv buf 163840
> > > (01.266045) 189: Restoring fd 12 (state -> prepare)
> > > (01.266058) 356: Restoring fd 6 (state -> prepare)
> > > (01.266084) 533: restore priority 0 for socket
> > > (01.266095) 189: Restoring fd 13 (state -> prepare)
> > > (01.266115) 356: Restoring fd 7 (state -> prepare)
> > > (01.266123) 533: restore rcvlowat 1 for socket
> > > (01.266139) 189: Restoring fd 14 (state -> prepare)
> > > (01.266158) 356: Restoring fd 8 (state -> prepare)
> > > (01.266175) 533: restore mark 0 for socket
> > > (01.266191) 189: Restoring fd 15 (state -> prepare)
> > > (01.266202) 356: Restoring fd 9 (state -> prepare)
> > > (01.266239) 189: Create transport fd /crtools-fd-189-15
> > > (01.266242) 533: Create fd for 3
> > > (01.264393) 335: Restoring resources
> > > (01.266256) 356: Create transport fd /crtools-fd-356-9
> > > (01.266290) 189: Wake up fdinfo pid=189 fd=15
> > > (01.266305) 533: Restoring fd 4 (state -> create)
> > > (01.266334) 335: Opening fdinfo-s
> > > (01.266342) 356: Wake up fdinfo pid=356 fd=9
> > > (01.266347) 189: Restoring fd 16 (state -> prepare)
> > > (01.266398) 335: Restoring fd 0 (state -> prepare)
> > > (01.266410) 356: Restoring fd 10 (state -> prepare)
> > > (01.266414) 533: Create fd for 4
> > > (01.266472) 189: Create transport fd /crtools-fd-189-16
> > > (01.266488) 335: Restoring fd 1 (state -> prepare)
> > > (01.266507) 356: Restoring fd 4 (state -> prepare)
> > > (01.266545) 533: Restoring fd 5 (state -> create)
> > > (01.266559) 335: Restoring fd 2 (state -> prepare)
> > > (01.266561) 189: Wake up fdinfo pid=189 fd=16
> > > (01.266578) 356: Restoring fd 0 (state -> create)
> > > (01.266591) 533: Opening packet socket id 0xaa
> > > (01.266606) 335: Restoring fd 3 (state -> prepare)
> > > (01.266631) 189: Restoring fd 17 (state -> prepare)
> > > (01.266675) 356: Create fd for 0
> > > (01.266685) 335: Restoring fd 0 (state -> create)
> > > (01.266709) 189: Create transport fd /crtools-fd-189-17
> > > (01.266748) 356: Restoring fd 1 (state -> create)
> > > (01.266779) 189: Wake up fdinfo pid=189 fd=17
> > > (01.266781) 335: Create fd for 0
> > > (01.266786) 356: sk unix: Opening pair slave (id 0x8f ino 0x509a
> peer
> > > 0x4e40) on 1
> > > (01.266815) 189: Restoring fd 18 (state -> prepare)
> > > (01.266846) 335: Restoring fd 1 (state -> create)
> > > (01.266874) 189: Create transport fd /crtools-fd-189-18
> > > (01.264422) 308: Restoring resources
> > > (01.266927) 335: Create fd for 1
> > > (01.264428) 374: Restoring resources
> > > (01.266973) 335: Restoring fd 2 (state -> create)
> > > (01.266975) 308: Opening fdinfo-s
> > > (01.267015) 374: Opening fdinfo-s
> > > (01.267048) 335: Create fd for 2
> > > (01.267053) 308: Restoring fd 0 (state -> prepare)
> > > (01.267067) 374: Restoring fd 0 (state -> prepare)
> > > (01.267089) 335: Restoring fd 3 (state -> create)
> > > (01.267091) 308: Restoring fd 1 (state -> prepare)
> > > (01.267108) 374: Restoring fd 1 (state -> prepare)
> > > (01.267140) 308: Restoring fd 2 (state -> prepare)
> > > (01.267156) 374: Restoring fd 2 (state -> prepare)
> > > (01.267171) 308: Restoring fd 3 (state -> prepare)
> > > (01.267177) 335: Create fd for 3
> > > (01.267186) 374: Restoring fd 3 (state -> prepare)
> > > (01.267204) 308: Create transport fd /crtools-fd-308-3
> > > (01.267233) 335: Skipping receive fd stage
> > > (01.267238) 374: Restoring fd 4 (state -> prepare)
> > > (01.267265) 335: Skipping post_create fd stage
> > > (01.267285) 374: Restoring fd 5 (state -> prepare)
> > > (01.267291) 308: Wake up fdinfo pid=308 fd=3
> > > (01.267297) 335: Skipping receive fd stage
> > > (01.267316) 374: Restoring fd 6 (state -> prepare)
> > > (01.267347) 335: Skipping post_create fd stage
> > > (01.267357) 308: Restoring fd 4 (state -> prepare)
> > > (01.267374) 374: Create transport fd /crtools-fd-374-6
> > > (01.267391) 335: Restore file locks.
> > > (01.267407) 308: Restoring fd 5 (state -> prepare)
> > > (01.267438) 335: (posix)flag: 1, type: 1, pid: 335, fd: 3, start:
> > > 0, len: 0
> > > (01.267453) 308: Restoring fd 6 (state -> prepare)
> > > (01.267460) 374: Wake up fdinfo pid=374 fd=6
> > > (01.267485) 308: Restoring fd 7 (state -> prepare)
> > > (01.267522) 308: Restoring fd 8 (state -> prepare)
> > > (01.267527) 374: Restoring fd 7 (state -> prepare)
> > > (01.267551) 308: Restoring fd 0 (state -> create)
> > > (01.267571) 374: Restoring fd 8 (state -> prepare)
> > > (01.267605) 374: Restoring fd 9 (state -> prepare)
> > > (01.267629) 374: Restoring fd 0 (state -> create)
> > > (01.267644) 308: Create fd for 0
> > > (01.267690) 308: Restoring fd 1 (state -> create)
> > > (01.267705) 374: Create fd for 0
> > > (01.267717) 335: Restore via sigreturn
> > > (01.267739) 374: Going to dup 0 into 1
> > > (01.267749) 308: Create fd for 1
> > > (01.267791) 374: Going to dup 0 into 2
> > > (01.267792) 308: Going to dup 1 into 2
> > > (01.267836) 374: Restoring fd 1 (state -> create)
> > > (01.267856) 308: Restoring fd 2 (state -> create)
> > > (01.267862) 374: Restoring fd 2 (state -> create)
> > > (01.267881) 308: Restoring fd 3 (state -> create)
> > > (01.267897) 374: Restoring fd 3 (state -> create)
> > > (01.267912) 308: Restoring fd 4 (state -> create)
> > > (01.267966) 374: Create fd for 3
> > > (01.267986) 335: Parsed 10000-ae000 vma
> > > (01.268009) 308: Create fd for 4
> > > (01.268010) 374: Restoring fd 4 (state -> create)
> > > (01.268032) 335: Parsed bd000-be000 vma
> > > (01.268099) 308: Restoring fd 5 (state -> create)
> > > (01.268101) 374: Restoring signalfd 0x9c
> > > (01.268121) 335: Parsed bd000-ca000 vma
> > > (01.268151) 374: Calculating sigmask for 2
> > > (01.268170) 335: Parsed bd000-d9000 vma
> > > (01.268176) 308: Create fd for 5
> > > (01.268183) 374: Add 2 signal to mask
> > > (01.268202) 335: Parsed 1777000-1798000 vma
> > > (01.268228) 308: Restoring fd 6 (state -> create)
> > > (01.268247) 335: Parsed 1777000-17da000 vma
> > > (01.268280) 335: Parsed 1777000-17f8000 vma
> > > (01.268291) 308: Create fd for 6
> > > (01.268308) 335: Parsed 7658f000-76596000 vma
> > > (01.268313) 374: Create fd for 4
> > > (01.268336) 308: Restoring fd 7 (state -> create)
> > > (01.268339) 335: Parsed 7658f000-765a5000 vma
> > > (01.268369) 374: Restoring fd 5 (state -> create)
> > > (01.268389) 335: Parsed 7658f000-765a6000 vma
> > > (01.268400) 308: Create fd for 7
> > > (01.268445) 335: Parsed 7658f000-765a7000 vma
> > > (01.268447) 374: Create fd for 5
> > > (01.268474) 308: Restoring fd 8 (state -> create)
> > > (01.268476) 335: Parsed 7658f000-765ad000 vma
> > > (01.268505) 374: Restoring fd 6 (state -> create)
> > > (01.268526) 335: Parsed 7658f000-765b4000 vma
> > > (01.268536) 308: Create fd for 8
> > > (01.268547) 374: sk unix: Opening pair slave (id 0x9e ino 0x50e8
> peer
> > > 0x4e65) on 6
> > > (01.268587) 308: Restoring fd 0 (state -> receive)
> > > (01.268613) 308: Restoring fd 1 (state -> receive)
> > > (01.268635) 308: Restoring fd 2 (state -> receive)
> > > (01.268657) 308: Restoring fd 3 (state -> receive)
> > > (01.268669) 335: Parsed 7658f000-765c3000 vma
> > > (01.268678) 308: Receive fd for 3
> > > (01.268698) 335: Parsed 7658f000-765c4000 vma
> > > (01.268728) 335: Parsed 7658f000-765c5000 vma
> > > (01.268752) 335: Parsed 7658f000-765d2000 vma
> > > (01.268775) 335: Parsed 7658f000-765e1000 vma
> > > (01.268798) 335: Parsed 7658f000-765e2000 vma
> > > (01.268821) 335: Parsed 7658f000-765e3000 vma
> > > (01.268844) 335: Parsed 7658f000-765e5000 vma
> > > (01.268867) 335: Parsed 7658f000-765e9000 vma
> > > (01.268890) 335: Parsed 7658f000-765f9000 vma
> > > (01.268913) 335: Parsed 7658f000-765fa000 vma
> > > (01.268936) 335: Parsed 7658f000-765fb000 vma
> > > (01.269062) 335: Parsed 7658f000-7660c000 vma
> > > (01.269089) 335: Parsed 7658f000-7661b000 vma
> > > (01.269113) 335: Parsed 7658f000-7661c000 vma
> > > (01.269137) 335: Parsed 7658f000-7661d000 vma
> > > (01.269160) 335: Parsed 7658f000-7661f000 vma
> > > (01.269182) 335: Parsed 7658f000-7666b000 vma
> > > (01.269205) 335: Parsed 7658f000-7667a000 vma
> > > (01.269228) 335: Parsed 7658f000-7667b000 vma
> > > (01.269251) 335: Parsed 7658f000-7667c000 vma
> > > (01.269274) 335: Parsed 7658f000-7667e000 vma
> > > (01.269297) 335: Parsed 7658f000-7668d000 vma
> > > (01.269320) 335: Parsed 7658f000-7668e000 vma
> > > (01.269442) 335: Parsed 7658f000-7668f000 vma
> > > (01.269468) 335: Parsed 7658f000-766a6000 vma
> > > (01.269492) 335: Parsed 7658f000-766b6000 vma
> > > (01.269515) 335: Parsed 7658f000-766b7000 vma
> > > (01.269538) 335: Parsed 7658f000-766b8000 vma
> > > (01.269560) 335: Parsed 7658f000-766c2000 vma
> > > (01.269583) 335: Parsed 7658f000-76798000 vma
> > > (01.269606) 335: Parsed 7658f000-767a8000 vma
> > > (01.269629) 335: Parsed 7658f000-767aa000 vma
> > > (01.269652) 335: Parsed 7658f000-767ab000 vma
> > > (01.269675) 335: Parsed 7658f000-767ae000 vma
> > > (01.269698) 335: Parsed 7658f000-767c1000 vma
> > > (01.269830) 335: Parsed 7658f000-767d0000 vma
> > > (01.269856) 335: Parsed 7658f000-767d1000 vma
> > > (01.269880) 335: Parsed 7658f000-767d2000 vma
> > > (01.269903) 335: Parsed 7658f000-767d3000 vma
> > > (01.269926) 335: Parsed 7658f000-767db000 vma
> > > (01.269949) 335: Parsed 7658f000-767ea000 vma
> > > (01.269972) 335: Parsed 7658f000-767eb000 vma
> > > (01.269995) 335: Parsed 7658f000-767ec000 vma
> > > (01.270018) 335: Parsed 7658f000-76804000 vma
> > > (01.270041) 335: Parsed 7658f000-76805000 vma
> > > (01.270064) 335: Parsed 7658f000-76806000 vma
> > > (01.270086) 335: Parsed 7658f000-7680a000 vma
> > > (01.270109) 335: Parsed 7658f000-7680f000 vma
> > > (01.270132) 335: Parsed 7658f000-76810000 vma
> > > (01.270299) 335: Parsed 7658f000-76811000 vma
> > > (01.270328) 335: Parsed 7658f000-76832000 vma
> > > (01.270355) 335: Parsed 76834000-76855000 vma
> > > (01.270379) 335: Parsed 76834000-76856000 vma
> > > (01.270402) 335: Parsed 76834000-76859000 vma
> > > (01.270425) 335: Parsed 76834000-76868000 vma
> > > (01.270448) 335: Parsed 76834000-76869000 vma
> > > (01.270471) 335: Parsed 76834000-7686a000 vma
> > > (01.270494) 335: Parsed 76834000-76890000 vma
> > > (01.270517) 335: Parsed 76834000-7689f000 vma
> > > (01.270540) 335: Parsed 76834000-768a1000 vma
> > > (01.270563) 335: Parsed 76834000-768a2000 vma
> > > (01.270586) 335: Parsed 76834000-768a3000 vma
> > > (01.270709) 335: Parsed 76834000-768a5000 vma
> > > (01.270736) 335: Parsed 76834000-768b4000 vma
> > > (01.270761) 335: Parsed 76834000-768b5000 vma
> > > (01.270784) 335: Parsed 76834000-768b6000 vma
> > > (01.270807) 335: Parsed 76834000-76902000 vma
> > > (01.270829) 335: Parsed 76834000-76911000 vma
> > > (01.270852) 335: Parsed 76834000-76912000 vma
> > > (01.270875) 335: Parsed 76834000-76913000 vma
> > > (01.270898) 335: Parsed 76834000-769e9000 vma
> > > (01.270921) 335: Parsed 76834000-769f9000 vma
> > > (01.270944) 335: Parsed 76834000-769fb000 vma
> > > (01.270967) 335: Parsed 76834000-769fc000 vma
> > > (01.271091) 335: Parsed 76834000-769ff000 vma
> > > (01.271117) 335: Parsed 76834000-76a10000 vma
> > > (01.271142) 335: Parsed 76834000-76a1f000 vma
> > > (01.271165) 335: Parsed 76834000-76a20000 vma
> > > (01.271188) 335: Parsed 76834000-76a21000 vma
> > > (01.271211) 335: Parsed 76834000-76a23000 vma
> > > (01.271233) 335: Parsed 76834000-76a3b000 vma
> > > (01.271256) 335: Parsed 76834000-76a4a000 vma
> > > (01.271279) 335: Parsed 76834000-76a4b000 vma
> > > (01.271301) 335: Parsed 76834000-76a76000 vma
> > > (01.271325) 335: Parsed 76834000-76a86000 vma
> > > (01.271348) 335: Parsed 76834000-76a87000 vma
> > > (01.271471) 335: Parsed 76834000-76a88000 vma
> > > (01.271497) 335: Parsed 76834000-76a89000 vma
> > > (01.271522) 335: Parsed 76834000-76a93000 vma
> > > (01.271545) 335: Parsed 76834000-76aa3000 vma
> > > (01.271568) 335: Parsed 76834000-76aa4000 vma
> > > (01.271591) 335: Parsed 76834000-76aa5000 vma
> > > (01.271614) 335: Parsed 76834000-76ab3000 vma
> > > (01.271637) 335: Parsed 76834000-76ac2000 vma
> > > (01.271660) 335: Parsed 76834000-76ac3000 vma
> > > (01.271683) 335: Parsed 76834000-76ac4000 vma
> > > (01.271706) 335: Parsed 76834000-76adb000 vma
> > > (01.271729) 335: Parsed 76834000-76aeb000 vma
> > > (01.271846) 335: Parsed 76834000-76aec000 vma
> > > (01.271872) 335: Parsed 76834000-76aed000 vma
> > > (01.271896) 335: Parsed 76834000-76af7000 vma
> > > (01.271919) 335: Parsed 76834000-76aff000 vma
> > > (01.271942) 335: Parsed 76834000-76b0e000 vma
> > > (01.271965) 335: Parsed 76834000-76b0f000 vma
> > > (01.271988) 335: Parsed 76834000-76b10000 vma
> > > (01.272011) 335: Parsed 76834000-76b22000 vma
> > > (01.272034) 335: Parsed 76834000-76b32000 vma
> > > (01.272057) 335: Parsed 76834000-76b3c000 vma
> > > (01.272080) 335: Parsed 76834000-76b3d000 vma
> > > (01.272203) 335: Parsed 76834000-76b42000 vma
> > > (01.272230) 335: Parsed 76834000-76b51000 vma
> > > (01.272254) 335: Parsed 76834000-76b52000 vma
> > > (01.272277) 335: Parsed 76834000-76b53000 vma
> > > (01.272300) 335: Parsed 76834000-76b56000 vma
> > > (01.272323) 335: Parsed 76834000-76b65000 vma
> > > (01.272346) 335: Parsed 76834000-76b66000 vma
> > > (01.272369) 335: Parsed 76834000-76b67000 vma
> > > (01.272392) 335: Parsed 76834000-76b7a000 vma
> > > (01.272415) 335: Parsed 76834000-76b89000 vma
> > > (01.272438) 335: Parsed 76834000-76b8a000 vma
> > > (01.272460) 335: Parsed 76834000-76b8b000 vma
> > > (01.272600) 335: Parsed 76834000-76b8c000 vma
> > > (01.272627) 335: Parsed 76834000-76ba4000 vma
> > > (01.272650) 335: Parsed 76834000-76baa000 vma
> > > (01.272674) 335: Parsed 76834000-76bab000 vma
> > > (01.272697) 335: Parsed 76834000-76bac000 vma
> > > (01.272720) 335: Parsed 76834000-76c93000 vma
> > > (01.272743) 335: Parsed 76834000-76c94000 vma
> > > (01.272766) 335: Parsed 76834000-76ca7000 vma
> > > (01.272789) 335: Parsed 76834000-76ca8000 vma
> > > (01.272812) 335: Parsed 76834000-76d52000 vma
> > > (01.272836) 335: Parsed 76d53000-76d75000 vma
> > > (01.272890) 335: Parsed 76d53000-76d76000 vma
> > > (01.272917) 335: Parsed 76d53000-76ddd000 vma
> > > (01.272940) 335: Parsed 76d53000-76dec000 vma
> > > (01.272963) 335: Parsed 76d53000-76ded000 vma
> > > (01.272987) 335: Parsed 76d53000-76dee000 vma
> > > (01.273105) 335: Parsed 76d53000-76ec4000 vma
> > > (01.273132) 335: Parsed 76d53000-76ed4000 vma
> > > (01.273156) 335: Parsed 76d53000-76ed6000 vma
> > > (01.273179) 335: Parsed 76d53000-76ed7000 vma
> > > (01.273202) 335: Parsed 76d53000-76eda000 vma
> > > (01.273225) 335: Parsed 76d53000-76eed000 vma
> > > (01.273248) 335: Parsed 76d53000-76efc000 vma
> > > (01.273271) 335: Parsed 76d53000-76efd000 vma
> > > (01.273294) 335: Parsed 76d53000-76efe000 vma
> > > (01.273317) 335: Parsed 76d53000-76f00000 vma
> > > (01.273340) 335: Parsed 76d53000-76f0f000 vma
> > > (01.273468) 335: Parsed 76d53000-76f10000 vma
> > > (01.273494) 335: Parsed 76d53000-76f11000 vma
> > > (01.273519) 335: Parsed 76d53000-76f16000 vma
> > > (01.273542) 335: Parsed 76d53000-76f25000 vma
> > > (01.273565) 335: Parsed 76d53000-76f26000 vma
> > > (01.273588) 335: Parsed 76d53000-76f27000 vma
> > > (01.273611) 335: Parsed 76d53000-76f38000 vma
> > > (01.273634) 335: Parsed 76d53000-76f47000 vma
> > > (01.273657) 335: Parsed 76d53000-76f48000 vma
> > > (01.273680) 335: Parsed 76d53000-76f49000 vma
> > > (01.273703) 335: Parsed 76d53000-76f4b000 vma
> > > (01.273728) 335: Parsed 76f4f000-76f54000 vma
> > > (01.273751) 335: Parsed 76f4f000-76f64000 vma
> > > (01.273870) 335: Parsed 76f4f000-76f69000 vma
> > > (01.273897) 335: Parsed 76f4f000-76f78000 vma
> > > (01.273921) 335: Parsed 76f4f000-76f79000 vma
> > > (01.273945) 335: Parsed 76f4f000-76f91000 vma
> > > (01.273969) 335: Parsed 76f92000-76f95000 vma
> > > (01.273993) 335: Parsed 76f92000-76f97000 vma
> > > (01.274016) 335: Parsed 76f92000-76f99000 vma
> > > (01.274039) 335: Parsed 76f92000-76f9b000 vma
> > > (01.274062) 335: Parsed 76f92000-76fa0000 vma
> > > (01.274085) 335: Parsed 76f92000-76fa1000 vma
> > > (01.274108) 335: Parsed 76f92000-76fa2000 vma
> > > (01.274132) 335: Parsed 7eb2b000-7eb4c000 vma
> > > (01.274157) 335: Parsed 7efa4000-7efa5000 vma
> > > (01.274182) 335: Parsed ffff0000-ffff1000 vma
> > > (01.274231) 335: 1 threads require 76K of memory
> > > (01.274256) 335: Found bootstrap VMA hint at: 0x0xd9000 (needs ~76K)
> > > (01.264466) 1: Add 1 signal to mask
> > > (01.274428) 1: Add 2 signal to mask
> > > (01.274464) 1: Add 10 signal to mask
> > > (01.274488) 1: Add 12 signal to mask
> > > (01.274519) 1: Add 15 signal to mask
> > > (01.274550) 1: Add 17 signal to mask
> > > (01.274575) 1: Add 28 signal to mask
> > > (01.274595) 1: Add 30 signal to mask
> > > (01.274597) 335: call mremap(0x76f92000, 8192, 8192, MAYMOVE |
> FIXED,
> > > 0xe8000)
> > > (01.274615) 1: Add 34 signal to mask
> > > (01.274652) 1: Add 35 signal to mask
> > > (01.274657) 335: call mremap(0x76f97000, 8192, 8192, MAYMOVE |
> FIXED,
> > > 0xea000)
> > > (01.274672) 1: Add 36 signal to mask
> > > (01.274705) 1: Add 37 signal to mask
> > > (01.274725) 1: Add 38 signal to mask
> > > (01.274738) 335: Thread 0 stack 0xde080 rt_sigframe 0xe6080
> > > (01.274745) 1: Add 39 signal to mask
> > > (01.274782) 1: Add 40 signal to mask
> > > (01.274802) 1: Add 47 signal to mask
> > > (01.274822) 1: Add 48 signal to mask
> > > (01.274842) 1: Add 49 signal to mask
> > > (01.274857) 335: Going to chroot into ./self/fd/7
> > > (01.274862) 1: Add 50 signal to mask
> > > (01.274897) 1: Add 54 signal to mask
> > > (01.274917) 1: Add 55 signal to mask
> > > (01.274937) 1: Add 56 signal to mask
> > > (01.274953) 335: Restoring umask to 22
> > > (01.274956) 1: Add 57 signal to mask
> > > (01.274993) 1: Add 58 signal to mask
> > > (01.275012) 1: Add 60 signal to mask
> > > (01.275010) 335: task_args: 0xe7000
> > > task_args->pid: 335
> > > task_args->nr_threads: 1
> > > task_args->clone_restore_fn: 0xd9d7c
> > > task_args->thread_args: 0xe7240
> > > (01.275032) 1: Add 61 signal to mask
> > > (01.275071) 1: Add 62 signal to mask
> > > pie: 335: Switched to the restorer 335
> > > (01.275100) 1: Add 63 signal to mask
> > > (01.275186) 1: Create fd for 4
> > > (01.275242) 1: Restoring fd 5 (state -> create)
> > > (01.265909) 325: Create fd for 0
> > > (01.276988) 325: Restoring fd 1 (state -> create)
> > > (01.277097) 325: sk unix: Opening pair slave (id 0x77 ino 0x4743
> peer
> > > 0x4a8a) on 1
> > > (01.266927) 189: Wake up fdinfo pid=189 fd=18
> > > (01.277373) 189: Restoring fd 19 (state -> prepare)
> > > (01.277424) 189: Create transport fd /crtools-fd-189-19
> > > pie: 335: Remap 0x76855000->0x7eb65000 len 0x1000
> > > (01.277502) 189: Wake up fdinfo pid=189 fd=19
> > > (01.277559) 189: Restoring fd 20 (state -> prepare)
> > > pie: 335: Remap 0x76833000->0x7e93c000 len 0x22000
> > > (01.277606) 189: Create transport fd /crtools-fd-189-20
> > > pie: 335: Remap 0x76811000->0x774b2000 len 0x21000
> > > (01.277680) 189: Wake up fdinfo pid=189 fd=20
> > > pie: 335: Remap 0x76810000->0x76fa4000 len 0x1000
> > > (01.277726) 189: Restoring fd 7 (state -> prepare)
> > > pie: 335: Remap 0x7680f000->0x76fa3000 len 0x1000
> > > (01.277776) 189: Restoring fd 0 (state -> create)
> > > pie: 335: Remap 0x7680d000->0x76fa1000 len 0x2000
> > > pie: 335: Remap 0x7680a000->0x76f98000 len 0x3000
> > > (01.277873) 189: Create fd for 0
> > > pie: 335: Remap 0x76806000->0x76f90000 len 0x4000
> > > (01.277949) 189: Restoring fd 1 (state -> create)
> > > pie: 335: Remap 0x76805000->0x76f8f000 len 0x1000
> > > (01.278043) 189: Create fd for 1
> > > pie: 335: Remap 0x76804000->0x76f8e000 len 0x1000
> > > (01.278084) 189: Going to dup 1 into 2
> > > pie: 335: Remap 0x767ec000->0x76f67000 len 0x18000
> > > (01.278186) 189: Restoring fd 2 (state -> create)
> > > pie: 335: Remap 0x767eb000->0x76f66000 len 0x1000
> > > (01.278221) 189: Restoring fd 3 (state -> create)
> > > pie: 335: Remap 0x767ea000->0x76f65000 len 0x1000
> > > (01.278267) 189: Restoring fd 4 (state -> create)
> > > (01.278311) 189: Restoring fd 5 (state -> create)
> > > (01.278459) 189: Restoring fd 6 (state -> create)
> > > (01.278491) 189: Restoring fd 8 (state -> create)
> > > pie: 335: Remap 0x767db000->0x76f56000 len 0xf000
> > > pie: 335: Remap 0x767d3000->0x76f4e000 len 0x8000
> > > pie: 335: Remap 0x767d2000->0x76f4d000 len 0x1000
> > > (01.278619) 189: Create fd for 8
> > > pie: 335: Remap 0x767d1000->0x76f4c000 len 0x1000
> > > (01.278689) 189: Restoring fd 9 (state -> create)
> > > pie: 335: Remap 0x767d0000->0x76f4b000 len 0x1000
> > > (01.278718) 189: Restoring signalfd 0x48
> > > (01.278752) 189: Calculating sigmask for a00
> > > pie: 335: Remap 0x767c1000->0x76f3c000 len 0xf000
> > > (01.278782) 189: Add 10 signal to mask
> > > (01.278814) 189: Add 12 signal to mask
> > > pie: 335: Remap 0x767ae000->0x76f29000 len 0x13000
> > > pie: 335: Remap 0x767ab000->0x76f26000 len 0x3000
> > > (01.278889) 189: Create fd for 9
> > > pie: 335: Remap 0x767aa000->0x76f25000 len 0x1000
> > > (01.278940) 189: Restoring fd 10 (state -> create)
> > > pie: 335: Remap 0x767a8000->0x76f23000 len 0x2000
> > > (01.278966) 189: Restoring signalfd 0x49
> > > (01.279001) 189: Calculating sigmask for 4002
> > > pie: 335: Remap 0x76798000->0x76f13000 len 0x10000
> > > (01.279023) 189: Add 2 signal to mask
> > > (01.279055) 189: Add 15 signal to mask
> > > pie: 335: Remap 0x766c2000->0x76e3d000 len 0xd6000
> > > (01.279104) 189: Create fd for 10
> > > pie: 335: Remap 0x766b8000->0x76e33000 len 0xa000
> > > (01.279151) 189: Restoring fd 11 (state -> create)
> > > pie: 335: Remap 0x766b7000->0x76e32000 len 0x1000
> > > pie: 335: Remap 0x766b6000->0x76e31000 len 0x1000
> > > pie: 335: Remap 0x766a6000->0x76e21000 len 0x10000
> > > pie: 335: Remap 0x7668f000->0x76e0a000 len 0x17000
> > > pie: 335: Remap 0x7668e000->0x76e09000 len 0x1000
> > > pie: 335: Remap 0x7668d000->0x76e08000 len 0x1000
> > > pie: 335: Remap 0x7667e000->0x76df9000 len 0xf000
> > > pie: 335: Remap 0x7667c000->0x76df7000 len 0x2000
> > > pie: 335: Remap 0x7667b000->0x76df6000 len 0x1000
> > > pie: 335: Remap 0x7667a000->0x76df5000 len 0x1000
> > > pie: 335: Remap 0x7666b000->0x76de6000 len 0xf000
> > > pie: 335: Remap 0x7661f000->0x76d9a000 len 0x4c000
> > > pie: 335: Remap 0x7661d000->0x76d98000 len 0x2000
> > > pie: 335: Remap 0x7661c000->0x76d97000 len 0x1000
> > > pie: 335: Remap 0x7661b000->0x76d96000 len 0x1000
> > > pie: 335: Remap 0x7660c000->0x76d87000 len 0xf000
> > > pie: 335: Remap 0x765fb000->0x76d76000 len 0x11000
> > > pie: 335: Remap 0x765fa000->0x76d75000 len 0x1000
> > > pie: 335: Remap 0x765f9000->0x76d74000 len 0x1000
> > > pie: 335: Remap 0x765e9000->0x76d64000 len 0x10000
> > > pie: 335: Remap 0x765e5000->0x76d60000 len 0x4000
> > > pie: 335: Remap 0x765e3000->0x76d5e000 len 0x2000
> > > pie: 335: Remap 0x765e2000->0x76d5d000 len 0x1000
> > > pie: 335: Remap 0x765e1000->0x76d5c000 len 0x1000
> > > pie: 335: Remap 0x765d2000->0x76d4d000 len 0xf000
> > > pie: 335: Remap 0x765c5000->0x76d40000 len 0xd000
> > > (01.280333) 189: Restoring signalfd 0x4a
> > > pie: 335: Remap 0x765c4000->0x76d3f000 len 0x1000
> > > (01.280382) 189: Calculating sigmask for 400000000
> > > (01.280427) 189: Add 35 signal to mask
> > > pie: 335: Remap 0x765c3000->0x76d3e000 len 0x1000
> > > pie: 335: Remap 0x765b4000->0x76d2f000 len 0xf000
> > > (01.280494) 189: Create fd for 11
> > > pie: 335: Remap 0x765ad000->0x76d28000 len 0x7000
> > > (01.280549) 189: Restoring fd 12 (state -> create)
> > > pie: 335: Remap 0x765a7000->0x76d22000 len 0x6000
> > > (01.280586) 189: sk unix: Opening standalone socket (id 0x4b ino
> 0x4cf1
> > > peer 0x45ef)
> > > pie: 335: Remap 0x765a6000->0x76d21000 len 0x1000
> > > pie: 335: Remap 0x765a5000->0x76d20000 len 0x1000
> > > pie: 335: Remap 0x76596000->0x76d11000 len 0xf000
> > > (01.280712) 1: Create fd for 5
> > > pie: 335: Remap 0x7658f000->0x76d0a000 len 0x7000
> > > (01.280767) 1: Restoring fd 6 (state -> create)
> > > (01.280809) 1: timerfd: Creating timerfd id 0x17 clockid 0
> > > settime_flags 3 ticks 0 it_value(682016660, 773591505) it_interval(0,
> 0)
> > > (01.280914) 1: Create fd for 6
> > > pie: 335: Restoring scheduler params 0.0.0
> > > (01.280965) 1: Restoring fd 8 (state -> create)
> > > pie: 335: 335: Restored
> > > (01.281060) 1: Create fd for 8
> > > (01.281107) 1: Restoring fd 9 (state -> create)
> > > (01.281159) 1: fsnotify: Restore 0x1 wd for 0x00000000
> > > (01.281193) 1: fsnotify: Restore with path hint 148:run
> > > (01.281342) 1: fsnotify: Restore inotify watch for
> > > 0x0000002b:0x0000000000004909 (via /proc/self/fd/7 -> /run)
> > > (01.281466) 1: Create fd for 9
> > > (01.281509) 1: Restoring fd 10 (state -> create)
> > > (01.281539) 1: sk unix: Opening standalone socket (id 0x1b ino
> 0x45ef
> > > peer 0)
> > > (01.281684) 1: 3 restore sndbuf 163840 rcv buf 16777216
> > > (01.281735) 1: restore priority 0 for socket
> > > (01.281761) 1: restore rcvlowat 1 for socket
> > > (01.281784) 1: restore mark 0 for socket
> > > (01.281808) 1: set passcred for socket
> > > (01.281852) 1: Create fd for 10
> > > (01.281891) 1: Restoring fd 11 (state -> create)
> > > (01.281917) 1: sk unix: Opening standalone socket (id 0x1c ino
> 0x45f1
> > > peer 0)
> > > (01.281991) 1: sk unix: Putting 0x45f1 into listen state
> > > (01.282040) 1: 3 restore sndbuf 163840 rcv buf 163840
> > > (01.282075) 1: restore priority 0 for socket
> > > (01.282097) 1: restore rcvlowat 1 for socket
> > > (01.282120) 1: restore mark 0 for socket
> > > (01.282162) 1: Create fd for 11
> > > (01.282199) 1: Restoring fd 12 (state -> create)
> > > (01.282225) 1: sk unix: Opening pair master (id 0x1d ino 0x193d3
> peer
> > > 0x198e3)
> > > (01.282274) 1: Trying to restore recv queue for 197
> > > (01.282320) 1: No sk-queues.img image
> > > (01.282346) 1: Trying to restore recv queue for 29
> > > (01.282383) 1: No sk-queues.img image
> > > (01.282409) 1: 3 restore sndbuf 163840 rcv buf 163840
> > > (01.282436) 1: restore priority 0 for socket
> > > (01.282459) 1: restore rcvlowat 1 for socket
> > > (01.282481) 1: restore mark 0 for socket
> > > (01.282504) 1: set passcred for socket
> > > (01.282525) 1: set passsec for socket
> > > (01.282561) 1: sk unix: Socket 0x193d3 is shut down 1
> > > (01.282596) 1: Wait fdinfo pid=7676 fd=1
> > > (01.282621) 1: Send fd 7 to /crtools-fd-7676-1
> > > (01.282726) 1: Create fd for 12
> > > (01.282757) 1: Wait fdinfo pid=189 fd=15
> > > (01.282783) 1: Send fd 12 to /crtools-fd-189-15
> > > (01.282780) 7676: 2 restore sndbuf 16777216 rcv buf 163840
> > > (01.282834) 1: Restoring fd 16 (state -> create)
> > > (01.282866) 7676: restore priority 0 for socket
> > > (01.282898) 7676: restore rcvlowat 1 for socket
> > > (01.282908) 1: Restoring size 0x10000 for 0x4c87
> > > (01.282922) 7676: restore mark 0 for socket
> > > (01.282968) 7676: sk unix: Socket 0x198e3 is shut down 0
> > > (01.282983) 1: Create fd for 16
> > > (01.283010) 7676: Create fd for 1
> > > (01.283028) 1: Restoring fd 17 (state -> create)
> > > (01.283085) 7676: Going to dup 1 into 2
> > > (01.283132) 1: Restoring size 0x10000 for 0x4c88
> > > (01.283149) 7676: Restoring fd 2 (state -> create)
> > > (01.283177) 7676: Restoring fd 0 (state -> receive)
> > > (01.283182) 1: Create fd for 17
> > > (01.283202) 7676: Restoring fd 1 (state -> receive)
> > > (01.283232) 1: Restoring fd 19 (state -> create)
> > > (01.283232) 7676: Restoring fd 2 (state -> receive)
> > > (01.283265) 1: fsnotify: Restore 0x1 wd for 0x00000000
> > > (01.283271) 7676: Restoring fd 0 (state -> post_create)
> > > (01.283289) 1: fsnotify: Restore with path hint 138:.
> > > (01.283304) 7676: Restoring fd 1 (state -> post_create)
> > > (01.283334) 7676: Restoring fd 2 (state -> post_create)
> > > (01.283361) 7676: Restore file locks.
> > > (01.283370) 1: fsnotify: Restore inotify watch for
> > > 0x0b300002:0x00000000000c05ec (via /proc/self/fd/7 -> /)
> > > (01.283450) 1: fsnotify: Restore 0x2 wd for 0x00000000
> > > (01.283482) 1: fsnotify: Restore with path hint 148:run
> > > (01.283549) 1: fsnotify: Restore inotify watch for
> > > 0x0000002b:0x0000000000004909 (via /proc/self/fd/7 -> /run)
> > > (01.283576) 7676: Restore via sigreturn
> > > (01.283621) 1: fsnotify: Restore 0x3 wd for 0x00000000
> > > (01.283650) 1: fsnotify: Restore with path hint 148:run/systemd
> > > (01.283710) 1: fsnotify: Restore inotify watch for
> > > 0x0000002b:0x000000000000490d (via /proc/self/fd/7 -> /run/systemd)
> > > (01.283777) 1: fsnotify: Restore 0x4 wd for 0x00000000
> > > (01.283808) 1: fsnotify: Restore with path hint
> > > 148:run/systemd/ask-password
> > > (01.283817) 7676: Parsed 10000-ae000 vma
> > > (01.283859) 7676: Parsed bd000-be000 vma
> > > (01.283871) 1: fsnotify: Restore inotify watch for
> > > 0x0000002b:0x0000000000004c89 (via /proc/self/fd/7 ->
> > > /run/systemd/ask-password)
> > > (01.283885) 7676: Parsed bd000-ca000 vma
> > > (01.283919) 7676: Parsed bd000-d9000 vma
> > > (01.283945) 7676: Parsed 1777000-1798000 vma
> > > (01.283952) 1: Create fd for 19
> > > (01.283970) 7676: Parsed 1777000-17da000 vma
> > > (01.284004) 7676: Parsed 1777000-17f8000 vma
> > > (01.284006) 1: Restoring fd 20 (state -> create)
> > > (01.284029) 7676: Parsed 76691000-76698000 vma
> > > (01.284046) 1: sk unix: Opening standalone socket (id 0x21 ino
> 0x4c8a
> > > peer 0)
> > > (01.284060) 7676: Parsed 76691000-76699000 vma
> > > (01.284091) 7676: Parsed 76691000-7669a000 vma
> > > (01.284111) 1: Trying to restore recv queue for 33
> > > (01.284113) 7676: Parsed 76691000-766bd000 vma
> > > (01.284153) 7676: Parsed 76691000-766c4000 vma
> > > (01.284158) 1: No sk-queues.img image
> > > (01.284177) 7676: Parsed 76691000-766d3000 vma
> > > (01.284209) 7676: Parsed 76691000-766d4000 vma
> > > (01.284376) 1: 3 restore sndbuf 163840 rcv buf 16777216
> > > (01.284444) 1: restore priority 0 for socket
> > > (01.284474) 1: restore rcvlowat 1 for socket
> > > (01.284489) 189: Trying to restore recv queue for 75
> > > (01.284499) 1: restore mark 0 for socket
> > > (01.284549) 1: set passcred for socket
> > > (01.284580) 1: set passsec for socket
> > > (01.284588) 7676: Parsed 76691000-766d5000 vma
> > > (01.284591) 189: No sk-queues.img image
> > > (01.284629) 7676: Parsed 76691000-766db000 vma
> > > (01.284633) 1: Create fd for 20
> > > (01.284666) 7676: Parsed 76691000-766e2000 vma
> > > (01.284681) 1: Wait fdinfo pid=308 fd=3
> > > (01.284698) 7676: Parsed 76691000-766f1000 vma
> > > (01.284711) 189: 7 restore sndbuf 327680 rcv buf 163840
> > > (01.284718) 1: Send fd 20 to /crtools-fd-308-3
> > > (01.284737) 7676: Parsed 76691000-766f2000 vma
> > > (01.284760) 189: restore priority 0 for socket
> > > (01.284790) 7676: Parsed 76691000-766f3000 vma
> > > (01.284807) 189: restore rcvlowat 1 for socket
> > > (01.284822) 7676: Parsed 76691000-76700000 vma
> > > (01.284835) 1: Restoring fd 21 (state -> create)
> > > (01.284838) 189: restore mark 0 for socket
> > > (01.284853) 7676: Parsed 76691000-7670f000 vma
> > > (01.284901) 7676: Parsed 76691000-76710000 vma
> > > (01.284910) 189: Create fd for 12
> > > (01.284912) 1: Restoring size 0x10000 for 0x4c8e
> > > (01.284927) 7676: Parsed 76691000-76711000 vma
> > > (01.284958) 189: Restoring fd 13 (state -> create)
> > > (01.284977) 7676: Parsed 76691000-76713000 vma
> > > (01.284986) 1: Create fd for 21
> > > (01.285041) 189: timerfd: Creating timerfd id 0x4c clockid 1
> > > settime_flags 1 ticks 0 it_value(68, 750839716) it_interval(0, 0)
> > > (01.285059) 7676: Parsed 76691000-76717000 vma
> > > (01.285091) 1: Restoring fd 22 (state -> create)
> > > (01.285112) 7676: Parsed 76691000-76727000 vma
> > > (01.285131) 1: sk unix: Opening standalone socket (id 0x23 ino
> 0x45f3
> > > peer 0)
> > > (01.285133) 189: Create fd for 13
> > > (01.285196) 189: Restoring fd 14 (state -> create)
> > > (01.285263) 7676: Parsed 76691000-76728000 vma
> > > (01.285291) 644: sk unix: Connect 0x53fd to 0x45f3
> > > (01.285293) 645: sk unix: Connect 0x4fa1 to 0x45f3
> > > (01.285300) 7676: Parsed 76691000-76729000 vma
> > > (01.285347) 644: 4 restore sndbuf 163840 rcv buf 163840
> > > (01.285364) 645: 3 restore sndbuf 163840 rcv buf 163840
> > > (01.285368) 7676: Parsed 76691000-767ff000 vma
> > > (01.285391) 644: restore priority 0 for socket
> > > (01.285408) 645: restore priority 0 for socket
> > > (01.285419) 7676: Parsed 76691000-7680f000 vma
> > > (01.285436) 644: restore rcvlowat 1 for socket
> > > (01.285451) 645: restore rcvlowat 1 for socket
> > > (01.285467) 7676: Parsed 76691000-76811000 vma
> > > (01.285482) 644: restore mark 0 for socket
> > > (01.285498) 645: restore mark 0 for socket
> > > (01.285513) 7676: Parsed 76691000-76812000 vma
> > > (01.285534) 644: Skipping receive fd stage
> > > (01.285547) 645: Restoring fd 4 (state -> post_create)
> > > (01.285558) 7676: Parsed 76691000-76815000 vma
> > > (01.285578) 644: Restore file locks.
> > > (01.285589) 645: Restoring fd 5 (state -> post_create)
> > > (01.285606) 7676: Parsed 76691000-7682d000 vma
> > > (01.285625) 644: Opening 0x0000000076f9b000-0x0000000076f9c000
> > > 0x0000000000000000 (501) vma
> > > (01.285634) 645: Restoring fd 6 (state -> post_create)
> > > (01.285651) 7676: Parsed 76691000-76830000 vma
> > > (01.285682) 645: Restoring fd 7 (state -> post_create)
> > > (01.285686) 644: Note 0x76f9b000-0x76f9c000 as 10002 sysvshmem
> > > (01.285700) 7676: Parsed 76691000-76831000 vma
> > > (01.285714) 645: Skipping receive fd stage
> > > (01.285731) 644: Opening 0x0000000076f9c000-0x0000000076fa0000
> > > 0x0000000000000000 (501) vma
> > > (01.285748) 7676: Parsed 76691000-76832000 vma
> > > (01.285764) 645: Restore file locks.
> > > (01.285778) 644: Note 0x76f9c000-0x76fa0000 as 8001 sysvshmem
> > > (01.285800) 7676: Parsed 76834000-76855000 vma
> > > (01.285808) 645: (posix)flag: 1, type: 1, pid: 645, fd: 5, start:
> > > 0, len: 0
> > > (01.285823) 644: Opening 0x0000000076fa0000-0x0000000076fa1000
> > > 0x0000000000000000 (501) vma
> > > (01.285840) 7676: Parsed 76834000-76856000 vma
> > > (01.285872) 644: Note 0x76fa0000-0x76fa1000 as 0 sysvshmem
> > > (01.285875) 645: Opening 0x0000000076f9b000-0x0000000076f9c000
> > > 0x0000000000000000 (501) vma
> > > (01.285933) 645: Note 0x76f9b000-0x76f9c000 as 10002 sysvshmem
> > > (01.285961) 645: Opening 0x0000000076f9c000-0x0000000076fa0000
> > > 0x0000000000000000 (501) vma
> > > (01.285988) 645: Note 0x76f9c000-0x76fa0000 as 8001 sysvshmem
> > > (01.285997) 7676: Parsed 76834000-76859000 vma
> > > (01.286013) 645: Opening 0x0000000076fa0000-0x0000000076fa1000
> > > 0x0000000000000000 (501) vma
> > > (01.286034) 7676: Parsed 76834000-76868000 vma
> > > (01.286050) 645: Note 0x76fa0000-0x76fa1000 as 0 sysvshmem
> > > (01.286068) 7676: Parsed 76834000-76869000 vma
> > > (01.286078) 644: Restore via sigreturn
> > > (01.286099) 7676: Parsed 76834000-7686a000 vma
> > > (01.286137) 7676: Parsed 76834000-76890000 vma
> > > (01.286162) 7676: Parsed 76834000-7689f000 vma
> > > (01.286186) 7676: Parsed 76834000-768a1000 vma
> > > (01.286210) 7676: Parsed 76834000-768a2000 vma
> > > (01.286233) 7676: Parsed 76834000-768a3000 vma
> > > (01.286252) 645: Restore via sigreturn
> > > (01.286257) 7676: Parsed 76834000-768a5000 vma
> > > (01.286300) 7676: Parsed 76834000-768b4000 vma
> > > (01.286309) 644: Parsed 10000-ae000 vma
> > > (01.286325) 7676: Parsed 76834000-768b5000 vma
> > > (01.286348) 644: Parsed bd000-be000 vma
> > > (01.286378) 644: Parsed bd000-ca000 vma
> > > (01.286402) 644: Parsed bd000-d9000 vma
> > > (01.286427) 644: Parsed 1777000-1798000 vma
> > > (01.286464) 7676: Parsed 76834000-768b6000 vma
> > > (01.286465) 645: Parsed 10000-ae000 vma
> > > (01.286495) 644: Parsed 1777000-17da000 vma
> > > (01.286513) 7676: Parsed 76834000-76902000 vma
> > > (01.286538) 645: Parsed bd000-be000 vma
> > > (01.286552) 644: Parsed 1777000-17f8000 vma
> > > (01.286567) 7676: Parsed 76834000-76911000 vma
> > > (01.286584) 645: Parsed bd000-ca000 vma
> > > (01.286602) 644: Parsed 76686000-7675c000 vma
> > > (01.286615) 7676: Parsed 76834000-76912000 vma
> > > (01.286631) 645: Parsed bd000-d9000 vma
> > > (01.286647) 644: Parsed 76686000-7676c000 vma
> > > (01.286662) 7676: Parsed 76834000-76913000 vma
> > > (01.286679) 645: Parsed 1777000-1798000 vma
> > > (01.286692) 644: Parsed 76686000-7676e000 vma
> > > (01.286708) 7676: Parsed 76834000-769e9000 vma
> > > (01.286724) 645: Parsed 1777000-17da000 vma
> > > (01.286739) 644: Parsed 76686000-7676f000 vma
> > > (01.286754) 7676: Parsed 76834000-769f9000 vma
> > > (01.286770) 645: Parsed 1777000-17f8000 vma
> > > (01.286784) 644: Parsed 76686000-76772000 vma
> > > (01.286799) 7676: Parsed 76834000-769fb000 vma
> > > (01.286816) 645: Parsed 76613000-76686000 vma
> > > (01.286830) 644: Parsed 76686000-7678a000 vma
> > > (01.286845) 7676: Parsed 76834000-769fc000 vma
> > > (01.286861) 645: Parsed 76613000-7675c000 vma
> > > (01.286876) 644: Parsed 76686000-7678b000 vma
> > > (01.286891) 7676: Parsed 76834000-769ff000 vma
> > > (01.286908) 645: Parsed 76613000-7676c000 vma
> > > (01.286938) 7676: Parsed 76834000-76a10000 vma
> > > (01.286953) 645: Parsed 76613000-7676e000 vma
> > > (01.286969) 7676: Parsed 76834000-76a1f000 vma
> > > (01.286984) 645: Parsed 76613000-7676f000 vma
> > > (01.287013) 645: Parsed 76613000-76772000 vma
> > > (01.287031) 644: Parsed 76686000-7678c000 vma
> > > (01.287038) 645: Parsed 76613000-7678a000 vma
> > > (01.287058) 644: Parsed 76686000-767d8000 vma
> > > (01.287073) 645: Parsed 76613000-7678b000 vma
> > > (01.287088) 644: Parsed 76686000-767db000 vma
> > > (01.287098) 7676: Parsed 76834000-76a20000 vma
> > > (01.287119) 644: Parsed 76686000-767dc000 vma
> > > (01.287136) 7676: Parsed 76834000-76a21000 vma
> > > (01.287150) 644: Parsed 76686000-76802000 vma
> > > (01.287166) 7676: Parsed 76834000-76a23000 vma
> > > (01.287181) 644: Parsed 76686000-76832000 vma
> > > (01.287197) 7676: Parsed 76834000-76a3b000 vma
> > > (01.287209) 645: Parsed 76613000-7678c000 vma
> > > (01.287213) 644: Parsed 76834000-76855000 vma
> > > (01.287226) 7676: Parsed 76834000-76a4a000 vma
> > > (01.287244) 645: Parsed 76613000-767d8000 vma
> > > (01.287259) 644: Parsed 76834000-76856000 vma
> > > (01.287274) 7676: Parsed 76834000-76a4b000 vma
> > > (01.287290) 645: Parsed 76613000-767db000 vma
> > > (01.287305) 644: Parsed 76834000-76859000 vma
> > > (01.287321) 7676: Parsed 76834000-76a76000 vma
> > > (01.287336) 645: Parsed 76613000-767dc000 vma
> > > (01.287350) 644: Parsed 76834000-76868000 vma
> > > (01.287366) 7676: Parsed 76834000-76a86000 vma
> > > (01.287381) 645: Parsed 76613000-76802000 vma
> > > (01.287396) 644: Parsed 76834000-76869000 vma
> > > (01.287412) 7676: Parsed 76834000-76a87000 vma
> > > (01.287427) 645: Parsed 76613000-76832000 vma
> > > (01.287442) 644: Parsed 76834000-7686a000 vma
> > > (01.287457) 7676: Parsed 76834000-76a88000 vma
> > > (01.287474) 645: Parsed 76834000-76855000 vma
> > > (01.287488) 644: Parsed 76834000-76890000 vma
> > > (01.287503) 7676: Parsed 76834000-76a89000 vma
> > > (01.287519) 645: Parsed 76834000-76856000 vma
> > > (01.287533) 644: Parsed 76834000-7689f000 vma
> > > (01.287549) 7676: Parsed 76834000-76a93000 vma
> > > (01.287564) 645: Parsed 76834000-76859000 vma
> > > (01.287609) 645: Parsed 76834000-76868000 vma
> > > (01.287632) 645: Parsed 76834000-76869000 vma
> > > (01.287656) 645: Parsed 76834000-7686a000 vma
> > > (01.287678) 644: Parsed 76834000-768a1000 vma
> > > (01.287680) 645: Parsed 76834000-76890000 vma
> > > (01.287695) 7676: Parsed 76834000-76aa3000 vma
> > > (01.287705) 644: Parsed 76834000-768a2000 vma
> > > (01.287720) 645: Parsed 76834000-7689f000 vma
> > > (01.287738) 7676: Parsed 76834000-76aa4000 vma
> > > (01.287753) 644: Parsed 76834000-768a3000 vma
> > > (01.287783) 7676: Parsed 76834000-76aa5000 vma
> > > (01.287799) 644: Parsed 76834000-768a5000 vma
> > > (01.287814) 7676: Parsed 76834000-76ab3000 vma
> > > (01.287829) 644: Parsed 76834000-768b4000 vma
> > > (01.287844) 7676: Parsed 76834000-76ac2000 vma
> > > (01.287869) 645: Parsed 76834000-768a1000 vma
> > > (01.287891) 644: Parsed 76834000-768b5000 vma
> > > (01.287906) 7676: Parsed 76834000-76ac3000 vma
> > > (01.287924) 645: Parsed 76834000-768a2000 vma
> > > (01.287940) 644: Parsed 76834000-768b6000 vma
> > > (01.287956) 7676: Parsed 76834000-76ac4000 vma
> > > (01.287972) 645: Parsed 76834000-768a3000 vma
> > > (01.287987) 644: Parsed 76834000-76902000 vma
> > > (01.288003) 7676: Parsed 76834000-76adb000 vma
> > > (01.288019) 645: Parsed 76834000-768a5000 vma
> > > (01.288032) 644: Parsed 76834000-76911000 vma
> > > (01.288048) 7676: Parsed 76834000-76aeb000 vma
> > > (01.288063) 645: Parsed 76834000-768b4000 vma
> > > (01.288078) 644: Parsed 76834000-76912000 vma
> > > (01.288093) 7676: Parsed 76834000-76aec000 vma
> > > (01.288108) 645: Parsed 76834000-768b5000 vma
> > > (01.288123) 644: Parsed 76834000-76913000 vma
> > > (01.288139) 7676: Parsed 76834000-76aed000 vma
> > > (01.288155) 645: Parsed 76834000-768b6000 vma
> > > (01.288170) 644: Parsed 76834000-769e9000 vma
> > > (01.288185) 7676: Parsed 76834000-76af7000 vma
> > > (01.288201) 645: Parsed 76834000-76902000 vma
> > > (01.288245) 645: Parsed 76834000-76911000 vma
> > > (01.288270) 645: Parsed 76834000-76912000 vma
> > > (01.288293) 645: Parsed 76834000-76913000 vma
> > > (01.288316) 645: Parsed 76834000-769e9000 vma
> > > (01.288322) 644: Parsed 76834000-769f9000 vma
> > > (01.288325) 7676: Parsed 76834000-76aff000 vma
> > > (01.288357) 644: Parsed 76834000-769fb000 vma
> > > (01.288374) 7676: Parsed 76834000-76b0e000 vma
> > > (01.288390) 644: Parsed 76834000-769fc000 vma
> > > (01.288405) 7676: Parsed 76834000-76b0f000 vma
> > > (01.288420) 644: Parsed 76834000-769ff000 vma
> > > (01.288435) 7676: Parsed 76834000-76b10000 vma
> > > (01.288438) 645: Parsed 76834000-769f9000 vma
> > > (01.288450) 644: Parsed 76834000-76a10000 vma
> > > (01.288465) 7676: Parsed 76834000-76b22000 vma
> > > (01.288483) 645: Parsed 76834000-769fb000 vma
> > > (01.288498) 644: Parsed 76834000-76a1f000 vma
> > > (01.288513) 7676: Parsed 76834000-76b32000 vma
> > > (01.288530) 645: Parsed 76834000-769fc000 vma
> > > (01.288545) 644: Parsed 76834000-76a20000 vma
> > > (01.288561) 7676: Parsed 76834000-76b3c000 vma
> > > (01.288576) 645: Parsed 76834000-769ff000 vma
> > > (01.288591) 644: Parsed 76834000-76a21000 vma
> > > (01.288606) 7676: Parsed 76834000-76b3d000 vma
> > > (01.288621) 645: Parsed 76834000-76a10000 vma
> > > (01.288636) 644: Parsed 76834000-76a23000 vma
> > > (01.288651) 7676: Parsed 76834000-76b42000 vma
> > > (01.288667) 645: Parsed 76834000-76a1f000 vma
> > > (01.288682) 644: Parsed 76834000-76a3b000 vma
> > > (01.288697) 7676: Parsed 76834000-76b51000 vma
> > > (01.288712) 645: Parsed 76834000-76a20000 vma
> > > (01.288727) 644: Parsed 76834000-76a4a000 vma
> > > (01.288742) 7676: Parsed 76834000-76b52000 vma
> > > (01.288757) 645: Parsed 76834000-76a21000 vma
> > > (01.288772) 644: Parsed 76834000-76a4b000 vma
> > > (01.288802) 645: Parsed 76834000-76a23000 vma
> > > (01.288818) 644: Parsed 76834000-76a76000 vma
> > > (01.288833) 645: Parsed 76834000-76a3b000 vma
> > > (01.288862) 645: Parsed 76834000-76a4a000 vma
> > > (01.288886) 645: Parsed 76834000-76a4b000 vma
> > > (01.288893) 7676: Parsed 76834000-76b53000 vma
> > > (01.288927) 7676: Parsed 76834000-76b56000 vma
> > > (01.288939) 644: Parsed 76834000-76a86000 vma
> > > (01.288952) 7676: Parsed 76834000-76b65000 vma
> > > (01.288969) 644: Parsed 76834000-76a87000 vma
> > > (01.288984) 7676: Parsed 76834000-76b66000 vma
> > > (01.288999) 644: Parsed 76834000-76a88000 vma
> > > (01.289011) 645: Parsed 76834000-76a76000 vma
> > > (01.289014) 7676: Parsed 76834000-76b67000 vma
> > > (01.289029) 644: Parsed 76834000-76a89000 vma
> > > (01.289047) 645: Parsed 76834000-76a86000 vma
> > > (01.289062) 7676: Parsed 76834000-76b7a000 vma
> > > (01.289077) 644: Parsed 76834000-76a93000 vma
> > > (01.289093) 645: Parsed 76834000-76a87000 vma
> > > (01.289108) 7676: Parsed 76834000-76b89000 vma
> > > (01.289124) 644: Parsed 76834000-76aa3000 vma
> > > (01.289139) 645: Parsed 76834000-76a88000 vma
> > > (01.289154) 7676: Parsed 76834000-76b8a000 vma
> > > (01.289169) 644: Parsed 76834000-76aa4000 vma
> > > (01.289185) 645: Parsed 76834000-76a89000 vma
> > > (01.289200) 7676: Parsed 76834000-76b8b000 vma
> > > (01.289216) 644: Parsed 76834000-76aa5000 vma
> > > (01.289271) 645: Parsed 76834000-76a93000 vma
> > > (01.289285) 7676: Parsed 76834000-76b8c000 vma
> > > (01.289301) 644: Parsed 76834000-76ab3000 vma
> > > (01.289318) 645: Parsed 76834000-76aa3000 vma
> > > (01.289333) 7676: Parsed 76834000-76ba4000 vma
> > > (01.289348) 644: Parsed 76834000-76ac2000 vma
> > > (01.289365) 645: Parsed 76834000-76aa4000 vma
> > > (01.289379) 7676: Parsed 76834000-76baa000 vma
> > > (01.289395) 644: Parsed 76834000-76ac3000 vma
> > > (01.289411) 645: Parsed 76834000-76aa5000 vma
> > > (01.289426) 7676: Parsed 76834000-76bab000 vma
> > > (01.289456) 645: Parsed 76834000-76ab3000 vma
> > > (01.289485) 645: Parsed 76834000-76ac2000 vma
> > > (01.289509) 645: Parsed 76834000-76ac3000 vma
> > > (01.289541) 644: Parsed 76834000-76ac4000 vma
> > > (01.289567) 644: Parsed 76834000-76adb000 vma
> > > (01.289583) 7676: Parsed 76834000-76bac000 vma
> > > (01.289592) 644: Parsed 76834000-76aeb000 vma
> > > (01.289611) 7676: Parsed 76834000-76c93000 vma
> > > (01.289626) 644: Parsed 76834000-76aec000 vma
> > > (01.289636) 645: Parsed 76834000-76ac4000 vma
> > > (01.289641) 7676: Parsed 76834000-76c94000 vma
> > > (01.289657) 644: Parsed 76834000-76aed000 vma
> > > (01.289674) 645: Parsed 76834000-76adb000 vma
> > > (01.289689) 7676: Parsed 76834000-76ca7000 vma
> > > (01.289704) 644: Parsed 76834000-76af7000 vma
> > > (01.289720) 645: Parsed 76834000-76aeb000 vma
> > > (01.289735) 7676: Parsed 76834000-76ca8000 vma
> > > (01.289750) 644: Parsed 76834000-76aff000 vma
> > > (01.289765) 645: Parsed 76834000-76aec000 vma
> > > (01.289780) 7676: Parsed 76834000-76d52000 vma
> > > (01.289796) 644: Parsed 76834000-76b0e000 vma
> > > (01.289812) 645: Parsed 76834000-76aed000 vma
> > > (01.289842) 644: Parsed 76834000-76b0f000 vma
> > > (01.289841) 7676: Parsed 76d53000-76d75000 vma
> > > (01.289857) 645: Parsed 76834000-76af7000 vma
> > > (01.289872) 644: Parsed 76834000-76b10000 vma
> > > (01.289889) 7676: Parsed 76d53000-76d76000 vma
> > > (01.289906) 645: Parsed 76834000-76aff000 vma
> > > (01.289921) 644: Parsed 76834000-76b22000 vma
> > > (01.289937) 7676: Parsed 76d53000-76ddd000 vma
> > > (01.289952) 645: Parsed 76834000-76b0e000 vma
> > > (01.289967) 644: Parsed 76834000-76b32000 vma
> > > (01.289982) 7676: Parsed 76d53000-76dec000 vma
> > > (01.289997) 645: Parsed 76834000-76b0f000 vma
> > > (01.290027) 7676: Parsed 76d53000-76ded000 vma
> > > (01.290042) 645: Parsed 76834000-76b10000 vma
> > > (01.290057) 7676: Parsed 76d53000-76dee000 vma
> > > (01.290072) 645: Parsed 76834000-76b22000 vma
> > > (01.290087) 7676: Parsed 76d53000-76ec4000 vma
> > > (01.290102) 645: Parsed 76834000-76b32000 vma
> > > (01.290113) 644: Parsed 76834000-76b3c000 vma
> > > (01.290117) 7676: Parsed 76d53000-76ed4000 vma
> > > (01.290149) 644: Parsed 76834000-76b3d000 vma
> > > (01.290164) 7676: Parsed 76d53000-76ed6000 vma
> > > (01.290180) 644: Parsed 76834000-76b42000 vma
> > > (01.290209) 644: Parsed 76834000-76b51000 vma
> > > (01.290227) 645: Parsed 76834000-76b3c000 vma
> > > (01.290232) 644: Parsed 76834000-76b52000 vma
> > > (01.290255) 645: Parsed 76834000-76b3d000 vma
> > > (01.290269) 644: Parsed 76834000-76b53000 vma
> > > (01.290286) 645: Parsed 76834000-76b42000 vma
> > > (01.290290) 7676: Parsed 76d53000-76ed7000 vma
> > > (01.290301) 644: Parsed 76834000-76b56000 vma
> > > (01.290316) 645: Parsed 76834000-76b51000 vma
> > > (01.290333) 7676: Parsed 76d53000-76eda000 vma
> > > (01.290348) 644: Parsed 76834000-76b65000 vma
> > > (01.290363) 645: Parsed 76834000-76b52000 vma
> > > (01.290379) 7676: Parsed 76d53000-76eed000 vma
> > > (01.290394) 644: Parsed 76834000-76b66000 vma
> > > (01.290410) 645: Parsed 76834000-76b53000 vma
> > > (01.290426) 7676: Parsed 76d53000-76efc000 vma
> > > (01.290441) 644: Parsed 76834000-76b67000 vma
> > > (01.290456) 645: Parsed 76834000-76b56000 vma
> > > (01.290471) 7676: Parsed 76d53000-76efd000 vma
> > > (01.290487) 644: Parsed 76834000-76b7a000 vma
> > > (01.290502) 645: Parsed 76834000-76b65000 vma
> > > (01.290517) 7676: Parsed 76d53000-76efe000 vma
> > > (01.290532) 644: Parsed 76834000-76b89000 vma
> > > (01.290547) 645: Parsed 76834000-76b66000 vma
> > > (01.290563) 7676: Parsed 76d53000-76f00000 vma
> > > (01.290593) 645: Parsed 76834000-76b67000 vma
> > > (01.290608) 7676: Parsed 76d53000-76f0f000 vma
> > > (01.290657) 645: Parsed 76834000-76b7a000 vma
> > > (01.290670) 7676: Parsed 76d53000-76f10000 vma
> > > (01.290683) 644: Parsed 76834000-76b8a000 vma
> > > (01.290703) 7676: Parsed 76d53000-76f11000 vma
> > > (01.290720) 644: Parsed 76834000-76b8b000 vma
> > > (01.290750) 644: Parsed 76834000-76b8c000 vma
> > > (01.290776) 644: Parsed 76834000-76ba4000 vma
> > > (01.290801) 644: Parsed 76834000-76baa000 vma
> > > (01.290807) 645: Parsed 76834000-76b89000 vma
> > > (01.290826) 644: Parsed 76834000-76bab000 vma
> > > (01.290845) 645: Parsed 76834000-76b8a000 vma
> > > (01.290861) 644: Parsed 76834000-76bac000 vma
> > > (01.290878) 645: Parsed 76834000-76b8b000 vma
> > > (01.290894) 644: Parsed 76834000-76c93000 vma
> > > (01.290735) 7676: Parsed 76d53000-76f16000 vma
> > > (01.290911) 645: Parsed 76834000-76b8c000 vma
> > > (01.290926) 644: Parsed 76834000-76c94000 vma
> > > (01.290962) 645: Parsed 76834000-76ba4000 vma
> > > (01.290977) 644: Parsed 76834000-76ca7000 vma
> > > (01.290992) 645: Parsed 76834000-76baa000 vma
> > > (01.291008) 644: Parsed 76834000-76ca8000 vma
> > > (01.291024) 645: Parsed 76834000-76bab000 vma
> > > (01.291038) 644: Parsed 76834000-76d52000 vma
> > > (01.291054) 645: Parsed 76834000-76bac000 vma
> > > (01.291056) 7676: Parsed 76d53000-76f25000 vma
> > > (01.291084) 645: Parsed 76834000-76c93000 vma
> > > (01.291094) 644: Parsed 76d53000-76d75000 vma
> > > (01.291104) 7676: Parsed 76d53000-76f26000 vma
> > > (01.291119) 645: Parsed 76834000-76c94000 vma
> > > (01.291136) 644: Parsed 76d53000-76d76000 vma
> > > (01.291152) 7676: Parsed 76d53000-76f27000 vma
> > > (01.291168) 645: Parsed 76834000-76ca7000 vma
> > > (01.291183) 644: Parsed 76d53000-76ddd000 vma
> > > (01.291199) 7676: Parsed 76d53000-76f38000 vma
> > > (01.291214) 645: Parsed 76834000-76ca8000 vma
> > > (01.291245) 7676: Parsed 76d53000-76f47000 vma
> > > (01.291259) 645: Parsed 76834000-76d52000 vma
> > > (01.291275) 7676: Parsed 76d53000-76f48000 vma
> > > (01.291292) 645: Parsed 76d53000-76d75000 vma
> > > (01.291305) 7676: Parsed 76d53000-76f49000 vma
> > > (01.291320) 645: Parsed 76d53000-76d76000 vma
> > > (01.291331) 644: Parsed 76d53000-76dec000 vma
> > > (01.291334) 7676: Parsed 76d53000-76f4b000 vma
> > > (01.291350) 645: Parsed 76d53000-76ddd000 vma
> > > (01.291367) 644: Parsed 76d53000-76ded000 vma
> > > (01.291384) 7676: Parsed 76f4f000-76f54000 vma
> > > (01.291413) 644: Parsed 76d53000-76dee000 vma
> > > (01.291428) 7676: Parsed 76f4f000-76f64000 vma
> > > (01.291444) 644: Parsed 76d53000-76ec4000 vma
> > > (01.291459) 7676: Parsed 76f4f000-76f69000 vma
> > > (01.291473) 644: Parsed 76d53000-76ed4000 vma
> > > (01.291488) 7676: Parsed 76f4f000-76f78000 vma
> > > (01.291498) 645: Parsed 76d53000-76dec000 vma
> > > (01.291503) 644: Parsed 76d53000-76ed6000 vma
> > > (01.291517) 7676: Parsed 76f4f000-76f79000 vma
> > > (01.291536) 645: Parsed 76d53000-76ded000 vma
> > > (01.291551) 644: Parsed 76d53000-76ed7000 vma
> > > (01.291582) 645: Parsed 76d53000-76dee000 vma
> > > (01.291597) 644: Parsed 76d53000-76eda000 vma
> > > (01.291612) 645: Parsed 76d53000-76ec4000 vma
> > > (01.291627) 644: Parsed 76d53000-76eed000 vma
> > > (01.291641) 7676: Parsed 76f4f000-76f91000 vma
> > > (01.291643) 645: Parsed 76d53000-76ed4000 vma
> > > (01.291657) 644: Parsed 76d53000-76efc000 vma
> > > (01.291677) 7676: Parsed 76f92000-76f95000 vma
> > > (01.291691) 645: Parsed 76d53000-76ed6000 vma
> > > (01.291706) 644: Parsed 76d53000-76efd000 vma
> > > (01.291722) 7676: Parsed 76f92000-76f97000 vma
> > > (01.291737) 645: Parsed 76d53000-76ed7000 vma
> > > (01.291752) 644: Parsed 76d53000-76efe000 vma
> > > (01.291767) 7676: Parsed 76f92000-76f99000 vma
> > > (01.291784) 645: Parsed 76d53000-76eda000 vma
> > > (01.291813) 7676: Parsed 76f92000-76f9b000 vma
> > > (01.291829) 645: Parsed 76d53000-76eed000 vma
> > > (01.291844) 7676: Parsed 76f92000-76fa0000 vma
> > > (01.291859) 645: Parsed 76d53000-76efc000 vma
> > > (01.291874) 7676: Parsed 76f92000-76fa1000 vma
> > > (01.291889) 645: Parsed 76d53000-76efd000 vma
> > > (01.291896) 644: Parsed 76d53000-76f00000 vma
> > > (01.291903) 7676: Parsed 76f92000-76fa2000 vma
> > > (01.291919) 645: Parsed 76d53000-76efe000 vma
> > > (01.291936) 644: Parsed 76d53000-76f0f000 vma
> > > (01.291953) 7676: Parsed 7eb2b000-7eb4c000 vma
> > > (01.292016) 644: Parsed 76d53000-76f10000 vma
> > > (01.292033) 7676: Parsed 7efa4000-7efa5000 vma
> > > (01.292048) 644: Parsed 76d53000-76f11000 vma
> > > (01.292057) 645: Parsed 76d53000-76f00000 vma
> > > (01.292065) 7676: Parsed ffff0000-ffff1000 vma
> > > (01.292079) 644: Parsed 76d53000-76f16000 vma
> > > (01.292097) 645: Parsed 76d53000-76f0f000 vma
> > > (01.292128) 644: Parsed 76d53000-76f25000 vma
> > > (01.292140) 7676: 1 threads require 76K of memory
> > > (01.292145) 645: Parsed 76d53000-76f10000 vma
> > > (01.292160) 644: Parsed 76d53000-76f26000 vma
> > > (01.292177) 7676: Found bootstrap VMA hint at: 0x0xd9000 (needs ~76K)
> > > (01.292192) 645: Parsed 76d53000-76f11000 vma
> > > (01.292207) 644: Parsed 76d53000-76f27000 vma
> > > (01.292240) 645: Parsed 76d53000-76f16000 vma
> > > (01.292256) 644: Parsed 76d53000-76f38000 vma
> > > (01.292276) 645: Parsed 76d53000-76f25000 vma
> > > (01.292297) 644: Parsed 76d53000-76f47000 vma
> > > (01.292318) 645: Parsed 76d53000-76f26000 vma
> > > (01.292339) 644: Parsed 76d53000-76f48000 vma
> > > (01.292361) 645: Parsed 76d53000-76f27000 vma
> > > (01.292409) 645: Parsed 76d53000-76f38000 vma
> > > (01.292441) 645: Parsed 76d53000-76f47000 vma
> > > (01.292481) 7676: call mremap(0x76f92000, 8192, 8192, MAYMOVE |
> FIXED,
> > > 0xe8000)
> > > (01.292504) 644: Parsed 76d53000-76f49000 vma
> > > (01.292533) 644: Parsed 76d53000-76f4b000 vma
> > > (01.292534) 7676: call mremap(0x76f97000, 8192, 8192, MAYMOVE |
> FIXED,
> > > 0xea000)
> > > (01.292561) 644: Parsed 76f4f000-76f54000 vma
> > > (01.292574) 645: Parsed 76d53000-76f48000 vma
> > > (01.292592) 644: Parsed 76f4f000-76f64000 vma
> > > (01.292611) 645: Parsed 76d53000-76f49000 vma
> > > (01.292617) 7676: Thread 0 stack 0xde080 rt_sigframe 0xe6080
> > > (01.292626) 644: Parsed 76f4f000-76f69000 vma
> > > (01.292641) 645: Parsed 76d53000-76f4b000 vma
> > > (01.292676) 644: Parsed 76f4f000-76f78000 vma
> > > (01.292703) 645: Parsed 76f4f000-76f54000 vma
> > > (01.292708) 644: Parsed 76f4f000-76f79000 vma
> > > (01.292731) 645: Parsed 76f4f000-76f64000 vma
> > > (01.292744) 7676: Going to chroot into ./self/fd/6
> > > (01.292747) 644: Parsed 76f4f000-76f91000 vma
> > > (01.292762) 645: Parsed 76f4f000-76f69000 vma
> > > (01.292798) 644: Parsed 76f92000-76f95000 vma
> > > (01.292812) 645: Parsed 76f4f000-76f78000 vma
> > > (01.292828) 644: Parsed 76f92000-76f97000 vma
> > > (01.292843) 645: Parsed 76f4f000-76f79000 vma
> > > (01.292846) 7676: Restoring umask to 22
> > > (01.292858) 644: Parsed 76f92000-76f99000 vma
> > > (01.292874) 645: Parsed 76f4f000-76f91000 vma
> > > (01.292906) 644: Parsed 76f92000-76f9b000 vma
> > > (01.292920) 7676: task_args: 0xe7000
> > > task_args->pid: 7676
> > > task_args->nr_threads: 1
> > > task_args->clone_restore_fn: 0xd9d7c
> > > task_args->thread_args: 0xe7240
> > > (01.292924) 645: Parsed 76f92000-76f95000 vma
> > > (01.292937) 644: Parsed 76f92000-76fa0000 vma
> > > (01.292977) 645: Parsed 76f92000-76f97000 vma
> > > pie: 7676: Switched to the restorer 7676
> > > (01.293001) 644: Parsed 76f92000-76fa1000 vma
> > > (01.293023) 645: Parsed 76f92000-76f99000 vma
> > > (01.293062) 644: Parsed 76f92000-76fa2000 vma
> > > (01.293082) 645: Parsed 76f92000-76f9b000 vma
> > > (01.293116) 645: Parsed 76f92000-76fa0000 vma
> > > (01.293127) 644: Parsed 7eb2b000-7eb4c000 vma
> > > (01.293141) 645: Parsed 76f92000-76fa1000 vma
> > > (01.293162) 644: Parsed 7efa4000-7efa5000 vma
> > > (01.293193) 644: Parsed ffff0000-ffff1000 vma
> > > (01.293203) 645: Parsed 76f92000-76fa2000 vma
> > > (01.293235) 644: 1 threads require 76K of memory
> > > (01.293237) 645: Parsed 7eb2b000-7eb4c000 vma
> > > (01.293261) 644: Found bootstrap VMA hint at: 0x0xd9000 (needs ~76K)
> > > (01.293283) 645: Parsed 7efa4000-7efa5000 vma
> > > (01.293315) 645: Parsed ffff0000-ffff1000 vma
> > > (01.293368) 645: 1 threads require 76K of memory
> > > (01.293415) 645: Found bootstrap VMA hint at: 0x0xd9000 (needs ~76K)
> > > (01.293502) 644: call mremap(0x76f92000, 8192, 8192, MAYMOVE |
> FIXED,
> > > 0xe8000)
> > > (01.293570) 644: call mremap(0x76f97000, 8192, 8192, MAYMOVE |
> FIXED,
> > > 0xea000)
> > > (01.293638) 645: call mremap(0x76f92000, 8192, 8192, MAYMOVE |
> FIXED,
> > > 0xe8000)
> > > (01.293652) 644: Thread 0 stack 0xde080 rt_sigframe 0xe6080
> > > (01.293698) 645: call mremap(0x76f97000, 8192, 8192, MAYMOVE |
> FIXED,
> > > 0xea000)
> > > (01.293817) 645: Thread 0 stack 0xde080 rt_sigframe 0xe6080
> > > (01.293823) 644: Going to chroot into ./self/fd/8
> > > (01.293911) 645: Going to chroot into ./self/fd/11
> > > (01.293951) 644: Restoring umask to 22
> > > (01.293979) 645: Restoring umask to 177
> > > (01.294013) 644: task_args: 0xe7000
> > > task_args->pid: 644
> > > task_args->nr_threads: 1
> > > task_args->clone_restore_fn: 0xd9d7c
> > > task_args->thread_args: 0xe7240
> > > (01.294032) 645: task_args: 0xe7000
> > > task_args->pid: 645
> > > task_args->nr_threads: 1
> > > task_args->clone_restore_fn: 0xd9d7c
> > > task_args->thread_args: 0xe7240
> > > pie: 644: Switched to the restorer 644
> > > pie: 645: Switched to the restorer 645
> > > (01.294460) 1: 3 restore sndbuf 16777216 rcv buf 16777216
> > > (01.294508) 189: Create fd for 14
> > > (01.294540) 308: Restoring fd 4 (state -> receive)
> > > (01.294558) 1: restore priority 0 for socket
> > > (01.294595) 189: Restoring fd 15 (state -> create)
> > > (01.294604) 308: Restoring fd 5 (state -> receive)
> > > (01.294656) 1: restore rcvlowat 1 for socket
> > > (01.294698) 189: Restoring fd 16 (state -> create)
> > > (01.294743) 308: Restoring fd 6 (state -> receive)
> > > (01.294793) 1: restore mark 0 for socket
> > > (01.294833) 189: Restoring fd 17 (state -> create)
> > > (01.294877) 308: Restoring fd 7 (state -> receive)
> > > (01.294928) 1: set passcred for socket
> > > (01.294967) 189: Restoring fd 18 (state -> create)
> > > (01.295012) 308: Restoring fd 8 (state -> receive)
> > > (01.295062) 1: set passsec for socket
> > > (01.295101) 189: Restoring fd 19 (state -> create)
> > > (01.295147) 308: Restoring fd 0 (state -> post_create)
> > > (01.295189) 189: Restoring fd 20 (state -> create)
> > > (01.295205) 308: Restoring fd 1 (state -> post_create)
> > > (01.295206) 1: Create fd for 22
> > > (01.295222) 189: Restoring fd 7 (state -> create)
> > > (01.295237) 308: Restoring fd 2 (state -> post_create)
> > > (01.295256) 1: Wait fdinfo pid=189 fd=6
> > > (01.295282) 189: epoll: Restore eventpoll: id 0x000046 flags 0x80002
> > > (01.295288) 308: Restoring fd 3 (state -> post_create)
> > > (01.295307) 1: Send fd 22 to /crtools-fd-189-6
> > > (01.295339) 308: Restoring fd 4 (state -> post_create)
> > > (01.295374) 308: Restoring fd 5 (state -> post_create)
> > > (01.295378) 189: Create fd for 7
> > > (01.295418) 308: Restoring fd 6 (state -> post_create)
> > > (01.295445) 1: Restoring fd 23 (state -> create)
> > > (01.295508) 189: Restoring fd 0 (state -> receive)
> > > (01.295512) 308: Restoring fd 7 (state -> post_create)
> > > (01.295560) 1: Opening netlink socket id 0x24
> > > (01.295606) 189: Restoring fd 1 (state -> receive)
> > > (01.295650) 308: Restoring fd 8 (state -> post_create)
> > > (01.295708) 189: Restoring fd 2 (state -> receive)
> > > (01.295730) 308: Restore file locks.
> > > (01.295735) 1: 3 restore sndbuf 163840 rcv buf 268435456
> > > (01.295739) 189: Restoring fd 3 (state -> receive)
> > > (01.295782) 1: restore priority 0 for socket
> > > (01.295791) 189: Receive fd for 3
> > > pie: 7676: Remap 0x76691000->0x10000 len 0x7000
> > > (01.295812) 1: restore rcvlowat 1 for socket
> > > (01.295881) 1: restore mark 0 for socket
> > > pie: 7676: Remap 0x76698000->0x26000 len 0x1000
> > > (01.295923) 1: set passcred for socket
> > > pie: 7676: Remap 0x76699000->0x27000 len 0x1000
> > > (01.295999) 1: Create fd for 23
> > > pie: 7676: Remap 0x7669a000->0x28000 len 0x2000
> > > (01.296027) 1: Wait fdinfo pid=189 fd=5
> > > pie: 7676: Remap 0x7669c000->0x1833000 len 0x21000
> > > (01.296075) 1: Send fd 23 to /crtools-fd-189-5
> > > pie: 7676: Remap 0x76855000->0x7ef7e000 len 0x1000
> > > (01.296182) 1: Restoring fd 24 (state -> create)
> > > pie: 7676: Remap 0x76833000->0x7ef17000 len 0x22000
> > > (01.296225) 1: sk unix: Opening standalone socket (id 0x25 ino
> 0x45f9
> > > peer 0)
> > > pie: 7676: Remap 0x76831000->0x76faa000 len 0x1000
> > > pie: 7676: Remap 0x76830000->0x76fa9000 len 0x1000
> > > (01.296376) 1: sk unix: Putting 0x45f9 into listen state
> > > pie: 7676: Remap 0x7682e000->0x76fa7000 len 0x2000
> > > (01.296447) 1: 3 restore sndbuf 163840 rcv buf 163840
> > > pie: 7676: Remap 0x7682d000->0x76fa0000 len 0x1000
> > > (01.296481) 308: Restore via sigreturn
> > > (01.296493) 1: restore priority 0 for socket
> > > pie: 7676: Remap 0x76815000->0x76f82000 len 0x18000
> > > (01.296608) 1: restore rcvlowat 1 for socket
> > > (01.296648) 1: restore mark 0 for socket
> > > pie: 7676: Remap 0x76812000->0x76f7f000 len 0x3000
> > > (01.296713) 1: Create fd for 24
> > > pie: 7676: Remap 0x76811000->0x76f7e000 len 0x1000
> > > (01.296767) 1: Restoring fd 25 (state -> create)
> > > pie: 7676: Remap 0x7680f000->0x76f7c000 len 0x2000
> > > (01.296799) 1: sk unix: Opening standalone socket (id 0x26 ino
> 0x46f2
> > > peer 0)
> > > pie: 7676: Remap 0x767ff000->0x76f6c000 len 0x10000
> > > (01.296857) 308: Parsed 10000-ae000 vma
> > > pie: 7676: Remap 0x76729000->0x76e96000 len 0xd6000
> > > (01.296932) 308: Parsed bd000-be000 vma
> > > (01.296956) 1: sk unix: Putting 0x46f2 into listen state
> > > (01.297026) 308: Parsed bd000-ca000 vma
> > > pie: 7676: Remap 0x76728000->0x76e95000 len 0x1000
> > > (01.297102) 1: 3 restore sndbuf 163840 rcv buf 163840
> > > (01.297122) 308: Parsed bd000-d9000 vma
> > > pie: 7676: Remap 0x76727000->0x76e94000 len 0x1000
> > > (01.297234) 1: restore priority 0 for socket
> > > (01.297272) 308: Parsed 1777000-1798000 vma
> > > pie: 7676: Remap 0x76717000->0x76e84000 len 0x10000
> > > (01.297357) 1: restore rcvlowat 1 for socket
> > > (01.297402) 308: Parsed 1777000-17da000 vma
> > > pie: 7676: Remap 0x76713000->0x76e80000 len 0x4000
> > > (01.297493) 1: restore mark 0 for socket
> > > (01.297536) 308: Parsed 1777000-17f8000 vma
> > > pie: 7676: Remap 0x76711000->0x76e7e000 len 0x2000
> > > (01.297687) 1: Create fd for 25
> > > pie: 7676: Remap 0x76710000->0x76e7d000 len 0x1000
> > > (01.297706) 308: Parsed 749b1000-74a11000 vma
> > > (01.297790) 1: Restoring fd 26 (state -> create)
> > > pie: 7676: Remap 0x7670f000->0x76e7c000 len 0x1000
> > > (01.297806) 308: Parsed 749b1000-74a13000 vma
> > > (01.297824) 1: sk unix: Opening standalone socket (id 0x27 ino
> 0x45fe
> > > peer 0)
> > > pie: 7676: Remap 0x76700000->0x76e6d000 len 0xf000
> > > (01.297855) 308: Parsed 749b1000-74a17000 vma
> > > pie: 645: Remap 0x76855000->0x7ee13000 len 0x1000
> > > pie: 7676: Remap 0x766f3000->0x76e60000 len 0xd000
> > > (01.297915) 308: Parsed 749b1000-74a39000 vma
> > > (01.297931) 1: sk unix: Putting 0x45fe into listen state
> > > pie: 645: Remap 0x76833000->0x7e9bf000 len 0x22000
> > > pie: 7676: Remap 0x766f2000->0x76e5f000 len 0x1000
> > > (01.297981) 308: Parsed 749b1000-74a5b000 vma
> > > (01.298015) 1: 3 restore sndbuf 163840 rcv buf 16777216
> > > pie: 645: Remap 0x76811000->0x77cee000 len 0x21000
> > > pie: 7676: Remap 0x766f1000->0x76e5e000 len 0x1000
> > > (01.298066) 308: Parsed 749b1000-74b39000 vma
> > > (01.298090) 1: restore priority 0 for socket
> > > pie: 645: Remap 0x76802000->0x76fca000 len 0xf000
> > > pie: 7676: Remap 0x766e2000->0x76e4f000 len 0xf000
> > > (01.298135) 308: Parsed 749b1000-74b5b000 vma
> > > (01.298152) 1: restore rcvlowat 1 for socket
> > > pie: 645: Remap 0x767dc000->0x76fa4000 len 0x26000
> > > pie: 7676: Remap 0x766db000->0x76e48000 len 0x7000
> > > (01.298203) 308: Parsed 749b1000-74c39000 vma
> > > (01.298219) 1: restore mark 0 for socket
> > > pie: 7676: Remap 0x766d5000->0x76e42000 len 0x6000
> > > pie: 645: Remap 0x767db000->0x76fa3000 len 0x1000
> > > (01.298274) 308: Parsed 749b1000-74c3a000 vma
> > > (01.298295) 1: set passcred for socket
> > > pie: 7676: Remap 0x766d4000->0x76e41000 len 0x1000
> > > pie: 645: Remap 0x767d9000->0x76fa1000 len 0x2000
> > > (01.298351) 308: Parsed 749b1000-75439000 vma
> > > (01.298366) 1: set passsec for socket
> > > pie: 7676: Remap 0x766d3000->0x76e40000 len 0x1000
> > > pie: 645: Remap 0x767d8000->0x76f9a000 len 0x1000
> > > (01.298416) 308: Parsed 749b1000-7545b000 vma
> > > (01.298459) 1: Create fd for 26
> > > pie: 7676: Remap 0x766c4000->0x76e31000 len 0xf000
> > > pie: 645: Remap 0x7678c000->0x76f48000 len 0x4c000
> > > (01.298481) 308: Parsed 749b1000-75539000 vma
> > > (01.298497) 1: Wait fdinfo pid=189 fd=3
> > > pie: 7676: Remap 0x766bd000->0x76e2a000 len 0x7000
> > > (01.298584) 1: Send fd 26 to /crtools-fd-189-3
> > > pie: 645: Remap 0x7678b000->0x76f47000 len 0x1000
> > > pie: 645: Remap 0x7678a000->0x76f46000 len 0x1000
> > > (01.298728) 1: Restoring fd 27 (state -> create)
> > > pie: 7676: Restoring scheduler params 0.0.0
> > > (01.298757) 308: Parsed 749b1000-7553a000 vma
> > > pie: 645: Remap 0x76772000->0x76f1f000 len 0x18000
> > > (01.298779) 1: sk unix: Opening standalone socket (id 0x28 ino
> 0x4600
> > > peer 0)
> > > (01.298866) 308: Parsed 749b1000-75d39000 vma
> > > pie: 7676: 7676: Restored
> > > (01.298931) 308: Parsed 749b1000-75d3a000 vma
> > > (01.299071) 308: Parsed 749b1000-7659b000 vma
> > > (01.299106) 189: Restoring fd 4 (state -> receive)
> > > (01.299118) 308: Parsed 749b1000-765a2000 vma
> > > (01.299144) 189: Receive fd for 4
> > > (01.299167) 308: Parsed 749b1000-765b1000 vma
> > > (01.299196) 308: Parsed 749b1000-765b2000 vma
> > > (01.299231) 308: Parsed 749b1000-765b3000 vma
> > > (01.299271) 308: Parsed 749b1000-765c0000 vma
> > > (01.299310) 308: Parsed 749b1000-765cf000 vma
> > > (01.299346) 308: Parsed 749b1000-765d0000 vma
> > > pie: 645: Remap 0x7676f000->0x76f1c000 len 0x3000
> > > (01.299374) 308: Parsed 749b1000-765d1000 vma
> > > (01.298995) 1: 3 restore sndbuf 163840 rcv buf 16777216
> > > (01.299433) 308: Parsed 749b1000-765d3000 vma
> > > pie: 645: Remap 0x7676e000->0x76f1b000 len 0x1000
> > > (01.299464) 1: restore priority 0 for socket
> > > (01.299471) 308: Parsed 749b1000-765d7000 vma
> > > (01.299519) 1: restore rcvlowat 1 for socket
> > > pie: 645: Remap 0x7676c000->0x76f19000 len 0x2000
> > > (01.299561) 1: restore mark 0 for socket
> > > (01.299598) 1: set passcred for socket
> > > pie: 645: Remap 0x7675c000->0x76f09000 len 0x10000
> > > (01.299628) 1: set passsec for socket
> > > (01.299666) 308: Parsed 749b1000-765e7000 vma
> > > pie: 645: Remap 0x76686000->0x76e33000 len 0xd6000
> > > (01.299701) 1: Create fd for 27
> > > (01.299702) 308: Parsed 749b1000-765e8000 vma
> > > (01.299740) 1: Wait fdinfo pid=189 fd=4
> > > (01.299770) 308: Parsed 749b1000-765e9000 vma
> > > (01.299797) 1: Send fd 27 to /crtools-fd-189-4
> > > (01.299822) 308: Parsed 749b1000-765ec000 vma
> > > (01.299874) 308: Parsed 749b1000-765fb000 vma
> > > (01.299921) 308: Parsed 749b1000-765fc000 vma
> > > (01.299931) 1: Restoring fd 28 (state -> create)
> > > (01.299969) 308: Parsed 749b1000-765fd000 vma
> > > (01.299992) 1: timerfd: Creating timerfd id 0x29 clockid 1
> > > settime_flags 1 ticks 0 it_value(141, 706568570) it_interval(0, 0)
> > > (01.300015) 308: Parsed 749b1000-76602000 vma
> > > (01.300053) 308: Parsed 749b1000-76611000 vma
> > > pie: 645: Remap 0x76613000->0x76dc0000 len 0x73000
> > > (01.300075) 1: Create fd for 28
> > > (01.300086) 308: Parsed 749b1000-76612000 vma
> > > (01.300180) 1: Restoring fd 29 (state -> create)
> > > (01.300189) 308: Parsed 749b1000-76613000 vma
> > > (01.300258) 1: sk unix: Opening standalone socket (id 0x2a ino
> 0x4658
> > > peer 0x4600)
> > > (01.300281) 308: Parsed 749b1000-76620000 vma
> > > pie: 645: Attach SYSV shmem 65538 at 0x0
> > > pie: 645: Error (pie/restorer.c:1176): Can't restore 0x76f9b000 mappin>
> > > (01.300378) 1: Trying to restore recv queue for 42
> > > pie: 645: g with 0x0
> > > (01.300492) 1: No sk-queues.img image
> > > pie: 645: Error (pie/restorer.c:1506): Restorer fail 645
> > > (01.300868) 308: Parsed 749b1000-7662f000 vma
> > > (01.300957) 308: Parsed 749b1000-76630000 vma
> > > (01.301032) 308: Parsed 749b1000-76631000 vma
> > > (01.301085) 308: Parsed 749b1000-76633000 vma
> > > (01.301110) 308: Parsed 749b1000-76636000 vma
> > > (01.301135) 308: Parsed 749b1000-76645000 vma
> > > (01.301160) 308: Parsed 749b1000-76646000 vma
> > > pie: 644: Remap 0x76855000->0x7ee13000 len 0x1000
> > > (01.301187) 308: Parsed 749b1000-76647000 vma
> > > (01.301241) 308: Parsed 749b1000-7664e000 vma
> > > pie: 644: Remap 0x76833000->0x7e9bf000 len 0x22000
> > > (01.301276) 308: Parsed 749b1000-7665d000 vma
> > > (01.301314) 308: Parsed 749b1000-7665e000 vma
> > > pie: 644: Remap 0x76811000->0x77cee000 len 0x21000
> > > (01.301339) 308: Parsed 749b1000-7665f000 vma
> > > pie: 644: Remap 0x76802000->0x76fca000 len 0xf000
> > > pie: 644: Remap 0x767dc000->0x76fa4000 len 0x26000
> > > pie: 644: Remap 0x767db000->0x76fa3000 len 0x1000
> > > (01.301499) 308: Parsed 749b1000-76665000 vma
> > > pie: 644: Remap 0x767d9000->0x76fa1000 len 0x2000
> > > (01.301531) 308: Parsed 749b1000-76669000 vma
> > > (01.301565) 308: Parsed 749b1000-76678000 vma
> > > pie: 644: Remap 0x767d8000->0x76f9a000 len 0x1000
> > > (01.301589) 308: Parsed 749b1000-76679000 vma
> > > pie: 644: Remap 0x7678c000->0x76f48000 len 0x4c000
> > > (01.301683) 308: Parsed 749b1000-7667a000 vma
> > > pie: 644: Remap 0x7678b000->0x76f47000 len 0x1000
> > > (01.301735) 308: Parsed 749b1000-76750000 vma
> > > pie: 644: Remap 0x7678a000->0x76f46000 len 0x1000
> > > (01.301788) 308: Parsed 749b1000-76760000 vma
> > > pie: 644: Remap 0x76772000->0x76f1f000 len 0x18000
> > > (01.301826) 308: Parsed 749b1000-76762000 vma
> > > pie: 644: Remap 0x7676f000->0x76f1c000 len 0x3000
> > > (01.301873) 308: Parsed 749b1000-76763000 vma
> > > pie: 644: Remap 0x7676e000->0x76f1b000 len 0x1000
> > > (01.301923) 308: Parsed 749b1000-76766000 vma
> > > pie: 644: Remap 0x7676c000->0x76f19000 len 0x2000
> > > (01.301958) 308: Parsed 749b1000-76769000 vma
> > > pie: 644: Remap 0x7675c000->0x76f09000 len 0x10000
> > > (01.301999) 308: Parsed 749b1000-76778000 vma
> > > pie: 644: Remap 0x76686000->0x76e33000 len 0xd6000
> > > (01.302037) 308: Parsed 749b1000-76779000 vma
> > > pie: 644: Attach SYSV shmem 65538 at 0x0
> > > pie: 644: Error (pie/restorer.c:1176): Can't restore 0x76f9b000 mappin>
> > > pie: 644: g with 0x0
> > > pie: 644: Error (pie/restorer.c:1506): Restorer fail 644
> > > (01.302209) 308: Parsed 749b1000-7677a000 vma
> > > (01.302246) 308: Parsed 749b1000-76780000 vma
> > > (01.302275) 308: Parsed 749b1000-7678f000 vma
> > > (01.302301) 308: Parsed 749b1000-76790000 vma
> > > (01.302327) 308: Parsed 749b1000-76791000 vma
> > > (01.302352) 308: Parsed 749b1000-76793000 vma
> > > (01.302377) 308: Parsed 749b1000-767a2000 vma
> > > (01.302404) 308: Parsed 749b1000-767a3000 vma
> > > (01.302430) 308: Parsed 749b1000-767a4000 vma
> > > (01.302425) 189: Restoring fd 5 (state -> receive)
> > > (01.302457) 308: Parsed 749b1000-767a9000 vma
> > > (01.302484) 189: Receive fd for 5
> > > (01.302502) 308: Parsed 749b1000-767b8000 vma
> > > (01.302572) 189: Restoring fd 6 (state -> receive)
> > > (01.302607) 189: Receive fd for 6
> > > (01.302652) 308: Parsed 749b1000-767b9000 vma
> > > (01.302676) 189: Restoring fd 8 (state -> receive)
> > > (01.302683) 308: Parsed 749b1000-767ba000 vma
> > > (01.302703) 189: Restoring fd 9 (state -> receive)
> > > (01.302720) 308: Parsed 749b1000-767bc000 vma
> > > (01.302734) 189: Restoring fd 10 (state -> receive)
> > > (01.302751) 308: Parsed 749b1000-767cb000 vma
> > > (01.302764) 189: Restoring fd 11 (state -> receive)
> > > (01.302781) 308: Parsed 749b1000-767cc000 vma
> > > (01.302793) 189: Restoring fd 12 (state -> receive)
> > > (01.302810) 308: Parsed 749b1000-767cd000 vma
> > > (01.302822) 189: Restoring fd 13 (state -> receive)
> > > (01.302839) 308: Parsed 749b1000-767de000 vma
> > > (01.302852) 189: Restoring fd 14 (state -> receive)
> > > (01.302869) 308: Parsed 749b1000-767ed000 vma
> > > (01.302881) 189: Restoring fd 15 (state -> receive)
> > > (01.302898) 308: Parsed 749b1000-767ee000 vma
> > > (01.302911) 189: Receive fd for 15
> > > (01.302928) 308: Parsed 749b1000-767ef000 vma
> > > (01.302956) 308: Parsed 749b1000-767f1000 vma
> > > (01.302978) 189: Restoring fd 16 (state -> receive)
> > > (01.302979) 308: Parsed 749b1000-76801000 vma
> > > (01.303004) 189: Receive fd for 16
> > > (01.303128) 308: Parsed 749b1000-76811000 vma
> > > (01.303160) 308: Parsed 749b1000-76812000 vma
> > > (01.303185) 308: Parsed 749b1000-76813000 vma
> > > (01.303209) 308: Parsed 749b1000-7682b000 vma
> > > (01.303234) 308: Parsed 749b1000-76830000 vma
> > > (01.303257) 308: Parsed 749b1000-76831000 vma
> > > (01.303281) 308: Parsed 749b1000-76832000 vma
> > > (01.345631) Error (cr-restore.c:987): 2089 killed by signal 9: Killed
> > > (01.394844) Switching to new ns to clean ghosts
> > > (01.459880) Error (cr-restore.c:1866): Restoring FAILED.
> > _______________________________________________
> > CRIU mailing list
> > CRIU at openvz.org
> > https://lists.openvz.org/mailman/listinfo/criu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxcontainers.org/pipermail/lxc-users/attachments/20160617/c997b20e/attachment-0001.html>
More information about the lxc-users
mailing list