All of lore.kernel.org
 help / color / mirror / Atom feed
* Long delays creating a netns after deleting one (possibly RCU related)
@ 2016-11-09 15:42 Rolf Neugebauer
  2016-11-10 17:37 ` Cong Wang
  0 siblings, 1 reply; 22+ messages in thread
From: Rolf Neugebauer @ 2016-11-09 15:42 UTC (permalink / raw)
  To: linux-kernel, netdev; +Cc: Justin Cormack, Ian Campbell, Rolf Neugebauer

[-- Attachment #1: Type: text/plain, Size: 5269 bytes --]

Hi

We noticed some long delays starting docker containers on some newer
kernels (starting with 4.5.x and still present in 4.9-rc4, 4.4.x is
fine). We narrowed this down to the creation of a network namespace
being delayed directly after removing another one (details and
reproduction below). We have seen delays of up to 60s on some systems.

- The delay is proportional to the number of CPUs (online or offline).
We first discovered it with a Hyper-V Linux VM. Hyper-V advertises up
to 240 offline vCPUs even if one configures the VM with only, say 2
vCPUs. We see linear increase in delay when we change NR_CPUS in the
kernel config.

- The delay is also dependent on some tunnel network interfaces being
present (which we had compiled in in one of our kernel configs).

- We can reproduce this issue with stock kernels from
http://kernel.ubuntu.com/~kernel-ppa/mainline/running in Hyper-V VMs
as well as other hypervisors like qemu and hyperkit where we have good
control over the number of CPUs.

A simple test is:
modprobe ipip
moprobe  ip_gre
modprobe ip_vti
echo -n "add netns foo ===> "; /usr/bin/time -f "%E" ip netns add foo
echo -n "del netns foo ===> "; /usr/bin/time -f "%E" ip netns delete foo
echo -n "add netns bar ===> "; /usr/bin/time -f "%E" ip netns add bar
echo -n "del netns bar ===> "; /usr/bin/time -f "%E" ip netns delete bar

with an output like:
add netns foo ===> 0:00.00
del netns foo ===> 0:00.01
add netns bar ===> 0:08.53
del netns bar ===> 0:00.01

This is on a 4.9-rc4 kernel from the above URL configured with
NR_CPUS=256 running in a Hyper-V VM (kernel config attached).

Below is a dump of the work queues while the second 'ip add netns' is
hanging. The state of the work queues does not seem to change while
the command is delayed and the pattern shown is consistent across
different kernel versions.

Is this a known issue and/or is someone working on a fix?

Thanks
Rolf
[I'm not subscribed to linux-kernel@ nor netdev@, please cc me on replies]


[  610.356272] sysrq: SysRq : Show Blocked State
[  610.356742]   task                        PC stack   pid father
[  610.357252] kworker/u480:1  D    0  1994      2 0x00000000
[  610.357752] Workqueue: netns cleanup_net
[  610.358239]  ffff9892f1065800 0000000000000000 ffff9892ee1e1e00
ffff9892f8e59340
[  610.358705]  ffff9892f4526900 ffffbf0104b5ba88 ffffffffbe486df3
ffffbf0104b5ba60
[  610.359168]  00ffffffbdcbe663 ffff9892f8e59340 0000000100012e70
ffff9892ee1e1e00
[  610.359677] Call Trace:
[  610.360169]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
[  610.360723]  [<ffffffffbe4872d6>] schedule+0x36/0x80
[  610.361194]  [<ffffffffbe48a9ca>] schedule_timeout+0x22a/0x3f0
[  610.361789]  [<ffffffffbe486dfb>] ? __schedule+0x23b/0x6e0
[  610.362260]  [<ffffffffbe487d24>] wait_for_completion+0xb4/0x140
[  610.362736]  [<ffffffffbdcb05a0>] ? wake_up_q+0x80/0x80
[  610.363306]  [<ffffffffbdceb528>] __wait_rcu_gp+0xc8/0xf0
[  610.363782]  [<ffffffffbdceea5c>] synchronize_sched+0x5c/0x80
[  610.364137]  [<ffffffffbdcf0010>] ? call_rcu_bh+0x20/0x20
[  610.364742]  [<ffffffffbdceb440>] ?
trace_raw_output_rcu_utilization+0x60/0x60
[  610.365337]  [<ffffffffbe3696bc>] synchronize_net+0x1c/0x30
[  610.365846]  [<ffffffffbe369803>] netif_napi_del+0x23/0x80
[  610.367494]  [<ffffffffc057f6f8>] ip_tunnel_dev_free+0x68/0xf0 [ip_tunnel]
[  610.368007]  [<ffffffffbe372c10>] netdev_run_todo+0x230/0x330
[  610.368454]  [<ffffffffbe37eb4e>] rtnl_unlock+0xe/0x10
[  610.369001]  [<ffffffffc057f4df>] ip_tunnel_delete_net+0xdf/0x120 [ip_tunnel]
[  610.369500]  [<ffffffffc058b92c>] ipip_exit_net+0x2c/0x30 [ipip]
[  610.369997]  [<ffffffffbe362688>] ops_exit_list.isra.4+0x38/0x60
[  610.370636]  [<ffffffffbe363674>] cleanup_net+0x1c4/0x2b0
[  610.371130]  [<ffffffffbdc9e4ac>] process_one_work+0x1fc/0x4b0
[  610.371812]  [<ffffffffbdc9e7ab>] worker_thread+0x4b/0x500
[  610.373074]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
[  610.373622]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
[  610.374100]  [<ffffffffbdca4b09>] kthread+0xd9/0xf0
[  610.374574]  [<ffffffffbdca4a30>] ? kthread_park+0x60/0x60
[  610.375198]  [<ffffffffbe48c2b5>] ret_from_fork+0x25/0x30
[  610.375678] ip              D    0  2149   2148 0x00000000
[  610.376185]  ffff9892f0a99000 0000000000000000 ffff9892f0a66900
[  610.376185]  ffff9892f8e59340
[  610.376185]  ffff9892f4526900 ffffbf0101173db8 ffffffffbe486df3
[  610.376753]  00000005fecffd76
[  610.376762]  00ff9892f11d9820 ffff9892f8e59340 ffff989200000000
ffff9892f0a66900
[  610.377274] Call Trace:
[  610.377789]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
[  610.378306]  [<ffffffffbe4872d6>] schedule+0x36/0x80
[  610.378992]  [<ffffffffbe48756e>] schedule_preempt_disabled+0xe/0x10
[  610.379514]  [<ffffffffbe489199>] __mutex_lock_slowpath+0xb9/0x130
[  610.380031]  [<ffffffffbde0fce2>] ? __kmalloc+0x162/0x1e0
[  610.380556]  [<ffffffffbe48922f>] mutex_lock+0x1f/0x30
[  610.381135]  [<ffffffffbe3637ff>] copy_net_ns+0x9f/0x170
[  610.381647]  [<ffffffffbdca5e6b>] create_new_namespaces+0x11b/0x200
[  610.382249]  [<ffffffffbdca60fa>] unshare_nsproxy_namespaces+0x5a/0xb0
[  610.382818]  [<ffffffffbdc82dcd>] SyS_unshare+0x1cd/0x360
[  610.383319]  [<ffffffffbe48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad

[-- Attachment #2: config-4.9.0-040900rc4-generic --]
[-- Type: application/octet-stream, Size: 201038 bytes --]

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 4.9.0-040900rc4-generic Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=28
CONFIG_ARCH_MMAP_RND_BITS_MAX=32
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_DEBUG_RODATA=y
CONFIG_PGTABLE_LEVELS=4
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# 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_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_CHIP=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
CONFIG_TASKS_RCU=y
CONFIG_RCU_STALL_COMMON=y
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_RCU_EXPEDITE_BOOT is not set
CONFIG_BUILD_BIN2C=y
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=18
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_NMI_LOG_BUF_SHIFT=13
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_NUMA_BALANCING=y
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
# CONFIG_MEMCG_SWAP_ENABLED is not set
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_CGROUP_PIDS=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
# CONFIG_CGROUP_DEBUG is not set
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=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BPF=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_PRINTK=y
CONFIG_PRINTK_NMI=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_BPF_SYSCALL=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_USERFAULTFD=y
CONFIG_PCI_QUIRKS=y
CONFIG_MEMBARRIER=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=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_SLAB_FREELIST_RANDOM=y
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_SYSTEM_DATA_VERIFICATION=y
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
CONFIG_KEXEC_CORE=y
CONFIG_OPROFILE=m
# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
CONFIG_OPTPROBES=y
CONFIG_KPROBES_ON_FTRACE=y
CONFIG_UPROBES=y
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_NMI=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_GCC_PLUGINS=y
# CONFIG_GCC_PLUGINS is not set
CONFIG_HAVE_CC_STACKPROTECTOR=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR_NONE is not set
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
CONFIG_CC_STACKPROTECTOR_STRONG=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_HAVE_EXIT_THREAD=y
CONFIG_ARCH_MMAP_RND_BITS=28
CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
CONFIG_HAVE_COPY_THREAD_TLS=y
CONFIG_HAVE_STACK_VALIDATION=y
# CONFIG_HAVE_ARCH_HASH is not set
CONFIG_ISA_BUS_API=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y
# CONFIG_CPU_NO_EFFICIENT_FFS is not set
CONFIG_HAVE_ARCH_VMAP_STACK=y
CONFIG_VMAP_STACK=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
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=y
# CONFIG_MODULE_SIG_FORCE is not set
CONFIG_MODULE_SIG_ALL=y
# CONFIG_MODULE_SIG_SHA1 is not set
# CONFIG_MODULE_SIG_SHA224 is not set
# CONFIG_MODULE_SIG_SHA256 is not set
# CONFIG_MODULE_SIG_SHA384 is not set
CONFIG_MODULE_SIG_SHA512=y
CONFIG_MODULE_SIG_HASH="sha512"
# CONFIG_MODULE_COMPRESS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y
CONFIG_BLK_CMDLINE_PARSER=y

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_AIX_PARTITION=y
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
CONFIG_SYSV68_PARTITION=y
CONFIG_CMDLINE_PARTITION=y
CONFIG_BLOCK_COMPAT=y
CONFIG_BLK_MQ_PCI=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
CONFIG_DEFAULT_DEADLINE=y
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="deadline"
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_PADATA=y
CONFIG_ASN1=y
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_INLINE_READ_UNLOCK=y
CONFIG_INLINE_READ_UNLOCK_IRQ=y
CONFIG_INLINE_WRITE_UNLOCK=y
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_FREEZER=y

#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
CONFIG_X86_FAST_FEATURE_TESTS=y
CONFIG_X86_X2APIC=y
CONFIG_X86_MPPARSE=y
# CONFIG_GOLDFISH is not set
CONFIG_X86_EXTENDED_PLATFORM=y
CONFIG_X86_NUMACHIP=y
# CONFIG_X86_VSMP is not set
# CONFIG_X86_UV is not set
# CONFIG_X86_GOLDFISH is not set
# CONFIG_X86_INTEL_MID is not set
CONFIG_MLX_PLATFORM=m
CONFIG_X86_INTEL_LPSS=y
CONFIG_X86_AMD_PLATFORM_DEVICE=y
CONFIG_IOSF_MBI=y
CONFIG_IOSF_MBI_DEBUG=y
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_DEBUG is not set
CONFIG_PARAVIRT_SPINLOCKS=y
# CONFIG_QUEUED_LOCK_STAT is not set
CONFIG_XEN=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_512GB=y
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_XEN_PVH=y
CONFIG_KVM_GUEST=y
CONFIG_KVM_DEBUG_FS=y
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_PARAVIRT_CLOCK=y
CONFIG_NO_BOOTMEM=y
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_PROCESSOR_SELECT=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
CONFIG_CALGARY_IOMMU=y
CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=256
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
CONFIG_X86_MCE_INJECT=m
CONFIG_X86_THERMAL_VECTOR=y

#
# Performance monitoring
#
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_PERF_EVENTS_INTEL_RAPL=m
CONFIG_PERF_EVENTS_INTEL_CSTATE=m
# CONFIG_PERF_EVENTS_AMD_POWER is not set
# CONFIG_VM86 is not set
CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
CONFIG_X86_VSYSCALL_EMULATION=y
CONFIG_I8K=m
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_X86_DIRECT_GBPAGES=y
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=6
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_MEMORY_PROBE=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
CONFIG_MOVABLE_NODE=y
CONFIG_HAVE_BOOTMEM_INFO_NODE=y
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
CONFIG_HWPOISON_INJECT=m
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
CONFIG_TRANSPARENT_HUGE_PAGECACHE=y
CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA_DEBUGFS is not set
CONFIG_CMA_AREAS=7
CONFIG_MEM_SOFT_DIRTY=y
CONFIG_ZSWAP=y
CONFIG_ZPOOL=y
CONFIG_ZBUD=y
CONFIG_Z3FOLD=m
CONFIG_ZSMALLOC=y
CONFIG_PGTABLE_MAPPING=y
# CONFIG_ZSMALLOC_STAT is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
CONFIG_ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_IDLE_PAGE_TRACKING=y
CONFIG_ZONE_DEVICE=y
CONFIG_FRAME_VECTOR=y
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
CONFIG_ARCH_HAS_PKEYS=y
CONFIG_X86_PMEM_LEGACY_DEVICE=y
CONFIG_X86_PMEM_LEGACY=y
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
CONFIG_X86_INTEL_MPX=y
CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_EFI_MIXED=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
CONFIG_KEXEC_VERIFY_SIG=y
CONFIG_KEXEC_BZIMAGE_VERIFY_SIG=y
CONFIG_CRASH_DUMP=y
CONFIG_KEXEC_JUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_X86_NEED_RELOCS=y
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_RANDOMIZE_MEMORY=y
CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_COMPAT_VDSO is not set
# CONFIG_LEGACY_VSYSCALL_NATIVE is not set
CONFIG_LEGACY_VSYSCALL_EMULATE=y
# CONFIG_LEGACY_VSYSCALL_NONE is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_MODIFY_LDT_SYSCALL=y
CONFIG_HAVE_LIVEPATCH=y
CONFIG_LIVEPATCH=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y

#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_SUSPEND_SKIP_SYNC is not set
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=100
CONFIG_PM_WAKELOCKS_GC=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PM_SLEEP_DEBUG=y
# CONFIG_DPM_WATCHDOG is not set
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_CLK=y
CONFIG_PM_GENERIC_DOMAINS=y
CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
# CONFIG_ACPI_DEBUGGER is not set
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS_POWER is not set
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
CONFIG_ACPI_EC_DEBUGFS=m
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_CPU_FREQ_PSS=y
CONFIG_ACPI_PROCESSOR_CSTATE=y
CONFIG_ACPI_PROCESSOR_IDLE=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_IPMI=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_TABLE_UPGRADE=y
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_PCI_SLOT=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_MEMORY=y
CONFIG_ACPI_HOTPLUG_IOAPIC=y
CONFIG_ACPI_SBS=m
CONFIG_ACPI_HED=y
# CONFIG_ACPI_CUSTOM_METHOD is not set
CONFIG_ACPI_BGRT=y
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
CONFIG_ACPI_NFIT=m
# CONFIG_ACPI_NFIT_DEBUG is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
CONFIG_ACPI_APEI=y
CONFIG_ACPI_APEI_GHES=y
CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_ACPI_APEI_MEMORY_FAILURE=y
CONFIG_ACPI_APEI_EINJ=m
# CONFIG_ACPI_APEI_ERST_DEBUG is not set
CONFIG_DPTF_POWER=m
CONFIG_ACPI_WATCHDOG=y
CONFIG_ACPI_EXTLOG=m
# CONFIG_PMIC_OPREGION is not set
CONFIG_ACPI_CONFIGFS=m
CONFIG_SFI=y

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y

#
# CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_PCC_CPUFREQ=y
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_X86_ACPI_CPUFREQ_CPB=y
CONFIG_X86_POWERNOW_K8=y
CONFIG_X86_AMD_FREQ_SENSITIVITY=m
CONFIG_X86_SPEEDSTEP_CENTRINO=y
CONFIG_X86_P4_CLOCKMOD=m

#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=m

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
CONFIG_INTEL_IDLE=y

#
# Memory power savings
#
CONFIG_I7300_IDLE_IOAT_CHANNEL=y
CONFIG_I7300_IDLE=m

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_XEN=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEBUG=y
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
CONFIG_PCIE_DPC=y
CONFIG_PCIE_PTM=y
CONFIG_PCI_BUS_ADDR_T_64BIT=y
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_REALLOC_ENABLE_AUTO=y
CONFIG_PCI_STUB=m
CONFIG_XEN_PCIDEV_FRONTEND=m
CONFIG_HT_IRQ=y
CONFIG_PCI_ATS=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_LABEL=y
CONFIG_PCI_HYPERV=m
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
CONFIG_HOTPLUG_PCI_CPCI=y
CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m
CONFIG_HOTPLUG_PCI_SHPC=m

#
# PCI host controller drivers
#
CONFIG_PCIE_DW_PLAT=y
CONFIG_PCIE_DW=y
CONFIG_VMD=m
CONFIG_ISA_BUS=y
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
CONFIG_PCCARD=m
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=m
CONFIG_I82092=m
CONFIG_PCCARD_NONSTATIC=y
CONFIG_RAPIDIO=y
CONFIG_RAPIDIO_TSI721=m
CONFIG_RAPIDIO_DISC_TIMEOUT=30
# CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set
CONFIG_RAPIDIO_DMA_ENGINE=y
# CONFIG_RAPIDIO_DEBUG is not set
CONFIG_RAPIDIO_ENUM_BASIC=m
CONFIG_RAPIDIO_CHMAN=m
CONFIG_RAPIDIO_MPORT_CDEV=m

#
# RapidIO Switch drivers
#
CONFIG_RAPIDIO_TSI57X=m
CONFIG_RAPIDIO_CPS_XX=m
CONFIG_RAPIDIO_TSI568=m
CONFIG_RAPIDIO_CPS_GEN2=m
CONFIG_RAPIDIO_RXS_GEN3=m
# CONFIG_X86_SYSFB is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=m
CONFIG_COREDUMP=y
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
CONFIG_X86_X32=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_KEYS_COMPAT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_PMC_ATOM=y
CONFIG_NET=y
CONFIG_COMPAT_NETLINK_MESSAGES=y
CONFIG_NET_INGRESS=y
CONFIG_NET_EGRESS=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_DIAG=m
CONFIG_UNIX=y
CONFIG_UNIX_DIAG=m
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=m
CONFIG_XFRM_USER=m
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
CONFIG_XFRM_STATISTICS=y
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=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE_DEMUX=m
CONFIG_NET_IP_TUNNEL=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=m
CONFIG_NET_UDP_TUNNEL=m
CONFIG_NET_FOU=m
CONFIG_NET_FOU_IP_TUNNELS=y
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_DIAG=m
CONFIG_INET_TCP_DIAG=m
CONFIG_INET_UDP_DIAG=m
CONFIG_INET_DIAG_DESTROY=y
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_HTCP=m
CONFIG_TCP_CONG_HSTCP=m
CONFIG_TCP_CONG_HYBLA=m
CONFIG_TCP_CONG_VEGAS=m
CONFIG_TCP_CONG_NV=m
CONFIG_TCP_CONG_SCALABLE=m
CONFIG_TCP_CONG_LP=m
CONFIG_TCP_CONG_VENO=m
CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=m
CONFIG_TCP_CONG_DCTCP=m
CONFIG_TCP_CONG_CDG=m
CONFIG_TCP_CONG_BBR=m
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
CONFIG_IPV6_MIP6=m
CONFIG_IPV6_ILA=m
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=m
CONFIG_IPV6_VTI=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_SIT_6RD=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
CONFIG_IPV6_GRE=m
CONFIG_IPV6_FOU=m
CONFIG_IPV6_FOU_TUNNEL=m
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
# 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_INGRESS=y
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_SECMARK=y
CONFIG_NF_CONNTRACK_ZONES=y
# CONFIG_NF_CONNTRACK_PROCFS is not set
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
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=m
CONFIG_NF_CT_NETLINK_HELPER=m
CONFIG_NETFILTER_NETLINK_GLUE_CT=y
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_NAT_REDIRECT=m
CONFIG_NETFILTER_SYNPROXY=m
CONFIG_NF_TABLES=m
CONFIG_NF_TABLES_INET=m
CONFIG_NF_TABLES_NETDEV=m
CONFIG_NFT_EXTHDR=m
CONFIG_NFT_META=m
CONFIG_NFT_NUMGEN=m
CONFIG_NFT_CT=m
CONFIG_NFT_SET_RBTREE=m
CONFIG_NFT_SET_HASH=m
CONFIG_NFT_COUNTER=m
CONFIG_NFT_LOG=m
CONFIG_NFT_LIMIT=m
CONFIG_NFT_MASQ=m
CONFIG_NFT_REDIR=m
CONFIG_NFT_NAT=m
CONFIG_NFT_QUEUE=m
CONFIG_NFT_QUOTA=m
CONFIG_NFT_REJECT=m
CONFIG_NFT_REJECT_INET=m
CONFIG_NFT_COMPAT=m
CONFIG_NFT_HASH=m
CONFIG_NF_DUP_NETDEV=m
CONFIG_NFT_DUP_NETDEV=m
CONFIG_NFT_FWD_NETDEV=m
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_CONNSECMARK=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 is not set
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_SECMARK=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=m
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=m
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=m
CONFIG_IP_SET_HASH_IPPORT=m
CONFIG_IP_SET_HASH_IPPORTIP=m
CONFIG_IP_SET_HASH_IPPORTNET=m
CONFIG_IP_SET_HASH_MAC=m
CONFIG_IP_SET_HASH_NETPORTNET=m
CONFIG_IP_SET_HASH_NET=m
CONFIG_IP_SET_HASH_NETNET=m
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=y
# 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=m
CONFIG_IP_VS_OVF=m
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_TABLES_IPV4=m
CONFIG_NFT_CHAIN_ROUTE_IPV4=m
CONFIG_NFT_REJECT_IPV4=m
CONFIG_NFT_DUP_IPV4=m
CONFIG_NF_TABLES_ARP=m
CONFIG_NF_DUP_IPV4=m
CONFIG_NF_LOG_ARP=m
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_NAT_IPV4=m
CONFIG_NFT_CHAIN_NAT_IPV4=m
CONFIG_NF_NAT_MASQUERADE_IPV4=m
CONFIG_NFT_MASQ_IPV4=m
CONFIG_NFT_REDIR_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=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_SYNPROXY=m
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_SECURITY=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_TABLES_IPV6=m
CONFIG_NFT_CHAIN_ROUTE_IPV6=m
CONFIG_NFT_REJECT_IPV6=m
CONFIG_NFT_DUP_IPV6=m
CONFIG_NF_DUP_IPV6=m
CONFIG_NF_REJECT_IPV6=m
CONFIG_NF_LOG_IPV6=m
CONFIG_NF_NAT_IPV6=m
CONFIG_NFT_CHAIN_NAT_IPV6=m
CONFIG_NF_NAT_MASQUERADE_IPV6=m
CONFIG_NFT_MASQ_IPV6=m
CONFIG_NFT_REDIR_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=m
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=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_RAW=m
CONFIG_IP6_NF_SECURITY=m
CONFIG_IP6_NF_NAT=m
CONFIG_IP6_NF_TARGET_MASQUERADE=m
CONFIG_IP6_NF_TARGET_NPT=m

#
# DECnet: Netfilter Configuration
#
CONFIG_DECNET_NF_GRABULATOR=m
CONFIG_NF_TABLES_BRIDGE=m
CONFIG_NFT_BRIDGE_META=m
CONFIG_NFT_BRIDGE_REJECT=m
CONFIG_NF_LOG_BRIDGE=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=m
CONFIG_INET_DCCP_DIAG=m

#
# DCCP CCIDs Configuration
#
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
# CONFIG_IP_DCCP_CCID3 is not set

#
# DCCP Kernel Hacking
#
# CONFIG_IP_DCCP_DEBUG is not set
CONFIG_NET_DCCPPROBE=m
CONFIG_IP_SCTP=m
CONFIG_NET_SCTPPROBE=m
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
CONFIG_INET_SCTP_DIAG=m
CONFIG_RDS=m
CONFIG_RDS_RDMA=m
CONFIG_RDS_TCP=m
# CONFIG_RDS_DEBUG is not set
CONFIG_TIPC=m
CONFIG_TIPC_MEDIA_IB=y
CONFIG_TIPC_MEDIA_UDP=y
CONFIG_ATM=m
CONFIG_ATM_CLIP=m
# CONFIG_ATM_CLIP_NO_ICMP is not set
CONFIG_ATM_LANE=m
CONFIG_ATM_MPOA=m
CONFIG_ATM_BR2684=m
# CONFIG_ATM_BR2684_IPFILTER is not set
CONFIG_L2TP=m
CONFIG_L2TP_DEBUGFS=m
CONFIG_L2TP_V3=y
CONFIG_L2TP_IP=m
CONFIG_L2TP_ETH=m
CONFIG_STP=m
CONFIG_GARP=m
CONFIG_MRP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_BRIDGE_VLAN_FILTERING=y
CONFIG_HAVE_NET_DSA=y
CONFIG_NET_DSA=m
CONFIG_NET_DSA_HWMON=y
CONFIG_NET_DSA_TAG_BRCM=y
CONFIG_NET_DSA_TAG_DSA=y
CONFIG_NET_DSA_TAG_EDSA=y
CONFIG_NET_DSA_TAG_TRAILER=y
CONFIG_NET_DSA_TAG_QCA=y
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_VLAN_8021Q_MVRP=y
CONFIG_DECNET=m
# CONFIG_DECNET_ROUTER is not set
CONFIG_LLC=m
CONFIG_LLC2=m
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=m
CONFIG_DEV_APPLETALK=m
CONFIG_IPDDP=m
CONFIG_IPDDP_ENCAP=y
CONFIG_X25=m
CONFIG_LAPB=m
CONFIG_PHONET=m
CONFIG_6LOWPAN=m
# CONFIG_6LOWPAN_DEBUGFS is not set
CONFIG_6LOWPAN_NHC=m
CONFIG_6LOWPAN_NHC_DEST=m
CONFIG_6LOWPAN_NHC_FRAGMENT=m
CONFIG_6LOWPAN_NHC_HOP=m
CONFIG_6LOWPAN_NHC_IPV6=m
CONFIG_6LOWPAN_NHC_MOBILITY=m
CONFIG_6LOWPAN_NHC_ROUTING=m
CONFIG_6LOWPAN_NHC_UDP=m
# CONFIG_6LOWPAN_GHC_EXT_HDR_HOP is not set
# CONFIG_6LOWPAN_GHC_UDP is not set
# CONFIG_6LOWPAN_GHC_ICMPV6 is not set
# CONFIG_6LOWPAN_GHC_EXT_HDR_DEST is not set
# CONFIG_6LOWPAN_GHC_EXT_HDR_FRAG is not set
# CONFIG_6LOWPAN_GHC_EXT_HDR_ROUTE is not set
CONFIG_IEEE802154=m
# CONFIG_IEEE802154_NL802154_EXPERIMENTAL is not set
CONFIG_IEEE802154_SOCKET=m
CONFIG_IEEE802154_6LOWPAN=m
CONFIG_MAC802154=m
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=m
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=m
CONFIG_NET_SCH_HHF=m
CONFIG_NET_SCH_PIE=m
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=m
CONFIG_NET_CLS_FLOWER=m
CONFIG_NET_CLS_MATCHALL=m
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=m
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_ACT_VLAN=m
CONFIG_NET_ACT_BPF=m
CONFIG_NET_ACT_CONNMARK=m
CONFIG_NET_ACT_SKBMOD=m
# CONFIG_NET_ACT_IFE is not set
CONFIG_NET_ACT_TUNNEL_KEY=m
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
CONFIG_DNS_RESOLVER=y
CONFIG_BATMAN_ADV=m
# CONFIG_BATMAN_ADV_BATMAN_V is not set
CONFIG_BATMAN_ADV_BLA=y
CONFIG_BATMAN_ADV_DAT=y
CONFIG_BATMAN_ADV_NC=y
CONFIG_BATMAN_ADV_MCAST=y
# CONFIG_BATMAN_ADV_DEBUGFS is not set
CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GRE=m
CONFIG_OPENVSWITCH_VXLAN=m
CONFIG_OPENVSWITCH_GENEVE=m
CONFIG_VSOCKETS=m
CONFIG_VMWARE_VMCI_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS_COMMON=m
CONFIG_NETLINK_DIAG=m
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=m
CONFIG_MPLS_ROUTING=m
CONFIG_MPLS_IPTUNNEL=m
CONFIG_HSR=m
CONFIG_NET_SWITCHDEV=y
CONFIG_NET_L3_MASTER_DEV=y
CONFIG_NET_NCSI=y
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_CGROUP_NET_PRIO=y
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_JIT=y
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
CONFIG_NET_TCPPROBE=m
# 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_BAYCOM_PAR=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=m
CONFIG_CAN_DEV=m
CONFIG_CAN_CALC_BITTIMING=y
CONFIG_CAN_LEDS=y
CONFIG_CAN_JANZ_ICAN3=m
CONFIG_CAN_C_CAN=m
CONFIG_CAN_C_CAN_PLATFORM=m
CONFIG_CAN_C_CAN_PCI=m
CONFIG_CAN_CC770=m
CONFIG_CAN_CC770_ISA=m
CONFIG_CAN_CC770_PLATFORM=m
CONFIG_CAN_IFI_CANFD=m
CONFIG_CAN_M_CAN=m
CONFIG_CAN_SJA1000=m
CONFIG_CAN_SJA1000_ISA=m
CONFIG_CAN_SJA1000_PLATFORM=m
CONFIG_CAN_EMS_PCMCIA=m
CONFIG_CAN_EMS_PCI=m
CONFIG_CAN_PEAK_PCMCIA=m
CONFIG_CAN_PEAK_PCI=m
CONFIG_CAN_PEAK_PCIEC=y
CONFIG_CAN_KVASER_PCI=m
CONFIG_CAN_PLX_PCI=m
CONFIG_CAN_SOFTING=m
CONFIG_CAN_SOFTING_CS=m

#
# CAN SPI interfaces
#
CONFIG_CAN_MCP251X=m

#
# CAN USB interfaces
#
CONFIG_CAN_EMS_USB=m
CONFIG_CAN_ESD_USB2=m
CONFIG_CAN_GS_USB=m
CONFIG_CAN_KVASER_USB=m
CONFIG_CAN_PEAK_USB=m
CONFIG_CAN_8DEV_USB=m
# 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=y
CONFIG_ESI_DONGLE=m
CONFIG_ACTISYS_DONGLE=m
CONFIG_TEKRAM_DONGLE=m
CONFIG_TOIM3232_DONGLE=m
CONFIG_LITELINK_DONGLE=m
CONFIG_MA600_DONGLE=m
CONFIG_GIRBIL_DONGLE=m
CONFIG_MCP2120_DONGLE=m
CONFIG_OLD_BELKIN_DONGLE=m
CONFIG_ACT200L_DONGLE=m
CONFIG_KINGSUN_DONGLE=m
CONFIG_KSDAZZLE_DONGLE=m
CONFIG_KS959_DONGLE=m

#
# FIR device drivers
#
CONFIG_USB_IRDA=m
CONFIG_SIGMATEL_FIR=m
CONFIG_NSC_FIR=m
CONFIG_WINBOND_FIR=m
CONFIG_SMC_IRCC_FIR=m
CONFIG_ALI_FIR=m
CONFIG_VLSI_FIR=m
CONFIG_VIA_FIR=m
CONFIG_MCS_FIR=m
CONFIG_BT=m
CONFIG_BT_BREDR=y
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_CMTP=m
CONFIG_BT_HIDP=m
CONFIG_BT_HS=y
CONFIG_BT_LE=y
CONFIG_BT_6LOWPAN=m
CONFIG_BT_LEDS=y
# CONFIG_BT_SELFTEST is not set
CONFIG_BT_DEBUGFS=y

#
# Bluetooth device drivers
#
CONFIG_BT_INTEL=m
CONFIG_BT_BCM=m
CONFIG_BT_RTL=m
CONFIG_BT_QCA=m
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTUSB_BCM=y
CONFIG_BT_HCIBTUSB_RTL=y
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIUART_3WIRE=y
CONFIG_BT_HCIUART_INTEL=y
CONFIG_BT_HCIUART_BCM=y
CONFIG_BT_HCIUART_QCA=y
CONFIG_BT_HCIUART_AG6XX=y
CONFIG_BT_HCIUART_MRVL=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIDTL1=m
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
CONFIG_BT_HCIBTUART=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=m
CONFIG_AF_RXRPC_IPV6=y
# CONFIG_AF_RXRPC_INJECT_LOSS is not set
# CONFIG_AF_RXRPC_DEBUG is not set
CONFIG_RXKAD=y
CONFIG_AF_KCM=m
CONFIG_STREAM_PARSER=m
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_CERTIFICATION_ONUS is not set
CONFIG_CFG80211_DEFAULT_PS=y
CONFIG_CFG80211_DEBUGFS=y
# CONFIG_CFG80211_INTERNAL_REGDB is not set
CONFIG_CFG80211_CRDA_SUPPORT=y
CONFIG_CFG80211_WEXT=y
CONFIG_CFG80211_WEXT_EXPORT=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_MINSTREL_VHT=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
CONFIG_MAC80211_DEBUGFS=y
CONFIG_MAC80211_MESSAGE_TRACING=y
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
CONFIG_WIMAX=m
CONFIG_WIMAX_DEBUG_LEVEL=8
CONFIG_RFKILL=y
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
CONFIG_RFKILL_REGULATOR=m
CONFIG_RFKILL_GPIO=m
CONFIG_NET_9P=m
CONFIG_NET_9P_VIRTIO=m
CONFIG_NET_9P_RDMA=m
# CONFIG_NET_9P_DEBUG is not set
CONFIG_CAIF=m
# CONFIG_CAIF_DEBUG is not set
CONFIG_CAIF_NETDEV=m
CONFIG_CAIF_USB=m
CONFIG_CEPH_LIB=m
# CONFIG_CEPH_LIB_PRETTYDEBUG is not set
CONFIG_CEPH_LIB_USE_DNS_RESOLVER=y
CONFIG_NFC=m
CONFIG_NFC_DIGITAL=m
CONFIG_NFC_NCI=m
CONFIG_NFC_NCI_SPI=m
CONFIG_NFC_NCI_UART=m
CONFIG_NFC_HCI=m
CONFIG_NFC_SHDLC=y

#
# Near Field Communication (NFC) devices
#
CONFIG_NFC_WILINK=m
CONFIG_NFC_TRF7970A=m
CONFIG_NFC_MEI_PHY=m
CONFIG_NFC_SIM=m
CONFIG_NFC_PORT100=m
CONFIG_NFC_FDP=m
CONFIG_NFC_FDP_I2C=m
CONFIG_NFC_PN544=m
CONFIG_NFC_PN544_I2C=m
CONFIG_NFC_PN544_MEI=m
CONFIG_NFC_PN533=m
CONFIG_NFC_PN533_USB=m
CONFIG_NFC_PN533_I2C=m
CONFIG_NFC_MICROREAD=m
CONFIG_NFC_MICROREAD_I2C=m
CONFIG_NFC_MICROREAD_MEI=m
CONFIG_NFC_MRVL=m
CONFIG_NFC_MRVL_USB=m
CONFIG_NFC_MRVL_UART=m
CONFIG_NFC_MRVL_I2C=m
CONFIG_NFC_MRVL_SPI=m
CONFIG_NFC_ST21NFCA=m
CONFIG_NFC_ST21NFCA_I2C=m
CONFIG_NFC_ST_NCI=m
CONFIG_NFC_ST_NCI_I2C=m
CONFIG_NFC_ST_NCI_SPI=m
CONFIG_NFC_NXP_NCI=m
CONFIG_NFC_NXP_NCI_I2C=m
CONFIG_NFC_S3FWRN5=m
CONFIG_NFC_S3FWRN5_I2C=m
CONFIG_NFC_ST95HF=m
CONFIG_LWTUNNEL=y
CONFIG_DST_CACHE=y
CONFIG_NET_DEVLINK=m
CONFIG_MAY_USE_DEVLINK=m
CONFIG_HAVE_EBPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_WANT_DEV_COREDUMP=y
CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
CONFIG_SYS_HYPERVISOR=y
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_SPI=y
CONFIG_REGMAP_SPMI=m
CONFIG_REGMAP_MMIO=y
CONFIG_REGMAP_IRQ=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_FENCE_TRACE is not set
# CONFIG_DMA_CMA is not set

#
# Bus devices
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
CONFIG_MTD=m
# CONFIG_MTD_TESTS is not set
CONFIG_MTD_REDBOOT_PARTS=m
CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
CONFIG_MTD_CMDLINE_PARTS=m
CONFIG_MTD_AR7_PARTS=m

#
# User Modules And Translation Layers
#
CONFIG_MTD_BLKDEVS=m
CONFIG_MTD_BLOCK=m
CONFIG_MTD_BLOCK_RO=m
CONFIG_FTL=m
CONFIG_NFTL=m
CONFIG_NFTL_RW=y
CONFIG_INFTL=m
CONFIG_RFD_FTL=m
CONFIG_SSFDC=m
CONFIG_SM_FTL=m
CONFIG_MTD_OOPS=m
CONFIG_MTD_SWAP=m
# CONFIG_MTD_PARTITIONED_MASTER is not set

#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=m
CONFIG_MTD_JEDECPROBE=m
CONFIG_MTD_GEN_PROBE=m
# CONFIG_MTD_CFI_ADV_OPTIONS is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
CONFIG_MTD_CFI_INTELEXT=m
CONFIG_MTD_CFI_AMDSTD=m
CONFIG_MTD_CFI_STAA=m
CONFIG_MTD_CFI_UTIL=m
CONFIG_MTD_RAM=m
CONFIG_MTD_ROM=m
CONFIG_MTD_ABSENT=m

#
# Mapping drivers for chip access
#
CONFIG_MTD_COMPLEX_MAPPINGS=y
CONFIG_MTD_PHYSMAP=m
# CONFIG_MTD_PHYSMAP_COMPAT is not set
CONFIG_MTD_SBC_GXX=m
CONFIG_MTD_AMD76XROM=m
CONFIG_MTD_ICHXROM=m
CONFIG_MTD_ESB2ROM=m
CONFIG_MTD_CK804XROM=m
CONFIG_MTD_SCB2_FLASH=m
CONFIG_MTD_NETtel=m
CONFIG_MTD_L440GX=m
CONFIG_MTD_PCI=m
CONFIG_MTD_PCMCIA=m
# CONFIG_MTD_PCMCIA_ANONYMOUS is not set
CONFIG_MTD_GPIO_ADDR=m
CONFIG_MTD_INTEL_VR_NOR=m
CONFIG_MTD_PLATRAM=m
CONFIG_MTD_LATCH_ADDR=m

#
# Self-contained MTD device drivers
#
CONFIG_MTD_PMC551=m
# CONFIG_MTD_PMC551_BUGFIX is not set
# CONFIG_MTD_PMC551_DEBUG is not set
CONFIG_MTD_DATAFLASH=m
# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set
CONFIG_MTD_DATAFLASH_OTP=y
CONFIG_MTD_M25P80=m
CONFIG_MTD_SST25L=m
CONFIG_MTD_SLRAM=m
CONFIG_MTD_PHRAM=m
CONFIG_MTD_MTDRAM=m
CONFIG_MTDRAM_TOTAL_SIZE=4096
CONFIG_MTDRAM_ERASE_SIZE=128
CONFIG_MTD_BLOCK2MTD=m

#
# Disk-On-Chip Device Drivers
#
CONFIG_MTD_DOCG3=m
CONFIG_BCH_CONST_M=14
CONFIG_BCH_CONST_T=4
CONFIG_MTD_NAND_ECC=m
# CONFIG_MTD_NAND_ECC_SMC is not set
CONFIG_MTD_NAND=m
CONFIG_MTD_NAND_BCH=m
CONFIG_MTD_NAND_ECC_BCH=y
CONFIG_MTD_SM_COMMON=m
CONFIG_MTD_NAND_DENALI=m
CONFIG_MTD_NAND_DENALI_PCI=m
CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018
CONFIG_MTD_NAND_GPIO=m
# CONFIG_MTD_NAND_OMAP_BCH_BUILD is not set
CONFIG_MTD_NAND_IDS=m
CONFIG_MTD_NAND_RICOH=m
CONFIG_MTD_NAND_DISKONCHIP=m
# CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set
CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
# CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set
CONFIG_MTD_NAND_DOCG4=m
CONFIG_MTD_NAND_CAFE=m
CONFIG_MTD_NAND_NANDSIM=m
CONFIG_MTD_NAND_PLATFORM=m
CONFIG_MTD_NAND_HISI504=m
CONFIG_MTD_NAND_MTK=m
CONFIG_MTD_ONENAND=m
CONFIG_MTD_ONENAND_VERIFY_WRITE=y
CONFIG_MTD_ONENAND_GENERIC=m
# CONFIG_MTD_ONENAND_OTP is not set
CONFIG_MTD_ONENAND_2X_PROGRAM=y

#
# LPDDR & LPDDR2 PCM memory drivers
#
CONFIG_MTD_LPDDR=m
CONFIG_MTD_QINFO_PROBE=m
CONFIG_MTD_SPI_NOR=m
CONFIG_MTD_MT81xx_NOR=m
CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
CONFIG_MTD_UBI=m
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_LIMIT=20
CONFIG_MTD_UBI_FASTMAP=y
CONFIG_MTD_UBI_GLUEBI=m
CONFIG_MTD_UBI_BLOCK=y
# CONFIG_OF is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_PC_PCMCIA=m
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_AX88796=m
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_NULL_BLK=m
CONFIG_BLK_DEV_FD=m
CONFIG_PARIDE=m

#
# Parallel IDE high-level drivers
#
CONFIG_PARIDE_PD=m
CONFIG_PARIDE_PCD=m
CONFIG_PARIDE_PF=m
CONFIG_PARIDE_PT=m
CONFIG_PARIDE_PG=m

#
# Parallel IDE protocol modules
#
CONFIG_PARIDE_ATEN=m
CONFIG_PARIDE_BPCK=m
CONFIG_PARIDE_COMM=m
CONFIG_PARIDE_DSTR=m
CONFIG_PARIDE_FIT2=m
CONFIG_PARIDE_FIT3=m
CONFIG_PARIDE_EPAT=m
CONFIG_PARIDE_EPATC8=y
CONFIG_PARIDE_EPIA=m
CONFIG_PARIDE_FRIQ=m
CONFIG_PARIDE_FRPW=m
CONFIG_PARIDE_KBIC=m
CONFIG_PARIDE_KTTI=m
CONFIG_PARIDE_ON20=m
CONFIG_PARIDE_ON26=m
CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
CONFIG_ZRAM=m
CONFIG_BLK_CPQ_CISS_DA=m
CONFIG_CISS_SCSI_TAPE=y
CONFIG_BLK_DEV_DAC960=m
CONFIG_BLK_DEV_UMEM=m
# 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_SKD=m
CONFIG_BLK_DEV_OSD=m
CONFIG_BLK_DEV_SX8=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=65536
CONFIG_BLK_DEV_RAM_DAX=y
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=m
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_XEN_BLKDEV_BACKEND=m
CONFIG_VIRTIO_BLK=m
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_RBD=m
CONFIG_BLK_DEV_RSXX=m
CONFIG_NVME_CORE=m
CONFIG_BLK_DEV_NVME=m
CONFIG_BLK_DEV_NVME_SCSI=y
CONFIG_NVME_FABRICS=m
CONFIG_NVME_RDMA=m
CONFIG_NVME_TARGET=m
CONFIG_NVME_TARGET_LOOP=m
CONFIG_NVME_TARGET_RDMA=m

#
# Misc devices
#
CONFIG_SENSORS_LIS3LV02D=m
CONFIG_AD525X_DPOT=m
CONFIG_AD525X_DPOT_I2C=m
CONFIG_AD525X_DPOT_SPI=m
CONFIG_DUMMY_IRQ=m
CONFIG_IBM_ASM=m
CONFIG_PHANTOM=m
CONFIG_SGI_IOC4=m
CONFIG_TIFM_CORE=m
CONFIG_TIFM_7XX1=m
CONFIG_ICS932S401=m
CONFIG_ENCLOSURE_SERVICES=m
CONFIG_HP_ILO=m
CONFIG_APDS9802ALS=m
CONFIG_ISL29003=m
CONFIG_ISL29020=m
CONFIG_SENSORS_TSL2550=m
CONFIG_SENSORS_BH1770=m
CONFIG_SENSORS_APDS990X=m
CONFIG_HMC6352=m
CONFIG_DS1682=m
CONFIG_TI_DAC7512=m
CONFIG_VMWARE_BALLOON=m
CONFIG_USB_SWITCH_FSA9480=m
CONFIG_LATTICE_ECP3_CONFIG=m
CONFIG_SRAM=y
CONFIG_PANEL=m
CONFIG_PANEL_PARPORT=0
CONFIG_PANEL_PROFILE=5
# CONFIG_PANEL_CHANGE_MESSAGE is not set
CONFIG_C2PORT=m
CONFIG_C2PORT_DURAMAR_2150=m

#
# EEPROM support
#
CONFIG_EEPROM_AT24=m
CONFIG_EEPROM_AT25=m
CONFIG_EEPROM_LEGACY=m
CONFIG_EEPROM_MAX6875=m
CONFIG_EEPROM_93CX6=m
CONFIG_EEPROM_93XX46=m
CONFIG_CB710_CORE=m
# CONFIG_CB710_DEBUG is not set
CONFIG_CB710_DEBUG_ASSUMPTIONS=y

#
# Texas Instruments shared transport line discipline
#
CONFIG_TI_ST=m
CONFIG_SENSORS_LIS3_I2C=m

#
# Altera FPGA firmware download module
#
CONFIG_ALTERA_STAPL=m
CONFIG_INTEL_MEI=m
CONFIG_INTEL_MEI_ME=m
CONFIG_INTEL_MEI_TXE=m
CONFIG_VMWARE_VMCI=m

#
# Intel MIC Bus Driver
#
CONFIG_INTEL_MIC_BUS=m

#
# SCIF Bus Driver
#
CONFIG_SCIF_BUS=m

#
# VOP Bus Driver
#
CONFIG_VOP_BUS=m

#
# Intel MIC Host Driver
#
CONFIG_INTEL_MIC_HOST=m

#
# Intel MIC Card Driver
#
CONFIG_INTEL_MIC_CARD=m

#
# SCIF Driver
#
CONFIG_SCIF=m

#
# Intel MIC Coprocessor State Management (COSM) Drivers
#
CONFIG_MIC_COSM=m

#
# VOP Driver
#
CONFIG_VOP=m
CONFIG_VHOST_RING=m
CONFIG_GENWQE=m
CONFIG_GENWQE_PLATFORM_ERROR_RECOVERY=0
CONFIG_ECHO=m
# CONFIG_CXL_BASE is not set
# CONFIG_CXL_AFU_DRIVER_OPS is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=m
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_NETLINK=y
# CONFIG_SCSI_MQ_DEFAULT is not set
CONFIG_SCSI_PROC_FS=y

#
# 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=y
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=y
CONFIG_CHR_DEV_SCH=m
CONFIG_SCSI_ENCLOSURE=m
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=m
CONFIG_SCSI_FC_ATTRS=m
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=m
CONFIG_SCSI_SAS_LIBSAS=m
CONFIG_SCSI_SAS_ATA=y
CONFIG_SCSI_SAS_HOST_SMP=y
CONFIG_SCSI_SRP_ATTRS=m
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
CONFIG_ISCSI_BOOT_SYSFS=m
CONFIG_SCSI_CXGB3_ISCSI=m
CONFIG_SCSI_CXGB4_ISCSI=m
CONFIG_SCSI_BNX2_ISCSI=m
CONFIG_SCSI_BNX2X_FCOE=m
CONFIG_BE2ISCSI=m
CONFIG_BLK_DEV_3W_XXXX_RAID=m
CONFIG_SCSI_HPSA=m
CONFIG_SCSI_3W_9XXX=m
CONFIG_SCSI_3W_SAS=m
CONFIG_SCSI_ACARD=m
CONFIG_SCSI_AACRAID=m
CONFIG_SCSI_AIC7XXX=m
CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
CONFIG_AIC7XXX_RESET_DELAY_MS=5000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
CONFIG_SCSI_AIC79XX=m
CONFIG_AIC79XX_CMDS_PER_DEVICE=32
CONFIG_AIC79XX_RESET_DELAY_MS=5000
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
CONFIG_AIC79XX_REG_PRETTY_PRINT=y
CONFIG_SCSI_AIC94XX=m
# CONFIG_AIC94XX_DEBUG is not set
CONFIG_SCSI_MVSAS=m
# CONFIG_SCSI_MVSAS_DEBUG is not set
# CONFIG_SCSI_MVSAS_TASKLET is not set
CONFIG_SCSI_MVUMI=m
CONFIG_SCSI_DPT_I2O=m
CONFIG_SCSI_ADVANSYS=m
CONFIG_SCSI_ARCMSR=m
CONFIG_SCSI_ESAS2R=m
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=m
CONFIG_MEGARAID_MAILBOX=m
CONFIG_MEGARAID_LEGACY=m
CONFIG_MEGARAID_SAS=m
CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_MPT2SAS_MAX_SGE=128
CONFIG_SCSI_MPT3SAS_MAX_SGE=128
CONFIG_SCSI_MPT2SAS=m
CONFIG_SCSI_SMARTPQI=m
CONFIG_SCSI_UFSHCD=m
CONFIG_SCSI_UFSHCD_PCI=m
CONFIG_SCSI_UFS_DWC_TC_PCI=m
CONFIG_SCSI_UFSHCD_PLATFORM=m
CONFIG_SCSI_UFS_DWC_TC_PLATFORM=m
CONFIG_SCSI_HPTIOP=m
CONFIG_SCSI_BUSLOGIC=m
CONFIG_SCSI_FLASHPOINT=y
CONFIG_VMWARE_PVSCSI=m
CONFIG_XEN_SCSI_FRONTEND=m
CONFIG_HYPERV_STORAGE=m
CONFIG_LIBFC=m
CONFIG_LIBFCOE=m
CONFIG_FCOE=m
CONFIG_FCOE_FNIC=m
CONFIG_SCSI_SNIC=m
# CONFIG_SCSI_SNIC_DEBUG_FS is not set
CONFIG_SCSI_DMX3191D=m
CONFIG_SCSI_EATA=m
CONFIG_SCSI_EATA_TAGGED_QUEUE=y
CONFIG_SCSI_EATA_LINKED_COMMANDS=y
CONFIG_SCSI_EATA_MAX_TAGS=16
CONFIG_SCSI_FUTURE_DOMAIN=m
CONFIG_SCSI_GDTH=m
CONFIG_SCSI_ISCI=m
CONFIG_SCSI_IPS=m
CONFIG_SCSI_INITIO=m
CONFIG_SCSI_INIA100=m
CONFIG_SCSI_PPA=m
CONFIG_SCSI_IMM=m
# CONFIG_SCSI_IZIP_EPP16 is not set
# CONFIG_SCSI_IZIP_SLOW_CTR is not set
CONFIG_SCSI_STEX=m
CONFIG_SCSI_SYM53C8XX_2=m
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
CONFIG_SCSI_SYM53C8XX_MMIO=y
CONFIG_SCSI_IPR=m
CONFIG_SCSI_IPR_TRACE=y
CONFIG_SCSI_IPR_DUMP=y
CONFIG_SCSI_QLOGIC_1280=m
CONFIG_SCSI_QLA_FC=m
CONFIG_TCM_QLA2XXX=m
# CONFIG_TCM_QLA2XXX_DEBUG is not set
CONFIG_SCSI_QLA_ISCSI=m
CONFIG_SCSI_LPFC=m
# CONFIG_SCSI_LPFC_DEBUG_FS is not set
CONFIG_SCSI_DC395x=m
CONFIG_SCSI_AM53C974=m
CONFIG_SCSI_WD719X=m
CONFIG_SCSI_DEBUG=m
CONFIG_SCSI_PMCRAID=m
CONFIG_SCSI_PM8001=m
CONFIG_SCSI_BFA_FC=m
CONFIG_SCSI_VIRTIO=m
CONFIG_SCSI_CHELSIO_FCOE=m
CONFIG_SCSI_LOWLEVEL_PCMCIA=y
CONFIG_PCMCIA_AHA152X=m
CONFIG_PCMCIA_FDOMAIN=m
CONFIG_PCMCIA_QLOGIC=m
CONFIG_PCMCIA_SYM53C500=m
CONFIG_SCSI_DH=y
CONFIG_SCSI_DH_RDAC=m
CONFIG_SCSI_DH_HP_SW=m
CONFIG_SCSI_DH_EMC=m
CONFIG_SCSI_DH_ALUA=m
CONFIG_SCSI_OSD_INITIATOR=m
CONFIG_SCSI_OSD_ULD=m
CONFIG_SCSI_OSD_DPRINT_SENSE=1
# CONFIG_SCSI_OSD_DEBUG is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
CONFIG_SATA_ZPODD=y
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=m
CONFIG_SATA_AHCI_PLATFORM=m
CONFIG_SATA_INIC162X=m
CONFIG_SATA_ACARD_AHCI=m
CONFIG_SATA_SIL24=m
CONFIG_ATA_SFF=y

#
# SFF controllers with custom DMA interface
#
CONFIG_PDC_ADMA=m
CONFIG_SATA_QSTOR=m
CONFIG_SATA_SX4=m
CONFIG_ATA_BMDMA=y

#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=y
CONFIG_SATA_DWC=m
CONFIG_SATA_DWC_OLD_DMA=y
# CONFIG_SATA_DWC_DEBUG is not set
CONFIG_SATA_MV=m
CONFIG_SATA_NV=m
CONFIG_SATA_PROMISE=m
CONFIG_SATA_SIL=m
CONFIG_SATA_SIS=m
CONFIG_SATA_SVW=m
CONFIG_SATA_ULI=m
CONFIG_SATA_VIA=m
CONFIG_SATA_VITESSE=m

#
# PATA SFF controllers with BMDMA
#
CONFIG_PATA_ALI=m
CONFIG_PATA_AMD=m
CONFIG_PATA_ARTOP=m
CONFIG_PATA_ATIIXP=m
CONFIG_PATA_ATP867X=m
CONFIG_PATA_CMD64X=m
CONFIG_PATA_CYPRESS=m
CONFIG_PATA_EFAR=m
CONFIG_PATA_HPT366=m
CONFIG_PATA_HPT37X=m
CONFIG_PATA_HPT3X2N=m
CONFIG_PATA_HPT3X3=m
# CONFIG_PATA_HPT3X3_DMA is not set
CONFIG_PATA_IT8213=m
CONFIG_PATA_IT821X=m
CONFIG_PATA_JMICRON=m
CONFIG_PATA_MARVELL=m
CONFIG_PATA_NETCELL=m
CONFIG_PATA_NINJA32=m
CONFIG_PATA_NS87415=m
CONFIG_PATA_OLDPIIX=m
CONFIG_PATA_OPTIDMA=m
CONFIG_PATA_PDC2027X=m
CONFIG_PATA_PDC_OLD=m
CONFIG_PATA_RADISYS=m
CONFIG_PATA_RDC=m
CONFIG_PATA_SCH=m
CONFIG_PATA_SERVERWORKS=m
CONFIG_PATA_SIL680=m
CONFIG_PATA_SIS=y
CONFIG_PATA_TOSHIBA=m
CONFIG_PATA_TRIFLEX=m
CONFIG_PATA_VIA=m
CONFIG_PATA_WINBOND=m

#
# PIO-only SFF controllers
#
CONFIG_PATA_CMD640_PCI=m
CONFIG_PATA_MPIIX=m
CONFIG_PATA_NS87410=m
CONFIG_PATA_OPTI=m
CONFIG_PATA_PCMCIA=m
CONFIG_PATA_PLATFORM=m
CONFIG_PATA_RZ1000=m

#
# Generic fallback / legacy drivers
#
CONFIG_PATA_ACPI=m
CONFIG_ATA_GENERIC=y
CONFIG_PATA_LEGACY=m
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=m
CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
CONFIG_MD_CLUSTER=m
CONFIG_BCACHE=m
# CONFIG_BCACHE_DEBUG is not set
# CONFIG_BCACHE_CLOSURES_DEBUG is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_MQ_DEFAULT is not set
# CONFIG_DM_DEBUG is not set
CONFIG_DM_BUFIO=m
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
CONFIG_DM_BIO_PRISON=m
CONFIG_DM_PERSISTENT_DATA=m
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_THIN_PROVISIONING=m
CONFIG_DM_CACHE=m
CONFIG_DM_CACHE_SMQ=m
CONFIG_DM_CACHE_CLEANER=m
CONFIG_DM_ERA=m
CONFIG_DM_MIRROR=m
CONFIG_DM_LOG_USERSPACE=m
CONFIG_DM_RAID=m
CONFIG_DM_ZERO=m
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
CONFIG_DM_DELAY=m
CONFIG_DM_UEVENT=y
CONFIG_DM_FLAKEY=m
CONFIG_DM_VERITY=m
# CONFIG_DM_VERITY_FEC is not set
CONFIG_DM_SWITCH=m
CONFIG_DM_LOG_WRITES=m
CONFIG_TARGET_CORE=m
CONFIG_TCM_IBLOCK=m
CONFIG_TCM_FILEIO=m
CONFIG_TCM_PSCSI=m
CONFIG_TCM_USER2=m
CONFIG_LOOPBACK_TARGET=m
CONFIG_TCM_FC=m
CONFIG_ISCSI_TARGET=m
CONFIG_ISCSI_TARGET_CXGB4=m
CONFIG_SBP_TARGET=m
CONFIG_FUSION=y
CONFIG_FUSION_SPI=m
CONFIG_FUSION_FC=m
CONFIG_FUSION_SAS=m
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_CTL=m
CONFIG_FUSION_LAN=m
CONFIG_FUSION_LOGGING=y

#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_SBP2=m
CONFIG_FIREWIRE_NET=m
CONFIG_FIREWIRE_NOSY=m
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=m
CONFIG_NETDEVICES=y
CONFIG_MII=m
CONFIG_NET_CORE=y
CONFIG_BONDING=m
CONFIG_DUMMY=m
CONFIG_EQUALIZER=m
CONFIG_NET_FC=y
CONFIG_IFB=m
CONFIG_NET_TEAM=m
CONFIG_NET_TEAM_MODE_BROADCAST=m
CONFIG_NET_TEAM_MODE_ROUNDROBIN=m
CONFIG_NET_TEAM_MODE_RANDOM=m
CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m
CONFIG_NET_TEAM_MODE_LOADBALANCE=m
CONFIG_MACVLAN=m
CONFIG_MACVTAP=m
CONFIG_IPVLAN=m
CONFIG_VXLAN=m
CONFIG_GENEVE=m
CONFIG_GTP=m
CONFIG_MACSEC=m
CONFIG_NETCONSOLE=m
CONFIG_NETCONSOLE_DYNAMIC=y
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_NTB_NETDEV=m
CONFIG_RIONET=m
CONFIG_RIONET_TX_SIZE=128
CONFIG_RIONET_RX_SIZE=128
CONFIG_TUN=y
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_VETH=m
CONFIG_VIRTIO_NET=m
CONFIG_NLMON=m
CONFIG_NET_VRF=m
CONFIG_SUNGEM_PHY=m
CONFIG_ARCNET=m
CONFIG_ARCNET_1201=m
CONFIG_ARCNET_1051=m
CONFIG_ARCNET_RAW=m
CONFIG_ARCNET_CAP=m
CONFIG_ARCNET_COM90xx=m
CONFIG_ARCNET_COM90xxIO=m
CONFIG_ARCNET_RIM_I=m
CONFIG_ARCNET_COM20020=m
CONFIG_ARCNET_COM20020_PCI=m
CONFIG_ARCNET_COM20020_CS=m
CONFIG_ATM_DRIVERS=y
CONFIG_ATM_DUMMY=m
CONFIG_ATM_TCP=m
CONFIG_ATM_LANAI=m
CONFIG_ATM_ENI=m
# CONFIG_ATM_ENI_DEBUG is not set
# CONFIG_ATM_ENI_TUNE_BURST is not set
CONFIG_ATM_FIRESTREAM=m
CONFIG_ATM_ZATM=m
# CONFIG_ATM_ZATM_DEBUG is not set
CONFIG_ATM_NICSTAR=m
# CONFIG_ATM_NICSTAR_USE_SUNI is not set
# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set
CONFIG_ATM_IDT77252=m
# CONFIG_ATM_IDT77252_DEBUG is not set
# CONFIG_ATM_IDT77252_RCV_ALL is not set
CONFIG_ATM_IDT77252_USE_SUNI=y
CONFIG_ATM_AMBASSADOR=m
# CONFIG_ATM_AMBASSADOR_DEBUG is not set
CONFIG_ATM_HORIZON=m
# CONFIG_ATM_HORIZON_DEBUG is not set
CONFIG_ATM_IA=m
# CONFIG_ATM_IA_DEBUG is not set
CONFIG_ATM_FORE200E=m
# CONFIG_ATM_FORE200E_USE_TASKLET is not set
CONFIG_ATM_FORE200E_TX_RETRY=16
CONFIG_ATM_FORE200E_DEBUG=0
CONFIG_ATM_HE=m
CONFIG_ATM_HE_USE_SUNI=y
CONFIG_ATM_SOLOS=m

#
# CAIF transport drivers
#
CONFIG_CAIF_TTY=m
CONFIG_CAIF_SPI_SLAVE=m
# CONFIG_CAIF_SPI_SYNC is not set
CONFIG_CAIF_HSI=m
CONFIG_CAIF_VIRTIO=m

#
# Distributed Switch Architecture drivers
#
CONFIG_NET_DSA_MV88E6060=m
CONFIG_NET_DSA_BCM_SF2=m
CONFIG_B53=m
CONFIG_B53_SPI_DRIVER=m
CONFIG_B53_MDIO_DRIVER=m
CONFIG_B53_MMAP_DRIVER=m
CONFIG_B53_SRAB_DRIVER=m
CONFIG_NET_DSA_MV88E6XXX=m
CONFIG_NET_DSA_MV88E6XXX_GLOBAL2=y
CONFIG_NET_DSA_QCA8K=m
CONFIG_ETHERNET=y
CONFIG_MDIO=m
CONFIG_NET_VENDOR_3COM=y
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_3C589=m
CONFIG_VORTEX=m
CONFIG_TYPHOON=m
CONFIG_NET_VENDOR_ADAPTEC=y
CONFIG_ADAPTEC_STARFIRE=m
CONFIG_NET_VENDOR_AGERE=y
CONFIG_ET131X=m
CONFIG_NET_VENDOR_ALTEON=y
CONFIG_ACENIC=m
# CONFIG_ACENIC_OMIT_TIGON_I is not set
CONFIG_ALTERA_TSE=m
CONFIG_NET_VENDOR_AMAZON=y
CONFIG_ENA_ETHERNET=m
CONFIG_NET_VENDOR_AMD=y
CONFIG_AMD8111_ETH=m
CONFIG_PCNET32=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_NET_VENDOR_ARC=y
CONFIG_NET_VENDOR_ATHEROS=y
CONFIG_ATL2=m
CONFIG_ATL1=m
CONFIG_ATL1E=m
CONFIG_ATL1C=m
CONFIG_ALX=m
CONFIG_NET_VENDOR_AURORA=y
CONFIG_AURORA_NB8800=m
CONFIG_NET_CADENCE=y
CONFIG_MACB=m
CONFIG_NET_VENDOR_BROADCOM=y
CONFIG_B44=m
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_BCMGENET=m
CONFIG_BNX2=m
CONFIG_CNIC=m
CONFIG_TIGON3=m
CONFIG_BNX2X=m
CONFIG_BNX2X_SRIOV=y
CONFIG_BNXT=m
CONFIG_BNXT_SRIOV=y
CONFIG_NET_VENDOR_BROCADE=y
CONFIG_BNA=m
CONFIG_NET_VENDOR_CAVIUM=y
CONFIG_THUNDER_NIC_PF=m
CONFIG_THUNDER_NIC_VF=m
CONFIG_THUNDER_NIC_BGX=m
CONFIG_THUNDER_NIC_RGX=m
CONFIG_LIQUIDIO=m
CONFIG_NET_VENDOR_CHELSIO=y
CONFIG_CHELSIO_T1=m
CONFIG_CHELSIO_T1_1G=y
CONFIG_CHELSIO_T3=m
CONFIG_CHELSIO_T4=m
CONFIG_CHELSIO_T4_DCB=y
CONFIG_CHELSIO_T4_FCOE=y
CONFIG_CHELSIO_T4VF=m
CONFIG_CHELSIO_LIB=m
CONFIG_NET_VENDOR_CISCO=y
CONFIG_ENIC=m
CONFIG_CX_ECAT=m
CONFIG_DNET=m
CONFIG_NET_VENDOR_DEC=y
CONFIG_NET_TULIP=y
CONFIG_DE2104X=m
CONFIG_DE2104X_DSL=0
CONFIG_TULIP=m
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_MMIO is not set
# CONFIG_TULIP_NAPI is not set
CONFIG_DE4X5=m
CONFIG_WINBOND_840=m
CONFIG_DM9102=m
CONFIG_ULI526X=m
CONFIG_PCMCIA_XIRCOM=m
CONFIG_NET_VENDOR_DLINK=y
CONFIG_DL2K=m
CONFIG_SUNDANCE=m
# CONFIG_SUNDANCE_MMIO is not set
CONFIG_NET_VENDOR_EMULEX=y
CONFIG_BE2NET=m
CONFIG_BE2NET_HWMON=y
CONFIG_NET_VENDOR_EZCHIP=y
CONFIG_NET_VENDOR_EXAR=y
CONFIG_S2IO=m
CONFIG_VXGE=m
# CONFIG_VXGE_DEBUG_TRACE_ALL is not set
CONFIG_NET_VENDOR_FUJITSU=y
CONFIG_PCMCIA_FMVJ18X=m
CONFIG_NET_VENDOR_HP=y
CONFIG_HP100=m
CONFIG_NET_VENDOR_INTEL=y
CONFIG_E100=m
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_E1000E_HWTS=y
CONFIG_IGB=m
CONFIG_IGB_HWMON=y
CONFIG_IGB_DCA=y
CONFIG_IGBVF=m
CONFIG_IXGB=m
CONFIG_IXGBE=m
CONFIG_IXGBE_HWMON=y
CONFIG_IXGBE_DCA=y
CONFIG_IXGBE_DCB=y
CONFIG_IXGBEVF=m
CONFIG_I40E=m
CONFIG_I40E_DCB=y
CONFIG_I40E_FCOE=y
CONFIG_I40EVF=m
CONFIG_FM10K=m
CONFIG_NET_VENDOR_I825XX=y
CONFIG_JME=m
CONFIG_NET_VENDOR_MARVELL=y
CONFIG_MVMDIO=m
# CONFIG_MVNETA_BM is not set
CONFIG_SKGE=m
# CONFIG_SKGE_DEBUG is not set
CONFIG_SKGE_GENESIS=y
CONFIG_SKY2=m
# CONFIG_SKY2_DEBUG is not set
CONFIG_NET_VENDOR_MELLANOX=y
CONFIG_MLX4_EN=m
CONFIG_MLX4_EN_DCB=y
CONFIG_MLX4_CORE=m
CONFIG_MLX4_DEBUG=y
CONFIG_MLX5_CORE=m
CONFIG_MLX5_CORE_EN=y
CONFIG_MLX5_CORE_EN_DCB=y
CONFIG_MLXSW_CORE=m
CONFIG_MLXSW_CORE_HWMON=y
CONFIG_MLXSW_PCI=m
CONFIG_MLXSW_SWITCHX2=m
CONFIG_MLXSW_SPECTRUM=m
CONFIG_MLXSW_SPECTRUM_DCB=y
CONFIG_NET_VENDOR_MICREL=y
CONFIG_KS8842=m
CONFIG_KS8851=m
CONFIG_KS8851_MLL=m
CONFIG_KSZ884X_PCI=m
CONFIG_NET_VENDOR_MICROCHIP=y
CONFIG_ENC28J60=m
# CONFIG_ENC28J60_WRITEVERIFY is not set
CONFIG_ENCX24J600=m
CONFIG_NET_VENDOR_MYRI=y
CONFIG_MYRI10GE=m
CONFIG_MYRI10GE_DCA=y
CONFIG_FEALNX=m
CONFIG_NET_VENDOR_NATSEMI=y
CONFIG_NATSEMI=m
CONFIG_NS83820=m
CONFIG_NET_VENDOR_NETRONOME=y
CONFIG_NFP_NETVF=m
# CONFIG_NFP_NET_DEBUG is not set
CONFIG_NET_VENDOR_8390=y
CONFIG_PCMCIA_AXNET=m
CONFIG_NE2K_PCI=m
CONFIG_PCMCIA_PCNET=m
CONFIG_NET_VENDOR_NVIDIA=y
CONFIG_FORCEDETH=m
CONFIG_NET_VENDOR_OKI=y
CONFIG_ETHOC=m
CONFIG_NET_PACKET_ENGINE=y
CONFIG_HAMACHI=m
CONFIG_YELLOWFIN=m
CONFIG_NET_VENDOR_QLOGIC=y
CONFIG_QLA3XXX=m
CONFIG_QLCNIC=m
CONFIG_QLCNIC_SRIOV=y
CONFIG_QLCNIC_DCB=y
CONFIG_QLCNIC_HWMON=y
CONFIG_QLGE=m
CONFIG_NETXEN_NIC=m
CONFIG_QED=m
CONFIG_QED_LL2=y
CONFIG_QED_SRIOV=y
CONFIG_QEDE=m
CONFIG_QED_RDMA=y
CONFIG_NET_VENDOR_QUALCOMM=y
CONFIG_QCOM_EMAC=m
CONFIG_NET_VENDOR_REALTEK=y
CONFIG_ATP=m
CONFIG_8139CP=m
CONFIG_8139TOO=m
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
CONFIG_R8169=m
CONFIG_NET_VENDOR_RENESAS=y
CONFIG_NET_VENDOR_RDC=y
CONFIG_R6040=m
CONFIG_NET_VENDOR_ROCKER=y
CONFIG_ROCKER=m
CONFIG_NET_VENDOR_SAMSUNG=y
CONFIG_SXGBE_ETH=m
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SILAN=y
CONFIG_SC92031=m
CONFIG_NET_VENDOR_SIS=y
CONFIG_SIS900=m
CONFIG_SIS190=m
CONFIG_SFC=m
CONFIG_SFC_MTD=y
CONFIG_SFC_MCDI_MON=y
CONFIG_SFC_SRIOV=y
CONFIG_SFC_MCDI_LOGGING=y
CONFIG_NET_VENDOR_SMSC=y
CONFIG_PCMCIA_SMC91C92=m
CONFIG_EPIC100=m
CONFIG_SMSC911X=m
# CONFIG_SMSC911X_ARCH_HOOKS is not set
CONFIG_SMSC9420=m
CONFIG_NET_VENDOR_STMICRO=y
CONFIG_STMMAC_ETH=m
CONFIG_STMMAC_PLATFORM=m
CONFIG_DWMAC_GENERIC=m
# CONFIG_STMMAC_PCI is not set
CONFIG_NET_VENDOR_SUN=y
CONFIG_HAPPYMEAL=m
CONFIG_SUNGEM=m
CONFIG_CASSINI=m
CONFIG_NIU=m
CONFIG_NET_VENDOR_SYNOPSYS=y
CONFIG_NET_VENDOR_TEHUTI=y
CONFIG_TEHUTI=m
CONFIG_NET_VENDOR_TI=y
CONFIG_TI_CPSW_ALE=m
CONFIG_TLAN=m
CONFIG_NET_VENDOR_VIA=y
CONFIG_VIA_RHINE=m
CONFIG_VIA_RHINE_MMIO=y
CONFIG_VIA_VELOCITY=m
CONFIG_NET_VENDOR_WIZNET=y
CONFIG_WIZNET_W5100=m
CONFIG_WIZNET_W5300=m
# CONFIG_WIZNET_BUS_DIRECT is not set
# CONFIG_WIZNET_BUS_INDIRECT is not set
CONFIG_WIZNET_BUS_ANY=y
CONFIG_WIZNET_W5100_SPI=m
CONFIG_NET_VENDOR_XIRCOM=y
CONFIG_PCMCIA_XIRC2PS=m
CONFIG_FDDI=y
CONFIG_DEFXX=m
# CONFIG_DEFXX_MMIO is not set
CONFIG_SKFP=m
# CONFIG_HIPPI is not set
CONFIG_NET_SB1000=m
CONFIG_PHYLIB=y
CONFIG_SWPHY=y

#
# MDIO bus device drivers
#
CONFIG_MDIO_BCM_UNIMAC=m
CONFIG_MDIO_BITBANG=m
CONFIG_MDIO_CAVIUM=m
CONFIG_MDIO_GPIO=m
CONFIG_MDIO_OCTEON=m
CONFIG_MDIO_THUNDER=m

#
# MII PHY device drivers
#
CONFIG_AMD_PHY=m
CONFIG_AQUANTIA_PHY=m
CONFIG_AT803X_PHY=m
CONFIG_BCM7XXX_PHY=m
CONFIG_BCM87XX_PHY=m
CONFIG_BCM_NET_PHYLIB=m
CONFIG_BROADCOM_PHY=m
CONFIG_CICADA_PHY=m
CONFIG_DAVICOM_PHY=m
CONFIG_DP83848_PHY=m
CONFIG_DP83867_PHY=m
CONFIG_FIXED_PHY=y
CONFIG_ICPLUS_PHY=m
CONFIG_INTEL_XWAY_PHY=m
CONFIG_LSI_ET1011C_PHY=m
CONFIG_LXT_PHY=m
CONFIG_MARVELL_PHY=m
CONFIG_MICREL_PHY=m
CONFIG_MICROCHIP_PHY=m
CONFIG_MICROSEMI_PHY=m
CONFIG_NATIONAL_PHY=m
CONFIG_QSEMI_PHY=m
CONFIG_REALTEK_PHY=m
CONFIG_SMSC_PHY=m
CONFIG_STE10XP=m
CONFIG_TERANETICS_PHY=m
CONFIG_VITESSE_PHY=m
CONFIG_XILINX_GMII2RGMII=m
CONFIG_MICREL_KS8995MA=m
CONFIG_PLIP=m
CONFIG_PPP=y
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=m
CONFIG_PPPOL2TP=m
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_SLIP=m
CONFIG_SLHC=y
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
CONFIG_SLIP_MODE_SLIP6=y
CONFIG_USB_NET_DRIVERS=m
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_RTL8150=m
CONFIG_USB_RTL8152=m
CONFIG_USB_LAN78XX=m
CONFIG_USB_USBNET=m
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=m
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_ENABLE=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_CDC_PHONET=m
CONFIG_USB_IPHETH=m
CONFIG_USB_SIERRA_NET=m
CONFIG_USB_VL600=m
CONFIG_USB_NET_CH9200=m
CONFIG_WLAN=y
CONFIG_WLAN_VENDOR_ADMTEK=y
CONFIG_ADM8211=m
CONFIG_ATH_COMMON=m
CONFIG_WLAN_VENDOR_ATH=y
# CONFIG_ATH_DEBUG is not set
CONFIG_ATH5K=m
# CONFIG_ATH5K_DEBUG is not set
# CONFIG_ATH5K_TRACER is not set
CONFIG_ATH5K_PCI=y
CONFIG_ATH9K_HW=m
CONFIG_ATH9K_COMMON=m
CONFIG_ATH9K_BTCOEX_SUPPORT=y
CONFIG_ATH9K=m
CONFIG_ATH9K_PCI=y
CONFIG_ATH9K_AHB=y
CONFIG_ATH9K_DEBUGFS=y
CONFIG_ATH9K_STATION_STATISTICS=y
# CONFIG_ATH9K_DYNACK is not set
CONFIG_ATH9K_WOW=y
CONFIG_ATH9K_RFKILL=y
CONFIG_ATH9K_CHANNEL_CONTEXT=y
CONFIG_ATH9K_PCOEM=y
CONFIG_ATH9K_HTC=m
CONFIG_ATH9K_HTC_DEBUGFS=y
CONFIG_ATH9K_HWRNG=y
CONFIG_CARL9170=m
CONFIG_CARL9170_LEDS=y
# CONFIG_CARL9170_DEBUGFS is not set
CONFIG_CARL9170_WPC=y
CONFIG_CARL9170_HWRNG=y
CONFIG_ATH6KL=m
CONFIG_ATH6KL_SDIO=m
CONFIG_ATH6KL_USB=m
# CONFIG_ATH6KL_DEBUG is not set
# CONFIG_ATH6KL_TRACING is not set
CONFIG_AR5523=m
CONFIG_WIL6210=m
CONFIG_WIL6210_ISR_COR=y
CONFIG_WIL6210_TRACING=y
CONFIG_ATH10K=m
CONFIG_ATH10K_PCI=m
# CONFIG_ATH10K_DEBUG is not set
CONFIG_ATH10K_DEBUGFS=y
CONFIG_ATH10K_TRACING=y
CONFIG_WCN36XX=m
# CONFIG_WCN36XX_DEBUGFS is not set
CONFIG_WLAN_VENDOR_ATMEL=y
CONFIG_ATMEL=m
CONFIG_PCI_ATMEL=m
CONFIG_PCMCIA_ATMEL=m
CONFIG_AT76C50X_USB=m
CONFIG_WLAN_VENDOR_BROADCOM=y
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_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
# CONFIG_B43_SDIO is not set
CONFIG_B43_BCMA_PIO=y
CONFIG_B43_PIO=y
CONFIG_B43_PHY_G=y
CONFIG_B43_PHY_N=y
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_PCI_AUTOSELECT=y
CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
CONFIG_B43LEGACY_LEDS=y
CONFIG_B43LEGACY_HWRNG=y
# CONFIG_B43LEGACY_DEBUG is not set
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=m
CONFIG_BRCMFMAC=m
CONFIG_BRCMFMAC_PROTO_BCDC=y
CONFIG_BRCMFMAC_PROTO_MSGBUF=y
CONFIG_BRCMFMAC_SDIO=y
CONFIG_BRCMFMAC_USB=y
CONFIG_BRCMFMAC_PCIE=y
CONFIG_BRCM_TRACING=y
# CONFIG_BRCMDBG is not set
CONFIG_WLAN_VENDOR_CISCO=y
CONFIG_AIRO=m
CONFIG_AIRO_CS=m
CONFIG_WLAN_VENDOR_INTEL=y
CONFIG_IPW2100=m
CONFIG_IPW2100_MONITOR=y
# CONFIG_IPW2100_DEBUG is not set
CONFIG_IPW2200=m
CONFIG_IPW2200_MONITOR=y
CONFIG_IPW2200_RADIOTAP=y
CONFIG_IPW2200_PROMISCUOUS=y
CONFIG_IPW2200_QOS=y
# CONFIG_IPW2200_DEBUG is not set
CONFIG_LIBIPW=m
# CONFIG_LIBIPW_DEBUG is not set
CONFIG_IWLEGACY=m
CONFIG_IWL4965=m
CONFIG_IWL3945=m

#
# iwl3945 / iwl4965 Debugging Options
#
# CONFIG_IWLEGACY_DEBUG is not set
CONFIG_IWLEGACY_DEBUGFS=y
CONFIG_IWLWIFI=m
CONFIG_IWLWIFI_LEDS=y
CONFIG_IWLDVM=m
CONFIG_IWLMVM=m
CONFIG_IWLWIFI_OPMODE_MODULAR=y
# CONFIG_IWLWIFI_BCAST_FILTERING is not set
# CONFIG_IWLWIFI_PCIE_RTPM is not set

#
# Debugging Options
#
# CONFIG_IWLWIFI_DEBUG is not set
CONFIG_IWLWIFI_DEBUGFS=y
CONFIG_IWLWIFI_DEVICE_TRACING=y
CONFIG_WLAN_VENDOR_INTERSIL=y
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
CONFIG_HOSTAP_PLX=m
CONFIG_HOSTAP_PCI=m
CONFIG_HOSTAP_CS=m
CONFIG_HERMES=m
# CONFIG_HERMES_PRISM is not set
CONFIG_HERMES_CACHE_FW_ON_INIT=y
CONFIG_PLX_HERMES=m
CONFIG_TMD_HERMES=m
CONFIG_NORTEL_HERMES=m
CONFIG_PCMCIA_HERMES=m
CONFIG_PCMCIA_SPECTRUM=m
CONFIG_ORINOCO_USB=m
CONFIG_P54_COMMON=m
CONFIG_P54_USB=m
CONFIG_P54_PCI=m
CONFIG_P54_SPI=m
# CONFIG_P54_SPI_DEFAULT_EEPROM is not set
CONFIG_P54_LEDS=y
# CONFIG_PRISM54 is not set
CONFIG_WLAN_VENDOR_MARVELL=y
CONFIG_LIBERTAS=m
CONFIG_LIBERTAS_USB=m
CONFIG_LIBERTAS_CS=m
CONFIG_LIBERTAS_SDIO=m
CONFIG_LIBERTAS_SPI=m
# CONFIG_LIBERTAS_DEBUG is not set
CONFIG_LIBERTAS_MESH=y
CONFIG_LIBERTAS_THINFIRM=m
# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set
CONFIG_LIBERTAS_THINFIRM_USB=m
CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
CONFIG_MWIFIEX_PCIE=m
CONFIG_MWIFIEX_USB=m
CONFIG_MWL8K=m
CONFIG_WLAN_VENDOR_MEDIATEK=y
CONFIG_MT7601U=m
CONFIG_WLAN_VENDOR_RALINK=y
CONFIG_RT2X00=m
CONFIG_RT2400PCI=m
CONFIG_RT2500PCI=m
CONFIG_RT61PCI=m
CONFIG_RT2800PCI=m
CONFIG_RT2800PCI_RT33XX=y
CONFIG_RT2800PCI_RT35XX=y
CONFIG_RT2800PCI_RT53XX=y
CONFIG_RT2800PCI_RT3290=y
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_RT2800_LIB_MMIO=m
CONFIG_RT2X00_LIB_MMIO=m
CONFIG_RT2X00_LIB_PCI=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_LIB_DEBUGFS is not set
# CONFIG_RT2X00_DEBUG is not set
CONFIG_WLAN_VENDOR_REALTEK=y
CONFIG_RTL8180=m
CONFIG_RTL8187=m
CONFIG_RTL8187_LEDS=y
CONFIG_RTL_CARDS=m
CONFIG_RTL8192CE=m
CONFIG_RTL8192SE=m
CONFIG_RTL8192DE=m
CONFIG_RTL8723AE=m
CONFIG_RTL8723BE=m
CONFIG_RTL8188EE=m
CONFIG_RTL8192EE=m
CONFIG_RTL8821AE=m
CONFIG_RTL8192CU=m
CONFIG_RTLWIFI=m
CONFIG_RTLWIFI_PCI=m
CONFIG_RTLWIFI_USB=m
# CONFIG_RTLWIFI_DEBUG is not set
CONFIG_RTL8192C_COMMON=m
CONFIG_RTL8723_COMMON=m
CONFIG_RTLBTCOEXIST=m
CONFIG_RTL8XXXU=m
CONFIG_RTL8XXXU_UNTESTED=y
CONFIG_WLAN_VENDOR_RSI=y
CONFIG_RSI_91X=m
# CONFIG_RSI_DEBUGFS is not set
CONFIG_RSI_SDIO=m
CONFIG_RSI_USB=m
CONFIG_WLAN_VENDOR_ST=y
CONFIG_CW1200=m
CONFIG_CW1200_WLAN_SDIO=m
CONFIG_CW1200_WLAN_SPI=m
# CONFIG_WLAN_VENDOR_TI is not set
CONFIG_WLAN_VENDOR_ZYDAS=y
CONFIG_USB_ZD1201=m
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set
CONFIG_PCMCIA_RAYCS=m
CONFIG_PCMCIA_WL3501=m
CONFIG_MAC80211_HWSIM=m
CONFIG_USB_NET_RNDIS_WLAN=m

#
# WiMAX Wireless Broadband devices
#
CONFIG_WIMAX_I2400M=m
CONFIG_WIMAX_I2400M_USB=m
CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8
CONFIG_WAN=y
CONFIG_LANMEDIA=m
CONFIG_HDLC=m
CONFIG_HDLC_RAW=m
CONFIG_HDLC_RAW_ETH=m
CONFIG_HDLC_CISCO=m
CONFIG_HDLC_FR=m
CONFIG_HDLC_PPP=m
CONFIG_HDLC_X25=m
CONFIG_PCI200SYN=m
CONFIG_WANXL=m
CONFIG_PC300TOO=m
CONFIG_FARSYNC=m
CONFIG_DSCC4=m
CONFIG_DSCC4_PCISYNC=y
CONFIG_DSCC4_PCI_RST=y
CONFIG_DLCI=m
CONFIG_DLCI_MAX=8
CONFIG_LAPBETHER=m
CONFIG_X25_ASY=m
CONFIG_SBNI=m
# CONFIG_SBNI_MULTILINE is not set
CONFIG_IEEE802154_DRIVERS=m
CONFIG_IEEE802154_FAKELB=m
CONFIG_IEEE802154_AT86RF230=m
CONFIG_IEEE802154_AT86RF230_DEBUGFS=y
CONFIG_IEEE802154_MRF24J40=m
CONFIG_IEEE802154_CC2520=m
CONFIG_IEEE802154_ATUSB=m
CONFIG_IEEE802154_ADF7242=m
CONFIG_XEN_NETDEV_FRONTEND=y
CONFIG_XEN_NETDEV_BACKEND=m
CONFIG_VMXNET3=m
CONFIG_FUJITSU_ES=m
CONFIG_HYPERV_NET=m
CONFIG_ISDN=y
CONFIG_ISDN_I4L=m
CONFIG_ISDN_PPP=y
CONFIG_ISDN_PPP_VJ=y
CONFIG_ISDN_MPP=y
CONFIG_IPPP_FILTER=y
CONFIG_ISDN_PPP_BSDCOMP=m
CONFIG_ISDN_AUDIO=y
CONFIG_ISDN_TTY_FAX=y
CONFIG_ISDN_X25=y

#
# ISDN feature submodules
#
CONFIG_ISDN_DIVERSION=m

#
# ISDN4Linux hardware drivers
#

#
# Passive cards
#
CONFIG_ISDN_DRV_HISAX=m

#
# D-channel protocol features
#
CONFIG_HISAX_EURO=y
CONFIG_DE_AOC=y
# CONFIG_HISAX_NO_SENDCOMPLETE is not set
# CONFIG_HISAX_NO_LLC is not set
# CONFIG_HISAX_NO_KEYPAD is not set
CONFIG_HISAX_1TR6=y
CONFIG_HISAX_NI1=y
CONFIG_HISAX_MAX_CARDS=8

#
# HiSax supported cards
#
CONFIG_HISAX_16_3=y
CONFIG_HISAX_TELESPCI=y
CONFIG_HISAX_S0BOX=y
CONFIG_HISAX_FRITZPCI=y
CONFIG_HISAX_AVM_A1_PCMCIA=y
CONFIG_HISAX_ELSA=y
CONFIG_HISAX_DIEHLDIVA=y
CONFIG_HISAX_SEDLBAUER=y
CONFIG_HISAX_NETJET=y
CONFIG_HISAX_NETJET_U=y
CONFIG_HISAX_NICCY=y
CONFIG_HISAX_BKM_A4T=y
CONFIG_HISAX_SCT_QUADRO=y
CONFIG_HISAX_GAZEL=y
CONFIG_HISAX_HFC_PCI=y
CONFIG_HISAX_W6692=y
CONFIG_HISAX_HFC_SX=y
CONFIG_HISAX_ENTERNOW_PCI=y
# CONFIG_HISAX_DEBUG is not set

#
# HiSax PCMCIA card service modules
#
CONFIG_HISAX_SEDLBAUER_CS=m
CONFIG_HISAX_ELSA_CS=m
CONFIG_HISAX_AVM_A1_CS=m
CONFIG_HISAX_TELES_CS=m

#
# HiSax sub driver modules
#
CONFIG_HISAX_ST5481=m
CONFIG_HISAX_HFCUSB=m
CONFIG_HISAX_HFC4S8S=m
CONFIG_HISAX_FRITZ_PCIPNP=m
CONFIG_ISDN_CAPI=m
CONFIG_CAPI_TRACE=y
CONFIG_ISDN_CAPI_CAPI20=m
CONFIG_ISDN_CAPI_MIDDLEWARE=y
CONFIG_ISDN_CAPI_CAPIDRV=m
# CONFIG_ISDN_CAPI_CAPIDRV_VERBOSE is not set

#
# CAPI hardware drivers
#
CONFIG_CAPI_AVM=y
CONFIG_ISDN_DRV_AVMB1_B1PCI=m
CONFIG_ISDN_DRV_AVMB1_B1PCIV4=y
CONFIG_ISDN_DRV_AVMB1_B1PCMCIA=m
CONFIG_ISDN_DRV_AVMB1_AVM_CS=m
CONFIG_ISDN_DRV_AVMB1_T1PCI=m
CONFIG_ISDN_DRV_AVMB1_C4=m
CONFIG_CAPI_EICON=y
CONFIG_ISDN_DIVAS=m
CONFIG_ISDN_DIVAS_BRIPCI=y
CONFIG_ISDN_DIVAS_PRIPCI=y
CONFIG_ISDN_DIVAS_DIVACAPI=m
CONFIG_ISDN_DIVAS_USERIDI=m
CONFIG_ISDN_DIVAS_MAINT=m
CONFIG_ISDN_DRV_GIGASET=m
# CONFIG_GIGASET_CAPI is not set
CONFIG_GIGASET_I4L=y
# CONFIG_GIGASET_DUMMYLL is not set
CONFIG_GIGASET_BASE=m
CONFIG_GIGASET_M105=m
CONFIG_GIGASET_M101=m
# CONFIG_GIGASET_DEBUG is not set
CONFIG_HYSDN=m
CONFIG_HYSDN_CAPI=y
CONFIG_MISDN=m
CONFIG_MISDN_DSP=m
CONFIG_MISDN_L1OIP=m

#
# mISDN hardware drivers
#
CONFIG_MISDN_HFCPCI=m
CONFIG_MISDN_HFCMULTI=m
CONFIG_MISDN_HFCUSB=m
CONFIG_MISDN_AVMFRITZ=m
CONFIG_MISDN_SPEEDFAX=m
CONFIG_MISDN_INFINEON=m
CONFIG_MISDN_W6692=m
CONFIG_MISDN_NETJET=m
CONFIG_MISDN_IPAC=m
CONFIG_MISDN_ISAR=m
CONFIG_ISDN_HDLC=m
CONFIG_NVM=y
# CONFIG_NVM_DEBUG is not set
CONFIG_NVM_GENNVM=m
CONFIG_NVM_RRPC=m

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=m
CONFIG_INPUT_FF_MEMLESS=m
CONFIG_INPUT_POLLDEV=m
CONFIG_INPUT_SPARSEKMAP=m
CONFIG_INPUT_MATRIXKMAP=m

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_EVBUG=m

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ADC=m
CONFIG_KEYBOARD_ADP5520=m
CONFIG_KEYBOARD_ADP5588=m
CONFIG_KEYBOARD_ADP5589=m
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_QT1070=m
CONFIG_KEYBOARD_QT2160=m
CONFIG_KEYBOARD_LKKBD=m
CONFIG_KEYBOARD_GPIO=m
CONFIG_KEYBOARD_GPIO_POLLED=m
CONFIG_KEYBOARD_TCA6416=m
CONFIG_KEYBOARD_TCA8418=m
CONFIG_KEYBOARD_MATRIX=m
CONFIG_KEYBOARD_LM8323=m
CONFIG_KEYBOARD_LM8333=m
CONFIG_KEYBOARD_MAX7359=m
CONFIG_KEYBOARD_MCS=m
CONFIG_KEYBOARD_MPR121=m
CONFIG_KEYBOARD_NEWTON=m
CONFIG_KEYBOARD_OPENCORES=m
CONFIG_KEYBOARD_SAMSUNG=m
CONFIG_KEYBOARD_STOWAWAY=m
CONFIG_KEYBOARD_SUNKBD=m
CONFIG_KEYBOARD_TWL4030=m
CONFIG_KEYBOARD_XTKBD=m
CONFIG_KEYBOARD_CROS_EC=m
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_BYD=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_MOUSE_PS2_SENTELIC=y
CONFIG_MOUSE_PS2_TOUCHKIT=y
CONFIG_MOUSE_PS2_FOCALTECH=y
CONFIG_MOUSE_PS2_VMMOUSE=y
CONFIG_MOUSE_SERIAL=m
CONFIG_MOUSE_APPLETOUCH=m
CONFIG_MOUSE_BCM5974=m
CONFIG_MOUSE_CYAPA=m
CONFIG_MOUSE_ELAN_I2C=m
CONFIG_MOUSE_ELAN_I2C_I2C=y
CONFIG_MOUSE_ELAN_I2C_SMBUS=y
CONFIG_MOUSE_VSXXXAA=m
CONFIG_MOUSE_GPIO=m
CONFIG_MOUSE_SYNAPTICS_I2C=m
CONFIG_MOUSE_SYNAPTICS_USB=m
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=m
CONFIG_JOYSTICK_A3D=m
CONFIG_JOYSTICK_ADI=m
CONFIG_JOYSTICK_COBRA=m
CONFIG_JOYSTICK_GF2K=m
CONFIG_JOYSTICK_GRIP=m
CONFIG_JOYSTICK_GRIP_MP=m
CONFIG_JOYSTICK_GUILLEMOT=m
CONFIG_JOYSTICK_INTERACT=m
CONFIG_JOYSTICK_SIDEWINDER=m
CONFIG_JOYSTICK_TMDC=m
CONFIG_JOYSTICK_IFORCE=m
CONFIG_JOYSTICK_IFORCE_USB=y
CONFIG_JOYSTICK_IFORCE_232=y
CONFIG_JOYSTICK_WARRIOR=m
CONFIG_JOYSTICK_MAGELLAN=m
CONFIG_JOYSTICK_SPACEORB=m
CONFIG_JOYSTICK_SPACEBALL=m
CONFIG_JOYSTICK_STINGER=m
CONFIG_JOYSTICK_TWIDJOY=m
CONFIG_JOYSTICK_ZHENHUA=m
CONFIG_JOYSTICK_DB9=m
CONFIG_JOYSTICK_GAMECON=m
CONFIG_JOYSTICK_TURBOGRAFX=m
CONFIG_JOYSTICK_AS5011=m
CONFIG_JOYSTICK_JOYDUMP=m
CONFIG_JOYSTICK_XPAD=m
CONFIG_JOYSTICK_XPAD_FF=y
CONFIG_JOYSTICK_XPAD_LEDS=y
CONFIG_JOYSTICK_WALKERA0701=m
CONFIG_INPUT_TABLET=y
CONFIG_TABLET_USB_ACECAD=m
CONFIG_TABLET_USB_AIPTEK=m
CONFIG_TABLET_USB_GTCO=m
CONFIG_TABLET_USB_HANWANG=m
CONFIG_TABLET_USB_KBTAB=m
CONFIG_TABLET_USB_PEGASUS=m
CONFIG_TABLET_SERIAL_WACOM4=m
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_PROPERTIES=y
CONFIG_TOUCHSCREEN_88PM860X=m
CONFIG_TOUCHSCREEN_ADS7846=m
CONFIG_TOUCHSCREEN_AD7877=m
CONFIG_TOUCHSCREEN_AD7879=m
CONFIG_TOUCHSCREEN_AD7879_I2C=m
CONFIG_TOUCHSCREEN_AD7879_SPI=m
CONFIG_TOUCHSCREEN_ATMEL_MXT=m
CONFIG_TOUCHSCREEN_ATMEL_MXT_T37=y
CONFIG_TOUCHSCREEN_AUO_PIXCIR=m
CONFIG_TOUCHSCREEN_BU21013=m
CONFIG_TOUCHSCREEN_CY8CTMG110=m
CONFIG_TOUCHSCREEN_CYTTSP_CORE=m
CONFIG_TOUCHSCREEN_CYTTSP_I2C=m
CONFIG_TOUCHSCREEN_CYTTSP_SPI=m
CONFIG_TOUCHSCREEN_CYTTSP4_CORE=m
CONFIG_TOUCHSCREEN_CYTTSP4_I2C=m
CONFIG_TOUCHSCREEN_CYTTSP4_SPI=m
CONFIG_TOUCHSCREEN_DA9034=m
CONFIG_TOUCHSCREEN_DA9052=m
CONFIG_TOUCHSCREEN_DYNAPRO=m
CONFIG_TOUCHSCREEN_HAMPSHIRE=m
CONFIG_TOUCHSCREEN_EETI=m
CONFIG_TOUCHSCREEN_EGALAX_SERIAL=m
CONFIG_TOUCHSCREEN_FUJITSU=m
CONFIG_TOUCHSCREEN_GOODIX=m
CONFIG_TOUCHSCREEN_ILI210X=m
CONFIG_TOUCHSCREEN_GUNZE=m
CONFIG_TOUCHSCREEN_EKTF2127=m
CONFIG_TOUCHSCREEN_ELAN=m
CONFIG_TOUCHSCREEN_ELO=m
CONFIG_TOUCHSCREEN_WACOM_W8001=m
CONFIG_TOUCHSCREEN_WACOM_I2C=m
CONFIG_TOUCHSCREEN_MAX11801=m
CONFIG_TOUCHSCREEN_MCS5000=m
CONFIG_TOUCHSCREEN_MMS114=m
CONFIG_TOUCHSCREEN_MELFAS_MIP4=m
CONFIG_TOUCHSCREEN_MTOUCH=m
CONFIG_TOUCHSCREEN_INEXIO=m
CONFIG_TOUCHSCREEN_MK712=m
CONFIG_TOUCHSCREEN_PENMOUNT=m
CONFIG_TOUCHSCREEN_EDT_FT5X06=m
CONFIG_TOUCHSCREEN_TOUCHRIGHT=m
CONFIG_TOUCHSCREEN_TOUCHWIN=m
CONFIG_TOUCHSCREEN_TI_AM335X_TSC=m
CONFIG_TOUCHSCREEN_UCB1400=m
CONFIG_TOUCHSCREEN_PIXCIR=m
CONFIG_TOUCHSCREEN_WDT87XX_I2C=m
CONFIG_TOUCHSCREEN_WM831X=m
CONFIG_TOUCHSCREEN_WM97XX=m
CONFIG_TOUCHSCREEN_WM9705=y
CONFIG_TOUCHSCREEN_WM9712=y
CONFIG_TOUCHSCREEN_WM9713=y
CONFIG_TOUCHSCREEN_USB_COMPOSITE=m
CONFIG_TOUCHSCREEN_MC13783=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=m
CONFIG_TOUCHSCREEN_TSC_SERIO=m
CONFIG_TOUCHSCREEN_TSC200X_CORE=m
CONFIG_TOUCHSCREEN_TSC2004=m
CONFIG_TOUCHSCREEN_TSC2005=m
CONFIG_TOUCHSCREEN_TSC2007=m
CONFIG_TOUCHSCREEN_PCAP=m
CONFIG_TOUCHSCREEN_RM_TS=m
CONFIG_TOUCHSCREEN_SILEAD=m
CONFIG_TOUCHSCREEN_SIS_I2C=m
CONFIG_TOUCHSCREEN_ST1232=m
CONFIG_TOUCHSCREEN_SUR40=m
CONFIG_TOUCHSCREEN_SURFACE3_SPI=m
CONFIG_TOUCHSCREEN_SX8654=m
CONFIG_TOUCHSCREEN_TPS6507X=m
CONFIG_TOUCHSCREEN_ZFORCE=m
CONFIG_TOUCHSCREEN_ROHM_BU21023=m
CONFIG_INPUT_MISC=y
CONFIG_INPUT_88PM860X_ONKEY=m
CONFIG_INPUT_88PM80X_ONKEY=m
CONFIG_INPUT_AD714X=m
CONFIG_INPUT_AD714X_I2C=m
CONFIG_INPUT_AD714X_SPI=m
CONFIG_INPUT_ARIZONA_HAPTICS=m
CONFIG_INPUT_BMA150=m
CONFIG_INPUT_E3X0_BUTTON=m
CONFIG_INPUT_PCSPKR=m
CONFIG_INPUT_MAX77693_HAPTIC=m
CONFIG_INPUT_MAX8925_ONKEY=m
CONFIG_INPUT_MAX8997_HAPTIC=m
CONFIG_INPUT_MC13783_PWRBUTTON=m
CONFIG_INPUT_MMA8450=m
CONFIG_INPUT_MPU3050=m
CONFIG_INPUT_APANEL=m
CONFIG_INPUT_GP2A=m
CONFIG_INPUT_GPIO_BEEPER=m
CONFIG_INPUT_GPIO_TILT_POLLED=m
CONFIG_INPUT_GPIO_DECODER=m
CONFIG_INPUT_ATLAS_BTNS=m
CONFIG_INPUT_ATI_REMOTE2=m
CONFIG_INPUT_KEYSPAN_REMOTE=m
CONFIG_INPUT_KXTJ9=m
# CONFIG_INPUT_KXTJ9_POLLED_MODE is not set
CONFIG_INPUT_POWERMATE=m
CONFIG_INPUT_YEALINK=m
CONFIG_INPUT_CM109=m
CONFIG_INPUT_REGULATOR_HAPTIC=m
CONFIG_INPUT_RETU_PWRBUTTON=m
CONFIG_INPUT_TPS65218_PWRBUTTON=m
CONFIG_INPUT_AXP20X_PEK=m
CONFIG_INPUT_TWL4030_PWRBUTTON=m
CONFIG_INPUT_TWL4030_VIBRA=m
CONFIG_INPUT_TWL6040_VIBRA=m
CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_PALMAS_PWRBUTTON=m
CONFIG_INPUT_PCF50633_PMU=m
CONFIG_INPUT_PCF8574=m
CONFIG_INPUT_PWM_BEEPER=m
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
CONFIG_INPUT_DA9052_ONKEY=m
CONFIG_INPUT_DA9055_ONKEY=m
CONFIG_INPUT_DA9063_ONKEY=m
CONFIG_INPUT_WM831X_ON=m
CONFIG_INPUT_PCAP=m
CONFIG_INPUT_ADXL34X=m
CONFIG_INPUT_ADXL34X_I2C=m
CONFIG_INPUT_ADXL34X_SPI=m
CONFIG_INPUT_IMS_PCU=m
CONFIG_INPUT_CMA3000=m
CONFIG_INPUT_CMA3000_I2C=m
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m
CONFIG_INPUT_IDEAPAD_SLIDEBAR=m
CONFIG_INPUT_SOC_BUTTON_ARRAY=m
CONFIG_INPUT_DRV260X_HAPTICS=m
CONFIG_INPUT_DRV2665_HAPTICS=m
CONFIG_INPUT_DRV2667_HAPTICS=m
CONFIG_RMI4_CORE=m
CONFIG_RMI4_I2C=m
CONFIG_RMI4_SPI=m
CONFIG_RMI4_2D_SENSOR=y
CONFIG_RMI4_F11=y
CONFIG_RMI4_F12=y
CONFIG_RMI4_F30=y
CONFIG_RMI4_F54=y

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
CONFIG_SERIO_ALTERA_PS2=m
CONFIG_SERIO_PS2MULT=m
CONFIG_SERIO_ARC_PS2=m
CONFIG_HYPERV_KEYBOARD=m
CONFIG_USERIO=m
CONFIG_GAMEPORT=m
CONFIG_GAMEPORT_NS558=m
CONFIG_GAMEPORT_L4=m
CONFIG_GAMEPORT_EMU10K1=m
CONFIG_GAMEPORT_FM801=m

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=0
CONFIG_SERIAL_NONSTANDARD=y
CONFIG_ROCKETPORT=m
CONFIG_CYCLADES=m
# CONFIG_CYZ_INTR is not set
CONFIG_MOXA_INTELLIO=m
CONFIG_MOXA_SMARTIO=m
CONFIG_SYNCLINK=m
CONFIG_SYNCLINKMP=m
CONFIG_SYNCLINK_GT=m
CONFIG_NOZOMI=m
CONFIG_ISI=m
CONFIG_N_HDLC=m
CONFIG_N_GSM=m
CONFIG_TRACE_ROUTER=m
CONFIG_TRACE_SINK=m
CONFIG_DEVMEM=y
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_FINTEK=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_CS=m
CONFIG_SERIAL_8250_NR_UARTS=48
CONFIG_SERIAL_8250_RUNTIME_UARTS=32
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_FSL is not set
CONFIG_SERIAL_8250_DW=m
CONFIG_SERIAL_8250_RT288X=y
CONFIG_SERIAL_8250_LPSS=m
CONFIG_SERIAL_8250_MID=m
CONFIG_SERIAL_8250_MOXA=m

#
# Non-8250 serial port support
#
CONFIG_SERIAL_KGDB_NMI=y
CONFIG_SERIAL_MAX3100=m
CONFIG_SERIAL_MAX310X=y
CONFIG_SERIAL_UARTLITE=m
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_CONSOLE_POLL=y
CONFIG_SERIAL_JSM=m
CONFIG_SERIAL_SCCNXP=y
CONFIG_SERIAL_SCCNXP_CONSOLE=y
CONFIG_SERIAL_SC16IS7XX_CORE=m
CONFIG_SERIAL_SC16IS7XX=m
CONFIG_SERIAL_SC16IS7XX_I2C=y
CONFIG_SERIAL_SC16IS7XX_SPI=y
CONFIG_SERIAL_ALTERA_JTAGUART=m
CONFIG_SERIAL_ALTERA_UART=m
CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4
CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200
# CONFIG_SERIAL_IFX6X60 is not set
CONFIG_SERIAL_ARC=m
CONFIG_SERIAL_ARC_NR_PORTS=1
CONFIG_SERIAL_RP2=m
CONFIG_SERIAL_RP2_NR_UARTS=32
CONFIG_SERIAL_FSL_LPUART=m
CONFIG_SERIAL_MEN_Z135=m
CONFIG_TTY_PRINTK=y
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=m
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
CONFIG_VIRTIO_CONSOLE=y
CONFIG_IPMI_HANDLER=m
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_SSIF=m
CONFIG_IPMI_WATCHDOG=m
CONFIG_IPMI_POWEROFF=m
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_TIMERIOMEM=m
CONFIG_HW_RANDOM_INTEL=m
CONFIG_HW_RANDOM_AMD=m
CONFIG_HW_RANDOM_VIA=m
CONFIG_HW_RANDOM_VIRTIO=m
CONFIG_HW_RANDOM_TPM=m
CONFIG_NVRAM=m
CONFIG_R3964=m
CONFIG_APPLICOM=m

#
# PCMCIA character devices
#
CONFIG_SYNCLINK_CS=m
CONFIG_CARDMAN_4000=m
CONFIG_CARDMAN_4040=m
CONFIG_IPWIRELESS=m
CONFIG_MWAVE=m
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=256
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HPET_MMAP_DEFAULT=y
CONFIG_HANGCHECK_TIMER=m
CONFIG_TCG_TPM=y
CONFIG_TCG_TIS_CORE=y
CONFIG_TCG_TIS=y
CONFIG_TCG_TIS_SPI=m
CONFIG_TCG_TIS_I2C_ATMEL=m
CONFIG_TCG_TIS_I2C_INFINEON=m
CONFIG_TCG_TIS_I2C_NUVOTON=m
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m
CONFIG_TCG_XEN=m
CONFIG_TCG_CRB=m
CONFIG_TCG_VTPM_PROXY=m
CONFIG_TCG_TIS_ST33ZP24=m
CONFIG_TCG_TIS_ST33ZP24_I2C=m
CONFIG_TCG_TIS_ST33ZP24_SPI=m
CONFIG_TELCLOCK=m
CONFIG_DEVPORT=y
CONFIG_XILLYBUS=m
CONFIG_XILLYBUS_PCIE=m

#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_MUX=m

#
# Multiplexer I2C Chip support
#
CONFIG_I2C_MUX_GPIO=m
CONFIG_I2C_MUX_PCA9541=m
CONFIG_I2C_MUX_PCA954x=m
CONFIG_I2C_MUX_PINCTRL=m
CONFIG_I2C_MUX_REG=m
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=m
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCA=m

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
CONFIG_I2C_ALI1535=m
CONFIG_I2C_ALI1563=m
CONFIG_I2C_ALI15X3=m
CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD756_S4882=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_I801=m
CONFIG_I2C_ISCH=m
CONFIG_I2C_ISMT=m
CONFIG_I2C_PIIX4=m
CONFIG_I2C_NFORCE2=m
CONFIG_I2C_NFORCE2_S4985=m
CONFIG_I2C_SIS5595=m
CONFIG_I2C_SIS630=m
CONFIG_I2C_SIS96X=m
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m

#
# ACPI drivers
#
CONFIG_I2C_SCMI=m

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_CBUS_GPIO=m
CONFIG_I2C_DESIGNWARE_CORE=m
CONFIG_I2C_DESIGNWARE_PLATFORM=m
CONFIG_I2C_DESIGNWARE_PCI=m
CONFIG_I2C_DESIGNWARE_BAYTRAIL=y
CONFIG_I2C_EMEV2=m
CONFIG_I2C_GPIO=m
CONFIG_I2C_KEMPLD=m
CONFIG_I2C_OCORES=m
CONFIG_I2C_PCA_PLATFORM=m
# CONFIG_I2C_PXA_PCI is not set
CONFIG_I2C_SIMTEC=m
CONFIG_I2C_XILINX=m

#
# External I2C/SMBus adapter drivers
#
CONFIG_I2C_DIOLAN_U2C=m
CONFIG_I2C_DLN2=m
CONFIG_I2C_PARPORT=m
CONFIG_I2C_PARPORT_LIGHT=m
CONFIG_I2C_ROBOTFUZZ_OSIF=m
CONFIG_I2C_TAOS_EVM=m
CONFIG_I2C_TINY_USB=m
CONFIG_I2C_VIPERBOARD=m

#
# Other I2C/SMBus bus drivers
#
CONFIG_I2C_CROS_EC_TUNNEL=m
CONFIG_I2C_STUB=m
CONFIG_I2C_SLAVE=y
# CONFIG_I2C_SLAVE_EEPROM 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=m
CONFIG_SPI_AXI_SPI_ENGINE=m
CONFIG_SPI_BITBANG=m
CONFIG_SPI_BUTTERFLY=m
CONFIG_SPI_CADENCE=m
CONFIG_SPI_DESIGNWARE=m
CONFIG_SPI_DW_PCI=m
CONFIG_SPI_DW_MID_DMA=y
CONFIG_SPI_DW_MMIO=m
CONFIG_SPI_DLN2=m
CONFIG_SPI_GPIO=m
CONFIG_SPI_LM70_LLP=m
CONFIG_SPI_OC_TINY=m
CONFIG_SPI_PXA2XX=m
CONFIG_SPI_PXA2XX_PCI=m
# CONFIG_SPI_ROCKCHIP is not set
CONFIG_SPI_SC18IS602=m
CONFIG_SPI_XCOMM=m
# CONFIG_SPI_XILINX is not set
CONFIG_SPI_ZYNQMP_GQSPI=m

#
# SPI Protocol Masters
#
CONFIG_SPI_SPIDEV=m
CONFIG_SPI_LOOPBACK_TEST=m
CONFIG_SPI_TLE62X0=m
CONFIG_SPMI=m
CONFIG_HSI=m
CONFIG_HSI_BOARDINFO=y

#
# HSI controllers
#

#
# HSI clients
#
CONFIG_HSI_CHAR=m

#
# 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_PARPORT=m
CONFIG_PPS_CLIENT_GPIO=m

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=m

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_PINCTRL=y

#
# Pin controllers
#
CONFIG_PINMUX=y
CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=y
CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=m
CONFIG_PINCTRL_INTEL=m
CONFIG_PINCTRL_BROXTON=m
CONFIG_PINCTRL_SUNRISEPOINT=m
CONFIG_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIO_ACPI=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_GENERIC=m
CONFIG_GPIO_MAX730X=m

#
# Memory mapped GPIO drivers
#
CONFIG_GPIO_AMDPT=m
CONFIG_GPIO_AXP209=m
CONFIG_GPIO_DWAPB=m
CONFIG_GPIO_GENERIC_PLATFORM=m
CONFIG_GPIO_ICH=m
CONFIG_GPIO_LYNXPOINT=y
CONFIG_GPIO_MENZ127=m
CONFIG_GPIO_MOCKUP=m
CONFIG_GPIO_VX855=m
CONFIG_GPIO_ZX=y

#
# Port-mapped I/O GPIO drivers
#
CONFIG_GPIO_104_DIO_48E=m
CONFIG_GPIO_104_IDIO_16=m
CONFIG_GPIO_104_IDI_48=m
CONFIG_GPIO_F7188X=m
CONFIG_GPIO_GPIO_MM=m
CONFIG_GPIO_IT87=m
CONFIG_GPIO_SCH=m
CONFIG_GPIO_SCH311X=m
CONFIG_GPIO_WS16C48=m

#
# I2C GPIO expanders
#
CONFIG_GPIO_ADP5588=m
CONFIG_GPIO_MAX7300=m
CONFIG_GPIO_MAX732X=m
CONFIG_GPIO_PCA953X=m
CONFIG_GPIO_PCF857X=m
CONFIG_GPIO_SX150X=y
CONFIG_GPIO_TPIC2810=m
CONFIG_GPIO_TS4900=m

#
# MFD GPIO expanders
#
CONFIG_GPIO_ADP5520=m
CONFIG_GPIO_ARIZONA=m
CONFIG_GPIO_CRYSTAL_COVE=m
CONFIG_GPIO_DA9052=m
CONFIG_GPIO_DA9055=m
CONFIG_GPIO_DLN2=m
CONFIG_GPIO_JANZ_TTL=m
CONFIG_GPIO_KEMPLD=m
CONFIG_GPIO_LP3943=m
CONFIG_GPIO_LP873X=m
CONFIG_GPIO_PALMAS=y
CONFIG_GPIO_RC5T583=y
CONFIG_GPIO_TPS65086=m
CONFIG_GPIO_TPS65218=m
CONFIG_GPIO_TPS6586X=y
CONFIG_GPIO_TPS65910=y
CONFIG_GPIO_TPS65912=m
CONFIG_GPIO_TWL4030=m
CONFIG_GPIO_TWL6040=m
CONFIG_GPIO_UCB1400=m
CONFIG_GPIO_WHISKEY_COVE=m
CONFIG_GPIO_WM831X=m
CONFIG_GPIO_WM8350=m
CONFIG_GPIO_WM8994=m

#
# PCI GPIO expanders
#
CONFIG_GPIO_AMD8111=m
CONFIG_GPIO_ML_IOH=m
CONFIG_GPIO_RDC321X=m

#
# SPI GPIO expanders
#
CONFIG_GPIO_MAX7301=m
CONFIG_GPIO_MC33880=m
CONFIG_GPIO_PISOSR=m

#
# SPI or I2C GPIO expanders
#

#
# USB GPIO expanders
#
CONFIG_GPIO_VIPERBOARD=m
CONFIG_W1=m
CONFIG_W1_CON=y

#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_MATROX=m
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_AVS=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_RESTART=y
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_PDA_POWER=m
CONFIG_GENERIC_ADC_BATTERY=m
CONFIG_MAX8925_POWER=m
CONFIG_WM831X_BACKUP=m
CONFIG_WM831X_POWER=m
CONFIG_WM8350_POWER=m
CONFIG_TEST_POWER=m
CONFIG_BATTERY_88PM860X=m
CONFIG_BATTERY_DS2760=m
CONFIG_BATTERY_DS2780=m
CONFIG_BATTERY_DS2781=m
CONFIG_BATTERY_DS2782=m
CONFIG_BATTERY_SBS=m
CONFIG_BATTERY_BQ27XXX=m
CONFIG_BATTERY_BQ27XXX_I2C=m
CONFIG_BATTERY_DA9030=m
CONFIG_BATTERY_DA9052=m
CONFIG_CHARGER_DA9150=m
CONFIG_BATTERY_DA9150=m
CONFIG_AXP288_CHARGER=m
CONFIG_AXP288_FUEL_GAUGE=m
CONFIG_BATTERY_MAX17040=m
CONFIG_BATTERY_MAX17042=m
CONFIG_BATTERY_TWL4030_MADC=m
CONFIG_CHARGER_88PM860X=m
CONFIG_CHARGER_PCF50633=m
CONFIG_BATTERY_RX51=m
CONFIG_CHARGER_ISP1704=m
CONFIG_CHARGER_MAX8903=m
CONFIG_CHARGER_TWL4030=m
CONFIG_CHARGER_LP8727=m
CONFIG_CHARGER_LP8788=m
CONFIG_CHARGER_GPIO=m
CONFIG_CHARGER_MANAGER=y
CONFIG_CHARGER_MAX14577=m
CONFIG_CHARGER_MAX77693=m
CONFIG_CHARGER_MAX8997=m
CONFIG_CHARGER_MAX8998=m
CONFIG_CHARGER_BQ2415X=m
CONFIG_CHARGER_BQ24190=m
CONFIG_CHARGER_BQ24257=m
CONFIG_CHARGER_BQ24735=m
CONFIG_CHARGER_BQ25890=m
CONFIG_CHARGER_SMB347=m
CONFIG_CHARGER_TPS65090=m
CONFIG_CHARGER_TPS65217=m
CONFIG_BATTERY_GAUGE_LTC2941=m
CONFIG_BATTERY_RT5033=m
CONFIG_CHARGER_RT9455=m
CONFIG_AXP20X_POWER=m
CONFIG_HWMON=y
CONFIG_HWMON_VID=m
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
CONFIG_SENSORS_ABITUGURU=m
CONFIG_SENSORS_ABITUGURU3=m
CONFIG_SENSORS_AD7314=m
CONFIG_SENSORS_AD7414=m
CONFIG_SENSORS_AD7418=m
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
CONFIG_SENSORS_ADM1029=m
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
CONFIG_SENSORS_ADT7X10=m
CONFIG_SENSORS_ADT7310=m
CONFIG_SENSORS_ADT7410=m
CONFIG_SENSORS_ADT7411=m
CONFIG_SENSORS_ADT7462=m
CONFIG_SENSORS_ADT7470=m
CONFIG_SENSORS_ADT7475=m
CONFIG_SENSORS_ASC7621=m
CONFIG_SENSORS_K8TEMP=m
CONFIG_SENSORS_K10TEMP=m
CONFIG_SENSORS_FAM15H_POWER=m
CONFIG_SENSORS_APPLESMC=m
CONFIG_SENSORS_ARM_SCPI=m
CONFIG_SENSORS_ASB100=m
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_DS620=m
CONFIG_SENSORS_DS1621=m
CONFIG_SENSORS_DELL_SMM=m
CONFIG_SENSORS_DA9052_ADC=m
CONFIG_SENSORS_DA9055=m
CONFIG_SENSORS_I5K_AMB=m
CONFIG_SENSORS_F71805F=m
CONFIG_SENSORS_F71882FG=m
CONFIG_SENSORS_F75375S=m
CONFIG_SENSORS_MC13783_ADC=m
CONFIG_SENSORS_FSCHMD=m
CONFIG_SENSORS_FTSTEUTATES=m
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
CONFIG_SENSORS_G760A=m
CONFIG_SENSORS_G762=m
CONFIG_SENSORS_GPIO_FAN=m
CONFIG_SENSORS_HIH6130=m
CONFIG_SENSORS_IBMAEM=m
CONFIG_SENSORS_IBMPEX=m
CONFIG_SENSORS_IIO_HWMON=m
CONFIG_SENSORS_I5500=m
CONFIG_SENSORS_CORETEMP=m
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_JC42=m
CONFIG_SENSORS_POWR1220=m
CONFIG_SENSORS_LINEAGE=m
CONFIG_SENSORS_LTC2945=m
CONFIG_SENSORS_LTC2990=m
CONFIG_SENSORS_LTC4151=m
CONFIG_SENSORS_LTC4215=m
CONFIG_SENSORS_LTC4222=m
CONFIG_SENSORS_LTC4245=m
CONFIG_SENSORS_LTC4260=m
CONFIG_SENSORS_LTC4261=m
CONFIG_SENSORS_MAX1111=m
CONFIG_SENSORS_MAX16065=m
CONFIG_SENSORS_MAX1619=m
CONFIG_SENSORS_MAX1668=m
CONFIG_SENSORS_MAX197=m
CONFIG_SENSORS_MAX31722=m
CONFIG_SENSORS_MAX6639=m
CONFIG_SENSORS_MAX6642=m
CONFIG_SENSORS_MAX6650=m
CONFIG_SENSORS_MAX6697=m
CONFIG_SENSORS_MAX31790=m
CONFIG_SENSORS_MCP3021=m
CONFIG_SENSORS_MENF21BMC_HWMON=m
CONFIG_SENSORS_ADCXX=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM70=m
CONFIG_SENSORS_LM73=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
CONFIG_SENSORS_LM93=m
CONFIG_SENSORS_LM95234=m
CONFIG_SENSORS_LM95241=m
CONFIG_SENSORS_LM95245=m
CONFIG_SENSORS_PC87360=m
CONFIG_SENSORS_PC87427=m
CONFIG_SENSORS_NTC_THERMISTOR=m
CONFIG_SENSORS_NCT6683=m
CONFIG_SENSORS_NCT6775=m
CONFIG_SENSORS_NCT7802=m
CONFIG_SENSORS_NCT7904=m
CONFIG_SENSORS_PCF8591=m
CONFIG_PMBUS=m
CONFIG_SENSORS_PMBUS=m
CONFIG_SENSORS_ADM1275=m
CONFIG_SENSORS_LM25066=m
CONFIG_SENSORS_LTC2978=m
CONFIG_SENSORS_LTC2978_REGULATOR=y
CONFIG_SENSORS_LTC3815=m
CONFIG_SENSORS_MAX16064=m
CONFIG_SENSORS_MAX20751=m
CONFIG_SENSORS_MAX34440=m
CONFIG_SENSORS_MAX8688=m
CONFIG_SENSORS_TPS40422=m
CONFIG_SENSORS_UCD9000=m
CONFIG_SENSORS_UCD9200=m
CONFIG_SENSORS_ZL6100=m
CONFIG_SENSORS_SHT15=m
CONFIG_SENSORS_SHT21=m
CONFIG_SENSORS_SHT3x=m
CONFIG_SENSORS_SHTC1=m
CONFIG_SENSORS_SIS5595=m
CONFIG_SENSORS_DME1737=m
CONFIG_SENSORS_EMC1403=m
CONFIG_SENSORS_EMC2103=m
CONFIG_SENSORS_EMC6W201=m
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_SMSC47M192=m
CONFIG_SENSORS_SMSC47B397=m
CONFIG_SENSORS_SCH56XX_COMMON=m
CONFIG_SENSORS_SCH5627=m
CONFIG_SENSORS_SCH5636=m
CONFIG_SENSORS_SMM665=m
CONFIG_SENSORS_ADC128D818=m
CONFIG_SENSORS_ADS1015=m
CONFIG_SENSORS_ADS7828=m
CONFIG_SENSORS_ADS7871=m
CONFIG_SENSORS_AMC6821=m
CONFIG_SENSORS_INA209=m
CONFIG_SENSORS_INA2XX=m
CONFIG_SENSORS_INA3221=m
CONFIG_SENSORS_TC74=m
CONFIG_SENSORS_THMC50=m
CONFIG_SENSORS_TMP102=m
CONFIG_SENSORS_TMP103=m
CONFIG_SENSORS_TMP401=m
CONFIG_SENSORS_TMP421=m
CONFIG_SENSORS_TWL4030_MADC=m
CONFIG_SENSORS_VIA_CPUTEMP=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_VT1211=m
CONFIG_SENSORS_VT8231=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83791D=m
CONFIG_SENSORS_W83792D=m
CONFIG_SENSORS_W83793=m
CONFIG_SENSORS_W83795=m
# CONFIG_SENSORS_W83795_FANCTRL is not set
CONFIG_SENSORS_W83L785TS=m
CONFIG_SENSORS_W83L786NG=m
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m
CONFIG_SENSORS_WM831X=m
CONFIG_SENSORS_WM8350=m
CONFIG_SENSORS_XGENE=m

#
# ACPI drivers
#
CONFIG_SENSORS_ACPI_POWER=m
CONFIG_SENSORS_ATK0110=m
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_WRITABLE_TRIPS=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_BANG_BANG=y
CONFIG_THERMAL_GOV_USER_SPACE=y
CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
CONFIG_THERMAL_EMULATION=y
CONFIG_INTEL_POWERCLAMP=m
CONFIG_X86_PKG_TEMP_THERMAL=m
CONFIG_INTEL_SOC_DTS_IOSF_CORE=m
CONFIG_INTEL_SOC_DTS_THERMAL=m

#
# ACPI INT340X thermal drivers
#
CONFIG_INT340X_THERMAL=m
CONFIG_ACPI_THERMAL_REL=m
CONFIG_INT3406_THERMAL=m
CONFIG_INTEL_BXT_PMIC_THERMAL=m
CONFIG_INTEL_PCH_THERMAL=m
CONFIG_GENERIC_ADC_THERMAL=m
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_SYSFS=y

#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
CONFIG_DA9052_WATCHDOG=m
CONFIG_DA9055_WATCHDOG=m
CONFIG_DA9063_WATCHDOG=m
CONFIG_DA9062_WATCHDOG=m
CONFIG_MENF21BMC_WATCHDOG=m
CONFIG_WDAT_WDT=m
CONFIG_WM831X_WATCHDOG=m
CONFIG_WM8350_WATCHDOG=m
CONFIG_XILINX_WATCHDOG=m
CONFIG_ZIIRAVE_WATCHDOG=m
CONFIG_CADENCE_WATCHDOG=m
CONFIG_DW_WATCHDOG=m
CONFIG_TWL4030_WATCHDOG=m
CONFIG_MAX63XX_WATCHDOG=m
CONFIG_RETU_WATCHDOG=m
CONFIG_ACQUIRE_WDT=m
CONFIG_ADVANTECH_WDT=m
CONFIG_ALIM1535_WDT=m
CONFIG_ALIM7101_WDT=m
CONFIG_EBC_C384_WDT=m
CONFIG_F71808E_WDT=m
CONFIG_SP5100_TCO=m
CONFIG_SBC_FITPC2_WATCHDOG=m
CONFIG_EUROTECH_WDT=m
CONFIG_IB700_WDT=m
CONFIG_IBMASR=m
CONFIG_WAFER_WDT=m
CONFIG_I6300ESB_WDT=m
CONFIG_IE6XX_WDT=m
CONFIG_ITCO_WDT=m
CONFIG_ITCO_VENDOR_SUPPORT=y
CONFIG_IT8712F_WDT=m
CONFIG_IT87_WDT=m
CONFIG_HP_WATCHDOG=m
CONFIG_KEMPLD_WDT=m
CONFIG_HPWDT_NMI_DECODING=y
CONFIG_SC1200_WDT=m
CONFIG_PC87413_WDT=m
CONFIG_NV_TCO=m
CONFIG_60XX_WDT=m
CONFIG_CPU5_WDT=m
CONFIG_SMSC_SCH311X_WDT=m
CONFIG_SMSC37B787_WDT=m
CONFIG_VIA_WDT=m
CONFIG_W83627HF_WDT=m
CONFIG_W83877F_WDT=m
CONFIG_W83977F_WDT=m
CONFIG_MACHZ_WDT=m
CONFIG_SBC_EPX_C3_WATCHDOG=m
CONFIG_INTEL_MEI_WDT=m
CONFIG_NI903X_WDT=m
CONFIG_MEN_A21_WDT=m
CONFIG_XEN_WDT=m

#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=m
CONFIG_WDTPCI=m

#
# USB-based Watchdog Cards
#
CONFIG_USBPCWATCHDOG=m

#
# Watchdog Pretimeout Governors
#
CONFIG_WATCHDOG_PRETIMEOUT_GOV=y
CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP=y
# CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC is not set
CONFIG_WATCHDOG_PRETIMEOUT_GOV_NOOP=y
CONFIG_WATCHDOG_PRETIMEOUT_GOV_PANIC=m
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
CONFIG_SSB=m
CONFIG_SSB_SPROM=y
CONFIG_SSB_BLOCKIO=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_B43_PCI_BRIDGE=y
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
# CONFIG_SSB_PCMCIAHOST is not set
CONFIG_SSB_SDIOHOST_POSSIBLE=y
CONFIG_SSB_SDIOHOST=y
# CONFIG_SSB_SILENT is not set
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
CONFIG_SSB_DRIVER_GPIO=y
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
CONFIG_BCMA=m
CONFIG_BCMA_BLOCKIO=y
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
CONFIG_BCMA_HOST_PCI=y
CONFIG_BCMA_HOST_SOC=y
CONFIG_BCMA_DRIVER_PCI=y
CONFIG_BCMA_SFLASH=y
CONFIG_BCMA_DRIVER_GMAC_CMN=y
CONFIG_BCMA_DRIVER_GPIO=y
# CONFIG_BCMA_DEBUG is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
CONFIG_MFD_AS3711=y
CONFIG_PMIC_ADP5520=y
CONFIG_MFD_AAT2870_CORE=y
CONFIG_MFD_BCM590XX=m
CONFIG_MFD_AXP20X=m
CONFIG_MFD_AXP20X_I2C=m
CONFIG_MFD_CROS_EC=m
CONFIG_MFD_CROS_EC_I2C=m
CONFIG_MFD_CROS_EC_SPI=m
CONFIG_PMIC_DA903X=y
CONFIG_PMIC_DA9052=y
CONFIG_MFD_DA9052_SPI=y
CONFIG_MFD_DA9052_I2C=y
CONFIG_MFD_DA9055=y
CONFIG_MFD_DA9062=m
CONFIG_MFD_DA9063=y
CONFIG_MFD_DA9150=m
CONFIG_MFD_DLN2=m
CONFIG_MFD_EXYNOS_LPASS=m
CONFIG_MFD_MC13XXX=m
CONFIG_MFD_MC13XXX_SPI=m
CONFIG_MFD_MC13XXX_I2C=m
CONFIG_HTC_PASIC3=m
CONFIG_HTC_I2CPLD=y
CONFIG_MFD_INTEL_QUARK_I2C_GPIO=m
CONFIG_LPC_ICH=m
CONFIG_LPC_SCH=m
CONFIG_INTEL_SOC_PMIC=y
CONFIG_MFD_INTEL_LPSS=m
CONFIG_MFD_INTEL_LPSS_ACPI=m
CONFIG_MFD_INTEL_LPSS_PCI=m
CONFIG_MFD_JANZ_CMODIO=m
CONFIG_MFD_KEMPLD=m
CONFIG_MFD_88PM800=m
CONFIG_MFD_88PM805=m
CONFIG_MFD_88PM860X=y
CONFIG_MFD_MAX14577=y
CONFIG_MFD_MAX77693=y
CONFIG_MFD_MAX77843=y
CONFIG_MFD_MAX8907=m
CONFIG_MFD_MAX8925=y
CONFIG_MFD_MAX8997=y
CONFIG_MFD_MAX8998=y
CONFIG_MFD_MT6397=m
CONFIG_MFD_MENF21BMC=m
CONFIG_EZX_PCAP=y
CONFIG_MFD_VIPERBOARD=m
CONFIG_MFD_RETU=m
CONFIG_MFD_PCF50633=m
CONFIG_PCF50633_ADC=m
CONFIG_PCF50633_GPIO=m
CONFIG_UCB1400_CORE=m
CONFIG_MFD_RDC321X=m
CONFIG_MFD_RTSX_PCI=m
CONFIG_MFD_RT5033=m
CONFIG_MFD_RTSX_USB=m
CONFIG_MFD_RC5T583=y
CONFIG_MFD_SEC_CORE=y
CONFIG_MFD_SI476X_CORE=m
CONFIG_MFD_SM501=m
CONFIG_MFD_SM501_GPIO=y
CONFIG_MFD_SKY81452=m
CONFIG_MFD_SMSC=y
CONFIG_ABX500_CORE=y
CONFIG_AB3100_CORE=y
CONFIG_AB3100_OTP=m
CONFIG_MFD_SYSCON=y
CONFIG_MFD_TI_AM335X_TSCADC=m
CONFIG_MFD_LP3943=m
CONFIG_MFD_LP8788=y
CONFIG_MFD_PALMAS=y
CONFIG_TPS6105X=m
CONFIG_TPS65010=m
CONFIG_TPS6507X=m
CONFIG_MFD_TPS65086=m
CONFIG_MFD_TPS65090=y
CONFIG_MFD_TPS65217=m
CONFIG_MFD_TI_LP873X=m
CONFIG_MFD_TPS65218=m
CONFIG_MFD_TPS6586X=y
CONFIG_MFD_TPS65910=y
CONFIG_MFD_TPS65912=y
CONFIG_MFD_TPS65912_I2C=y
CONFIG_MFD_TPS65912_SPI=y
CONFIG_MFD_TPS80031=y
CONFIG_TWL4030_CORE=y
CONFIG_MFD_TWL4030_AUDIO=y
CONFIG_TWL6040_CORE=y
CONFIG_MFD_WL1273_CORE=m
CONFIG_MFD_LM3533=m
# CONFIG_MFD_TMIO is not set
CONFIG_MFD_VX855=m
CONFIG_MFD_ARIZONA=y
CONFIG_MFD_ARIZONA_I2C=m
CONFIG_MFD_ARIZONA_SPI=m
CONFIG_MFD_CS47L24=y
CONFIG_MFD_WM5102=y
CONFIG_MFD_WM5110=y
CONFIG_MFD_WM8997=y
CONFIG_MFD_WM8998=y
CONFIG_MFD_WM8400=y
CONFIG_MFD_WM831X=y
CONFIG_MFD_WM831X_I2C=y
CONFIG_MFD_WM831X_SPI=y
CONFIG_MFD_WM8350=y
CONFIG_MFD_WM8350_I2C=y
CONFIG_MFD_WM8994=m
CONFIG_REGULATOR=y
# CONFIG_REGULATOR_DEBUG is not set
CONFIG_REGULATOR_FIXED_VOLTAGE=m
CONFIG_REGULATOR_VIRTUAL_CONSUMER=m
CONFIG_REGULATOR_USERSPACE_CONSUMER=m
CONFIG_REGULATOR_88PM800=m
CONFIG_REGULATOR_88PM8607=m
CONFIG_REGULATOR_ACT8865=m
CONFIG_REGULATOR_AD5398=m
CONFIG_REGULATOR_ANATOP=m
CONFIG_REGULATOR_AAT2870=m
CONFIG_REGULATOR_AB3100=m
CONFIG_REGULATOR_ARIZONA=m
CONFIG_REGULATOR_AS3711=m
CONFIG_REGULATOR_AXP20X=m
CONFIG_REGULATOR_BCM590XX=m
CONFIG_REGULATOR_DA903X=m
CONFIG_REGULATOR_DA9052=m
CONFIG_REGULATOR_DA9055=m
CONFIG_REGULATOR_DA9062=m
CONFIG_REGULATOR_DA9063=m
CONFIG_REGULATOR_DA9210=m
CONFIG_REGULATOR_DA9211=m
CONFIG_REGULATOR_FAN53555=m
CONFIG_REGULATOR_GPIO=m
CONFIG_REGULATOR_ISL9305=m
CONFIG_REGULATOR_ISL6271A=m
CONFIG_REGULATOR_LP3971=m
CONFIG_REGULATOR_LP3972=m
CONFIG_REGULATOR_LP872X=m
CONFIG_REGULATOR_LP8755=m
CONFIG_REGULATOR_LP8788=m
CONFIG_REGULATOR_LTC3589=m
CONFIG_REGULATOR_LTC3676=m
CONFIG_REGULATOR_MAX14577=m
CONFIG_REGULATOR_MAX1586=m
CONFIG_REGULATOR_MAX8649=m
CONFIG_REGULATOR_MAX8660=m
CONFIG_REGULATOR_MAX8907=m
CONFIG_REGULATOR_MAX8925=m
CONFIG_REGULATOR_MAX8952=m
CONFIG_REGULATOR_MAX8997=m
CONFIG_REGULATOR_MAX8998=m
CONFIG_REGULATOR_MAX77693=m
CONFIG_REGULATOR_MC13XXX_CORE=m
CONFIG_REGULATOR_MC13783=m
CONFIG_REGULATOR_MC13892=m
CONFIG_REGULATOR_MT6311=m
CONFIG_REGULATOR_MT6323=m
CONFIG_REGULATOR_MT6397=m
CONFIG_REGULATOR_PALMAS=m
CONFIG_REGULATOR_PCAP=m
CONFIG_REGULATOR_PCF50633=m
CONFIG_REGULATOR_PFUZE100=m
CONFIG_REGULATOR_PV88060=m
CONFIG_REGULATOR_PV88080=m
CONFIG_REGULATOR_PV88090=m
CONFIG_REGULATOR_PWM=m
CONFIG_REGULATOR_QCOM_SPMI=m
CONFIG_REGULATOR_RC5T583=m
CONFIG_REGULATOR_RT5033=m
CONFIG_REGULATOR_S2MPA01=m
CONFIG_REGULATOR_S2MPS11=m
CONFIG_REGULATOR_S5M8767=m
CONFIG_REGULATOR_SKY81452=m
CONFIG_REGULATOR_TPS51632=m
CONFIG_REGULATOR_TPS6105X=m
CONFIG_REGULATOR_TPS62360=m
CONFIG_REGULATOR_TPS65023=m
CONFIG_REGULATOR_TPS6507X=m
CONFIG_REGULATOR_TPS65086=m
CONFIG_REGULATOR_TPS65090=m
CONFIG_REGULATOR_TPS65217=m
CONFIG_REGULATOR_TPS6524X=m
CONFIG_REGULATOR_TPS6586X=m
CONFIG_REGULATOR_TPS65910=m
CONFIG_REGULATOR_TPS65912=m
CONFIG_REGULATOR_TPS80031=m
CONFIG_REGULATOR_TWL4030=m
CONFIG_REGULATOR_WM831X=m
CONFIG_REGULATOR_WM8350=m
CONFIG_REGULATOR_WM8400=m
CONFIG_REGULATOR_WM8994=m
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=y
CONFIG_MEDIA_RC_SUPPORT=y
CONFIG_MEDIA_CEC_EDID=y
CONFIG_MEDIA_CONTROLLER=y
# CONFIG_MEDIA_CONTROLLER_DVB is not set
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L2_SUBDEV_API=y
CONFIG_VIDEO_V4L2=m
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEO_PCI_SKELETON=m
CONFIG_VIDEO_TUNER=m
CONFIG_V4L2_MEM2MEM_DEV=m
CONFIG_V4L2_FLASH_LED_CLASS=m
CONFIG_VIDEOBUF_GEN=m
CONFIG_VIDEOBUF_DMA_SG=m
CONFIG_VIDEOBUF_VMALLOC=m
CONFIG_VIDEOBUF_DVB=m
CONFIG_VIDEOBUF2_CORE=m
CONFIG_VIDEOBUF2_MEMOPS=m
CONFIG_VIDEOBUF2_DMA_CONTIG=m
CONFIG_VIDEOBUF2_VMALLOC=m
CONFIG_VIDEOBUF2_DMA_SG=m
CONFIG_VIDEOBUF2_DVB=m
CONFIG_DVB_CORE=m
CONFIG_DVB_NET=y
CONFIG_TTPCI_EEPROM=m
CONFIG_DVB_MAX_ADAPTERS=8
CONFIG_DVB_DYNAMIC_MINORS=y

#
# 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_ENE=m
CONFIG_IR_HIX5HD2=m
CONFIG_IR_IMON=m
CONFIG_IR_MCEUSB=m
CONFIG_IR_ITE_CIR=m
CONFIG_IR_FINTEK=m
CONFIG_IR_NUVOTON=m
CONFIG_IR_REDRAT3=m
CONFIG_IR_STREAMZAP=m
CONFIG_IR_WINBOND_CIR=m
CONFIG_IR_IGORPLUGUSB=m
CONFIG_IR_IGUANA=m
CONFIG_IR_TTUSBIR=m
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_TOUPTEK=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_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_DIB3000MC=m
CONFIG_DVB_USB_A800=m
CONFIG_DVB_USB_DIBUSB_MB=m
# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set
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_DVB_TTUSB_BUDGET=m
CONFIG_DVB_TTUSB_DEC=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

#
# Software defined radio USB devices
#
CONFIG_USB_AIRSPY=m
CONFIG_USB_HACKRF=m
CONFIG_USB_MSI2500=m
CONFIG_MEDIA_PCI_SUPPORT=y

#
# Media capture support
#
CONFIG_VIDEO_MEYE=m
CONFIG_VIDEO_SOLO6X10=m
CONFIG_VIDEO_TW5864=m
CONFIG_VIDEO_TW68=m
CONFIG_VIDEO_TW686X=m
CONFIG_VIDEO_ZORAN=m
CONFIG_VIDEO_ZORAN_DC30=m
CONFIG_VIDEO_ZORAN_ZR36060=m
CONFIG_VIDEO_ZORAN_BUZ=m
CONFIG_VIDEO_ZORAN_DC10=m
CONFIG_VIDEO_ZORAN_LML33=m
CONFIG_VIDEO_ZORAN_LML33R10=m
CONFIG_VIDEO_ZORAN_AVS6EYES=m

#
# Media capture/analog TV support
#
CONFIG_VIDEO_IVTV=m
CONFIG_VIDEO_IVTV_ALSA=m
CONFIG_VIDEO_FB_IVTV=m
CONFIG_VIDEO_HEXIUM_GEMINI=m
CONFIG_VIDEO_HEXIUM_ORION=m
CONFIG_VIDEO_MXB=m
CONFIG_VIDEO_DT3155=m

#
# Media capture/analog/hybrid TV support
#
CONFIG_VIDEO_CX18=m
CONFIG_VIDEO_CX18_ALSA=m
CONFIG_VIDEO_CX23885=m
CONFIG_MEDIA_ALTERA_CI=m
CONFIG_VIDEO_CX25821=m
CONFIG_VIDEO_CX25821_ALSA=m
CONFIG_VIDEO_CX88=m
CONFIG_VIDEO_CX88_ALSA=m
CONFIG_VIDEO_CX88_BLACKBIRD=m
CONFIG_VIDEO_CX88_DVB=m
CONFIG_VIDEO_CX88_ENABLE_VP3054=y
CONFIG_VIDEO_CX88_VP3054=m
CONFIG_VIDEO_CX88_MPEG=m
CONFIG_VIDEO_BT848=m
CONFIG_DVB_BT8XX=m
CONFIG_VIDEO_SAA7134=m
CONFIG_VIDEO_SAA7134_ALSA=m
CONFIG_VIDEO_SAA7134_RC=y
CONFIG_VIDEO_SAA7134_DVB=m
CONFIG_VIDEO_SAA7134_GO7007=m
CONFIG_VIDEO_SAA7164=m
CONFIG_VIDEO_COBALT=m

#
# Media digital TV PCI Adapters
#
CONFIG_DVB_AV7110_IR=y
CONFIG_DVB_AV7110=m
CONFIG_DVB_AV7110_OSD=y
CONFIG_DVB_BUDGET_CORE=m
CONFIG_DVB_BUDGET=m
CONFIG_DVB_BUDGET_CI=m
CONFIG_DVB_BUDGET_AV=m
CONFIG_DVB_BUDGET_PATCH=m
CONFIG_DVB_B2C2_FLEXCOP_PCI=m
# CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set
CONFIG_DVB_PLUTO2=m
CONFIG_DVB_DM1105=m
CONFIG_DVB_PT1=m
CONFIG_DVB_PT3=m
CONFIG_MANTIS_CORE=m
CONFIG_DVB_MANTIS=m
CONFIG_DVB_HOPPER=m
CONFIG_DVB_NGENE=m
CONFIG_DVB_DDBRIDGE=m
CONFIG_DVB_SMIPCIE=m
CONFIG_DVB_NETUP_UNIDVB=m
CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_VIDEO_CAFE_CCIC=m
CONFIG_VIDEO_VIA_CAMERA=m
CONFIG_SOC_CAMERA=m
CONFIG_SOC_CAMERA_PLATFORM=m
CONFIG_V4L_MEM2MEM_DRIVERS=y
CONFIG_VIDEO_MEM2MEM_DEINTERLACE=m
CONFIG_VIDEO_SH_VEU=m
CONFIG_V4L_TEST_DRIVERS=y
CONFIG_VIDEO_VIVID=m
CONFIG_VIDEO_VIVID_CEC=y
CONFIG_VIDEO_VIVID_MAX_DEVS=64
CONFIG_VIDEO_VIM2M=m
CONFIG_DVB_PLATFORM_DRIVERS=y

#
# Supported MMC/SDIO adapters
#
CONFIG_SMS_SDIO_DRV=m
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=m
CONFIG_PLATFORM_SI4713=m
CONFIG_I2C_SI4713=m
CONFIG_RADIO_SI476X=m
CONFIG_USB_MR800=m
CONFIG_USB_DSBR=m
CONFIG_RADIO_MAXIRADIO=m
CONFIG_RADIO_SHARK=m
CONFIG_RADIO_SHARK2=m
CONFIG_USB_KEENE=m
CONFIG_USB_RAREMONO=m
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

#
# Supported FireWire (IEEE 1394) Adapters
#
CONFIG_DVB_FIREDTV=m
CONFIG_DVB_FIREDTV_INPUT=y
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_VIDEO_SAA7146=m
CONFIG_VIDEO_SAA7146_VV=m
CONFIG_SMS_SIANO_MDTV=m
CONFIG_SMS_SIANO_RC=y
CONFIG_SMS_SIANO_DEBUGFS=y
CONFIG_VIDEO_V4L2_TPG=m

#
# Media ancillary drivers (tuners, sensors, i2c, spi, frontends)
#
CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
CONFIG_MEDIA_ATTACH=y
CONFIG_VIDEO_IR_I2C=m

#
# Audio decoders, processors and mixers
#
CONFIG_VIDEO_TVAUDIO=m
CONFIG_VIDEO_TDA7432=m
CONFIG_VIDEO_TDA9840=m
CONFIG_VIDEO_TEA6415C=m
CONFIG_VIDEO_TEA6420=m
CONFIG_VIDEO_MSP3400=m
CONFIG_VIDEO_CS3308=m
CONFIG_VIDEO_CS5345=m
CONFIG_VIDEO_CS53L32A=m
CONFIG_VIDEO_UDA1342=m
CONFIG_VIDEO_WM8775=m
CONFIG_VIDEO_WM8739=m
CONFIG_VIDEO_VP27SMPX=m
CONFIG_VIDEO_SONY_BTF_MPX=m

#
# RDS decoders
#
CONFIG_VIDEO_SAA6588=m

#
# Video decoders
#
CONFIG_VIDEO_ADV7604=m
CONFIG_VIDEO_ADV7842=m
CONFIG_VIDEO_BT819=m
CONFIG_VIDEO_BT856=m
CONFIG_VIDEO_BT866=m
CONFIG_VIDEO_KS0127=m
CONFIG_VIDEO_SAA7110=m
CONFIG_VIDEO_SAA711X=m
CONFIG_VIDEO_TVP5150=m
CONFIG_VIDEO_TW2804=m
CONFIG_VIDEO_TW9903=m
CONFIG_VIDEO_TW9906=m
CONFIG_VIDEO_VPX3220=m

#
# Video and audio decoders
#
CONFIG_VIDEO_SAA717X=m
CONFIG_VIDEO_CX25840=m

#
# Video encoders
#
CONFIG_VIDEO_SAA7127=m
CONFIG_VIDEO_SAA7185=m
CONFIG_VIDEO_ADV7170=m
CONFIG_VIDEO_ADV7175=m
CONFIG_VIDEO_ADV7511=m

#
# Camera sensor devices
#
CONFIG_VIDEO_OV7640=m
CONFIG_VIDEO_OV7670=m
CONFIG_VIDEO_MT9M111=m
CONFIG_VIDEO_MT9V011=m

#
# Flash devices
#

#
# Video improvement chips
#
CONFIG_VIDEO_UPD64031A=m
CONFIG_VIDEO_UPD64083=m

#
# Audio/Video compression chips
#
CONFIG_VIDEO_SAA6752HS=m

#
# Miscellaneous helper chips
#
CONFIG_VIDEO_M52790=m

#
# Sensors used on soc_camera driver
#

#
# soc_camera sensor drivers
#
CONFIG_SOC_CAMERA_IMX074=m
CONFIG_SOC_CAMERA_MT9M001=m
CONFIG_SOC_CAMERA_MT9M111=m
CONFIG_SOC_CAMERA_MT9T031=m
CONFIG_SOC_CAMERA_MT9T112=m
CONFIG_SOC_CAMERA_MT9V022=m
CONFIG_SOC_CAMERA_OV2640=m
CONFIG_SOC_CAMERA_OV5642=m
CONFIG_SOC_CAMERA_OV6650=m
CONFIG_SOC_CAMERA_OV772X=m
CONFIG_SOC_CAMERA_OV9640=m
CONFIG_SOC_CAMERA_OV9740=m
CONFIG_SOC_CAMERA_RJ54N1=m
CONFIG_SOC_CAMERA_TW9910=m
CONFIG_MEDIA_TUNER=m
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_M88RS6000T=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

#
# 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
CONFIG_DVB_MN88472=m
CONFIG_DVB_MN88473=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_CX24120=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_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_TDA10048=m
CONFIG_DVB_AF9013=m
CONFIG_DVB_EC100=m
CONFIG_DVB_STV0367=m
CONFIG_DVB_CXD2820R=m
CONFIG_DVB_CXD2841ER=m
CONFIG_DVB_RTL2830=m
CONFIG_DVB_RTL2832=m
CONFIG_DVB_RTL2832_SDR=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_LGDT3306A=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

#
# ISDB-S (satellite) & ISDB-T (terrestrial) frontends
#
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_LNBH25=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_LGS8GXX=m
CONFIG_DVB_ATBM8830=m
CONFIG_DVB_TDA665x=m
CONFIG_DVB_IX2505V=m
CONFIG_DVB_M88RS2000=m
CONFIG_DVB_AF9033=m
CONFIG_DVB_HORUS3A=m
CONFIG_DVB_ASCOT2E=m
CONFIG_DVB_HELENE=m

#
# Tools to develop new frontends
#
# CONFIG_DVB_DUMMY_FE is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_SIS=m
CONFIG_AGP_VIA=y
CONFIG_INTEL_GTT=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_VGA_SWITCHEROO=y
CONFIG_DRM=m
CONFIG_DRM_MIPI_DSI=y
CONFIG_DRM_DP_AUX_CHARDEV=y
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
CONFIG_DRM_TTM=m

#
# I2C encoder or helper chips
#
CONFIG_DRM_I2C_CH7006=m
CONFIG_DRM_I2C_SIL164=m
CONFIG_DRM_I2C_NXP_TDA998X=m
CONFIG_DRM_RADEON=m
# CONFIG_DRM_RADEON_USERPTR is not set
CONFIG_DRM_AMDGPU=m
CONFIG_DRM_AMDGPU_SI=y
# CONFIG_DRM_AMDGPU_CIK is not set
CONFIG_DRM_AMDGPU_USERPTR=y
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set

#
# ACP (Audio CoProcessor) Configuration
#
CONFIG_DRM_AMD_ACP=y
CONFIG_DRM_NOUVEAU=m
CONFIG_NOUVEAU_DEBUG=5
CONFIG_NOUVEAU_DEBUG_DEFAULT=3
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
CONFIG_DRM_I915=m
# CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT is not set
CONFIG_DRM_I915_USERPTR=y
CONFIG_DRM_I915_GVT=y

#
# drm/i915 Debugging
#
# CONFIG_DRM_I915_WERROR is not set
# CONFIG_DRM_I915_DEBUG is not set
CONFIG_DRM_VGEM=m
CONFIG_DRM_VMWGFX=m
CONFIG_DRM_VMWGFX_FBCON=y
CONFIG_DRM_GMA500=m
CONFIG_DRM_GMA600=y
CONFIG_DRM_GMA3600=y
CONFIG_DRM_UDL=m
CONFIG_DRM_AST=m
# CONFIG_DRM_MGAG200 is not set
CONFIG_DRM_CIRRUS_QEMU=m
CONFIG_DRM_QXL=m
# CONFIG_DRM_BOCHS is not set
CONFIG_DRM_VIRTIO_GPU=m
CONFIG_DRM_PANEL=y

#
# Display Panels
#
CONFIG_DRM_BRIDGE=y

#
# Display Interface Bridges
#
CONFIG_DRM_ANALOGIX_ANX78XX=m
CONFIG_HSA_AMD=m
# CONFIG_DRM_LEGACY is not set

#
# Frame buffer Devices
#
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_CMDLINE=y
CONFIG_FB_NOTIFY=y
CONFIG_FB_DDC=m
CONFIG_FB_BOOT_VESA_SUPPORT=y
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_HECUBA=m
CONFIG_FB_SVGALIB=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
CONFIG_FB_CIRRUS=m
CONFIG_FB_PM2=m
CONFIG_FB_PM2_FIFO_DISCONNECT=y
CONFIG_FB_CYBER2000=m
CONFIG_FB_CYBER2000_DDC=y
CONFIG_FB_ARC=m
CONFIG_FB_ASILIANT=y
CONFIG_FB_IMSTT=y
CONFIG_FB_VGA16=m
CONFIG_FB_UVESA=m
CONFIG_FB_VESA=y
CONFIG_FB_EFI=y
CONFIG_FB_N411=m
CONFIG_FB_HGA=m
CONFIG_FB_OPENCORES=m
CONFIG_FB_S1D13XXX=m
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
# CONFIG_FB_NVIDIA_DEBUG is not set
CONFIG_FB_NVIDIA_BACKLIGHT=y
CONFIG_FB_RIVA=m
CONFIG_FB_RIVA_I2C=y
# CONFIG_FB_RIVA_DEBUG is not set
CONFIG_FB_RIVA_BACKLIGHT=y
CONFIG_FB_I740=m
CONFIG_FB_LE80578=m
CONFIG_FB_CARILLO_RANCH=m
CONFIG_FB_INTEL=m
# CONFIG_FB_INTEL_DEBUG is not set
CONFIG_FB_INTEL_I2C=y
CONFIG_FB_MATROX=m
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
CONFIG_FB_MATROX_I2C=m
CONFIG_FB_MATROX_MAVEN=m
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set
CONFIG_FB_ATY128=m
CONFIG_FB_ATY128_BACKLIGHT=y
CONFIG_FB_ATY=m
CONFIG_FB_ATY_CT=y
# CONFIG_FB_ATY_GENERIC_LCD is not set
CONFIG_FB_ATY_GX=y
CONFIG_FB_ATY_BACKLIGHT=y
CONFIG_FB_S3=m
CONFIG_FB_S3_DDC=y
CONFIG_FB_SAVAGE=m
CONFIG_FB_SAVAGE_I2C=y
# CONFIG_FB_SAVAGE_ACCEL is not set
CONFIG_FB_SIS=m
CONFIG_FB_SIS_300=y
CONFIG_FB_SIS_315=y
CONFIG_FB_VIA=m
# CONFIG_FB_VIA_DIRECT_PROCFS is not set
CONFIG_FB_VIA_X_COMPATIBILITY=y
CONFIG_FB_NEOMAGIC=m
CONFIG_FB_KYRO=m
CONFIG_FB_3DFX=m
# CONFIG_FB_3DFX_ACCEL is not set
# CONFIG_FB_3DFX_I2C is not set
CONFIG_FB_VOODOO1=m
CONFIG_FB_VT8623=m
CONFIG_FB_TRIDENT=m
CONFIG_FB_ARK=m
CONFIG_FB_PM3=m
CONFIG_FB_CARMINE=m
CONFIG_FB_CARMINE_DRAM_EVAL=y
# CONFIG_CARMINE_DRAM_CUSTOM is not set
CONFIG_FB_SM501=m
CONFIG_FB_SMSCUFX=m
CONFIG_FB_UDL=m
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=m
CONFIG_FB_METRONOME=m
CONFIG_FB_MB862XX=m
CONFIG_FB_MB862XX_PCI_GDC=y
CONFIG_FB_MB862XX_I2C=y
CONFIG_FB_BROADSHEET=m
CONFIG_FB_AUO_K190X=m
CONFIG_FB_AUO_K1900=m
CONFIG_FB_AUO_K1901=m
CONFIG_FB_HYPERV=m
CONFIG_FB_SIMPLE=y
CONFIG_FB_SM712=m
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
CONFIG_LCD_L4F00242T03=m
CONFIG_LCD_LMS283GF05=m
CONFIG_LCD_LTV350QV=m
CONFIG_LCD_ILI922X=m
CONFIG_LCD_ILI9320=m
CONFIG_LCD_TDO24M=m
CONFIG_LCD_VGG2432A4=m
CONFIG_LCD_PLATFORM=m
CONFIG_LCD_S6E63M0=m
CONFIG_LCD_LD9040=m
CONFIG_LCD_AMS369FG06=m
CONFIG_LCD_LMS501KF03=m
CONFIG_LCD_HX8357=m
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_GENERIC=m
CONFIG_BACKLIGHT_LM3533=m
CONFIG_BACKLIGHT_CARILLO_RANCH=m
CONFIG_BACKLIGHT_PWM=m
CONFIG_BACKLIGHT_DA903X=m
CONFIG_BACKLIGHT_DA9052=m
CONFIG_BACKLIGHT_MAX8925=m
CONFIG_BACKLIGHT_APPLE=m
CONFIG_BACKLIGHT_PM8941_WLED=m
CONFIG_BACKLIGHT_SAHARA=m
CONFIG_BACKLIGHT_WM831X=m
CONFIG_BACKLIGHT_ADP5520=m
CONFIG_BACKLIGHT_ADP8860=m
CONFIG_BACKLIGHT_ADP8870=m
CONFIG_BACKLIGHT_88PM860X=m
CONFIG_BACKLIGHT_PCF50633=m
CONFIG_BACKLIGHT_AAT2870=m
CONFIG_BACKLIGHT_LM3630A=m
CONFIG_BACKLIGHT_LM3639=m
CONFIG_BACKLIGHT_LP855X=m
CONFIG_BACKLIGHT_LP8788=m
CONFIG_BACKLIGHT_PANDORA=m
CONFIG_BACKLIGHT_SKY81452=m
CONFIG_BACKLIGHT_TPS65217=m
CONFIG_BACKLIGHT_AS3711=m
CONFIG_BACKLIGHT_GPIO=m
CONFIG_BACKLIGHT_LV5207LP=m
CONFIG_BACKLIGHT_BD6107=m
CONFIG_VGASTATE=m
CONFIG_HDMI=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_LOGO is not set
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
# CONFIG_SOUND_OSS_CORE_PRECLAIM is not set
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_PCM_ELD=y
CONFIG_SND_PCM_IEC958=y
CONFIG_SND_DMAENGINE_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_COMPRESS_OFFLOAD=m
CONFIG_SND_JACK=y
CONFIG_SND_JACK_INPUT_DEV=y
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
# CONFIG_SND_PCM_OSS is not set
CONFIG_SND_PCM_TIMER=y
# CONFIG_SND_SEQUENCER_OSS is not set
CONFIG_SND_HRTIMER=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=32
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_PROC_FS=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_DMA_SGBUF=y
CONFIG_SND_RAWMIDI_SEQ=m
CONFIG_SND_OPL3_LIB_SEQ=m
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
CONFIG_SND_EMU10K1_SEQ=m
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
CONFIG_SND_VX_LIB=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DRIVERS=y
CONFIG_SND_PCSP=m
CONFIG_SND_DUMMY=m
CONFIG_SND_ALOOP=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_MTS64=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
CONFIG_SND_PORTMAN2X4=m
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
CONFIG_SND_SB_COMMON=m
CONFIG_SND_PCI=y
CONFIG_SND_AD1889=m
CONFIG_SND_ALS300=m
CONFIG_SND_ALS4000=m
CONFIG_SND_ALI5451=m
CONFIG_SND_ASIHPI=m
CONFIG_SND_ATIIXP=m
CONFIG_SND_ATIIXP_MODEM=m
CONFIG_SND_AU8810=m
CONFIG_SND_AU8820=m
CONFIG_SND_AU8830=m
CONFIG_SND_AW2=m
CONFIG_SND_AZT3328=m
CONFIG_SND_BT87X=m
# CONFIG_SND_BT87X_OVERCLOCK is not set
CONFIG_SND_CA0106=m
CONFIG_SND_CMIPCI=m
CONFIG_SND_OXYGEN_LIB=m
CONFIG_SND_OXYGEN=m
CONFIG_SND_CS4281=m
CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
CONFIG_SND_GINA20=m
CONFIG_SND_LAYLA20=m
CONFIG_SND_DARLA24=m
CONFIG_SND_GINA24=m
CONFIG_SND_LAYLA24=m
CONFIG_SND_MONA=m
CONFIG_SND_MIA=m
CONFIG_SND_ECHO3G=m
CONFIG_SND_INDIGO=m
CONFIG_SND_INDIGOIO=m
CONFIG_SND_INDIGODJ=m
CONFIG_SND_INDIGOIOX=m
CONFIG_SND_INDIGODJX=m
CONFIG_SND_EMU10K1=m
CONFIG_SND_EMU10K1X=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
CONFIG_SND_ES1938=m
CONFIG_SND_ES1968=m
CONFIG_SND_ES1968_INPUT=y
CONFIG_SND_ES1968_RADIO=y
CONFIG_SND_FM801=m
CONFIG_SND_FM801_TEA575X_BOOL=y
CONFIG_SND_HDSP=m
CONFIG_SND_HDSPM=m
CONFIG_SND_ICE1712=m
CONFIG_SND_ICE1724=m
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
CONFIG_SND_KORG1212=m
CONFIG_SND_LOLA=m
CONFIG_SND_LX6464ES=m
CONFIG_SND_MAESTRO3=m
CONFIG_SND_MAESTRO3_INPUT=y
CONFIG_SND_MIXART=m
CONFIG_SND_NM256=m
CONFIG_SND_PCXHR=m
CONFIG_SND_RIPTIDE=m
CONFIG_SND_RME32=m
CONFIG_SND_RME96=m
CONFIG_SND_RME9652=m
CONFIG_SND_SONICVIBES=m
CONFIG_SND_TRIDENT=m
CONFIG_SND_VIA82XX=m
CONFIG_SND_VIA82XX_MODEM=m
CONFIG_SND_VIRTUOSO=m
CONFIG_SND_VX222=m
CONFIG_SND_YMFPCI=m

#
# HD-Audio
#
CONFIG_SND_HDA=m
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=0
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_CODEC_REALTEK=m
CONFIG_SND_HDA_CODEC_ANALOG=m
CONFIG_SND_HDA_CODEC_SIGMATEL=m
CONFIG_SND_HDA_CODEC_VIA=m
CONFIG_SND_HDA_CODEC_HDMI=m
CONFIG_SND_HDA_CODEC_CIRRUS=m
CONFIG_SND_HDA_CODEC_CONEXANT=m
CONFIG_SND_HDA_CODEC_CA0110=m
CONFIG_SND_HDA_CODEC_CA0132=m
CONFIG_SND_HDA_CODEC_CA0132_DSP=y
CONFIG_SND_HDA_CODEC_CMEDIA=m
CONFIG_SND_HDA_CODEC_SI3054=m
CONFIG_SND_HDA_GENERIC=m
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
CONFIG_SND_HDA_CORE=m
CONFIG_SND_HDA_DSP_LOADER=y
CONFIG_SND_HDA_I915=y
CONFIG_SND_HDA_EXT_CORE=m
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_SPI=y
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_UA101=m
CONFIG_SND_USB_USX2Y=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_US122L=m
CONFIG_SND_USB_6FIRE=m
CONFIG_SND_USB_HIFACE=m
CONFIG_SND_BCD2000=m
CONFIG_SND_USB_LINE6=m
CONFIG_SND_USB_POD=m
CONFIG_SND_USB_PODHD=m
CONFIG_SND_USB_TONEPORT=m
CONFIG_SND_USB_VARIAX=m
CONFIG_SND_FIREWIRE=y
CONFIG_SND_FIREWIRE_LIB=m
CONFIG_SND_DICE=m
CONFIG_SND_OXFW=m
CONFIG_SND_ISIGHT=m
CONFIG_SND_FIREWORKS=m
CONFIG_SND_BEBOB=m
CONFIG_SND_FIREWIRE_DIGI00X=m
CONFIG_SND_FIREWIRE_TASCAM=m
CONFIG_SND_PCMCIA=y
CONFIG_SND_VXPOCKET=m
CONFIG_SND_PDAUDIOCF=m
CONFIG_SND_SOC=m
CONFIG_SND_SOC_AC97_BUS=y
CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
CONFIG_SND_SOC_COMPRESS=y
CONFIG_SND_SOC_TOPOLOGY=y
CONFIG_SND_SOC_AMD_ACP=m
CONFIG_SND_ATMEL_SOC=m
CONFIG_SND_DESIGNWARE_I2S=m
CONFIG_SND_DESIGNWARE_PCM=m

#
# SoC Audio for Freescale CPUs
#

#
# Common SoC Audio options for Freescale CPUs:
#
CONFIG_SND_SOC_FSL_ASRC=m
CONFIG_SND_SOC_FSL_SAI=m
CONFIG_SND_SOC_FSL_SSI=m
CONFIG_SND_SOC_FSL_SPDIF=m
CONFIG_SND_SOC_FSL_ESAI=m
CONFIG_SND_SOC_IMX_AUDMUX=m
CONFIG_SND_SOC_IMG=y
CONFIG_SND_SOC_IMG_I2S_IN=m
CONFIG_SND_SOC_IMG_I2S_OUT=m
CONFIG_SND_SOC_IMG_PARALLEL_OUT=m
CONFIG_SND_SOC_IMG_SPDIF_IN=m
CONFIG_SND_SOC_IMG_SPDIF_OUT=m
CONFIG_SND_SOC_IMG_PISTACHIO_INTERNAL_DAC=m
CONFIG_SND_SST_MFLD_PLATFORM=m
CONFIG_SND_SST_IPC=m
CONFIG_SND_SST_IPC_ACPI=m
CONFIG_SND_SOC_INTEL_SST=m
CONFIG_SND_SOC_INTEL_SST_FIRMWARE=m
CONFIG_SND_SOC_INTEL_SST_ACPI=m
CONFIG_SND_SOC_INTEL_SST_MATCH=m
CONFIG_SND_SOC_INTEL_HASWELL=m
CONFIG_SND_SOC_INTEL_HASWELL_MACH=m
CONFIG_SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH=m
CONFIG_SND_SOC_INTEL_BXT_RT298_MACH=m
CONFIG_SND_SOC_INTEL_BROADWELL_MACH=m
CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
CONFIG_SND_SOC_INTEL_BYTCR_RT5651_MACH=m
CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH=m
CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH=m
CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH=m
CONFIG_SND_SOC_INTEL_SKYLAKE=m
CONFIG_SND_SOC_INTEL_SKL_RT286_MACH=m
CONFIG_SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH=m
CONFIG_SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH=m
CONFIG_SND_SOC_XTFPGA_I2S=m
CONFIG_SND_SOC_I2C_AND_SPI=m

#
# CODEC drivers
#
CONFIG_SND_SOC_AC97_CODEC=m
CONFIG_SND_SOC_ADAU1701=m
CONFIG_SND_SOC_ADAU7002=m
CONFIG_SND_SOC_AK4104=m
CONFIG_SND_SOC_AK4554=m
CONFIG_SND_SOC_AK4613=m
CONFIG_SND_SOC_AK4642=m
CONFIG_SND_SOC_AK5386=m
CONFIG_SND_SOC_ALC5623=m
CONFIG_SND_SOC_BT_SCO=m
CONFIG_SND_SOC_CS35L32=m
CONFIG_SND_SOC_CS35L33=m
CONFIG_SND_SOC_CS42L51=m
CONFIG_SND_SOC_CS42L51_I2C=m
CONFIG_SND_SOC_CS42L52=m
CONFIG_SND_SOC_CS42L56=m
CONFIG_SND_SOC_CS42L73=m
CONFIG_SND_SOC_CS4265=m
CONFIG_SND_SOC_CS4270=m
CONFIG_SND_SOC_CS4271=m
CONFIG_SND_SOC_CS4271_I2C=m
CONFIG_SND_SOC_CS4271_SPI=m
CONFIG_SND_SOC_CS42XX8=m
CONFIG_SND_SOC_CS42XX8_I2C=m
CONFIG_SND_SOC_CS4349=m
CONFIG_SND_SOC_CS53L30=m
CONFIG_SND_SOC_DA7219=m
CONFIG_SND_SOC_DMIC=m
CONFIG_SND_SOC_HDMI_CODEC=m
CONFIG_SND_SOC_ES8328=m
CONFIG_SND_SOC_GTM601=m
CONFIG_SND_SOC_HDAC_HDMI=m
CONFIG_SND_SOC_INNO_RK3036=m
CONFIG_SND_SOC_MAX98090=m
CONFIG_SND_SOC_MAX98357A=m
CONFIG_SND_SOC_MAX98504=m
CONFIG_SND_SOC_MAX9860=m
CONFIG_SND_SOC_PCM1681=m
CONFIG_SND_SOC_PCM179X=m
CONFIG_SND_SOC_PCM179X_I2C=m
CONFIG_SND_SOC_PCM179X_SPI=m
CONFIG_SND_SOC_PCM3168A=m
CONFIG_SND_SOC_PCM3168A_I2C=m
CONFIG_SND_SOC_PCM3168A_SPI=m
CONFIG_SND_SOC_PCM512x=m
CONFIG_SND_SOC_PCM512x_I2C=m
CONFIG_SND_SOC_PCM512x_SPI=m
CONFIG_SND_SOC_RL6231=m
CONFIG_SND_SOC_RL6347A=m
CONFIG_SND_SOC_RT286=m
CONFIG_SND_SOC_RT298=m
CONFIG_SND_SOC_RT5616=m
CONFIG_SND_SOC_RT5631=m
CONFIG_SND_SOC_RT5640=m
CONFIG_SND_SOC_RT5645=m
CONFIG_SND_SOC_RT5651=m
CONFIG_SND_SOC_RT5663=m
CONFIG_SND_SOC_RT5670=m
# CONFIG_SND_SOC_RT5677_SPI is not set
CONFIG_SND_SOC_SGTL5000=m
CONFIG_SND_SOC_SI476X=m
CONFIG_SND_SOC_SIGMADSP=m
CONFIG_SND_SOC_SIGMADSP_I2C=m
CONFIG_SND_SOC_SIRF_AUDIO_CODEC=m
CONFIG_SND_SOC_SPDIF=m
CONFIG_SND_SOC_SSM2602=m
CONFIG_SND_SOC_SSM2602_SPI=m
CONFIG_SND_SOC_SSM2602_I2C=m
CONFIG_SND_SOC_SSM4567=m
CONFIG_SND_SOC_STA32X=m
CONFIG_SND_SOC_STA350=m
CONFIG_SND_SOC_STI_SAS=m
CONFIG_SND_SOC_TAS2552=m
CONFIG_SND_SOC_TAS5086=m
CONFIG_SND_SOC_TAS571X=m
CONFIG_SND_SOC_TAS5720=m
CONFIG_SND_SOC_TFA9879=m
CONFIG_SND_SOC_TLV320AIC23=m
CONFIG_SND_SOC_TLV320AIC23_I2C=m
CONFIG_SND_SOC_TLV320AIC23_SPI=m
CONFIG_SND_SOC_TLV320AIC31XX=m
CONFIG_SND_SOC_TLV320AIC3X=m
CONFIG_SND_SOC_TS3A227E=m
CONFIG_SND_SOC_WM8510=m
CONFIG_SND_SOC_WM8523=m
CONFIG_SND_SOC_WM8580=m
CONFIG_SND_SOC_WM8711=m
CONFIG_SND_SOC_WM8728=m
CONFIG_SND_SOC_WM8731=m
CONFIG_SND_SOC_WM8737=m
CONFIG_SND_SOC_WM8741=m
CONFIG_SND_SOC_WM8750=m
CONFIG_SND_SOC_WM8753=m
CONFIG_SND_SOC_WM8770=m
CONFIG_SND_SOC_WM8776=m
CONFIG_SND_SOC_WM8804=m
CONFIG_SND_SOC_WM8804_I2C=m
CONFIG_SND_SOC_WM8804_SPI=m
CONFIG_SND_SOC_WM8903=m
CONFIG_SND_SOC_WM8960=m
CONFIG_SND_SOC_WM8962=m
CONFIG_SND_SOC_WM8974=m
CONFIG_SND_SOC_WM8978=m
CONFIG_SND_SOC_WM8985=m
CONFIG_SND_SOC_NAU8810=m
CONFIG_SND_SOC_NAU8825=m
CONFIG_SND_SOC_TPA6130A2=m
CONFIG_SND_SIMPLE_CARD_UTILS=m
CONFIG_SND_SIMPLE_CARD=m
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=m

#
# HID support
#
CONFIG_HID=m
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
CONFIG_UHID=m
CONFIG_HID_GENERIC=m

#
# Special HID drivers
#
CONFIG_HID_A4TECH=m
CONFIG_HID_ACRUX=m
CONFIG_HID_ACRUX_FF=y
CONFIG_HID_APPLE=m
CONFIG_HID_APPLEIR=m
CONFIG_HID_ASUS=m
CONFIG_HID_AUREAL=m
CONFIG_HID_BELKIN=m
CONFIG_HID_BETOP_FF=m
CONFIG_HID_CHERRY=m
CONFIG_HID_CHICONY=m
CONFIG_HID_CORSAIR=m
CONFIG_HID_PRODIKEYS=m
CONFIG_HID_CMEDIA=m
CONFIG_HID_CP2112=m
CONFIG_HID_CYPRESS=m
CONFIG_HID_DRAGONRISE=m
CONFIG_DRAGONRISE_FF=y
CONFIG_HID_EMS_FF=m
CONFIG_HID_ELECOM=m
CONFIG_HID_ELO=m
CONFIG_HID_EZKEY=m
CONFIG_HID_GEMBIRD=m
CONFIG_HID_GFRM=m
CONFIG_HID_HOLTEK=m
CONFIG_HOLTEK_FF=y
CONFIG_HID_GT683R=m
CONFIG_HID_KEYTOUCH=m
CONFIG_HID_KYE=m
CONFIG_HID_UCLOGIC=m
CONFIG_HID_WALTOP=m
CONFIG_HID_GYRATION=m
CONFIG_HID_ICADE=m
CONFIG_HID_TWINHAN=m
CONFIG_HID_KENSINGTON=m
CONFIG_HID_LCPOWER=m
CONFIG_HID_LED=m
CONFIG_HID_LENOVO=m
CONFIG_HID_LOGITECH=m
CONFIG_HID_LOGITECH_DJ=m
CONFIG_HID_LOGITECH_HIDPP=m
CONFIG_LOGITECH_FF=y
CONFIG_LOGIRUMBLEPAD2_FF=y
CONFIG_LOGIG940_FF=y
CONFIG_LOGIWHEELS_FF=y
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=y
CONFIG_HID_PENMOUNT=m
CONFIG_HID_PETALYNX=m
CONFIG_HID_PICOLCD=m
CONFIG_HID_PICOLCD_FB=y
CONFIG_HID_PICOLCD_BACKLIGHT=y
CONFIG_HID_PICOLCD_LCD=y
CONFIG_HID_PICOLCD_LEDS=y
CONFIG_HID_PICOLCD_CIR=y
CONFIG_HID_PLANTRONICS=m
CONFIG_HID_PRIMAX=m
CONFIG_HID_ROCCAT=m
CONFIG_HID_SAITEK=m
CONFIG_HID_SAMSUNG=m
CONFIG_HID_SONY=m
CONFIG_SONY_FF=y
CONFIG_HID_SPEEDLINK=m
CONFIG_HID_STEELSERIES=m
CONFIG_HID_SUNPLUS=m
CONFIG_HID_RMI=m
CONFIG_HID_GREENASIA=m
CONFIG_GREENASIA_FF=y
CONFIG_HID_HYPERV_MOUSE=m
CONFIG_HID_SMARTJOYPLUS=m
CONFIG_SMARTJOYPLUS_FF=y
CONFIG_HID_TIVO=m
CONFIG_HID_TOPSEED=m
CONFIG_HID_THINGM=m
CONFIG_HID_THRUSTMASTER=m
CONFIG_THRUSTMASTER_FF=y
CONFIG_HID_WACOM=m
CONFIG_HID_WIIMOTE=m
CONFIG_HID_XINMO=m
CONFIG_HID_ZEROPLUS=m
CONFIG_ZEROPLUS_FF=y
CONFIG_HID_ZYDACRON=m
CONFIG_HID_SENSOR_HUB=m
CONFIG_HID_SENSOR_CUSTOM_SENSOR=m
CONFIG_HID_ALPS=m

#
# USB HID support
#
CONFIG_USB_HID=m
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y

#
# USB HID Boot Protocol drivers
#
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m

#
# I2C HID support
#
CONFIG_I2C_HID=m

#
# Intel ISH HID support
#
CONFIG_INTEL_ISH_HID=m
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=y
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
CONFIG_USB_LEDS_TRIGGER_USBPORT=m
CONFIG_USB_MON=m
CONFIG_USB_WUSB=m
CONFIG_USB_WUSB_CBAF=m
# CONFIG_USB_WUSB_CBAF_DEBUG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_C67X00_HCD=m
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y
CONFIG_USB_XHCI_PLATFORM=m
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
CONFIG_USB_OXU210HP_HCD=m
CONFIG_USB_ISP116X_HCD=m
CONFIG_USB_ISP1362_HCD=m
CONFIG_USB_FOTG210_HCD=m
CONFIG_USB_MAX3421_HCD=m
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PCI=y
CONFIG_USB_OHCI_HCD_PLATFORM=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_U132_HCD=m
CONFIG_USB_SL811_HCD=m
CONFIG_USB_SL811_HCD_ISO=y
CONFIG_USB_SL811_CS=m
CONFIG_USB_R8A66597_HCD=m
CONFIG_USB_WHCI_HCD=m
CONFIG_USB_HWA_HCD=m
CONFIG_USB_HCD_BCMA=m
CONFIG_USB_HCD_SSB=m
# 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=m

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_REALTEK=m
CONFIG_REALTEK_AUTOPM=y
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=m

#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
CONFIG_USBIP_CORE=m
CONFIG_USBIP_VHCI_HCD=m
CONFIG_USBIP_VHCI_HC_PORTS=8
CONFIG_USBIP_VHCI_NR_HCS=1
CONFIG_USBIP_HOST=m
CONFIG_USBIP_VUDC=m
# CONFIG_USBIP_DEBUG is not set
CONFIG_USB_MUSB_HDRC=m
# CONFIG_USB_MUSB_HOST is not set
# CONFIG_USB_MUSB_GADGET is not set
CONFIG_USB_MUSB_DUAL_ROLE=y

#
# Platform Glue Layer
#

#
# MUSB DMA mode
#
CONFIG_MUSB_PIO_ONLY=y
CONFIG_USB_DWC3=m
CONFIG_USB_DWC3_ULPI=y
# CONFIG_USB_DWC3_HOST is not set
# CONFIG_USB_DWC3_GADGET is not set
CONFIG_USB_DWC3_DUAL_ROLE=y

#
# Platform Glue Driver Support
#
CONFIG_USB_DWC3_PCI=m
CONFIG_USB_DWC2=y
CONFIG_USB_DWC2_HOST=y

#
# Gadget/Dual-role mode requires USB Gadget support to be enabled
#
CONFIG_USB_DWC2_PCI=m
# CONFIG_USB_DWC2_DEBUG is not set
# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set
CONFIG_USB_CHIPIDEA=m
CONFIG_USB_CHIPIDEA_PCI=m
CONFIG_USB_CHIPIDEA_UDC=y
CONFIG_USB_CHIPIDEA_HOST=y
CONFIG_USB_ISP1760=m
CONFIG_USB_ISP1760_HCD=y
CONFIG_USB_ISP1761_UDC=y
# CONFIG_USB_ISP1760_HOST_ROLE is not set
# CONFIG_USB_ISP1760_GADGET_ROLE is not set
CONFIG_USB_ISP1760_DUAL_ROLE=y

#
# USB port drivers
#
CONFIG_USB_USS720=m
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_SIMPLE=m
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=y
CONFIG_USB_SERIAL_KEYSPAN_USA28=y
CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
CONFIG_USB_SERIAL_KEYSPAN_USA19=y
CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
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_MOS7715_PARPORT=y
CONFIG_USB_SERIAL_MOS7840=m
CONFIG_USB_SERIAL_MXUPORT=m
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_CYPRESS_CY7C63=m
CONFIG_USB_CYTHERM=m
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
CONFIG_USB_APPLEDISPLAY=m
CONFIG_USB_SISUSBVGA=m
# CONFIG_USB_SISUSBVGA_CON is not set
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
CONFIG_USB_IOWARRIOR=m
CONFIG_USB_TEST=m
CONFIG_USB_EHSET_TEST_FIXTURE=m
CONFIG_USB_ISIGHTFW=m
CONFIG_USB_YUREX=m
CONFIG_USB_EZUSB_FX2=m
CONFIG_USB_HSIC_USB3503=m
CONFIG_USB_HSIC_USB4604=m
CONFIG_USB_LINK_LAYER_TEST=m
CONFIG_USB_CHAOSKEY=m
CONFIG_UCSI=m
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=y
CONFIG_NOP_USB_XCEIV=m
CONFIG_USB_GPIO_VBUS=m
CONFIG_TAHVO_USB=m
CONFIG_TAHVO_USB_HOST_BY_DEFAULT=y
CONFIG_USB_ISP1301=m
CONFIG_USB_GADGET=m
# CONFIG_USB_GADGET_DEBUG is not set
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
CONFIG_U_SERIAL_CONSOLE=y

#
# USB Peripheral Controller
#
CONFIG_USB_FOTG210_UDC=m
CONFIG_USB_GR_UDC=m
CONFIG_USB_R8A66597=m
CONFIG_USB_PXA27X=m
CONFIG_USB_MV_UDC=m
CONFIG_USB_MV_U3D=m
# CONFIG_USB_M66592 is not set
CONFIG_USB_BDC_UDC=m

#
# Platform Support
#
CONFIG_USB_BDC_PCI=m
CONFIG_USB_AMD5536UDC=m
CONFIG_USB_NET2272=m
CONFIG_USB_NET2272_DMA=y
CONFIG_USB_NET2280=m
CONFIG_USB_GOKU=m
CONFIG_USB_EG20T=m
# CONFIG_USB_DUMMY_HCD is not set
CONFIG_USB_LIBCOMPOSITE=m
CONFIG_USB_F_ACM=m
CONFIG_USB_F_SS_LB=m
CONFIG_USB_U_SERIAL=m
CONFIG_USB_U_ETHER=m
CONFIG_USB_F_SERIAL=m
CONFIG_USB_F_OBEX=m
CONFIG_USB_F_NCM=m
CONFIG_USB_F_ECM=m
CONFIG_USB_F_PHONET=m
CONFIG_USB_F_EEM=m
CONFIG_USB_F_SUBSET=m
CONFIG_USB_F_RNDIS=m
CONFIG_USB_F_MASS_STORAGE=m
CONFIG_USB_F_FS=m
CONFIG_USB_F_UAC1=m
CONFIG_USB_F_UAC2=m
CONFIG_USB_F_UVC=m
CONFIG_USB_F_MIDI=m
CONFIG_USB_F_HID=m
CONFIG_USB_F_PRINTER=m
CONFIG_USB_F_TCM=m
CONFIG_USB_CONFIGFS=m
CONFIG_USB_CONFIGFS_SERIAL=y
CONFIG_USB_CONFIGFS_ACM=y
CONFIG_USB_CONFIGFS_OBEX=y
CONFIG_USB_CONFIGFS_NCM=y
CONFIG_USB_CONFIGFS_ECM=y
CONFIG_USB_CONFIGFS_ECM_SUBSET=y
CONFIG_USB_CONFIGFS_RNDIS=y
CONFIG_USB_CONFIGFS_EEM=y
CONFIG_USB_CONFIGFS_PHONET=y
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
CONFIG_USB_CONFIGFS_F_LB_SS=y
CONFIG_USB_CONFIGFS_F_FS=y
CONFIG_USB_CONFIGFS_F_UAC1=y
CONFIG_USB_CONFIGFS_F_UAC2=y
CONFIG_USB_CONFIGFS_F_MIDI=y
CONFIG_USB_CONFIGFS_F_HID=y
CONFIG_USB_CONFIGFS_F_UVC=y
CONFIG_USB_CONFIGFS_F_PRINTER=y
CONFIG_USB_CONFIGFS_F_TCM=y
CONFIG_USB_ZERO=m
CONFIG_USB_AUDIO=m
CONFIG_GADGET_UAC1=y
CONFIG_USB_ETH=m
CONFIG_USB_ETH_RNDIS=y
CONFIG_USB_ETH_EEM=y
CONFIG_USB_G_NCM=m
CONFIG_USB_GADGETFS=m
CONFIG_USB_FUNCTIONFS=m
CONFIG_USB_FUNCTIONFS_ETH=y
CONFIG_USB_FUNCTIONFS_RNDIS=y
CONFIG_USB_FUNCTIONFS_GENERIC=y
CONFIG_USB_MASS_STORAGE=m
CONFIG_USB_GADGET_TARGET=m
CONFIG_USB_G_SERIAL=m
CONFIG_USB_MIDI_GADGET=m
CONFIG_USB_G_PRINTER=m
CONFIG_USB_CDC_COMPOSITE=m
CONFIG_USB_G_NOKIA=m
CONFIG_USB_G_ACM_MS=m
# CONFIG_USB_G_MULTI is not set
CONFIG_USB_G_HID=m
CONFIG_USB_G_DBGP=m
# CONFIG_USB_G_DBGP_PRINTK is not set
CONFIG_USB_G_DBGP_SERIAL=y
CONFIG_USB_G_WEBCAM=m
CONFIG_USB_LED_TRIG=y
CONFIG_USB_ULPI_BUS=m
CONFIG_UWB=m
CONFIG_UWB_HWA=m
CONFIG_UWB_WHCI=m
CONFIG_UWB_I1480U=m
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set

#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=m
CONFIG_MMC_BLOCK_MINORS=8
CONFIG_MMC_BLOCK_BOUNCE=y
CONFIG_SDIO_UART=m
# CONFIG_MMC_TEST is not set

#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_SDHCI=m
CONFIG_MMC_SDHCI_PCI=m
CONFIG_MMC_RICOH_MMC=y
CONFIG_MMC_SDHCI_ACPI=m
CONFIG_MMC_SDHCI_PLTFM=m
CONFIG_MMC_WBSD=m
CONFIG_MMC_TIFM_SD=m
CONFIG_MMC_SPI=m
CONFIG_MMC_SDRICOH_CS=m
CONFIG_MMC_CB710=m
CONFIG_MMC_VIA_SDMMC=m
CONFIG_MMC_VUB300=m
CONFIG_MMC_USHC=m
CONFIG_MMC_USDHI6ROL0=m
CONFIG_MMC_REALTEK_PCI=m
CONFIG_MMC_REALTEK_USB=m
CONFIG_MMC_TOSHIBA_PCI=m
CONFIG_MMC_MTK=m
CONFIG_MEMSTICK=m
# CONFIG_MEMSTICK_DEBUG is not set

#
# MemoryStick drivers
#
# CONFIG_MEMSTICK_UNSAFE_RESUME is not set
CONFIG_MSPRO_BLOCK=m
CONFIG_MS_BLOCK=m

#
# MemoryStick Host Controller Drivers
#
CONFIG_MEMSTICK_TIFM_MS=m
CONFIG_MEMSTICK_JMICRON_38X=m
CONFIG_MEMSTICK_R592=m
CONFIG_MEMSTICK_REALTEK_PCI=m
CONFIG_MEMSTICK_REALTEK_USB=m
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_CLASS_FLASH=m

#
# LED drivers
#
CONFIG_LEDS_88PM860X=m
CONFIG_LEDS_LM3530=m
CONFIG_LEDS_LM3533=m
CONFIG_LEDS_LM3642=m
CONFIG_LEDS_PCA9532=m
CONFIG_LEDS_PCA9532_GPIO=y
CONFIG_LEDS_GPIO=m
CONFIG_LEDS_LP3944=m
CONFIG_LEDS_LP3952=m
CONFIG_LEDS_LP55XX_COMMON=m
CONFIG_LEDS_LP5521=m
CONFIG_LEDS_LP5523=m
CONFIG_LEDS_LP5562=m
CONFIG_LEDS_LP8501=m
CONFIG_LEDS_LP8788=m
CONFIG_LEDS_LP8860=m
CONFIG_LEDS_CLEVO_MAIL=m
CONFIG_LEDS_PCA955X=m
CONFIG_LEDS_PCA963X=m
CONFIG_LEDS_WM831X_STATUS=m
CONFIG_LEDS_WM8350=m
CONFIG_LEDS_DA903X=m
CONFIG_LEDS_DA9052=m
CONFIG_LEDS_DAC124S085=m
CONFIG_LEDS_PWM=m
CONFIG_LEDS_REGULATOR=m
CONFIG_LEDS_BD2802=m
CONFIG_LEDS_INTEL_SS4200=m
CONFIG_LEDS_LT3593=m
CONFIG_LEDS_ADP5520=m
CONFIG_LEDS_DELL_NETBOOKS=m
CONFIG_LEDS_MC13783=m
CONFIG_LEDS_TCA6507=m
CONFIG_LEDS_TLC591XX=m
CONFIG_LEDS_MAX8997=m
CONFIG_LEDS_LM355x=m
CONFIG_LEDS_MENF21BMC=m

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
CONFIG_LEDS_BLINKM=m
CONFIG_LEDS_MLXCPLD=m

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_ONESHOT=m
CONFIG_LEDS_TRIGGER_DISK=y
CONFIG_LEDS_TRIGGER_MTD=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
CONFIG_LEDS_TRIGGER_BACKLIGHT=m
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_LEDS_TRIGGER_GPIO=m
CONFIG_LEDS_TRIGGER_DEFAULT_ON=m

#
# iptables trigger is under Netfilter config (LED target)
#
CONFIG_LEDS_TRIGGER_TRANSIENT=m
CONFIG_LEDS_TRIGGER_CAMERA=m
CONFIG_LEDS_TRIGGER_PANIC=y
# CONFIG_ACCESSIBILITY is not set
CONFIG_INFINIBAND=m
CONFIG_INFINIBAND_USER_MAD=m
CONFIG_INFINIBAND_USER_ACCESS=m
CONFIG_INFINIBAND_USER_MEM=y
CONFIG_INFINIBAND_ON_DEMAND_PAGING=y
CONFIG_INFINIBAND_ADDR_TRANS=y
CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y
CONFIG_INFINIBAND_MTHCA=m
# CONFIG_INFINIBAND_MTHCA_DEBUG is not set
CONFIG_INFINIBAND_QIB=m
CONFIG_INFINIBAND_QIB_DCA=y
CONFIG_INFINIBAND_CXGB3=m
# CONFIG_INFINIBAND_CXGB3_DEBUG is not set
CONFIG_INFINIBAND_CXGB4=m
CONFIG_INFINIBAND_I40IW=m
CONFIG_MLX4_INFINIBAND=m
CONFIG_MLX5_INFINIBAND=m
CONFIG_INFINIBAND_NES=m
# CONFIG_INFINIBAND_NES_DEBUG is not set
CONFIG_INFINIBAND_OCRDMA=m
CONFIG_INFINIBAND_USNIC=m
CONFIG_INFINIBAND_IPOIB=m
CONFIG_INFINIBAND_IPOIB_CM=y
# CONFIG_INFINIBAND_IPOIB_DEBUG is not set
CONFIG_INFINIBAND_SRP=m
CONFIG_INFINIBAND_SRPT=m
CONFIG_INFINIBAND_ISER=m
CONFIG_INFINIBAND_ISERT=m
CONFIG_INFINIBAND_RDMAVT=m
CONFIG_RDMA_RXE=m
CONFIG_INFINIBAND_HFI1=m
# CONFIG_HFI1_DEBUG_SDMA_ORDER is not set
CONFIG_HFI1_VERBS_31BIT_PSN=y
# CONFIG_SDMA_VERBOSITY is not set
CONFIG_INFINIBAND_QEDR=m
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_EDAC=y
# CONFIG_EDAC_LEGACY_SYSFS is not set
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_DECODE_MCE=m
CONFIG_EDAC_MM_EDAC=m
CONFIG_EDAC_AMD64=m
# CONFIG_EDAC_AMD64_ERROR_INJECTION is not set
CONFIG_EDAC_E752X=m
CONFIG_EDAC_I82975X=m
CONFIG_EDAC_I3000=m
CONFIG_EDAC_I3200=m
CONFIG_EDAC_IE31200=m
CONFIG_EDAC_X38=m
CONFIG_EDAC_I5400=m
CONFIG_EDAC_I7CORE=m
CONFIG_EDAC_I5000=m
CONFIG_EDAC_I5100=m
CONFIG_EDAC_I7300=m
CONFIG_EDAC_SBRIDGE=m
CONFIG_EDAC_SKX=m
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_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_88PM860X=m
CONFIG_RTC_DRV_88PM80X=m
CONFIG_RTC_DRV_ABB5ZES3=m
CONFIG_RTC_DRV_ABX80X=m
CONFIG_RTC_DRV_DS1307=m
CONFIG_RTC_DRV_DS1307_HWMON=y
CONFIG_RTC_DRV_DS1307_CENTURY=y
CONFIG_RTC_DRV_DS1374=m
CONFIG_RTC_DRV_DS1374_WDT=y
CONFIG_RTC_DRV_DS1672=m
CONFIG_RTC_DRV_LP8788=m
CONFIG_RTC_DRV_MAX6900=m
CONFIG_RTC_DRV_MAX8907=m
CONFIG_RTC_DRV_MAX8925=m
CONFIG_RTC_DRV_MAX8998=m
CONFIG_RTC_DRV_MAX8997=m
CONFIG_RTC_DRV_RS5C372=m
CONFIG_RTC_DRV_ISL1208=m
CONFIG_RTC_DRV_ISL12022=m
CONFIG_RTC_DRV_X1205=m
CONFIG_RTC_DRV_PCF8523=m
CONFIG_RTC_DRV_PCF85063=m
CONFIG_RTC_DRV_PCF8563=m
CONFIG_RTC_DRV_PCF8583=m
CONFIG_RTC_DRV_M41T80=m
CONFIG_RTC_DRV_M41T80_WDT=y
CONFIG_RTC_DRV_BQ32K=m
CONFIG_RTC_DRV_TWL4030=m
CONFIG_RTC_DRV_PALMAS=m
CONFIG_RTC_DRV_TPS6586X=m
CONFIG_RTC_DRV_TPS65910=m
CONFIG_RTC_DRV_TPS80031=m
CONFIG_RTC_DRV_RC5T583=m
CONFIG_RTC_DRV_S35390A=m
CONFIG_RTC_DRV_FM3130=m
CONFIG_RTC_DRV_RX8010=m
CONFIG_RTC_DRV_RX8581=m
CONFIG_RTC_DRV_RX8025=m
CONFIG_RTC_DRV_EM3027=m
CONFIG_RTC_DRV_RV8803=m
CONFIG_RTC_DRV_S5M=m

#
# SPI RTC drivers
#
CONFIG_RTC_DRV_M41T93=m
CONFIG_RTC_DRV_M41T94=m
CONFIG_RTC_DRV_DS1302=m
CONFIG_RTC_DRV_DS1305=m
CONFIG_RTC_DRV_DS1343=m
CONFIG_RTC_DRV_DS1347=m
CONFIG_RTC_DRV_DS1390=m
CONFIG_RTC_DRV_MAX6916=m
CONFIG_RTC_DRV_R9701=m
CONFIG_RTC_DRV_RX4581=m
CONFIG_RTC_DRV_RX6110=m
CONFIG_RTC_DRV_RS5C348=m
CONFIG_RTC_DRV_MAX6902=m
CONFIG_RTC_DRV_PCF2123=m
CONFIG_RTC_DRV_MCP795=m
CONFIG_RTC_I2C_AND_SPI=y

#
# SPI and I2C RTC drivers
#
CONFIG_RTC_DRV_DS3232=m
CONFIG_RTC_DRV_PCF2127=m
CONFIG_RTC_DRV_RV3029C2=m
CONFIG_RTC_DRV_RV3029_HWMON=y

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
CONFIG_RTC_DRV_DS1286=m
CONFIG_RTC_DRV_DS1511=m
CONFIG_RTC_DRV_DS1553=m
CONFIG_RTC_DRV_DS1685_FAMILY=m
CONFIG_RTC_DRV_DS1685=y
# CONFIG_RTC_DRV_DS1689 is not set
# CONFIG_RTC_DRV_DS17285 is not set
# CONFIG_RTC_DRV_DS17485 is not set
# CONFIG_RTC_DRV_DS17885 is not set
# CONFIG_RTC_DS1685_PROC_REGS is not set
# CONFIG_RTC_DS1685_SYSFS_REGS is not set
CONFIG_RTC_DRV_DS1742=m
CONFIG_RTC_DRV_DS2404=m
CONFIG_RTC_DRV_DA9052=m
CONFIG_RTC_DRV_DA9055=m
CONFIG_RTC_DRV_DA9063=m
CONFIG_RTC_DRV_STK17TA8=m
CONFIG_RTC_DRV_M48T86=m
CONFIG_RTC_DRV_M48T35=m
CONFIG_RTC_DRV_M48T59=m
CONFIG_RTC_DRV_MSM6242=m
CONFIG_RTC_DRV_BQ4802=m
CONFIG_RTC_DRV_RP5C01=m
CONFIG_RTC_DRV_V3020=m
CONFIG_RTC_DRV_WM831X=m
CONFIG_RTC_DRV_WM8350=m
CONFIG_RTC_DRV_PCF50633=m
CONFIG_RTC_DRV_AB3100=m

#
# on-CPU RTC drivers
#
CONFIG_RTC_DRV_PCAP=m
CONFIG_RTC_DRV_MC13XXX=m
CONFIG_RTC_DRV_MT6397=m

#
# HID Sensor RTC drivers
#
CONFIG_RTC_DRV_HID_SENSOR_TIME=m
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set

#
# DMA Devices
#
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=m
CONFIG_DMA_ACPI=y
CONFIG_INTEL_IDMA64=m
CONFIG_INTEL_IOATDMA=m
CONFIG_INTEL_MIC_X100_DMA=m
CONFIG_QCOM_HIDMA_MGMT=m
CONFIG_QCOM_HIDMA=m
CONFIG_DW_DMAC_CORE=m
CONFIG_DW_DMAC=m
CONFIG_DW_DMAC_PCI=m
CONFIG_HSU_DMA=m

#
# DMA Clients
#
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DMA_ENGINE_RAID=y

#
# DMABUF options
#
CONFIG_SYNC_FILE=y
CONFIG_SW_SYNC=y
CONFIG_DCA=m
CONFIG_AUXDISPLAY=y
CONFIG_KS0108=m
CONFIG_KS0108_PORT=0x378
CONFIG_KS0108_DELAY=2
CONFIG_CFAG12864B=m
CONFIG_CFAG12864B_RATE=20
CONFIG_IMG_ASCII_LCD=m
CONFIG_UIO=m
CONFIG_UIO_CIF=m
CONFIG_UIO_PDRV_GENIRQ=m
CONFIG_UIO_DMEM_GENIRQ=m
CONFIG_UIO_AEC=m
CONFIG_UIO_SERCOS3=m
CONFIG_UIO_PCI_GENERIC=m
CONFIG_UIO_NETX=m
CONFIG_UIO_PRUSS=m
CONFIG_UIO_MF624=m
CONFIG_VFIO_IOMMU_TYPE1=m
CONFIG_VFIO_VIRQFD=m
CONFIG_VFIO=m
CONFIG_VFIO_NOIOMMU=y
CONFIG_VFIO_PCI=m
CONFIG_VFIO_PCI_VGA=y
CONFIG_VFIO_PCI_MMAP=y
CONFIG_VFIO_PCI_INTX=y
CONFIG_VFIO_PCI_IGD=y
CONFIG_IRQ_BYPASS_MANAGER=m
CONFIG_VIRT_DRIVERS=y
CONFIG_VIRTIO=y

#
# Virtio drivers
#
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_VIRTIO_BALLOON=y
CONFIG_VIRTIO_INPUT=m
CONFIG_VIRTIO_MMIO=y
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y

#
# Microsoft Hyper-V guest support
#
CONFIG_HYPERV=m
CONFIG_HYPERV_UTILS=m
CONFIG_HYPERV_BALLOON=m

#
# Xen driver support
#
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SELFBALLOONING=y
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG_LIMIT=512
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=m
CONFIG_XEN_BACKEND=y
CONFIG_XENFS=m
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
CONFIG_XEN_GNTDEV=m
CONFIG_XEN_GRANT_DEV_ALLOC=m
CONFIG_SWIOTLB_XEN=y
CONFIG_XEN_TMEM=m
CONFIG_XEN_PCIDEV_BACKEND=m
CONFIG_XEN_SCSI_BACKEND=m
CONFIG_XEN_PRIVCMD=m
CONFIG_XEN_ACPI_PROCESSOR=y
CONFIG_XEN_MCE_LOG=y
CONFIG_XEN_HAVE_PVMMU=y
CONFIG_XEN_EFI=y
CONFIG_XEN_AUTO_XLATE=y
CONFIG_XEN_ACPI=y
CONFIG_XEN_SYMS=y
CONFIG_XEN_HAVE_VPMU=y
CONFIG_STAGING=y
CONFIG_SLICOSS=m
CONFIG_PRISM2_USB=m
CONFIG_COMEDI=m
# CONFIG_COMEDI_DEBUG is not set
CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048
CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480
CONFIG_COMEDI_MISC_DRIVERS=y
CONFIG_COMEDI_BOND=m
CONFIG_COMEDI_TEST=m
CONFIG_COMEDI_PARPORT=m
CONFIG_COMEDI_SERIAL2002=m
CONFIG_COMEDI_ISA_DRIVERS=y
CONFIG_COMEDI_PCL711=m
CONFIG_COMEDI_PCL724=m
CONFIG_COMEDI_PCL726=m
CONFIG_COMEDI_PCL730=m
CONFIG_COMEDI_PCL812=m
CONFIG_COMEDI_PCL816=m
CONFIG_COMEDI_PCL818=m
CONFIG_COMEDI_PCM3724=m
CONFIG_COMEDI_AMPLC_DIO200_ISA=m
CONFIG_COMEDI_AMPLC_PC236_ISA=m
CONFIG_COMEDI_AMPLC_PC263_ISA=m
CONFIG_COMEDI_RTI800=m
CONFIG_COMEDI_RTI802=m
CONFIG_COMEDI_DAC02=m
CONFIG_COMEDI_DAS16M1=m
CONFIG_COMEDI_DAS08_ISA=m
CONFIG_COMEDI_DAS16=m
CONFIG_COMEDI_DAS800=m
CONFIG_COMEDI_DAS1800=m
CONFIG_COMEDI_DAS6402=m
CONFIG_COMEDI_DT2801=m
CONFIG_COMEDI_DT2811=m
CONFIG_COMEDI_DT2814=m
CONFIG_COMEDI_DT2815=m
CONFIG_COMEDI_DT2817=m
CONFIG_COMEDI_DT282X=m
CONFIG_COMEDI_DMM32AT=m
CONFIG_COMEDI_FL512=m
CONFIG_COMEDI_AIO_AIO12_8=m
CONFIG_COMEDI_AIO_IIRO_16=m
CONFIG_COMEDI_II_PCI20KC=m
CONFIG_COMEDI_C6XDIGIO=m
CONFIG_COMEDI_MPC624=m
CONFIG_COMEDI_ADQ12B=m
CONFIG_COMEDI_NI_AT_A2150=m
CONFIG_COMEDI_NI_AT_AO=m
CONFIG_COMEDI_NI_ATMIO=m
CONFIG_COMEDI_NI_ATMIO16D=m
CONFIG_COMEDI_NI_LABPC_ISA=m
CONFIG_COMEDI_PCMAD=m
CONFIG_COMEDI_PCMDA12=m
CONFIG_COMEDI_PCMMIO=m
CONFIG_COMEDI_PCMUIO=m
CONFIG_COMEDI_MULTIQ3=m
CONFIG_COMEDI_S526=m
CONFIG_COMEDI_PCI_DRIVERS=m
CONFIG_COMEDI_8255_PCI=m
CONFIG_COMEDI_ADDI_WATCHDOG=m
CONFIG_COMEDI_ADDI_APCI_1032=m
CONFIG_COMEDI_ADDI_APCI_1500=m
CONFIG_COMEDI_ADDI_APCI_1516=m
CONFIG_COMEDI_ADDI_APCI_1564=m
CONFIG_COMEDI_ADDI_APCI_16XX=m
CONFIG_COMEDI_ADDI_APCI_2032=m
CONFIG_COMEDI_ADDI_APCI_2200=m
CONFIG_COMEDI_ADDI_APCI_3120=m
CONFIG_COMEDI_ADDI_APCI_3501=m
CONFIG_COMEDI_ADDI_APCI_3XXX=m
CONFIG_COMEDI_ADL_PCI6208=m
CONFIG_COMEDI_ADL_PCI7X3X=m
CONFIG_COMEDI_ADL_PCI8164=m
CONFIG_COMEDI_ADL_PCI9111=m
CONFIG_COMEDI_ADL_PCI9118=m
CONFIG_COMEDI_ADV_PCI1710=m
CONFIG_COMEDI_ADV_PCI1720=m
CONFIG_COMEDI_ADV_PCI1723=m
CONFIG_COMEDI_ADV_PCI1724=m
CONFIG_COMEDI_ADV_PCI1760=m
CONFIG_COMEDI_ADV_PCI_DIO=m
CONFIG_COMEDI_AMPLC_DIO200_PCI=m
CONFIG_COMEDI_AMPLC_PC236_PCI=m
CONFIG_COMEDI_AMPLC_PC263_PCI=m
CONFIG_COMEDI_AMPLC_PCI224=m
CONFIG_COMEDI_AMPLC_PCI230=m
CONFIG_COMEDI_CONTEC_PCI_DIO=m
CONFIG_COMEDI_DAS08_PCI=m
CONFIG_COMEDI_DT3000=m
CONFIG_COMEDI_DYNA_PCI10XX=m
CONFIG_COMEDI_GSC_HPDI=m
CONFIG_COMEDI_MF6X4=m
CONFIG_COMEDI_ICP_MULTI=m
CONFIG_COMEDI_DAQBOARD2000=m
CONFIG_COMEDI_JR3_PCI=m
CONFIG_COMEDI_KE_COUNTER=m
CONFIG_COMEDI_CB_PCIDAS64=m
CONFIG_COMEDI_CB_PCIDAS=m
CONFIG_COMEDI_CB_PCIDDA=m
CONFIG_COMEDI_CB_PCIMDAS=m
CONFIG_COMEDI_CB_PCIMDDA=m
CONFIG_COMEDI_ME4000=m
CONFIG_COMEDI_ME_DAQ=m
CONFIG_COMEDI_NI_6527=m
CONFIG_COMEDI_NI_65XX=m
CONFIG_COMEDI_NI_660X=m
CONFIG_COMEDI_NI_670X=m
CONFIG_COMEDI_NI_LABPC_PCI=m
CONFIG_COMEDI_NI_PCIDIO=m
CONFIG_COMEDI_NI_PCIMIO=m
CONFIG_COMEDI_RTD520=m
CONFIG_COMEDI_S626=m
CONFIG_COMEDI_MITE=m
CONFIG_COMEDI_NI_TIOCMD=m
CONFIG_COMEDI_PCMCIA_DRIVERS=m
CONFIG_COMEDI_CB_DAS16_CS=m
CONFIG_COMEDI_DAS08_CS=m
CONFIG_COMEDI_NI_DAQ_700_CS=m
CONFIG_COMEDI_NI_DAQ_DIO24_CS=m
CONFIG_COMEDI_NI_LABPC_CS=m
CONFIG_COMEDI_NI_MIO_CS=m
CONFIG_COMEDI_QUATECH_DAQP_CS=m
CONFIG_COMEDI_USB_DRIVERS=m
CONFIG_COMEDI_DT9812=m
CONFIG_COMEDI_NI_USB6501=m
CONFIG_COMEDI_USBDUX=m
CONFIG_COMEDI_USBDUXFAST=m
CONFIG_COMEDI_USBDUXSIGMA=m
CONFIG_COMEDI_VMK80XX=m
CONFIG_COMEDI_8254=m
CONFIG_COMEDI_8255=m
CONFIG_COMEDI_8255_SA=m
CONFIG_COMEDI_KCOMEDILIB=m
CONFIG_COMEDI_AMPLC_DIO200=m
CONFIG_COMEDI_AMPLC_PC236=m
CONFIG_COMEDI_DAS08=m
CONFIG_COMEDI_ISADMA=m
CONFIG_COMEDI_NI_LABPC=m
CONFIG_COMEDI_NI_LABPC_ISADMA=m
CONFIG_COMEDI_NI_TIO=m
CONFIG_RTL8192U=m
CONFIG_RTLLIB=m
CONFIG_RTLLIB_CRYPTO_CCMP=m
CONFIG_RTLLIB_CRYPTO_TKIP=m
CONFIG_RTLLIB_CRYPTO_WEP=m
CONFIG_RTL8192E=m
CONFIG_R8712U=m
CONFIG_R8188EU=m
CONFIG_88EU_AP_MODE=y
CONFIG_RTS5208=m
CONFIG_VT6655=m
CONFIG_VT6656=m

#
# IIO staging drivers
#

#
# Accelerometers
#
CONFIG_ADIS16201=m
CONFIG_ADIS16203=m
CONFIG_ADIS16209=m
CONFIG_ADIS16240=m
CONFIG_SCA3000=m

#
# Analog to digital converters
#
CONFIG_AD7606=m
CONFIG_AD7606_IFACE_PARALLEL=m
CONFIG_AD7606_IFACE_SPI=m
CONFIG_AD7780=m
CONFIG_AD7816=m
CONFIG_AD7192=m
CONFIG_AD7280=m

#
# Analog digital bi-direction converters
#
CONFIG_ADT7316=m
CONFIG_ADT7316_SPI=m
CONFIG_ADT7316_I2C=m

#
# Capacitance to digital converters
#
CONFIG_AD7150=m
CONFIG_AD7152=m
CONFIG_AD7746=m

#
# Direct Digital Synthesis
#
CONFIG_AD9832=m
CONFIG_AD9834=m

#
# Digital gyroscope sensors
#
CONFIG_ADIS16060=m

#
# Network Analyzer, Impedance Converters
#
CONFIG_AD5933=m

#
# Light sensors
#
CONFIG_SENSORS_ISL29018=m
CONFIG_SENSORS_ISL29028=m
CONFIG_TSL2583=m
CONFIG_TSL2x7x=m

#
# Active energy metering IC
#
CONFIG_ADE7753=m
CONFIG_ADE7754=m
CONFIG_ADE7758=m
CONFIG_ADE7759=m
CONFIG_ADE7854=m
CONFIG_ADE7854_I2C=m
CONFIG_ADE7854_SPI=m

#
# Resolver to digital converters
#
CONFIG_AD2S90=m
CONFIG_AD2S1200=m
CONFIG_AD2S1210=m

#
# Triggers - standalone
#
CONFIG_FB_SM750=m
CONFIG_FB_XGI=m

#
# Speakup console speech
#
CONFIG_SPEAKUP=m
CONFIG_SPEAKUP_SYNTH_ACNTSA=m
CONFIG_SPEAKUP_SYNTH_APOLLO=m
CONFIG_SPEAKUP_SYNTH_AUDPTR=m
CONFIG_SPEAKUP_SYNTH_BNS=m
CONFIG_SPEAKUP_SYNTH_DECTLK=m
CONFIG_SPEAKUP_SYNTH_DECEXT=m
CONFIG_SPEAKUP_SYNTH_LTLK=m
CONFIG_SPEAKUP_SYNTH_SOFT=m
CONFIG_SPEAKUP_SYNTH_SPKOUT=m
CONFIG_SPEAKUP_SYNTH_TXPRT=m
CONFIG_SPEAKUP_SYNTH_DUMMY=m
CONFIG_STAGING_MEDIA=y
CONFIG_I2C_BCM2048=m
CONFIG_MEDIA_CEC=y
# CONFIG_MEDIA_CEC_DEBUG is not set
CONFIG_DVB_CXD2099=m
CONFIG_USB_PULSE8_CEC=m
CONFIG_LIRC_STAGING=y
CONFIG_LIRC_BT829=m
CONFIG_LIRC_IMON=m
CONFIG_LIRC_PARALLEL=m
CONFIG_LIRC_SASEM=m
CONFIG_LIRC_SERIAL=m
CONFIG_LIRC_SERIAL_TRANSMITTER=y
CONFIG_LIRC_SIR=m
CONFIG_LIRC_ZILOG=m

#
# Android
#
CONFIG_LTE_GDM724X=m
CONFIG_FIREWIRE_SERIAL=m
CONFIG_FWTTY_MAX_TOTAL_PORTS=64
CONFIG_FWTTY_MAX_CARD_PORTS=32
CONFIG_MTD_SPINAND_MT29F=m
CONFIG_MTD_SPINAND_ONDIEECC=y
CONFIG_LNET=m
CONFIG_LNET_MAX_PAYLOAD=1048576
CONFIG_LNET_SELFTEST=m
CONFIG_LUSTRE_FS=m
CONFIG_LUSTRE_OBD_MAX_IOCTL_BUFFER=8192
# CONFIG_LUSTRE_DEBUG_EXPENSIVE_CHECK is not set
CONFIG_DGNC=m
CONFIG_GS_FPGABOOT=m
CONFIG_CRYPTO_SKEIN=y
CONFIG_UNISYSSPAR=y
CONFIG_UNISYS_VISORBUS=m
CONFIG_UNISYS_VISORNIC=m
CONFIG_UNISYS_VISORINPUT=m
CONFIG_UNISYS_VISORHBA=m
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_HX8357D=m
CONFIG_FB_TFT_ILI9163=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_SSD1305=m
CONFIG_FB_TFT_SSD1306=m
CONFIG_FB_TFT_SSD1325=m
CONFIG_FB_TFT_SSD1331=m
CONFIG_FB_TFT_SSD1351=m
CONFIG_FB_TFT_ST7735R=m
CONFIG_FB_TFT_ST7789V=m
CONFIG_FB_TFT_TINYLCD=m
CONFIG_FB_TFT_TLS8204=m
CONFIG_FB_TFT_UC1611=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
CONFIG_WILC1000=m
CONFIG_WILC1000_SDIO=m
CONFIG_WILC1000_SPI=m
CONFIG_WILC1000_HW_OOB_INTR=y
CONFIG_MOST=m
CONFIG_MOSTCORE=m
CONFIG_AIM_CDEV=m
CONFIG_AIM_NETWORK=m
CONFIG_AIM_SOUND=m
CONFIG_AIM_V4L2=m
CONFIG_HDM_DIM2=m
CONFIG_HDM_I2C=m
CONFIG_HDM_USB=m

#
# Old ISDN4Linux (deprecated)
#
CONFIG_KS7010=m
CONFIG_GREYBUS=m
CONFIG_GREYBUS_ES2=m
CONFIG_GREYBUS_AUDIO=m
CONFIG_GREYBUS_BOOTROM=m
CONFIG_GREYBUS_FIRMWARE=m
CONFIG_GREYBUS_HID=m
CONFIG_GREYBUS_LIGHT=m
CONFIG_GREYBUS_LOG=m
CONFIG_GREYBUS_LOOPBACK=m
CONFIG_GREYBUS_POWER=m
CONFIG_GREYBUS_RAW=m
CONFIG_GREYBUS_VIBRATOR=m
CONFIG_GREYBUS_BRIDGED_PHY=m
CONFIG_GREYBUS_GPIO=m
CONFIG_GREYBUS_I2C=m
CONFIG_GREYBUS_PWM=m
CONFIG_GREYBUS_SDIO=m
CONFIG_GREYBUS_SPI=m
CONFIG_GREYBUS_UART=m
CONFIG_GREYBUS_USB=m
CONFIG_X86_PLATFORM_DEVICES=y
CONFIG_ACER_WMI=m
CONFIG_ACERHDF=m
CONFIG_ALIENWARE_WMI=m
CONFIG_ASUS_LAPTOP=m
CONFIG_DELL_SMBIOS=m
CONFIG_DELL_LAPTOP=m
CONFIG_DELL_WMI=m
CONFIG_DELL_WMI_AIO=m
CONFIG_DELL_SMO8800=m
CONFIG_DELL_RBTN=m
CONFIG_FUJITSU_LAPTOP=m
# CONFIG_FUJITSU_LAPTOP_DEBUG is not set
CONFIG_FUJITSU_TABLET=m
CONFIG_AMILO_RFKILL=m
CONFIG_HP_ACCEL=m
CONFIG_HP_WIRELESS=m
CONFIG_HP_WMI=m
CONFIG_MSI_LAPTOP=m
CONFIG_PANASONIC_LAPTOP=m
CONFIG_COMPAL_LAPTOP=m
CONFIG_SONY_LAPTOP=m
CONFIG_SONYPI_COMPAT=y
CONFIG_IDEAPAD_LAPTOP=m
CONFIG_THINKPAD_ACPI=m
CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y
CONFIG_THINKPAD_ACPI_DEBUGFACILITIES=y
# CONFIG_THINKPAD_ACPI_DEBUG is not set
# CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set
CONFIG_THINKPAD_ACPI_VIDEO=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
CONFIG_SENSORS_HDAPS=m
CONFIG_INTEL_MENLOW=m
CONFIG_EEEPC_LAPTOP=m
CONFIG_ASUS_WMI=m
CONFIG_ASUS_NB_WMI=m
CONFIG_EEEPC_WMI=m
CONFIG_ASUS_WIRELESS=m
CONFIG_ACPI_WMI=m
CONFIG_MSI_WMI=m
CONFIG_TOPSTAR_LAPTOP=m
CONFIG_ACPI_TOSHIBA=m
CONFIG_TOSHIBA_BT_RFKILL=m
CONFIG_TOSHIBA_HAPS=m
# CONFIG_TOSHIBA_WMI is not set
CONFIG_ACPI_CMPC=m
CONFIG_INTEL_HID_EVENT=m
CONFIG_INTEL_VBTN=m
CONFIG_INTEL_IPS=m
CONFIG_INTEL_PMC_CORE=y
CONFIG_IBM_RTL=m
CONFIG_SAMSUNG_LAPTOP=m
CONFIG_MXM_WMI=m
CONFIG_INTEL_OAKTRAIL=m
CONFIG_SAMSUNG_Q10=m
CONFIG_APPLE_GMUX=m
CONFIG_INTEL_RST=m
CONFIG_INTEL_SMARTCONNECT=m
CONFIG_PVPANIC=m
CONFIG_INTEL_PMC_IPC=m
CONFIG_SURFACE_PRO3_BUTTON=m
CONFIG_INTEL_PUNIT_IPC=m
CONFIG_INTEL_TELEMETRY=m
CONFIG_CHROME_PLATFORMS=y
CONFIG_CHROMEOS_LAPTOP=m
CONFIG_CHROMEOS_PSTORE=m
CONFIG_CROS_EC_CHARDEV=m
CONFIG_CROS_EC_LPC=m
CONFIG_CROS_EC_PROTO=y
CONFIG_CROS_KBD_LED_BACKLIGHT=m
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y

#
# Common Clock Framework
#
CONFIG_COMMON_CLK_WM831X=m
CONFIG_COMMON_CLK_SCPI=m
CONFIG_COMMON_CLK_SI5351=m
CONFIG_COMMON_CLK_CDCE706=m
CONFIG_COMMON_CLK_CS2000_CP=m
CONFIG_COMMON_CLK_S2MPS11=m
CONFIG_CLK_TWL6040=m
# CONFIG_COMMON_CLK_NXP is not set
CONFIG_COMMON_CLK_PALMAS=m
CONFIG_COMMON_CLK_PWM=m
# CONFIG_COMMON_CLK_PXA is not set
# CONFIG_COMMON_CLK_PIC32 is not set

#
# Hardware Spinlock drivers
#

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=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_MAILBOX=y
CONFIG_PCC=y
CONFIG_ALTERA_MBOX=m
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y

#
# Generic IOMMU Pagetable Support
#
CONFIG_IOMMU_IOVA=y
CONFIG_AMD_IOMMU=y
CONFIG_AMD_IOMMU_V2=m
CONFIG_DMAR_TABLE=y
CONFIG_INTEL_IOMMU=y
CONFIG_INTEL_IOMMU_SVM=y
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_IRQ_REMAP=y

#
# Remoteproc drivers
#
CONFIG_REMOTEPROC=m
CONFIG_STE_MODEM_RPROC=m

#
# Rpmsg drivers
#

#
# SOC (System On Chip) specific Drivers
#

#
# Broadcom SoC drivers
#
# CONFIG_SUNXI_SRAM is not set
CONFIG_SOC_TI=y
CONFIG_PM_DEVFREQ=y

#
# DEVFREQ Governors
#
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
CONFIG_DEVFREQ_GOV_POWERSAVE=y
CONFIG_DEVFREQ_GOV_USERSPACE=y
CONFIG_DEVFREQ_GOV_PASSIVE=y

#
# DEVFREQ Drivers
#
CONFIG_PM_DEVFREQ_EVENT=y
CONFIG_EXTCON=y

#
# Extcon Device Drivers
#
CONFIG_EXTCON_ADC_JACK=m
CONFIG_EXTCON_ARIZONA=m
CONFIG_EXTCON_AXP288=m
CONFIG_EXTCON_GPIO=m
CONFIG_EXTCON_MAX14577=m
CONFIG_EXTCON_MAX3355=m
CONFIG_EXTCON_MAX77693=m
CONFIG_EXTCON_MAX77843=m
CONFIG_EXTCON_MAX8997=m
CONFIG_EXTCON_PALMAS=m
CONFIG_EXTCON_QCOM_SPMI_MISC=m
CONFIG_EXTCON_RT8973A=m
CONFIG_EXTCON_SM5502=m
CONFIG_EXTCON_USB_GPIO=m
CONFIG_MEMORY=y
CONFIG_IIO=m
CONFIG_IIO_BUFFER=y
CONFIG_IIO_BUFFER_CB=m
CONFIG_IIO_KFIFO_BUF=m
CONFIG_IIO_TRIGGERED_BUFFER=m
CONFIG_IIO_CONFIGFS=m
CONFIG_IIO_TRIGGER=y
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
CONFIG_IIO_SW_DEVICE=m
CONFIG_IIO_SW_TRIGGER=m
CONFIG_IIO_TRIGGERED_EVENT=m

#
# Accelerometers
#
CONFIG_BMA180=m
CONFIG_BMA220=m
CONFIG_BMC150_ACCEL=m
CONFIG_BMC150_ACCEL_I2C=m
CONFIG_BMC150_ACCEL_SPI=m
CONFIG_DMARD09=m
CONFIG_HID_SENSOR_ACCEL_3D=m
CONFIG_IIO_ST_ACCEL_3AXIS=m
CONFIG_IIO_ST_ACCEL_I2C_3AXIS=m
CONFIG_IIO_ST_ACCEL_SPI_3AXIS=m
CONFIG_KXSD9=m
CONFIG_KXSD9_SPI=m
CONFIG_KXSD9_I2C=m
CONFIG_KXCJK1013=m
CONFIG_MC3230=m
CONFIG_MMA7455=m
CONFIG_MMA7455_I2C=m
CONFIG_MMA7455_SPI=m
CONFIG_MMA7660=m
CONFIG_MMA8452=m
CONFIG_MMA9551_CORE=m
CONFIG_MMA9551=m
CONFIG_MMA9553=m
CONFIG_MXC4005=m
CONFIG_MXC6255=m
CONFIG_STK8312=m
CONFIG_STK8BA50=m

#
# Analog to digital converters
#
CONFIG_AD_SIGMA_DELTA=m
CONFIG_AD7266=m
CONFIG_AD7291=m
CONFIG_AD7298=m
CONFIG_AD7476=m
CONFIG_AD7791=m
CONFIG_AD7793=m
CONFIG_AD7887=m
CONFIG_AD7923=m
CONFIG_AD799X=m
CONFIG_AXP288_ADC=m
CONFIG_CC10001_ADC=m
CONFIG_DA9150_GPADC=m
CONFIG_HI8435=m
CONFIG_INA2XX_ADC=m
CONFIG_LP8788_ADC=m
CONFIG_LTC2485=m
CONFIG_MAX1027=m
CONFIG_MAX1363=m
CONFIG_MCP320X=m
CONFIG_MCP3422=m
CONFIG_MEN_Z188_ADC=m
CONFIG_NAU7802=m
CONFIG_PALMAS_GPADC=m
CONFIG_QCOM_SPMI_IADC=m
CONFIG_QCOM_SPMI_VADC=m
CONFIG_STX104=m
CONFIG_TI_ADC081C=m
CONFIG_TI_ADC0832=m
CONFIG_TI_ADC12138=m
CONFIG_TI_ADC128S052=m
CONFIG_TI_ADC161S626=m
CONFIG_TI_ADS1015=m
CONFIG_TI_AM335X_ADC=m
CONFIG_TWL4030_MADC=m
CONFIG_TWL6030_GPADC=m
CONFIG_VIPERBOARD_ADC=m

#
# Amplifiers
#
CONFIG_AD8366=m

#
# Chemical Sensors
#
CONFIG_ATLAS_PH_SENSOR=m
CONFIG_IAQCORE=m
CONFIG_VZ89X=m

#
# Hid Sensor IIO Common
#
CONFIG_HID_SENSOR_IIO_COMMON=m
CONFIG_HID_SENSOR_IIO_TRIGGER=m
CONFIG_IIO_MS_SENSORS_I2C=m

#
# SSP Sensor Common
#
CONFIG_IIO_SSP_SENSORS_COMMONS=m
CONFIG_IIO_SSP_SENSORHUB=m
CONFIG_IIO_ST_SENSORS_I2C=m
CONFIG_IIO_ST_SENSORS_SPI=m
CONFIG_IIO_ST_SENSORS_CORE=m

#
# Digital to analog converters
#
CONFIG_AD5064=m
CONFIG_AD5360=m
CONFIG_AD5380=m
CONFIG_AD5421=m
CONFIG_AD5446=m
CONFIG_AD5449=m
CONFIG_AD5592R_BASE=m
CONFIG_AD5592R=m
CONFIG_AD5593R=m
CONFIG_AD5504=m
CONFIG_AD5624R_SPI=m
CONFIG_AD5686=m
CONFIG_AD5755=m
CONFIG_AD5761=m
CONFIG_AD5764=m
CONFIG_AD5791=m
CONFIG_AD7303=m
CONFIG_CIO_DAC=m
CONFIG_AD8801=m
CONFIG_M62332=m
CONFIG_MAX517=m
CONFIG_MCP4725=m
CONFIG_MCP4922=m

#
# IIO dummy driver
#
CONFIG_IIO_SIMPLE_DUMMY=m
# CONFIG_IIO_SIMPLE_DUMMY_EVENTS is not set
# CONFIG_IIO_SIMPLE_DUMMY_BUFFER is not set

#
# Frequency Synthesizers DDS/PLL
#

#
# Clock Generator/Distribution
#
CONFIG_AD9523=m

#
# Phase-Locked Loop (PLL) frequency synthesizers
#
CONFIG_ADF4350=m

#
# Digital gyroscope sensors
#
CONFIG_ADIS16080=m
CONFIG_ADIS16130=m
CONFIG_ADIS16136=m
CONFIG_ADIS16260=m
CONFIG_ADXRS450=m
CONFIG_BMG160=m
CONFIG_BMG160_I2C=m
CONFIG_BMG160_SPI=m
CONFIG_HID_SENSOR_GYRO_3D=m
CONFIG_IIO_ST_GYRO_3AXIS=m
CONFIG_IIO_ST_GYRO_I2C_3AXIS=m
CONFIG_IIO_ST_GYRO_SPI_3AXIS=m
CONFIG_ITG3200=m

#
# Health Sensors
#

#
# Heart Rate Monitors
#
CONFIG_AFE4403=m
CONFIG_AFE4404=m
CONFIG_MAX30100=m

#
# Humidity sensors
#
CONFIG_AM2315=m
CONFIG_DHT11=m
CONFIG_HDC100X=m
CONFIG_HTU21=m
CONFIG_SI7005=m
CONFIG_SI7020=m

#
# Inertial measurement units
#
CONFIG_ADIS16400=m
CONFIG_ADIS16480=m
CONFIG_BMI160=m
CONFIG_BMI160_I2C=m
CONFIG_BMI160_SPI=m
CONFIG_KMX61=m
CONFIG_INV_MPU6050_IIO=m
CONFIG_INV_MPU6050_I2C=m
CONFIG_INV_MPU6050_SPI=m
CONFIG_IIO_ADIS_LIB=m
CONFIG_IIO_ADIS_LIB_BUFFER=y

#
# Light sensors
#
CONFIG_ACPI_ALS=m
CONFIG_ADJD_S311=m
CONFIG_AL3320A=m
CONFIG_APDS9300=m
CONFIG_APDS9960=m
CONFIG_BH1750=m
CONFIG_BH1780=m
CONFIG_CM32181=m
CONFIG_CM3232=m
CONFIG_CM3323=m
CONFIG_CM36651=m
CONFIG_GP2AP020A00F=m
CONFIG_ISL29125=m
CONFIG_HID_SENSOR_ALS=m
CONFIG_HID_SENSOR_PROX=m
CONFIG_JSA1212=m
CONFIG_RPR0521=m
CONFIG_SENSORS_LM3533=m
CONFIG_LTR501=m
CONFIG_MAX44000=m
CONFIG_OPT3001=m
CONFIG_PA12203001=m
CONFIG_SI1145=m
CONFIG_STK3310=m
CONFIG_TCS3414=m
CONFIG_TCS3472=m
CONFIG_SENSORS_TSL2563=m
CONFIG_TSL4531=m
CONFIG_US5182D=m
CONFIG_VCNL4000=m
CONFIG_VEML6070=m

#
# Magnetometer sensors
#
CONFIG_AK8975=m
CONFIG_AK09911=m
CONFIG_BMC150_MAGN=m
CONFIG_BMC150_MAGN_I2C=m
CONFIG_BMC150_MAGN_SPI=m
CONFIG_MAG3110=m
CONFIG_HID_SENSOR_MAGNETOMETER_3D=m
CONFIG_MMC35240=m
CONFIG_IIO_ST_MAGN_3AXIS=m
CONFIG_IIO_ST_MAGN_I2C_3AXIS=m
CONFIG_IIO_ST_MAGN_SPI_3AXIS=m
CONFIG_SENSORS_HMC5843=m
CONFIG_SENSORS_HMC5843_I2C=m
CONFIG_SENSORS_HMC5843_SPI=m

#
# Inclinometer sensors
#
CONFIG_HID_SENSOR_INCLINOMETER_3D=m
CONFIG_HID_SENSOR_DEVICE_ROTATION=m

#
# Triggers - standalone
#
CONFIG_IIO_HRTIMER_TRIGGER=m
CONFIG_IIO_INTERRUPT_TRIGGER=m
CONFIG_IIO_TIGHTLOOP_TRIGGER=m
CONFIG_IIO_SYSFS_TRIGGER=m

#
# Digital potentiometers
#
CONFIG_DS1803=m
CONFIG_MAX5487=m
CONFIG_MCP4131=m
CONFIG_MCP4531=m
CONFIG_TPL0102=m

#
# Pressure sensors
#
CONFIG_BMP280=m
CONFIG_BMP280_I2C=m
CONFIG_BMP280_SPI=m
CONFIG_HID_SENSOR_PRESS=m
CONFIG_HP03=m
CONFIG_MPL115=m
CONFIG_MPL115_I2C=m
CONFIG_MPL115_SPI=m
CONFIG_MPL3115=m
CONFIG_MS5611=m
CONFIG_MS5611_I2C=m
CONFIG_MS5611_SPI=m
CONFIG_MS5637=m
CONFIG_IIO_ST_PRESS=m
CONFIG_IIO_ST_PRESS_I2C=m
CONFIG_IIO_ST_PRESS_SPI=m
CONFIG_T5403=m
CONFIG_HP206C=m
CONFIG_ZPA2326=m
CONFIG_ZPA2326_I2C=m
CONFIG_ZPA2326_SPI=m

#
# Lightning sensors
#
CONFIG_AS3935=m

#
# Proximity sensors
#
CONFIG_LIDAR_LITE_V2=m
CONFIG_SX9500=m

#
# Temperature sensors
#
CONFIG_MAXIM_THERMOCOUPLE=m
CONFIG_MLX90614=m
CONFIG_TMP006=m
CONFIG_TSYS01=m
CONFIG_TSYS02D=m
CONFIG_NTB=m
# CONFIG_NTB_AMD is not set
CONFIG_NTB_INTEL=m
CONFIG_NTB_PINGPONG=m
CONFIG_NTB_TOOL=m
CONFIG_NTB_PERF=m
CONFIG_NTB_TRANSPORT=m
CONFIG_VME_BUS=y

#
# VME Bridge Drivers
#
CONFIG_VME_CA91CX42=m
CONFIG_VME_TSI148=m
CONFIG_VME_FAKE=m

#
# VME Board Drivers
#
CONFIG_VMIVME_7805=m

#
# VME Device Drivers
#
CONFIG_VME_USER=m
CONFIG_VME_PIO2=m
CONFIG_PWM=y
CONFIG_PWM_SYSFS=y
CONFIG_PWM_CRC=y
CONFIG_PWM_CROS_EC=m
CONFIG_PWM_LP3943=m
CONFIG_PWM_LPSS=m
CONFIG_PWM_LPSS_PCI=m
CONFIG_PWM_LPSS_PLATFORM=m
# CONFIG_PWM_PCA9685 is not set
CONFIG_PWM_TWL=m
CONFIG_PWM_TWL_LED=m
CONFIG_ARM_GIC_MAX_NR=1
CONFIG_IPACK_BUS=m
CONFIG_BOARD_TPCI200=m
CONFIG_SERIAL_IPOCTAL=m
CONFIG_RESET_CONTROLLER=y
# CONFIG_RESET_ATH79 is not set
# CONFIG_RESET_BERLIN is not set
# CONFIG_RESET_LPC18XX is not set
# CONFIG_RESET_MESON is not set
# CONFIG_RESET_PISTACHIO is not set
# CONFIG_RESET_SOCFPGA is not set
# CONFIG_RESET_STM32 is not set
# CONFIG_RESET_SUNXI is not set
CONFIG_TI_SYSCON_RESET=m
# CONFIG_RESET_ZYNQ is not set
CONFIG_FMC=m
CONFIG_FMC_FAKEDEV=m
CONFIG_FMC_TRIVIAL=m
CONFIG_FMC_WRITE_EEPROM=m
CONFIG_FMC_CHARDEV=m

#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
CONFIG_PHY_PXA_28NM_HSIC=m
CONFIG_PHY_PXA_28NM_USB2=m
CONFIG_BCM_KONA_USB2_PHY=m
CONFIG_PHY_SAMSUNG_USB2=m
# CONFIG_PHY_EXYNOS4210_USB2 is not set
# CONFIG_PHY_EXYNOS4X12_USB2 is not set
# CONFIG_PHY_EXYNOS5250_USB2 is not set
CONFIG_PHY_TUSB1210=m
CONFIG_POWERCAP=y
CONFIG_INTEL_RAPL=m
CONFIG_MCB=m
CONFIG_MCB_PCI=m
CONFIG_MCB_LPC=m

#
# Performance monitor support
#
CONFIG_RAS=y
CONFIG_MCE_AMD_INJ=m
CONFIG_THUNDERBOLT=m

#
# Android
#
# CONFIG_ANDROID is not set
CONFIG_LIBNVDIMM=y
CONFIG_BLK_DEV_PMEM=m
CONFIG_ND_BLK=m
CONFIG_ND_CLAIM=y
CONFIG_ND_BTT=m
CONFIG_BTT=y
CONFIG_ND_PFN=m
CONFIG_NVDIMM_PFN=y
CONFIG_NVDIMM_DAX=y
CONFIG_DEV_DAX=m
CONFIG_DEV_DAX_PMEM=m
CONFIG_NR_DEV_DAX=32768
CONFIG_NVMEM=m
CONFIG_STM=m
CONFIG_STM_DUMMY=m
CONFIG_STM_SOURCE_CONSOLE=m
CONFIG_STM_SOURCE_HEARTBEAT=m
CONFIG_INTEL_TH=m
CONFIG_INTEL_TH_PCI=m
CONFIG_INTEL_TH_GTH=m
CONFIG_INTEL_TH_STH=m
CONFIG_INTEL_TH_MSU=m
CONFIG_INTEL_TH_PTI=m
# CONFIG_INTEL_TH_DEBUG is not set

#
# FPGA Configuration Support
#
CONFIG_FPGA=m

#
# Firmware Drivers
#
CONFIG_ARM_SCPI_PROTOCOL=m
CONFIG_ARM_SCPI_POWER_DOMAIN=m
CONFIG_EDD=y
CONFIG_EDD_OFF=y
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DELL_RBU=m
CONFIG_DCDBAS=m
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=m
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
CONFIG_ISCSI_IBFT_FIND=y
CONFIG_ISCSI_IBFT=m
CONFIG_FW_CFG_SYSFS=m
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
# CONFIG_GOOGLE_FIRMWARE is not set

#
# EFI (Extensible Firmware Interface) Support
#
CONFIG_EFI_VARS=y
CONFIG_EFI_ESRT=y
CONFIG_EFI_VARS_PSTORE=m
# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_EFI_FAKE_MEMMAP is not set
CONFIG_EFI_RUNTIME_WRAPPERS=y
CONFIG_EFI_BOOTLOADER_CONTROL=m
CONFIG_EFI_CAPSULE_LOADER=m
CONFIG_EFI_TEST=m
CONFIG_UEFI_CPER=y

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_FS_IOMAP=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_EXT4_FS_ENCRYPTION=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG 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=y
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_F2FS_FS=m
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
CONFIG_F2FS_FS_SECURITY=y
# CONFIG_F2FS_CHECK_FS is not set
CONFIG_F2FS_FS_ENCRYPTION=y
# CONFIG_F2FS_IO_TRACE is not set
# CONFIG_F2FS_FAULT_INJECTION is not set
CONFIG_FS_DAX=y
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_EXPORTFS_BLOCK_OPS=y
CONFIG_FILE_LOCKING=y
CONFIG_MANDATORY_FILE_LOCKING=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=m
CONFIG_QFMT_V1=m
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_QUOTACTL_COMPAT=y
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=y
CONFIG_CUSE=m
CONFIG_OVERLAY_FS=m

#
# Caches
#
CONFIG_FSCACHE=m
CONFIG_FSCACHE_STATS=y
# CONFIG_FSCACHE_HISTOGRAM is not set
# CONFIG_FSCACHE_DEBUG is not set
# CONFIG_FSCACHE_OBJECT_LIST is not set
CONFIG_CACHEFILES=m
# 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=m
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FAT_DEFAULT_UTF8 is not set
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_PROC_CHILDREN=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
CONFIG_CONFIGFS_FS=m
CONFIG_EFIVAR_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
CONFIG_ADFS_FS=m
# CONFIG_ADFS_FS_RW is not set
CONFIG_AFFS_FS=m
CONFIG_ECRYPT_FS=y
CONFIG_ECRYPT_FS_MESSAGING=y
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
CONFIG_HFSPLUS_FS_POSIX_ACL=y
CONFIG_BEFS_FS=m
# CONFIG_BEFS_DEBUG is not set
CONFIG_BFS_FS=m
CONFIG_EFS_FS=m
CONFIG_JFFS2_FS=m
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
# CONFIG_JFFS2_SUMMARY is not set
CONFIG_JFFS2_FS_XATTR=y
CONFIG_JFFS2_FS_POSIX_ACL=y
CONFIG_JFFS2_FS_SECURITY=y
CONFIG_JFFS2_COMPRESSION_OPTIONS=y
CONFIG_JFFS2_ZLIB=y
CONFIG_JFFS2_LZO=y
CONFIG_JFFS2_RTIME=y
# CONFIG_JFFS2_RUBIN is not set
# CONFIG_JFFS2_CMODE_NONE is not set
# CONFIG_JFFS2_CMODE_PRIORITY is not set
# CONFIG_JFFS2_CMODE_SIZE is not set
CONFIG_JFFS2_CMODE_FAVOURLZO=y
CONFIG_UBIFS_FS=m
# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
CONFIG_UBIFS_FS_LZO=y
CONFIG_UBIFS_FS_ZLIB=y
# CONFIG_UBIFS_ATIME_SUPPORT is not set
# CONFIG_LOGFS is not set
CONFIG_CRAMFS=m
CONFIG_SQUASHFS=y
# CONFIG_SQUASHFS_FILE_CACHE is not set
CONFIG_SQUASHFS_FILE_DIRECT=y
CONFIG_SQUASHFS_DECOMP_SINGLE=y
# CONFIG_SQUASHFS_DECOMP_MULTI is not set
# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_ZLIB=y
CONFIG_SQUASHFS_LZ4=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
CONFIG_VXFS_FS=m
CONFIG_MINIX_FS=m
CONFIG_OMFS_FS=m
CONFIG_HPFS_FS=m
CONFIG_QNX4FS_FS=m
CONFIG_QNX6FS_FS=m
# CONFIG_QNX6FS_DEBUG is not set
CONFIG_ROMFS_FS=m
CONFIG_ROMFS_BACKED_BY_BLOCK=y
# CONFIG_ROMFS_BACKED_BY_MTD is not set
# CONFIG_ROMFS_BACKED_BY_BOTH is not set
CONFIG_ROMFS_ON_BLOCK=y
CONFIG_PSTORE=y
CONFIG_PSTORE_ZLIB_COMPRESS=y
# CONFIG_PSTORE_LZO_COMPRESS is not set
# CONFIG_PSTORE_LZ4_COMPRESS is not set
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_PMSG is not set
# CONFIG_PSTORE_FTRACE is not set
CONFIG_PSTORE_RAM=m
CONFIG_SYSV_FS=m
CONFIG_UFS_FS=m
# CONFIG_UFS_FS_WRITE is not set
# CONFIG_UFS_DEBUG is not set
CONFIG_EXOFS_FS=m
# CONFIG_EXOFS_DEBUG is not set
CONFIG_ORE=m
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V2=m
CONFIG_NFS_V3=m
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=m
CONFIG_NFS_SWAP=y
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_BLOCK=m
CONFIG_PNFS_OBJLAYOUT=m
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
CONFIG_NFS_V4_1_MIGRATION=y
CONFIG_NFS_V4_SECURITY_LABEL=y
CONFIG_NFS_FSCACHE=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DEBUG=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_BLOCKLAYOUT=y
CONFIG_NFSD_SCSILAYOUT=y
CONFIG_NFSD_FLEXFILELAYOUT=y
CONFIG_NFSD_V4_SECURITY_LABEL=y
# CONFIG_NFSD_FAULT_INJECTION is not set
CONFIG_GRACE_PERIOD=m
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_SUNRPC_BACKCHANNEL=y
CONFIG_SUNRPC_SWAP=y
CONFIG_RPCSEC_GSS_KRB5=m
CONFIG_SUNRPC_DEBUG=y
CONFIG_SUNRPC_XPRT_RDMA=m
CONFIG_CEPH_FS=m
CONFIG_CEPH_FSCACHE=y
CONFIG_CEPH_FS_POSIX_ACL=y
CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
# CONFIG_CIFS_STATS2 is not set
CONFIG_CIFS_WEAK_PW_HASH=y
CONFIG_CIFS_UPCALL=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_ACL=y
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
CONFIG_CIFS_DFS_UPCALL=y
CONFIG_CIFS_SMB2=y
CONFIG_CIFS_SMB311=y
CONFIG_CIFS_FSCACHE=y
CONFIG_NCP_FS=m
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
CONFIG_NCPFS_NFS_NS=y
CONFIG_NCPFS_OS2_NS=y
# CONFIG_NCPFS_SMALLDOS is not set
CONFIG_NCPFS_NLS=y
CONFIG_NCPFS_EXTRAS=y
CONFIG_CODA_FS=m
CONFIG_AFS_FS=m
# CONFIG_AFS_DEBUG is not set
CONFIG_AFS_FSCACHE=y
CONFIG_9P_FS=m
CONFIG_9P_FSCACHE=y
CONFIG_9P_FS_POSIX_ACL=y
CONFIG_9P_FS_SECURITY=y
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=m
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=m
CONFIG_NLS_MAC_CELTIC=m
CONFIG_NLS_MAC_CENTEURO=m
CONFIG_NLS_MAC_CROATIAN=m
CONFIG_NLS_MAC_CYRILLIC=m
CONFIG_NLS_MAC_GAELIC=m
CONFIG_NLS_MAC_GREEK=m
CONFIG_NLS_MAC_ICELAND=m
CONFIG_NLS_MAC_INUIT=m
CONFIG_NLS_MAC_ROMANIAN=m
CONFIG_NLS_MAC_TURKISH=m
CONFIG_NLS_UTF8=m
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_DYNAMIC_DEBUG=y

#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
CONFIG_DEBUG_INFO_DWARF4=y
CONFIG_GDB_SCRIPTS=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=1024
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_PAGE_OWNER is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_STACK_VALIDATION is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x01b6
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_PAGE_POISONING is not set
# CONFIG_DEBUG_PAGE_REF is not set
# CONFIG_DEBUG_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_VIRTUAL is not set
# CONFIG_DEBUG_MEMORY_INIT is not set
CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
CONFIG_HAVE_ARCH_KMEMCHECK=y
CONFIG_HAVE_ARCH_KASAN=y
# CONFIG_KASAN is not set
CONFIG_ARCH_HAS_KCOV=y
# CONFIG_KCOV is not set
# CONFIG_DEBUG_SHIRQ is not set

#
# Debug Lockups and Hangs
#
CONFIG_LOCKUP_DETECTOR=y
CONFIG_HARDLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
# CONFIG_WQ_WATCHDOG is not set
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHED_INFO=y
CONFIG_SCHEDSTATS=y
CONFIG_SCHED_STACK_END_CHECK=y
# CONFIG_DEBUG_TIMEKEEPING is not set
CONFIG_TIMER_STATS=y

#
# 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=m
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_PROVE_RCU is not set
# CONFIG_SPARSE_RCU_POINTER is not set
CONFIG_TORTURE_TEST=m
CONFIG_RCU_PERF_TEST=m
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=60
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
CONFIG_NOTIFIER_ERROR_INJECTION=m
CONFIG_CPU_NOTIFIER_ERROR_INJECT=m
CONFIG_PM_NOTIFIER_ERROR_INJECT=m
# CONFIG_NETDEV_NOTIFIER_ERROR_INJECT is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_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 is not set
CONFIG_SCHED_TRACER=y
CONFIG_HWLAT_TRACER=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_TRACER_SNAPSHOT=y
# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
CONFIG_STACK_TRACER=y
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENT=y
CONFIG_UPROBE_EVENT=y
CONFIG_BPF_EVENTS=y
CONFIG_PROBE_EVENTS=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_FTRACE_MCOUNT_RECORD=y
# CONFIG_FTRACE_STARTUP_TEST is not set
CONFIG_MMIOTRACE=y
CONFIG_TRACING_MAP=y
CONFIG_HIST_TRIGGERS=y
# CONFIG_MMIOTRACE_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
# CONFIG_TRACE_ENUM_MAP_FILE is not set
CONFIG_TRACING_EVENTS_GPIO=y

#
# 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=m
CONFIG_INTERVAL_TREE_TEST=m
CONFIG_PERCPU_TEST=m
# CONFIG_ATOMIC64_SELFTEST is not set
CONFIG_ASYNC_RAID6_TEST=m
CONFIG_TEST_HEXDUMP=m
CONFIG_TEST_STRING_HELPERS=m
CONFIG_TEST_KSTRTOX=m
# CONFIG_TEST_PRINTF is not set
# CONFIG_TEST_BITMAP is not set
CONFIG_TEST_UUID=m
# CONFIG_TEST_RHASHTABLE is not set
CONFIG_TEST_HASH=m
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DMA_API_DEBUG is not set
CONFIG_TEST_LKM=m
CONFIG_TEST_USER_COPY=m
CONFIG_TEST_BPF=m
CONFIG_TEST_FIRMWARE=m
CONFIG_TEST_UDELAY=m
CONFIG_MEMTEST=y
CONFIG_TEST_STATIC_KEYS=m
# 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_LOW_LEVEL_TRAP=y
CONFIG_KGDB_KDB=y
CONFIG_KDB_DEFAULT_ENABLE=0x1
CONFIG_KDB_KEYBOARD=y
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
# CONFIG_ARCH_WANTS_UBSAN_NO_NULL is not set
# CONFIG_UBSAN is not set
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
CONFIG_STRICT_DEVMEM=y
# CONFIG_IO_STRICT_DEVMEM is not set
# CONFIG_X86_VERBOSE_BOOTUP is not set
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_EARLY_PRINTK_EFI=y
CONFIG_X86_PTDUMP_CORE=y
# CONFIG_X86_PTDUMP is not set
# CONFIG_EFI_PGT_DUMP is not set
# CONFIG_DEBUG_RODATA_TEST is not set
CONFIG_DEBUG_WX=y
CONFIG_DEBUG_SET_MODULE_RONX=y
# CONFIG_DEBUG_NX_TEST is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_DEBUG is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
# CONFIG_X86_DECODER_SELFTEST is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
# CONFIG_IO_DELAY_0X80 is not set
CONFIG_IO_DELAY_0XED=y
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=1
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
CONFIG_OPTIMIZE_INLINING=y
# CONFIG_DEBUG_ENTRY is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
CONFIG_X86_DEBUG_FPU=y
CONFIG_PUNIT_ATOM_DEBUG=m

#
# Security options
#
CONFIG_KEYS=y
CONFIG_PERSISTENT_KEYRINGS=y
CONFIG_BIG_KEYS=y
CONFIG_TRUSTED_KEYS=y
CONFIG_ENCRYPTED_KEYS=y
CONFIG_KEY_DH_OPERATIONS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_NETWORK_XFRM=y
CONFIG_SECURITY_PATH=y
CONFIG_INTEL_TXT=y
CONFIG_LSM_MMAP_MIN_ADDR=0
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y
CONFIG_HARDENED_USERCOPY=y
# CONFIG_HARDENED_USERCOPY_PAGESPAN is not set
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
CONFIG_SECURITY_SMACK=y
# CONFIG_SECURITY_SMACK_BRINGUP is not set
CONFIG_SECURITY_SMACK_NETFILTER=y
CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y
CONFIG_SECURITY_TOMOYO=y
CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048
CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024
# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set
CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init"
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init"
CONFIG_SECURITY_APPARMOR=y
CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1
CONFIG_SECURITY_APPARMOR_HASH=y
CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
# CONFIG_SECURITY_LOADPIN is not set
CONFIG_SECURITY_YAMA=y
CONFIG_INTEGRITY=y
CONFIG_INTEGRITY_SIGNATURE=y
CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y
CONFIG_INTEGRITY_TRUSTED_KEYRING=y
CONFIG_INTEGRITY_AUDIT=y
CONFIG_IMA=y
CONFIG_IMA_MEASURE_PCR_IDX=10
CONFIG_IMA_LSM_RULES=y
# CONFIG_IMA_TEMPLATE is not set
CONFIG_IMA_NG_TEMPLATE=y
# CONFIG_IMA_SIG_TEMPLATE is not set
CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng"
CONFIG_IMA_DEFAULT_HASH_SHA1=y
# CONFIG_IMA_DEFAULT_HASH_SHA256 is not set
# CONFIG_IMA_DEFAULT_HASH_SHA512 is not set
# CONFIG_IMA_DEFAULT_HASH_WP512 is not set
CONFIG_IMA_DEFAULT_HASH="sha1"
CONFIG_IMA_WRITE_POLICY=y
CONFIG_IMA_READ_POLICY=y
CONFIG_IMA_APPRAISE=y
CONFIG_IMA_TRUSTED_KEYRING=y
CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=y
CONFIG_IMA_BLACKLIST_KEYRING=y
# CONFIG_IMA_LOAD_X509 is not set
CONFIG_EVM=y
CONFIG_EVM_ATTR_FSUUID=y
CONFIG_EVM_EXTRA_SMACK_XATTRS=y
# CONFIG_EVM_LOAD_X509 is not set
# CONFIG_DEFAULT_SECURITY_SELINUX is not set
# CONFIG_DEFAULT_SECURITY_SMACK is not set
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
CONFIG_DEFAULT_SECURITY_APPARMOR=y
# CONFIG_DEFAULT_SECURITY_DAC is not set
CONFIG_DEFAULT_SECURITY="apparmor"
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=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=y
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=m
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=m
CONFIG_CRYPTO_ECDH=m
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=m
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
CONFIG_CRYPTO_PCRYPT=m
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_MCRYPTD=m
CONFIG_CRYPTO_AUTHENC=m
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_ABLK_HELPER=m
CONFIG_CRYPTO_GLUE_HELPER_X86=m

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=m
CONFIG_CRYPTO_CHACHA20POLY1305=m
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_ECHAINIV=m

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=m
CONFIG_CRYPTO_PCBC=m
CONFIG_CRYPTO_XTS=y
CONFIG_CRYPTO_KEYWRAP=m

#
# Hash modes
#
CONFIG_CRYPTO_CMAC=m
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=m
CONFIG_CRYPTO_VMAC=m

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=y
CONFIG_CRYPTO_CRC32=m
CONFIG_CRYPTO_CRC32_PCLMUL=m
CONFIG_CRYPTO_CRCT10DIF=y
CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
CONFIG_CRYPTO_GHASH=m
CONFIG_CRYPTO_POLY1305=m
CONFIG_CRYPTO_POLY1305_X86_64=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_RMD128=m
CONFIG_CRYPTO_RMD160=m
CONFIG_CRYPTO_RMD256=m
CONFIG_CRYPTO_RMD320=m
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=m
CONFIG_CRYPTO_SHA256_SSSE3=m
CONFIG_CRYPTO_SHA512_SSSE3=m
CONFIG_CRYPTO_SHA1_MB=m
CONFIG_CRYPTO_SHA256_MB=m
CONFIG_CRYPTO_SHA512_MB=m
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_SHA3=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=m
CONFIG_CRYPTO_AES_NI_INTEL=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_BLOWFISH_COMMON=m
CONFIG_CRYPTO_BLOWFISH_X86_64=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_CAMELLIA_X86_64=m
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=m
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=m
CONFIG_CRYPTO_CAST_COMMON=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST5_AVX_X86_64=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_CAST6_AVX_X86_64=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_DES3_EDE_X86_64=m
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_SALSA20=m
CONFIG_CRYPTO_SALSA20_X86_64=m
CONFIG_CRYPTO_CHACHA20=m
CONFIG_CRYPTO_CHACHA20_X86_64=m
CONFIG_CRYPTO_SEED=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m
CONFIG_CRYPTO_SERPENT_AVX_X86_64=m
CONFIG_CRYPTO_SERPENT_AVX2_X86_64=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_X86_64=m
CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=m
CONFIG_CRYPTO_TWOFISH_AVX_X86_64=m

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_LZO=y
CONFIG_CRYPTO_842=m
CONFIG_CRYPTO_LZ4=m
CONFIG_CRYPTO_LZ4HC=m

#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=m
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
CONFIG_CRYPTO_DRBG_HASH=y
CONFIG_CRYPTO_DRBG_CTR=y
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
CONFIG_CRYPTO_USER_API=m
CONFIG_CRYPTO_USER_API_HASH=m
CONFIG_CRYPTO_USER_API_SKCIPHER=m
CONFIG_CRYPTO_USER_API_RNG=m
CONFIG_CRYPTO_USER_API_AEAD=m
CONFIG_CRYPTO_HASH_INFO=y
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=y
CONFIG_CRYPTO_DEV_PADLOCK_AES=m
CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
CONFIG_CRYPTO_DEV_CCP=y
CONFIG_CRYPTO_DEV_CCP_DD=m
CONFIG_CRYPTO_DEV_CCP_CRYPTO=m
CONFIG_CRYPTO_DEV_QAT=m
CONFIG_CRYPTO_DEV_QAT_DH895xCC=m
# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set
# CONFIG_CRYPTO_DEV_QAT_C62X is not set
CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m
# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set
# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set
CONFIG_CRYPTO_DEV_CHELSIO=m
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_X509_CERTIFICATE_PARSER=y
CONFIG_PKCS7_MESSAGE_PARSER=y
CONFIG_PKCS7_TEST_KEY=m
CONFIG_SIGNED_PE_FILE_VERIFICATION=y

#
# Certificates for signature checking
#
CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS=""
CONFIG_SYSTEM_EXTRA_CERTIFICATE=y
CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
CONFIG_SECONDARY_TRUSTED_KEYRING=y
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQFD=y
CONFIG_HAVE_KVM_IRQ_ROUTING=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
CONFIG_KVM_COMPAT=y
CONFIG_HAVE_KVM_IRQ_BYPASS=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_KVM_AMD=m
# CONFIG_KVM_MMU_AUDIT is not set
CONFIG_KVM_DEVICE_ASSIGNMENT=y
CONFIG_VHOST_NET=m
CONFIG_VHOST_SCSI=m
CONFIG_VHOST_VSOCK=m
CONFIG_VHOST=m
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_RAID6_PQ=m
CONFIG_BITREVERSE=y
# CONFIG_HAVE_ARCH_BITREVERSE is not set
CONFIG_RATIONAL=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=m
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=m
CONFIG_CRC8=m
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_842_COMPRESS=m
CONFIG_842_DECOMPRESS=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=m
CONFIG_LZ4HC_COMPRESS=m
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
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=m
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_REED_SOLOMON=m
CONFIG_REED_SOLOMON_ENC8=y
CONFIG_REED_SOLOMON_DEC8=y
CONFIG_REED_SOLOMON_DEC16=y
CONFIG_BCH=m
CONFIG_BCH_CONST_PARAMS=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_BTREE=y
CONFIG_INTERVAL_TREE=y
CONFIG_RADIX_TREE_MULTIORDER=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_LRU_CACHE=m
CONFIG_CLZ_TAB=y
CONFIG_CORDIC=m
CONFIG_DDR=y
CONFIG_IRQ_POLL=y
CONFIG_MPILIB=y
CONFIG_SIGNATURE=y
CONFIG_OID_REGISTRY=y
CONFIG_UCS2_STRING=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_SG_SPLIT is not set
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_SG_CHAIN=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_ARCH_HAS_MMIO_FLUSH=y
CONFIG_SBITMAP=y

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-09 15:42 Long delays creating a netns after deleting one (possibly RCU related) Rolf Neugebauer
@ 2016-11-10 17:37 ` Cong Wang
  2016-11-10 21:24   ` Paul E. McKenney
  2016-11-11 14:00   ` Rolf Neugebauer
  0 siblings, 2 replies; 22+ messages in thread
From: Cong Wang @ 2016-11-10 17:37 UTC (permalink / raw)
  To: Rolf Neugebauer
  Cc: LKML, Linux Kernel Network Developers, Justin Cormack,
	Ian Campbell, Paul E. McKenney

(Cc'ing Paul)

On Wed, Nov 9, 2016 at 7:42 AM, Rolf Neugebauer
<rolf.neugebauer@docker.com> wrote:
> Hi
>
> We noticed some long delays starting docker containers on some newer
> kernels (starting with 4.5.x and still present in 4.9-rc4, 4.4.x is
> fine). We narrowed this down to the creation of a network namespace
> being delayed directly after removing another one (details and
> reproduction below). We have seen delays of up to 60s on some systems.
>
> - The delay is proportional to the number of CPUs (online or offline).
> We first discovered it with a Hyper-V Linux VM. Hyper-V advertises up
> to 240 offline vCPUs even if one configures the VM with only, say 2
> vCPUs. We see linear increase in delay when we change NR_CPUS in the
> kernel config.
>
> - The delay is also dependent on some tunnel network interfaces being
> present (which we had compiled in in one of our kernel configs).
>
> - We can reproduce this issue with stock kernels from
> http://kernel.ubuntu.com/~kernel-ppa/mainline/running in Hyper-V VMs
> as well as other hypervisors like qemu and hyperkit where we have good
> control over the number of CPUs.
>
> A simple test is:
> modprobe ipip
> moprobe  ip_gre
> modprobe ip_vti
> echo -n "add netns foo ===> "; /usr/bin/time -f "%E" ip netns add foo
> echo -n "del netns foo ===> "; /usr/bin/time -f "%E" ip netns delete foo
> echo -n "add netns bar ===> "; /usr/bin/time -f "%E" ip netns add bar
> echo -n "del netns bar ===> "; /usr/bin/time -f "%E" ip netns delete bar
>
> with an output like:
> add netns foo ===> 0:00.00
> del netns foo ===> 0:00.01
> add netns bar ===> 0:08.53
> del netns bar ===> 0:00.01
>
> This is on a 4.9-rc4 kernel from the above URL configured with
> NR_CPUS=256 running in a Hyper-V VM (kernel config attached).
>
> Below is a dump of the work queues while the second 'ip add netns' is
> hanging. The state of the work queues does not seem to change while
> the command is delayed and the pattern shown is consistent across
> different kernel versions.
>
> Is this a known issue and/or is someone working on a fix?

Not to me.


>
> [  610.356272] sysrq: SysRq : Show Blocked State
> [  610.356742]   task                        PC stack   pid father
> [  610.357252] kworker/u480:1  D    0  1994      2 0x00000000
> [  610.357752] Workqueue: netns cleanup_net
> [  610.358239]  ffff9892f1065800 0000000000000000 ffff9892ee1e1e00
> ffff9892f8e59340
> [  610.358705]  ffff9892f4526900 ffffbf0104b5ba88 ffffffffbe486df3
> ffffbf0104b5ba60
> [  610.359168]  00ffffffbdcbe663 ffff9892f8e59340 0000000100012e70
> ffff9892ee1e1e00
> [  610.359677] Call Trace:
> [  610.360169]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
> [  610.360723]  [<ffffffffbe4872d6>] schedule+0x36/0x80
> [  610.361194]  [<ffffffffbe48a9ca>] schedule_timeout+0x22a/0x3f0
> [  610.361789]  [<ffffffffbe486dfb>] ? __schedule+0x23b/0x6e0
> [  610.362260]  [<ffffffffbe487d24>] wait_for_completion+0xb4/0x140
> [  610.362736]  [<ffffffffbdcb05a0>] ? wake_up_q+0x80/0x80
> [  610.363306]  [<ffffffffbdceb528>] __wait_rcu_gp+0xc8/0xf0
> [  610.363782]  [<ffffffffbdceea5c>] synchronize_sched+0x5c/0x80
> [  610.364137]  [<ffffffffbdcf0010>] ? call_rcu_bh+0x20/0x20
> [  610.364742]  [<ffffffffbdceb440>] ?
> trace_raw_output_rcu_utilization+0x60/0x60
> [  610.365337]  [<ffffffffbe3696bc>] synchronize_net+0x1c/0x30

This is a worker which holds the net_mutex and is waiting for
a RCU grace period to elapse.


> [  610.365846]  [<ffffffffbe369803>] netif_napi_del+0x23/0x80
> [  610.367494]  [<ffffffffc057f6f8>] ip_tunnel_dev_free+0x68/0xf0 [ip_tunnel]
> [  610.368007]  [<ffffffffbe372c10>] netdev_run_todo+0x230/0x330
> [  610.368454]  [<ffffffffbe37eb4e>] rtnl_unlock+0xe/0x10
> [  610.369001]  [<ffffffffc057f4df>] ip_tunnel_delete_net+0xdf/0x120 [ip_tunnel]
> [  610.369500]  [<ffffffffc058b92c>] ipip_exit_net+0x2c/0x30 [ipip]
> [  610.369997]  [<ffffffffbe362688>] ops_exit_list.isra.4+0x38/0x60
> [  610.370636]  [<ffffffffbe363674>] cleanup_net+0x1c4/0x2b0
> [  610.371130]  [<ffffffffbdc9e4ac>] process_one_work+0x1fc/0x4b0
> [  610.371812]  [<ffffffffbdc9e7ab>] worker_thread+0x4b/0x500
> [  610.373074]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
> [  610.373622]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
> [  610.374100]  [<ffffffffbdca4b09>] kthread+0xd9/0xf0
> [  610.374574]  [<ffffffffbdca4a30>] ? kthread_park+0x60/0x60
> [  610.375198]  [<ffffffffbe48c2b5>] ret_from_fork+0x25/0x30
> [  610.375678] ip              D    0  2149   2148 0x00000000
> [  610.376185]  ffff9892f0a99000 0000000000000000 ffff9892f0a66900
> [  610.376185]  ffff9892f8e59340
> [  610.376185]  ffff9892f4526900 ffffbf0101173db8 ffffffffbe486df3
> [  610.376753]  00000005fecffd76
> [  610.376762]  00ff9892f11d9820 ffff9892f8e59340 ffff989200000000
> ffff9892f0a66900
> [  610.377274] Call Trace:
> [  610.377789]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
> [  610.378306]  [<ffffffffbe4872d6>] schedule+0x36/0x80
> [  610.378992]  [<ffffffffbe48756e>] schedule_preempt_disabled+0xe/0x10
> [  610.379514]  [<ffffffffbe489199>] __mutex_lock_slowpath+0xb9/0x130
> [  610.380031]  [<ffffffffbde0fce2>] ? __kmalloc+0x162/0x1e0
> [  610.380556]  [<ffffffffbe48922f>] mutex_lock+0x1f/0x30
> [  610.381135]  [<ffffffffbe3637ff>] copy_net_ns+0x9f/0x170
> [  610.381647]  [<ffffffffbdca5e6b>] create_new_namespaces+0x11b/0x200
> [  610.382249]  [<ffffffffbdca60fa>] unshare_nsproxy_namespaces+0x5a/0xb0
> [  610.382818]  [<ffffffffbdc82dcd>] SyS_unshare+0x1cd/0x360
> [  610.383319]  [<ffffffffbe48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad

This process is apparently waiting for the net_mutex held by the previous one.

Either RCU implementation is broken or something else is missing.
Do you have more stack traces of related processes? For example,
rcu_tasks_kthread. And if anything you can help to narrow down the problem,
it would be great.

Thanks.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-10 17:37 ` Cong Wang
@ 2016-11-10 21:24   ` Paul E. McKenney
  2016-11-11 13:11     ` Rolf Neugebauer
  2016-11-11 14:00   ` Rolf Neugebauer
  1 sibling, 1 reply; 22+ messages in thread
From: Paul E. McKenney @ 2016-11-10 21:24 UTC (permalink / raw)
  To: Cong Wang
  Cc: Rolf Neugebauer, LKML, Linux Kernel Network Developers,
	Justin Cormack, Ian Campbell

On Thu, Nov 10, 2016 at 09:37:47AM -0800, Cong Wang wrote:
> (Cc'ing Paul)
> 
> On Wed, Nov 9, 2016 at 7:42 AM, Rolf Neugebauer
> <rolf.neugebauer@docker.com> wrote:
> > Hi
> >
> > We noticed some long delays starting docker containers on some newer
> > kernels (starting with 4.5.x and still present in 4.9-rc4, 4.4.x is
> > fine). We narrowed this down to the creation of a network namespace
> > being delayed directly after removing another one (details and
> > reproduction below). We have seen delays of up to 60s on some systems.
> >
> > - The delay is proportional to the number of CPUs (online or offline).
> > We first discovered it with a Hyper-V Linux VM. Hyper-V advertises up
> > to 240 offline vCPUs even if one configures the VM with only, say 2
> > vCPUs. We see linear increase in delay when we change NR_CPUS in the
> > kernel config.
> >
> > - The delay is also dependent on some tunnel network interfaces being
> > present (which we had compiled in in one of our kernel configs).
> >
> > - We can reproduce this issue with stock kernels from
> > http://kernel.ubuntu.com/~kernel-ppa/mainline/running in Hyper-V VMs
> > as well as other hypervisors like qemu and hyperkit where we have good
> > control over the number of CPUs.
> >
> > A simple test is:
> > modprobe ipip
> > moprobe  ip_gre
> > modprobe ip_vti
> > echo -n "add netns foo ===> "; /usr/bin/time -f "%E" ip netns add foo
> > echo -n "del netns foo ===> "; /usr/bin/time -f "%E" ip netns delete foo
> > echo -n "add netns bar ===> "; /usr/bin/time -f "%E" ip netns add bar
> > echo -n "del netns bar ===> "; /usr/bin/time -f "%E" ip netns delete bar
> >
> > with an output like:
> > add netns foo ===> 0:00.00
> > del netns foo ===> 0:00.01
> > add netns bar ===> 0:08.53
> > del netns bar ===> 0:00.01
> >
> > This is on a 4.9-rc4 kernel from the above URL configured with
> > NR_CPUS=256 running in a Hyper-V VM (kernel config attached).
> >
> > Below is a dump of the work queues while the second 'ip add netns' is
> > hanging. The state of the work queues does not seem to change while
> > the command is delayed and the pattern shown is consistent across
> > different kernel versions.
> >
> > Is this a known issue and/or is someone working on a fix?
> 
> Not to me.
> 
> 
> >
> > [  610.356272] sysrq: SysRq : Show Blocked State
> > [  610.356742]   task                        PC stack   pid father
> > [  610.357252] kworker/u480:1  D    0  1994      2 0x00000000
> > [  610.357752] Workqueue: netns cleanup_net
> > [  610.358239]  ffff9892f1065800 0000000000000000 ffff9892ee1e1e00
> > ffff9892f8e59340
> > [  610.358705]  ffff9892f4526900 ffffbf0104b5ba88 ffffffffbe486df3
> > ffffbf0104b5ba60
> > [  610.359168]  00ffffffbdcbe663 ffff9892f8e59340 0000000100012e70
> > ffff9892ee1e1e00
> > [  610.359677] Call Trace:
> > [  610.360169]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
> > [  610.360723]  [<ffffffffbe4872d6>] schedule+0x36/0x80
> > [  610.361194]  [<ffffffffbe48a9ca>] schedule_timeout+0x22a/0x3f0
> > [  610.361789]  [<ffffffffbe486dfb>] ? __schedule+0x23b/0x6e0
> > [  610.362260]  [<ffffffffbe487d24>] wait_for_completion+0xb4/0x140
> > [  610.362736]  [<ffffffffbdcb05a0>] ? wake_up_q+0x80/0x80
> > [  610.363306]  [<ffffffffbdceb528>] __wait_rcu_gp+0xc8/0xf0
> > [  610.363782]  [<ffffffffbdceea5c>] synchronize_sched+0x5c/0x80
> > [  610.364137]  [<ffffffffbdcf0010>] ? call_rcu_bh+0x20/0x20
> > [  610.364742]  [<ffffffffbdceb440>] ?
> > trace_raw_output_rcu_utilization+0x60/0x60
> > [  610.365337]  [<ffffffffbe3696bc>] synchronize_net+0x1c/0x30
> 
> This is a worker which holds the net_mutex and is waiting for
> a RCU grace period to elapse.
> 
> 
> > [  610.365846]  [<ffffffffbe369803>] netif_napi_del+0x23/0x80
> > [  610.367494]  [<ffffffffc057f6f8>] ip_tunnel_dev_free+0x68/0xf0 [ip_tunnel]
> > [  610.368007]  [<ffffffffbe372c10>] netdev_run_todo+0x230/0x330
> > [  610.368454]  [<ffffffffbe37eb4e>] rtnl_unlock+0xe/0x10
> > [  610.369001]  [<ffffffffc057f4df>] ip_tunnel_delete_net+0xdf/0x120 [ip_tunnel]
> > [  610.369500]  [<ffffffffc058b92c>] ipip_exit_net+0x2c/0x30 [ipip]
> > [  610.369997]  [<ffffffffbe362688>] ops_exit_list.isra.4+0x38/0x60
> > [  610.370636]  [<ffffffffbe363674>] cleanup_net+0x1c4/0x2b0
> > [  610.371130]  [<ffffffffbdc9e4ac>] process_one_work+0x1fc/0x4b0
> > [  610.371812]  [<ffffffffbdc9e7ab>] worker_thread+0x4b/0x500
> > [  610.373074]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
> > [  610.373622]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
> > [  610.374100]  [<ffffffffbdca4b09>] kthread+0xd9/0xf0
> > [  610.374574]  [<ffffffffbdca4a30>] ? kthread_park+0x60/0x60
> > [  610.375198]  [<ffffffffbe48c2b5>] ret_from_fork+0x25/0x30
> > [  610.375678] ip              D    0  2149   2148 0x00000000
> > [  610.376185]  ffff9892f0a99000 0000000000000000 ffff9892f0a66900
> > [  610.376185]  ffff9892f8e59340
> > [  610.376185]  ffff9892f4526900 ffffbf0101173db8 ffffffffbe486df3
> > [  610.376753]  00000005fecffd76
> > [  610.376762]  00ff9892f11d9820 ffff9892f8e59340 ffff989200000000
> > ffff9892f0a66900
> > [  610.377274] Call Trace:
> > [  610.377789]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
> > [  610.378306]  [<ffffffffbe4872d6>] schedule+0x36/0x80
> > [  610.378992]  [<ffffffffbe48756e>] schedule_preempt_disabled+0xe/0x10
> > [  610.379514]  [<ffffffffbe489199>] __mutex_lock_slowpath+0xb9/0x130
> > [  610.380031]  [<ffffffffbde0fce2>] ? __kmalloc+0x162/0x1e0
> > [  610.380556]  [<ffffffffbe48922f>] mutex_lock+0x1f/0x30
> > [  610.381135]  [<ffffffffbe3637ff>] copy_net_ns+0x9f/0x170
> > [  610.381647]  [<ffffffffbdca5e6b>] create_new_namespaces+0x11b/0x200
> > [  610.382249]  [<ffffffffbdca60fa>] unshare_nsproxy_namespaces+0x5a/0xb0
> > [  610.382818]  [<ffffffffbdc82dcd>] SyS_unshare+0x1cd/0x360
> > [  610.383319]  [<ffffffffbe48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
> 
> This process is apparently waiting for the net_mutex held by the previous one.
> 
> Either RCU implementation is broken or something else is missing.
> Do you have more stack traces of related processes? For example,
> rcu_tasks_kthread. And if anything you can help to narrow down the problem,
> it would be great.

Did you set the rcu_normal boot parameter?  Doing so would have this effect.

(It is intended for real-time users who don't like expedited grace periods.)

							Thanx, Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-10 21:24   ` Paul E. McKenney
@ 2016-11-11 13:11     ` Rolf Neugebauer
  2016-11-12  0:23       ` Paul E. McKenney
  0 siblings, 1 reply; 22+ messages in thread
From: Rolf Neugebauer @ 2016-11-11 13:11 UTC (permalink / raw)
  To: paulmck
  Cc: Cong Wang, LKML, Linux Kernel Network Developers, Justin Cormack,
	Ian Campbell

On Thu, Nov 10, 2016 at 9:24 PM, Paul E. McKenney
<paulmck@linux.vnet.ibm.com> wrote:
> On Thu, Nov 10, 2016 at 09:37:47AM -0800, Cong Wang wrote:
>> (Cc'ing Paul)
>>
>> On Wed, Nov 9, 2016 at 7:42 AM, Rolf Neugebauer
>> <rolf.neugebauer@docker.com> wrote:
>> > Hi
>> >
>> > We noticed some long delays starting docker containers on some newer
>> > kernels (starting with 4.5.x and still present in 4.9-rc4, 4.4.x is
>> > fine). We narrowed this down to the creation of a network namespace
>> > being delayed directly after removing another one (details and
>> > reproduction below). We have seen delays of up to 60s on some systems.
>> >
>> > - The delay is proportional to the number of CPUs (online or offline).
>> > We first discovered it with a Hyper-V Linux VM. Hyper-V advertises up
>> > to 240 offline vCPUs even if one configures the VM with only, say 2
>> > vCPUs. We see linear increase in delay when we change NR_CPUS in the
>> > kernel config.
>> >
>> > - The delay is also dependent on some tunnel network interfaces being
>> > present (which we had compiled in in one of our kernel configs).
>> >
>> > - We can reproduce this issue with stock kernels from
>> > http://kernel.ubuntu.com/~kernel-ppa/mainline/running in Hyper-V VMs
>> > as well as other hypervisors like qemu and hyperkit where we have good
>> > control over the number of CPUs.
>> >
>> > A simple test is:
>> > modprobe ipip
>> > moprobe  ip_gre
>> > modprobe ip_vti
>> > echo -n "add netns foo ===> "; /usr/bin/time -f "%E" ip netns add foo
>> > echo -n "del netns foo ===> "; /usr/bin/time -f "%E" ip netns delete foo
>> > echo -n "add netns bar ===> "; /usr/bin/time -f "%E" ip netns add bar
>> > echo -n "del netns bar ===> "; /usr/bin/time -f "%E" ip netns delete bar
>> >
>> > with an output like:
>> > add netns foo ===> 0:00.00
>> > del netns foo ===> 0:00.01
>> > add netns bar ===> 0:08.53
>> > del netns bar ===> 0:00.01
>> >
>> > This is on a 4.9-rc4 kernel from the above URL configured with
>> > NR_CPUS=256 running in a Hyper-V VM (kernel config attached).
>> >
>> > Below is a dump of the work queues while the second 'ip add netns' is
>> > hanging. The state of the work queues does not seem to change while
>> > the command is delayed and the pattern shown is consistent across
>> > different kernel versions.
>> >
>> > Is this a known issue and/or is someone working on a fix?
>>
>> Not to me.
>>
>>
>> >
>> > [  610.356272] sysrq: SysRq : Show Blocked State
>> > [  610.356742]   task                        PC stack   pid father
>> > [  610.357252] kworker/u480:1  D    0  1994      2 0x00000000
>> > [  610.357752] Workqueue: netns cleanup_net
>> > [  610.358239]  ffff9892f1065800 0000000000000000 ffff9892ee1e1e00
>> > ffff9892f8e59340
>> > [  610.358705]  ffff9892f4526900 ffffbf0104b5ba88 ffffffffbe486df3
>> > ffffbf0104b5ba60
>> > [  610.359168]  00ffffffbdcbe663 ffff9892f8e59340 0000000100012e70
>> > ffff9892ee1e1e00
>> > [  610.359677] Call Trace:
>> > [  610.360169]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
>> > [  610.360723]  [<ffffffffbe4872d6>] schedule+0x36/0x80
>> > [  610.361194]  [<ffffffffbe48a9ca>] schedule_timeout+0x22a/0x3f0
>> > [  610.361789]  [<ffffffffbe486dfb>] ? __schedule+0x23b/0x6e0
>> > [  610.362260]  [<ffffffffbe487d24>] wait_for_completion+0xb4/0x140
>> > [  610.362736]  [<ffffffffbdcb05a0>] ? wake_up_q+0x80/0x80
>> > [  610.363306]  [<ffffffffbdceb528>] __wait_rcu_gp+0xc8/0xf0
>> > [  610.363782]  [<ffffffffbdceea5c>] synchronize_sched+0x5c/0x80
>> > [  610.364137]  [<ffffffffbdcf0010>] ? call_rcu_bh+0x20/0x20
>> > [  610.364742]  [<ffffffffbdceb440>] ?
>> > trace_raw_output_rcu_utilization+0x60/0x60
>> > [  610.365337]  [<ffffffffbe3696bc>] synchronize_net+0x1c/0x30
>>
>> This is a worker which holds the net_mutex and is waiting for
>> a RCU grace period to elapse.
>>
>>
>> > [  610.365846]  [<ffffffffbe369803>] netif_napi_del+0x23/0x80
>> > [  610.367494]  [<ffffffffc057f6f8>] ip_tunnel_dev_free+0x68/0xf0 [ip_tunnel]
>> > [  610.368007]  [<ffffffffbe372c10>] netdev_run_todo+0x230/0x330
>> > [  610.368454]  [<ffffffffbe37eb4e>] rtnl_unlock+0xe/0x10
>> > [  610.369001]  [<ffffffffc057f4df>] ip_tunnel_delete_net+0xdf/0x120 [ip_tunnel]
>> > [  610.369500]  [<ffffffffc058b92c>] ipip_exit_net+0x2c/0x30 [ipip]
>> > [  610.369997]  [<ffffffffbe362688>] ops_exit_list.isra.4+0x38/0x60
>> > [  610.370636]  [<ffffffffbe363674>] cleanup_net+0x1c4/0x2b0
>> > [  610.371130]  [<ffffffffbdc9e4ac>] process_one_work+0x1fc/0x4b0
>> > [  610.371812]  [<ffffffffbdc9e7ab>] worker_thread+0x4b/0x500
>> > [  610.373074]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
>> > [  610.373622]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
>> > [  610.374100]  [<ffffffffbdca4b09>] kthread+0xd9/0xf0
>> > [  610.374574]  [<ffffffffbdca4a30>] ? kthread_park+0x60/0x60
>> > [  610.375198]  [<ffffffffbe48c2b5>] ret_from_fork+0x25/0x30
>> > [  610.375678] ip              D    0  2149   2148 0x00000000
>> > [  610.376185]  ffff9892f0a99000 0000000000000000 ffff9892f0a66900
>> > [  610.376185]  ffff9892f8e59340
>> > [  610.376185]  ffff9892f4526900 ffffbf0101173db8 ffffffffbe486df3
>> > [  610.376753]  00000005fecffd76
>> > [  610.376762]  00ff9892f11d9820 ffff9892f8e59340 ffff989200000000
>> > ffff9892f0a66900
>> > [  610.377274] Call Trace:
>> > [  610.377789]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
>> > [  610.378306]  [<ffffffffbe4872d6>] schedule+0x36/0x80
>> > [  610.378992]  [<ffffffffbe48756e>] schedule_preempt_disabled+0xe/0x10
>> > [  610.379514]  [<ffffffffbe489199>] __mutex_lock_slowpath+0xb9/0x130
>> > [  610.380031]  [<ffffffffbde0fce2>] ? __kmalloc+0x162/0x1e0
>> > [  610.380556]  [<ffffffffbe48922f>] mutex_lock+0x1f/0x30
>> > [  610.381135]  [<ffffffffbe3637ff>] copy_net_ns+0x9f/0x170
>> > [  610.381647]  [<ffffffffbdca5e6b>] create_new_namespaces+0x11b/0x200
>> > [  610.382249]  [<ffffffffbdca60fa>] unshare_nsproxy_namespaces+0x5a/0xb0
>> > [  610.382818]  [<ffffffffbdc82dcd>] SyS_unshare+0x1cd/0x360
>> > [  610.383319]  [<ffffffffbe48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
>>
>> This process is apparently waiting for the net_mutex held by the previous one.
>>
>> Either RCU implementation is broken or something else is missing.
>> Do you have more stack traces of related processes? For example,
>> rcu_tasks_kthread. And if anything you can help to narrow down the problem,
>> it would be great.
>
> Did you set the rcu_normal boot parameter?  Doing so would have this effect.
>
> (It is intended for real-time users who don't like expedited grace periods.)

rcu_normal is not set on the kernel command line and
/sys/kernel/rcu_normal and /sys/kernel/rcu_expedited  both show 0.


>
>                                                         Thanx, Paul
>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-10 17:37 ` Cong Wang
  2016-11-10 21:24   ` Paul E. McKenney
@ 2016-11-11 14:00   ` Rolf Neugebauer
  1 sibling, 0 replies; 22+ messages in thread
From: Rolf Neugebauer @ 2016-11-11 14:00 UTC (permalink / raw)
  To: Cong Wang
  Cc: LKML, Linux Kernel Network Developers, Justin Cormack,
	Ian Campbell, Paul E. McKenney, Rolf Neugebauer

[-- Attachment #1: Type: text/plain, Size: 6405 bytes --]

On Thu, Nov 10, 2016 at 5:37 PM, Cong Wang <xiyou.wangcong@gmail.com> wrote:
> (Cc'ing Paul)
>
> On Wed, Nov 9, 2016 at 7:42 AM, Rolf Neugebauer
> <rolf.neugebauer@docker.com> wrote:
>> Hi
>>
>> We noticed some long delays starting docker containers on some newer
>> kernels (starting with 4.5.x and still present in 4.9-rc4, 4.4.x is
>> fine). We narrowed this down to the creation of a network namespace
>> being delayed directly after removing another one (details and
>> reproduction below). We have seen delays of up to 60s on some systems.
>>
>> - The delay is proportional to the number of CPUs (online or offline).
>> We first discovered it with a Hyper-V Linux VM. Hyper-V advertises up
>> to 240 offline vCPUs even if one configures the VM with only, say 2
>> vCPUs. We see linear increase in delay when we change NR_CPUS in the
>> kernel config.
>>
>> - The delay is also dependent on some tunnel network interfaces being
>> present (which we had compiled in in one of our kernel configs).
>>
>> - We can reproduce this issue with stock kernels from
>> http://kernel.ubuntu.com/~kernel-ppa/mainline/running in Hyper-V VMs
>> as well as other hypervisors like qemu and hyperkit where we have good
>> control over the number of CPUs.
>>
>> A simple test is:
>> modprobe ipip
>> moprobe  ip_gre
>> modprobe ip_vti
>> echo -n "add netns foo ===> "; /usr/bin/time -f "%E" ip netns add foo
>> echo -n "del netns foo ===> "; /usr/bin/time -f "%E" ip netns delete foo
>> echo -n "add netns bar ===> "; /usr/bin/time -f "%E" ip netns add bar
>> echo -n "del netns bar ===> "; /usr/bin/time -f "%E" ip netns delete bar
>>
>> with an output like:
>> add netns foo ===> 0:00.00
>> del netns foo ===> 0:00.01
>> add netns bar ===> 0:08.53
>> del netns bar ===> 0:00.01
>>
>> This is on a 4.9-rc4 kernel from the above URL configured with
>> NR_CPUS=256 running in a Hyper-V VM (kernel config attached).
>>
>> Below is a dump of the work queues while the second 'ip add netns' is
>> hanging. The state of the work queues does not seem to change while
>> the command is delayed and the pattern shown is consistent across
>> different kernel versions.
>>
>> Is this a known issue and/or is someone working on a fix?
>
> Not to me.
>
>
>>
>> [  610.356272] sysrq: SysRq : Show Blocked State
>> [  610.356742]   task                        PC stack   pid father
>> [  610.357252] kworker/u480:1  D    0  1994      2 0x00000000
>> [  610.357752] Workqueue: netns cleanup_net
>> [  610.358239]  ffff9892f1065800 0000000000000000 ffff9892ee1e1e00
>> ffff9892f8e59340
>> [  610.358705]  ffff9892f4526900 ffffbf0104b5ba88 ffffffffbe486df3
>> ffffbf0104b5ba60
>> [  610.359168]  00ffffffbdcbe663 ffff9892f8e59340 0000000100012e70
>> ffff9892ee1e1e00
>> [  610.359677] Call Trace:
>> [  610.360169]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
>> [  610.360723]  [<ffffffffbe4872d6>] schedule+0x36/0x80
>> [  610.361194]  [<ffffffffbe48a9ca>] schedule_timeout+0x22a/0x3f0
>> [  610.361789]  [<ffffffffbe486dfb>] ? __schedule+0x23b/0x6e0
>> [  610.362260]  [<ffffffffbe487d24>] wait_for_completion+0xb4/0x140
>> [  610.362736]  [<ffffffffbdcb05a0>] ? wake_up_q+0x80/0x80
>> [  610.363306]  [<ffffffffbdceb528>] __wait_rcu_gp+0xc8/0xf0
>> [  610.363782]  [<ffffffffbdceea5c>] synchronize_sched+0x5c/0x80
>> [  610.364137]  [<ffffffffbdcf0010>] ? call_rcu_bh+0x20/0x20
>> [  610.364742]  [<ffffffffbdceb440>] ?
>> trace_raw_output_rcu_utilization+0x60/0x60
>> [  610.365337]  [<ffffffffbe3696bc>] synchronize_net+0x1c/0x30
>
> This is a worker which holds the net_mutex and is waiting for
> a RCU grace period to elapse.
>
>
>> [  610.365846]  [<ffffffffbe369803>] netif_napi_del+0x23/0x80
>> [  610.367494]  [<ffffffffc057f6f8>] ip_tunnel_dev_free+0x68/0xf0 [ip_tunnel]
>> [  610.368007]  [<ffffffffbe372c10>] netdev_run_todo+0x230/0x330
>> [  610.368454]  [<ffffffffbe37eb4e>] rtnl_unlock+0xe/0x10
>> [  610.369001]  [<ffffffffc057f4df>] ip_tunnel_delete_net+0xdf/0x120 [ip_tunnel]
>> [  610.369500]  [<ffffffffc058b92c>] ipip_exit_net+0x2c/0x30 [ipip]
>> [  610.369997]  [<ffffffffbe362688>] ops_exit_list.isra.4+0x38/0x60
>> [  610.370636]  [<ffffffffbe363674>] cleanup_net+0x1c4/0x2b0
>> [  610.371130]  [<ffffffffbdc9e4ac>] process_one_work+0x1fc/0x4b0
>> [  610.371812]  [<ffffffffbdc9e7ab>] worker_thread+0x4b/0x500
>> [  610.373074]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
>> [  610.373622]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
>> [  610.374100]  [<ffffffffbdca4b09>] kthread+0xd9/0xf0
>> [  610.374574]  [<ffffffffbdca4a30>] ? kthread_park+0x60/0x60
>> [  610.375198]  [<ffffffffbe48c2b5>] ret_from_fork+0x25/0x30
>> [  610.375678] ip              D    0  2149   2148 0x00000000
>> [  610.376185]  ffff9892f0a99000 0000000000000000 ffff9892f0a66900
>> [  610.376185]  ffff9892f8e59340
>> [  610.376185]  ffff9892f4526900 ffffbf0101173db8 ffffffffbe486df3
>> [  610.376753]  00000005fecffd76
>> [  610.376762]  00ff9892f11d9820 ffff9892f8e59340 ffff989200000000
>> ffff9892f0a66900
>> [  610.377274] Call Trace:
>> [  610.377789]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
>> [  610.378306]  [<ffffffffbe4872d6>] schedule+0x36/0x80
>> [  610.378992]  [<ffffffffbe48756e>] schedule_preempt_disabled+0xe/0x10
>> [  610.379514]  [<ffffffffbe489199>] __mutex_lock_slowpath+0xb9/0x130
>> [  610.380031]  [<ffffffffbde0fce2>] ? __kmalloc+0x162/0x1e0
>> [  610.380556]  [<ffffffffbe48922f>] mutex_lock+0x1f/0x30
>> [  610.381135]  [<ffffffffbe3637ff>] copy_net_ns+0x9f/0x170
>> [  610.381647]  [<ffffffffbdca5e6b>] create_new_namespaces+0x11b/0x200
>> [  610.382249]  [<ffffffffbdca60fa>] unshare_nsproxy_namespaces+0x5a/0xb0
>> [  610.382818]  [<ffffffffbdc82dcd>] SyS_unshare+0x1cd/0x360
>> [  610.383319]  [<ffffffffbe48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
>
> This process is apparently waiting for the net_mutex held by the previous one.
>
> Either RCU implementation is broken or something else is missing.
> Do you have more stack traces of related processes? For example,
> rcu_tasks_kthread. And if anything you can help to narrow down the problem,
> it would be great.

Thanks for looking into this.

I've attached the dmesg which contains the output for sysrq for the
blocked tasks (w), backtrace of all active CPUs (l) and tasks states
(t) for two subsequent delayed ip netns add invocation.

let me know if there is anything else I can help with.

rolf

>
> Thanks.

[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 1430334 bytes --]

[    0.000000] Linux version 4.9.0-040900rc4-generic (kernel@tangerine) (gcc version 6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12) ) #201611052031 SMP Sun Nov 6 00:33:05 UTC 2016
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-040900rc4-generic root=UUID=47cc6878-5a0a-4c5a-9beb-c9f8449d899a ro
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000c0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007eeecfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007eeed000-0x000000007eef1fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007eef2000-0x000000007ef1afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ef1b000-0x000000007ff9afff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ff9b000-0x000000007ffb6fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ffb7000-0x000000007ffb8fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007ffb9000-0x000000007ffbafff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ffbb000-0x000000007ffbbfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007ffbc000-0x000000007ffbdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ffbe000-0x000000007ffbefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007ffbf000-0x000000007ffc0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ffc1000-0x000000007ffc1fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007ffc2000-0x000000007ffc3fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ffc4000-0x000000007ffc5fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007ffc6000-0x000000007ffc7fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ffc8000-0x000000007ffc8fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007ffc9000-0x000000007fff2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007fff3000-0x000000007fffafff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fffb000-0x000000007fffefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ffff000-0x000000007fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by EDK II
[    0.000000] efi:  ACPI=0x7fffa000  ACPI 2.0=0x7fffa014  SMBIOS=0x7ffd8000  PROP=0x4188480  MEMATTR=0x7f55fa98 
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS Hyper-V UEFI Release v2.0 08/26/2016
[    0.000000] Hypervisor detected: Microsoft HyperV
[    0.000000] HyperV: features 0x2e7f, hints 0x2c2c
[    0.000000] HyperV: LAPIC Timer Frequency: 0xc3500
[    0.000000] clocksource: hyperv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[    0.000000] tsc: Marking TSC unstable due to running on Hyper-V
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x80000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F00000000 write-back
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff8ce300099000] 99000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x6ac48000, 0x6ac48fff] PGTABLE
[    0.000000] BRK [0x6ac49000, 0x6ac49fff] PGTABLE
[    0.000000] BRK [0x6ac4a000, 0x6ac4afff] PGTABLE
[    0.000000] BRK [0x6ac4b000, 0x6ac4bfff] PGTABLE
[    0.000000] BRK [0x6ac4c000, 0x6ac4cfff] PGTABLE
[    0.000000] BRK [0x6ac4d000, 0x6ac4dfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x33358000-0x359a3fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007FFFA014 000024 (v02 VRTUAL)
[    0.000000] ACPI: XSDT 0x000000007FFF90E8 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000000] ACPI: FACP 0x000000007FFF7000 0000F4 (v04 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000000] ACPI: DSDT 0x000000007EEEF000 00256F (v02 MSFTVM DSDT01   00000001 MSFT 05000000)
[    0.000000] ACPI: FACS 0x000000007FFFE000 000040
[    0.000000] ACPI: APIC 0x000000007FFF8000 0007D2 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000000] ACPI: OEM0 0x000000007FFF6000 000064 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000000] ACPI: WAET 0x000000007FFF5000 000028 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000000] ACPI: OEM1 0x000000007FFF4000 00009E (v02 MSFTVM UARTS    00000001 MSFT 05000000)
[    0.000000] ACPI: OEM2 0x000000007FFF3000 0002E2 (v02 MSFTVM VTPM2    00000001 MSFT 05000000)
[    0.000000] ACPI: SRAT 0x000000007EEEE000 000190 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000000] ACPI: BGRT 0x000000007EEED000 000038 (v01 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff] hotplug
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x80200000-0xf7ffffff] hotplug
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x10000200000-0x1ffffffffff] hotplug
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x20000200000-0x3ffffffffff] hotplug
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40000200000-0x7ffffffffff] hotplug
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x80000200000-0xfffffffffff] hotplug
[    0.000000] NODE_DATA(0) allocated [mem 0x7fe6d000-0x7fe71fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007fffffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007eeecfff]
[    0.000000]   node   0: [mem 0x000000007ef1b000-0x000000007ff9afff]
[    0.000000]   node   0: [mem 0x000000007ffff000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007fffffff]
[    0.000000] On node 0 totalpages: 524045
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 56 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8128 pages used for memmap
[    0.000000]   DMA32 zone: 520046 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 240 CPUs, 238 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7eeed000-0x7eef1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7eef2000-0x7ef1afff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ff9b000-0x7ffb6fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffb7000-0x7ffb8fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffb9000-0x7ffbafff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffbb000-0x7ffbbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffbc000-0x7ffbdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffbe000-0x7ffbefff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffbf000-0x7ffc0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffc1000-0x7ffc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffc2000-0x7ffc3fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffc4000-0x7ffc5fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffc6000-0x7ffc7fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffc8000-0x7ffc8fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ffc9000-0x7fff2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7fff3000-0x7fffafff]
[    0.000000] PM: Registered nosave memory: [mem 0x7fffb000-0x7fffefff]
[    0.000000] e820: [mem 0x80000000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:240 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff8ce378e00000 s107864 r8192 d31400 u262144
[    0.000000] pcpu-alloc: s107864 r8192 d31400 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007 
[    0.000000] pcpu-alloc: [0] 008 009 010 011 012 013 014 015 
[    0.000000] pcpu-alloc: [0] 016 017 018 019 020 021 022 023 
[    0.000000] pcpu-alloc: [0] 024 025 026 027 028 029 030 031 
[    0.000000] pcpu-alloc: [0] 032 033 034 035 036 037 038 039 
[    0.000000] pcpu-alloc: [0] 040 041 042 043 044 045 046 047 
[    0.000000] pcpu-alloc: [0] 048 049 050 051 052 053 054 055 
[    0.000000] pcpu-alloc: [0] 056 057 058 059 060 061 062 063 
[    0.000000] pcpu-alloc: [0] 064 065 066 067 068 069 070 071 
[    0.000000] pcpu-alloc: [0] 072 073 074 075 076 077 078 079 
[    0.000000] pcpu-alloc: [0] 080 081 082 083 084 085 086 087 
[    0.000000] pcpu-alloc: [0] 088 089 090 091 092 093 094 095 
[    0.000000] pcpu-alloc: [0] 096 097 098 099 100 101 102 103 
[    0.000000] pcpu-alloc: [0] 104 105 106 107 108 109 110 111 
[    0.000000] pcpu-alloc: [0] 112 113 114 115 116 117 118 119 
[    0.000000] pcpu-alloc: [0] 120 121 122 123 124 125 126 127 
[    0.000000] pcpu-alloc: [0] 128 129 130 131 132 133 134 135 
[    0.000000] pcpu-alloc: [0] 136 137 138 139 140 141 142 143 
[    0.000000] pcpu-alloc: [0] 144 145 146 147 148 149 150 151 
[    0.000000] pcpu-alloc: [0] 152 153 154 155 156 157 158 159 
[    0.000000] pcpu-alloc: [0] 160 161 162 163 164 165 166 167 
[    0.000000] pcpu-alloc: [0] 168 169 170 171 172 173 174 175 
[    0.000000] pcpu-alloc: [0] 176 177 178 179 180 181 182 183 
[    0.000000] pcpu-alloc: [0] 184 185 186 187 188 189 190 191 
[    0.000000] pcpu-alloc: [0] 192 193 194 195 196 197 198 199 
[    0.000000] pcpu-alloc: [0] 200 201 202 203 204 205 206 207 
[    0.000000] pcpu-alloc: [0] 208 209 210 211 212 213 214 215 
[    0.000000] pcpu-alloc: [0] 216 217 218 219 220 221 222 223 
[    0.000000] pcpu-alloc: [0] 224 225 226 227 228 229 230 231 
[    0.000000] pcpu-alloc: [0] 232 233 234 235 236 237 238 239 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 515797
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-040900rc4-generic root=UUID=47cc6878-5a0a-4c5a-9beb-c9f8449d899a ro
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 978944 bytes
[    0.000000] log_buf_len min size: 262144 bytes
[    0.000000] log_buf_len: 2097152 bytes
[    0.000000] early log buf free: 248964(94%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 1888528K/2096180K available (8771K kernel code, 1441K rwdata, 3888K rodata, 1564K init, 1332K bss, 207652K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=240, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=240.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=240
[    0.000000] Using NULL legacy PIC
[    0.000000] NR_IRQS:16640 nr_irqs:2344 0
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: using PMTIMER reference calibration
[    0.000000] tsc: Detected 2042.248 MHz processor
[    0.000042] Calibrating delay loop (skipped), value calculated using timer frequency.. 4084.49 BogoMIPS (lpj=8168992)
[    0.000048] pid_max: default: 245760 minimum: 1920
[    0.000088] ACPI: Core revision 20160831
[    0.001898] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.002463] Security Framework initialized
[    0.002468] Yama: becoming mindful.
[    0.002476] AppArmor: AppArmor initialized
[    0.002609] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.002924] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.003080] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.003084] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.003439] CPU: Physical Processor ID: 0
[    0.003442] CPU: Processor Core ID: 0
[    0.003454] mce: CPU supports 1 MCE banks
[    0.003472] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.003474] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.004000] Freeing SMP alternatives memory: 32K (ffffffff8acf1000 - ffffffff8acf9000)
[    0.004000] ftrace: allocating 33407 entries in 131 pages
[    0.004000] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.004000] smpboot: Max logical packages: 120
[    0.004000] Switched APIC routing to physical flat.
[    0.004000] smpboot: CPU0: Intel(R) Core(TM) i7-6560U CPU @ 2.20GHz (family: 0x6, model: 0x4e, stepping: 0x3)
[    0.004000] Performance Events: unsupported p6 CPU model 78 no PMU driver, software events only.
[    0.004000] x86: Booting SMP configuration:
[    0.004000] .... node  #0, CPUs:          #1
[    0.010017] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.010024] NMI watchdog: Shutting down hard lockup detector on all cpus
[    0.004000] calibrate_delay_direct() dropping max bogoMips estimate 1 = 12491190
[    0.080099] x86: Booted up 1 node, 2 CPUs
[    0.080099] smpboot: Total of 2 processors activated (8501.71 BogoMIPS)
[    0.080700] devtmpfs: initialized
[    0.080700] x86/mm: Memory block size: 128MB
[    0.081375] evm: security.selinux
[    0.081378] evm: security.SMACK64
[    0.081379] evm: security.SMACK64EXEC
[    0.081381] evm: security.SMACK64TRANSMUTE
[    0.081383] evm: security.SMACK64MMAP
[    0.081385] evm: security.ima
[    0.081387] evm: security.capability
[    0.081433] PM: Registering ACPI NVS region [mem 0x7fffb000-0x7fffefff] (16384 bytes)
[    0.081433] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.081433] pinctrl core: initialized pinctrl subsystem
[    0.081433] RTC time: 13:36:23, date: 11/11/16
[    0.081493] NET: Registered protocol family 16
[    0.100017] cpuidle: using governor ladder
[    0.116017] cpuidle: using governor menu
[    0.116024] PCCT header not found.
[    0.116081] ACPI: bus type PCI registered
[    0.116085] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.116254] PCI: Fatal: No config space access function found
[    0.132376] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.132376] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.136741] ACPI: Added _OSI(Module Device)
[    0.136754] ACPI: Added _OSI(Processor Device)
[    0.136762] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.136770] ACPI: Added _OSI(Processor Aggregator Device)
[    0.139224] ACPI: Executed 1 blocks of module-level executable AML code
[    0.143371] ACPI: Interpreter enabled
[    0.143407] ACPI: (supports S0 S5)
[    0.143416] ACPI: Using IOAPIC for interrupt routing
[    0.143455] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.164000] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.167043] vgaarb: loaded
[    0.167043] SCSI subsystem initialized
[    0.167043] libata version 3.00 loaded.
[    0.167043] ACPI: bus type USB registered
[    0.167043] usbcore: registered new interface driver usbfs
[    0.167043] usbcore: registered new interface driver hub
[    0.168016] usbcore: registered new device driver usb
[    0.168278] Registered efivars operations
[    0.170313] PCI: Using ACPI for IRQ routing
[    0.170313] PCI: System does not support PCI
[    0.170313] NetLabel: Initializing
[    0.170313] NetLabel:  domain hash size = 128
[    0.170313] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.170313] NetLabel:  unlabeled traffic allowed by default
[    0.170313] clocksource: Switched to clocksource hyperv_clocksource
[    0.179951] VFS: Disk quotas dquot_6.6.0
[    0.180015] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.180015] AppArmor: AppArmor Filesystem Enabled
[    0.180015] pnp: PnP ACPI init
[    0.180015] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.180015] pnp: PnP ACPI: found 1 devices
[    0.190438] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.190520] NET: Registered protocol family 2
[    0.191078] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.191111] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.191138] TCP: Hash tables configured (established 16384 bind 16384)
[    0.191173] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.191267] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.191661] NET: Registered protocol family 1
[    0.191670] PCI: CLS 0 bytes, default 64
[    0.191703] Trying to unpack rootfs image as initramfs...
[    0.668709] Freeing initrd memory: 39216K (ffff8ce333358000 - ffff8ce3359a4000)
[    0.668721] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.668724] software IO TLB [mem 0x74e00000-0x78e00000] (64MB) mapped at [ffff8ce374e00000-ffff8ce378dfffff]
[    0.668851] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1d7014360a3, max_idle_ns: 440795205385 ns
[    0.668891] Scanning for low memory corruption every 60 seconds
[    0.671376] futex hash table entries: 65536 (order: 10, 4194304 bytes)
[    0.671781] audit: initializing netlink subsys (disabled)
[    0.671797] audit: type=2000 audit(1478871383.668:1): initialized
[    0.672016] Initialise system trusted keyrings
[    0.672387] workingset: timestamp_bits=40 max_order=19 bucket_order=0
[    0.673443] zbud: loaded
[    0.673996] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.674328] fuse init (API version 7.26)
[    0.674647] Allocating IMA blacklist keyring.
[    0.678803] Key type asymmetric registered
[    0.678808] Asymmetric key parser 'x509' registered
[    0.678898] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.679033] io scheduler noop registered
[    0.679036] io scheduler deadline registered (default)
[    0.679044] io scheduler cfq registered
[    0.679096] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.679101] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.679127] efifb: probing for efifb
[    0.679135] efifb: framebuffer at 0xf8000000, using 3072k, total 3072k
[    0.679138] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.679140] efifb: scrolling: redraw
[    0.679143] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.681155] Console: switching to colour frame buffer device 128x48
[    0.682420] fb0: EFI VGA frame buffer device
[    0.682441] intel_idle: does not run on family 6 model 78
[    0.682677] GHES: HEST is not enabled!
[    0.682677] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.684084] Linux agpgart interface v0.103
[    0.696964] brd: module loaded
[    0.703951] loop: module loaded
[    0.704136] libphy: Fixed MDIO Bus: probed
[    0.704150] tun: Universal TUN/TAP device driver, 1.6
[    0.704165] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.704266] PPP generic driver version 2.4.2
[    0.704384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.704407] ehci-pci: EHCI PCI platform driver
[    0.704429] ehci-platform: EHCI generic platform driver
[    0.704450] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.704468] ohci-pci: OHCI PCI platform driver
[    0.704486] ohci-platform: OHCI generic platform driver
[    0.704505] uhci_hcd: USB Universal Host Controller Interface driver
[    0.704559] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.666172] i8042: No controller found
[    1.666273] mousedev: PS/2 mouse device common for all mice
[    1.666496] rtc_cmos 00:00: RTC can wake from S4
[    1.688438] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    1.688985] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    1.690000] i2c /dev entries driver
[    1.690637] device-mapper: uevent: version 1.0.3
[    1.691266] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    1.692372] ledtrig-cpu: registered to indicate activity on CPUs
[    1.692916] EFI Variables Facility v0.08 2004-May-17
[    1.696757] NET: Registered protocol family 10
[    1.697773] NET: Registered protocol family 17
[    1.698335] Key type dns_resolver registered
[    1.698940] microcode: sig=0x406e3, pf=0x1, revision=0xffffffff
[    1.699584] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.700193] registered taskstats version 1
[    1.700574] Loading compiled-in X.509 certificates
[    1.703558] Loaded X.509 cert 'Build time autogenerated kernel key: 22a4746bf85c4b58620d820aecfe893f9a90c050'
[    1.704057] zswap: loaded using pool lzo/zbud
[    1.715997] Key type big_key registered
[    1.720455] Key type trusted registered
[    1.723205] Key type encrypted registered
[    1.723796] AppArmor: AppArmor sha1 policy hashing enabled
[    1.724282] ima: No TPM chip found, activating TPM-bypass!
[    1.724824] evm: HMAC attrs: 0x1
[    1.725453]   Magic number: 8:815:634
[    1.727873] rtc_cmos 00:00: setting system clock to 2016-11-11 13:36:25 UTC (1478871385)
[    1.728375] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.728930] EDD information not available.
[    1.729495] PM: Hibernation image not present or could not be loaded.
[    1.730468] Freeing unused kernel memory: 1564K (ffffffff8ab6a000 - ffffffff8acf1000)
[    1.731031] Write protecting the kernel read-only data: 14336k
[    1.732181] Freeing unused kernel memory: 1452K (ffff8ce36a295000 - ffff8ce36a400000)
[    1.732935] Freeing unused kernel memory: 208K (ffff8ce36a7cc000 - ffff8ce36a800000)
[    1.738234] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.757352] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.757955] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.758480] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.758999] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.760965] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.761497] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.776317] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.777805] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.778750] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.779673] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.793550] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[    1.794603] clocksource: Switched to clocksource hyperv_clocksource_tsc_page
[    1.797423] hv_vmbus: Hyper-V Host Build:14959-10.0-1-0.1000; Vmbus version:4.0
[    1.857278] AVX2 version of gcm_enc/dec engaged.
[    1.859847] AES CTR mode by8 optimization enabled
[    1.876573] hv_vmbus: registering driver hyperv_keyboard
[    1.878101] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0004:00/VMBUS:00/vmbus-d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio0/input/input0
[    1.880009] hidraw: raw HID events driver (C) Jiri Kosina
[    1.882894] hv_vmbus: registering driver hid_hyperv
[    1.884010] hv_utils: Registering HyperV Utility Driver
[    1.884632] hv_vmbus: registering driver hv_util
[    1.894252] hv_vmbus: registering driver hv_storvsc
[    1.898986] hv_vmbus: registering driver hv_netvsc
[    1.900006] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input1
[    1.900958] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on 
[    1.902791] hv_utils: Using TimeSync version 4.0
[    1.911758] scsi host0: storvsc_host_t
[    1.915119] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 5
[    1.916019] hv_netvsc: hv_netvsc channel opened successfully
[    1.928321] hv_netvsc vmbus-796ea861-ee7d-415d-bd3e-d7a234428b15: Send section size: 6144, Section count:2560
[    1.929816] scsi 0:0:0:1: CD-ROM            Msft     Virtual DVD-ROM  1.0  PQ: 0 ANSI: 0
[    1.930470] hv_netvsc vmbus-796ea861-ee7d-415d-bd3e-d7a234428b15: Device MAC 00:15:5d:0a:27:00 link state up
[    1.947198] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.948290] sd 0:0:0:0: [sda] 266338304 512-byte logical blocks: (136 GB/127 GiB)
[    1.948920] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.949516] sr 0:0:0:1: [sr0] scsi3-mmc drive: 0x/0x caddy
[    1.950568] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.951854] sr 0:0:0:1: Attached scsi CD-ROM sr0
[    1.952180] sr 0:0:0:1: Attached scsi generic sg1 type 5
[    1.953521] sd 0:0:0:0: [sda] Write Protect is off
[    1.954084] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
[    1.954229] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.957696]  sda: sda1 sda2 sda3
[    1.965684] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.980010] random: fast init done
[    3.108237] md: linear personality registered for level -1
[    3.121127] md: multipath personality registered for level -4
[    3.124290] md: raid0 personality registered for level 0
[    3.127656] md: raid1 personality registered for level 1
[    3.196067] raid6: sse2x1   gen()  9644 MB/s
[    3.268354] raid6: sse2x1   xor()  6979 MB/s
[    3.340030] raid6: sse2x2   gen() 12895 MB/s
[    3.408037] raid6: sse2x2   xor()  8632 MB/s
[    3.476041] raid6: sse2x4   gen() 13361 MB/s
[    3.548033] raid6: sse2x4   xor()  7567 MB/s
[    3.616012] raid6: avx2x1   gen() 17495 MB/s
[    3.684008] raid6: avx2x2   gen() 23136 MB/s
[    3.752009] raid6: avx2x4   gen() 22139 MB/s
[    3.755951] raid6: using algorithm avx2x2 gen() 23136 MB/s
[    3.756250] raid6: using avx2x2 recovery algorithm
[    3.759248] xor: automatically using best checksumming function   avx       
[    3.761484] async_tx: api initialized (async)
[    3.768448] md: raid6 personality registered for level 6
[    3.769071] md: raid5 personality registered for level 5
[    3.769604] md: raid4 personality registered for level 4
[    3.775071] md: raid10 personality registered for level 10
[    3.816614] Btrfs loaded, crc32c=crc32c-intel
[   14.188830] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   14.339574] ip_tables: (C) 2000-2006 Netfilter Core Team
[   14.353691] systemd[1]: systemd 231 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[   14.354806] systemd[1]: Detected virtualization microsoft.
[   14.355338] systemd[1]: Detected architecture x86-64.
[   14.357749] systemd[1]: Set hostname to <rn-ub-hv-play>.
[   14.467876] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   14.469771] systemd[1]: Listening on Syslog Socket.
[   14.472962] systemd[1]: Created slice System Slice.
[   14.473977] systemd[1]: Reached target User and Group Name Lookups.
[   14.475000] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   14.476007] systemd[1]: Listening on udev Kernel Socket.
[   14.506375] Loading iSCSI transport class v2.0-870.
[   14.519642] iscsi: registered transport (tcp)
[   15.085238] iscsi: registered transport (iser)
[   16.251732] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[   16.680560] random: crng init done
[   16.702151] systemd-journald[428]: Received request to flush runtime journal from PID 1
[   17.171843] hv_vmbus: registering driver hv_balloon
[   17.175515] hv_vmbus: registering driver hyperv_fb
[   17.190223] checking generic (f8000000 300000) vs hw (f8000000 300000)
[   17.190225] fb: switching to hyperv_fb from EFI VGA
[   17.190260] Console: switching to colour dummy device 80x25
[   17.190340] hyperv_fb: Screen resolution: 1152x864, Color depth: 32
[   17.191915] Console: switching to colour frame buffer device 144x54
[   17.254300] sd 0:0:0:0: [storvsc] Sense Key : Illegal Request [current] 
[   17.254487] sd 0:0:0:0: [storvsc] Add. Sense: Invalid command operation code
[   17.254552] sd 0:0:0:0: [storvsc] Sense Key : Illegal Request [current] 
[   17.254554] sd 0:0:0:0: [storvsc] Add. Sense: Invalid command operation code
[   17.364396] Adding 2095100k swap on /dev/sda3.  Priority:-1 extents:1 across:2095100k FS
[   17.383023] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 10737418240 ms ovfl timer
[   17.383024] RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
[   17.383025] RAPL PMU: hw unit of domain package 2^-0 Joules
[   17.383026] RAPL PMU: hw unit of domain dram 2^-0 Joules
[   17.383026] RAPL PMU: hw unit of domain pp1-gpu 2^-0 Joules
[   17.383027] RAPL PMU: hw unit of domain psys 2^-0 Joules
[   17.570518] audit: type=1400 audit(1478871333.318:2): apparmor="STATUS" operation="profile_load" name="docker-default" pid=1155 comm="apparmor_parser"
[   17.575794] audit: type=1400 audit(1478871333.322:3): apparmor="STATUS" operation="profile_load" name="lxc-container-default" pid=1156 comm="apparmor_parser"
[   17.575798] audit: type=1400 audit(1478871333.322:4): apparmor="STATUS" operation="profile_load" name="lxc-container-default-cgns" pid=1156 comm="apparmor_parser"
[   17.575800] audit: type=1400 audit(1478871333.322:5): apparmor="STATUS" operation="profile_load" name="lxc-container-default-with-mounting" pid=1156 comm="apparmor_parser"
[   17.575802] audit: type=1400 audit(1478871333.322:6): apparmor="STATUS" operation="profile_load" name="lxc-container-default-with-nesting" pid=1156 comm="apparmor_parser"
[   17.577862] audit: type=1400 audit(1478871333.326:7): apparmor="STATUS" operation="profile_load" name="/usr/bin/lxc-start" pid=1170 comm="apparmor_parser"
[   17.580390] audit: type=1400 audit(1478871333.330:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/snapd/snap-confine" pid=1171 comm="apparmor_parser"
[   17.580396] audit: type=1400 audit(1478871333.330:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1171 comm="apparmor_parser"
[   17.583001] audit: type=1400 audit(1478871333.330:10): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=1165 comm="apparmor_parser"
[   17.583005] audit: type=1400 audit(1478871333.330:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1165 comm="apparmor_parser"
[   19.292014] cgroup: new mount options do not match the existing superblock, will be ignored
[   65.279385] hv_balloon: Received INFO_TYPE_MAX_PAGE_CNT
[   65.279434] hv_balloon: Data Size is 8
[  206.520723] sysrq: SysRq : Changing Loglevel
[  206.520755] sysrq: Loglevel set to 9
[  251.962019] ipip: IPv4 and MPLS over IPv4 tunneling driver
[  251.966082] gre: GRE over IPv4 demultiplexor driver
[  251.968336] ip_gre: GRE over IPv4 tunneling driver
[  251.972837] IPv4 over IPsec tunneling driver
[  259.194029] sysrq: SysRq : Show Blocked State
[  259.194059]   task                        PC stack   pid father
[  259.194124] kworker/u480:3  D    0   249      2 0x00000000
[  259.194155] Workqueue: netns cleanup_net
[  259.194173]  ffff8ce370d47400 0000000000000000 ffff8ce36baa8f00 ffff8ce378e19340
[  259.194207]  ffffffff8aa0e540 ffff9edf03e07a88 ffffffff8a486df3 ffff9edf03e07a60
[  259.194241]  00ffffff89cbe663 ffff8ce378e19340 00000000ffffd5e8 ffff8ce36baa8f00
[  259.194277] Call Trace:
[  259.194301]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.194324]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.194345]  [<ffffffff8a48a9ca>] schedule_timeout+0x22a/0x3f0
[  259.194368]  [<ffffffff8a486dfb>] ? __schedule+0x23b/0x6e0
[  259.194392]  [<ffffffff89cb0515>] ? wake_up_process+0x15/0x20
[  259.195179]  [<ffffffff8a487d24>] wait_for_completion+0xb4/0x140
[  259.196255]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  259.197649]  [<ffffffff89ceb528>] __wait_rcu_gp+0xc8/0xf0
[  259.198643]  [<ffffffff89ceea5c>] synchronize_sched+0x5c/0x80
[  259.199403]  [<ffffffff89cf0010>] ? call_rcu_bh+0x20/0x20
[  259.200069]  [<ffffffff89ceb440>] ? trace_raw_output_rcu_utilization+0x60/0x60
[  259.200626]  [<ffffffff8a3696bc>] synchronize_net+0x1c/0x30
[  259.201534]  [<ffffffff8a369803>] netif_napi_del+0x23/0x80
[  259.202287]  [<ffffffffc07386f8>] ip_tunnel_dev_free+0x68/0xf0 [ip_tunnel]
[  259.203031]  [<ffffffff8a372c10>] netdev_run_todo+0x230/0x330
[  259.203781]  [<ffffffff8a37eb4e>] rtnl_unlock+0xe/0x10
[  259.204610]  [<ffffffffc07384df>] ip_tunnel_delete_net+0xdf/0x120 [ip_tunnel]
[  259.205478]  [<ffffffffc074e4ec>] ipgre_tap_exit_net+0x2c/0x30 [ip_gre]
[  259.206733]  [<ffffffff8a362688>] ops_exit_list.isra.4+0x38/0x60
[  259.207630]  [<ffffffff8a363674>] cleanup_net+0x1c4/0x2b0
[  259.208628]  [<ffffffff89c9e4ac>] process_one_work+0x1fc/0x4b0
[  259.210270]  [<ffffffff89c9e7ab>] worker_thread+0x4b/0x500
[  259.212603]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.215043]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.216517]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.218023]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.219582]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.221022] ip              D
[  259.221080]     0  2188   2187 0x00000000
[  259.222719]  ffff8ce370106800 0000000000000000 ffff8ce371378000 ffff8ce378e19340
[  259.224101]  ffffffff8aa0e540 ffff9edf04a7fdb8 ffffffff8a486df3 00000005a47fce07
[  259.224947]  00ff8ce37108faa0 ffff8ce378e19340
[  259.225015]  ffff8ce300000000
[  259.225055]  ffff8ce371378000
[  259.226262] Call Trace:
[  259.227325]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.228595]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.229536]  [<ffffffff8a48756e>] schedule_preempt_disabled+0xe/0x10
[  259.231956]  [<ffffffff8a489199>] __mutex_lock_slowpath+0xb9/0x130
[  259.233619]  [<ffffffff89e0fce2>] ? __kmalloc+0x162/0x1e0
[  259.234759]  [<ffffffff8a48922f>] mutex_lock+0x1f/0x30
[  259.235900]  [<ffffffff8a3637ff>] copy_net_ns+0x9f/0x170
[  259.237165]  [<ffffffff89ca5e6b>] create_new_namespaces+0x11b/0x200
[  259.239540]  [<ffffffff89ca60fa>] unshare_nsproxy_namespaces+0x5a/0xb0
[  259.243509]  [<ffffffff89c82dcd>] SyS_unshare+0x1cd/0x360
[  259.244229]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  259.245316] sysrq: SysRq : Show backtrace of all active CPUs
[  259.246280] NMI backtrace for cpu 1
[  259.247248] CPU: 1 PID: 2061 Comm: bash Not tainted 4.9.0-040900rc4-generic #201611052031
[  259.247822] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS Hyper-V UEFI Release v2.0 08/26/2016
[  259.248172]  ffff9edf01623d68 ffffffff8a016c62 0000000000000000 0000000000000001
[  259.248172]  ffff9edf01623d98 ffffffff8a01b434 ffffffff89c56130 0000000000000001
[  259.248172]  0000000000000000 ffffffff8aac3640 ffff9edf01623db8 ffffffff8a01b513
[  259.248172] Call Trace:
[  259.248172]  [<ffffffff8a016c62>] dump_stack+0x63/0x81
[  259.248172]  [<ffffffff8a01b434>] nmi_cpu_backtrace+0x94/0xa0
[  259.248172]  [<ffffffff89c56130>] ? irq_force_complete_move+0x140/0x140
[  259.248172]  [<ffffffff8a01b513>] nmi_trigger_cpumask_backtrace+0xd3/0x100
[  259.248172]  [<ffffffff89c561a9>] arch_trigger_cpumask_backtrace+0x19/0x20
[  259.248172]  [<ffffffff8a130447>] sysrq_handle_showallcpus+0x17/0x20
[  259.248172]  [<ffffffff8a130af6>] __handle_sysrq+0xf6/0x150
[  259.248172]  [<ffffffff8a130f2f>] write_sysrq_trigger+0x2f/0x40
[  259.248172]  [<ffffffff89eaa6a2>] proc_reg_write+0x42/0x70
[  259.248172]  [<ffffffff89e36167>] __vfs_write+0x37/0x160
[  259.248172]  [<ffffffff89fb8998>] ? apparmor_file_permission+0x18/0x20
[  259.248172]  [<ffffffff89f7787b>] ? security_file_permission+0x3b/0xc0
[  259.248172]  [<ffffffff89e36895>] vfs_write+0xb5/0x1a0
[  259.248172]  [<ffffffff89e37cf5>] SyS_write+0x55/0xc0
[  259.248172]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  259.260750] Sending NMI from CPU 1 to CPUs 0:
[  259.261507] NMI backtrace for cpu 0 skipped: idling at pc 0xffffffff8a48b876
[  259.262794] sysrq: SysRq : Show State
[  259.263503]   task                        PC stack   pid father
[  259.264627] systemd         S
[  259.264627]     0     1      0 0x00000000
[  259.264936]  ffff8ce334e8ec00 ffff8ce334e8c000 ffff8ce37444ad00 ffff8ce378e59340
[  259.265819]  ffff8ce36baada00 ffff9edf0031fd88 ffffffff8a486df3 0000000000000000
[  259.266787]  0000000000000000 ffff8ce378e59340 00000000000000b8 ffff8ce37444ad00
[  259.267436] Call Trace:
[  259.268046]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.268464]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.269044]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  259.269643]  [<ffffffff8a020219>] ? timerqueue_add+0x59/0xb0
[  259.270234]  [<ffffffff89cf7f1d>] ? enqueue_hrtimer+0x3d/0x80
[  259.271829]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  259.277729]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  259.278406]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  259.279020]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  259.279577]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  259.280228]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  259.281893] kthreadd        S
[  259.281908]     0     2      0 0x00000000
[  259.283527]  ffff8ce334e70800 ffff8ce334e70800 ffff8ce37444cb00 ffff8ce378e19340
[  259.285682]  ffff8ce3719a4b00 ffff9edf00327ee0 ffffffff8a486df3 ffffffff89cafd80
[  259.286328]  0000000000000286 ffff8ce378e19340 000000005e396230 ffff8ce37444cb00
[  259.286950] Call Trace:
[  259.287605]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.288554]  [<ffffffff89cafd80>] ? __set_cpus_allowed_ptr+0xa0/0x1e0
[  259.289073]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.289709]  [<ffffffff89ca5ae8>] kthreadd+0x188/0x190
[  259.290312]  [<ffffffff89ca5960>] ? kthread_create_worker_on_cpu+0x70/0x70
[  259.290878]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.291471] ksoftirqd/0     S    0     3      2 0x00000000
[  259.292115]  ffff8ce334e8dc00 0000000000000000 ffff8ce374448000 ffff8ce378e19340
[  259.292469]  ffff8ce36baa8f00 ffff9edf0032fe78 ffffffff8a486df3 00000000ffffd638
[  259.293136]  0000000000000050 ffff8ce378e19340 ffffffff8aa05150 ffff8ce374448000
[  259.293728] Call Trace:
[  259.294306]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.294860]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.295629]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  259.296200]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  259.296482]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.297104]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.297673]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.298655] kworker/0:0     S    0     4      2 0x00000000
[  259.299263]  ffff8ce334e8ec00 0000000000000000 ffff8ce37444bc00 ffff8ce378e19340
[  259.299839]  ffff8ce3357fcb00 ffff9edf00337e40 ffffffff8a486df3 ffffffff89e230f7
[  259.300475]  00ff8ce374bf3740 ffff8ce378e19340 ffff9edf00337e58 ffff8ce37444bc00
[  259.301147] Call Trace:
[  259.301932]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.302541]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  259.303292]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.303994]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.304380]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.305067]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.305644]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.306239]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.306823] kworker/0:0H    S    0     5      2 0x00000000
[  259.307442]  ffff8ce36d4b5000 0000000000000000 ffff8ce374448f00 ffff8ce378e19340
[  259.307992]  ffff8ce372bbe900 ffff9edf0033fe40 ffffffff8a486df3 ffff8ce378e18fd0
[  259.308373]  00ff8ce378e0fdc0 ffff8ce378e19340 ffff9edf0033fe40 ffff8ce374448f00
[  259.308373] Call Trace:
[  259.308807]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.309358]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.309903]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.311078]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.311647]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.312180]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.312443]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.312977] kworker/u480:0  S    0     6      2 0x00000000
[  259.313768]  ffff8ce370d47400 ffff8ce370105000 ffff8ce37444da00 ffff8ce378e19340
[  259.314505]  ffff8ce370d94b00 ffff9edf00347e40 ffffffff8a486df3 ffff8ce3748c2e00
[  259.315110]  00ff8ce374bf2600 ffff8ce378e19340 ffff9edf00347e58 ffff8ce37444da00
[  259.315641] Call Trace:
[  259.316163]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.316749]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.317806]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.318338]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.318872]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.319690]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.320213]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.321764] rcu_sched       S    0     7      2 0x00000000
[  259.322524]  ffff8ce334e8c000 ffff8ce334e8dc00 ffff8ce37444e900 ffff8ce378e19340
[  259.323056]  ffff8ce36b711e00 ffff9edf0034fd78 ffffffff8a486df3 ffff8ce378e0fdc0
[  259.324459]  00000000ffffffff
[  259.324459]  ffff8ce378e19340
[  259.324459]  ffff9edf0034fdc0 ffff8ce37444e900
[  259.324915] Call Trace:
[  259.325445]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.325984]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.326736]  [<ffffffff8a48a97f>] schedule_timeout+0x1df/0x3f0
[  259.327270]  [<ffffffff89caed40>] ? resched_cpu+0x60/0x70
[  259.327794]  [<ffffffff89cf5ee0>] ? del_timer_sync+0x50/0x50
[  259.329087]  [<ffffffff89cef1e9>] rcu_gp_kthread+0x539/0x900
[  259.330326]  [<ffffffff89ceecb0>] ? rcu_note_context_switch+0xf0/0xf0
[  259.330851]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.332862]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.333247]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.333887] rcu_bh          S    0     8      2 0x00000000
[  259.334398]  ffffffff8aa74260 0000000000000000 ffff8ce374449e00 ffff8ce378e19340
[  259.334917]  ffff8ce37444cb00 ffff9edf00357e20 ffffffff8a486df3 ffff8ce378e19340
[  259.335434]  00ff9edf00357e50 ffff8ce378e19340 0000000000000292 ffff8ce374449e00
[  259.335949] Call Trace:
[  259.336519]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.336800]  [<ffffffff89ceecb0>] ? rcu_note_context_switch+0xf0/0xf0
[  259.337307]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.337810]  [<ffffffff89ceed25>] rcu_gp_kthread+0x75/0x900
[  259.338317]  [<ffffffff89ceecb0>] ? rcu_note_context_switch+0xf0/0xf0
[  259.338823]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.339346]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.339865]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.340223] migration/0     S    0     9      2 0x00000000
[  259.340665]  ffff8ce370106800 0000000000000000 ffff8ce374525a00 ffff8ce378e19340
[  259.341187]  ffffffff8aa0e540 ffff9edf0035fe78 ffffffff8a486df3 ffff8ce378e12800
[  259.341709]  00ffffff89cb08f0 ffff8ce378e19340 ffffffff89d2b178 ffff8ce374525a00
[  259.342220] Call Trace:
[  259.342724]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.343235]  [<ffffffff89d2b178>] ? cpu_stop_signal_done+0x18/0x20
[  259.343733]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.344098]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  259.344446]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  259.345001]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.345497]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.345994]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.346491] lru-add-drain   S    0    10      2 0x00000000
[  259.346993]  ffffffff8aa74260 0000000000000000 ffff8ce374526900 ffff8ce378e19340
[  259.347497]  ffff8ce37444cb00 ffff9edf00367e38 ffffffff8a486df3 0000000000000292
[  259.348005]  00ff9edf00367e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce374526900
[  259.348442] Call Trace:
[  259.348848]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.349355]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.349860]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.350368]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.350872]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.351374]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.351876]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.352270] watchdog/0      S    0    11      2 0x00000000
[  259.352678]  ffff8ce370d47400 0000000000000000 ffff8ce374521e00 ffff8ce378e19340
[  259.353192]  ffff8ce36baa8f00 ffff9edf0036fe78 ffffffff8a486df3 0000000000019e00
[  259.353704]  00ff8ce378e19e00 ffff8ce378e19340 ffff9edf0036fe68 ffff8ce374521e00
[  259.354210] Call Trace:
[  259.354699]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.355191]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.355683]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  259.356112]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  259.356442]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.356993]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.357486]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.357977] cpuhp/0         S    0    12      2 0x00000000
[  259.358469]  ffff8ce372420c00 ffff8ce372420c00 ffff8ce303ee8f00 ffff8ce378e19340
[  259.358976]  ffff8ce3725e9e00 ffff9edf00aefe78 ffffffff8a486df3 0000000000000000
[  259.359488]  00ff9edf00aefe48 ffff8ce378e19340 ffff9edf00aefe70 ffff8ce303ee8f00
[  259.359998] Call Trace:
[  259.360438]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.360801]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.361304]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  259.361800]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  259.362292]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.362779]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.363265]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.363751] cpuhp/1         S    0    13      2 0x00000000
[  259.364234]  ffff8ce36ce70800 ffff8ce36ce70800 ffff8ce303eeda00 ffff8ce378e59340
[  259.364483]  ffff8ce36ce7cb00 ffff9edf00af7e78
[  259.364497]  ffffffff8a486df3
[  259.364510]  0000000000000000
[  259.365048]  00ff9edf00af7e48 ffff8ce378e59340 ffff9edf00af7e70 ffff8ce303eeda00
[  259.365611] Call Trace:
[  259.366203]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.366732]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.367243]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  259.367758]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  259.368329]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.369029]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.369931]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.370814] watchdog/1      S    0    14      2 0x00000000
[  259.371662]  ffff8ce334e89c00 0000000000000000 ffff8ce303eee900 ffff8ce378e59340
[  259.372276]  ffff8ce374522d00 ffff9edf00affe78 ffffffff8a486df3
[  259.372343]  0000000000019e00
[  259.372358]  00ff8ce378e59e00 ffff8ce378e59340
[  259.372374]  ffff9edf00affe68
[  259.373328]  ffff8ce303eee900
[  259.374281] Call Trace:
[  259.375257]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.376251]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.376942]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  259.377955]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  259.378922]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.379994]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.380933]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.381777] migration/1     S    0    15      2 0x00000000
[  259.382751]  ffff8ce370107000 0000000000000000 ffff8ce303ee9e00 ffff8ce378e59340
[  259.384156]  ffff8ce374522d00 ffff9edf00b07e78 ffffffff8a486df3 ffff8ce378e52800
[  259.384944]  00ffffff89cb08f0
[  259.384961]  ffff8ce378e59340
[  259.384977]  ffffffff89d2b178 ffff8ce303ee9e00
[  259.384995] Call Trace:
[  259.385963]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.387125]  [<ffffffff89d2b178>] ? cpu_stop_signal_done+0x18/0x20
[  259.388369]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.389190]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  259.390220]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  259.391269]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.392111]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.394475]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.395178] ksoftirqd/1     S    0    16      2 0x00000000
[  259.396052]  ffff8ce370104c00 ffff8ce370104c00 ffff8ce303eead00 ffff8ce378e59340
[  259.397246]  ffff8ce371392d00 ffff9edf00b0fe78 ffffffff8a486df3 00000000ffffd838
[  259.397722]  0000000000000020 ffff8ce378e59340 ffffffff8aa05120 ffff8ce303eead00
[  259.398683] Call Trace:
[  259.399239]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.400054]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.405836]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  259.406507]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  259.407042]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.407563]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.408087]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.409287] kworker/1:0     S    0    17      2 0x00000000
[  259.409620]  ffff8ce36e470800 0000000000000000 ffff8ce303eecb00 ffff8ce378e59340
[  259.410161]  ffff8ce36baa9e00 ffff9edf00b17e40 ffffffff8a486df3 ffffffff89e230f7
[  259.410706]  00ff8ce374bf2300 ffff8ce378e59340 ffff9edf00b17e58 ffff8ce303eecb00
[  259.413024] Call Trace:
[  259.413298]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.414073]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  259.414614]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.415153]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.415683]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.416210]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.416819]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.417398]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.417923] kworker/1:0H    S    0    18      2 0x00000000
[  259.418453]  ffff8ce334e72000 0000000000000000 ffff8ce303f25a00 ffff8ce378e59340
[  259.418990]  ffff8ce36baaad00 ffff9edf00b1fe40 ffffffff8a486df3 ffff8ce378e5e300
[  259.419528]  00ff8ce374bf2f00 ffff8ce378e59340 ffff9edf00b1fe58 ffff8ce303f25a00
[  259.420068] Call Trace:
[  259.426223]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.426849]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.427370]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.427874]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.428422]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.428810]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.429303]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.429802] kdevtmpfs       S    0    19      2 0x00000000
[  259.430300]  ffff8ce370d47400 0000000000000000 ffff8ce303f26900 ffff8ce378e19340
[  259.430896]  ffff8ce36cfc2d00 ffff9edf00b27e58 ffffffff8a486df3 ffff9edf0427f928
[  259.431432]  00ff9edf0427f920 ffff8ce378e19340 ffffffff8ae224a8 ffff8ce303f26900
[  259.431979] Call Trace:
[  259.432256]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.432905]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.433431]  [<ffffffff8a19b768>] devtmpfsd+0x178/0x190
[  259.433944]  [<ffffffff8a19b5f0>] ? handle_create+0x210/0x210
[  259.434450]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.434954]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.435649]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.436295] netns           S
[  259.436311]     0    20      2 0x00000000
[  259.437194]  ffffffff8aa74260 0000000000000000 ffff8ce303f21e00 ffff8ce378e59340
[  259.437855]  ffff8ce374522d00 ffff9edf00b2fe38 ffffffff8a486df3 0000000000000292
[  259.438440]  00ff9edf00b2fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce303f21e00
[  259.439022] Call Trace:
[  259.439538]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.440052]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.440392]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.440933]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.441433]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.441921]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.442458]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.442949] khungtaskd      S    0    21      2 0x00000000
[  259.443442]  ffff8ce371150c00 0000000000000000 ffff8ce303f22d00 ffff8ce378e59340
[  259.443951]  ffff8ce374522d00 ffff9edf00b37d98 ffffffff8a486df3 ffff8ce378e4fdc0
[  259.444363]  00000000ffffffff ffff8ce378e59340 ffff9edf00b37de0 ffff8ce303f22d00
[  259.444770] Call Trace:
[  259.445273]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.445778]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.446282]  [<ffffffff8a48a97f>] schedule_timeout+0x1df/0x3f0
[  259.446783]  [<ffffffff89cbe663>] ? put_prev_entity+0x33/0x3e0
[  259.447279]  [<ffffffff89cf5ee0>] ? del_timer_sync+0x50/0x50
[  259.447772]  [<ffffffff8a48abaf>] schedule_timeout_interruptible+0x1f/0x30
[  259.448197]  [<ffffffff89d45cb7>] watchdog+0x57/0x350
[  259.448466]  [<ffffffff89d45c60>] ? reset_hung_task_detector+0x20/0x20
[  259.449018]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.449511]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.450000]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.450492] oom_reaper      S    0    22      2 0x00000000
[  259.450986]  ffffffff8aa74260 0000000000000000 ffff8ce303f24b00 ffff8ce378e59340
[  259.451491]  ffff8ce374522d00 ffff9edf00b3fe38 ffffffff8a486df3 ffff8ce378e593a8
[  259.451992]  00ff8ce303f24b80 ffff8ce378e59340 0000000000000001 ffff8ce303f24b00
[  259.452454] Call Trace:
[  259.452791]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.453291]  [<ffffffff89da9ab0>] ? task_will_free_mem+0x110/0x110
[  259.453791]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.454289]  [<ffffffff89da9bfa>] oom_reaper+0x14a/0x190
[  259.454785]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  259.455284]  [<ffffffff89da9ab0>] ? task_will_free_mem+0x110/0x110
[  259.455787]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.456237]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.456641]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.457138] writeback       S    0    23      2 0x00000000
[  259.457636]  ffffffff8aa74260 0000000000000000 ffff8ce303f20000 ffff8ce378e59340
[  259.459065]  ffff8ce374522d00 ffff9edf00b47e38 ffffffff8a486df3 0000000000000292
[  259.459630]  00ff9edf00b47e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce303f20000
[  259.460074] Call Trace:
[  259.460388]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.460975]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.461497]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.463083]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.464017]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.464727]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.465777]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.466524] kcompactd0      S    0    24      2 0x00000000
[  259.467345]  ffffffff8aa74260 0000000000000000 ffff8ce303f23c00 ffff8ce378e59340
[  259.468606]  ffff8ce374522d00 ffff9edf00b4fe48 ffffffff8a486df3
[  259.468606]  ffffffff89cafd80
[  259.468606]  0000000000000292
[  259.468606]  ffff8ce378e59340
[  259.469518]  0000000000000000 ffff8ce303f23c00
[  259.470538] Call Trace:
[  259.471855]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.477940]  [<ffffffff89cafd80>] ? __set_cpus_allowed_ptr+0xa0/0x1e0
[  259.478495]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.479050]  [<ffffffff89dd6140>] kcompactd+0x160/0x1c0
[  259.479604]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  259.480162]  [<ffffffff89dd5fe0>] ? kcompactd_do_work+0x290/0x290
[  259.480729]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.481069]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.481783]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.482324] ksmd            S    0    25      2 0x00000000
[  259.482867]  ffffffff8aa74260 0000000000000000 ffff8ce303f20f00 ffff8ce378e59340
[  259.483410]  ffff8ce374522d00 ffff9edf00b57de8 ffffffff8a486df3 0000000000000296
[  259.483959]  00ff8ce303f20f00 ffff8ce378e59340 ffffffff89e088e0 ffff8ce303f20f00
[  259.484518] Call Trace:
[  259.485520]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.486116]  [<ffffffff89e088e0>] ? try_to_merge_with_ksm_page+0x730/0x730
[  259.486699]  [<ffffffff89e088e0>] ? try_to_merge_with_ksm_page+0x730/0x730
[  259.487390]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.488462]  [<ffffffff89e089c8>] ksm_scan_thread+0xe8/0x13f0
[  259.488821]  [<ffffffff8a486dfb>] ? __schedule+0x23b/0x6e0
[  259.490848]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  259.491380]  [<ffffffff89e088e0>] ? try_to_merge_with_ksm_page+0x730/0x730
[  259.491916]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.492187]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.492767]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.493287] khugepaged      S    0    26      2 0x00000000
[  259.493810]  ffff8ce370d45400 0000000000000000 ffff8ce37f834b00 ffff8ce378e19340
[  259.494341]  ffff8ce37444e900 ffff9edf00b5fcc8 ffffffff8a486df3 ffff8ce378e0fdc0
[  259.494867]  00000000ffffffff ffff8ce378e19340 ffff9edf00b5fd10 ffff8ce37f834b00
[  259.495397] Call Trace:
[  259.495917]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.496189]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.496772]  [<ffffffff8a48a97f>] schedule_timeout+0x1df/0x3f0
[  259.497302]  [<ffffffff89cf5ee0>] ? del_timer_sync+0x50/0x50
[  259.497830]  [<ffffffff89e1febe>] khugepaged+0x3de/0x11d0
[  259.498358]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  259.498889]  [<ffffffff89e1fae0>] ? collapse_shmem+0xc50/0xc50
[  259.499413]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.499930]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.500186]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.500752] crypto          S    0    27      2 0x00000000
[  259.501266]  ffffffff8aa74260 0000000000000000 ffff8ce37f830000 ffff8ce378e59340
[  259.501837]  ffff8ce374522d00 ffff9edf00b67e38 ffffffff8a486df3 0000000000000292
[  259.502358]  00ff9edf00b67e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f830000
[  259.502885] Call Trace:
[  259.503403]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.503931]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.504202]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.504843]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.505368]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.505888]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.506399]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.506882] kintegrityd     S    0    28      2 0x00000000
[  259.507370]  ffffffff8aa74260 0000000000000000 ffff8ce37f833c00 ffff8ce378e59340
[  259.507867]  ffff8ce374522d00 ffff9edf00b6fe38 ffffffff8a486df3 0000000000000292
[  259.508198]  00ff9edf00b6fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f833c00
[  259.508659] Call Trace:
[  259.509152]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.509654]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.510152]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.510650]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.511150]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.511647]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.512097]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.512352] bioset          S    0    29      2 0x00000000
[  259.512902]  ffffffff8aa74260 0000000000000000 ffff8ce37f830f00 ffff8ce378e59340
[  259.513402]  ffff8ce374522d00 ffff9edf00b77e38 ffffffff8a486df3 0000000000000292
[  259.513899]  00ff9edf00b77e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f830f00
[  259.514401] Call Trace:
[  259.514889]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.515392]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.515894]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.516348]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.516709]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.517205]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.517700]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.518191] kblockd         S    0    30      2 0x00000000
[  259.518691]  ffffffff8aa74260 0000000000000000 ffff8ce37f835a00 ffff8ce378e59340
[  259.519199]  ffff8ce374522d00 ffff9edf00b7fe38 ffffffff8a486df3 0000000000000292
[  259.519710]  00ff9edf00b7fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f835a00
[  259.520148] Call Trace:
[  259.521261]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.521907]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.522411]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.522926]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.523428]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.523930]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.525249]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.525551] kworker/0:1     S    0    31      2 0x00000000
[  259.526078]  ffff8ce334e8ec00 0000000000000000 ffff8ce37f836900 ffff8ce378e19340
[  259.526607]  ffff8ce37444bc00 ffff9edf00b87e40 ffffffff8a486df3 ffffffff89e230f7
[  259.527145]  00ff8ce37f80afc0 ffff8ce378e19340 ffff9edf00b87e58 ffff8ce37f836900
[  259.527686] Call Trace:
[  259.528226]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.528775]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  259.529031]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.529562]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.530099]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.530629]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.531145]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.531663]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.532178]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.532493] ata_sff         S    0    32      2 0x00000000
[  259.532908]  ffffffff8aa74260 0000000000000000 ffff8ce37f831e00 ffff8ce378e59340
[  259.533436]  ffff8ce374522d00 ffff9edf00b8fe38 ffffffff8a486df3 0000000000000292
[  259.533969]  00ff9edf00b8fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f831e00
[  259.534735] Call Trace:
[  259.535836]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.536499]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.537063]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.537578]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.538158]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.538669]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.539177]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.539766] md              S    0    33      2 0x00000000
[  259.540309]  ffffffff8aa74260 0000000000000000 ffff8ce37f832d00 ffff8ce378e59340
[  259.540309]  ffff8ce374522d00
[  259.540309]  ffff9edf00b97e38
[  259.540309]  ffffffff8a486df3
[  259.540617]  0000000000000292
[  259.540625]  00ff9edf00b97e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f832d00
[  259.541203] Call Trace:
[  259.541757]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.542494]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.543227]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.543787]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.544149]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.544761]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.545443]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.545963] devfreq_wq      S    0    34      2 0x00000000
[  259.546486]  ffffffff8aa74260 0000000000000000 ffff8ce37f9b8f00 ffff8ce378e59340
[  259.547308]  ffff8ce374522d00 ffff9edf00b9fe38 ffffffff8a486df3 0000000000000292
[  259.547847]  00ff9edf00b9fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f9b8f00
[  259.548317] Call Trace:
[  259.549051]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.549757]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.550618]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.551259]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.552442]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.553122]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.553659]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.554493] watchdogd       S    0    35      2 0x00000000
[  259.555025]  ffffffff8aa74260 0000000000000000 ffff8ce37f9bda00 ffff8ce378e59340
[  259.555558]  ffff8ce374522d00 ffff9edf00ba7e38 ffffffff8a486df3 0000000000000292
[  259.561821]  00ff9edf00ba7e40 ffff8ce378e59340
[  259.561845]  ffff8ce378e59340
[  259.561869]  ffff8ce37f9bda00
[  259.562669] Call Trace:
[  259.563455]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.564044]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.564671]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.565048]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.565847]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.566457]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.567544]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.568074] kworker/u480:1  S    0    36      2 0x00000000
[  259.568479]  ffff8ce334e71000 0000000000000000 ffff8ce37f9be900
[  259.568497]  ffff8ce378e59340
[  259.568525]  ffff8ce374522d00 ffff9edf00bafe40 ffffffff8a486df3
[  259.569311]  ffff8ce3344a5360
[  259.569320]  00ff8ce37fa49d40 ffff8ce378e59340 ffff9edf00bafe58 ffff8ce37f9be900
[  259.569897] Call Trace:
[  259.570474]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.571060]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.571643]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.572230]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.572803]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.573407]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.573999]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.574576]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.575155] kswapd0         S    0    38      2 0x00000000
[  259.575738]  ffffffff8aa74260 0000000000000000 ffff8ce37f9bad00 ffff8ce378e59340
[  259.576350]  ffff8ce374522d00
[  259.576716]  ffff9edf01037de0 ffffffff8a486df3 0000000000000000
[  259.577311]  00ff9edf01037db8 ffff8ce378e59340 ffffffff8a02d928 ffff8ce37f9bad00
[  259.577920] Call Trace:
[  259.578525]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.579141]  [<ffffffff8a02d928>] ? find_next_bit+0x18/0x20
[  259.579744]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.580091]  [<ffffffff89dc1495>] kswapd+0x6f5/0x710
[  259.580580]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  259.581144]  [<ffffffff89dc0da0>] ? mem_cgroup_shrink_node+0x170/0x170
[  259.581715]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.582281]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.582846]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.583538] vmstat          S    0    39      2 0x00000000
[  259.584015]  ffffffff8aa74260 0000000000000000 ffff8ce37f9bcb00 ffff8ce378e59340
[  259.584359]  ffff8ce374522d00 ffff9edf0103fe38
[  259.584373]  ffffffff8a486df3
[  259.584382]  0000000000000292
[  259.584949]  00ff9edf0103fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f9bcb00
[  259.585530] Call Trace:
[  259.586105]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.586682]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.587559]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.588544]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.589593]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.590614]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.591182]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.591920] ecryptfs-kthrea S    0    40      2 0x00000000
[  259.592529]  ffffffff8aa74260 0000000000000000 ffff8ce37f9b8000 ffff8ce378e59340
[  259.592949]  ffff8ce374522d00 ffff9edf0104fe38 ffffffff8a486df3 ffff8ce378e593a8
[  259.593513]  00ff8ce37f9b8080 ffff8ce378e59340 0000000000000001 ffff8ce37f9b8000
[  259.594071] Call Trace:
[  259.594620]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.595165]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.595703]  [<ffffffff89f42e2c>] ecryptfs_threadfn+0x17c/0x1c0
[  259.596235]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  259.596499]  [<ffffffff89f42cb0>] ? ecryptfs_add_global_auth_tok+0xa0/0xa0
[  259.597097]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.597638]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.598177]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.598841] kthrotld        S    0    79      2 0x00000000
[  259.599388]  ffffffff8aa74260 0000000000000000 ffff8ce335020000 ffff8ce378e59340
[  259.599940]  ffff8ce374522d00 ffff9edf01187e38 ffffffff8a486df3 0000000000000292
[  259.600495]  00ff9edf01187e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335020000
[  259.600846] Call Trace:
[  259.601352]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.601869]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.602432]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.602948]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.603461]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.603978]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.604241]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.604798] acpi_thermal_pm S    0    80      2 0x00000000
[  259.605321]  ffffffff8aa74260 0000000000000000 ffff8ce335023c00 ffff8ce378e59340
[  259.605857]  ffff8ce374522d00 ffff9edf0118fe38 ffffffff8a486df3 0000000000000292
[  259.606398]  00ff9edf0118fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335023c00
[  259.606928] Call Trace:
[  259.607451]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.607973]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.608226]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.608794]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.609308]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.609818]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.610332]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.610845] bioset          S    0    81      2 0x00000000
[  259.611360]  ffffffff8aa74260 0000000000000000 ffff8ce335020f00 ffff8ce378e59340
[  259.611883]  ffff8ce374522d00 ffff9edf01197e38 ffffffff8a486df3 0000000000000292
[  259.612222]  00ff9edf01197e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335020f00
[  259.612749] Call Trace:
[  259.613275]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.613805]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.614422]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.615039]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.615622]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.616130]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.616395]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.616977] bioset          S    0    82      2 0x00000000
[  259.617501]  ffffffff8aa74260 0000000000000000 ffff8ce335024b00 ffff8ce378e59340
[  259.618973]  ffff8ce374522d00 ffff9edf0119fe38 ffffffff8a486df3 0000000000000292
[  259.619903]  00ff9edf0119fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335024b00
[  259.620676] Call Trace:
[  259.621706]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.622633]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.623622]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.624649]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.625468]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.626297]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.627110]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.627853] bioset          S    0    83      2 0x00000000
[  259.628394]  ffffffff8aa74260 0000000000000000 ffff8ce335022d00 ffff8ce378e59340
[  259.628834]  ffff8ce374522d00 ffff9edf011a7e38 ffffffff8a486df3 0000000000000292
[  259.629736]  00ff9edf011a7e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335022d00
[  259.630278] Call Trace:
[  259.631107]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.631653]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.632236]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.633164]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.634412]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.635241]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.635758]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.636615] bioset          S    0    84      2 0x00000000
[  259.637533]  ffffffff8aa74260 0000000000000000 ffff8ce335021e00 ffff8ce378e59340
[  259.638586]  ffff8ce374522d00 ffff9edf011afe38 ffffffff8a486df3 0000000000000292
[  259.639511]  00ff9edf011afe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335021e00
[  259.640054] Call Trace:
[  259.640583]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.640956]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.641489]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.642020]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.643005]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.645622]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.646224]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.646724] bioset          S    0    85      2 0x00000000
[  259.647234]  ffffffff8aa74260 0000000000000000 ffff8ce335026900 ffff8ce378e59340
[  259.647819]  ffff8ce374522d00 ffff9edf011b7e38 ffffffff8a486df3 0000000000000292
[  259.648411]  00ff9edf011b7e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335026900
[  259.648812] Call Trace:
[  259.649421]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.649945]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.650474]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.651099]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.651613]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.652112]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.652347]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.652904] bioset          S    0    86      2 0x00000000
[  259.653410]  ffffffff8aa74260 0000000000000000 ffff8ce335025a00 ffff8ce378e59340
[  259.653925]  ffff8ce374522d00 ffff9edf011bfe38 ffffffff8a486df3 0000000000000292
[  259.654448]  00ff9edf011bfe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335025a00
[  259.654973] Call Trace:
[  259.655493]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.656017]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.656342]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.656859]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.657366]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.657869]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.658370]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.658867] bioset          S    0    87      2 0x00000000
[  259.659372]  ffffffff8aa74260 0000000000000000 ffff8ce3350fda00 ffff8ce378e59340
[  259.659885]  ffff8ce374522d00 ffff9edf011c7e38 ffffffff8a486df3 0000000000000292
[  259.660285]  00ff9edf011c7e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350fda00
[  259.660737] Call Trace:
[  259.661344]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.661867]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.662381]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.662894]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.663401]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.663899]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.664154]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.664699] bioset          S    0    88      2 0x00000000
[  259.665203]  ffffffff8aa74260 0000000000000000 ffff8ce3350fe900 ffff8ce378e59340
[  259.665716]  ffff8ce374522d00 ffff9edf011cfe38 ffffffff8a486df3 0000000000000292
[  259.666235]  00ff9edf011cfe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350fe900
[  259.666761] Call Trace:
[  259.667278]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.667800]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.668124]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.668518]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.669082]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.669580]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.670076]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.670579] bioset          S    0    89      2 0x00000000
[  259.671084]  ffffffff8aa74260 0000000000000000 ffff8ce3350f9e00 ffff8ce378e59340
[  259.671597]  ffff8ce374522d00 ffff9edf011d7e38 ffffffff8a486df3 0000000000000292
[  259.672118]  00ff9edf011d7e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350f9e00
[  259.672514] Call Trace:
[  259.672962]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.673488]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.674004]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.674514]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.675022]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.675521]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.676017]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.676376] bioset          S    0    90      2 0x00000000
[  259.676867]  ffffffff8aa74260 0000000000000000 ffff8ce3350fad00 ffff8ce378e59340
[  259.677470]  ffff8ce374522d00 ffff9edf011dfe38 ffffffff8a486df3 0000000000000292
[  259.678027]  00ff9edf011dfe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350fad00
[  259.678561] Call Trace:
[  259.679088]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.679619]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.680163]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.681230]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.681758]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.682278]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.682797]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.683325] bioset          S    0    91      2 0x00000000
[  259.683860]  ffffffff8aa74260 0000000000000000 ffff8ce3350fcb00 ffff8ce378e59340
[  259.684412]  ffff8ce374522d00 ffff9edf011e7e38 ffffffff8a486df3
[  259.684412]  0000000000000292
[  259.684412]  00ff9edf011e7e40 ffff8ce378e59340 ffff8ce378e59340
[  259.684744]  ffff8ce3350fcb00
[  259.684753] Call Trace:
[  259.685308]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.685884]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.686465]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.687026]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.687586]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.688138]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.688362]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.688897] bioset          S    0    92      2 0x00000000
[  259.689460]  ffffffff8aa74260 0000000000000000 ffff8ce3350f8000 ffff8ce378e59340
[  259.690014]  ffff8ce374522d00 ffff9edf011efe38 ffffffff8a486df3 0000000000000292
[  259.690575]  00ff9edf011efe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350f8000
[  259.692357] Call Trace:
[  259.693309]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.694273]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.694868]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.695426]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.696028]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.696546]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.697509]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.698052] bioset          S    0    93      2 0x00000000
[  259.698917]  ffffffff8aa74260 0000000000000000 ffff8ce3350fbc00 ffff8ce378e59340
[  259.699718]  ffff8ce374522d00 ffff9edf01213e38 ffffffff8a486df3 0000000000000292
[  259.700377]  00ff9edf01213e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350fbc00
[  259.700377] Call Trace:
[  259.701196]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.701751]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.702509]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.703064]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.703612]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.704089]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.704760]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.705293] bioset          S    0    94      2 0x00000000
[  259.705826]  ffffffff8aa74260 0000000000000000 ffff8ce3350f8f00 ffff8ce378e59340
[  259.706408]  ffff8ce374522d00 ffff9edf0121be38 ffffffff8a486df3 0000000000000292
[  259.707147]  00ff9edf0121be40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350f8f00
[  259.707701] Call Trace:
[  259.708777]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.709475]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.710036]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.710588]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.711145]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.711684]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.718124]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.718985] bioset          S    0    95      2 0x00000000
[  259.719619]  ffffffff8aa74260 0000000000000000 ffff8ce334c51e00 ffff8ce378e59340
[  259.720191]  ffff8ce374522d00 ffff9edf01223e38 ffffffff8a486df3 0000000000000292
[  259.720191]  00ff9edf01223e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c51e00
[  259.720749] Call Trace:
[  259.721315]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.721954]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.723386]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.724859]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.726033]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.726620]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.727585]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.728703] bioset          S    0    96      2 0x00000000
[  259.729270]  ffffffff8aa74260 0000000000000000 ffff8ce334c52d00 ffff8ce378e59340
[  259.729859]  ffff8ce374522d00 ffff9edf0122be38 ffffffff8a486df3 0000000000000292
[  259.730408]  00ff9edf0122be40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c52d00
[  259.730964] Call Trace:
[  259.731511]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.732067]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.741619]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.742237]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.742786]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.743332]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.743874]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.744468] bioset          S    0    97      2 0x00000000
[  259.744853]  ffffffff8aa74260 0000000000000000 ffff8ce334c54b00 ffff8ce378e59340
[  259.745398]  ffff8ce374522d00 ffff9edf012c3e38 ffffffff8a486df3 0000000000000292
[  259.745948]  00ff9edf012c3e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c54b00
[  259.746579] Call Trace:
[  259.747147]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.747839]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.748591]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.749667]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.750802]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.751849]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.752496]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.752869] bioset          S    0    98      2 0x00000000
[  259.753405]  ffffffff8aa74260 0000000000000000 ffff8ce334c50000 ffff8ce378e59340
[  259.754018]  ffff8ce374522d00 ffff9edf012cbe38 ffffffff8a486df3 0000000000000292
[  259.754631]  00ff9edf012cbe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c50000
[  259.755423] Call Trace:
[  259.755969]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.756258]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.756862]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.757403]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.757943]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.758473]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.758997]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.759518] bioset          S    0    99      2 0x00000000
[  259.760047]  ffffffff8aa74260 0000000000000000 ffff8ce334c53c00 ffff8ce378e59340
[  259.760307]  ffff8ce374522d00 ffff9edf012d3e38 ffffffff8a486df3 0000000000000292
[  259.760908]  00ff9edf012d3e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c53c00
[  259.761454] Call Trace:
[  259.761997]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.762546]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.763090]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.763630]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.764158]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.764393]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.764967]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.765470] bioset          S    0   100      2 0x00000000
[  259.765979]  ffffffff8aa74260 0000000000000000 ffff8ce334c50f00 ffff8ce378e59340
[  259.766493]  ffff8ce374522d00 ffff9edf012dbe38 ffffffff8a486df3 0000000000000292
[  259.767016]  00ff9edf012dbe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c50f00
[  259.767540] Call Trace:
[  259.768060]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.768390]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.768888]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.769400]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.769910]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.771260]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.771805]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.772313] bioset          S    0   101      2 0x00000000
[  259.772631]  ffffffff8aa74260 0000000000000000 ffff8ce334c55a00 ffff8ce378e59340
[  259.773145]  ffff8ce374522d00 ffff9edf012e3e38 ffffffff8a486df3 0000000000000292
[  259.773675]  00ff9edf012e3e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c55a00
[  259.775127] Call Trace:
[  259.776041]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.776773]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.777825]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.778597]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.779614]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.780642]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.781550]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.782405] bioset          S    0   102      2 0x00000000
[  259.783959]  ffffffff8aa74260 0000000000000000 ffff8ce334c56900 ffff8ce378e59340
[  259.787961]  ffff8ce374522d00 ffff9edf012ebe38
[  259.787979]  ffffffff8a486df3
[  259.787989]  0000000000000292
[  259.788524]  00ff9edf012ebe40 ffff8ce378e59340
[  259.788524]  ffff8ce378e59340
[  259.788524]  ffff8ce334c56900
[  259.789091] Call Trace:
[  259.789650]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.790838]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.791784]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.792481]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.793535]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.794678]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.795648]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.796452] bioset          S    0   103      2 0x00000000
[  259.797656]  ffffffff8aa74260 0000000000000000 ffff8ce334d76900 ffff8ce378e59340
[  259.798734]  ffff8ce374522d00 ffff9edf012f3e38 ffffffff8a486df3 0000000000000292
[  259.800398]  00ff9edf012f3e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334d76900
[  259.800398] Call Trace:
[  259.800976]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.801522]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.802229]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.802835]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.803364]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.803897]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.804277]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.804836] bioset          S    0   104      2 0x00000000
[  259.805360]  ffffffff8aa74260 0000000000000000 ffff8ce334d71e00 ffff8ce378e59340
[  259.805894]  ffff8ce374522d00 ffff9edf012fbe38 ffffffff8a486df3 0000000000000292
[  259.806440]  00ff9edf012fbe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334d71e00
[  259.806982] Call Trace:
[  259.807517]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.808059]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.808336]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.808928]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.809457]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.809983]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.810499]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.811014] kworker/1:1     S    0   106      2 0x00000000
[  259.811536]  ffff8ce36e470800 0000000000000000 ffff8ce334d74b00 ffff8ce378e59340
[  259.812067]  ffff8ce3357f8f00 ffff9edf01303e40 ffffffff8a486df3 ffffffff89e230f7
[  259.812331]  00ff8ce33505dd40 ffff8ce378e59340 ffff9edf01303e58 ffff8ce334d74b00
[  259.812922] Call Trace:
[  259.813457]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.813997]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  259.814540]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.815074]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.815603]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.816131]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.816374]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.816948]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.817554]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.818069] ipv6_addrconf   S    0   110      2 0x00000000
[  259.818588]  ffffffff8aa74260 0000000000000000 ffff8ce334d70f00 ffff8ce378e19340
[  259.819115]  ffffffff8aa0e540 ffff9edf0130be38 ffffffff8a486df3 0000000000000292
[  259.819646]  00ff9edf0130be40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce334d70f00
[  259.820185] Call Trace:
[  259.820448]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.821036]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.821555]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.822071]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.822577]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.823151]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.823650]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.824145]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.824443] charger_manager S    0   131      2 0x00000000
[  259.824943]  ffff8ce334e8d000 0000000000000000 ffff8ce33575da00 ffff8ce378e19340
[  259.825453]  ffffffff8aa0e540 ffff9edf01333e38 ffffffff8a486df3 0000000000000292
[  259.825972]  00ff9edf01333e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce33575da00
[  259.826487] Call Trace:
[  259.826994]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.827499]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.827997]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.828379]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.828765]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.829249]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.829734]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.830213]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.830693] hv_vmbus_con    S    0   165      2 0x00000000
[  259.831182]  ffff8ce334e72000 ffff8ce334e8b800 ffff8ce335789e00 ffff8ce378e19340
[  259.831676]  ffff8ce33578da00 ffff9edf01077e38 ffffffff8a486df3 0000000000000292
[  259.832166]  00ff9edf01077e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce335789e00
[  259.832384] Call Trace:
[  259.833814]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.834341]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.834836]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.835318]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.835803]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.836344]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.837383]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.837887] scsi_eh_0       S    0   209      2 0x00000000
[  259.838390]  ffff8ce334e8b800 0000000000000000 ffff8ce335758000 ffff8ce378e19340
[  259.838901]  ffffffff8aa0e540 ffff9edf0110fe10 ffffffff8a486df3 0000000000000004
[  259.839413]  00ff8ce334ea92c0 ffff8ce378e19340 0000000000000246 ffff8ce335758000
[  259.839930] Call Trace:
[  259.840148]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.840654]  [<ffffffff8a1f98c0>] ? scsi_try_target_reset+0x90/0x90
[  259.841169]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.841673]  [<ffffffff8a1fc38e>] scsi_error_handler+0x8e/0x8e0
[  259.842175]  [<ffffffff8a1fc300>] ? scsi_eh_get_sense+0x240/0x240
[  259.842680]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.843188]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.843690]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.844135] scsi_tmf_0      S    0   210      2 0x00000000
[  259.844482]  ffff8ce334e71000
[  259.844490]  0000000000000000
[  259.844499]  ffff8ce33575ad00
[  259.844515]  ffff8ce378e59340
[  259.844522]  ffff8ce334d73c00
[  259.844527]  ffff9edf0111fe38
[  259.845381]  ffffffff8a486df3 0000000000000292
[  259.846001]  00ff9edf0111fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce33575ad00
[  259.846549] Call Trace:
[  259.847095]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.847646]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.848472]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.849027]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.850223]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.852419]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.853146]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.854089] bioset          S    0   216      2 0x00000000
[  259.854783]  ffff8ce334e8b800 0000000000000000 ffff8ce334d70000 ffff8ce378e19340
[  259.855389]  ffffffff8aa0e540 ffff9edf01297e38 ffffffff8a486df3 0000000000000292
[  259.855932]  00ff9edf01297e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce334d70000
[  259.856406] Call Trace:
[  259.856967]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.857502]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.858035]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.858562]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.859088]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.859608]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.860127]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.860379]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.860952] bioset          S    0   217      2 0x00000000
[  259.861480]  ffff8ce334e8b800 0000000000000000 ffff8ce334d72d00 ffff8ce378e19340
[  259.862022]  ffffffff8aa0e540 ffff9edf010ffe38 ffffffff8a486df3 0000000000000292
[  259.862564]  00ff9edf010ffe40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce334d72d00
[  259.863109] Call Trace:
[  259.863639]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.864175]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.865251]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.865913]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.866451]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.866981]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.867511]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.872642]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.874907] kworker/u480:2  S    0   248      2 0x00000000
[  259.875603]  ffff8ce334e8b800 0000000000000000 ffff8ce36baabc00 ffff8ce378e19340
[  259.876138]  ffffffff8aa0e540 ffff9edf013fbe40 ffffffff8a486df3 ffff8ce374812490
[  259.876780]  00ff8ce378e0fdc0 ffff8ce378e19340 ffff9edf013fbe40 ffff8ce36baabc00
[  259.877370] Call Trace:
[  259.878543]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.879071]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.880301]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.880583]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.881412]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.882030]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.882544]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.883055] kworker/u480:3  D    0   249      2 0x00000000
[  259.883575] Workqueue: netns cleanup_net
[  259.884036]  ffff8ce334e8c000 0000000000000000 ffff8ce36baa8f00 ffff8ce378e19340
[  259.884326]  ffffffff8aa0e540 ffff9edf03e07a88 ffffffff8a486df3 ffff9edf03e07a60
[  259.885068]  00ffffff89cbe663 ffff8ce378e19340 00000000ffffd5e8 ffff8ce36baa8f00
[  259.885721] Call Trace:
[  259.886379]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.886875]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.887358]  [<ffffffff8a48a9ca>] schedule_timeout+0x22a/0x3f0
[  259.887839]  [<ffffffff8a486dfb>] ? __schedule+0x23b/0x6e0
[  259.888321]  [<ffffffff89cb0515>] ? wake_up_process+0x15/0x20
[  259.888640]  [<ffffffff8a487d24>] wait_for_completion+0xb4/0x140
[  259.889143]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  259.889680]  [<ffffffff89ceb528>] __wait_rcu_gp+0xc8/0xf0
[  259.890176]  [<ffffffff89ceea5c>] synchronize_sched+0x5c/0x80
[  259.890679]  [<ffffffff89cf0010>] ? call_rcu_bh+0x20/0x20
[  259.891179]  [<ffffffff89ceb440>] ? trace_raw_output_rcu_utilization+0x60/0x60
[  259.891683]  [<ffffffff8a3696bc>] synchronize_net+0x1c/0x30
[  259.892055]  [<ffffffff8a369803>] netif_napi_del+0x23/0x80
[  259.892366]  [<ffffffffc07386f8>] ip_tunnel_dev_free+0x68/0xf0 [ip_tunnel]
[  259.892853]  [<ffffffff8a372c10>] netdev_run_todo+0x230/0x330
[  259.893345]  [<ffffffff8a37eb4e>] rtnl_unlock+0xe/0x10
[  259.893847]  [<ffffffffc07384df>] ip_tunnel_delete_net+0xdf/0x120 [ip_tunnel]
[  259.894343]  [<ffffffffc074e4ec>] ipgre_tap_exit_net+0x2c/0x30 [ip_gre]
[  259.894840]  [<ffffffff8a362688>] ops_exit_list.isra.4+0x38/0x60
[  259.895342]  [<ffffffff8a363674>] cleanup_net+0x1c4/0x2b0
[  259.895992]  [<ffffffff89c9e4ac>] process_one_work+0x1fc/0x4b0
[  259.896358]  [<ffffffff89c9e7ab>] worker_thread+0x4b/0x500
[  259.896703]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.897204]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.897693]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.898176]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.899851]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.901067] raid5wq         S    0   322      2 0x00000000
[  259.901632]  ffff8ce334e8e400 0000000000000000 ffff8ce334e9da00 ffff8ce378e59340
[  259.902219]  ffff8ce374522d00 ffff9edf0125fe38 ffffffff8a486df3 0000000000000292
[  259.902819]  00ff9edf0125fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334e9da00
[  259.903296] Call Trace:
[  259.903771]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.904286]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.904575]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.905058]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.905542]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.906015]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.906509]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.906978] bioset          S    0   352      2 0x00000000
[  259.907447]  ffff8ce334e8b800 0000000000000000 ffff8ce36baa8000 ffff8ce378e19340
[  259.907923]  ffff8ce303f26900 ffff9edf01097e38 ffffffff8a486df3 0000000000000292
[  259.908126]  00ff9edf01097e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce36baa8000
[  259.908669] Call Trace:
[  259.909147]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.909633]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.910120]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.910610]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.911177]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.911671]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.912123]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.912341] kworker/1:1H    S    0   355      2 0x00000000
[  259.912873]  ffff8ce334e89c00 0000000000000000 ffff8ce36baaad00 ffff8ce378e59340
[  259.913354]  ffff8ce374522d00 ffff9edf010bfe40 ffffffff8a486df3 ffff9edf010bfe10
[  259.913835]  00ff8ce36baa1b00 ffff8ce378e59340 ffff9edf010bfe58 ffff8ce36baaad00
[  259.914316] Call Trace:
[  259.914792]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.915277]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.915761]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.916245]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.916455]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.916990]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.917463]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.917939]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.918410] jbd2/sda2-8     S    0   375      2 0x00000000
[  259.918885]  ffff8ce334e8dc00 ffff8ce334e8dc00 ffff8ce335758f00 ffff8ce378e59340
[  259.919372]  ffff8ce372bbbc00 ffff9edf0105fe28 ffffffff8a486df3 ffff8ce334fc5088
[  259.919859]  0000000000000246 ffff8ce378e59340 0000000000000001 ffff8ce335758f00
[  259.920390] Call Trace:
[  259.920632]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.921119]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.921603]  [<ffffffff89f217a7>] kjournald2+0x207/0x260
[  259.922079]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  259.922559]  [<ffffffff89f215a0>] ? commit_timeout+0x10/0x10
[  259.923124]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.923601]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.924077]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.924275] ext4-rsv-conver S    0   376      2 0x00000000
[  259.924824]  ffff8ce334e8a800 0000000000000000 ffff8ce33575cb00 ffff8ce378e59340
[  259.925325]  ffff8ce374522d00 ffff9edf0106fe38 ffffffff8a486df3 0000000000000292
[  259.925829]  00ff9edf0106fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce33575cb00
[  259.926338] Call Trace:
[  259.926954]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.927515]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.928071]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.928322]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.928875]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.929367]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.929862]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.930428] kworker/1:2     S    0   426      2 0x00000000
[  259.932787]  ffff8ce36e470800 0000000000000000 ffff8ce3357fda00
[  259.932806]  ffff8ce378e59340
[  259.932815]  ffff8ce303eecb00
[  259.932822]  ffff9edf00c2be40
[  259.933357]  ffffffff8a486df3 ffffffff89e230f7
[  259.933875]  00ff8ce36baa0f00 ffff8ce378e59340 ffff9edf00c2be58 ffff8ce3357fda00
[  259.937554] Call Trace:
[  259.938239]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.938774]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  259.939303]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.939979]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.940812]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.941541]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.944217]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.946566]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.947579]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.948562] systemd-journal W    0   428      1 0x00000100
[  259.949443]  ffff8ce334e8c000 ffff8ce334e8dc00 ffff8ce36baada00 ffff8ce378e19340
[  259.950403]  ffff8ce36b711e00 ffff9edf0136bd70 ffffffff8a486df3 ffff9edf0136bd90
[  259.951359]  00ffffff8a023a0d ffff8ce378e19340 ffff9edf0136bda8 ffff8ce36baada00
[  259.952353] Call Trace:
[  259.953109]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.954454]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.955432]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  259.956180]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  259.957264]  [<ffffffff89e811c4>] ? ep_scan_ready_list.constprop.12+0x204/0x210
[  259.961526]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  259.962132]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  259.962668]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  259.963208]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  259.963836]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  259.964436]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  259.964810] iscsi_eh        S    0   430      2 0x00000000
[  259.965348]  ffff8ce334e75800 0000000000000000 ffff8ce3357fe900 ffff8ce378e59340
[  259.965890]  ffff8ce374522d00 ffff9edf012bbe38 ffffffff8a486df3 0000000000000292
[  259.966425]  00ff9edf012bbe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3357fe900
[  259.966964] Call Trace:
[  259.967500]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.968042]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.968313]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  259.968927]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  259.969469]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.970007]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.970550]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.971091] kauditd         S    0   431      2 0x00000000
[  259.971624]  ffff8ce334e75800 0000000000000000 ffff8ce3357f8000 ffff8ce378e59340
[  259.972166]  ffff8ce3357fad00 ffff9edf01373e58 ffffffff8a486df3 ffff8ce3357f8a40
[  259.972436]  00007f7be4c278a0 ffff8ce378e59340 ffff8ce374522d00 ffff8ce3357f8000
[  259.973061] Call Trace:
[  259.973656]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.974191]  [<ffffffff89d2c1c0>] ? audit_printk_skb+0x70/0x70
[  259.974730]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.975267]  [<ffffffff89d2c32a>] kauditd_thread+0x16a/0x1b0
[  259.975804]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  259.976391]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.976698]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.977239]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.977760] kworker/0:2     S    0   434      2 0x00000000
[  259.978270]  ffff8ce36e359000 0000000000000000 ffff8ce3357fad00 ffff8ce378e19340
[  259.978779]  ffff8ce36e319e00 ffff9edf010e7e40 ffffffff8a486df3 ffff8ce378e18b40
[  259.979281]  00ff8ce3707ac240 ffff8ce378e19340 ffff9edf010e7e58 ffff8ce3357fad00
[  259.979782] Call Trace:
[  259.980094]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.980483]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.981056]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.981552]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.982058]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.982564]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.983064]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.983569] kworker/1:3     S    0   436      2 0x00000000
[  259.984078]  ffff8ce36e470800 0000000000000000 ffff8ce3357fbc00 ffff8ce378e59340
[  259.984479]  ffff8ce334d74b00 ffff9edf01267e40 ffffffff8a486df3 ffffffff89e230f7
[  259.984894]  00ff8ce36baa1080 ffff8ce378e59340 ffff9edf01267e58 ffff8ce3357fbc00
[  259.985403] Call Trace:
[  259.985902]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.986403]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  259.986910]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.987418]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.987920]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  259.988322]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  259.988725]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  259.990013]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  259.990583] kworker/1:4     S    0   438      2 0x00000000
[  259.991095]  ffff8ce36e470800 0000000000000000 ffff8ce3357f8f00 ffff8ce378e59340
[  259.991626]  ffff8ce3357f9e00 ffff9edf0108be40 ffffffff8a486df3 ffffffff89e230f7
[  259.992157]  00ff8ce3346ea6c0 ffff8ce378e59340 ffff9edf0108be58 ffff8ce3357f8f00
[  259.993506] Call Trace:
[  259.994449]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  259.995379]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  259.996295]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  259.997036]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  259.997998]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.000222]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.001301]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.002823]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.003828] kworker/0:3     S    0   441      2 0x00000000
[  260.004889]  ffff8ce334e8ec00 0000000000000000
[  260.004913]  ffff8ce3357fcb00
[  260.004929]  ffff8ce378e19340
[  260.011133]  ffff8ce334e99e00 ffff9edf0107fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.011759]  00ff8ce3357c2480 ffff8ce378e19340 ffff9edf0107fe58 ffff8ce3357fcb00
[  260.012360] Call Trace:
[  260.012889]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.013464]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.013978]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.014484]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.014992]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.015503]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.016013]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.016267]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.016828] kworker/1:5     S    0   442      2 0x00000000
[  260.017344]  ffff8ce36e470800 0000000000000000 ffff8ce3357f9e00 ffff8ce378e59340
[  260.017867]  ffff8ce36baae900 ffff9edf010c7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.018387]  00ff8ce3346ea000 ffff8ce378e59340 ffff9edf010c7e58 ffff8ce3357f9e00
[  260.018905] Call Trace:
[  260.019413]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.019929]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.020260]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.021655]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.022176]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.022693]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.023229]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.023752]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.024172] kworker/1:6     S    0   443      2 0x00000000
[  260.024982]  ffff8ce36e470800 0000000000000000 ffff8ce36baae900 ffff8ce378e59340
[  260.025534]  ffff8ce3357fda00 ffff9edf010cfe40 ffffffff8a486df3 ffffffff89e230f7
[  260.026078]  00ff8ce3346eb500 ffff8ce378e59340 ffff9edf010cfe58 ffff8ce36baae900
[  260.026630] Call Trace:
[  260.027173]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.027717]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.028123]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.028482]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.029017]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.029553]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.030096]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.030863]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.031503] kworker/1:7     S    0   444      2 0x00000000
[  260.032157]  ffff8ce36e470800 0000000000000000 ffff8ce36baacb00 ffff8ce378e59340
[  260.032474]  ffff8ce3357ce900 ffff9edf010d7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.033691]  00ff8ce3346ea300 ffff8ce378e59340 ffff9edf010d7e58 ffff8ce36baacb00
[  260.034217] Call Trace:
[  260.034733]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.035250]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.035950]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.036431]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.037512]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.038112]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.038812]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.039328]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.039911] kworker/1:8     S    0   445      2 0x00000000
[  260.040262]  ffff8ce36e470800 0000000000000000 ffff8ce36baa9e00 ffff8ce378e59340
[  260.040775]  ffff8ce36baacb00 ffff9edf0117fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.041298]  00ff8ce3346eab40 ffff8ce378e59340 ffff9edf0117fe58 ffff8ce36baa9e00
[  260.042054] Call Trace:
[  260.042564]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.043123]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.043635]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.044142]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.044656]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.045609]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.046508]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.047394]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.048265]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.048922] lvmetad         S    0   446      1 0x00000000
[  260.049920]  ffff8ce334e74000 0000000000000000 ffff8ce373730000 ffff8ce378e59340
[  260.050846]  ffff8ce36be9e900 ffff9edf010578c0 ffffffff8a486df3 00000000002152d0
[  260.052149]  0000000000000001 ffff8ce378e59340 00000000002152d0 ffff8ce373730000
[  260.052913] Call Trace:
[  260.053792]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.054726]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.055712]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  260.056715]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  260.057472]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  260.061538]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  260.062150]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  260.062684]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  260.063196]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  260.063706]  [<ffffffff89e0c76c>] ? new_slab+0x30c/0x6f0
[  260.064293]  [<ffffffff89cb0179>] ? try_to_wake_up+0x59/0x3e0
[  260.064699]  [<ffffffff89cb0515>] ? wake_up_process+0x15/0x20
[  260.065260]  [<ffffffff89c9c40c>] ? insert_work+0x7c/0xc0
[  260.065752]  [<ffffffff89c9c5c1>] ? __queue_work+0x171/0x470
[  260.066238]  [<ffffffff89e277d2>] ? memcg_kmem_get_cache+0xf2/0x150
[  260.066724]  [<ffffffff89cb75eb>] ? update_cfs_rq_load_avg+0x20b/0x490
[  260.067210]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  260.067781]  [<ffffffff89cbd6fb>] ? enqueue_entity+0x30b/0x930
[  260.068084]  [<ffffffff89cbb562>] ? check_preempt_wakeup+0x192/0x230
[  260.068488]  [<ffffffff89caf559>] ? check_preempt_curr+0x79/0x90
[  260.069033]  [<ffffffff89cb13d0>] ? wake_up_new_task+0x150/0x1f0
[  260.069520]  [<ffffffff89c82908>] ? _do_fork+0x148/0x390
[  260.070003]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  260.070480]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  260.070958] kworker/1:9     S    0   447      2 0x00000000
[  260.071443]  ffff8ce36e470800 0000000000000000 ffff8ce3357ce900 ffff8ce378e59340
[  260.071929]  ffff8ce3357ccb00 ffff9edf012afe40 ffffffff8a486df3 ffffffff89e230f7
[  260.072463]  00ff8ce3346eba40 ffff8ce378e59340 ffff9edf012afe58 ffff8ce3357ce900
[  260.072738] Call Trace:
[  260.073218]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.073706]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.074199]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.074686]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.075179]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.075674]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.076161]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.076353]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.076891] kworker/1:10    S    0   448      2 0x00000000
[  260.077374]  ffff8ce36e470800 0000000000000000 ffff8ce3357ccb00 ffff8ce378e59340
[  260.077860]  ffff8ce3357c8000 ffff9edf01323e40 ffffffff8a486df3 ffffffff89e230f7
[  260.078345]  00ff8ce3346ea0c0 ffff8ce378e59340 ffff9edf01323e58 ffff8ce3357ccb00
[  260.078834] Call Trace:
[  260.079314]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.079803]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.080298]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.080567]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.081063]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.081560]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.082053]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.082546]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.084099] kworker/1:11    S    0   449      2 0x00000000
[  260.085077]  ffff8ce36e470800 0000000000000000 ffff8ce3357c8000 ffff8ce378e59340
[  260.091530]  ffff8ce3357cda00 ffff9edf0132be40
[  260.091575]  ffffffff8a486df3
[  260.091591]  ffffffff89e230f7
[  260.092483]  00ff8ce3346ea3c0 ffff8ce378e59340 ffff9edf0132be58
[  260.092483]  ffff8ce3357c8000
[  260.092483] Call Trace:
[  260.093359]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.094185]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.095012]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.095899]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.096409]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.096409]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.096409]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.096409]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.096409] kworker/1:12    S    0   450      2 0x00000000
[  260.096409]  ffff8ce36e470800 0000000000000000 ffff8ce3357cda00 ffff8ce378e59340
[  260.096409]  ffff8ce3357c8f00 ffff9edf01383e40 ffffffff8a486df3 ffffffff89e230f7
[  260.096409]  00ff8ce3346eae40 ffff8ce378e59340 ffff9edf01383e58 ffff8ce3357cda00
[  260.096409] Call Trace:
[  260.096409]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.096409]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.096409]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.096409]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.096409]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.096409]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.096409]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.096409]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.096409] kworker/1:13    S    0   451      2 0x00000000
[  260.105172]  ffff8ce36e470800
[  260.105188]  0000000000000000
[  260.105202]  ffff8ce3357c8f00 ffff8ce378e59340
[  260.106027]  ffff8ce3357c9e00 ffff9edf0138be40 ffffffff8a486df3 ffffffff89e230f7
[  260.106749]  00ff8ce3346eafc0 ffff8ce378e59340 ffff9edf0138be58 ffff8ce3357c8f00
[  260.107312] Call Trace:
[  260.107853]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.108446]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.108845]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.109447]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.109985]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.110535]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.111086]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.111633]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.112170] kworker/1:14    S    0   452      2 0x00000000
[  260.112412]  ffff8ce36e470800
[  260.112425]  0000000000000000
[  260.112437]  ffff8ce3357c9e00 ffff8ce378e59340
[  260.113105]  ffff8ce3357cad00 ffff9edf013d7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.113662]  00ff8ce3346ebec0 ffff8ce378e59340 ffff9edf013d7e58 ffff8ce3357c9e00
[  260.117919] Call Trace:
[  260.119037]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.119681]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.120250]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.120726]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.121343]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.122293]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.123078]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.123614]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.124074] kworker/1:15    S    0   453      2 0x00000000
[  260.124498]  ffff8ce36e470800
[  260.124507]  0000000000000000
[  260.124517]  ffff8ce3357cad00 ffff8ce378e59340
[  260.125113]  ffff8ce3357cbc00 ffff9edf013dfe40 ffffffff8a486df3 ffffffff89e230f7
[  260.125764]  00ff8ce3346ebbc0 ffff8ce378e59340 ffff9edf013dfe58 ffff8ce3357cad00
[  260.126387] Call Trace:
[  260.126979]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.127571]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.128222]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.128483]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.129041]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.129554]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.130144]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.130657]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.131173] kworker/1:16    S    0   454      2 0x00000000
[  260.131692]  ffff8ce36e470800 0000000000000000 ffff8ce3357cbc00 ffff8ce378e59340
[  260.132224]  ffff8ce373655a00 ffff9edf013e7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.132477]  00ff8ce3346ea240 ffff8ce378e59340 ffff9edf013e7e58 ffff8ce3357cbc00
[  260.133078] Call Trace:
[  260.133596]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.134117]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.134645]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.135164]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.135683]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.136204]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.136473]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.137030]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.137554] kworker/1:17    S    0   455      2 0x00000000
[  260.138087]  ffff8ce36e470800 0000000000000000 ffff8ce36ba68000 ffff8ce378e59340
[  260.138625]  ffff8ce372b96900 ffff9edf013efe40 ffffffff8a486df3 ffffffff89e230f7
[  260.139158]  00ff8ce3346eb200 ffff8ce378e59340 ffff9edf013efe58 ffff8ce36ba68000
[  260.139827] Call Trace:
[  260.140448]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.140753]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.141279]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.141800]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.142320]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.142843]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.143366]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.143884]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.144167] kworker/1:18    S    0   456      2 0x00000000
[  260.144720]  ffff8ce36e470800 0000000000000000 ffff8ce36ba6bc00 ffff8ce378e59340
[  260.145257]  ffff8ce36ba68000 ffff9edf03e0fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.146169]  00ff8ce3346ea840 ffff8ce378e59340 ffff9edf03e0fe58 ffff8ce36ba6bc00
[  260.146905] Call Trace:
[  260.147542]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.148065]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.148358]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.148911]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.149448]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.150151]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.150699]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.151233]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.151770] kworker/1:19    S    0   457      2 0x00000000
[  260.152334]  ffff8ce36e470800
[  260.152334]  0000000000000000
[  260.152334]  ffff8ce36ba6cb00 ffff8ce378e59340
[  260.152601]  ffff8ce36ba6bc00 ffff9edf03e17e40 ffffffff8a486df3 ffffffff89e230f7
[  260.161393]  00ff8ce3346eac00 ffff8ce378e59340 ffff9edf03e17e58 ffff8ce36ba6cb00
[  260.161420] Call Trace:
[  260.162021]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.162875]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.163670]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.164820]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.165788]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.166704]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.167727]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.168560]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.169054] kworker/1:20    S    0   458      2 0x00000000
[  260.169818]  ffff8ce36e470800 0000000000000000 ffff8ce36ba6ad00 ffff8ce378e59340
[  260.170353]  ffff8ce36ba6cb00 ffff9edf03e1fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.170890]  00ff8ce3346eb380 ffff8ce378e59340 ffff9edf03e1fe58 ffff8ce36ba6ad00
[  260.171422] Call Trace:
[  260.171945]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.172932]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.173521]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.174047]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.174569]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.175090]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.175609]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.176128]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.176695] kworker/1:21    S    0   459      2 0x00000000
[  260.177782]  ffff8ce36e470800 0000000000000000 ffff8ce36ba69e00 ffff8ce378e59340
[  260.178432]  ffff8ce36ba6ad00 ffff9edf03e27e40 ffffffff8a486df3 ffffffff89e230f7
[  260.178994]  00ff8ce3346eb800 ffff8ce378e59340 ffff9edf03e27e58 ffff8ce36ba69e00
[  260.179537] Call Trace:
[  260.180068]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.180412]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.180975]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.181567]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.182115]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.182661]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.183204]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.183746]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.184294] kworker/1:22    S    0   460      2 0x00000000
[  260.184564]  ffff8ce36e470800 0000000000000000 ffff8ce36ba6e900 ffff8ce378e59340
[  260.185118]  ffff8ce36ba69e00 ffff9edf03e2fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.185673]  00ff8ce3346eaf00 ffff8ce378e59340 ffff9edf03e2fe58 ffff8ce36ba6e900
[  260.186230] Call Trace:
[  260.186793]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.187582]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.188228]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.188810]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.189332]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.189961]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.190863]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.191969]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.193047] kworker/1:23    S    0   461      2 0x00000000
[  260.193799]  ffff8ce36e470800 0000000000000000 ffff8ce36ba6da00 ffff8ce378e59340
[  260.194339]  ffff8ce36ba6e900 ffff9edf03e37e40 ffffffff8a486df3 ffffffff89e230f7
[  260.195092]  00ff8ce3346ead80 ffff8ce378e59340 ffff9edf03e37e58 ffff8ce36ba6da00
[  260.196698] Call Trace:
[  260.197009]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.197534]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.198050]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.198560]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.199071]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.199583]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.200090]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.200615]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.201280] kworker/1:24    S    0   462      2 0x00000000
[  260.201815]  ffff8ce36e470800 0000000000000000 ffff8ce36ba68f00 ffff8ce378e59340
[  260.202353]  ffff8ce36ba6da00 ffff9edf03e3fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.202893]  00ff8ce3346ea780 ffff8ce378e59340 ffff9edf03e3fe58 ffff8ce36ba68f00
[  260.203434] Call Trace:
[  260.203982]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.204529]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.204772]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.205304]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.205843]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.206382]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.206921]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.207453]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.208050] kworker/1:25    S    0   463      2 0x00000000
[  260.208305]  ffff8ce36e470800
[  260.208316]  0000000000000000
[  260.208326]  ffff8ce36ba5cb00 ffff8ce378e59340
[  260.208856]  ffff8ce36ba68f00 ffff9edf03e47e40 ffffffff8a486df3 ffffffff89e230f7
[  260.209397]  00ff8ce36baa15c0 ffff8ce378e59340 ffff9edf03e47e58 ffff8ce36ba5cb00
[  260.209945] Call Trace:
[  260.210482]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.211309]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.212294]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.213320]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.213905]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.214549]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.215116]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.215751]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.216267] kworker/1:26    S    0   464      2 0x00000000
[  260.216523]  ffff8ce36e470800 0000000000000000 ffff8ce36ba5ad00 ffff8ce378e59340
[  260.216565]  ffff8ce36ba5cb00
[  260.217125]  ffff9edf03e4fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.217661]  00ff8ce373703140 ffff8ce378e59340 ffff9edf03e4fe58 ffff8ce36ba5ad00
[  260.218208] Call Trace:
[  260.218745]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.219284]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.219826]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.220409]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.220731]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.221267]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.221807]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.222345]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.222902] kworker/1:27    S    0   465      2 0x00000000
[  260.223479]  ffff8ce36e470800 0000000000000000 ffff8ce36ba58000 ffff8ce378e59340
[  260.224097]  ffff8ce36ba5ad00 ffff9edf03e57e40 ffffffff8a486df3 ffffffff89e230f7
[  260.224351]  00ff8ce373702cc0 ffff8ce378e59340 ffff9edf03e57e58 ffff8ce36ba58000
[  260.224956] Call Trace:
[  260.225493]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.226032]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.226576]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.227112]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.227647]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.228183]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.228452]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.229062]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.229599] kworker/1:28    S    0   466      2 0x00000000
[  260.230141]  ffff8ce36e470800 0000000000000000 ffff8ce36ba59e00 ffff8ce378e59340
[  260.230693]  ffff8ce36ba58000 ffff9edf03e5fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.231237]  00ff8ce373703440 ffff8ce378e59340 ffff9edf03e5fe58 ffff8ce36ba59e00
[  260.231784] Call Trace:
[  260.232366]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.232636]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.233176]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.233713]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.234248]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.234782]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.235316]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.235848]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.236106] kworker/1:29    S    0   467      2 0x00000000
[  260.236704]  ffff8ce36e470800 0000000000000000 ffff8ce36ba5e900 ffff8ce378e59340
[  260.237251]  ffff8ce36ba59e00 ffff9edf03e67e40 ffffffff8a486df3 ffffffff89e230f7
[  260.237794]  00ff8ce3737038c0 ffff8ce378e59340 ffff9edf03e67e58 ffff8ce36ba5e900
[  260.238334] Call Trace:
[  260.238864]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.239628]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.240195]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.240904]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.241443]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.241983]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.242523]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.243055]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.243656] kworker/1:30    S    0   468      2 0x00000000
[  260.250664]  ffff8ce36e470800
[  260.250674]  0000000000000000
[  260.250684]  ffff8ce36ba5da00 ffff8ce378e59340
[  260.251390]  ffff8ce36ba5e900 ffff9edf03e6fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.252002]  00ff8ce373702900 ffff8ce378e59340 ffff9edf03e6fe58 ffff8ce36ba5da00
[  260.253005] Call Trace:
[  260.253818]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.254772]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.255744]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.256937]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.258168]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.259066]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.259606]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.260150]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.260706] kworker/1:31    S
[  260.260706]     0   469      2 0x00000000
[  260.260981]  ffff8ce36e470800 0000000000000000 ffff8ce36ba58f00 ffff8ce378e59340
[  260.261531]  ffff8ce36ba5da00 ffff9edf03e77e40 ffffffff8a486df3 ffffffff89e230f7
[  260.262084]  00ff8ce373702b40 ffff8ce378e59340 ffff9edf03e77e58 ffff8ce36ba58f00
[  260.267133] Call Trace:
[  260.268057]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.268610]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.269101]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.269621]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.270360]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.271233]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.271862]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.272497]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.272847] kworker/1:32    S    0   470      2 0x00000000
[  260.273372]  ffff8ce36e470800 0000000000000000 ffff8ce36ba5bc00 ffff8ce378e59340
[  260.273921]  ffff8ce36ba58f00 ffff9edf03e7fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.274511]  00ff8ce3737035c0 ffff8ce378e59340 ffff9edf03e7fe58 ffff8ce36ba5bc00
[  260.275101] Call Trace:
[  260.276026]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.276716]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.277761]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.278683]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.279640]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.280706]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.281531]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.282361]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.283131] kworker/1:33    S    0   471      2 0x00000000
[  260.283849]  ffff8ce36e470800 0000000000000000 ffff8ce36be9e900 ffff8ce378e59340
[  260.284428]  ffff8ce36ba5bc00 ffff9edf03e87e40 ffffffff8a486df3 ffffffff89e230f7
[  260.285355]  00ff8ce373702a80 ffff8ce378e59340 ffff9edf03e87e58 ffff8ce36be9e900
[  260.285884] Call Trace:
[  260.286848]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.287368]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.288133]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.289862]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.290951]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.291469]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.292272]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.292671]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.293192] kworker/1:34    S    0   473      2 0x00000000
[  260.294021]  ffff8ce36e470800 0000000000000000 ffff8ce36be98000 ffff8ce378e59340
[  260.294556]  ffff8ce36be9e900 ffff9edf03e97e40 ffffffff8a486df3 ffffffff89e230f7
[  260.295085]  00ff8ce3737032c0 ffff8ce378e59340 ffff9edf03e97e58 ffff8ce36be98000
[  260.295642] Call Trace:
[  260.296090]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.296397]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.296972]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.297484]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.297999]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.298515]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.299023]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.299532]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.300043] kworker/1:35    S    0   474      2 0x00000000
[  260.300391]  ffff8ce36e470800 0000000000000000 ffff8ce36be9cb00 ffff8ce378e59340
[  260.300888]  ffff8ce36be98000 ffff9edf03e9fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.301406]  00ff8ce373703740 ffff8ce378e59340 ffff9edf03e9fe58 ffff8ce36be9cb00
[  260.302053] Call Trace:
[  260.302563]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.303073]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.303629]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.304154]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.311898]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.312540]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.313070]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.313594]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.314119] kworker/1:36    S    0   475      2 0x00000000
[  260.314659]  ffff8ce36e470800 0000000000000000 ffff8ce36be9ad00 ffff8ce378e59340
[  260.315213]  ffff8ce36be9cb00 ffff9edf03ea7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.316197]  00ff8ce373702780 ffff8ce378e59340 ffff9edf03ea7e58 ffff8ce36be9ad00
[  260.316912] Call Trace:
[  260.317629]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.318217]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.318825]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.319409]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.319934]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.320607]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.320909]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.321419]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.321928] kworker/1:37    S    0   476      2 0x00000000
[  260.322449]  ffff8ce36e470800 0000000000000000 ffff8ce36be98f00 ffff8ce378e59340
[  260.322982]  ffff8ce36be9ad00 ffff9edf03eafe40 ffffffff8a486df3 ffffffff89e230f7
[  260.323500]  00ff8ce373702600 ffff8ce378e59340 ffff9edf03eafe58 ffff8ce36be98f00
[  260.324021] Call Trace:
[  260.324329]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.324847]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.325361]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.325872]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.326379]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.326889]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.327395]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.327901]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.328271] kworker/1:38    S    0   477      2 0x00000000
[  260.328717]  ffff8ce36e470800 0000000000000000 ffff8ce36be9bc00 ffff8ce378e59340
[  260.329238]  ffff8ce36be98f00 ffff9edf03eb7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.329755]  00ff8ce373702d80 ffff8ce378e59340 ffff9edf03eb7e58 ffff8ce36be9bc00
[  260.330275] Call Trace:
[  260.330783]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.331295]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.331807]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.332141]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.332578]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.334047]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.335833]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.337425]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.338442] kworker/1:39    S    0   478      2 0x00000000
[  260.339564]  ffff8ce36e470800 0000000000000000 ffff8ce36be99e00 ffff8ce378e59340
[  260.340642]  ffff8ce36be9bc00 ffff9edf03ebfe40
[  260.340642]  ffffffff8a486df3
[  260.340642]  ffffffff89e230f7
[  260.340642]  00ff8ce373702300 ffff8ce378e59340 ffff9edf03ebfe58
[  260.341449]  ffff8ce36be99e00
[  260.341465] Call Trace:
[  260.342460]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.343537]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.344400]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.345197]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.345980]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.346714]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.347245]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.347887]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.348282] kworker/1:40    S    0   479      2 0x00000000
[  260.348932]  ffff8ce36e470800 0000000000000000 ffff8ce3357a6900 ffff8ce378e59340
[  260.349659]  ffff8ce36be99e00 ffff9edf03ec7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.350211]  00ff8ce373702f00 ffff8ce378e59340 ffff9edf03ec7e58 ffff8ce3357a6900
[  260.350951] Call Trace:
[  260.351547]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.352219]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.353142]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.353817]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.354351]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.354883]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.355413]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.355943]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.356518] kworker/1:41    S
[  260.356534]     0   480      2 0x00000000
[  260.357594]  ffff8ce36e470800 0000000000000000 ffff8ce3357a5a00 ffff8ce378e59340
[  260.358581]  ffff8ce3357a6900 ffff9edf03ecfe40 ffffffff8a486df3 ffffffff89e230f7
[  260.359551]  00ff8ce373702540 ffff8ce378e59340 ffff9edf03ecfe58 ffff8ce3357a5a00
[  260.360503] Call Trace:
[  260.361285]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.362307]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.363288]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.364263]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.365201]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.366174]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.367139]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.368173]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.368888] kworker/1:42    S    0   481      2 0x00000000
[  260.370024]  ffff8ce36e470800 0000000000000000 ffff8ce3357a0f00 ffff8ce378e59340
[  260.371355]  ffff8ce3357a5a00 ffff9edf03ed7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.372646]  00ff8ce373703800 ffff8ce378e59340 ffff9edf03ed7e58 ffff8ce3357a0f00
[  260.373170] Call Trace:
[  260.373782]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.374418]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.374962]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.375667]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.376372]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.376722]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.377258]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.377795]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.378332] kworker/1:43    S    0   482      2 0x00000000
[  260.378881]  ffff8ce36e470800 0000000000000000 ffff8ce3357a3c00 ffff8ce378e59340
[  260.379433]  ffff8ce3357a0f00 ffff9edf03edfe40 ffffffff8a486df3 ffffffff89e230f7
[  260.380070]  00ff8ce373703b00 ffff8ce378e59340 ffff9edf03edfe58 ffff8ce3357a3c00
[  260.380330] Call Trace:
[  260.380915]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.381435]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.381950]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.382462]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.382972]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.383483]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.383991]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.384327]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.384814] kworker/1:44    S    0   483      2 0x00000000
[  260.385329]  ffff8ce36e470800 0000000000000000 ffff8ce3357a0000 ffff8ce378e59340
[  260.385854]  ffff8ce3357a3c00 ffff9edf03ee7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.386379]  00ff8ce373703380 ffff8ce378e59340 ffff9edf03ee7e58 ffff8ce3357a0000
[  260.386898] Call Trace:
[  260.387408]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.387921]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.388243]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.388736]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.389246]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.389770]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.390279]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.390787]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.391300] kworker/1:45    S    0   484      2 0x00000000
[  260.391820]  ffff8ce334e89c00 ffff8ce334e88800 ffff8ce3357a4b00 ffff8ce378e59340
[  260.392164]  ffff8ce36c85da00
[  260.392164]  ffff9edf03eefe40
[  260.392164]  ffffffff8a486df3 ffff8ce378e58b40
[  260.392627]  00ff8ce373703e00 ffff8ce378e59340 ffff9edf03eefe58 ffff8ce3357a4b00
[  260.393153] Call Trace:
[  260.393674]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.394192]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.394706]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.395217]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.395826]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.396150]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.396778]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.397310] kworker/1:46    S    0   485      2 0x00000000
[  260.397836]  ffff8ce334e88800 0000000000000000 ffff8ce3357a2d00 ffff8ce378e59340
[  260.398376]  ffff8ce3357a1e00 ffff9edf03ef7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.398913]  00ff8ce373702c00 ffff8ce378e59340 ffff9edf03ef7e58 ffff8ce3357a2d00
[  260.400143] Call Trace:
[  260.400421]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.400958]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.401499]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.402036]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.402576]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.403112]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.403648]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.404180]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.404409] kworker/1:47    S    0   486      2 0x00000000
[  260.404933]  ffff8ce334e88800 0000000000000000 ffff8ce3357a1e00 ffff8ce378e59340
[  260.406115]  ffff8ce37f9bbc00 ffff9edf03effe40 ffffffff8a486df3 ffffffff89e230f7
[  260.407635]  00ff8ce373703500 ffff8ce378e59340 ffff9edf03effe58 ffff8ce3357a1e00
[  260.408200] Call Trace:
[  260.414546]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.415485]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.416027]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.416597]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.417053]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.417658]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.418185]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.418737]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.419281] kworker/1:48    S    0   487      2 0x00000000
[  260.419835]  ffff8ce334e88800 0000000000000000 ffff8ce37f9bbc00 ffff8ce378e59340
[  260.420419]  ffff8ce37f9b9e00
[  260.420419]  ffff9edf03f07e40
[  260.420419]  ffffffff8a486df3 ffffffff89e230f7
[  260.420812]  00ff8ce373702840 ffff8ce378e59340 ffff9edf03f07e58 ffff8ce37f9bbc00
[  260.421359] Call Trace:
[  260.421900]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.422446]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.422997]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.423546]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.424120]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.424369]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.425054]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.425591]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.426138] kworker/1:49    S    0   488      2 0x00000000
[  260.426753]  ffff8ce334e88800 0000000000000000 ffff8ce37f9b9e00 ffff8ce378e59340
[  260.427306]  ffff8ce3706de900 ffff9edf03f0fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.427884]  00ff8ce373703a40 ffff8ce378e59340 ffff9edf03f0fe58 ffff8ce37f9b9e00
[  260.428361] Call Trace:
[  260.428778]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.429424]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.429970]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.430486]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.431000]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.431519]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.432038]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.432275]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.432870] kworker/1:50    S    0   489      2 0x00000000
[  260.433392]  ffff8ce334e88800 0000000000000000 ffff8ce3706de900 ffff8ce378e59340
[  260.433927]  ffff8ce3706d9e00 ffff9edf03f17e40 ffffffff8a486df3 ffffffff89e230f7
[  260.434455]  00ff8ce373703200 ffff8ce378e59340 ffff9edf03f17e58 ffff8ce3706de900
[  260.434986] Call Trace:
[  260.435502]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.436020]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.436282]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.436857]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.437373]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.437892]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.438407]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.438927]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.439443] kworker/1:51    S    0   490      2 0x00000000
[  260.440018]  ffff8ce334e88800 0000000000000000 ffff8ce3706d9e00 ffff8ce378e59340
[  260.440278]  ffff8ce3706dad00 ffff9edf03f1fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.440859]  00ff8ce3737026c0 ffff8ce378e59340 ffff9edf03f1fe58 ffff8ce3706d9e00
[  260.441444] Call Trace:
[  260.441960]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.442603]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.443125]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.443641]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.444158]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.444406]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.444979]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.445494]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.446012] kworker/1:52    S    0   491      2 0x00000000
[  260.446539]  ffff8ce334e88800 0000000000000000 ffff8ce3706dad00 ffff8ce378e59340
[  260.447073]  ffff8ce3706dcb00 ffff9edf03f27e40 ffffffff8a486df3 ffffffff89e230f7
[  260.447600]  00ff8ce373702240 ffff8ce378e59340 ffff9edf03f27e58 ffff8ce3706dad00
[  260.448126] Call Trace:
[  260.448401]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.448948]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.449463]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.449973]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.450481]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.450991]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.451498]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.452004]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.452372] kworker/1:53    S    0   492      2 0x00000000
[  260.452822]  ffff8ce334e88800 0000000000000000 ffff8ce3706dcb00 ffff8ce378e59340
[  260.453347]  ffff8ce3706d8000 ffff9edf03f2fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.453865]  00ff8ce3737020c0 ffff8ce378e59340 ffff9edf03f2fe58 ffff8ce3706dcb00
[  260.454382] Call Trace:
[  260.454889]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.455398]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.455909]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.456245]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.456764]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.457273]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.457780]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.459159]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.459692] kworker/1:54    S    0   493      2 0x00000000
[  260.460177]  ffff8ce334e88800 0000000000000000 ffff8ce3706d8000 ffff8ce378e59340
[  260.460761]  ffff8ce3706dbc00 ffff9edf03f37e40 ffffffff8a486df3 ffffffff89e230f7
[  260.460854]  00ff8ce373703bc0 ffff8ce378e59340 ffff9edf03f37e58 ffff8ce3706d8000
[  260.462608] Call Trace:
[  260.463548]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.464550]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.465303]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.466303]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.467284]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.468259]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.468958]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.469975]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.470973] kworker/1:55    S    0   494      2 0x00000000
[  260.472000]  ffff8ce334e88800 0000000000000000 ffff8ce3706dbc00 ffff8ce378e59340
[  260.472929]  ffff8ce3706d8f00 ffff9edf03f3fe40 ffffffff8a486df3
[  260.472929]  ffffffff89e230f7
[  260.472929]  00ff8ce373702000
[  260.472929]  ffff8ce378e59340
[  260.478956]  ffff9edf03f3fe58 ffff8ce3706dbc00
[  260.480218] Call Trace:
[  260.481374]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.483556]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.484122]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.484451]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.485190]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.485746]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.486568]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.487122]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.487961] kworker/1:56    S    0   495      2 0x00000000
[  260.488443]  ffff8ce334e88800 0000000000000000 ffff8ce3706d8f00
[  260.488443]  ffff8ce378e59340
[  260.488443]  ffff8ce3706dda00 ffff9edf03f47e40 ffffffff8a486df3
[  260.491514]  ffffffff89e230f7
[  260.491524]  00ff8ce373703ec0 ffff8ce378e59340 ffff9edf03f47e58 ffff8ce3706d8f00
[  260.492674] Call Trace:
[  260.493365]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.493984]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.495328]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.496207]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.496667]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.497277]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.497893]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.498503]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.499111] kworker/1:57    S    0   496      2 0x00000000
[  260.499734]  ffff8ce334e88800 0000000000000000 ffff8ce3706dda00 ffff8ce378e59340
[  260.500585]  ffff8ce370700000
[  260.500585]  ffff9edf03f4fe40
[  260.500585]  ffffffff8a486df3 ffffffff89e230f7
[  260.501047]  00ff8ce3737023c0 ffff8ce378e59340 ffff9edf03f4fe58 ffff8ce3706dda00
[  260.501659] Call Trace:
[  260.502260]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.503024]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.503633]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.504290]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.504966]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.506105]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.506752]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.507346]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.508304] kworker/1:58    S    0   497      2 0x00000000
[  260.508933]  ffff8ce334e88800 0000000000000000 ffff8ce370700000 ffff8ce378e59340
[  260.509548]  ffff8ce370703c00 ffff9edf03f57e40 ffffffff8a486df3 ffffffff89e230f7
[  260.510161]  00ff8ce373702fc0 ffff8ce378e59340 ffff9edf03f57e58 ffff8ce370700000
[  260.510775] Call Trace:
[  260.511379]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.512294]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.512835]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.513433]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.514025]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.514620]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.515220]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.515832]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.516128] kworker/1:59    S    0   498      2 0x00000000
[  260.516726]  ffff8ce334e88800 0000000000000000 ffff8ce370703c00 ffff8ce378e59340
[  260.517333]  ffff8ce370700f00 ffff9edf03f5fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.517948]  00ff8ce3737029c0 ffff8ce378e59340 ffff9edf03f5fe58 ffff8ce370703c00
[  260.518571] Call Trace:
[  260.519168]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.519752]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.520025]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.520658]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.521225]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.521791]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.522358]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.522928]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.524509] kworker/1:60    S
[  260.524527]     0   499      2 0x00000000
[  260.525456]  ffff8ce334e88800 0000000000000000 ffff8ce370700f00 ffff8ce378e59340
[  260.526588]  ffff8ce370705a00 ffff9edf03f67e40 ffffffff8a486df3 ffffffff89e230f7
[  260.527321]  00ff8ce373702e40 ffff8ce378e59340 ffff9edf03f67e58 ffff8ce370700f00
[  260.527938] Call Trace:
[  260.528496]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.528935]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.529464]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.529984]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.530502]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.531025]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.531541]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.532058]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.532340] kworker/1:61    S    0   500      2 0x00000000
[  260.532908]  ffff8ce334e88800 0000000000000000 ffff8ce370705a00 ffff8ce378e59340
[  260.533443]  ffff8ce370706900 ffff9edf03f6fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.533976]  00ff8ce373703d40 ffff8ce378e59340 ffff9edf03f6fe58 ffff8ce370705a00
[  260.534499] Call Trace:
[  260.535009]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.535522]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.536038]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.536369]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.536937]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.537448]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.537963]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.538471]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.538982] kworker/1:62    S    0   501      2 0x00000000
[  260.539501]  ffff8ce3709f0400 0000000000000000 ffff8ce370706900 ffff8ce378e59340
[  260.540064]  ffff8ce374522d00 ffff9edf03f77e40 ffffffff8a486df3 ffffffff89d1cdd2
[  260.540363]  00ff8ce373703080 ffff8ce378e59340 ffff9edf03f77e58 ffff8ce370706900
[  260.540894] Call Trace:
[  260.541403]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.541916]  [<ffffffff89d1cdd2>] ? cgroup_pidlist_destroy_work_fn+0x82/0x90
[  260.542434]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.542945]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.543459]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.543970]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.544311]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.544782]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.545295] kworker/1:63    S    0   502      2 0x00000000
[  260.545818]  ffff8ce3709f0400 0000000000000000 ffff8ce370701e00 ffff8ce378e59340
[  260.546343]  ffff8ce374522d00 ffff9edf03f7fe40 ffffffff8a486df3 ffff8ce378e54200
[  260.546861]  00ff8ce373703680 ffff8ce378e59340 ffff9edf03f7fe58 ffff8ce370701e00
[  260.547378] Call Trace:
[  260.547887]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.548209]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.548693]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.549197]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.549701]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.550202]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.550707]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.551208] kworker/1:64    S    0   503      2 0x00000000
[  260.551715]  ffff8ce334e89c00 0000000000000000 ffff8ce370702d00 ffff8ce378e59340
[  260.552125]  ffff8ce37444e900 ffff9edf03f87e40 ffffffff8a486df3
[  260.552125]  ffffffff89d1cdd2
[  260.552718]  00ff8ce373703980 ffff8ce378e59340 ffff9edf03f87e58 ffff8ce370702d00
[  260.553309] Call Trace:
[  260.553830]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.554342]  [<ffffffff89d1cdd2>] ? cgroup_pidlist_destroy_work_fn+0x82/0x90
[  260.554858]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.555366]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.555933]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.556190]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.556708]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.557236]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.557759] kworker/1:65    S    0   504      2 0x00000000
[  260.558283]  ffff8ce334e71800 0000000000000000 ffff8ce370704b00 ffff8ce378e59340
[  260.558817]  ffff8ce370702d00 ffff9edf03f8fe40 ffffffff8a486df3 ffff8ce373702480
[  260.559354]  00ff8ce373702480 ffff8ce378e59340 ffff9edf03f8fe58 ffff8ce370704b00
[  260.560183] Call Trace:
[  260.560815]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.561339]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.561979]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.562494]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.563195]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.564122]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.567900]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.568425] kworker/1:66    S
[  260.568425]     0   505      2 0x00000000
[  260.568915]  ffff8ce3709f0400 0000000000000000 ffff8ce370733c00 ffff8ce378e59340
[  260.571310]  ffff8ce370702d00 ffff9edf03f97e40 ffffffff8a486df3 ffffffff89e230f7
[  260.571971]  00ff8ce373702180 ffff8ce378e59340 ffff9edf03f97e58 ffff8ce370733c00
[  260.572540] Call Trace:
[  260.573669]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.574638]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.575614]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.576131]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.576444]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.579664]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.580163]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.580458]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.581035] kworker/1:67    S    0   506      2 0x00000000
[  260.581537]  ffff8ce3709f0400 0000000000000000 ffff8ce370730f00 ffff8ce378e59340
[  260.582135]  ffff8ce370733c00 ffff9edf03f9fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.582650]  00ff8ce373703c80 ffff8ce378e59340 ffff9edf03f9fe58 ffff8ce370730f00
[  260.583344] Call Trace:
[  260.583996]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.584451]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.584838]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.585341]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.585840]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.586340]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.586844]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.587343]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.587842] kworker/1:68    S    0   507      2 0x00000000
[  260.588260]  ffff8ce3709f0400 0000000000000000 ffff8ce370735a00 ffff8ce378e59340
[  260.588670]  ffff8ce370730f00 ffff9edf03fa7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.589189]  00ff8ce37072a240 ffff8ce378e59340 ffff9edf03fa7e58 ffff8ce370735a00
[  260.589731] Call Trace:
[  260.590233]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.590741]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.591247]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.591749]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.592085]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.592446]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.593002]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.593499]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.593998] kworker/1:69    S    0   508      2 0x00000000
[  260.594502]  ffff8ce3709f0400 0000000000000000 ffff8ce370736900 ffff8ce378e59340
[  260.595015]  ffff8ce370735a00 ffff9edf03fafe40 ffffffff8a486df3 ffffffff89e230f7
[  260.595529]  00ff8ce37072a0c0 ffff8ce378e59340 ffff9edf03fafe58 ffff8ce370736900
[  260.596037] Call Trace:
[  260.596442]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.596894]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.597402]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.597910]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.598419]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.599105]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.599611]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.600114]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.600347] kworker/1:70    S    0   509      2 0x00000000
[  260.600919]  ffff8ce3709f0400 0000000000000000 ffff8ce370731e00 ffff8ce378e59340
[  260.601437]  ffff8ce370736900 ffff9edf03fb7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.601951]  00ff8ce37072bbc0 ffff8ce378e59340 ffff9edf03fb7e58 ffff8ce370731e00
[  260.602465] Call Trace:
[  260.602969]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.603476]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.603986]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.604341]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.604819]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.605327]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.605835]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.606362]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.606865] kworker/1:71    S    0   510      2 0x00000000
[  260.607373]  ffff8ce3709f0400 0000000000000000 ffff8ce370732d00 ffff8ce378e59340
[  260.607890]  ffff8ce370731e00 ffff9edf03fbfe40 ffffffff8a486df3 ffffffff89e230f7
[  260.608255]  00ff8ce37072a000 ffff8ce378e59340 ffff9edf03fbfe58 ffff8ce370732d00
[  260.608714] Call Trace:
[  260.609218]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.609730]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.610239]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.610748]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.611250]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.611754]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.612139]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.612459]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.613021] kworker/1:72    S    0   511      2 0x00000000
[  260.613531]  ffff8ce3709f0400 0000000000000000 ffff8ce370734b00 ffff8ce378e59340
[  260.614048]  ffff8ce370732d00 ffff9edf03fc7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.614634]  00ff8ce37072bec0 ffff8ce378e59340 ffff9edf03fc7e58 ffff8ce370734b00
[  260.615253] Call Trace:
[  260.615821]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.616407]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.617172]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.618228]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.623687]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.624330]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.624848]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.625374]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.625903] kworker/1:73    S    0   512      2 0x00000000
[  260.626442]  ffff8ce3709f0400 0000000000000000 ffff8ce370730000 ffff8ce378e59340
[  260.626983]  ffff8ce370734b00 ffff9edf03fcfe40 ffffffff8a486df3 ffffffff89e230f7
[  260.627521]  00ff8ce37072a3c0 ffff8ce378e59340 ffff9edf03fcfe58 ffff8ce370730000
[  260.628059] Call Trace:
[  260.628308]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.628955]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.629691]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.630711]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.631730]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.632298]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.633059]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.633831]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.634340] kworker/1:74    S    0   513      2 0x00000000
[  260.634996]  ffff8ce3709f0400 0000000000000000 ffff8ce37076da00 ffff8ce378e59340
[  260.635588]  ffff8ce370730000 ffff9edf03fd7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.636120]  00ff8ce37072afc0 ffff8ce378e59340 ffff9edf03fd7e58 ffff8ce37076da00
[  260.636462] Call Trace:
[  260.637136]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.638096]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.638609]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.639275]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.639965]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.640455]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.640945]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.641448]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.641954] kworker/1:75    S    0   514      2 0x00000000
[  260.642467]  ffff8ce3709f0400 0000000000000000 ffff8ce37076e900 ffff8ce378e59340
[  260.642987]  ffff8ce37076da00 ffff9edf03fdfe40 ffffffff8a486df3 ffffffff89e230f7
[  260.643500]  00ff8ce37072a9c0 ffff8ce378e59340 ffff9edf03fdfe58 ffff8ce37076e900
[  260.644323] Call Trace:
[  260.644752]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.645261]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.646221]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.646880]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.647397]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.647910]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.648164]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.648766]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.654601] kworker/1:76    S
[  260.654616]     0   515      2 0x00000000
[  260.655642]  ffff8ce3709f0400 0000000000000000 ffff8ce370769e00 ffff8ce378e59340
[  260.656216]  ffff8ce37076e900 ffff9edf03fe7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.656717]  00ff8ce37072ae40 ffff8ce378e59340 ffff9edf03fe7e58 ffff8ce370769e00
[  260.657242] Call Trace:
[  260.658049]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.658587]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.659262]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.659774]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.660141]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.660708]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.661420]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.662077]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.662688] kworker/1:77    S    0   516      2 0x00000000
[  260.663299]  ffff8ce3709f0400 0000000000000000 ffff8ce37076ad00 ffff8ce378e59340
[  260.664134]  ffff8ce370769e00 ffff9edf03fefe40 ffffffff8a486df3 ffffffff89e230f7
[  260.664540]  00ff8ce37072bd40 ffff8ce378e59340 ffff9edf03fefe58 ffff8ce37076ad00
[  260.665117] Call Trace:
[  260.665628]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.666139]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.666653]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.667398]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.667923]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.668534]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.668824]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.669350]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.669883] kworker/1:78    S    0   517      2 0x00000000
[  260.670416]  ffff8ce3709f0400 0000000000000000 ffff8ce37076cb00 ffff8ce378e59340
[  260.670955]  ffff8ce37076ad00 ffff9edf03ff7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.671494]  00ff8ce37072b080 ffff8ce378e59340 ffff9edf03ff7e58 ffff8ce37076cb00
[  260.672045] Call Trace:
[  260.672271]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.672799]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.673342]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.673887]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.674426]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.674960]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.675492]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.676023]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.676265] kworker/1:79    S    0   518      2 0x00000000
[  260.676867]  ffff8ce3709f0400 0000000000000000 ffff8ce370768000 ffff8ce378e59340
[  260.677410]  ffff8ce37076cb00 ffff9edf03fffe40 ffffffff8a486df3 ffffffff89e230f7
[  260.677945]  00ff8ce37072b680 ffff8ce378e59340 ffff9edf03fffe58 ffff8ce370768000
[  260.678489] Call Trace:
[  260.679280]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.680242]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.680705]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.681367]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.681972]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.682483]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.683068]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.683576]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.684084] kworker/1:80    S    0   519      2 0x00000000
[  260.684691]  ffff8ce3709f0400 0000000000000000 ffff8ce37076bc00
[  260.684691]  ffff8ce378e59340
[  260.684691]  ffff8ce370768000
[  260.684691]  ffff9edf04007e40
[  260.685089]  ffffffff8a486df3 ffffffff89e230f7
[  260.685619]  00ff8ce37072b980 ffff8ce378e59340 ffff9edf04007e58 ffff8ce37076bc00
[  260.686172] Call Trace:
[  260.686713]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.687254]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.687799]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.688371]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.688658]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.689198]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.689750]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.690286]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.690824] kworker/1:81    S    0   520      2 0x00000000
[  260.691373]  ffff8ce3709f0400 0000000000000000 ffff8ce370768f00 ffff8ce378e59340
[  260.691968]  ffff8ce37076bc00 ffff9edf0400fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.692303]  00ff8ce37072a480 ffff8ce378e59340 ffff9edf0400fe58 ffff8ce370768f00
[  260.692909] Call Trace:
[  260.693448]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.693990]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.694535]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.695074]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.695611]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.696154]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.696411]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.697006]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.697549] kworker/1:82    S    0   521      2 0x00000000
[  260.698096]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd16900 ffff8ce378e59340
[  260.698650]  ffff8ce370768f00 ffff9edf04017e40 ffffffff8a486df3 ffffffff89e230f7
[  260.699199]  00ff8ce37072a180 ffff8ce378e59340 ffff9edf04017e58 ffff8ce36fd16900
[  260.699746] Call Trace:
[  260.700284]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.700554]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.701158]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.701696]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.702236]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.702778]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.703315]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.703850]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.704439] kworker/1:83    S    0   522      2 0x00000000
[  260.704719]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd11e00 ffff8ce378e59340
[  260.705270]  ffff8ce36fd12d00 ffff9edf0401fe40 ffffffff8a486df3 0000000089d1e182
[  260.705822]  00ff8ce37072bc80 ffff8ce378e59340 ffff9edf0401fe58 ffff8ce36fd11e00
[  260.706383] Call Trace:
[  260.706923]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.707464]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.708034]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.709113]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.709714]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.710254]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.710801]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.711352] kworker/1:84    S    0   523      2 0x00000000
[  260.712882]  ffff8ce3709f0400 0000000000000000
[  260.712882]  ffff8ce36fd12d00
[  260.712882]  ffff8ce378e59340
[  260.713698]  ffff8ce370704b00 ffff9edf04027e40 ffffffff8a486df3 ffffffff89e230f7
[  260.714768]  00ff8ce37072b140 ffff8ce378e59340 ffff9edf04027e58 ffff8ce36fd12d00
[  260.715773] Call Trace:
[  260.716597]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.717529]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.718554]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.719410]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.720244]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.726238]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.726927]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.727499]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.728053] kworker/1:85    S    0   524      2 0x00000000
[  260.728613]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd14b00 ffff8ce378e59340
[  260.729181]  ffff8ce36fd10000 ffff9edf0402fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.729723]  00ff8ce37072acc0 ffff8ce378e59340 ffff9edf0402fe58 ffff8ce36fd14b00
[  260.730243] Call Trace:
[  260.730754]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.731272]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.731788]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.732429]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.732671]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.733181]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.733690]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.734198]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.734712] kworker/1:86    S    0   525      2 0x00000000
[  260.735634]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd10000 ffff8ce378e59340
[  260.736129]  ffff8ce36fd13c00 ffff9edf04037e40 ffffffff8a486df3 ffffffff89e230f7
[  260.736129]  00ff8ce37072b440 ffff8ce378e59340 ffff9edf04037e58 ffff8ce36fd10000
[  260.736129] Call Trace:
[  260.736129]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.736129]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.736129]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.736129]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.743113]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.745423]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.745908]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.746496]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.747008] kworker/1:87    S    0   526      2 0x00000000
[  260.747744]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd13c00 ffff8ce378e59340
[  260.748319]  ffff8ce36fd10f00
[  260.748319]  ffff9edf0403fe40
[  260.748319]  ffffffff8a486df3
[  260.748319]  ffffffff89e230f7
[  260.748319]  00ff8ce37072b8c0 ffff8ce378e59340 ffff9edf0403fe58
[  260.748674]  ffff8ce36fd13c00
[  260.748683] Call Trace:
[  260.749216]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.749758]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.750307]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.750841]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.751375]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.751910]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.752179]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.752770]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.753303] kworker/1:88    S    0   527      2 0x00000000
[  260.753850]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd10f00 ffff8ce378e59340
[  260.754399]  ffff8ce36fd15a00 ffff9edf04047e40 ffffffff8a486df3 ffffffff89e230f7
[  260.755138]  00ff8ce37072a900 ffff8ce378e59340 ffff9edf04047e58 ffff8ce36fd10f00
[  260.755688] Call Trace:
[  260.756174]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.756516]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.757111]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.757644]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.758175]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.758705]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.759231]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.759759]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.760292] kworker/1:89    S    0   528      2 0x00000000
[  260.760607]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd15a00 ffff8ce378e59340
[  260.761151]  ffff8ce36fd3da00 ffff9edf0404fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.761695]  00ff8ce37072ab40 ffff8ce378e59340 ffff9edf0404fe58 ffff8ce36fd15a00
[  260.762236] Call Trace:
[  260.762767]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.763305]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.763840]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.764094]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.764679]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.765209]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.765741]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.766270]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.766801] kworker/1:90    S    0   529      2 0x00000000
[  260.767335]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd3da00 ffff8ce378e59340
[  260.767880]  ffff8ce36fd39e00 ffff9edf04057e40 ffffffff8a486df3 ffffffff89e230f7
[  260.768163]  00ff8ce37072b5c0 ffff8ce378e59340 ffff9edf04057e58 ffff8ce36fd3da00
[  260.768762] Call Trace:
[  260.769295]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.769833]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.770372]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.770999]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.771587]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.772160]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.777706]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.778720]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.779704] kworker/1:91    S    0   530      2 0x00000000
[  260.780297]  ffff8ce3709f0400
[  260.780297]  0000000000000000
[  260.780297]  ffff8ce36fd3e900 ffff8ce378e59340
[  260.780790]  ffff8ce36fd16900 ffff9edf0405fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.781375]  00ff8ce37072aa80 ffff8ce378e59340 ffff9edf0405fe58 ffff8ce36fd3e900
[  260.782494] Call Trace:
[  260.783455]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.783994]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.784445]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.785278]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.785859]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.786419]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.787193]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.789733]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.790579] kworker/1:92    S    0   531      2 0x00000000
[  260.791315]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd39e00 ffff8ce378e59340
[  260.791847]  ffff8ce36fd3e900 ffff9edf04067e40 ffffffff8a486df3 ffffffff89e230f7
[  260.792642]  00ff8ce37072b2c0 ffff8ce378e59340 ffff9edf04067e58 ffff8ce36fd39e00
[  260.793023] Call Trace:
[  260.793542]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.794064]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.794584]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.795134]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.795858]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.796421]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.796751]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.797270]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.797785] kworker/1:93    S    0   532      2 0x00000000
[  260.798307]  ffff8ce36e470800 0000000000000000 ffff8ce36fd3ad00 ffff8ce378e59340
[  260.798838]  ffff8ce36fd39e00 ffff9edf0406fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.799362]  00ff8ce37072b740 ffff8ce378e59340 ffff9edf0406fe58 ffff8ce36fd3ad00
[  260.799886] Call Trace:
[  260.800207]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.800708]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.801229]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.802617]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.803177]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.803708]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.804128]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.804526]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.805136] kworker/1:94    S    0   533      2 0x00000000
[  260.811421]  ffff8ce36e470800
[  260.812168]  0000000000000000 ffff8ce36fd3cb00 ffff8ce378e59340
[  260.812680]  ffff8ce36fd3ad00 ffff9edf04077e40 ffffffff8a486df3 ffffffff89e230f7
[  260.813205]  00ff8ce37072a780 ffff8ce378e59340 ffff9edf04077e58 ffff8ce36fd3cb00
[  260.813729] Call Trace:
[  260.814271]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.815107]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.815653]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.816110]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.816411]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.816987]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.817820]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.818485]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.819518] kworker/1:95    S    0   534      2 0x00000000
[  260.820174]  ffff8ce36e470800 0000000000000000 ffff8ce36fd38000 ffff8ce378e59340
[  260.820579]  ffff8ce36fd3cb00 ffff9edf0407fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.821156]  00ff8ce37072a600 ffff8ce378e59340 ffff9edf0407fe58 ffff8ce36fd38000
[  260.821674] Call Trace:
[  260.822399]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.822911]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.823501]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.824009]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.824574]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.824895]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.825437]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.825968]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.826500] kworker/1:96    S    0   535      2 0x00000000
[  260.827037]  ffff8ce36e470800 0000000000000000 ffff8ce36fd3bc00 ffff8ce378e59340
[  260.827572]  ffff8ce36fd38000 ffff9edf04087e40 ffffffff8a486df3 ffffffff89e230f7
[  260.828107]  00ff8ce37072ad80 ffff8ce378e59340 ffff9edf04087e58 ffff8ce36fd3bc00
[  260.828349] Call Trace:
[  260.828866]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.829395]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.829938]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.830474]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.831012]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.831546]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.832080]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.832341]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.832984] kworker/1:97    S    0   536      2 0x00000000
[  260.833519]  ffff8ce36e470800 0000000000000000 ffff8ce36fd38f00 ffff8ce378e59340
[  260.836088]  ffff8ce36fd3bc00 ffff9edf0408fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.836414]  00ff8ce37072a300 ffff8ce378e59340 ffff9edf0408fe58 ffff8ce36fd38f00
[  260.836481] Call Trace:
[  260.837020]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.837622]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.838154]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.838741]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.839324]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.839849]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.840408]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.840694]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.841215] kworker/1:98    S    0   537      2 0x00000000
[  260.841741]  ffff8ce36e470800 0000000000000000 ffff8ce36fd63c00 ffff8ce378e59340
[  260.842274]  ffff8ce36fd38f00 ffff9edf04097e40 ffffffff8a486df3 ffffffff89e230f7
[  260.842806]  00ff8ce37072af00 ffff8ce378e59340 ffff9edf04097e58 ffff8ce36fd63c00
[  260.843336] Call Trace:
[  260.843851]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.844115]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.844681]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.845197]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.845717]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.846235]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.846748]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.847262]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.847778] kworker/1:99    S    0   538      2 0x00000000
[  260.848097]  ffff8ce36e470800 0000000000000000 ffff8ce36fd60f00 ffff8ce378e59340
[  260.848684]  ffff8ce36fd63c00 ffff9edf0409fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.849215]  00ff8ce37072a540 ffff8ce378e59340 ffff9edf0409fe58 ffff8ce36fd60f00
[  260.849743] Call Trace:
[  260.850261]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.850788]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.851309]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.851830]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.852060]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.852630]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.853143]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.853660]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.854175] kworker/1:100   S    0   539      2 0x00000000
[  260.854694]  ffff8ce36e470800 0000000000000000 ffff8ce36fd65a00 ffff8ce378e59340
[  260.855223]  ffff8ce36fd60f00 ffff9edf040a7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.855752]  00ff8ce37072b800 ffff8ce378e59340 ffff9edf040a7e58 ffff8ce36fd65a00
[  260.856054] Call Trace:
[  260.856511]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.857092]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.857615]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.858133]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.858649]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.859164]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.859680]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.860192]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.860506] kworker/1:101   S    0   540      2 0x00000000
[  260.861017]  ffff8ce36e470800 0000000000000000 ffff8ce36fd66900 ffff8ce378e59340
[  260.861546]  ffff8ce36fd65a00 ffff9edf040afe40 ffffffff8a486df3 ffffffff89e230f7
[  260.862081]  00ff8ce37072bb00 ffff8ce378e59340 ffff9edf040afe58 ffff8ce36fd66900
[  260.862607] Call Trace:
[  260.863127]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.863644]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.864155]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.864459]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.865080]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.865651]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.866176]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.866691]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.867211] kworker/1:102   S    0   541      2 0x00000000
[  260.867868]  ffff8ce36e470800 0000000000000000 ffff8ce36fd61e00 ffff8ce378e59340
[  260.869291]  ffff8ce36fd66900 ffff9edf040b7e40 ffffffff8a486df3
[  260.869346]  ffffffff89e230f7
[  260.869378]  00ff8ce37072b380 ffff8ce378e59340 ffff9edf040b7e58
[  260.870335]  ffff8ce36fd61e00
[  260.870353] Call Trace:
[  260.871360]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.872276]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.873022]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.874031]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.875085]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.876052]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.876699]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.877250]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.877801] kworker/1:103   S    0   542      2 0x00000000
[  260.878586]  ffff8ce36e470800 0000000000000000 ffff8ce36fd62d00 ffff8ce378e59340
[  260.879156]  ffff8ce36fd61e00 ffff9edf040bfe40 ffffffff8a486df3 ffffffff89e230f7
[  260.880170]  00ff8ce37072be00 ffff8ce378e59340 ffff9edf040bfe58 ffff8ce36fd62d00
[  260.883570] Call Trace:
[  260.884135]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.884661]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.885381]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.886030]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.886584]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.887132]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.888776]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.889904]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.890557] kworker/1:104   S    0   543      2 0x00000000
[  260.891152]  ffff8ce36e470800 0000000000000000 ffff8ce36fd64b00 ffff8ce378e59340
[  260.891703]  ffff8ce36fd62d00 ffff9edf040c7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.892250]  00ff8ce37072ac00 ffff8ce378e59340 ffff9edf040c7e58 ffff8ce36fd64b00
[  260.892631] Call Trace:
[  260.893177]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.893810]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.894355]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.894892]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.895424]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.896041]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.896435]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.897060]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.897596] kworker/1:105   S    0   544      2 0x00000000
[  260.898143]  ffff8ce36e470800 0000000000000000 ffff8ce36fd60000 ffff8ce378e59340
[  260.898701]  ffff8ce36fd64b00 ffff9edf040cfe40 ffffffff8a486df3 ffffffff89e230f7
[  260.899999]  00ff8ce37072b500 ffff8ce378e59340 ffff9edf040cfe58 ffff8ce36fd60000
[  260.900425] Call Trace:
[  260.900848]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.901414]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.901977]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.902547]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.903110]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.903666]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.904218]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.904520]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.905274] kworker/1:106   S    0   545      2 0x00000000
[  260.905897]  ffff8ce36e470800 0000000000000000 ffff8ce36e31bc00 ffff8ce378e59340
[  260.906609]  ffff8ce36e31da00 ffff9edf040d7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.907161]  00ff8ce37072a840 ffff8ce378e59340 ffff9edf040d7e58 ffff8ce36e31bc00
[  260.907705] Call Trace:
[  260.908327]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.908626]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.909301]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.910008]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.910595]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.911158]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.911799]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.912208]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.913034] kworker/1:107   S    0   546      2 0x00000000
[  260.913686]  ffff8ce36e470800 0000000000000000 ffff8ce36e318f00 ffff8ce378e59340
[  260.914208]  ffff8ce36fd60000 ffff9edf010b7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.914725]  00ff8ce37072ba40 ffff8ce378e59340 ffff9edf010b7e58 ffff8ce36e318f00
[  260.915247] Call Trace:
[  260.915756]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.916200]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.916597]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.917244]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.917881]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.918390]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.918896]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.919403]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.919911] kworker/1:108   S    0   547      2 0x00000000
[  260.920472]  ffff8ce36e470800 0000000000000000 ffff8ce36e31da00 ffff8ce378e59340
[  260.920790]  ffff8ce36e318f00 ffff9edf040dfe40 ffffffff8a486df3 ffffffff89e230f7
[  260.921310]  00ff8ce37072b200 ffff8ce378e59340 ffff9edf040dfe58 ffff8ce36e31da00
[  260.921829] Call Trace:
[  260.922338]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.922848]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.923373]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.923881]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.924181]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.924689]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.925195]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.925705]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.926213] kworker/1:109   S    0   548      2 0x00000000
[  260.926823]  ffff8ce36e470800 0000000000000000 ffff8ce36e31e900 ffff8ce378e59340
[  260.927361]  ffff8ce36e31bc00 ffff9edf040e7e40 ffffffff8a486df3 ffffffff89e230f7
[  260.927876]  00ff8ce37072a6c0 ffff8ce378e59340 ffff9edf040e7e58 ffff8ce36e31e900
[  260.928126] Call Trace:
[  260.928712]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.929242]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.929773]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.930297]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.930821]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.931357]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.931883]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.932104]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.932633] kworker/0:4     S    0   550      2 0x00000000
[  260.933166]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e98f00 ffff8ce378e19340
[  260.933709]  ffff8ce334e98000 ffff9edf010afe40 ffffffff8a486df3 ffffffff89e230f7
[  260.934250]  00ff8ce3357c3980 ffff8ce378e19340 ffff9edf010afe58 ffff8ce334e98f00
[  260.934791] Call Trace:
[  260.935331]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.935870]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.936099]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.936625]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.937155]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.937690]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.938216]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.938741]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.939266] kworker/0:5     S    0   551      2 0x00000000
[  260.939796]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e99e00 ffff8ce378e19340
[  260.940328]  ffff8ce334e98f00
[  260.940342]  ffff9edf040f7e40
[  260.940358]  ffffffff8a486df3 ffffffff89e230f7
[  260.941360]  00ff8ce3357c3140 ffff8ce378e19340 ffff9edf040f7e58 ffff8ce334e99e00
[  260.941982] Call Trace:
[  260.942599]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.943145]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.943665]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.944217]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.944460]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.945059]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.945576]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.946125]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.946719]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.947228] kworker/0:6     S    0   552      2 0x00000000
[  260.947743]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e98000 ffff8ce378e19340
[  260.948257]  ffff8ce334e9ad00 ffff9edf040ffe40 ffffffff8a486df3 ffffffff89e230f7
[  260.948500]  00ff8ce3357c2cc0 ffff8ce378e19340 ffff9edf040ffe58 ffff8ce334e98000
[  260.949074] Call Trace:
[  260.949575]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.950084]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.950597]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.951101]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.951607]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.952119]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.952496]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.952941]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.953449] kworker/0:7     S    0   553      2 0x00000000
[  260.953960]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e9ad00 ffff8ce378e19340
[  260.954478]  ffff8ce334e9cb00 ffff9edf04107e40 ffffffff8a486df3 ffffffff89e230f7
[  260.954992]  00ff8ce3357c2b40 ffff8ce378e19340 ffff9edf04107e58 ffff8ce334e9ad00
[  260.955505] Call Trace:
[  260.956005]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.956374]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.956841]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.957346]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.958701]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.959268]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.959797]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.960269]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.960660] kworker/0:8     S    0   554      2 0x00000000
[  260.961174]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e9cb00 ffff8ce378e19340
[  260.962453]  ffff8ce334e9e900 ffff9edf0410fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.962990]  00ff8ce3357c35c0 ffff8ce378e19340 ffff9edf0410fe58 ffff8ce334e9cb00
[  260.963523] Call Trace:
[  260.964051]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.964267]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.964801]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.965544]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.966127]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.966711]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.967234]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.967762]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.968258] kworker/0:9     S
[  260.968258]     0   555      2 0x00000000
[  260.969049]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e9e900 ffff8ce378e19340
[  260.969621]  ffff8ce334e9bc00 ffff9edf04117e40 ffffffff8a486df3 ffffffff89e230f7
[  260.970135]  00ff8ce3357c2a80 ffff8ce378e19340 ffff9edf04117e58 ffff8ce334e9e900
[  260.970643] Call Trace:
[  260.971279]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.971909]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.972176]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.972710]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.973608]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.974319]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.974934]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.975996]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.976254] kworker/0:10    S    0   556      2 0x00000000
[  260.976857]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e9bc00 ffff8ce378e19340
[  260.977377]  ffff8ce334d75a00 ffff9edf0411fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.977897]  00ff8ce3357c32c0 ffff8ce378e19340 ffff9edf0411fe58 ffff8ce334e9bc00
[  260.978445] Call Trace:
[  260.979152]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.979665]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.980177]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.980506]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.981038]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.981569]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.982094]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.982617]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.983144] kworker/0:11    S    0   557      2 0x00000000
[  260.983682]  ffff8ce334e8ec00 0000000000000000 ffff8ce334d75a00 ffff8ce378e19340
[  260.984223]  ffff8ce334d73c00 ffff9edf04127e40 ffffffff8a486df3 ffffffff89e230f7
[  260.984497]  00ff8ce3357c3740 ffff8ce378e19340 ffff9edf04127e58 ffff8ce334d75a00
[  260.984497] Call Trace:
[  260.985017]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.985564]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.986118]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.986670]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.987213]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.987755]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.988302]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.988553]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  260.989253] kworker/0:12    S    0   558      2 0x00000000
[  260.990199]  ffff8ce334e8ec00 0000000000000000 ffff8ce334d73c00 ffff8ce378e19340
[  260.991814]  ffff8ce335759e00 ffff9edf0412fe40 ffffffff8a486df3 ffffffff89e230f7
[  260.994083]  00ff8ce3357c2780
[  260.994100]  ffff8ce378e19340
[  260.994116]  ffff9edf0412fe58 ffff8ce334d73c00
[  260.995088] Call Trace:
[  260.995925]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  260.996586]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  260.997069]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  260.997600]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  260.998127]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  260.998657]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  260.999181]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  260.999706]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.000231] kworker/0:13    S    0   559      2 0x00000000
[  261.000503]  ffff8ce334e8ec00 0000000000000000 ffff8ce335759e00 ffff8ce378e19340
[  261.000547]  ffff8ce33578cb00 ffff9edf04137e40 ffffffff8a486df3
[  261.000561]  ffffffff89e230f7
[  261.001139]  00ff8ce3357c2600 ffff8ce378e19340 ffff9edf04137e58 ffff8ce335759e00
[  261.001704] Call Trace:
[  261.002267]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.002834]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.003402]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.003961]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.004493]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.004951]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.005501]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.006053]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.006616] kworker/0:14    S    0   560      2 0x00000000
[  261.007173]  ffff8ce334e8ec00 0000000000000000 ffff8ce33578cb00 ffff8ce378e19340
[  261.007745]  ffff8ce33578bc00 ffff9edf0413fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.008272]  00ff8ce3357c2d80 ffff8ce378e19340 ffff9edf0413fe58 ffff8ce33578cb00
[  261.008272] Call Trace:
[  261.008670]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.009247]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.009823]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.010394]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.010959]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.011523]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.012043]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.012347]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.012962] kworker/0:15    S    0   561      2 0x00000000
[  261.013526]  ffff8ce334e8ec00 0000000000000000 ffff8ce33578bc00 ffff8ce378e19340
[  261.014104]  ffff8ce335788f00 ffff9edf04147e40 ffffffff8a486df3 ffffffff89e230f7
[  261.014685]  00ff8ce3357c2300 ffff8ce378e19340 ffff9edf04147e58 ffff8ce33578bc00
[  261.015266] Call Trace:
[  261.015835]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.016343]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.016782]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.017348]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.017906]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.018461]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.019012]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.019567]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.020118] kworker/0:16    S    0   562      2 0x00000000
[  261.021625]  ffff8ce334e8ec00 0000000000000000
[  261.021650]  ffff8ce335788f00
[  261.021662]  ffff8ce378e19340
[  261.021688]  ffff8ce33578e900 ffff9edf0414fe40 ffffffff8a486df3
[  261.022497]  ffffffff89e230f7
[  261.022507]  00ff8ce3357c2f00 ffff8ce378e19340 ffff9edf0414fe58 ffff8ce335788f00
[  261.023349] Call Trace:
[  261.024072]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.024793]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.026718]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.027849]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.028642]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.029784]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.030927]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.031955]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.032772] kworker/0:17    S
[  261.033895]     0   563      2 0x00000000
[  261.034495]  ffff8ce334e8ec00 0000000000000000 ffff8ce33578e900 ffff8ce378e19340
[  261.035102]  ffff8ce33578ad00 ffff9edf04157e40 ffffffff8a486df3 ffffffff89e230f7
[  261.035969]  00ff8ce3357c2540 ffff8ce378e19340 ffff9edf04157e58 ffff8ce33578e900
[  261.036748] Call Trace:
[  261.037093]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.037670]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.038413]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.039349]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.040465]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.041563]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.042625]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.043652]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.044432] kworker/0:18    S    0   564      2 0x00000000
[  261.045330]  ffff8ce334e8ec00 0000000000000000 ffff8ce33578ad00 ffff8ce378e19340
[  261.046589]  ffff8ce36d501e00 ffff9edf0415fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.047621]  00ff8ce3357c3800 ffff8ce378e19340 ffff9edf0415fe58 ffff8ce33578ad00
[  261.048387] Call Trace:
[  261.048673]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.049228]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.049799]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.050416]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.050953]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.051490]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.052709]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.053384]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.053929] kworker/0:19    S    0   565      2 0x00000000
[  261.054491]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d501e00 ffff8ce378e19340
[  261.055050]  ffff8ce36d502d00 ffff9edf04167e40 ffffffff8a486df3 ffffffff89e230f7
[  261.060313]  00ff8ce3357c3b00 ffff8ce378e19340 ffff9edf04167e58 ffff8ce36d501e00
[  261.060892] Call Trace:
[  261.061468]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.062011]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.062555]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.063095]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.063947]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.064305]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.064305]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.065518]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.066205] kworker/0:20    S    0   566      2 0x00000000
[  261.066751]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d502d00 ffff8ce378e19340
[  261.067563]  ffff8ce36d504b00 ffff9edf0416fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.068528]  00ff8ce3357c3380 ffff8ce378e19340 ffff9edf0416fe58 ffff8ce36d502d00
[  261.068899] Call Trace:
[  261.069892]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.070398]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.070908]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.071799]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.072300]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.072903]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.073897]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.074745]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.075252] kworker/0:21    S    0   567      2 0x00000000
[  261.075764]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d504b00 ffff8ce378e19340
[  261.076154]  ffff8ce36d500000 ffff9edf04177e40 ffffffff8a486df3 ffffffff89e230f7
[  261.076806]  00ff8ce3357c3e00 ffff8ce378e19340 ffff9edf04177e58 ffff8ce36d504b00
[  261.077385] Call Trace:
[  261.077900]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.078412]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.078930]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.079440]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.079952]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.080509]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.080799]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.081306]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.081815] kworker/0:22    S    0   568      2 0x00000000
[  261.082330]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d500000 ffff8ce378e19340
[  261.082855]  ffff8ce36d503c00 ffff9edf0417fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.083540]  00ff8ce3357c2c00 ffff8ce378e19340 ffff9edf0417fe58 ffff8ce36d500000
[  261.084058] Call Trace:
[  261.092821]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.093377]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.093896]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.094408]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.094917]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.095426]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.095934]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.096502]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.096813] kworker/0:23    S    0   569      2 0x00000000
[  261.097329]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d503c00 ffff8ce378e19340
[  261.097851]  ffff8ce36d500f00 ffff9edf04187e40 ffffffff8a486df3 ffffffff89e230f7
[  261.098369]  00ff8ce3357c3500 ffff8ce378e19340 ffff9edf04187e58 ffff8ce36d503c00
[  261.098974] Call Trace:
[  261.099486]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.099995]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.100236]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.100805]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.101390]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.101918]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.102886]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.103847]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.104231] kworker/0:24    S    0   570      2 0x00000000
[  261.104685]  ffff8ce334e8ec00
[  261.104697]  0000000000000000
[  261.104709]  ffff8ce36d500f00 ffff8ce378e19340
[  261.105383]  ffff8ce36d505a00 ffff9edf0418fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.105981]  00ff8ce3357c2840 ffff8ce378e19340 ffff9edf0418fe58 ffff8ce36d500f00
[  261.106578] Call Trace:
[  261.107094]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.107738]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.108260]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.108670]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.109130]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.109646]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.110159]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.110673]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.111190] kworker/0:25    S    0   571      2 0x00000000
[  261.111712]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d505a00 ffff8ce378e19340
[  261.112242]  ffff8ce36d506900 ffff9edf04197e40 ffffffff8a486df3 ffffffff89e230f7
[  261.112533]  00ff8ce3357c3a40 ffff8ce378e19340 ffff9edf04197e58 ffff8ce36d505a00
[  261.113091] Call Trace:
[  261.113605]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.114964]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.115542]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.116073]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.116505]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.116964]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.117494]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.118740]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.119274] kworker/0:26    S    0   572      2 0x00000000
[  261.119817]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d506900 ffff8ce378e19340
[  261.120360]  ffff8ce36d53bc00 ffff9edf0419fe40
[  261.120360]  ffffffff8a486df3
[  261.120360]  ffffffff89e230f7
[  261.120642]  00ff8ce3357c3200 ffff8ce378e19340 ffff9edf0419fe58 ffff8ce36d506900
[  261.121202] Call Trace:
[  261.121754]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.122298]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.122844]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.123407]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.124084]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.124540]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.125122]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.125851]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.126602] kworker/0:27    S    0   573      2 0x00000000
[  261.127132]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d53bc00 ffff8ce378e19340
[  261.127666]  ffff8ce36d538f00 ffff9edf041a7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.128200]  00ff8ce3357c26c0 ffff8ce378e19340 ffff9edf041a7e58 ffff8ce36d53bc00
[  261.128589] Call Trace:
[  261.129993]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.131645]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.133987]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.140902]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.141916]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.142851]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.143835]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.144866]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.145531] kworker/0:28    S    0   574      2 0x00000000
[  261.146543]  ffff8ce36e7d1c00 0000000000000000 ffff8ce36d538f00 ffff8ce378e19340
[  261.147581]  ffff8ce37444e900 ffff9edf041afe40 ffffffff8a486df3 ffff9edf041afe10
[  261.148566]  00ff8ce3357c2240 ffff8ce378e19340 ffff9edf041afe58
[  261.148566]  ffff8ce36d538f00
[  261.148566] Call Trace:
[  261.149461]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.150018]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.150569]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.151162]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.151729]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.152286]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.152370]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.152370] kworker/0:29    S    0   575      2 0x00000000
[  261.152370]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d53da00 ffff8ce378e19340
[  261.152370]  ffff8ce36cf9ad00 ffff9edf040efe40 ffffffff8a486df3 ffffffff89e230f7
[  261.152370]  00ff8ce3357c20c0 ffff8ce378e19340 ffff9edf040efe58 ffff8ce36d53da00
[  261.152370] Call Trace:
[  261.152370]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.152370]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.152370]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.152370]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.152370]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.152370]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.158740]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.159499]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.160027] kworker/0:30    S    0   576      2 0x00000000
[  261.160579]  ffff8ce334e8ec00
[  261.161058]  0000000000000000 ffff8ce36d53e900 ffff8ce378e19340
[  261.161590]  ffff8ce36d53da00 ffff9edf041b7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.162135]  00ff8ce3357c3bc0 ffff8ce378e19340 ffff9edf041b7e58 ffff8ce36d53e900
[  261.162690] Call Trace:
[  261.163233]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.163773]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.164343]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.164687]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.165213]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.165747]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.166283]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.166816]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.167355] kworker/0:31    S    0   577      2 0x00000000
[  261.167898]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d539e00 ffff8ce378e19340
[  261.168150]  ffff8ce36d53e900
[  261.168162]  ffff9edf041bfe40
[  261.168175]  ffffffff8a486df3 ffffffff89e230f7
[  261.168847]  00ff8ce3357c2000 ffff8ce378e19340 ffff9edf041bfe58 ffff8ce36d539e00
[  261.169399] Call Trace:
[  261.169953]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.170506]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.171064]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.171610]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.172144]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.172411]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.173055]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.173594]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.174141] kworker/0:32    S    0   578      2 0x00000000
[  261.174699]  ffff8ce370d47400 0000000000000000 ffff8ce36d53ad00 ffff8ce378e19340
[  261.175255]  ffff8ce36d53cb00 ffff9edf041c7e40 ffffffff8a486df3 0000000089d1e182
[  261.175817]  00ff8ce3357c3ec0 ffff8ce378e19340 ffff9edf041c7e58 ffff8ce36d53ad00
[  261.176401] Call Trace:
[  261.176744]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.177289]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.177817]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.178351]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.178883]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.179415]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.179950]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.180189] kworker/0:33    S
[  261.180201]     0   579      2 0x00000000
[  261.180848]  ffff8ce370d47400 ffff8ce334e8ec00 ffff8ce36d53cb00 ffff8ce378e19340
[  261.181419]  ffff8ce37444ad00 ffff9edf041cfe40 ffffffff8a486df3 ffffffff89e230f7
[  261.182005]  00ff8ce3357c23c0 ffff8ce378e19340 ffff9edf041cfe58 ffff8ce36d53cb00
[  261.182537] Call Trace:
[  261.183055]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.183572]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.184090]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.184346]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.184918]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.185438]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.185954]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.186469]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.186990] kworker/0:34    S    0   580      2 0x00000000
[  261.187512]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d538000 ffff8ce378e19340
[  261.188043]  ffff8ce36d560000 ffff9edf041d7e40 ffffffff8a486df3 ffffffff89d1cdd2
[  261.188340]  00ff8ce3357c2fc0 ffff8ce378e19340 ffff9edf041d7e58 ffff8ce36d538000
[  261.188340] Call Trace:
[  261.188886]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.189441]  [<ffffffff89d1cdd2>] ? cgroup_pidlist_destroy_work_fn+0x82/0x90
[  261.189999]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.190547]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.191105]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.191661]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.192208]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.192733]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.193748] kworker/0:35    S    0   582      2 0x00000000
[  261.194556]  ffff8ce334e8ec00 ffff8ce334e8ec00 ffff8ce36d560000 ffff8ce378e19340
[  261.195168]  ffff8ce37444ad00 ffff9edf041e7e40 ffffffff8a486df3 ffff8ce378e18b40
[  261.195749]  00ff8ce3357c3c80 ffff8ce378e19340 ffff9edf041e7e58 ffff8ce36d560000
[  261.196355] Call Trace:
[  261.196672]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.197335]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.198002]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.198532]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.200019]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.201074]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.201964]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.202619] kworker/0:36    S    0   583      2 0x00000000
[  261.203154]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d563c00 ffff8ce378e19340
[  261.203752]  ffff8ce36d560f00 ffff9edf041efe40 ffffffff8a486df3 ffffffff89e230f7
[  261.204338]  00ff8ce3357c3d40
[  261.204338]  ffff8ce378e19340
[  261.204338]  ffff9edf041efe58 ffff8ce36d563c00
[  261.204750] Call Trace:
[  261.205336]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.205884]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.206433]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.206986]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.207629]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.208092]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.208982]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.209501]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.210023] kworker/0:37    S    0   584      2 0x00000000
[  261.210553]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d560f00 ffff8ce378e19340
[  261.211472]  ffff8ce36d565a00 ffff9edf041f7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.212223]  00ff8ce3357c3080 ffff8ce378e19340 ffff9edf041f7e58 ffff8ce36d560f00
[  261.212819] Call Trace:
[  261.213531]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.214379]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.214916]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.216148]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.216886]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.217522]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.218040]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.218562]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.219080] kworker/0:38    S    0   585      2 0x00000000
[  261.219606]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d565a00 ffff8ce378e19340
[  261.220141]  ffff8ce36d566900 ffff9edf041ffe40 ffffffff8a486df3 ffffffff89e230f7
[  261.220878]  00ff8ce3707ac0c0 ffff8ce378e19340 ffff9edf041ffe58 ffff8ce36d565a00
[  261.221710] Call Trace:
[  261.222241]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.222773]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.223410]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.224042]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.224653]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.225078]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.225601]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.226122]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.226643] kworker/0:39    S    0   586      2 0x00000000
[  261.227168]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d566900 ffff8ce378e19340
[  261.227754]  ffff8ce36d561e00 ffff9edf04207e40 ffffffff8a486df3 ffffffff89e230f7
[  261.234068]  00ff8ce3707ac000 ffff8ce378e19340 ffff9edf04207e58 ffff8ce36d566900
[  261.234188] Call Trace:
[  261.234748]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.235281]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.236071]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.236657]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.237705]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.238365]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.239039]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.239919]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.240694] kworker/0:40    S
[  261.240704]     0   587      2 0x00000000
[  261.241256]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d561e00 ffff8ce378e19340
[  261.241820]  ffff8ce36d562d00 ffff9edf0420fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.242384]  00ff8ce3707adec0 ffff8ce378e19340 ffff9edf0420fe58 ffff8ce36d561e00
[  261.242944] Call Trace:
[  261.243504]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.244203]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.244681]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.245175]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.245714]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.246260]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.246812]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.247355]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.247900] kworker/0:41    S    0   588      2 0x00000000
[  261.248460]  ffff8ce334e8ec00 0000000000000000
[  261.248460]  ffff8ce36d562d00
[  261.248460]  ffff8ce378e19340
[  261.248732]  ffff8ce36cf9da00 ffff9edf04217e40 ffffffff8a486df3 ffffffff89e230f7
[  261.249291]  00ff8ce3707ac3c0 ffff8ce378e19340 ffff9edf04217e58 ffff8ce36d562d00
[  261.250002] Call Trace:
[  261.250944]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.252163]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.252915]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.253651]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.254179]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.254703]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.255417]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.256100]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.256717] kworker/0:42    S    0   589      2 0x00000000
[  261.257030]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf9da00 ffff8ce378e19340
[  261.257570]  ffff8ce36cf9e900 ffff9edf0421fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.258110]  00ff8ce36cf91440 ffff8ce378e19340 ffff9edf0421fe58 ffff8ce36cf9da00
[  261.258645] Call Trace:
[  261.259171]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.259702]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.260231]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.260497]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.261079]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.261607]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.262130]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.262652]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.263174] kworker/0:43    S    0   590      2 0x00000000
[  261.263702]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf9e900 ffff8ce378e19340
[  261.264241]  ffff8ce36d539e00 ffff9edf04227e40 ffffffff8a486df3 ffffffff89e230f7
[  261.264505]  00ff8ce36cf918c0 ffff8ce378e19340 ffff9edf04227e58 ffff8ce36cf9e900
[  261.265098] Call Trace:
[  261.265624]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.266157]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.266679]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.267200]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.267720]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.268236]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.268503]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.269053]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.269569] kworker/0:44    S    0   591      2 0x00000000
[  261.270093]  ffff8ce370d47400 ffff8ce36c80b000 ffff8ce36cf99e00 ffff8ce378e19340
[  261.270679]  ffff8ce371a1bc00 ffff9edf0422fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.271201]  00ff8ce36cf90900 ffff8ce378e19340 ffff9edf0422fe58 ffff8ce36cf99e00
[  261.271723] Call Trace:
[  261.272239]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.272496]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.273092]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.273625]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.274139]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.274654]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.275166]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.275677]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.276191] kworker/0:45    S    0   592      2 0x00000000
[  261.276490]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf9ad00 ffff8ce378e19340
[  261.276514]  ffff8ce36cf9cb00 ffff9edf04237e40
[  261.276525]  ffffffff8a486df3
[  261.277087]  ffffffff89e230f7
[  261.277619]  00ff8ce36cf90b40 ffff8ce378e19340 ffff9edf04237e58 ffff8ce36cf9ad00
[  261.278170] Call Trace:
[  261.278711]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.279257]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.279803]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.280390]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.280695]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.281236]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.281775]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.282313]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.282853] kworker/0:46    S    0   593      2 0x00000000
[  261.283397]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf9cb00 ffff8ce378e19340
[  261.283950]  ffff8ce36cf98000 ffff9edf0423fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.284230]  00ff8ce36cf915c0 ffff8ce378e19340 ffff9edf0423fe58 ffff8ce36cf9cb00
[  261.284837] Call Trace:
[  261.285378]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.285926]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.286874]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.287616]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.288210]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.288483]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.289093]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.289632]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.290271] kworker/0:47    S    0   594      2 0x00000000
[  261.291015]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf98000 ffff8ce378e19340
[  261.291990]  ffff8ce36cf9bc00 ffff9edf04247e40 ffffffff8a486df3 ffffffff89e230f7
[  261.292819]  00ff8ce36cf90a80
[  261.292836]  ffff8ce378e19340
[  261.292853]  ffff9edf04247e58
[  261.292863]  ffff8ce36cf98000
[  261.292874] Call Trace:
[  261.293923]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.294952]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.296048]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.296883]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.297930]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.298684]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.299255]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.299830]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.300427] kworker/0:48    S
[  261.300427]     0   595      2 0x00000000
[  261.300753]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf9bc00 ffff8ce378e19340
[  261.301339]  ffff8ce36cf98f00 ffff9edf0424fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.302026]  00ff8ce36cf912c0 ffff8ce378e19340 ffff9edf0424fe58 ffff8ce36cf9bc00
[  261.302610] Call Trace:
[  261.303671]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.304700]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.305731]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.306317]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.307250]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.308639]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.308997]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.310763]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.311341] kworker/0:49    S    0   596      2 0x00000000
[  261.312706]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf98f00 ffff8ce378e19340
[  261.313557]  ffff8ce36cfc0f00 ffff9edf04257e40 ffffffff8a486df3 ffffffff89e230f7
[  261.314126]  00ff8ce36cf91740 ffff8ce378e19340 ffff9edf04257e58 ffff8ce36cf98f00
[  261.314685] Call Trace:
[  261.315215]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.315743]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.316271]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.316598]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.317118]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.317928]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.318549]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.319154]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.320032] kworker/0:50    S    0   597      2 0x00000000
[  261.320373]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cfc0f00 ffff8ce378e19340
[  261.321001]  ffff8ce36cfc5a00 ffff9edf0425fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.321604]  00ff8ce36cf90780 ffff8ce378e19340 ffff9edf0425fe58 ffff8ce36cfc0f00
[  261.322195] Call Trace:
[  261.322742]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.323293]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.323841]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.324362]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.324646]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.325584]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.326145]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.326703]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.327238] kworker/0:51    S    0   598      2 0x00000000
[  261.327792]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cfc5a00 ffff8ce378e19340
[  261.328239]  ffff8ce36cfc6900
[  261.328259]  ffff9edf04267e40
[  261.328268]  ffffffff8a486df3 ffffffff89e230f7
[  261.328871]  00ff8ce36cf90600 ffff8ce378e19340 ffff9edf04267e58 ffff8ce36cfc5a00
[  261.330112] Call Trace:
[  261.330645]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.331739]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.332231]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.332845]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.333776]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.334311]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.335050]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.336340]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.336662] kworker/0:52    S    0   599      2 0x00000000
[  261.337191]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cfc6900 ffff8ce378e19340
[  261.337721]  ffff8ce36cfc1e00 ffff9edf0426fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.338534]  00ff8ce36cf90d80 ffff8ce378e19340 ffff9edf0426fe58 ffff8ce36cfc6900
[  261.339143] Call Trace:
[  261.339820]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.340122]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.340706]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.341228]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.341743]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.342260]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.342775]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.343290]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.343806] kworker/0:53    S    0   600      2 0x00000000
[  261.344115]  ffff8ce370d47400 0000000000000000 ffff8ce36cfc1e00 ffff8ce378e19340
[  261.351394]  ffffffff8aa0e540 ffff9edf04277e40 ffffffff8a486df3 ffff9edf04277e10
[  261.351982]  00ff8ce36cf90300 ffff8ce378e19340 ffff9edf04277e58 ffff8ce36cfc1e00
[  261.352557] Call Trace:
[  261.353047]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.353567]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.354082]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.354597]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.355112]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.355622]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.356131]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.356469] kworker/0:54    S    0   601      2 0x00000000
[  261.357024]  ffff8ce334e8c000 ffff8ce334e8dc00 ffff8ce36cfc2d00 ffff8ce378e19340
[  261.357575]  ffff8ce36b711e00 ffff9edf0427fe40 ffffffff8a486df3 ffff9edf0427fe10
[  261.358130]  00ff8ce36cf90f00 ffff8ce378e19340 ffff9edf0427fe58 ffff8ce36cfc2d00
[  261.358683] Call Trace:
[  261.359226]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.359764]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.360393]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.361382]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.361962]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.362518]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.363065]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.363571] kworker/0:55    S    0   602      2 0x00000000
[  261.364135]  ffff8ce370d47400 0000000000000000 ffff8ce36cfc4b00 ffff8ce378e19340
[  261.364443]  ffff8ce36cfc2d00 ffff9edf04287e40 ffffffff8a486df3 ffffffff89e230f7
[  261.365033]  00ff8ce36cf90540 ffff8ce378e19340 ffff9edf04287e58 ffff8ce36cfc4b00
[  261.365624] Call Trace:
[  261.366134]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.366649]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.367214]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.367843]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.368396]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.368646]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.369141]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.369636]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.370131] kworker/0:56    S    0   603      2 0x00000000
[  261.370632]  ffff8ce334e89c00 0000000000000000 ffff8ce36cfc0000 ffff8ce378e19340
[  261.371146]  ffffffff8aa0e540 ffff9edf0428fe40 ffffffff8a486df3 ffff9edf0428fe10
[  261.371659]  00ff8ce36cf91800 ffff8ce378e19340 ffff9edf0428fe58 ffff8ce36cfc0000
[  261.372099] Call Trace:
[  261.372391]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.372957]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.373470]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.373967]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.374465]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.374956]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.375443]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.375936] kworker/0:57    S    0   604      2 0x00000000
[  261.376387]  ffff8ce370d47400 0000000000000000 ffff8ce36cfc3c00 ffff8ce378e19340
[  261.376739]  ffff8ce36cfc2d00 ffff9edf04297e40 ffffffff8a486df3 ffffffff89d1cdd2
[  261.377247]  00ff8ce36cf91b00 ffff8ce378e19340 ffff9edf04297e58 ffff8ce36cfc3c00
[  261.377759] Call Trace:
[  261.378259]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.378763]  [<ffffffff89d1cdd2>] ? cgroup_pidlist_destroy_work_fn+0x82/0x90
[  261.379269]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.379769]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.380483]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.381103]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.381627]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.382137]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.382639] kworker/0:58    S    0   605      2 0x00000000
[  261.383146]  ffff8ce370d47400 0000000000000000 ffff8ce36cff8000 ffff8ce378e19340
[  261.383657]  ffffffff8aa0e540 ffff9edf0429fe40 ffffffff8a486df3 ffff9edf0429fe10
[  261.384629]  00ff8ce36cf91380 ffff8ce378e19340
[  261.384646]  ffff9edf0429fe58
[  261.384655]  ffff8ce36cff8000
[  261.385178] Call Trace:
[  261.385716]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.386256]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.386789]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.387324]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.387857]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.388398]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.388642]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.389166] kworker/0:59    S    0   606      2 0x00000000
[  261.389708]  ffff8ce370d47400 0000000000000000 ffff8ce36cffbc00 ffff8ce378e19340
[  261.390656]  ffff8ce37444e900 ffff9edf042a7e40 ffffffff8a486df3 ffff8ce378e18b40
[  261.391230]  00ff8ce36cf91e00 ffff8ce378e19340 ffff9edf042a7e58 ffff8ce36cffbc00
[  261.391754] Call Trace:
[  261.392285]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.392879]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.393498]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.394122]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.394723]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.395635]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.396173]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.396428] kworker/0:60    S    0   607      2 0x00000000
[  261.397179]  ffff8ce334e88800 0000000000000000 ffff8ce36cff8f00 ffff8ce378e19340
[  261.397713]  ffff8ce36cffbc00 ffff9edf042afe40 ffffffff8a486df3 ffffffff89e230f7
[  261.398252]  00ff8ce36cf90c00 ffff8ce378e19340 ffff9edf042afe58 ffff8ce36cff8f00
[  261.398789] Call Trace:
[  261.399747]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.400329]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.400585]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.401117]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.401653]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.402184]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.402846]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.403371]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.403903] kworker/0:61    S    0   608      2 0x00000000
[  261.404137]  ffff8ce334e88800
[  261.404145]  0000000000000000
[  261.404156]  ffff8ce36cffda00 ffff8ce378e19340
[  261.404684]  ffff8ce36cff9e00 ffff9edf042b7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.405234]  00ff8ce36cf91500 ffff8ce378e19340 ffff9edf042b7e58 ffff8ce36cffda00
[  261.405784] Call Trace:
[  261.406317]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.407210]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.408150]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.409163]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.409854]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.410475]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.411001]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.411690]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.412116] kworker/0:62    S    0   609      2 0x00000000
[  261.412600]  ffff8ce334e88800 0000000000000000 ffff8ce36cffe900 ffff8ce378e19340
[  261.413126]  ffff8ce36cffad00 ffff9edf042bfe40 ffffffff8a486df3 ffffffff89e230f7
[  261.413653]  00ff8ce36cf90840 ffff8ce378e19340 ffff9edf042bfe58 ffff8ce36cffe900
[  261.414182] Call Trace:
[  261.414697]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.415217]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.415736]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.416057]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.416440]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.417004]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.417508]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.418010]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.418512] kworker/0:63    S    0   610      2 0x00000000
[  261.419026]  ffff8ce334e88800 0000000000000000 ffff8ce36cff9e00 ffff8ce378e19340
[  261.419545]  ffff8ce36cff8f00 ffff9edf042c7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.420064]  00ff8ce36cf91a40 ffff8ce378e19340 ffff9edf042c7e58 ffff8ce36cff9e00
[  261.420436] Call Trace:
[  261.420913]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.421427]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.421941]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.422450]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.422962]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.423487]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.424001]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.424326]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.424814] kworker/0:64    S    0   611      2 0x00000000
[  261.425332]  ffff8ce334e88800 0000000000000000 ffff8ce36cffad00 ffff8ce378e19340
[  261.425856]  ffff8ce36cffda00 ffff9edf042cfe40 ffffffff8a486df3 ffffffff89e230f7
[  261.426376]  00ff8ce36cf91200 ffff8ce378e19340 ffff9edf042cfe58 ffff8ce36cffad00
[  261.426916] Call Trace:
[  261.427427]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.427942]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.428240]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.428762]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.429272]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.429784]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.430294]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.430803]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.431314] kworker/0:65    S    0   612      2 0x00000000
[  261.431833]  ffff8ce334e88800 0000000000000000 ffff8ce36cffcb00 ffff8ce378e19340
[  261.432185]  ffff8ce36cffe900 ffff9edf042d7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.432668]  00ff8ce36cf906c0 ffff8ce378e19340 ffff9edf042d7e58 ffff8ce36cffcb00
[  261.433183] Call Trace:
[  261.433694]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.434204]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.434719]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.435225]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.435733]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.436071]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.436456]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.437018]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.437522] kworker/0:66    S    0   613      2 0x00000000
[  261.438036]  ffff8ce334e88800 0000000000000000 ffff8ce36c91ad00 ffff8ce378e19340
[  261.438554]  ffff8ce36cffcb00 ffff9edf042dfe40 ffffffff8a486df3 ffffffff89e230f7
[  261.439069]  00ff8ce36cf90240 ffff8ce378e19340 ffff9edf042dfe58 ffff8ce36c91ad00
[  261.439583] Call Trace:
[  261.440100]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.440452]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.440911]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.441419]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.441925]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.443296]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.443853]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.444338]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.444725] kworker/0:67    S    0   614      2 0x00000000
[  261.445244]  ffff8ce334e88800 0000000000000000 ffff8ce36c91cb00 ffff8ce378e19340
[  261.445765]  ffff8ce36c91ad00 ffff9edf042e7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.447042]  00ff8ce36cf900c0 ffff8ce378e19340 ffff9edf042e7e58 ffff8ce36c91cb00
[  261.447577] Call Trace:
[  261.448107]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.448568]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.449529]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.450479]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.451403]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.452354]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.453013]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.453964]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.454875] kworker/0:68    S    0   615      2 0x00000000
[  261.455812]  ffff8ce334e88800 0000000000000000 ffff8ce36c918000 ffff8ce378e19340
[  261.456470]  ffff8ce36c91cb00 ffff9edf042efe40 ffffffff8a486df3
[  261.456537]  ffffffff89e230f7
[  261.456553]  00ff8ce36cf91bc0
[  261.456562]  ffff8ce378e19340
[  261.457517]  ffff9edf042efe58 ffff8ce36c918000
[  261.458598] Call Trace:
[  261.459726]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.460487]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.461602]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.462841]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.464002]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.466723]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.467306]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.468335]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.468788] kworker/0:69    S    0   616      2 0x00000000
[  261.469367]  ffff8ce334e88800 0000000000000000 ffff8ce36c91bc00 ffff8ce378e19340
[  261.469951]  ffff8ce36c918000 ffff9edf042f7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.470685]  00ff8ce36cf90000 ffff8ce378e19340 ffff9edf042f7e58 ffff8ce36c91bc00
[  261.471247] Call Trace:
[  261.471811]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.472212]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.473149]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.474337]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.474966]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.475503]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.476054]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.476430]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.477084] kworker/0:70    S    0   617      2 0x00000000
[  261.478913]  ffff8ce334e88800 0000000000000000 ffff8ce36c918f00 ffff8ce378e19340
[  261.479917]  ffff8ce36c91bc00 ffff9edf042ffe40 ffffffff8a486df3 ffffffff89e230f7
[  261.480699]  00ff8ce36cf91ec0 ffff8ce378e19340 ffff9edf042ffe58
[  261.480753]  ffff8ce36c918f00
[  261.480769] Call Trace:
[  261.481667]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.482731]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.483989]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.484818]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.486151]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.487236]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.487961]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.488570]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.489103] kworker/0:71    S    0   618      2 0x00000000
[  261.489669]  ffff8ce334e88800 0000000000000000 ffff8ce36c91da00 ffff8ce378e19340
[  261.490418]  ffff8ce36c918f00 ffff9edf04307e40 ffffffff8a486df3 ffffffff89e230f7
[  261.491111]  00ff8ce36cf903c0 ffff8ce378e19340 ffff9edf04307e58 ffff8ce36c91da00
[  261.491664] Call Trace:
[  261.492209]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.492677]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.493646]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.494190]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.494736]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.495277]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.495817]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.496600]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.496905] kworker/0:72    S    0   619      2 0x00000000
[  261.497454]  ffff8ce334e88800 0000000000000000 ffff8ce36c91e900 ffff8ce378e19340
[  261.498010]  ffff8ce36c91da00 ffff9edf0430fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.498566]  00ff8ce36cf90fc0 ffff8ce378e19340 ffff9edf0430fe58 ffff8ce36c91e900
[  261.499118] Call Trace:
[  261.499648]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.500170]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.500507]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.501050]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.501591]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.502130]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.502665]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.503205]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.503751] kworker/0:73    S    0   620      2 0x00000000
[  261.504318]  ffff8ce334e88800 0000000000000000 ffff8ce36c919e00
[  261.504318]  ffff8ce378e19340
[  261.504318]  ffff8ce36c91e900 ffff9edf04317e40 ffffffff8a486df3
[  261.504623]  ffffffff89e230f7
[  261.505622]  00ff8ce36cf909c0 ffff8ce378e19340 ffff9edf04317e58 ffff8ce36c919e00
[  261.506571] Call Trace:
[  261.507573]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.508327]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.509470]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.510538]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.513590]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.514258]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.514842]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.515444]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.515999] kworker/0:74    S    0   621      2 0x00000000
[  261.516617]  ffff8ce334e88800 0000000000000000 ffff8ce36c96e900 ffff8ce378e19340
[  261.516617]  ffff8ce36c919e00 ffff9edf0431fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.517057]  00ff8ce36cf90e40 ffff8ce378e19340 ffff9edf0431fe58 ffff8ce36c96e900
[  261.517647] Call Trace:
[  261.518236]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.518824]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.519414]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.519994]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.520389]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.520945]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.521510]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.522075]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.522639] kworker/0:75    S    0   622      2 0x00000000
[  261.523210]  ffff8ce334e88800 0000000000000000 ffff8ce36c969e00 ffff8ce378e19340
[  261.523803]  ffff8ce36c96e900 ffff9edf04327e40 ffffffff8a486df3 ffffffff89e230f7
[  261.524314]  00ff8ce36cf91d40 ffff8ce378e19340 ffff9edf04327e58 ffff8ce36c969e00
[  261.524782] Call Trace:
[  261.525353]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.525930]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.526509]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.527084]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.527658]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.528138]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.528488]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.529110]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.529679] kworker/0:76    S    0   623      2 0x00000000
[  261.530250]  ffff8ce334e88800 0000000000000000 ffff8ce36c96ad00 ffff8ce378e19340
[  261.530831]  ffff8ce36c969e00 ffff9edf0432fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.531417]  00ff8ce36cf91080 ffff8ce378e19340 ffff9edf0432fe58 ffff8ce36c96ad00
[  261.532000] Call Trace:
[  261.532483]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.532973]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.533552]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.534124]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.534694]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.535266]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.535834]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.536966]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.537626] kworker/0:77    S    0   624      2 0x00000000
[  261.538210]  ffff8ce334e88800 0000000000000000 ffff8ce36c96cb00 ffff8ce378e19340
[  261.538798]  ffff8ce36c96ad00 ffff9edf04337e40 ffffffff8a486df3 ffffffff89e230f7
[  261.539383]  00ff8ce36cf91680 ffff8ce378e19340 ffff9edf04337e58 ffff8ce36c96cb00
[  261.540751] Call Trace:
[  261.541056]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.541628]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.542200]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.542766]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.543333]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.543891]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.544340]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.545086]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.545621] kworker/0:78    S    0   625      2 0x00000000
[  261.546248]  ffff8ce334e88800 0000000000000000 ffff8ce36c968000 ffff8ce378e19340
[  261.546801]  ffff8ce36c96cb00 ffff9edf0433fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.547451]  00ff8ce36cf91980 ffff8ce378e19340 ffff9edf0433fe58 ffff8ce36c968000
[  261.547987] Call Trace:
[  261.548349]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.549007]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.549700]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.550209]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.550828]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.551336]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.552093]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.559584]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.560195] kworker/0:79    S    0   626      2 0x00000000
[  261.560723]  ffff8ce334e88800 0000000000000000 ffff8ce36c96bc00 ffff8ce378e19340
[  261.561245]  ffff8ce36c968000 ffff9edf04347e40 ffffffff8a486df3 ffffffff89e230f7
[  261.561762]  00ff8ce36cf90480 ffff8ce378e19340 ffff9edf04347e58 ffff8ce36c96bc00
[  261.562283] Call Trace:
[  261.562790]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.563305]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.563818]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.564146]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.564588]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.565173]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.565699]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.566227]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.566754] kworker/0:80    S    0   627      2 0x00000000
[  261.567297]  ffff8ce334e88800 0000000000000000 ffff8ce36c968f00 ffff8ce378e19340
[  261.567840]  ffff8ce36c96bc00 ffff9edf0434fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.568102]  00ff8ce36cf90180
[  261.568116]  ffff8ce378e19340
[  261.568129]  ffff9edf0434fe58 ffff8ce36c968f00
[  261.568879] Call Trace:
[  261.569416]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.569958]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.570522]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.571055]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.571644]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.572094]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.572418]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.573005]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.573664] kworker/0:81    S    0   628      2 0x00000000
[  261.574263]  ffff8ce334e88800 0000000000000000 ffff8ce36c96da00 ffff8ce378e19340
[  261.574800]  ffff8ce36de91e00 ffff9edf04357e40 ffffffff8a486df3 ffffffff89e230f7
[  261.575330]  00ff8ce36cf91c80 ffff8ce378e19340 ffff9edf04357e58 ffff8ce36c96da00
[  261.575859] Call Trace:
[  261.576412]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.576711]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.577238]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.577763]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.578281]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.578801]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.579319]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.579836]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.580125] kworker/0:82    S    0   629      2 0x00000000
[  261.580634]  ffff8ce334e88800 0000000000000000 ffff8ce36de96900 ffff8ce378e19340
[  261.581166]  ffff8ce3735d0f00 ffff9edf0435fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.581695]  00ff8ce36cf91140 ffff8ce378e19340 ffff9edf0435fe58 ffff8ce36de96900
[  261.582223] Call Trace:
[  261.582746]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.583356]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.583880]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.584125]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.584720]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.585239]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.585757]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.586277]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.586796] kworker/0:83    S    0   630      2 0x00000000
[  261.587321]  ffff8ce334e88800 0000000000000000 ffff8ce36de91e00 ffff8ce378e19340
[  261.587853]  ffff8ce36c968f00 ffff9edf04367e40 ffffffff8a486df3 ffffffff89e230f7
[  261.588121]  00ff8ce36cf90cc0 ffff8ce378e19340 ffff9edf04367e58 ffff8ce36de91e00
[  261.588697] Call Trace:
[  261.589216]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.589738]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.590317]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.590839]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.591356]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.591876]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.592119]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.592696]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.593214] kworker/1:110   S    0   631      2 0x00000000
[  261.593744]  ffff8ce36e470800 0000000000000000 ffff8ce36de92d00 ffff8ce378e59340
[  261.594277]  ffff8ce36e31e900 ffff9edf0436fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.594804]  00ff8ce36e33f2c0 ffff8ce378e59340 ffff9edf0436fe58 ffff8ce36de92d00
[  261.595331] Call Trace:
[  261.595843]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.596115]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.596615]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.597177]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.597683]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.598189]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.598739]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.599268]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.599857] kworker/0:84    S    0   632      2 0x00000000
[  261.600194]  ffff8ce334e88800 0000000000000000 ffff8ce36de94b00 ffff8ce378e19340
[  261.600794]  ffff8ce36c96da00 ffff9edf04377e40 ffffffff8a486df3 ffffffff89e230f7
[  261.601322]  00ff8ce36de8f8c0 ffff8ce378e19340 ffff9edf04377e58 ffff8ce36de94b00
[  261.601858] Call Trace:
[  261.602398]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.602978]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.603873]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.604553]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.605539]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.606497]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.607446]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.608489]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.609248] kworker/1:111   S    0   633      2 0x00000000
[  261.610178]  ffff8ce36e470800 0000000000000000 ffff8ce36de90000 ffff8ce378e59340
[  261.610744]  ffff8ce36de92d00 ffff9edf0437fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.611286]  00ff8ce36e33f740 ffff8ce378e59340 ffff9edf0437fe58 ffff8ce36de90000
[  261.611824] Call Trace:
[  261.612193]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.612598]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.613131]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.613658]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.614274]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.615387]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.616518]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.617754]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.618397] kworker/1:112   S    0   634      2 0x00000000
[  261.618937]  ffff8ce36e470800 0000000000000000 ffff8ce36de93c00 ffff8ce378e59340
[  261.619959]  ffff8ce36de90000 ffff9edf04387e40 ffffffff8a486df3 ffffffff89e230f7
[  261.620483]  00ff8ce36e33e780 ffff8ce378e59340 ffff9edf04387e58 ffff8ce36de93c00
[  261.621002] Call Trace:
[  261.621769]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.622367]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.622881]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.623427]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.623931]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.624409]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.624753]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.625258]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.625768] kworker/1:113   S    0   635      2 0x00000000
[  261.626282]  ffff8ce36e470800 0000000000000000 ffff8ce36de90f00 ffff8ce378e59340
[  261.626801]  ffff8ce36de93c00 ffff9edf0438fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.627320]  00ff8ce36e33e600 ffff8ce378e59340 ffff9edf0438fe58 ffff8ce36de90f00
[  261.627835] Call Trace:
[  261.628184]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.628606]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.629117]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.629626]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.630220]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.630787]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.631393]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.631911]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.632161] kworker/1:114   S    0   636      2 0x00000000
[  261.632784]  ffff8ce36e470800 0000000000000000 ffff8ce36de95a00 ffff8ce378e59340
[  261.633308]  ffff8ce36de90f00 ffff9edf04397e40 ffffffff8a486df3 ffffffff89e230f7
[  261.633887]  00ff8ce36e33ed80 ffff8ce378e59340 ffff9edf04397e58 ffff8ce36de95a00
[  261.634467] Call Trace:
[  261.634997]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.635531]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.636064]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.636291]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.636814]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.637340]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.637872]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.638398]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.640284] kworker/1:115   S    0   637      2 0x00000000
[  261.640833]  ffff8ce36e470800 0000000000000000 ffff8ce36dece900 ffff8ce378e59340
[  261.641596]  ffff8ce36de95a00 ffff9edf0439fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.642700]  00ff8ce36e33e300 ffff8ce378e59340 ffff9edf0439fe58 ffff8ce36dece900
[  261.643253] Call Trace:
[  261.643766]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.644249]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.644731]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.645291]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.646438]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.647009]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.647514]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.648024]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.648261] kworker/1:116   S    0   638      2 0x00000000
[  261.648850]  ffff8ce36e470800 0000000000000000 ffff8ce36dec9e00 ffff8ce378e59340
[  261.649370]  ffff8ce36dece900 ffff9edf043a7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.649889]  00ff8ce36e33ef00 ffff8ce378e59340 ffff9edf043a7e58 ffff8ce36dec9e00
[  261.650440] Call Trace:
[  261.651336]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.652112]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.652365]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.652931]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.653436]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.653947]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.654452]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.654960]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.655467] kworker/0:85    S    0   639      2 0x00000000
[  261.655982]  ffff8ce334e88800 0000000000000000 ffff8ce36decad00 ffff8ce378e19340
[  261.656358]  ffff8ce36de94b00 ffff9edf043afe40 ffffffff8a486df3 ffffffff89e230f7
[  261.656854]  00ff8ce36de8e900 ffff8ce378e19340 ffff9edf043afe58 ffff8ce36decad00
[  261.657396] Call Trace:
[  261.657926]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.658454]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.658986]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.659520]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.660057]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.660310]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.660807]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.661462]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.661987] kworker/0:86    S    0   640      2 0x00000000
[  261.662525]  ffff8ce334e88800 ffff8ce334e88800 ffff8ce36deccb00 ffff8ce378e19340
[  261.663067]  ffff8ce36c85da00 ffff9edf043b7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.663608]  00ff8ce36de8eb40 ffff8ce378e19340 ffff9edf043b7e58 ffff8ce36deccb00
[  261.664155] Call Trace:
[  261.664379]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.664905]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.665436]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.665963]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.666488]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.667570]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.668496]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.669472]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.670389] kworker/1:117   S    0   641      2 0x00000000
[  261.670908]  ffff8ce36e470800 0000000000000000 ffff8ce36dec8000 ffff8ce378e59340
[  261.671484]  ffff8ce36dec9e00 ffff9edf043bfe40 ffffffff8a486df3 ffffffff89e230f7
[  261.672003]  00ff8ce36e33e540 ffff8ce378e59340 ffff9edf043bfe58 ffff8ce36dec8000
[  261.672442] Call Trace:
[  261.672921]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.673576]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.674090]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.674597]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.675101]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.675608]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.676115]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.676356]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.676968] kworker/0:87    S    0   642      2 0x00000000
[  261.677481]  ffff8ce334e88800 0000000000000000 ffff8ce36decbc00 ffff8ce378e19340
[  261.678000]  ffff8ce36deccb00 ffff9edf043c7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.678519]  00ff8ce36de8f5c0 ffff8ce378e19340 ffff9edf043c7e58 ffff8ce36decbc00
[  261.679036] Call Trace:
[  261.679547]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.680057]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.680352]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.680867]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.681372]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.681879]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.682388]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.682895]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.683401] kworker/1:118   S    0   643      2 0x00000000
[  261.683913]  ffff8ce36e470800 0000000000000000 ffff8ce36dec8f00 ffff8ce378e59340
[  261.684296]  ffff8ce36dec8000 ffff9edf043cfe40 ffffffff8a486df3 ffffffff89e230f7
[  261.684743]  00ff8ce36e33f800 ffff8ce378e59340 ffff9edf043cfe58 ffff8ce36dec8f00
[  261.685262] Call Trace:
[  261.685771]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.686281]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.686793]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.687300]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.687806]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.688167]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.688575]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.689080]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.689586] kworker/0:88    S    0   644      2 0x00000000
[  261.690191]  ffff8ce334e88800 0000000000000000 ffff8ce36decda00 ffff8ce378e19340
[  261.690711]  ffff8ce36decbc00 ffff9edf043d7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.691226]  00ff8ce36de8ea80 ffff8ce378e19340 ffff9edf043d7e58 ffff8ce36decda00
[  261.691741] Call Trace:
[  261.692009]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.692733]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.693430]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.694053]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.694573]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.695081]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.695600]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.696114]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.696702] kworker/1:119   S    0   645      2 0x00000000
[  261.701646]  ffff8ce36e470800
[  261.701656]  0000000000000000
[  261.701667]  ffff8ce36ded2d00 ffff8ce378e59340
[  261.702407]  ffff8ce36dec8f00 ffff9edf043dfe40 ffffffff8a486df3 ffffffff89e230f7
[  261.703137]  00ff8ce36e33fb00 ffff8ce378e59340 ffff9edf043dfe58 ffff8ce36ded2d00
[  261.703658] Call Trace:
[  261.704653]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.705561]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.706133]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.706700]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.707426]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.708623]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.709498]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.710010]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.710592] kworker/1:120   S    0   646      2 0x00000000
[  261.711135]  ffff8ce36e470800 0000000000000000 ffff8ce36ded4b00 ffff8ce378e59340
[  261.711679]  ffff8ce36ded2d00 ffff9edf043e7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.712217]  00ff8ce36e33f380 ffff8ce378e59340 ffff9edf043e7e58 ffff8ce36ded4b00
[  261.712612] Call Trace:
[  261.713146]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.713924]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.714462]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.715140]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.715671]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.716211]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.716481]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.717114]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.717644] kworker/1:121   S    0   647      2 0x00000000
[  261.718187]  ffff8ce36e470800 0000000000000000 ffff8ce36ded0000 ffff8ce378e59340
[  261.718730]  ffff8ce36ded4b00 ffff9edf043efe40 ffffffff8a486df3 ffffffff89e230f7
[  261.719268]  00ff8ce36e33fe00 ffff8ce378e59340 ffff9edf043efe58 ffff8ce36ded0000
[  261.720021] Call Trace:
[  261.720734]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.721382]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.721942]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.722499]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.723063]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.723799]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.724391]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.724741]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.725258] kworker/1:122   S    0   648      2 0x00000000
[  261.725778]  ffff8ce36e470800 0000000000000000 ffff8ce36ded3c00 ffff8ce378e59340
[  261.726306]  ffff8ce36ded0000 ffff9edf043f7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.726827]  00ff8ce36e33ec00 ffff8ce378e59340 ffff9edf043f7e58 ffff8ce36ded3c00
[  261.727347] Call Trace:
[  261.727863]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.728116]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.728715]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.729230]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.729742]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.730255]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.730765]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.731275]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.731786] kworker/1:123   S    0   649      2 0x00000000
[  261.732102]  ffff8ce36e470800 0000000000000000 ffff8ce36ded0f00 ffff8ce378e59340
[  261.732581]  ffff8ce36ded3c00 ffff9edf043ffe40 ffffffff8a486df3 ffffffff89e230f7
[  261.733101]  00ff8ce36e33f500 ffff8ce378e59340 ffff9edf043ffe58 ffff8ce36ded0f00
[  261.733616] Call Trace:
[  261.734121]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.734629]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.735143]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.735650]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.736011]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.736361]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.736941]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.737447]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.737951] kworker/1:124   S    0   650      2 0x00000000
[  261.738462]  ffff8ce36e470800 0000000000000000 ffff8ce36ded5a00 ffff8ce378e59340
[  261.738979]  ffff8ce36ded0f00 ffff9edf04407e40 ffffffff8a486df3 ffffffff89e230f7
[  261.739569]  00ff8ce36e33e840 ffff8ce378e59340 ffff9edf04407e58 ffff8ce36ded5a00
[  261.740090] Call Trace:
[  261.740357]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.740908]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.741418]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.741924]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.742431]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.742936]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.743438]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.743944]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.744336] kworker/1:125   S    0   651      2 0x00000000
[  261.744766]  ffff8ce36e470800 0000000000000000 ffff8ce36ded6900 ffff8ce378e59340
[  261.745288]  ffff8ce36ded5a00 ffff9edf0440fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.745805]  00ff8ce36e33fa40 ffff8ce378e59340 ffff9edf0440fe58 ffff8ce36ded6900
[  261.746318] Call Trace:
[  261.746822]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.747332]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.747840]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.748195]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.748607]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.749111]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.749617]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.750124]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.750628] kworker/1:126   S    0   652      2 0x00000000
[  261.751137]  ffff8ce36e470800 0000000000000000 ffff8ce36ded1e00 ffff8ce378e59340
[  261.751656]  ffff8ce36ded6900 ffff9edf04417e40 ffffffff8a486df3 ffffffff89e230f7
[  261.752061]  00ff8ce36e33f200 ffff8ce378e59340 ffff9edf04417e58 ffff8ce36ded1e00
[  261.752400] Call Trace:
[  261.752980]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.753490]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.753999]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.754507]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.755941]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.756397]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.756849]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.757353]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.757860] kworker/1:127   S    0   653      2 0x00000000
[  261.758379]  ffff8ce36e470800 0000000000000000 ffff8ce36e31ad00 ffff8ce378e59340
[  261.759670]  ffff8ce36ded1e00 ffff9edf0441fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.760204]  00ff8ce36e33e6c0 ffff8ce378e59340 ffff9edf0441fe58 ffff8ce36e31ad00
[  261.767168] Call Trace:
[  261.767737]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.768293]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.768824]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.769481]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.770154]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.770731]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.771370]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.771915]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.772292] kworker/1:128   S    0   654      2 0x00000000
[  261.772865]  ffff8ce36e470800 0000000000000000 ffff8ce36e31cb00 ffff8ce378e59340
[  261.773399]  ffff8ce36e31ad00 ffff9edf04427e40 ffffffff8a486df3 ffffffff89e230f7
[  261.773915]  00ff8ce36e33e240 ffff8ce378e59340 ffff9edf04427e58 ffff8ce36e31cb00
[  261.774430] Call Trace:
[  261.774936]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.775442]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.776286]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.776885]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.777413]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.777943]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.778472]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.778998]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.779531] kworker/1:129   S    0   655      2 0x00000000
[  261.780470]  ffff8ce36e470800
[  261.780480]  0000000000000000
[  261.780489]  ffff8ce36e318000 ffff8ce378e59340
[  261.781046]  ffff8ce36e31cb00 ffff9edf0442fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.781613]  00ff8ce36e33e0c0 ffff8ce378e59340 ffff9edf0442fe58 ffff8ce36e318000
[  261.782151] Call Trace:
[  261.782699]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.783264]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.783781]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.784331]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.784614]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.785126]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.785714]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.786331]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.786926] kworker/1:130   S    0   656      2 0x00000000
[  261.787555]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a4b00 ffff8ce378e59340
[  261.788040]  ffff8ce36e318000 ffff9edf04437e40 ffffffff8a486df3 ffffffff89e230f7
[  261.788369]  00ff8ce36e33fbc0 ffff8ce378e59340 ffff9edf04437e58 ffff8ce36e4a4b00
[  261.788962] Call Trace:
[  261.791147]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.791696]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.792236]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.792466]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.792993]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.793530]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.794063]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.794599]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.795133] kworker/1:131   S    0   657      2 0x00000000
[  261.795675]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a0000 ffff8ce378e59340
[  261.796320]  ffff8ce36e4a4b00 ffff9edf0443fe40 ffffffff8a486df3
[  261.796320]  ffffffff89e230f7
[  261.796320]  00ff8ce36e33e000 ffff8ce378e59340 ffff9edf0443fe58
[  261.796840]  ffff8ce36e4a0000
[  261.796849] Call Trace:
[  261.797630]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.798173]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.798715]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.799252]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.800030]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.800618]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.801228]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.801864]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.802415] kworker/1:132   S    0   658      2 0x00000000
[  261.803230]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a3c00 ffff8ce378e59340
[  261.803784]  ffff8ce36e4a0000 ffff9edf04447e40 ffffffff8a486df3 ffffffff89e230f7
[  261.804386]  00ff8ce36e33fec0 ffff8ce378e59340 ffff9edf04447e58 ffff8ce36e4a3c00
[  261.805267] Call Trace:
[  261.805811]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.806646]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.807906]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.808188]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.808800]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.809340]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.809878]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.810412]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.811223] kworker/1:133   S    0   659      2 0x00000000
[  261.811915]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a0f00 ffff8ce378e59340
[  261.812752]  ffff8ce36e4a3c00 ffff9edf0444fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.812830]  00ff8ce36e33e3c0 ffff8ce378e59340 ffff9edf0444fe58 ffff8ce36e4a0f00
[  261.813856] Call Trace:
[  261.814865]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.815840]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.816742]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.817819]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.818813]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.819846]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.820626]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.821588]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.822604] kworker/1:134   S    0   660      2 0x00000000
[  261.823633]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a5a00 ffff8ce378e59340
[  261.824541]  ffff8ce36e4a0f00 ffff9edf04457e40 ffffffff8a486df3
[  261.824577]  ffffffff89e230f7
[  261.824594]  00ff8ce36e33efc0
[  261.824603]  ffff8ce378e59340
[  261.825694]  ffff9edf04457e58 ffff8ce36e4a5a00
[  261.826853] Call Trace:
[  261.828310]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.829268]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.831272]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.831914]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.832305]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.833315]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.833893]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.834470]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.835050] kworker/1:135   S    0   661      2 0x00000000
[  261.835636]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a6900 ffff8ce378e59340
[  261.836232]  ffff8ce36e4a5a00 ffff9edf0445fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.836553]  00ff8ce36e33e9c0 ffff8ce378e59340 ffff9edf0445fe58 ffff8ce36e4a6900
[  261.837204] Call Trace:
[  261.837786]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.838367]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.838929]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.839488]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.840042]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.840548]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.840985]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.841538]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.842089] kworker/1:136   S    0   662      2 0x00000000
[  261.842647]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a1e00 ffff8ce378e59340
[  261.843215]  ffff8ce36e4a6900 ffff9edf04467e40 ffffffff8a486df3 ffffffff89e230f7
[  261.843784]  00ff8ce36e33ee40 ffff8ce378e59340 ffff9edf04467e58 ffff8ce36e4a1e00
[  261.844369] Call Trace:
[  261.844703]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.845264]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.845826]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.846383]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.846942]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.847495]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.848047]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.848322]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.849791] kworker/1:137   S    0   663      2 0x00000000
[  261.850407]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a2d00 ffff8ce378e59340
[  261.850980]  ffff8ce36e4a1e00 ffff9edf0446fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.851553]  00ff8ce36e33fd40 ffff8ce378e59340 ffff9edf0446fe58 ffff8ce36e4a2d00
[  261.852132] Call Trace:
[  261.852432]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.853008]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.853563]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.854118]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.854673]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.855231]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.855785]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.856053]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.856602] kworker/1:138   S    0   664      2 0x00000000
[  261.857154]  ffff8ce36e470800 0000000000000000 ffff8ce36e4dbc00 ffff8ce378e59340
[  261.857714]  ffff8ce36e4a2d00 ffff9edf04477e40 ffffffff8a486df3 ffffffff89e230f7
[  261.859479]  00ff8ce36e33f080 ffff8ce378e59340 ffff9edf04477e58 ffff8ce36e4dbc00
[  261.860103] Call Trace:
[  261.861089]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.862021]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.862536]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.863045]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.863854]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.864556]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.865083]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.865608]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.866698] kworker/1:139   S    0   665      2 0x00000000
[  261.867234]  ffff8ce36e470800 0000000000000000 ffff8ce36e4d8f00 ffff8ce378e59340
[  261.867775]  ffff8ce36e4dbc00 ffff9edf0447fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.868336]  00ff8ce36e33f680
[  261.868336]  ffff8ce378e59340
[  261.868336]  ffff9edf0447fe58 ffff8ce36e4d8f00
[  261.868608] Call Trace:
[  261.869140]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.869687]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.870240]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.870791]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.871560]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.872055]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.872411]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.872944]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.873483] kworker/1:140   S    0   666      2 0x00000000
[  261.874026]  ffff8ce36e470800 0000000000000000 ffff8ce36e4dda00 ffff8ce378e59340
[  261.874576]  ffff8ce36e4d8f00 ffff9edf04487e40 ffffffff8a486df3 ffffffff89e230f7
[  261.875120]  00ff8ce36e33f980 ffff8ce378e59340 ffff9edf04487e58 ffff8ce36e4dda00
[  261.875963] Call Trace:
[  261.876877]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.878087]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.879160]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.879757]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.880720]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.881022]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.881538]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.882123]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.882650] kworker/1:141   S    0   667      2 0x00000000
[  261.883366]  ffff8ce36e470800 0000000000000000 ffff8ce36e4de900 ffff8ce378e59340
[  261.883897]  ffff8ce36e4dda00 ffff9edf0448fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.884431]  00ff8ce36e33e480 ffff8ce378e59340 ffff9edf0448fe58 ffff8ce36e4de900
[  261.884769] Call Trace:
[  261.885285]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.885804]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.886326]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.886842]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.887356]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.887873]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.888183]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.888711]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.889229] kworker/1:142   S    0   668      2 0x00000000
[  261.889755]  ffff8ce36e470800 0000000000000000 ffff8ce36e4d9e00 ffff8ce378e59340
[  261.890338]  ffff8ce36e4de900 ffff9edf04497e40 ffffffff8a486df3 ffffffff89e230f7
[  261.890862]  00ff8ce36e33e180 ffff8ce378e59340 ffff9edf04497e58 ffff8ce36e4d9e00
[  261.891387] Call Trace:
[  261.891906]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.892150]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.892730]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.893245]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.893760]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.894274]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.894787]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.895304]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.895901] kworker/1:143   S    0   669      2 0x00000000
[  261.896149]  ffff8ce36e470800 0000000000000000 ffff8ce36e4dad00 ffff8ce378e59340
[  261.896195]  ffff8ce36e4d9e00 ffff9edf0449fe40 ffffffff8a486df3 ffffffff89e230f7
[  261.896770]  00ff8ce36e33fc80 ffff8ce378e59340 ffff9edf0449fe58 ffff8ce36e4dad00
[  261.897319] Call Trace:
[  261.897869]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.898419]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.898960]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.899494]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.900028]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.900288]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.900877]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.901406]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.901938] kworker/1:144   S    0   670      2 0x00000000
[  261.902476]  ffff8ce36e470800 0000000000000000 ffff8ce36e4dcb00 ffff8ce378e59340
[  261.903023]  ffff8ce36e4dad00 ffff9edf044a7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.903569]  00ff8ce36e33f140 ffff8ce378e59340 ffff9edf044a7e58 ffff8ce36e4dcb00
[  261.904112] Call Trace:
[  261.904379]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.904976]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.905515]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.906053]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.906586]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.907192]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.907726]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.908255]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.908514] kworker/1:145   S    0   671      2 0x00000000
[  261.909126]  ffff8ce36e470800 0000000000000000 ffff8ce36e4d8000 ffff8ce378e59340
[  261.909676]  ffff8ce36e4dcb00 ffff9edf044afe40 ffffffff8a486df3 ffffffff89e230f7
[  261.910223]  00ff8ce36e33ecc0 ffff8ce378e59340 ffff9edf044afe58 ffff8ce36e4d8000
[  261.910766] Call Trace:
[  261.911539]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.912398]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.912817]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.913373]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.913940]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.914496]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.915929]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.923697]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.924282] kworker/1:146   S    0   672      2 0x00000000
[  261.925093]  ffff8ce36e470800 0000000000000000 ffff8ce36e4fbc00 ffff8ce378e59340
[  261.925754]  ffff8ce36e4d8000 ffff9edf044b7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.926301]  00ff8ce36e33f440 ffff8ce378e59340 ffff9edf044b7e58 ffff8ce36e4fbc00
[  261.926912] Call Trace:
[  261.927546]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.928116]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.928514]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.930538]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.931590]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.932507]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.932507]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.937227]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.938100] kworker/1:147   S    0   673      2 0x00000000
[  261.938641]  ffff8ce36e470800 0000000000000000 ffff8ce36e4f8f00 ffff8ce378e59340
[  261.939278]  ffff8ce36e4fbc00 ffff9edf044bfe40 ffffffff8a486df3 ffffffff89e230f7
[  261.939828]  00ff8ce36e33f8c0 ffff8ce378e59340 ffff9edf044bfe58 ffff8ce36e4f8f00
[  261.940433] Call Trace:
[  261.940935]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.941447]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.941960]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.942722]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.943658]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.944190]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.944522]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.945095]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.945609] kworker/1:148   S    0   674      2 0x00000000
[  261.946126]  ffff8ce36e470800 0000000000000000 ffff8ce36e4fda00 ffff8ce378e59340
[  261.947378]  ffff8ce36e4f8f00 ffff9edf044c7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.947912]  00ff8ce36e33e900 ffff8ce378e59340 ffff9edf044c7e58 ffff8ce36e4fda00
[  261.948465] Call Trace:
[  261.948698]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.949223]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.949762]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.950510]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.951102]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.951678]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.952168]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.952604]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.953286] kworker/1:149   S    0   675      2 0x00000000
[  261.953843]  ffff8ce36e470800 0000000000000000 ffff8ce36e4fe900 ffff8ce378e59340
[  261.954497]  ffff8ce36e4fda00 ffff9edf044cfe40 ffffffff8a486df3 ffffffff89e230f7
[  261.955011]  00ff8ce36e33eb40 ffff8ce378e59340 ffff9edf044cfe58 ffff8ce36e4fe900
[  261.955691] Call Trace:
[  261.956319]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.956639]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.957153]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.957657]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.958327]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.959058]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.959670]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.960040]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.960478] kworker/1:150   S    0   676      2 0x00000000
[  261.961048]  ffff8ce36e470800 0000000000000000 ffff8ce36e4f9e00 ffff8ce378e59340
[  261.961564]  ffff8ce36e4fe900 ffff9edf044d7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.962300]  00ff8ce36e33f5c0 ffff8ce378e59340 ffff9edf044d7e58 ffff8ce36e4f9e00
[  261.962814] Call Trace:
[  261.963318]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.963827]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.964387]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.964631]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.965137]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.965641]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.966143]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.966648]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.967154] kworker/1:151   S    0   677      2 0x00000000
[  261.967665]  ffff8ce36e470800 0000000000000000 ffff8ce36e4fad00 ffff8ce378e59340
[  261.968093]  ffff8ce36e4f9e00 ffff9edf044dfe40 ffffffff8a486df3 ffffffff89e230f7
[  261.977732]  00ff8ce36e33ea80 ffff8ce378e59340 ffff9edf044dfe58 ffff8ce36e4fad00
[  261.978310] Call Trace:
[  261.978818]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.979324]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.979834]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.980389]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.980754]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.981259]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.981765]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.982271]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.982819] kworker/1:152   S    0   678      2 0x00000000
[  261.983366]  ffff8ce36e470800 0000000000000000 ffff8ce36e4fcb00 ffff8ce378e59340
[  261.983903]  ffff8ce36e4fad00 ffff9edf044e7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.984189]  00ff8ce371e318c0
[  261.984189]  ffff8ce378e59340
[  261.984199]  ffff9edf044e7e58 ffff8ce36e4fcb00
[  261.984892] Call Trace:
[  261.985432]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.985984]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.986532]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.987133]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.987655]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.988163]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.988483]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.989152]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.989693] kworker/1:153   S    0   679      2 0x00000000
[  261.990404]  ffff8ce36e470800 0000000000000000 ffff8ce36e4f8000 ffff8ce378e59340
[  261.990938]  ffff8ce36e4fcb00 ffff9edf044efe40 ffffffff8a486df3 ffffffff89e230f7
[  261.991462]  00ff8ce371e30900 ffff8ce378e59340 ffff9edf044efe58 ffff8ce36e4f8000
[  261.991985] Call Trace:
[  261.992476]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.992842]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.993362]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  261.993880]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  261.994396]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  261.994912]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  261.995425]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  261.995938]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  261.996258] kworker/1:154   S    0   680      2 0x00000000
[  261.996776]  ffff8ce36e470800 0000000000000000 ffff8ce371e39e00 ffff8ce378e59340
[  261.997304]  ffff8ce36e4f8000 ffff9edf044f7e40 ffffffff8a486df3 ffffffff89e230f7
[  261.997828]  00ff8ce371e30b40 ffff8ce378e59340 ffff9edf044f7e58 ffff8ce371e39e00
[  261.998355] Call Trace:
[  261.998871]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  261.999389]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  261.999909]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.000194]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.000744]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.001265]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.001780]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.002295]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.002811] kworker/1:155   S    0   681      2 0x00000000
[  262.003334]  ffff8ce36e470800 0000000000000000 ffff8ce371e3ad00 ffff8ce378e59340
[  262.003863]  ffff8ce371e39e00 ffff9edf044ffe40 ffffffff8a486df3 ffffffff89e230f7
[  262.004168]  00ff8ce371e315c0 ffff8ce378e59340 ffff9edf044ffe58 ffff8ce371e3ad00
[  262.004798] Call Trace:
[  262.005333]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.005897]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.006517]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.007107]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.007694]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.008115]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.008495]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.009034]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.014084] kworker/1:156   S    0   682      2 0x00000000
[  262.014629]  ffff8ce36e470800 0000000000000000 ffff8ce371e3cb00 ffff8ce378e59340
[  262.015263]  ffff8ce371e3ad00 ffff9edf04507e40 ffffffff8a486df3 ffffffff89e230f7
[  262.015845]  00ff8ce371e30a80 ffff8ce378e59340 ffff9edf04507e58 ffff8ce371e3cb00
[  262.016421] Call Trace:
[  262.016962]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.017595]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.018127]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.018798]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.019401]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.019977]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.020307]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.020849]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.021497] kworker/1:157   S    0   683      2 0x00000000
[  262.022032]  ffff8ce36e470800 0000000000000000 ffff8ce371e38000 ffff8ce378e59340
[  262.022572]  ffff8ce371e3cb00 ffff9edf0450fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.023111]  00ff8ce371e312c0 ffff8ce378e59340 ffff9edf0450fe58 ffff8ce371e38000
[  262.023658] Call Trace:
[  262.024192]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.024441]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.025149]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.025678]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.026213]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.026761]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.027292]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.027829]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.028399] kworker/1:158   S
[  262.028399]     0   684      2 0x00000000
[  262.028769]  ffff8ce36e470800 0000000000000000 ffff8ce371e3bc00 ffff8ce378e59340
[  262.029309]  ffff8ce371e38000 ffff9edf04517e40 ffffffff8a486df3 ffffffff89e230f7
[  262.029852]  00ff8ce371e31740 ffff8ce378e59340 ffff9edf04517e58 ffff8ce371e3bc00
[  262.030393] Call Trace:
[  262.030925]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.031460]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.031999]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.032284]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.032946]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.033472]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.034022]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.034537]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.035092] kworker/1:159   S    0   685      2 0x00000000
[  262.035670]  ffff8ce36e470800 0000000000000000 ffff8ce371e38f00 ffff8ce378e59340
[  262.036275]  ffff8ce371e3bc00 ffff9edf0451fe40 ffffffff8a486df3
[  262.036275]  ffffffff89e230f7
[  262.036275]  00ff8ce371e30780 ffff8ce378e59340 ffff9edf0451fe58
[  262.036873]  ffff8ce371e38f00
[  262.036883] Call Trace:
[  262.037436]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.037976]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.038515]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.039048]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.039585]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.040028]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.040392]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.040982]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.041512] kworker/0:89    S    0   686      2 0x00000000
[  262.042055]  ffff8ce334e88800 0000000000000000 ffff8ce371e3da00 ffff8ce378e19340
[  262.042605]  ffff8ce36decda00 ffff9edf04527e40 ffffffff8a486df3 ffffffff89e230f7
[  262.043152]  00ff8ce36de8f2c0 ffff8ce378e19340 ffff9edf04527e58 ffff8ce371e3da00
[  262.043696] Call Trace:
[  262.044229]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.044501]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.045097]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.045632]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.046165]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.046698]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.047229]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.047758]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.048294] kworker/1:160   S    0   687      2 0x00000000
[  262.048607]  ffff8ce36e470800 0000000000000000 ffff8ce371e3e900 ffff8ce378e59340
[  262.049158]  ffff8ce371e38f00 ffff9edf0452fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.049705]  00ff8ce371e30600 ffff8ce378e59340 ffff9edf0452fe58 ffff8ce371e3e900
[  262.050252] Call Trace:
[  262.050790]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.051330]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.051947]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.052193]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.052785]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.053321]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.053852]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.054388]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.054923] kworker/1:161   S    0   688      2 0x00000000
[  262.055459]  ffff8ce36e470800 0000000000000000 ffff8ce371e58000 ffff8ce378e59340
[  262.056007]  ffff8ce371e3e900 ffff9edf04537e40 ffffffff8a486df3 ffffffff89e230f7
[  262.056286]  00ff8ce371e30d80 ffff8ce378e59340 ffff9edf04537e58 ffff8ce371e58000
[  262.056886] Call Trace:
[  262.057419]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.057959]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.058495]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.059027]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.059558]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.060088]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.060338]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.060924]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.061455] kworker/0:90    S    0   689      2 0x00000000
[  262.061994]  ffff8ce334e88800 0000000000000000 ffff8ce371e5bc00 ffff8ce378e19340
[  262.062538]  ffff8ce371e3da00 ffff9edf0453fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.063083]  00ff8ce36de8f740 ffff8ce378e19340 ffff9edf0453fe58 ffff8ce371e5bc00
[  262.063628] Call Trace:
[  262.064151]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.064396]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.064983]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.065489]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.065995]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.066502]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.067007]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.067597]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.068124] kworker/1:162   S    0   690      2 0x00000000
[  262.068447]  ffff8ce36e470800 0000000000000000
[  262.068481]  ffff8ce371e58f00
[  262.068490]  ffff8ce378e59340
[  262.069044]  ffff8ce371e58000 ffff9edf04547e40 ffffffff8a486df3 ffffffff89e230f7
[  262.069587]  00ff8ce371e30300 ffff8ce378e59340 ffff9edf04547e58 ffff8ce371e58f00
[  262.070124] Call Trace:
[  262.070645]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.071220]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.071783]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.072332]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.072604]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.073144]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.073673]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.074204]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.074741] kworker/0:91    S
[  262.074750]     0   691      2 0x00000000
[  262.075292]  ffff8ce334e88800 0000000000000000 ffff8ce371e5da00 ffff8ce378e19340
[  262.075844]  ffff8ce371e5bc00 ffff9edf0454fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.076099]  00ff8ce36de8e780
[  262.076113]  ffff8ce378e19340
[  262.076125]  ffff9edf0454fe58 ffff8ce371e5da00
[  262.076748] Call Trace:
[  262.077294]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.077842]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.078394]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.079238]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.079945]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.080205]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.080864]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.081412]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.081971] kworker/1:163   S    0   692      2 0x00000000
[  262.082533]  ffff8ce36e470800 0000000000000000 ffff8ce371e5e900 ffff8ce378e59340
[  262.083129]  ffff8ce371e58f00 ffff9edf04557e40 ffffffff8a486df3 ffffffff89e230f7
[  262.083687]  00ff8ce371e30f00 ffff8ce378e59340 ffff9edf04557e58 ffff8ce371e5e900
[  262.084195] Call Trace:
[  262.084483]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.085306]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.085858]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.086427]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.086979]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.087546]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.088100]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.088474]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.089105] kworker/0:92    S    0   693      2 0x00000000
[  262.089720]  ffff8ce334e88800 0000000000000000 ffff8ce371e59e00 ffff8ce378e19340
[  262.090388]  ffff8ce371e5da00 ffff9edf0455fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.091042]  00ff8ce36de8e600 ffff8ce378e19340 ffff9edf0455fe58 ffff8ce371e59e00
[  262.091581] Call Trace:
[  262.092111]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.092390]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.092981]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.093508]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.094035]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.094568]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.095099]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.095625]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.096152] kworker/0:93    S    0   694      2 0x00000000
[  262.096413]  ffff8ce334e88800 0000000000000000 ffff8ce371e5ad00 ffff8ce378e19340
[  262.097011]  ffff8ce371e59e00 ffff9edf04567e40 ffffffff8a486df3 ffffffff89e230f7
[  262.097549]  00ff8ce36de8ed80 ffff8ce378e19340 ffff9edf04567e58 ffff8ce371e5ad00
[  262.098079] Call Trace:
[  262.099544]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.100151]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.100449]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.101052]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.101580]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.102117]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.103639]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.104441]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.105398] kworker/1:164   S    0   695      2 0x00000000
[  262.106324]  ffff8ce36e470800 0000000000000000 ffff8ce371e5cb00 ffff8ce378e59340
[  262.107408]  ffff8ce371e5e900 ffff9edf0456fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.108343]  00ff8ce371e30540 ffff8ce378e59340 ffff9edf0456fe58
[  262.108343]  ffff8ce371e5cb00
[  262.108371] Call Trace:
[  262.109422]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.110854]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.112276]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.112672]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.113196]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.114072]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.114745]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.115420]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.115936] kworker/0:94    S    0   696      2 0x00000000
[  262.116198]  ffff8ce334e88800 0000000000000000 ffff8ce372a0ad00 ffff8ce378e19340
[  262.116258]  ffff8ce371e5ad00 ffff9edf04577e40 ffffffff8a486df3 ffffffff89e230f7
[  262.117181]  00ff8ce36de8e300 ffff8ce378e19340 ffff9edf04577e58 ffff8ce372a0ad00
[  262.118807] Call Trace:
[  262.119359]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.119912]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.120203]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.121171]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.121720]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.122267]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.122812]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.123354]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.123897] kworker/1:165   S    0   697      2 0x00000000
[  262.124196]  ffff8ce36e470800
[  262.124205]  0000000000000000
[  262.124215]  ffff8ce372a0cb00 ffff8ce378e59340
[  262.124796]  ffff8ce371e5cb00 ffff9edf0457fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.125390]  00ff8ce371e31800 ffff8ce378e59340 ffff9edf0457fe58 ffff8ce372a0cb00
[  262.125977] Call Trace:
[  262.126551]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.127136]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.127726]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.128183]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.128592]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.129168]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.129864]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.130432]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.131002] kworker/1:166   S    0   698      2 0x00000000
[  262.131585]  ffff8ce36e470800 0000000000000000 ffff8ce372a08000 ffff8ce378e59340
[  262.132014]  ffff8ce372a0cb00 ffff9edf04587e40 ffffffff8a486df3 ffffffff89e230f7
[  262.132430]  00ff8ce371e31b00 ffff8ce378e59340
[  262.132444]  ffff9edf04587e58
[  262.132453]  ffff8ce372a08000
[  262.133024] Call Trace:
[  262.133602]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.134192]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.134801]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.137201]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.137815]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.138382]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.139041]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.139626]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.140304] kworker/0:95    S    0   699      2 0x00000000
[  262.140698]  ffff8ce334e88800 0000000000000000 ffff8ce372a0bc00 ffff8ce378e19340
[  262.141272]  ffff8ce372a0ad00 ffff9edf0458fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.141848]  00ff8ce36de8ef00 ffff8ce378e19340 ffff9edf0458fe58 ffff8ce372a0bc00
[  262.142422] Call Trace:
[  262.142984]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.143552]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.144069]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.144374]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.144982]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.145590]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.146136]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.146683]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.147231] kworker/0:96    S    0   700      2 0x00000000
[  262.147785]  ffff8ce334e88800 0000000000000000 ffff8ce372a08f00 ffff8ce378e19340
[  262.148369]  ffff8ce372a0bc00 ffff9edf04597e40 ffffffff8a486df3 ffffffff89e230f7
[  262.148721]  00ff8ce36de8e540 ffff8ce378e19340 ffff9edf04597e58 ffff8ce372a08f00
[  262.149270] Call Trace:
[  262.149793]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.150318]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.150851]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.151376]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.151897]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.152141]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.152719]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.153239]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.153766] kworker/1:167   S    0   701      2 0x00000000
[  262.154294]  ffff8ce36e470800 0000000000000000 ffff8ce372a0da00 ffff8ce378e59340
[  262.154829]  ffff8ce372a08000 ffff9edf0459fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.155364]  00ff8ce371e31380 ffff8ce378e59340 ffff9edf0459fe58 ffff8ce372a0da00
[  262.155894] Call Trace:
[  262.156138]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.156786]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.157313]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.157833]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.158351]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.158870]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.159387]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.159904]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.160147] kworker/0:97    S    0   702      2 0x00000000
[  262.160747]  ffff8ce334e88800 0000000000000000 ffff8ce372a0e900 ffff8ce378e19340
[  262.161597]  ffff8ce372a08f00 ffff9edf045a7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.162276]  00ff8ce36de8f800 ffff8ce378e19340 ffff9edf045a7e58 ffff8ce372a0e900
[  262.162894] Call Trace:
[  262.163438]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.163962]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.164240]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.164850]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.166166]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.166696]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.167224]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.167753]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.168233] kworker/1:168   S    0   703      2 0x00000000
[  262.168513]  ffff8ce36e470800
[  262.168522]  0000000000000000
[  262.168532]  ffff8ce372a09e00 ffff8ce378e59340
[  262.169061]  ffff8ce372a0da00 ffff9edf045afe40 ffffffff8a486df3 ffffffff89e230f7
[  262.169602]  00ff8ce371e31e00 ffff8ce378e59340 ffff9edf045afe58 ffff8ce372a09e00
[  262.170144] Call Trace:
[  262.170771]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.171590]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.172459]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.172743]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.173614]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.174284]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.174796]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.175517]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.176162] kworker/1:169   S    0   704      2 0x00000000
[  262.178353]  ffff8ce36e470800 0000000000000000 ffff8ce372a34b00 ffff8ce378e59340
[  262.179424]  ffff8ce372a09e00 ffff9edf045b7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.180139]  00ff8ce371e30c00
[  262.180139]  ffff8ce378e59340
[  262.180139]  ffff9edf045b7e58 ffff8ce372a34b00
[  262.181233] Call Trace:
[  262.182588]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.184193]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.185187]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.186212]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.187342]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.188178]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.189149]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.190200]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.194014] kworker/0:98    S    0   705      2 0x00000000
[  262.195278]  ffff8ce334e88800 0000000000000000 ffff8ce372a30000 ffff8ce378e19340
[  262.196003]  ffff8ce372a0e900 ffff9edf045bfe40 ffffffff8a486df3 ffffffff89e230f7
[  262.196948]  00ff8ce36de8fb00 ffff8ce378e19340
[  262.196948]  ffff9edf045bfe58
[  262.196948]  ffff8ce372a30000
[  262.197540] Call Trace:
[  262.198610]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.199587]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.200670]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.201672]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.202648]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.203322]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.204229]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.204585]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.205224] kworker/1:170   S    0   706      2 0x00000000
[  262.205787]  ffff8ce36e470800 0000000000000000 ffff8ce372a33c00 ffff8ce378e59340
[  262.206355]  ffff8ce372a34b00 ffff9edf045c7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.207526]  00ff8ce371e31500 ffff8ce378e59340 ffff9edf045c7e58 ffff8ce372a33c00
[  262.208440] Call Trace:
[  262.208772]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.209342]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.209908]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.210462]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.211068]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.211751]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.212150]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.212677]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.213276] kworker/1:171   S    0   707      2 0x00000000
[  262.213885]  ffff8ce36e470800 0000000000000000 ffff8ce372a30f00 ffff8ce378e59340
[  262.214496]  ffff8ce372a33c00 ffff9edf045cfe40 ffffffff8a486df3 ffffffff89e230f7
[  262.215139]  00ff8ce371e30840 ffff8ce378e59340 ffff9edf045cfe58 ffff8ce372a30f00
[  262.215810] Call Trace:
[  262.216063]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.216634]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.217170]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.217707]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.218236]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.218767]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.219298]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.220054]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.220405] kworker/1:172   S    0   708      2 0x00000000
[  262.221001]  ffff8ce36e470800 0000000000000000 ffff8ce372a35a00 ffff8ce378e59340
[  262.221546]  ffff8ce372a30f00 ffff9edf045d7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.222086]  00ff8ce371e31a40 ffff8ce378e59340 ffff9edf045d7e58 ffff8ce372a35a00
[  262.222629] Call Trace:
[  262.223154]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.224666]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.225395]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.225944]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.226471]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.227013]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.227534]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.228656]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.228987] kworker/1:173   S    0   709      2 0x00000000
[  262.229537]  ffff8ce36e470800 0000000000000000 ffff8ce372a36900 ffff8ce378e59340
[  262.230089]  ffff8ce372a35a00 ffff9edf045dfe40 ffffffff8a486df3 ffffffff89e230f7
[  262.230638]  00ff8ce371e31200 ffff8ce378e59340 ffff9edf045dfe58 ffff8ce372a36900
[  262.232031] Call Trace:
[  262.232428]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.232820]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.233357]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.233898]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.234433]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.234972]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.235506]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.236044]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.236278] kworker/0:99    S    0   710      2 0x00000000
[  262.236807]  ffff8ce334e88800 0000000000000000 ffff8ce372a31e00 ffff8ce378e19340
[  262.237346]  ffff8ce372a30000 ffff9edf045e7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.237883]  00ff8ce36de8f380 ffff8ce378e19340 ffff9edf045e7e58 ffff8ce372a31e00
[  262.240536] Call Trace:
[  262.241067]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.241620]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.242157]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.242691]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.243244]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.243838]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.244538]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.245196]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.245705] kworker/0:100   S    0   711      2 0x00000000
[  262.246223]  ffff8ce334e88800 0000000000000000 ffff8ce372a32d00 ffff8ce378e19340
[  262.246855]  ffff8ce372a31e00 ffff9edf045efe40 ffffffff8a486df3 ffffffff89e230f7
[  262.247372]  00ff8ce36de8fe00 ffff8ce378e19340 ffff9edf045efe58 ffff8ce372a32d00
[  262.247889] Call Trace:
[  262.248526]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.249073]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.249668]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.250335]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.250942]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.251783]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.252334]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.252936]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.253446] kworker/1:174   S    0   712      2 0x00000000
[  262.253960]  ffff8ce36e470800 0000000000000000 ffff8ce372a6e900 ffff8ce378e59340
[  262.254481]  ffff8ce372a36900 ffff9edf045f7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.255149]  00ff8ce371e306c0 ffff8ce378e59340 ffff9edf045f7e58 ffff8ce372a6e900
[  262.255813] Call Trace:
[  262.256318]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.256864]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.257378]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.257901]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.258413]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.259347]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.259855]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.260262]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.260687] kworker/0:101   S    0   713      2 0x00000000
[  262.261203]  ffff8ce334e88800 0000000000000000 ffff8ce372a69e00 ffff8ce378e19340
[  262.262356]  ffff8ce372a32d00 ffff9edf045ffe40 ffffffff8a486df3 ffffffff89e230f7
[  262.263281]  00ff8ce36de8ec00 ffff8ce378e19340 ffff9edf045ffe58 ffff8ce372a69e00
[  262.264109] Call Trace:
[  262.264971]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.265933]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.266889]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.267894]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.268937]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.269559]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.270245]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.270913]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.271479] kworker/1:175   S    0   714      2 0x00000000
[  262.272172]  ffff8ce36e470800 0000000000000000
[  262.272540]  ffff8ce372a6ad00
[  262.272540]  ffff8ce378e59340
[  262.272894]  ffff8ce372a6e900 ffff9edf04607e40 ffffffff8a486df3 ffffffff89e230f7
[  262.273453]  00ff8ce371e30240 ffff8ce378e59340 ffff9edf04607e58 ffff8ce372a6ad00
[  262.274480] Call Trace:
[  262.275145]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.275716]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.276429]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.277190]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.277708]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.278224]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.278738]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.279257]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.280021] kworker/0:102   S    0   715      2 0x00000000
[  262.280475]  ffff8ce334e88800 0000000000000000
[  262.280488]  ffff8ce372a6cb00
[  262.280498]  ffff8ce378e19340
[  262.281041]  ffff8ce372a69e00 ffff9edf0460fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.281602]  00ff8ce36de8f500 ffff8ce378e19340 ffff9edf0460fe58 ffff8ce372a6cb00
[  262.282155] Call Trace:
[  262.282699]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.283250]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.283804]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.284373]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.284625]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.285171]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.285726]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.286412]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.286957] kworker/1:176   S    0   716      2 0x00000000
[  262.287511]  ffff8ce36e470800 0000000000000000 ffff8ce372a68000 ffff8ce378e59340
[  262.288076]  ffff8ce372a6ad00 ffff9edf04617e40 ffffffff8a486df3 ffffffff89e230f7
[  262.288316]  00ff8ce371e300c0 ffff8ce378e59340 ffff9edf04617e58
[  262.288333]  ffff8ce372a68000
[  262.288343] Call Trace:
[  262.288887]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.289445]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.292265]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.292547]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.293146]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.293758]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.294288]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.294825]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.295500] kworker/0:103   S    0   717      2 0x00000000
[  262.296041]  ffff8ce334e88800 0000000000000000 ffff8ce372a6bc00 ffff8ce378e19340
[  262.296540]  ffff8ce372a6cb00 ffff9edf0461fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.296972]  00ff8ce36de8e840 ffff8ce378e19340 ffff9edf0461fe58 ffff8ce372a6bc00
[  262.297515] Call Trace:
[  262.298048]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.298593]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.299131]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.299664]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.300196]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.300462]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.301047]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.301650]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.302194] kworker/1:177   S    0   718      2 0x00000000
[  262.302735]  ffff8ce36e470800 0000000000000000 ffff8ce372a68f00 ffff8ce378e59340
[  262.303280]  ffff8ce372a68000 ffff9edf04627e40 ffffffff8a486df3 ffffffff89e230f7
[  262.303826]  00ff8ce371e31bc0 ffff8ce378e59340 ffff9edf04627e58 ffff8ce372a68f00
[  262.304413] Call Trace:
[  262.304708]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.305240]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.305771]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.306296]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.306820]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.307355]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.307913]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.308190]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.308770] kworker/0:104   S    0   719      2 0x00000000
[  262.309302]  ffff8ce334e88800 0000000000000000 ffff8ce372a6da00 ffff8ce378e19340
[  262.309840]  ffff8ce372a6bc00 ffff9edf0462fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.310378]  00ff8ce36de8fa40 ffff8ce378e19340 ffff9edf0462fe58 ffff8ce372a6da00
[  262.310910] Call Trace:
[  262.311428]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.311952]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.312201]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.312778]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.313299]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.313820]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.314338]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.314854]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.315372] kworker/1:178   S    0   720      2 0x00000000
[  262.315893]  ffff8ce36e470800 0000000000000000 ffff8ce3734b4b00 ffff8ce378e59340
[  262.316196]  ffff8ce372a68f00 ffff9edf04637e40 ffffffff8a486df3 ffffffff89e230f7
[  262.316778]  00ff8ce371e30000 ffff8ce378e59340 ffff9edf04637e58 ffff8ce3734b4b00
[  262.317541] Call Trace:
[  262.318159]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.318744]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.319269]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.319786]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.320168]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.320612]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.321901]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.322431]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.322960] kworker/0:105   S    0   721      2 0x00000000
[  262.323503]  ffff8ce334e88800 0000000000000000 ffff8ce3734b0000 ffff8ce378e19340
[  262.324061]  ffff8ce372a6da00 ffff9edf0463fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.324285]  00ff8ce36de8f200 ffff8ce378e19340
[  262.324299]  ffff9edf0463fe58
[  262.324308]  ffff8ce3734b0000
[  262.324831] Call Trace:
[  262.325366]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.325908]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.326570]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.328077]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.328383]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.329071]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.329606]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.330140]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.330680] kworker/1:179   S    0   722      2 0x00000000
[  262.331432]  ffff8ce36e470800 0000000000000000 ffff8ce3734b3c00 ffff8ce378e59340
[  262.332036]  ffff8ce3734b4b00 ffff9edf04647e40 ffffffff8a486df3 ffffffff89e230f7
[  262.332730]  00ff8ce371e31ec0 ffff8ce378e59340 ffff9edf04647e58 ffff8ce3734b3c00
[  262.333378] Call Trace:
[  262.334028]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.334703]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.335344]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.335888]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.336448]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.336712]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.337252]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.337801]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.343956] kworker/0:106   S    0   723      2 0x00000000
[  262.344549]  ffff8ce334e88800 0000000000000000 ffff8ce3734b0f00 ffff8ce378e19340
[  262.344594]  ffff8ce3734b0000
[  262.344601]  ffff9edf0464fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.345157]  00ff8ce36de8e6c0 ffff8ce378e19340 ffff9edf0464fe58 ffff8ce3734b0f00
[  262.345764] Call Trace:
[  262.346313]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.346918]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.347475]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.348121]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.348710]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.349836]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.350796]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.351431]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.352362] kworker/0:107   S    0   724      2 0x00000000
[  262.353520]  ffff8ce334e88800 0000000000000000 ffff8ce3734b5a00 ffff8ce378e19340
[  262.354127]  ffff8ce3734b0f00 ffff9edf04657e40 ffffffff8a486df3 ffffffff89e230f7
[  262.354977]  00ff8ce36de8e240 ffff8ce378e19340 ffff9edf04657e58 ffff8ce3734b5a00
[  262.355803] Call Trace:
[  262.356088]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.356719]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.357373]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.357940]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.358550]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.359693]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.360067]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.360632]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.361289] kworker/1:180   S    0   725      2 0x00000000
[  262.362195]  ffff8ce36e470800 0000000000000000 ffff8ce3734b6900 ffff8ce378e59340
[  262.362977]  ffff8ce3734b3c00 ffff9edf0465fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.363619]  00ff8ce371e303c0 ffff8ce378e59340 ffff9edf0465fe58 ffff8ce3734b6900
[  262.364202] Call Trace:
[  262.364803]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.365382]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.366253]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.366971]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.367509]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.368044]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.368308]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.368900]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.369436] kworker/0:108   S    0   726      2 0x00000000
[  262.369983]  ffff8ce334e88800 0000000000000000 ffff8ce3734b1e00 ffff8ce378e19340
[  262.370672]  ffff8ce3734b5a00 ffff9edf04667e40 ffffffff8a486df3 ffffffff89e230f7
[  262.371411]  00ff8ce36de8e0c0 ffff8ce378e19340 ffff9edf04667e58 ffff8ce3734b1e00
[  262.371961] Call Trace:
[  262.372301]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.372856]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.373401]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.374014]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.374554]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.375088]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.375621]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.376155]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.376407] kworker/1:181   S    0   727      2 0x00000000
[  262.377009]  ffff8ce36e470800 0000000000000000 ffff8ce3734b2d00 ffff8ce378e59340
[  262.377560]  ffff8ce3734b6900 ffff9edf0466fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.378114]  00ff8ce371e30fc0 ffff8ce378e59340 ffff9edf0466fe58 ffff8ce3734b2d00
[  262.378650] Call Trace:
[  262.379160]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.379671]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.380399]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.380673]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.381186]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.381696]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.382208]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.382714]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.383223] kworker/0:109   S    0   728      2 0x00000000
[  262.383742]  ffff8ce334e88800 0000000000000000 ffff8ce3734e1e00 ffff8ce378e19340
[  262.384099]  ffff8ce3734b1e00 ffff9edf04677e40 ffffffff8a486df3 ffffffff89e230f7
[  262.384585]  00ff8ce36de8fbc0 ffff8ce378e19340 ffff9edf04677e58 ffff8ce3734e1e00
[  262.385120] Call Trace:
[  262.385649]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.386179]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.386712]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.387242]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.387779]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.388335]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.388584]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.389113]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.389649] kworker/0:110   S    0   729      2 0x00000000
[  262.390192]  ffff8ce334e88800 0000000000000000 ffff8ce3734e2d00 ffff8ce378e19340
[  262.390739]  ffff8ce3734e1e00 ffff9edf0467fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.391281]  00ff8ce36de8e000 ffff8ce378e19340 ffff9edf0467fe58 ffff8ce3734e2d00
[  262.391822] Call Trace:
[  262.392053]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.392827]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.394861]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.395372]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.396038]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.396400]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.396976]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.397487]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.397997] kworker/0:111   S    0   730      2 0x00000000
[  262.398520]  ffff8ce334e88800 0000000000000000 ffff8ce3734e4b00 ffff8ce378e19340
[  262.399047]  ffff8ce3734e2d00 ffff9edf04687e40 ffffffff8a486df3 ffffffff89e230f7
[  262.399564]  00ff8ce36de8fec0 ffff8ce378e19340 ffff9edf04687e58 ffff8ce3734e4b00
[  262.400080] Call Trace:
[  262.400389]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.400922]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.401435]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.401948]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.402454]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.402962]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.403468]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.404152]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.404533] kworker/0:112   S    0   731      2 0x00000000
[  262.405168]  ffff8ce334e88800 0000000000000000 ffff8ce3734e0000 ffff8ce378e19340
[  262.405878]  ffff8ce3734e4b00 ffff9edf0468fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.406396]  00ff8ce36de8e3c0 ffff8ce378e19340 ffff9edf0468fe58 ffff8ce3734e0000
[  262.406926] Call Trace:
[  262.407439]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.407950]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.408526]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.408845]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.409352]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.409861]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.410367]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.410878]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.413495] kworker/0:113   S    0   732      2 0x00000000
[  262.418866]  ffff8ce334e88800 0000000000000000 ffff8ce3734e3c00
[  262.418897]  ffff8ce378e19340
[  262.418927]  ffff8ce3734e0000 ffff9edf04697e40 ffffffff8a486df3
[  262.419804]  ffffffff89e230f7
[  262.419814]  00ff8ce36de8efc0 ffff8ce378e19340 ffff9edf04697e58 ffff8ce3734e3c00
[  262.420414] Call Trace:
[  262.420903]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.421452]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.422138]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.422953]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.423499]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.424191]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.424456]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.425122]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.425698] kworker/0:114   S    0   733      2 0x00000000
[  262.426247]  ffff8ce334e8ec00 0000000000000000 ffff8ce3734e0f00 ffff8ce378e19340
[  262.426906]  ffff8ce373541e00 ffff9edf0469fe40 ffffffff8a486df3 0000000078e1d900
[  262.427462]  00ff8ce36de8e9c0 ffff8ce378e19340 ffff9edf0469fe58 ffff8ce3734e0f00
[  262.428018] Call Trace:
[  262.428447]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.428928]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.429469]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.430008]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.430546]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.431080]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.431612]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.432150] kworker/0:115   S    0   734      2 0x00000000
[  262.432423]  ffff8ce334e8ec00 0000000000000000 ffff8ce3734e5a00 ffff8ce378e19340
[  262.433033]  ffff8ce3734e6900 ffff9edf046a7e40 ffffffff8a486df3 0000000078e1d900
[  262.433589]  00ff8ce36de8ee40 ffff8ce378e19340 ffff9edf046a7e58 ffff8ce3734e5a00
[  262.434146] Call Trace:
[  262.434687]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.435232]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.435777]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.436355]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.437050]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.438008]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.438957]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.439838] kworker/0:116   S    0   735      2 0x00000000
[  262.440525]  ffff8ce334e8ec00 0000000000000000
[  262.440563]  ffff8ce3734e6900
[  262.440578]  ffff8ce378e19340
[  262.440589]  ffff8ce373511e00 ffff9edf046afe40 ffffffff8a486df3
[  262.441645]  0000000078e1d900
[  262.441661]  00ff8ce36de8fd40 ffff8ce378e19340 ffff9edf046afe58 ffff8ce3734e6900
[  262.442955] Call Trace:
[  262.444072]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.444849]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.445936]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.446980]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.448034]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.448904]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.450001]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.451105] kworker/0:117   S    0   736      2 0x00000000
[  262.454496]  ffff8ce334e8ec00 0000000000000000
[  262.454520]  ffff8ce373511e00
[  262.454554]  ffff8ce378e19340
[  262.454564]  ffff8ce373574b00 ffff9edf046b7e40 ffffffff8a486df3
[  262.455422]  0000000078e1d900
[  262.455432]  00ff8ce36de8f080 ffff8ce378e19340 ffff9edf046b7e58 ffff8ce373511e00
[  262.456050] Call Trace:
[  262.456706]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.457305]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.457985]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.458661]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.459251]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.459822]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.460446]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.460788] kworker/0:118   S    0   737      2 0x00000000
[  262.461347]  ffff8ce334e8ec00 0000000000000000 ffff8ce373512d00 ffff8ce378e19340
[  262.461915]  ffff8ce3734e5a00 ffff9edf046bfe40 ffffffff8a486df3 ffffffff89e230f7
[  262.462485]  00ff8ce36de8f680 ffff8ce378e19340 ffff9edf046bfe58 ffff8ce373512d00
[  262.463054] Call Trace:
[  262.463620]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.464153]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.464483]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.465112]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.465680]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.466246]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.466805]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.467359]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.467914] kworker/0:119   S    0   738      2 0x00000000
[  262.468479]  ffff8ce334e88800 0000000000000000 ffff8ce373514b00 ffff8ce378e19340
[  262.468876]  ffff8ce373510000 ffff9edf046c7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.469451]  00ff8ce36de8f980 ffff8ce378e19340 ffff9edf046c7e58 ffff8ce373514b00
[  262.470023] Call Trace:
[  262.470590]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.471166]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.471745]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.472227]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.472649]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.473216]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.474125]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.474901]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.475485] kworker/0:120   S    0   739      2 0x00000000
[  262.476038]  ffff8ce334e88800 0000000000000000 ffff8ce373510000 ffff8ce378e19340
[  262.476392]  ffff8ce373513c00 ffff9edf046cfe40 ffffffff8a486df3 ffffffff89e230f7
[  262.477058]  00ff8ce36de8e480 ffff8ce378e19340 ffff9edf046cfe58 ffff8ce373510000
[  262.478396] Call Trace:
[  262.478998]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.479602]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.480193]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.480475]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.481036]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.481589]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.482145]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.482703]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.483261] kworker/0:121   S    0   740      2 0x00000000
[  262.484001]  ffff8ce334e88800 0000000000000000 ffff8ce373513c00 ffff8ce378e19340
[  262.484464]  ffff8ce373510f00 ffff9edf046d7e40 ffffffff8a486df3
[  262.484505]  ffffffff89e230f7
[  262.484515]  00ff8ce36de8e180 ffff8ce378e19340 ffff9edf046d7e58
[  262.485097]  ffff8ce373513c00
[  262.485106] Call Trace:
[  262.485678]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.486368]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.487051]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.487584]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.488115]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.494991]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.495638]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.496325]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.496878] kworker/0:122   S    0   741      2 0x00000000
[  262.497444]  ffff8ce334e88800 0000000000000000 ffff8ce373510f00 ffff8ce378e19340
[  262.498017]  ffff8ce373515a00 ffff9edf046dfe40 ffffffff8a486df3 ffffffff89e230f7
[  262.498596]  00ff8ce36de8fc80 ffff8ce378e19340 ffff9edf046dfe58 ffff8ce373510f00
[  262.498956] Call Trace:
[  262.498956]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.498956]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.498956]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.498956]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.498956]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.498956]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.498956]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.498956]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.498956] kworker/0:123   S    0   742      2 0x00000000
[  262.498956]  ffff8ce334e88800 0000000000000000 ffff8ce373515a00 ffff8ce378e19340
[  262.498956]  ffff8ce373516900 ffff9edf046e7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.505296]  00ff8ce36de8f140 ffff8ce378e19340 ffff9edf046e7e58 ffff8ce373515a00
[  262.505319] Call Trace:
[  262.506064]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.506679]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.507389]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.507930]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.508536]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.508908]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.509439]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.509970]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.510502] kworker/0:124   S    0   743      2 0x00000000
[  262.511041]  ffff8ce334e88800 0000000000000000 ffff8ce373516900 ffff8ce378e19340
[  262.511589]  ffff8ce373542d00 ffff9edf046efe40 ffffffff8a486df3 ffffffff89e230f7
[  262.512138]  00ff8ce36de8ecc0 ffff8ce378e19340 ffff9edf046efe58 ffff8ce373516900
[  262.512421] Call Trace:
[  262.513016]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.513559]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.514106]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.514644]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.515184]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.515720]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.516250]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.516500]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.517088] kworker/0:125   S    0   744      2 0x00000000
[  262.517627]  ffff8ce334e88800 0000000000000000 ffff8ce373542d00 ffff8ce378e19340
[  262.518174]  ffff8ce373544b00 ffff9edf046f7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.518723]  00ff8ce36de8f440 ffff8ce378e19340 ffff9edf046f7e58 ffff8ce373542d00
[  262.519273] Call Trace:
[  262.519813]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.520405]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.520778]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.521288]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.521795]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.522306]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.522811]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.523320]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.523856] kworker/0:126   S    0   745      2 0x00000000
[  262.524111]  ffff8ce334e88800 0000000000000000 ffff8ce373544b00 ffff8ce378e19340
[  262.524680]  ffff8ce373540000 ffff9edf046ffe40 ffffffff8a486df3 ffffffff89e230f7
[  262.525204]  00ff8ce37353a540 ffff8ce378e19340 ffff9edf046ffe58 ffff8ce373544b00
[  262.525722] Call Trace:
[  262.526231]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.526746]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.527258]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.527768]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.528094]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.528494]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.529060]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.529569]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.530078] kworker/0:127   S    0   746      2 0x00000000
[  262.530595]  ffff8ce334e88800 0000000000000000 ffff8ce373540000 ffff8ce378e19340
[  262.531122]  ffff8ce373543c00 ffff9edf04707e40 ffffffff8a486df3 ffffffff89e230f7
[  262.531651]  00ff8ce37353b800 ffff8ce378e19340 ffff9edf04707e58 ffff8ce373540000
[  262.532176] Call Trace:
[  262.532489]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.533013]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.533525]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.534034]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.534540]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.535050]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.535556]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.536064]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.537158] kworker/0:128   S    0   747      2 0x00000000
[  262.537743]  ffff8ce334e88800 0000000000000000 ffff8ce373543c00 ffff8ce378e19340
[  262.538292]  ffff8ce373540f00 ffff9edf0470fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.538814]  00ff8ce37353bb00 ffff8ce378e19340 ffff9edf0470fe58 ffff8ce373543c00
[  262.539330] Call Trace:
[  262.547164]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.548000]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.548651]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.549137]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.549641]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.550146]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.550921]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.551462]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.552227] kworker/0:129   S    0   748      2 0x00000000
[  262.552535]  ffff8ce334e88800 0000000000000000 ffff8ce373540f00 ffff8ce378e19340
[  262.553204]  ffff8ce373545a00 ffff9edf04717e40 ffffffff8a486df3 ffffffff89e230f7
[  262.553840]  00ff8ce37353b380 ffff8ce378e19340 ffff9edf04717e58 ffff8ce373540f00
[  262.554750] Call Trace:
[  262.555870]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.556486]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.556486]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.556486]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.559363]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.560459]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.561560]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.563837]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.564375] kworker/0:130   S
[  262.564375]     0   749      2 0x00000000
[  262.564723]  ffff8ce334e88800 0000000000000000 ffff8ce373545a00 ffff8ce378e19340
[  262.565245]  ffff8ce373571e00 ffff9edf0471fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.565762]  00ff8ce37353be00 ffff8ce378e19340 ffff9edf0471fe58 ffff8ce373545a00
[  262.566329] Call Trace:
[  262.566836]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.567515]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.568109]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.568367]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.569079]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.569589]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.570095]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.570600]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.571107] kworker/0:131   S    0   750      2 0x00000000
[  262.571624]  ffff8ce36e7d1c00 ffff8ce334e8ec00 ffff8ce373546900 ffff8ce378e19340
[  262.572149]  ffff8ce37444ad00 ffff9edf04727e40 ffffffff8a486df3 0000000078e1d900
[  262.572408]  00ff8ce37353ac00 ffff8ce378e19340 ffff9edf04727e58 ffff8ce373546900
[  262.572983] Call Trace:
[  262.573505]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.574016]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.574520]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.575022]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.575523]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.576026]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.576405]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.576821] kworker/0:132   S    0   751      2 0x00000000
[  262.577330]  ffff8ce334e8ec00 0000000000000000 ffff8ce373541e00 ffff8ce378e19340
[  262.577848]  ffff8ce373512d00 ffff9edf0472fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.578366]  00ff8ce37353b500 ffff8ce378e19340 ffff9edf0472fe58 ffff8ce373541e00
[  262.578881] Call Trace:
[  262.579385]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.579895]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.580260]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.580703]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.581206]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.581709]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.582208]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.582708]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.583322] kworker/0:133   S    0   752      2 0x00000000
[  262.583831]  ffff8ce334e88800 0000000000000000 ffff8ce373571e00 ffff8ce378e19340
[  262.584136]  ffff8ce373572d00 ffff9edf04737e40
[  262.584136]  ffffffff8a486df3
[  262.584136]  ffffffff89e230f7
[  262.584629]  00ff8ce37353a840 ffff8ce378e19340 ffff9edf04737e58 ffff8ce373571e00
[  262.585147] Call Trace:
[  262.585658]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.586176]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.586693]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.587205]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.587714]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.588060]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.588430]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.588996]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.589503] kworker/0:134   S    0   753      2 0x00000000
[  262.590019]  ffff8ce334e88800 0000000000000000 ffff8ce373572d00 ffff8ce378e19340
[  262.590555]  ffff8ce373570000 ffff9edf0473fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.591077]  00ff8ce37353ba40 ffff8ce378e19340 ffff9edf0473fe58 ffff8ce373572d00
[  262.591594] Call Trace:
[  262.592101]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.592426]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.592923]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.593452]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.593981]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.594510]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.595038]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.595576]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.596119] kworker/0:135   S    0   754      2 0x00000000
[  262.596374]  ffff8ce334e88800 ffff8ce334e88800
[  262.596374]  ffff8ce373574b00
[  262.596374]  ffff8ce378e19340
[  262.596898]  ffff8ce36c85da00 ffff9edf04747e40 ffffffff8a486df3 ffff8ce378e1d200
[  262.597451]  00ff8ce37353b200 ffff8ce378e19340 ffff9edf04747e58 ffff8ce373574b00
[  262.598012] Call Trace:
[  262.598691]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.599569]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.600188]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.600437]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.600972]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.601524]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.610794]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.611381] kworker/0:136   S    0   755      2 0x00000000
[  262.612569]  ffff8ce334e88800 0000000000000000 ffff8ce373570000 ffff8ce378e19340
[  262.613465]  ffff8ce373573c00 ffff9edf0474fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.614037]  00ff8ce37353a6c0 ffff8ce378e19340 ffff9edf0474fe58 ffff8ce373570000
[  262.614765] Call Trace:
[  262.615378]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.615902]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.616472]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.617143]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.618372]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.618887]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.619399]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.620240]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.620494] kworker/0:137   S    0   756      2 0x00000000
[  262.621092]  ffff8ce334e88800 0000000000000000 ffff8ce373573c00 ffff8ce378e19340
[  262.622064]  ffff8ce373570f00 ffff9edf04757e40 ffffffff8a486df3 ffffffff89e230f7
[  262.622594]  00ff8ce37353a240 ffff8ce378e19340 ffff9edf04757e58 ffff8ce373573c00
[  262.623121] Call Trace:
[  262.623638]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.624259]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.624518]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.625105]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.625614]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.626122]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.626628]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.627134]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.627643] kworker/0:138   S    0   757      2 0x00000000
[  262.628161]  ffff8ce334e88800 0000000000000000 ffff8ce373570f00 ffff8ce378e19340
[  262.628512]  ffff8ce373575a00 ffff9edf0475fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.629013]  00ff8ce37353a0c0 ffff8ce378e19340 ffff9edf0475fe58 ffff8ce373570f00
[  262.629532] Call Trace:
[  262.630368]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.631074]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.631684]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.632207]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.632479]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.633064]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.633588]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.634159]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.638957] kworker/0:139   S
[  262.638970]     0   758      2 0x00000000
[  262.639755]  ffff8ce334e88800 0000000000000000 ffff8ce373575a00 ffff8ce378e19340
[  262.640330]  ffff8ce373598000 ffff9edf04767e40 ffffffff8a486df3 ffffffff89e230f7
[  262.641072]  00ff8ce37353bbc0 ffff8ce378e19340 ffff9edf04767e58 ffff8ce373575a00
[  262.641957] Call Trace:
[  262.642973]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.644226]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.645549]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.646466]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.647381]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.648189]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.648683]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.649213]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.649747] kworker/0:140   S    0   759      2 0x00000000
[  262.650297]  ffff8ce334e88800 0000000000000000 ffff8ce373576900 ffff8ce378e19340
[  262.650847]  ffff8ce373514b00 ffff9edf0476fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.651392]  00ff8ce37353a000 ffff8ce378e19340 ffff9edf0476fe58 ffff8ce373576900
[  262.651937] Call Trace:
[  262.652481]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.652733]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.653275]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.653809]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.654339]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.656802]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.657433]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.657942]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.658451] kworker/0:141   S    0   760      2 0x00000000
[  262.659019]  ffff8ce334e88800 0000000000000000 ffff8ce373598000 ffff8ce378e19340
[  262.659737]  ffff8ce37359bc00 ffff9edf04777e40 ffffffff8a486df3 ffffffff89e230f7
[  262.660312]  00ff8ce37353bec0 ffff8ce378e19340 ffff9edf04777e58 ffff8ce373598000
[  262.660609] Call Trace:
[  262.661294]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.662138]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.662733]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.663273]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.663801]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.664046]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.664562]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.665198]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.665831] kworker/0:142   S    0   761      2 0x00000000
[  262.666748]  ffff8ce334e88800 0000000000000000 ffff8ce37359bc00 ffff8ce378e19340
[  262.667735]  ffff8ce373598f00 ffff9edf0477fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.668554]  00ff8ce37353a3c0 ffff8ce378e19340 ffff9edf0477fe58
[  262.668554]  ffff8ce37359bc00
[  262.668554] Call Trace:
[  262.669327]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.670420]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.671561]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.672386]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.672679]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.673679]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.675009]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.675526]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.676045] kworker/0:143   S    0   762      2 0x00000000
[  262.676648]  ffff8ce334e88800 0000000000000000 ffff8ce373598f00
[  262.676764]  ffff8ce378e19340
[  262.676778]  ffff8ce3735d6900 ffff9edf04787e40 ffffffff8a486df3
[  262.677368]  ffffffff89e230f7
[  262.677377]  00ff8ce37353afc0 ffff8ce378e19340 ffff9edf04787e58 ffff8ce373598f00
[  262.677931] Call Trace:
[  262.678487]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.679385]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.679944]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.680564]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.680884]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.681431]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.681978]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.682523]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.683068] kworker/0:144   S    0   763      2 0x00000000
[  262.683621]  ffff8ce334e88800 0000000000000000 ffff8ce37359da00 ffff8ce378e19340
[  262.684185]  ffff8ce37359e900 ffff9edf0478fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.684463]  00ff8ce37353a9c0 ffff8ce378e19340 ffff9edf0478fe58 ffff8ce37359da00
[  262.685083] Call Trace:
[  262.685637]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.686192]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.686750]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.687302]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.687855]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.688449]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.688754]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.689297]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.689843] kworker/0:145   S    0   764      2 0x00000000
[  262.690434]  ffff8ce334e88800 0000000000000000 ffff8ce37359e900 ffff8ce378e19340
[  262.690994]  ffff8ce3734e3c00 ffff9edf04797e40 ffffffff8a486df3 ffffffff89e230f7
[  262.691556]  00ff8ce37353ae40 ffff8ce378e19340 ffff9edf04797e58 ffff8ce37359e900
[  262.692121] Call Trace:
[  262.692461]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.693075]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.693635]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.694240]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.694793]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.695342]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.695885]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.702410]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.703412] kworker/0:146   S    0   765      2 0x00000000
[  262.704522]  ffff8ce334e88800 0000000000000000 ffff8ce373599e00 ffff8ce378e19340
[  262.705604]  ffff8ce37359da00 ffff9edf0479fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.706397]  00ff8ce37353bd40 ffff8ce378e19340 ffff9edf0479fe58 ffff8ce373599e00
[  262.707666] Call Trace:
[  262.708860]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.710133]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.712431]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.713038]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.713646]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.714342]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.714881]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.715418]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.715956] kworker/0:147   S    0   766      2 0x00000000
[  262.716232]  ffff8ce334e88800 0000000000000000 ffff8ce37359ad00 ffff8ce378e19340
[  262.716845]  ffff8ce373599e00 ffff9edf047a7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.717404]  00ff8ce37353b080 ffff8ce378e19340 ffff9edf047a7e58 ffff8ce37359ad00
[  262.717948] Call Trace:
[  262.718462]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.718972]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.719485]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.719994]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.720226]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.720793]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.721300]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.721811]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.722319] kworker/0:148   S    0   767      2 0x00000000
[  262.722838]  ffff8ce334e88800 0000000000000000 ffff8ce37359cb00 ffff8ce378e19340
[  262.723358]  ffff8ce37359ad00 ffff9edf047afe40 ffffffff8a486df3 ffffffff89e230f7
[  262.723965]  00ff8ce37353b680 ffff8ce378e19340 ffff9edf047afe58 ffff8ce37359cb00
[  262.724263] Call Trace:
[  262.725000]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.725525]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.726043]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.726558]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.727078]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.727655]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.728217]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.728432]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.728957] kworker/0:149   S    0   768      2 0x00000000
[  262.729495]  ffff8ce334e88800 0000000000000000 ffff8ce3735d0f00 ffff8ce378e19340
[  262.730034]  ffff8ce37359cb00 ffff9edf047b7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.730572]  00ff8ce37353b980 ffff8ce378e19340 ffff9edf047b7e58 ffff8ce3735d0f00
[  262.731112] Call Trace:
[  262.731709]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.732273]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.732609]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.733134]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.733658]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.734197]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.735165]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.735852]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.736552] kworker/0:150   S    0   769      2 0x00000000
[  262.736856]  ffff8ce334e88800 0000000000000000 ffff8ce3735d5a00 ffff8ce378e19340
[  262.737380]  ffff8ce3735d1e00 ffff9edf047bfe40 ffffffff8a486df3 ffffffff89e230f7
[  262.737895]  00ff8ce37353a480 ffff8ce378e19340 ffff9edf047bfe58 ffff8ce3735d5a00
[  262.738787] Call Trace:
[  262.739408]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.739922]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.740258]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.741057]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.742253]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.742760]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.743265]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.743774]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.744251] kworker/0:151   S    0   770      2 0x00000000
[  262.744527]  ffff8ce334e88800 0000000000000000 ffff8ce3735d6900 ffff8ce378e19340
[  262.745105]  ffff8ce3735d5a00 ffff9edf047c7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.745999]  00ff8ce37353a180 ffff8ce378e19340 ffff9edf047c7e58 ffff8ce3735d6900
[  262.746513] Call Trace:
[  262.747113]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.747621]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.748132]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.748688]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.749658]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.750567]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.751471]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.752433]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.753118] kworker/0:152   S    0   771      2 0x00000000
[  262.754078]  ffff8ce334e88800 0000000000000000 ffff8ce3735d1e00 ffff8ce378e19340
[  262.755108]  ffff8ce3735d2d00 ffff9edf047cfe40 ffffffff8a486df3 ffffffff89e230f7
[  262.756037]  00ff8ce37353bc80 ffff8ce378e19340 ffff9edf047cfe58 ffff8ce3735d1e00
[  262.756679] Call Trace:
[  262.757677]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.758592]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.759577]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.760624]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.761384]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.762604]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.763713]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.764478]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.765006] kworker/0:153   S    0   772      2 0x00000000
[  262.765567]  ffff8ce334e88800 0000000000000000 ffff8ce3735d2d00 ffff8ce378e19340
[  262.766149]  ffff8ce3735d4b00 ffff9edf047d7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.766769]  00ff8ce37353b140 ffff8ce378e19340 ffff9edf047d7e58 ffff8ce3735d2d00
[  262.767285] Call Trace:
[  262.767792]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.768360]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.768765]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.769274]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.769784]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.770292]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.770879]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.771387]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.771893] kworker/0:154   S    0   773      2 0x00000000
[  262.772163]  ffff8ce334e88800 0000000000000000 ffff8ce3735d4b00 ffff8ce378e19340
[  262.772742]  ffff8ce3735d0000 ffff9edf047dfe40 ffffffff8a486df3 ffffffff89e230f7
[  262.773259]  00ff8ce37353acc0 ffff8ce378e19340 ffff9edf047dfe58 ffff8ce3735d4b00
[  262.773830] Call Trace:
[  262.774338]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.774847]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.775358]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.775866]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.776154]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.776685]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.777190]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.777697]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.778204] kworker/0:155   S    0   774      2 0x00000000
[  262.778720]  ffff8ce334e88800 0000000000000000 ffff8ce3735d0000 ffff8ce378e19340
[  262.779242]  ffff8ce3735d3c00 ffff9edf047e7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.779758]  00ff8ce37353b440 ffff8ce378e19340 ffff9edf047e7e58 ffff8ce3735d0000
[  262.780101] Call Trace:
[  262.780494]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.781063]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.781576]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.782085]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.782591]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.783102]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.783607]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.784116]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.784488] kworker/0:156   S    0   775      2 0x00000000
[  262.784933]  ffff8ce334e88800 0000000000000000 ffff8ce3735d3c00 ffff8ce378e19340
[  262.785452]  ffff8ce3735f3c00 ffff9edf047efe40 ffffffff8a486df3 ffffffff89e230f7
[  262.786049]  00ff8ce37353b8c0 ffff8ce378e19340 ffff9edf047efe58 ffff8ce3735d3c00
[  262.786589] Call Trace:
[  262.787165]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.787747]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.788276]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.788538]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.789121]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.789629]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.790202]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.790998]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.791926] kworker/0:157   S    0   776      2 0x00000000
[  262.792665]  ffff8ce334e88800 0000000000000000
[  262.792724]  ffff8ce3735f3c00
[  262.792742]  ffff8ce378e19340
[  262.793698]  ffff8ce36e319e00 ffff9edf047f7e40 ffffffff8a486df3 ffffffff89e230f7
[  262.794655]  00ff8ce37353a900 ffff8ce378e19340 ffff9edf047f7e58 ffff8ce3735f3c00
[  262.795673] Call Trace:
[  262.796652]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.797391]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.798221]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.798785]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.799630]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.800149]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.800825]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.801848]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.803075] kworker/0:158   S    0   777      2 0x00000000
[  262.804054]  ffff8ce36e359000 0000000000000000 ffff8ce3735f0f00 ffff8ce378e19340
[  262.805503]  ffff8ce3357fad00 ffff9edf047ffe40 ffffffff8a486df3 ffffffff89d1cdd2
[  262.806730]  00ff8ce37353ab40 ffff8ce378e19340 ffff9edf047ffe58 ffff8ce3735f0f00
[  262.807750] Call Trace:
[  262.808904]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.809597]  [<ffffffff89d1cdd2>] ? cgroup_pidlist_destroy_work_fn+0x82/0x90
[  262.810549]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.811526]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.812581]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.813362]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.814357]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.815689]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.816457] kworker/1:182   S    0   778      2 0x00000000
[  262.817014]  ffff8ce36e470800 0000000000000000 ffff8ce3735f5a00 ffff8ce378e59340
[  262.817646]  ffff8ce3734b2d00 ffff9edf04807e40 ffffffff8a486df3 ffffffff89e230f7
[  262.818236]  00ff8ce371e309c0 ffff8ce378e59340 ffff9edf04807e58 ffff8ce3735f5a00
[  262.818823] Call Trace:
[  262.819386]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.820068]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.820447]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.820926]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.821445]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.821962]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.822478]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.822992]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.823508] kworker/1:183   S    0   779      2 0x00000000
[  262.824090]  ffff8ce36e470800 0000000000000000 ffff8ce3735f6900 ffff8ce378e59340
[  262.824360]  ffff8ce3735f5a00 ffff9edf0480fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.824944]  00ff8ce371e30e40 ffff8ce378e59340 ffff9edf0480fe58 ffff8ce3735f6900
[  262.825470] Call Trace:
[  262.825993]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.826513]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.827036]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.827554]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.828072]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.828357]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.828922]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.829437]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.829953] kworker/1:184   S    0   780      2 0x00000000
[  262.830475]  ffff8ce36e470800 0000000000000000 ffff8ce3735f1e00 ffff8ce378e59340
[  262.831009]  ffff8ce3735f6900 ffff9edf04817e40 ffffffff8a486df3 ffffffff89e230f7
[  262.831536]  00ff8ce371e31d40 ffff8ce378e59340 ffff9edf04817e58 ffff8ce3735f1e00
[  262.832059] Call Trace:
[  262.832328]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.832994]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.833526]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.834036]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.834545]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.835055]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.835564]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.836074]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.836324] kworker/1:185   S    0   781      2 0x00000000
[  262.836895]  ffff8ce36e470800 0000000000000000 ffff8ce3735f2d00 ffff8ce378e59340
[  262.837416]  ffff8ce3735f1e00 ffff9edf0481fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.837936]  00ff8ce371e31080 ffff8ce378e59340 ffff9edf0481fe58 ffff8ce3735f2d00
[  262.838457] Call Trace:
[  262.838964]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.839474]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.839986]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.840343]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.840906]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.841417]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.841923]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.842429]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.842935] kworker/1:186   S    0   782      2 0x00000000
[  262.843448]  ffff8ce36e470800 0000000000000000 ffff8ce3735f4b00 ffff8ce378e59340
[  262.843971]  ffff8ce3735f2d00 ffff9edf04827e40 ffffffff8a486df3 ffffffff89e230f7
[  262.844339]  00ff8ce371e31680 ffff8ce378e59340 ffff9edf04827e58 ffff8ce3735f4b00
[  262.844826] Call Trace:
[  262.845332]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.845845]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.846360]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.846867]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.847372]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.847878]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.848232]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.849091]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.849806] kworker/1:187   S    0   783      2 0x00000000
[  262.850368]  ffff8ce36e470800 0000000000000000 ffff8ce3735f0000 ffff8ce378e59340
[  262.850904]  ffff8ce3735f4b00 ffff9edf0482fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.851426]  00ff8ce371e31980 ffff8ce378e59340 ffff9edf0482fe58 ffff8ce3735f0000
[  262.851946] Call Trace:
[  262.860240]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.860818]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.861332]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.861842]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.862349]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.862857]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.863367]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.863955]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.864227] kworker/1:188   S
[  262.864228]     0   784      2 0x00000000
[  262.864880]  ffff8ce36e470800 0000000000000000 ffff8ce373625a00 ffff8ce378e59340
[  262.865423]  ffff8ce3735f0000 ffff9edf04837e40 ffffffff8a486df3 ffffffff89e230f7
[  262.865984]  00ff8ce371e30480 ffff8ce378e59340 ffff9edf04837e58 ffff8ce373625a00
[  262.866552] Call Trace:
[  262.867113]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.867683]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.868204]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.868458]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.869112]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.869639]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.870168]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.870858]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.871445] kworker/1:189   S    0   785      2 0x00000000
[  262.871985]  ffff8ce36e470800 0000000000000000 ffff8ce373626900 ffff8ce378e59340
[  262.872449]  ffff8ce373625a00
[  262.872449]  ffff9edf0483fe40
[  262.872449]  ffffffff8a486df3 ffffffff89e230f7
[  262.872946]  00ff8ce371e30180 ffff8ce378e59340 ffff9edf0483fe58 ffff8ce373626900
[  262.874411] Call Trace:
[  262.874991]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.875513]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.876105]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.876426]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.877048]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.877569]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.878133]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.878775]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.879321] kworker/1:190   S    0   786      2 0x00000000
[  262.879972]  ffff8ce36e470800 0000000000000000 ffff8ce373621e00 ffff8ce378e59340
[  262.880418]  ffff8ce373626900
[  262.880418]  ffff9edf04847e40
[  262.880418]  ffffffff8a486df3 ffffffff89e230f7
[  262.880418]  00ff8ce371e31c80 ffff8ce378e59340 ffff9edf04847e58
[  262.881094]  ffff8ce373621e00
[  262.881105] Call Trace:
[  262.881680]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.882243]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.883058]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.883621]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.884233]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.890337]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.890948]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.891543]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.892122] kworker/1:191   S    0   787      2 0x00000000
[  262.892699]  ffff8ce36e470800 0000000000000000 ffff8ce373622d00 ffff8ce378e59340
[  262.893184]  ffff8ce373621e00 ffff9edf0484fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.893971]  00ff8ce371e31140 ffff8ce378e59340 ffff9edf0484fe58 ffff8ce373622d00
[  262.894531] Call Trace:
[  262.895176]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.895792]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.896498]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.896815]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.897364]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.897910]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.898455]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.899130]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.899796] kworker/1:192   S    0   788      2 0x00000000
[  262.900200]  ffff8ce36e470800
[  262.900200]  0000000000000000
[  262.900200]  ffff8ce373624b00 ffff8ce378e59340
[  262.900697]  ffff8ce373622d00 ffff9edf04857e40 ffffffff8a486df3 ffffffff89e230f7
[  262.901261]  00ff8ce371e30cc0 ffff8ce378e59340 ffff9edf04857e58 ffff8ce373624b00
[  262.901821] Call Trace:
[  262.902376]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.902939]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.903498]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.904052]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.904357]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.904936]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.905506]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.906075]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.906642] kworker/1:193   S    0   789      2 0x00000000
[  262.907218]  ffff8ce36e470800 0000000000000000 ffff8ce373620000 ffff8ce378e59340
[  262.907805]  ffff8ce373624b00 ffff9edf0485fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.908353]  00ff8ce371e31440 ffff8ce378e59340
[  262.908353]  ffff9edf0485fe58
[  262.908353]  ffff8ce373620000
[  262.908700] Call Trace:
[  262.909275]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.909860]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.910447]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.911035]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.911644]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.912109]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.912454]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.913021]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.913588] kworker/1:194   S    0   790      2 0x00000000
[  262.914167]  ffff8ce36e470800 0000000000000000 ffff8ce373623c00 ffff8ce378e59340
[  262.914762]  ffff8ce373620000 ffff9edf04867e40 ffffffff8a486df3 ffffffff89e230f7
[  262.915381]  00ff8ce373648b40 ffff8ce378e59340 ffff9edf04867e58 ffff8ce373623c00
[  262.915978] Call Trace:
[  262.916449]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.916954]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.917504]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.918115]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.918642]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.919230]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.919756]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.920277]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.920636] kworker/1:195   S    0   791      2 0x00000000
[  262.921194]  ffff8ce36e470800 0000000000000000 ffff8ce373620f00 ffff8ce378e59340
[  262.921733]  ffff8ce373623c00 ffff9edf0486fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.922268]  00ff8ce3736495c0 ffff8ce378e59340 ffff9edf0486fe58 ffff8ce373620f00
[  262.922805] Call Trace:
[  262.923334]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.923914]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.924511]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.924806]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.925328]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.925852]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.926373]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.926961]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.927485] kworker/1:196   S    0   792      2 0x00000000
[  262.928014]  ffff8ce36e470800 0000000000000000 ffff8ce373650000 ffff8ce378e59340
[  262.928273]  ffff8ce373620f00 ffff9edf04877e40 ffffffff8a486df3 ffffffff89e230f7
[  262.928862]  00ff8ce373648a80 ffff8ce378e59340 ffff9edf04877e58 ffff8ce373650000
[  262.929388] Call Trace:
[  262.929911]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.930431]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.930954]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.931474]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.931994]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.932270]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.932828]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.933342]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.933859] kworker/1:197   S    0   793      2 0x00000000
[  262.934381]  ffff8ce36e470800 0000000000000000 ffff8ce373653c00 ffff8ce378e59340
[  262.934910]  ffff8ce373650000 ffff9edf0487fe40 ffffffff8a486df3 ffffffff89e230f7
[  262.935436]  00ff8ce3736492c0 ffff8ce378e59340 ffff9edf0487fe58 ffff8ce373653c00
[  262.935961] Call Trace:
[  262.936249]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.936771]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.937282]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.937788]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.938292]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.938799]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.939302]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.939806]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.940198] kworker/1:198   S    0   794      2 0x00000000
[  262.940585]  ffff8ce36e470800 0000000000000000 ffff8ce373650f00 ffff8ce378e59340
[  262.941105]  ffff8ce373653c00 ffff9edf04887e40 ffffffff8a486df3 ffffffff89e230f7
[  262.941621]  00ff8ce373649740 ffff8ce378e59340 ffff9edf04887e58 ffff8ce373650f00
[  262.942136] Call Trace:
[  262.942728]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.943282]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.943897]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.944139]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.944680]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.945204]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.945744]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.946310]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.947021] kworker/1:199   S    0   795      2 0x00000000
[  262.947920]  ffff8ce36e470800 0000000000000000 ffff8ce373655a00 ffff8ce378e59340
[  262.948638]  ffff8ce373650f00 ffff9edf0488fe40 ffffffff8a486df3
[  262.948707]  ffffffff89e230f7
[  262.948724]  00ff8ce373648780 ffff8ce378e59340
[  262.948742]  ffff9edf0488fe58
[  262.949771]  ffff8ce373655a00
[  262.950732] Call Trace:
[  262.951694]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.952632]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  262.953612]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.954431]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.955586]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.956416]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.956727]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.957284]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.957859] kworker/1:200   S    0   796      2 0x00000000
[  262.958416]  ffff8ce36e470800 0000000000000000 ffff8ce373656900 ffff8ce378e59340
[  262.958981]  ffff8ce373652d00 ffff9edf04897e40 ffffffff8a486df3 0000000089e230f7
[  262.959547]  00ff8ce373648600 ffff8ce378e59340 ffff9edf04897e58 ffff8ce373656900
[  262.960115] Call Trace:
[  262.960432]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.960988]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.961538]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.962099]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.962654]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.963205]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.963881]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.964420] kworker/1:201   S
[  262.964420]     0   797      2 0x00000000
[  262.964710]  ffff8ce36e470800 0000000000000000 ffff8ce373651e00 ffff8ce378e59340
[  262.965278]  ffff8ce373656900 ffff9edf0489fe40 ffffffff8a486df3 0000000089d1e182
[  262.965853]  00ff8ce373648d80 ffff8ce378e59340 ffff9edf0489fe58 ffff8ce373651e00
[  262.966426] Call Trace:
[  262.966985]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.967542]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.968100]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.968350]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.969064]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.969650]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.970209]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.970771] kworker/1:202   S    0   798      2 0x00000000
[  262.971329]  ffff8ce36e470800 0000000000000000 ffff8ce373652d00 ffff8ce378e59340
[  262.971909]  ffff8ce373654b00 ffff9edf048a7e40 ffffffff8a486df3 0000000089e230f7
[  262.972342]  00ff8ce373648300 ffff8ce378e59340 ffff9edf048a7e58 ffff8ce373652d00
[  262.972872] Call Trace:
[  262.973403]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.974043]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.974579]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.975155]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.975747]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.976256]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.976690]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.977209] kworker/1:203   S    0   799      2 0x00000000
[  262.977735]  ffff8ce36e470800 0000000000000000 ffff8ce373654b00 ffff8ce378e59340
[  262.978269]  ffff8ce37368cb00 ffff9edf048afe40 ffffffff8a486df3 0000000089e230f7
[  262.978808]  00ff8ce373648f00 ffff8ce378e59340 ffff9edf048afe58 ffff8ce373654b00
[  262.979347] Call Trace:
[  262.979882]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.980140]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.980716]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.981218]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.981724]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.982223]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.982716]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.983209] kworker/1:204   S    0   800      2 0x00000000
[  262.983710]  ffff8ce36e470800 0000000000000000 ffff8ce37368cb00 ffff8ce378e59340
[  262.984136]  ffff8ce373688000 ffff9edf048b7e40 ffffffff8a486df3 0000000089e230f7
[  262.984460]  00ff8ce373648540 ffff8ce378e59340 ffff9edf048b7e58 ffff8ce37368cb00
[  262.985048] Call Trace:
[  262.985557]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.986069]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.986574]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.987073]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.987572]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.988062]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.988457]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.988848] kworker/1:205   S    0   801      2 0x00000000
[  262.989400]  ffff8ce36e470800 0000000000000000 ffff8ce373688000 ffff8ce378e59340
[  262.989905]  ffff8ce37368bc00 ffff9edf048bfe40 ffffffff8a486df3 0000000089e230f7
[  262.990451]  00ff8ce373649800 ffff8ce378e59340 ffff9edf048bfe58 ffff8ce373688000
[  262.990967] Call Trace:
[  262.991472]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.991984]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.992299]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.992788]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.993284]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.993776]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  262.994266]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  262.994753] kworker/1:206   S    0   802      2 0x00000000
[  262.995249]  ffff8ce36e470800 0000000000000000 ffff8ce37368bc00 ffff8ce378e59340
[  262.995752]  ffff8ce373688f00 ffff9edf048c7e40 ffffffff8a486df3 0000000089e230f7
[  262.996228]  00ff8ce373649b00 ffff8ce378e59340 ffff9edf048c7e58 ffff8ce37368bc00
[  262.996473] Call Trace:
[  262.997033]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  262.997541]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  262.998045]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  262.998543]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  262.999038]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  262.999525]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.000014]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.000470] kworker/1:207   S    0   803      2 0x00000000
[  263.000797]  ffff8ce36e470800 0000000000000000 ffff8ce373688f00 ffff8ce378e59340
[  263.001298]  ffff8ce37368da00 ffff9edf048cfe40 ffffffff8a486df3 0000000089e230f7
[  263.001805]  00ff8ce373649380 ffff8ce378e59340 ffff9edf048cfe58 ffff8ce373688f00
[  263.002314] Call Trace:
[  263.002816]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.003323]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.003827]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.004243]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.004582]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.005156]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.005664]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.006221] kworker/1:208   S    0   804      2 0x00000000
[  263.006739]  ffff8ce36e470800 0000000000000000 ffff8ce37368da00 ffff8ce378e59340
[  263.007271]  ffff8ce37368e900 ffff9edf048d7e40 ffffffff8a486df3 0000000089e230f7
[  263.007804]  00ff8ce373649e00 ffff8ce378e59340 ffff9edf048d7e58 ffff8ce37368da00
[  263.008060] Call Trace:
[  263.008600]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.009148]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.009693]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.010211]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.010731]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.011265]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.011781]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.012050] kworker/1:209   S    0   805      2 0x00000000
[  263.012485]  ffff8ce36e470800
[  263.012498]  0000000000000000
[  263.012510]  ffff8ce37368e900 ffff8ce378e59340
[  263.013166]  ffff8ce373689e00 ffff9edf048dfe40 ffffffff8a486df3 0000000078e58b40
[  263.013700]  00ff8ce373648c00 ffff8ce378e59340 ffff9edf048dfe58 ffff8ce37368e900
[  263.014236] Call Trace:
[  263.014774]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.015311]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.015838]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.016400]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.016740]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.018325]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.018953]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.019501] kworker/1:210   S    0   806      2 0x00000000
[  263.020021]  ffff8ce36e470800 0000000000000000 ffff8ce373689e00 ffff8ce378e59340
[  263.020294]  ffff8ce37368ad00
[  263.020308]  ffff9edf048e7e40
[  263.020320]  ffffffff8a486df3 0000000089e230f7
[  263.020955]  00ff8ce373649500 ffff8ce378e59340 ffff9edf048e7e58 ffff8ce373689e00
[  263.021575] Call Trace:
[  263.022126]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.022665]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.023199]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.023752]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.024279]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.024501]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.025171]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.025695] kworker/1:211   S    0   807      2 0x00000000
[  263.026224]  ffff8ce36e470800 0000000000000000 ffff8ce37368ad00 ffff8ce378e59340
[  263.026763]  ffff8ce3736abc00 ffff9edf048efe40 ffffffff8a486df3 0000000089e230f7
[  263.027461]  00ff8ce373648840 ffff8ce378e59340 ffff9edf048efe58 ffff8ce37368ad00
[  263.028235] Call Trace:
[  263.028507]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.029197]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.029769]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.030281]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.030812]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.031399]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.031984]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.032495] kworker/1:212   S    0   808      2 0x00000000
[  263.032822]  ffff8ce36e470800 0000000000000000 ffff8ce3736abc00 ffff8ce378e59340
[  263.033340]  ffff8ce3736a8f00 ffff9edf048f7e40 ffffffff8a486df3 0000000089e230f7
[  263.033862]  00ff8ce373649a40 ffff8ce378e59340 ffff9edf048f7e58 ffff8ce3736abc00
[  263.034382] Call Trace:
[  263.034900]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.035420]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.035930]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.036596]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.037619]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.038366]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.038929]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.039653] kworker/1:213   S    0   809      2 0x00000000
[  263.040584]  ffff8ce36e470800
[  263.040584]  0000000000000000
[  263.040584]  ffff8ce3736a8f00 ffff8ce378e59340
[  263.042378]  ffff8ce3736ada00 ffff9edf048ffe40 ffffffff8a486df3 0000000089e230f7
[  263.042922]  00ff8ce373649200 ffff8ce378e59340 ffff9edf048ffe58 ffff8ce3736a8f00
[  263.043473] Call Trace:
[  263.044022]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.044423]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.044818]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.045347]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.046108]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.047578]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.048095]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.048340] kworker/1:214   S
[  263.048351]     0   810      2 0x00000000
[  263.048922]  ffff8ce36e470800 0000000000000000 ffff8ce3736ada00 ffff8ce378e59340
[  263.049795]  ffff8ce3736ae900 ffff9edf04907e40 ffffffff8a486df3 0000000089e230f7
[  263.050334]  00ff8ce3736486c0 ffff8ce378e59340 ffff9edf04907e58 ffff8ce3736ada00
[  263.051212] Call Trace:
[  263.051806]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.052331]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.053604]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.054492]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.055821]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.056127]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.056680]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.057267] kworker/1:215   S    0   811      2 0x00000000
[  263.057770]  ffff8ce36e470800 0000000000000000 ffff8ce3736ae900 ffff8ce378e59340
[  263.058283]  ffff8ce3736a9e00 ffff9edf0490fe40 ffffffff8a486df3 0000000089e230f7
[  263.058801]  00ff8ce373648240 ffff8ce378e59340 ffff9edf0490fe58 ffff8ce3736ae900
[  263.059699] Call Trace:
[  263.060267]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.060834]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.061374]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.061908]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.062432]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.062947]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.063471]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.063993] kworker/1:216   S    0   812      2 0x00000000
[  263.064239]  ffff8ce36e470800 0000000000000000
[  263.064239]  ffff8ce3736a9e00
[  263.064245]  ffff8ce378e59340
[  263.064764]  ffff8ce3736aad00 ffff9edf04917e40 ffffffff8a486df3 0000000089e230f7
[  263.065308]  00ff8ce3736480c0 ffff8ce378e59340 ffff9edf04917e58 ffff8ce3736a9e00
[  263.065869] Call Trace:
[  263.066414]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.066962]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.067632]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.068163]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.068382]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.068906]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.069427]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.069948] kworker/1:217   S    0   813      2 0x00000000
[  263.070477]  ffff8ce36e470800 0000000000000000 ffff8ce3736aad00 ffff8ce378e59340
[  263.071455]  ffff8ce3736acb00 ffff9edf0491fe40 ffffffff8a486df3 0000000089e230f7
[  263.072376]  00ff8ce373649bc0
[  263.072376]  ffff8ce378e59340
[  263.072376]  ffff9edf0491fe58 ffff8ce3736aad00
[  263.072975] Call Trace:
[  263.073541]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.074157]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.074688]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.075291]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.075817]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.076262]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.076715]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.077225] kworker/1:218   S    0   814      2 0x00000000
[  263.077743]  ffff8ce36e470800 0000000000000000 ffff8ce3736acb00 ffff8ce378e59340
[  263.078268]  ffff8ce3736a8000 ffff9edf04927e40 ffffffff8a486df3 0000000089e230f7
[  263.078797]  00ff8ce373648000 ffff8ce378e59340 ffff9edf04927e58 ffff8ce3736acb00
[  263.079328] Call Trace:
[  263.079852]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.080165]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.080721]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.081244]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.081760]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.082266]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.082773]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.083367] kworker/1:219   S    0   815      2 0x00000000
[  263.083881]  ffff8ce36e470800 0000000000000000 ffff8ce3736a8000 ffff8ce378e59340
[  263.084138]  ffff8ce3736d8f00 ffff9edf0492fe40 ffffffff8a486df3 0000000089e230f7
[  263.084728]  00ff8ce373649ec0 ffff8ce378e59340 ffff9edf0492fe58 ffff8ce3736a8000
[  263.085255] Call Trace:
[  263.085782]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.086309]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.086828]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.087348]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.087863]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.088127]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.088671]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.089180] kworker/1:220   S    0   816      2 0x00000000
[  263.089690]  ffff8ce36e470800 0000000000000000 ffff8ce3736d8f00 ffff8ce378e59340
[  263.090212]  ffff8ce3736dda00 ffff9edf04937e40 ffffffff8a486df3 0000000089e230f7
[  263.090791]  00ff8ce3736483c0 ffff8ce378e59340 ffff9edf04937e58 ffff8ce3736d8f00
[  263.091319] Call Trace:
[  263.091839]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.092092]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.092634]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.093147]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.093655]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.094158]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.094655]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.095152] kworker/1:221   S    0   817      2 0x00000000
[  263.095659]  ffff8ce36e470800 0000000000000000 ffff8ce3736dda00 ffff8ce378e59340
[  263.096076]  ffff8ce3736de900 ffff9edf0493fe40 ffffffff8a486df3 0000000089e230f7
[  263.096395]  00ff8ce373648fc0 ffff8ce378e59340 ffff9edf0493fe58 ffff8ce3736dda00
[  263.096972] Call Trace:
[  263.097490]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.098012]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.099422]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.099998]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.100392]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.100931]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.101425]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.101920] kworker/1:222   S    0   818      2 0x00000000
[  263.109730]  ffff8ce36e470800 0000000000000000 ffff8ce3736de900
[  263.109751]  ffff8ce378e59340
[  263.109761]  ffff8ce3736d9e00 ffff9edf04947e40 ffffffff8a486df3
[  263.110319]  ffffffff89e230f7
[  263.110329]  00ff8ce3736489c0 ffff8ce378e59340 ffff9edf04947e58 ffff8ce3736de900
[  263.110879] Call Trace:
[  263.111529]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.112390]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.112778]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.113339]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.113894]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.114873]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.115416]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.115962]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.116215] kworker/1:223   S
[  263.116226]     0   819      2 0x00000000
[  263.116966]  ffff8ce36e470800 0000000000000000 ffff8ce3736d9e00 ffff8ce378e59340
[  263.117712]  ffff8ce3736dad00 ffff9edf0494fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.118647]  00ff8ce373648e40 ffff8ce378e59340 ffff9edf0494fe58 ffff8ce3736d9e00
[  263.119218] Call Trace:
[  263.119785]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.120207]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.120207]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.120207]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.123455]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.124693]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.126868]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.127487]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.128143] kworker/1:224   S    0   820      2 0x00000000
[  263.128599]  ffff8ce36e470800 0000000000000000 ffff8ce3736dad00
[  263.128599]  ffff8ce378e59340
[  263.128599]  ffff8ce3736dcb00 ffff9edf04957e40 ffffffff8a486df3
[  263.129076]  ffffffff89e230f7
[  263.129085]  00ff8ce373649d40 ffff8ce378e59340 ffff9edf04957e58 ffff8ce3736dad00
[  263.129799] Call Trace:
[  263.130522]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.131206]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.131822]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.132428]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.132868]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.133447]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.139006]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.139933]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.140600] kworker/1:225   S    0   821      2 0x00000000
[  263.141229]  ffff8ce36e470800 0000000000000000 ffff8ce3736dcb00 ffff8ce378e59340
[  263.141992]  ffff8ce3736d8000 ffff9edf0495fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.142845]  00ff8ce373649080 ffff8ce378e59340 ffff9edf0495fe58 ffff8ce3736dcb00
[  263.143540] Call Trace:
[  263.144479]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.145066]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.145759]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.146343]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.147169]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.147899]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.148416]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.148839]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.149411] kworker/1:226   S    0   822      2 0x00000000
[  263.149994]  ffff8ce36e470800 0000000000000000 ffff8ce3736d8000 ffff8ce378e59340
[  263.150581]  ffff8ce3736dbc00 ffff9edf04967e40 ffffffff8a486df3 ffffffff89e230f7
[  263.151172]  00ff8ce373649680 ffff8ce378e59340 ffff9edf04967e58 ffff8ce3736d8000
[  263.151762] Call Trace:
[  263.152209]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.152677]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.153227]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.153772]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.154314]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.154856]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.155398]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.155937]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.156208] kworker/1:227   S    0   823      2 0x00000000
[  263.156812]  ffff8ce36e470800 0000000000000000 ffff8ce3736dbc00 ffff8ce378e59340
[  263.157469]  ffff8ce372b04b00 ffff9edf0496fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.158023]  00ff8ce373649980 ffff8ce378e59340 ffff9edf0496fe58 ffff8ce3736dbc00
[  263.158573] Call Trace:
[  263.159117]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.159664]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.160203]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.160473]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.161227]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.161765]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.162302]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.162839]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.163378] kworker/1:228   S    0   824      2 0x00000000
[  263.163924]  ffff8ce36e470800 0000000000000000 ffff8ce372b04b00 ffff8ce378e59340
[  263.164469]  ffff8ce372b00000 ffff9edf04977e40 ffffffff8a486df3 ffffffff89e230f7
[  263.164469]  00ff8ce373648480
[  263.164469]  ffff8ce378e59340
[  263.164469]  ffff9edf04977e58
[  263.164904]  ffff8ce372b04b00
[  263.164911] Call Trace:
[  263.165489]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.166059]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.166616]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.167174]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.167739]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.168273]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.168521]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.169068]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.169624] kworker/1:229   S    0   825      2 0x00000000
[  263.170189]  ffff8ce36e470800 0000000000000000 ffff8ce372b00000 ffff8ce378e59340
[  263.170768]  ffff8ce372b03c00 ffff9edf0497fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.171341]  00ff8ce373648180 ffff8ce378e59340 ffff9edf0497fe58 ffff8ce372b00000
[  263.171915] Call Trace:
[  263.172484]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.172750]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.173311]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.173867]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.174424]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.175189]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.175793]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.176186]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.178661] kworker/1:230   S    0   826      2 0x00000000
[  263.179209]  ffff8ce36e470800 0000000000000000 ffff8ce372b03c00 ffff8ce378e59340
[  263.179758]  ffff8ce372b00f00 ffff9edf04987e40 ffffffff8a486df3 ffffffff89e230f7
[  263.180108]  00ff8ce373649c80 ffff8ce378e59340 ffff9edf04987e58 ffff8ce372b03c00
[  263.180753] Call Trace:
[  263.181290]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.181935]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.182478]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.183151]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.183690]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.184102]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.184472]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.185061]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.185591] kworker/1:231   S    0   827      2 0x00000000
[  263.186135]  ffff8ce36e470800 0000000000000000 ffff8ce372b00f00 ffff8ce378e59340
[  263.186681]  ffff8ce372b05a00 ffff9edf0498fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.187229]  00ff8ce373649140 ffff8ce378e59340 ffff9edf0498fe58 ffff8ce372b00f00
[  263.187772] Call Trace:
[  263.188334]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.188629]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.189169]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.189708]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.190242]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.190803]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.191337]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.191871]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.193141] kworker/1:232   S    0   828      2 0x00000000
[  263.193848]  ffff8ce36e470800 0000000000000000 ffff8ce372b05a00 ffff8ce378e59340
[  263.194414]  ffff8ce372b06900 ffff9edf04997e40 ffffffff8a486df3 ffffffff89e230f7
[  263.195034]  00ff8ce373648cc0 ffff8ce378e59340 ffff9edf04997e58 ffff8ce372b05a00
[  263.195591] Call Trace:
[  263.196131]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.197073]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.197348]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.197879]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.198409]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.198937]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.199465]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.199997]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.200778] kworker/1:233   S
[  263.200778]     0   829      2 0x00000000
[  263.201162]  ffff8ce36e470800 0000000000000000 ffff8ce372b06900 ffff8ce378e59340
[  263.201772]  ffff8ce372b01e00 ffff9edf0499fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.203082]  00ff8ce373649440 ffff8ce378e59340 ffff9edf0499fe58 ffff8ce372b06900
[  263.203724] Call Trace:
[  263.204363]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.204649]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.205433]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.206171]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.206894]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.207454]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.208569]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.210768]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.212423] kworker/1:234   S    0   830      2 0x00000000
[  263.212832]  ffff8ce36e470800 0000000000000000 ffff8ce372b01e00 ffff8ce378e59340
[  263.213842]  ffff8ce372b90f00 ffff9edf049a7e40 ffffffff8a486df3 ffffffff89e230f7
[  263.216121]  00ff8ce3736498c0 ffff8ce378e59340 ffff9edf049a7e58 ffff8ce372b01e00
[  263.216906] Call Trace:
[  263.217970]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.218921]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.219833]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.220800]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.221487]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.222818]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.224000]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.224995]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.226117] kworker/1:235   S    0   831      2 0x00000000
[  263.228867]  ffff8ce334e89c00 0000000000000000 ffff8ce372b02d00 ffff8ce378e59340
[  263.232814]  ffff8ce3357a4b00
[  263.232883]  ffff9edf049afe40
[  263.232893]  ffffffff8a486df3 0000000089d1e182
[  263.233683]  00ff8ce373648900 ffff8ce378e59340 ffff9edf049afe58 ffff8ce372b02d00
[  263.234234] Call Trace:
[  263.234848]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.235371]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.235902]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.238089]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.238669]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.239515]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.240114]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.240728] kworker/1:236   S
[  263.240728]     0   832      2 0x00000000
[  263.241189]  ffff8ce36e470800 0000000000000000 ffff8ce372b3bc00 ffff8ce378e59340
[  263.242350]  ffff8ce3357a0000 ffff9edf049b7e40 ffffffff8a486df3 ffffffff89e230f7
[  263.243240]  00ff8ce372b2fec0 ffff8ce378e59340 ffff9edf049b7e58 ffff8ce372b3bc00
[  263.243851] Call Trace:
[  263.244483]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.244921]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.245523]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.246117]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.246759]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.247346]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.247945]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.248276]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.248852] kworker/1:237   S    0   833      2 0x00000000
[  263.249377]  ffff8ce36e470800 0000000000000000 ffff8ce372b38f00 ffff8ce378e59340
[  263.249912]  ffff8ce372b95a00 ffff9edf049bfe40 ffffffff8a486df3 ffffffff89e230f7
[  263.250442]  00ff8ce372b2e3c0 ffff8ce378e59340 ffff9edf049bfe58 ffff8ce372b38f00
[  263.250966] Call Trace:
[  263.251486]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.252013]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.252269]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.252838]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.253353]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.253867]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.254380]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.254963]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.255501] kworker/1:238   S    0   834      2 0x00000000
[  263.256086]  ffff8ce36e470800 0000000000000000 ffff8ce372b3da00 ffff8ce378e59340
[  263.256473]  ffff8ce372b38f00 ffff9edf049c7e40 ffffffff8a486df3 ffffffff89e230f7
[  263.257210]  00ff8ce372b2efc0 ffff8ce378e59340 ffff9edf049c7e58 ffff8ce372b3da00
[  263.257757] Call Trace:
[  263.258309]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.258860]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.259450]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.260011]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.260467]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.260894]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.261410]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.261922]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.262493] kworker/1:239   S    0   835      2 0x00000000
[  263.263144]  ffff8ce36e470800 0000000000000000 ffff8ce372b3e900 ffff8ce378e59340
[  263.264069]  ffff8ce372b3da00 ffff9edf049cfe40 ffffffff8a486df3 ffffffff89e230f7
[  263.264762]  00ff8ce372b2e9c0 ffff8ce378e59340 ffff9edf049cfe58
[  263.264834]  ffff8ce372b3e900
[  263.264851] Call Trace:
[  263.265845]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.266842]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.267809]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.268755]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.269637]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.270492]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.271265]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.271969]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.272615] kworker/1:240   S    0   836      2 0x00000000
[  263.272905]  ffff8ce36e470800 0000000000000000 ffff8ce372b39e00 ffff8ce378e59340
[  263.273457]  ffff8ce372b3e900 ffff9edf049d7e40 ffffffff8a486df3 ffffffff89e230f7
[  263.274024]  00ff8ce372b2ee40 ffff8ce378e59340 ffff9edf049d7e58 ffff8ce372b39e00
[  263.274976] Call Trace:
[  263.275515]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.276070]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.277183]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.278146]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.278682]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.279216]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.281149]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.282009]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.282914] kworker/1:241   S    0   837      2 0x00000000
[  263.283509]  ffff8ce36e470800 0000000000000000 ffff8ce372b3ad00 ffff8ce378e59340
[  263.284040]  ffff8ce372b39e00 ffff9edf049dfe40 ffffffff8a486df3 ffffffff89e230f7
[  263.285089]  00ff8ce372b2fd40 ffff8ce378e59340 ffff9edf049dfe58 ffff8ce372b3ad00
[  263.286406] Call Trace:
[  263.286949]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.287533]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.288131]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.288731]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.289068]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.289586]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.290147]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.290710]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.291230] kworker/1:242   S    0   838      2 0x00000000
[  263.291756]  ffff8ce36e470800 0000000000000000 ffff8ce372b3cb00 ffff8ce378e59340
[  263.292287]  ffff8ce372b3ad00 ffff9edf049e7e40 ffffffff8a486df3 ffffffff89e230f7
[  263.292612]  00ff8ce372b2f080 ffff8ce378e59340 ffff9edf049e7e58 ffff8ce372b3cb00
[  263.293193] Call Trace:
[  263.293756]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.294300]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.294845]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.295387]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.295931]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.296158]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.296693]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.297225]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.297757] kworker/1:243   S    0   839      2 0x00000000
[  263.298308]  ffff8ce36e470800 0000000000000000 ffff8ce372b38000 ffff8ce378e59340
[  263.299098]  ffff8ce372b3cb00 ffff9edf049efe40 ffffffff8a486df3 ffffffff89e230f7
[  263.299783]  00ff8ce372b2f680 ffff8ce378e59340 ffff9edf049efe58 ffff8ce372b38000
[  263.300153] Call Trace:
[  263.300601]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.301538]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.302493]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.303003]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.303804]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.304602]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.305398]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.306257]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.306769] kworker/1:244   S    0   840      2 0x00000000
[  263.307439]  ffff8ce36e470800 0000000000000000 ffff8ce372b63c00 ffff8ce378e59340
[  263.308457]  ffff8ce372b38000 ffff9edf049f7e40 ffffffff8a486df3 ffffffff89e230f7
[  263.308457]  00ff8ce372b2f980
[  263.308863]  ffff8ce378e59340 ffff9edf049f7e58 ffff8ce372b63c00
[  263.309738] Call Trace:
[  263.310260]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.310784]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.311315]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.311837]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.312167]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.312672]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.313191]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.313711]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.314232] kworker/1:245   S    0   841      2 0x00000000
[  263.314761]  ffff8ce36e470800 0000000000000000 ffff8ce372b60f00 ffff8ce378e59340
[  263.315297]  ffff8ce372b63c00 ffff9edf049ffe40 ffffffff8a486df3 ffffffff89e230f7
[  263.315830]  00ff8ce372b2e480 ffff8ce378e59340 ffff9edf049ffe58 ffff8ce372b60f00
[  263.316089] Call Trace:
[  263.316682]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.317383]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.318008]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.318530]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.319054]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.319576]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.320066]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.327305]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.327889] kworker/1:246   S    0   842      2 0x00000000
[  263.328461]  ffff8ce36e470800 0000000000000000 ffff8ce372b65a00 ffff8ce378e59340
[  263.328997]  ffff8ce372b60f00 ffff9edf04a07e40 ffffffff8a486df3 ffffffff89e230f7
[  263.329527]  00ff8ce372b2e180 ffff8ce378e59340 ffff9edf04a07e58 ffff8ce372b65a00
[  263.330105] Call Trace:
[  263.330666]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.331208]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.331753]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.332299]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.332709]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.335953]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.336697]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.337090]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.337611] kworker/1:247   S    0   843      2 0x00000000
[  263.338189]  ffff8ce36e470800 0000000000000000 ffff8ce372b66900 ffff8ce378e59340
[  263.338732]  ffff8ce372b65a00 ffff9edf04a0fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.339332]  00ff8ce372b2fc80 ffff8ce378e59340 ffff9edf04a0fe58 ffff8ce372b66900
[  263.339863] Call Trace:
[  263.340439]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.340758]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.341284]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.341810]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.342332]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.342852]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.343371]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.343893]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.344155] kworker/1:248   S    0   844      2 0x00000000
[  263.344741]  ffff8ce36e470800 0000000000000000 ffff8ce372b61e00 ffff8ce378e59340
[  263.345275]  ffff8ce372b66900 ffff9edf04a17e40 ffffffff8a486df3 ffffffff89e230f7
[  263.345806]  00ff8ce372b2f140 ffff8ce378e59340 ffff9edf04a17e58 ffff8ce372b61e00
[  263.346889] Call Trace:
[  263.347419]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.347929]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.348187]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.349557]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.350085]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.350630]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.351143]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.351677]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.352180] kworker/1:249   S    0   845      2 0x00000000
[  263.353165]  ffff8ce36e470800
[  263.353175]  0000000000000000
[  263.353185]  ffff8ce372b62d00 ffff8ce378e59340
[  263.353715]  ffff8ce372b61e00 ffff9edf04a1fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.354257]  00ff8ce372b2ecc0 ffff8ce378e59340 ffff9edf04a1fe58 ffff8ce372b62d00
[  263.355272] Call Trace:
[  263.356194]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.356795]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.357082]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.357615]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.358142]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.359868]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.360436]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.360736]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.361357] kworker/1:250   S    0   846      2 0x00000000
[  263.361982]  ffff8ce36e470800 0000000000000000 ffff8ce372b64b00 ffff8ce378e59340
[  263.362511]  ffff8ce372b62d00 ffff9edf04a27e40 ffffffff8a486df3 ffffffff89e230f7
[  263.363106]  00ff8ce372b2f440 ffff8ce378e59340 ffff9edf04a27e58 ffff8ce372b64b00
[  263.363627] Call Trace:
[  263.364141]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.364625]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.365470]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.365989]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.366504]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.367021]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.367561]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.368617]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.369019] kworker/1:251   S    0   847      2 0x00000000
[  263.369582]  ffff8ce36e470800 0000000000000000 ffff8ce372b60000 ffff8ce378e59340
[  263.370109]  ffff8ce372b64b00 ffff9edf04a2fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.370630]  00ff8ce372b2f8c0 ffff8ce378e59340 ffff9edf04a2fe58 ffff8ce372b60000
[  263.371150] Call Trace:
[  263.371664]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.372179]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.377540]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.378140]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.378655]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.379166]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.379747]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.380305]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.380837] kworker/1:252   S    0   848      2 0x00000000
[  263.381388]  ffff8ce36e470800 0000000000000000 ffff8ce372b90000 ffff8ce378e59340
[  263.381527]  ffff8ce372b60000 ffff9edf04a37e40 ffffffff8a486df3 ffffffff89e230f7
[  263.381527]  00ff8ce372b2e900 ffff8ce378e59340 ffff9edf04a37e58 ffff8ce372b90000
[  263.381527] Call Trace:
[  263.381527]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.381527]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.381527]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.381527]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.381527]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.381527]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.381527]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.381527]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.381527] kworker/1:253   S    0   849      2 0x00000000
[  263.387669]  ffff8ce36e470800 0000000000000000 ffff8ce372b93c00 ffff8ce378e59340
[  263.388232]  ffff8ce372b90000 ffff9edf04a3fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.388722]  00ff8ce372b2eb40 ffff8ce378e59340 ffff9edf04a3fe58 ffff8ce372b93c00
[  263.389316] Call Trace:
[  263.389824]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.390410]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.391001]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.391506]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.392007]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.392246]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.392802]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.393297]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.393795] kworker/1:254   S    0   850      2 0x00000000
[  263.394302]  ffff8ce36e470800 0000000000000000 ffff8ce372b90f00 ffff8ce378e59340
[  263.394813]  ffff8ce372b93c00 ffff9edf04a47e40 ffffffff8a486df3 ffffffff89e230f7
[  263.395321]  00ff8ce372b2f5c0 ffff8ce378e59340 ffff9edf04a47e58 ffff8ce372b90f00
[  263.395910] Call Trace:
[  263.396242]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.396715]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.397220]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.397719]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.398219]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.398720]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.399220]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.399718]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.400138] kworker/1:255   S    0   851      2 0x00000000
[  263.400434]  ffff8ce36e470800 0000000000000000 ffff8ce372b95a00 ffff8ce378e59340
[  263.401003]  ffff8ce372b3bc00 ffff9edf04a4fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.401511]  00ff8ce372b2ea80 ffff8ce378e59340 ffff9edf04a4fe58 ffff8ce372b95a00
[  263.402080] Call Trace:
[  263.402637]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.403161]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.403669]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.404169]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.404427]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.404956]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.405453]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.405948]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.406443] kworker/1:256   S    0   852      2 0x00000000
[  263.406950]  ffff8ce36e470800 0000000000000000 ffff8ce372b96900 ffff8ce378e59340
[  263.407514]  ffff8ce3357fbc00 ffff9edf04a57e40 ffffffff8a486df3 ffffffff89e230f7
[  263.408019]  00ff8ce372b2f2c0 ffff8ce378e59340 ffff9edf04a57e58 ffff8ce372b96900
[  263.408395] Call Trace:
[  263.408819]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.409320]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.409864]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.410383]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.410884]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.412125]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.412616]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.413204]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.413724] kworker/0:159   S    0   853      2 0x00000000
[  263.414247]  ffff8ce334e88800 0000000000000000 ffff8ce36e319e00 ffff8ce378e19340
[  263.414782]  ffff8ce36de96900 ffff9edf04a5fe40 ffffffff8a486df3 ffffffff89e230f7
[  263.416158]  00ff8ce37353b5c0 ffff8ce378e19340 ffff9edf04a5fe58 ffff8ce36e319e00
[  263.416829] Call Trace:
[  263.417863]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.418789]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  263.419667]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.420657]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.421407]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.422920]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.423721]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.424859]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.425885]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.427213] kworker/u481:0  S    0   857      2 0x00000000
[  263.428066]  ffff8ce334e75800 ffff8ce334e8c000 ffff8ce372bb8f00 ffff8ce378e59340
[  263.428819]  ffff8ce36baada00 ffff9edf04ac3e40 ffffffff8a486df3
[  263.428819]  ffff8ce33578e500
[  263.428837]  00ff8ce378e56a40 ffff8ce378e59340 ffff8ce372bb9940
[  263.429809]  ffff8ce372bb8f00
[  263.429825] Call Trace:
[  263.435789]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.436384]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.436923]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.437444]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.437963]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.438488]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.439008]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.439524]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.440038]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.440337] ib-comp-wq      S    0   859      2 0x00000000
[  263.440880]  ffff8ce334e71400 ffff8ce334e71400 ffff8ce372b91e00 ffff8ce378e59340
[  263.441401]  ffff8ce335788000 ffff9edf01313e38 ffffffff8a486df3 0000000000000292
[  263.441926]  00ff9edf01313e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce372b91e00
[  263.442559] Call Trace:
[  263.443073]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.443671]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.444203]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  263.444446]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  263.445222]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.445782]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.446331]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.446874] ib_addr         S    0   862      2 0x00000000
[  263.447429]  ffff8ce334e88800 ffff8ce334e88800 ffff8ce372b92d00 ffff8ce378e19340
[  263.448039]  ffff8ce372bb9e00 ffff9edf04abbe38 ffffffff8a486df3 0000000000000292
[  263.448437]  00ff9edf04abbe40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce372b92d00
[  263.448962] Call Trace:
[  263.449481]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.450045]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.450647]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  263.451251]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  263.451766]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.452274]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.452515]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.453081] ib_mcast        S    0   864      2 0x00000000
[  263.453595]  ffff8ce334e75800 0000000000000000 ffff8ce372b94b00 ffff8ce378e59340
[  263.454117]  ffff8ce37265cb00 ffff9edf03e8fe38 ffffffff8a486df3 0000000000000292
[  263.454642]  00ff9edf03e8fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce372b94b00
[  263.455164] Call Trace:
[  263.455676]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.456195]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.456577]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  263.457285]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  263.457845]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.458405]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.458912]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.459416] ib_nl_sa_wq     S    0   866      2 0x00000000
[  263.460083]  ffff8ce334e75800 ffff8ce334e8ec00 ffff8ce37265cb00 ffff8ce378e59340
[  263.460571]  ffff8ce37444ad00 ffff9edf04ae3e38 ffffffff8a486df3 0000000000000292
[  263.460951]  00ff9edf04ae3e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37265cb00
[  263.461488] Call Trace:
[  263.462015]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.462546]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.463059]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  263.463551]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  263.464043]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.464358]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.464822]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.465309] ib_cm           S    0   868      2 0x00000000
[  263.465805]  ffff8ce334e88000 ffff8ce36e359000 ffff8ce372658000 ffff8ce378e19340
[  263.466317]  ffff8ce36c820f00 ffff9edf04a77e38 ffffffff8a486df3 0000000000000292
[  263.466828]  00ff9edf04a77e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce372658000
[  263.467344] Call Trace:
[  263.467891]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.468276]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.468756]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  263.469261]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  263.469767]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.470260]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.470751]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.471244] iw_cm_wq        S    0   871      2 0x00000000
[  263.471743]  ffff8ce334e75800 0000000000000000 ffff8ce37265bc00 ffff8ce378e19340
[  263.472168]  ffffffff8aa0e540 ffff9edf041dfe38 ffffffff8a486df3 0000000000000292
[  263.472499]  00ff9edf041dfe40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce37265bc00
[  263.473076] Call Trace:
[  263.473670]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.474206]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.474794]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  263.475376]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  263.475889]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.476476]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.476736]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.477270] rdma_cm         S    0   874      2 0x00000000
[  263.477806]  ffff8ce334e75800 0000000000000000 ffff8ce372bb9e00 ffff8ce378e19340
[  263.478334]  ffffffff8aa0e540 ffff9edf04a97e38 ffffffff8a486df3 0000000000000292
[  263.478974]  00ff9edf04a97e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce372bb9e00
[  263.479511] Call Trace:
[  263.480049]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.480282]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.480811]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  263.481336]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  263.481861]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.482384]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.482903]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.483419] systemd-udevd   S    0   896      1 0x00000000
[  263.483938]  ffff8ce334e88800 ffff8ce334e8c000 ffff8ce36c85da00 ffff8ce378e19340
[  263.484275]  ffff8ce36baada00 ffff9edf04a67d88 ffffffff8a486df3
[  263.484275]  ffff8ce313b35740
[  263.484275]  00ff9edf04a67d58 ffff8ce378e19340 ffff9edf04a67d70
[  263.484730]  ffff8ce36c85da00
[  263.484739] Call Trace:
[  263.485288]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.485852]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.486413]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.486971]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.487532]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  263.488100]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.488339]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  263.489048]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.489654] hv_balloon      S    0   976      2 0x00000000
[  263.490202]  ffff8ce3709f0400 0000000000000000 ffff8ce372bbcb00 ffff8ce378e59340
[  263.490786]  ffff8ce37444e900 ffff9edf0126fd78 ffffffff8a486df3 0000000000000ac8
[  263.491346]  00ff9edf0126fda7 ffff8ce378e59340 ffff9edf0126fdc0 ffff8ce372bbcb00
[  263.491920] Call Trace:
[  263.492331]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.492911]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.493471]  [<ffffffff8a48a97f>] schedule_timeout+0x1df/0x3f0
[  263.494025]  [<ffffffff89cf5ee0>] ? del_timer_sync+0x50/0x50
[  263.494578]  [<ffffffff8a488237>] wait_for_completion_interruptible_timeout+0xa7/0x150
[  263.496081]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.496495]  [<ffffffffc0730320>] ? post_status+0x140/0x140 [hv_balloon]
[  263.497066]  [<ffffffffc0730345>] dm_thread_func+0x25/0x50 [hv_balloon]
[  263.497631]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.498296]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.498834]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.499377] kworker/1:257   S    0  1009      2 0x00000000
[  263.500071]  ffff8ce36e470800 ffff8ce36e470800 ffff8ce372bbda00 ffff8ce378e59340
[  263.500540]  ffff8ce373735a00 ffff9edf0145be40 ffffffff8a486df3 ffff8ce372bbda80
[  263.501209]  00ff8ce378e56a40 ffff8ce378e59340 ffff8ce372bbe440 ffff8ce372bbda00
[  263.501755] Call Trace:
[  263.502366]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.502942]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.503474]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.504007]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.504536]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.505845]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.506467]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.507209]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.507869]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.508290] systemd-timesyn S    0  1298      1 0x00000100
[  263.509118]  ffff8ce334e77000 ffff8ce334e8c000 ffff8ce373730f00 ffff8ce378e19340
[  263.509649]  ffff8ce36baada00 ffff9edf01413d70 ffffffff8a486df3 ffffffff0bd27b00
[  263.510231]  000000048a3dfd91 ffff8ce378e19340 000000000000d20b ffff8ce373730f00
[  263.510755] Call Trace:
[  263.511273]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.511801]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.512238]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.512859]  [<ffffffff8a020219>] ? timerqueue_add+0x59/0xb0
[  263.513388]  [<ffffffff89cf7f1d>] ? enqueue_hrtimer+0x3d/0x80
[  263.513917]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  263.514450]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.514982]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  263.515506]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.516015]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  263.516248]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  263.516794]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  263.517284] sd-resolve      S    0  1351      1 0x00000100
[  263.517778]  ffff8ce334e77000 ffff8ce334e70800 ffff8ce37265da00 ffff8ce378e59340
[  263.518285]  ffff8ce3719a0000 ffff9edf01453be8 ffffffff8a486df3 000000007fff0000
[  263.518792]  00ff9edf01453ec0 ffff8ce378e59340 ffff8ce372848500 ffff8ce37265da00
[  263.519304] Call Trace:
[  263.519810]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.520242]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.521659]  [<ffffffff8a48a9ca>] schedule_timeout+0x22a/0x3f0
[  263.522214]  [<ffffffff8a41b7a7>] ? unix_dgram_sendmsg+0x397/0x700
[  263.522731]  [<ffffffff8a35f17c>] __skb_wait_for_more_packets+0x10c/0x170
[  263.523247]  [<ffffffff8a35f050>] ? skb_shift+0x540/0x540
[  263.523766]  [<ffffffff8a4188e8>] unix_dgram_recvmsg+0xc8/0x4c0
[  263.524047]  [<ffffffff8a34f64d>] sock_recvmsg+0x3d/0x50
[  263.524479]  [<ffffffff8a34f88a>] SYSC_recvfrom+0xda/0x150
[  263.525257]  [<ffffffff89d477ff>] ? __secure_computing+0x3f/0xe0
[  263.525909]  [<ffffffff89c0338d>] ? syscall_trace_enter+0xcd/0x2e0
[  263.526950]  [<ffffffff8a350bce>] SyS_recvfrom+0xe/0x10
[  263.527528]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  263.528064]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  263.528473] systemd-logind  S
[  263.528473]     0  1364      1 0x00000100
[  263.528871]  ffff8ce334e72800 0000000000000000 ffff8ce36c85e900 ffff8ce378e19340
[  263.529392]  ffffffff8aa0e540 ffff9edf0153bd70 ffffffff8a486df3 ffffffff8a3506b0
[  263.530077]  00007ffc9411e778 ffff8ce378e19340 0000000000000000 ffff8ce36c85e900
[  263.530705] Call Trace:
[  263.531223]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.531834]  [<ffffffff8a3506b0>] ? ___sys_recvmsg+0x160/0x1f0
[  263.532345]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.534601]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.535449]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  263.535964]  [<ffffffff89e811c4>] ? ep_scan_ready_list.constprop.12+0x204/0x210
[  263.536297]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.536820]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  263.537339]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.537869]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  263.538397]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  263.538921]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  263.539451] acpid           S    0  1371      1 0x00000000
[  263.540538]  ffff8ce334e89800
[  263.540555]  ffff8ce334e72800
[  263.540572]  ffff8ce36c859e00 ffff8ce378e59340
[  263.540591]  ffff8ce36c85e900 ffff9edf0127f8c0 ffffffff8a486df3
[  263.541704]  0000000022a6130f
[  263.541722]  00ff8ce37fe6f080 ffff8ce378e59340 0000000000000002 ffff8ce36c859e00
[  263.542952] Call Trace:
[  263.544082]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.544528]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.545055]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.545600]  [<ffffffff8a34e4e0>] ? dlci_ioctl_set+0x30/0x30
[  263.546697]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  263.547439]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  263.547977]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  263.548380]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.548876]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.549414]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  263.549955]  [<ffffffff89dafe45>] ? __alloc_pages_nodemask+0x135/0x300
[  263.550501]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.551046]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.551583]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.552239]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.552482]  [<ffffffff89cb05b2>] ? default_wake_function+0x12/0x20
[  263.553053]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  263.553561]  [<ffffffff89e8195f>] ? ep_poll_callback+0xef/0x1f0
[  263.554062]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  263.554561]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  263.555060]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  263.555561]  [<ffffffff8a34fa38>] ? sock_sendmsg+0x38/0x50
[  263.556062]  [<ffffffff89e35547>] ? __vfs_read+0x37/0x150
[  263.556476]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  263.556864]  [<ffffffff89e37c35>] ? SyS_read+0x55/0xc0
[  263.557407]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.557903] cron            S    0  1382      1 0x00000000
[  263.558406]  ffff8ce334e8f800 0000000000000000 ffff8ce36c85cb00 ffff8ce378e59340
[  263.558917]  ffff8ce374522d00 ffff9edf0154be18 ffffffff8a486df3 00ffffff8a049e6d
[  263.559431]  00000000000122c0 ffff8ce378e59340 ffff8ce300000001 ffff8ce36c85cb00
[  263.559947] Call Trace:
[  263.560308]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.560783]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.561293]  [<ffffffff8a48acc0>] do_nanosleep+0x70/0xf0
[  263.561796]  [<ffffffff89cf8f08>] hrtimer_nanosleep+0xe8/0x220
[  263.562296]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.562793]  [<ffffffff8a48acab>] ? do_nanosleep+0x5b/0xf0
[  263.563280]  [<ffffffff89cf90ba>] SyS_nanosleep+0x7a/0x90
[  263.563765]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.564203] lxcfs           S    0  1389      1 0x00000000
[  263.564466]  ffff8ce334e8a000 ffff8ce334e8a000 ffff8ce36c85ad00 ffff8ce378e59340
[  263.565028]  ffff8ce372659e00 ffff9edf01573c98 ffffffff8a486df3 ffff8ce334e8a000
[  263.565534]  000000047fa84bbe ffff8ce378e59340 00007ffd98cac200 ffff8ce36c85ad00
[  263.566039] Call Trace:
[  263.566532]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.567033]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.568440]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  263.568861]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  263.569373]  [<ffffffff89cbb1c9>] ? update_cfs_shares+0xb9/0xf0
[  263.570473]  [<ffffffff89cbb4dd>] ? check_preempt_wakeup+0x10d/0x230
[  263.571229]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  263.578057]  [<ffffffff89caf559>] ? check_preempt_curr+0x79/0x90
[  263.578543]  [<ffffffff89cb13d0>] ? wake_up_new_task+0x150/0x1f0
[  263.579012]  [<ffffffff89c911bb>] ? recalc_sigpending+0x1b/0x50
[  263.579464]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  263.586300]  [<ffffffff89c94b4f>] ? sigprocmask+0x6f/0xa0
[  263.587122]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.587673] lxcfs           S    0  1429      1 0x00000000
[  263.588153]  ffff8ce334e8a000 ffff8ce334e88800 ffff8ce372659e00 ffff8ce378e59340
[  263.588636]  ffff8ce36c85da00 ffff9edf0160bcf8 ffffffff8a486df3 0000000000000028
[  263.589145]  0000000000000001 ffff8ce378e59340 0000000000000246 ffff8ce372659e00
[  263.589632] Call Trace:
[  263.590117]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.590620]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.591352]  [<ffffffff89f48ed9>] fuse_dev_do_read.isra.21.constprop.25+0x4f9/0x600
[  263.591845]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  263.592038]  [<ffffffff89f49043>] fuse_dev_read+0x63/0x90
[  263.593112]  [<ffffffff89e355f2>] __vfs_read+0xe2/0x150
[  263.594582]  [<ffffffff89e36746>] vfs_read+0x96/0x130
[  263.595099]  [<ffffffff89e37c35>] SyS_read+0x55/0xc0
[  263.595717]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.596398] lxcfs           S
[  263.596414]     0  1430      1 0x00000000
[  263.597349]  ffff8ce334e8a000 0000000000000000 ffff8ce36cd8ad00 ffff8ce378e19340
[  263.597918]  ffffffff8aa0e540 ffff9edf01613cf8 ffffffff8a486df3 0000000000000000
[  263.599546]  0000000000000000 ffff8ce378e19340 0000000000000000 ffff8ce36cd8ad00
[  263.600169] Call Trace:
[  263.600448]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.601064]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.601592]  [<ffffffff89f48ed9>] fuse_dev_do_read.isra.21.constprop.25+0x4f9/0x600
[  263.602141]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  263.603714]  [<ffffffff89f49043>] fuse_dev_read+0x63/0x90
[  263.604437]  [<ffffffff89e355f2>] __vfs_read+0xe2/0x150
[  263.605472]  [<ffffffff89e36746>] vfs_read+0x96/0x130
[  263.606399]  [<ffffffff89e37c35>] SyS_read+0x55/0xc0
[  263.607212]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.608109] accounts-daemon S    0  1390      1 0x00000000
[  263.608765]  ffff8ce334e89c00 ffff8ce334e73400 ffff8ce36c85bc00
[  263.608816]  ffff8ce378e19340
[  263.608835]  ffff8ce36b781e00 ffff9edf0140ba00 ffffffff8a486df3
[  263.609874]  ffffffff89cf887f
[  263.609891]  00ffffff89e0e963 ffff8ce378e19340 0000000000000040 ffff8ce36c85bc00
[  263.611031] Call Trace:
[  263.612026]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.613281]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  263.614710]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.615317]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.615897]  [<ffffffff89e6efaa>] ? bh_lru_install+0x19a/0x1e0
[  263.616521]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.617191]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.617912]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  263.618880]  [<ffffffff89ecaee9>] ? ext4_getblk+0xa9/0x190
[  263.619442]  [<ffffffff89e423e7>] ? lookup_fast+0x57/0x310
[  263.619988]  [<ffffffff89e41849>] ? __inode_permission+0x49/0xc0
[  263.620276]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.621208]  [<ffffffff89cf0027>] ? call_rcu_sched+0x17/0x20
[  263.621755]  [<ffffffff89e38cf2>] ? put_filp+0x42/0x50
[  263.622607]  [<ffffffff89e45f08>] ? path_openat+0x758/0x1450
[  263.623681]  [<ffffffff89ed69f2>] ? ext4_htree_fill_tree+0xb2/0x320
[  263.624263]  [<ffffffff89e47f55>] ? do_filp_open+0xa5/0x100
[  263.625340]  [<ffffffff89e56976>] ? __alloc_fd+0x46/0x170
[  263.626149]  [<ffffffff89e46d64>] ? putname+0x54/0x60
[  263.627023]  [<ffffffff89e35245>] ? do_sys_open+0x1a5/0x220
[  263.627568]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  263.628062]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.628359] gmain           S    0  1420      1 0x00000000
[  263.628954]  ffff8ce334e89c00 ffff8ce334e8c000 ffff8ce37265e900 ffff8ce378e19340
[  263.629504]  ffff8ce36baada00 ffff9edf015e3a00 ffffffff8a486df3 ffffffff89cf887f
[  263.630288]  00ff9edf015e3a30 ffff8ce378e19340 0000000000000040 ffff8ce37265e900
[  263.630831] Call Trace:
[  263.631364]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.631904]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  263.632352]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.632847]  [<ffffffff8a48af15>] schedule_hrtimeout_range_clock+0xc5/0x1b0
[  263.633406]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.633967]  [<ffffffff8a48af09>] ? schedule_hrtimeout_range_clock+0xb9/0x1b0
[  263.634535]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.635111]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.635689]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  263.636255]  [<ffffffff89cbb1c9>] ? update_cfs_shares+0xb9/0xf0
[  263.636851]  [<ffffffff89cb6c5c>] ? __enqueue_entity+0x6c/0x70
[  263.637433]  [<ffffffff89cb88b6>] ? select_idle_sibling+0x26/0x3c0
[  263.637981]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.638529]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.639070]  [<ffffffff89e7db4e>] ? inotify_free_event+0xe/0x10
[  263.639616]  [<ffffffff89e0ef29>] ? kfree+0x149/0x160
[  263.640154]  [<ffffffff89cc814d>] ? remove_wait_queue+0x4d/0x60
[  263.640703]  [<ffffffff89e7e105>] ? inotify_read+0x355/0x410
[  263.640944]  [<ffffffff89cc8500>] ? __wake_up_sync+0x20/0x20
[  263.641469]  [<ffffffff89e35547>] ? __vfs_read+0x37/0x150
[  263.641996]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  263.642533]  [<ffffffff89e4db31>] SyS_poll+0x71/0x130
[  263.643063]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.643594] gdbus           S    0  1439      1 0x00000000
[  263.644112]  ffff8ce334e89c00 ffff8ce334e89c00 ffff8ce3723c8f00 ffff8ce378e19340
[  263.644413]  ffff8ce36c85bc00 ffff9edf015cba00 ffffffff8a486df3
[  263.644413]  0000000000000000
[  263.644413]  00ff8ce36cd74a00 ffff8ce378e19340 00000000723c8f00
[  263.645113]  ffff8ce3723c8f00
[  263.645131] Call Trace:
[  263.646182]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.647183]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.648252]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.648520]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  263.649139]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.649665]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.650201]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  263.650798]  [<ffffffff89e8195f>] ? ep_poll_callback+0xef/0x1f0
[  263.651299]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  263.651800]  [<ffffffff89cc84d0>] ? __wake_up_sync_key+0x50/0x60
[  263.652335]  [<ffffffff8a353b2d>] ? sock_def_readable+0x3d/0x70
[  263.652591]  [<ffffffff8a41aacd>] ? unix_stream_sendmsg+0x3cd/0x400
[  263.653089]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.653591]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.654092]  [<ffffffff8a350314>] ? ___sys_sendmsg+0x94/0x2d0
[  263.654591]  [<ffffffff89d09b6c>] ? get_futex_key+0x30c/0x400
[  263.655085]  [<ffffffff89d09cf0>] ? futex_wake+0x90/0x170
[  263.655576]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.656048]  [<ffffffff89d0c43f>] ? do_futex+0x1ff/0x530
[  263.656281]  [<ffffffff89e35547>] ? __vfs_read+0x37/0x150
[  263.656832]  [<ffffffff89e56475>] ? __fget_light+0x25/0x60
[  263.657334]  [<ffffffff8a350ec3>] ? __sys_sendmsg+0x83/0x90
[  263.657818]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  263.658292]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.658776] atd             S    0  1391      1 0x00000000
[  263.659258]  ffff8ce334e8b400 ffff8ce334e89c00 ffff8ce36c858f00 ffff8ce378e19340
[  263.659743]  ffff8ce36c85bc00 ffff9edf0148be18 ffffffff8a486df3 00ff9edf00000000
[  263.660226]  00000000000122c0 ffff8ce378e19340 ffffffff00000001 ffff8ce36c858f00
[  263.660427] Call Trace:
[  263.661863]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.662416]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.662904]  [<ffffffff8a48acc0>] do_nanosleep+0x70/0xf0
[  263.663392]  [<ffffffff89cf8f08>] hrtimer_nanosleep+0xe8/0x220
[  263.663870]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.664420]  [<ffffffff8a48acab>] ? do_nanosleep+0x5b/0xf0
[  263.665392]  [<ffffffff89cf90ba>] SyS_nanosleep+0x7a/0x90
[  263.665890]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.666390] rsyslogd        S    0  1394      1 0x00000000
[  263.666891]  ffff8ce334e8dc00 0000000000000000 ffff8ce36b783c00 ffff8ce378e19340
[  263.667400]  ffffffff8aa0e540 ffff9edf015538c0 ffffffff8a486df3 ffffffff89cf887f
[  263.667918]  00ff8ce36cf9e980 ffff8ce378e19340 0000000000000040 ffff8ce36b783c00
[  263.668144] Call Trace:
[  263.668656]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.669913]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  263.670467]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.671045]  [<ffffffff8a48af15>] schedule_hrtimeout_range_clock+0xc5/0x1b0
[  263.672104]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.672340]  [<ffffffff8a48af09>] ? schedule_hrtimeout_range_clock+0xb9/0x1b0
[  263.673043]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.673659]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.674293]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  263.674800]  [<ffffffff89e42308>] ? unlazy_walk+0xf8/0x180
[  263.675291]  [<ffffffff89e40f3e>] ? terminate_walk+0x8e/0xf0
[  263.675843]  [<ffffffff8a35817b>] ? __alloc_skb+0x9b/0x1e0
[  263.676333]  [<ffffffff89e46c32>] ? getname_kernel+0x32/0x110
[  263.676863]  [<ffffffff89e537c6>] ? current_time+0x36/0x70
[  263.677384]  [<ffffffff89e8195f>] ? ep_poll_callback+0xef/0x1f0
[  263.677921]  [<ffffffff89e5521d>] ? __atime_needs_update+0x7d/0x1a0
[  263.678497]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  263.679114]  [<ffffffff89cc84d0>] ? __wake_up_sync_key+0x50/0x60
[  263.679593]  [<ffffffff8a353b2d>] ? sock_def_readable+0x3d/0x70
[  263.680168]  [<ffffffff8a41b7a7>] ? unix_dgram_sendmsg+0x397/0x700
[  263.680416]  [<ffffffff8a41bb99>] ? scan_inflight+0x39/0x150
[  263.680993]  [<ffffffff8a41bcf0>] ? inc_inflight+0x20/0x20
[  263.681530]  [<ffffffff89e63484>] ? __inode_wait_for_writeback+0x74/0xf0
[  263.681997]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  263.682462]  [<ffffffff89e4eb6e>] ? dentry_free+0x4e/0x80
[  263.682934]  [<ffffffff89e4f7c0>] ? __dentry_kill+0x110/0x160
[  263.683400]  [<ffffffff89e4fa48>] ? dput+0x238/0x270
[  263.684105]  [<ffffffff89e592a4>] ? mntput+0x24/0x40
[  263.684409]  [<ffffffff89e388c3>] ? __fput+0x193/0x230
[  263.684862]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  263.685353]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  263.685841]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.686334] in:imuxsock     S    0  1412      1 0x00000000
[  263.686826]  ffff8ce334e8dc00 ffff8ce334e8dc00 ffff8ce372bbbc00 ffff8ce378e19340
[  263.687332]  ffff8ce36b715a00 ffff9edf0159b8c0 ffffffff8a486df3 ffff8ce378e193a8
[  263.687839]  00ff8ce37444e990 ffff8ce378e19340 ffff8ce378e19340 ffff8ce372bbbc00
[  263.688365] Call Trace:
[  263.688556]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.689051]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.689543]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.690034]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  263.690523]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  263.691023]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.691511]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.692001]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  263.692318]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.692816]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  263.693309]  [<ffffffff89cbafe6>] ? update_curr+0x66/0x170
[  263.693803]  [<ffffffff89cbb1c9>] ? update_cfs_shares+0xb9/0xf0
[  263.694291]  [<ffffffff89cb6c5c>] ? __enqueue_entity+0x6c/0x70
[  263.694773]  [<ffffffff89cbafe6>] ? update_curr+0x66/0x170
[  263.695252]  [<ffffffff89cb88b6>] ? select_idle_sibling+0x26/0x3c0
[  263.695726]  [<ffffffff89cbb4dd>] ? check_preempt_wakeup+0x10d/0x230
[  263.696306]  [<ffffffff89caf559>] ? check_preempt_curr+0x79/0x90
[  263.697069]  [<ffffffff89caf589>] ? ttwu_do_wakeup+0x19/0xe0
[  263.698208]  [<ffffffff89caf6bf>] ? ttwu_do_activate+0x6f/0x80
[  263.699571]  [<ffffffff89cb0179>] ? try_to_wake_up+0x59/0x3e0
[  263.700042]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  263.700239]  [<ffffffff89d0a635>] ? futex_wake_op+0x465/0x620
[  263.700836]  [<ffffffff89d0c610>] ? do_futex+0x3d0/0x530
[  263.701263]  [<ffffffff89e56475>] ? __fget_light+0x25/0x60
[  263.701689]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  263.702113]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.702541] in:imklog       S    0  1413      1 0x00000000
[  263.702973]  ffff8ce334e8dc00 ffff8ce334e8dc00 ffff8ce36b711e00 ffff8ce378e19340
[  263.703420]  ffff8ce36b715a00 ffff9edf01403d70 ffffffff8a486df3 ffff9edf01403d50
[  263.703866]  00ffffff89cb0564 ffff8ce378e19340 ffff9edf00ea1ac8 ffff8ce36b711e00
[  263.704228] Call Trace:
[  263.704543]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.704994]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.705443]  [<ffffffff89ce0583>] do_syslog+0x4e3/0x560
[  263.705894]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  263.706347]  [<ffffffff89eb9564>] kmsg_read+0x44/0x60
[  263.706797]  [<ffffffff89eaa712>] proc_reg_read+0x42/0x70
[  263.707246]  [<ffffffff89e35547>] __vfs_read+0x37/0x150
[  263.707707]  [<ffffffff89f778db>] ? security_file_permission+0x9b/0xc0
[  263.708040]  [<ffffffff89e36746>] vfs_read+0x96/0x130
[  263.708420]  [<ffffffff89e37c35>] SyS_read+0x55/0xc0
[  263.708942]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.709395] rs:main Q:Reg   S    0  1415      1 0x00000000
[  263.709853]  ffff8ce334e8dc00 ffff8ce334e89c00 ffff8ce36b715a00 ffff8ce378e19340
[  263.710324]  ffff8ce37265e900 ffff9edf015bbc98 ffffffff8a486df3 ffff8ce334e8dc00
[  263.710854]  0000000000000000 ffff8ce378e19340 000055e98a81812c ffff8ce36b715a00
[  263.711332] Call Trace:
[  263.711807]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.712284]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.712488]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  263.713015]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  263.713480]  [<ffffffff89e7b803>] ? fsnotify+0x343/0x490
[  263.713944]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  263.714399]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  263.714848]  [<ffffffff89e56e32>] ? __f_unlock_pos+0x12/0x20
[  263.715298]  [<ffffffff89e37d19>] ? SyS_write+0x79/0xc0
[  263.715748]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.716196] dbus-daemon     S    0  1395      1 0x00000000
[  263.716484]  ffff8ce334e73400 ffff8ce334e72800 ffff8ce36b781e00 ffff8ce378e19340
[  263.716905]  ffff8ce36c85e900 ffff9edf0155bd88 ffffffff8a486df3 0000000000000000
[  263.717373]  0000000000000000 ffff8ce378e19340 0000000000000000 ffff8ce36b781e00
[  263.717842] Call Trace:
[  263.718305]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.718771]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.719236]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.719709]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  263.720186]  [<ffffffff89e811c4>] ? ep_scan_ready_list.constprop.12+0x204/0x210
[  263.720405]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.720944]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  263.721424]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.721904]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  263.722384]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.722870] snapd           S    0  1441      1 0x00000000
[  263.723360]  ffff8ce334e8a400 ffff8ce334e8a400 ffff8ce36b786900 ffff8ce378e59340
[  263.724461]  ffff8ce372658f00 ffff9edf0162bc98 ffffffff8a486df3 ffff8ce334e8a400
[  263.725096]  00fffcb5819bfd40 ffff8ce378e59340 000055f429f8e248 ffff8ce36b786900
[  263.725613] Call Trace:
[  263.726124]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.726644]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.727159]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  263.728439]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  263.728667]  [<ffffffff89cbb1c9>] ? update_cfs_shares+0xb9/0xf0
[  263.729187]  [<ffffffff89cbb4dd>] ? check_preempt_wakeup+0x10d/0x230
[  263.729701]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  263.730210]  [<ffffffff89caf559>] ? check_preempt_curr+0x79/0x90
[  263.730725]  [<ffffffff89cb13d0>] ? wake_up_new_task+0x150/0x1f0
[  263.731236]  [<ffffffff89c911bb>] ? recalc_sigpending+0x1b/0x50
[  263.731746]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  263.732140]  [<ffffffff89c94b4f>] ? sigprocmask+0x6f/0xa0
[  263.732423]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.734428] snapd           S    0  1471      1 0x00000000
[  263.735062]  ffff8ce334e8a400 0000000000000000 ffff8ce372bb8000 ffff8ce378e19340
[  263.735565]  ffffffff8aa0e540 ffff9edf01543c98 ffffffff8a486df3 00ff8ce334e8a400
[  263.736230]  00000000000122c0 ffff8ce378e19340 000055f400000000 ffff8ce372bb8000
[  263.736740] Call Trace:
[  263.737265]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.737793]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.738422]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  263.739015]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  263.739554]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.743951]  [<ffffffff89d0938f>] ? futex_wait_queue_me+0x9f/0x120
[  263.744472]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  263.744970]  [<ffffffff89fec1e5>] ? put_io_context_active+0xb5/0xe0
[  263.745477]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  263.745989]  [<ffffffff89e4c43b>] ? poll_select_copy_remaining+0xdb/0x150
[  263.746504]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  263.747022]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.747551] snapd           S    0  1472      1 0x00000000
[  263.748079]  ffff8ce334e8a400 ffff8ce334e8a400 ffff8ce36d564b00 ffff8ce378e59340
[  263.748432]  ffff8ce36b786900 ffff9edf016efc98 ffffffff8a486df3
[  263.748432]  00ff8ce334e8a400
[  263.748432]  00000000000122c0 ffff8ce378e59340 000055f400000000
[  263.749928]  ffff8ce36d564b00
[  263.749939] Call Trace:
[  263.751156]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.752846]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.753445]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  263.753979]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  263.754560]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.756130]  [<ffffffff89d0938f>] ? futex_wait_queue_me+0x9f/0x120
[  263.756744]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  263.757063]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  263.757601]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.758132] snapd           S    0  1473      1 0x00000000
[  263.759488]  ffff8ce334e8a400 ffff8ce334e8a400 ffff8ce33575bc00 ffff8ce378e59340
[  263.760449]  ffff8ce36d564b00 ffff9edf04a6fc98 ffffffff8a486df3
[  263.760449]  ffff8ce334e8a400
[  263.760449]  00fffcb5819a2cc0
[  263.760449]  ffff8ce378e59340
[  263.761331]  000055f429faafa0 ffff8ce33575bc00
[  263.762369] Call Trace:
[  263.763359]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.764187]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.765329]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  263.766259]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  263.767234]  [<ffffffff89d09cf0>] ? futex_wake+0x90/0x170
[  263.768178]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  263.768767]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  263.769307]  [<ffffffff89e4c43b>] ? poll_select_copy_remaining+0xdb/0x150
[  263.769978]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  263.770759]  [<ffffffff89e4d28c>] ? SyS_select+0xcc/0x110
[  263.771336]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.772086] snapd           S    0  1474      1 0x00000000
[  263.772495]  ffff8ce334e8a400 ffff8ce334e8c000
[  263.772509]  ffff8ce37265ad00
[  263.772520]  ffff8ce378e19340
[  263.773427]  ffff8ce36baada00 ffff9edf016d7d88 ffffffff8a486df3 ffffffff8a417e04
[  263.774006]  0000000000000000 ffff8ce378e19340 ffff8ce3722c3000 ffff8ce37265ad00
[  263.774574] Call Trace:
[  263.775435]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.776378]  [<ffffffff8a417e04>] ? unix_dgram_poll+0xf4/0x1a0
[  263.776711]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.777439]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.778019]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  263.778715]  [<ffffffff89e811c4>] ? ep_scan_ready_list.constprop.12+0x204/0x210
[  263.779274]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.779828]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  263.780111]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.780855]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  263.781408]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.781964] snapd           S    0  1475      1 0x00000000
[  263.782525]  ffff8ce334e8a400 0000000000000000 ffff8ce372658f00 ffff8ce378e59340
[  263.783099]  ffff8ce374522d00 ffff9edf016afc98 ffffffff8a486df3 ffff8ce334e8a400
[  263.783672]  00fffcb58195cf00 ffff8ce378e59340 000000c820154d08 ffff8ce372658f00
[  263.784104] Call Trace:
[  263.784528]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.785161]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.785731]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  263.786472]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  263.787040]  [<ffffffff89cc2d5a>] ? pick_next_task_fair+0x47a/0x4b0
[  263.787600]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  263.788148]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  263.788522]  [<ffffffff89e4c43b>] ? poll_select_copy_remaining+0xdb/0x150
[  263.789064]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  263.789614]  [<ffffffff89e4d28c>] ? SyS_select+0xcc/0x110
[  263.790165]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.790731] polkitd         S    0  1452      1 0x00000000
[  263.791288]  ffff8ce334e70800 0000000000000000 ffff8ce36b780000 ffff8ce378e19340
[  263.791862]  ffffffff8aa0e540 ffff9edf0165ba00 ffffffff8a486df3 ffffffff89cf81bc
[  263.792456]  00ff9edf0165ba30 ffff8ce378e19340 ffff8ce378e12300
[  263.792456]  ffff8ce36b780000
[  263.792456] Call Trace:
[  263.792761]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.793351]  [<ffffffff89cf81bc>] ? __remove_hrtimer+0x3c/0x90
[  263.793944]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.794528]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.795098]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.795651]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  263.796159]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.796413]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.796953]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  263.797491]  [<ffffffff89cbbc73>] ? set_next_entity+0xc3/0x1a0
[  263.798033]  [<ffffffff89cb88b6>] ? select_idle_sibling+0x26/0x3c0
[  263.798580]  [<ffffffff89cb92ea>] ? select_task_rq_fair+0x69a/0x7f0
[  263.799253]  [<ffffffff8a486dfb>] ? __schedule+0x23b/0x6e0
[  263.801987]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.802582]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.803116]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.803632]  [<ffffffff89cc814d>] ? remove_wait_queue+0x4d/0x60
[  263.804290]  [<ffffffff89e7e105>] ? inotify_read+0x355/0x410
[  263.804691]  [<ffffffff89e85b07>] ? eventfd_ctx_read+0x67/0x210
[  263.805190]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.805681]  [<ffffffff89e85d0c>] ? eventfd_read+0x5c/0x90
[  263.806168]  [<ffffffff89e35547>] ? __vfs_read+0x37/0x150
[  263.806646]  [<ffffffff89e367cb>] ? vfs_read+0x11b/0x130
[  263.807121]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  263.807608]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.808087] gmain           S    0  1460      1 0x00000000
[  263.808296]  ffff8ce334e70800 ffff8ce334e70800 ffff8ce372bbad00 ffff8ce378e19340
[  263.808846]  ffff8ce36b780000 ffff9edf016c7a00 ffffffff8a486df3 0000000000000000
[  263.809337]  0000000000000000 ffff8ce378e19340 0000000000000000 ffff8ce372bbad00
[  263.809829] Call Trace:
[  263.810313]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.810845]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.811351]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.811846]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  263.812292]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.812620]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.813105]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  263.813588]  [<ffffffff89cbbc73>] ? set_next_entity+0xc3/0x1a0
[  263.814065]  [<ffffffff89c2c74e>] ? __switch_to+0x2ce/0x6c0
[  263.814538]  [<ffffffff8a486dfb>] ? __schedule+0x23b/0x6e0
[  263.815010]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.815491]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.815967]  [<ffffffff89d09b6c>] ? get_futex_key+0x30c/0x400
[  263.816159]  [<ffffffff89d09cf0>] ? futex_wake+0x90/0x170
[  263.816686]  [<ffffffff89d0c43f>] ? do_futex+0x1ff/0x530
[  263.817167]  [<ffffffff89e35547>] ? __vfs_read+0x37/0x150
[  263.818422]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  263.818907]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.819385] gdbus           S    0  1465      1 0x00000000
[  263.819860]  ffff8ce334e70800 ffff8ce334e70800 ffff8ce3719a0000 ffff8ce378e19340
[  263.820154]  ffff8ce36b780000
[  263.820154]  ffff9edf016dfa00
[  263.820154]  ffffffff8a486df3 0000000000000000
[  263.820612]  0000000000000001 ffff8ce378e19340 00000000719a0000 ffff8ce3719a0000
[  263.821886] Call Trace:
[  263.822374]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.822857]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.823335]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.823823]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  263.824066]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.824547]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.825536]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  263.826069]  [<ffffffff89cbb1c9>] ? update_cfs_shares+0xb9/0xf0
[  263.826550]  [<ffffffff89cb6c5c>] ? __enqueue_entity+0x6c/0x70
[  263.827030]  [<ffffffff89cbafe6>] ? update_curr+0x66/0x170
[  263.827525]  [<ffffffff89cb88b6>] ? select_idle_sibling+0x26/0x3c0
[  263.828370]  [<ffffffff89cbb4dd>] ? check_preempt_wakeup+0x10d/0x230
[  263.829427]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.829976]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.830553]  [<ffffffff89cb05b2>] ? default_wake_function+0x12/0x20
[  263.831150]  [<ffffffff89e4c523>] ? pollwake+0x73/0x90
[  263.831626]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.832094]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  263.832500]  [<ffffffff89cc8268>] ? __wake_up_locked_key+0x18/0x20
[  263.833805]  [<ffffffff89e85953>] ? eventfd_write+0x113/0x260
[  263.834276]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.834744]  [<ffffffff89e36167>] ? __vfs_write+0x37/0x160
[  263.835212]  [<ffffffff89e56475>] ? __fget_light+0x25/0x60
[  263.835679]  [<ffffffff89e3692c>] ? vfs_write+0x14c/0x1a0
[  263.836348]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  263.836829]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  263.837293]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.837754] kworker/0:1H    S    0  1467      2 0x00000000
[  263.838572]  ffff8ce334e8c000 0000000000000000 ffff8ce372bbe900 ffff8ce378e19340
[  263.839065]  ffff8ce37f834b00 ffff9edf016e7e40 ffffffff8a486df3 ffff8ce378e1e300
[  263.839528]  00ff8ce36d6a1080 ffff8ce378e19340 ffff9edf016e7e58 ffff8ce372bbe900
[  263.840059] Call Trace:
[  263.849361]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.849870]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.850331]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  263.850789]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.851470]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  263.851969]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  263.852493]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  263.852771]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  263.853299] dhclient        S    0  1522      1 0x00000000
[  263.853767]  ffff8ce36e7d3000 0000000000000000 ffff8ce36e08ad00 ffff8ce378e59340
[  263.854252]  ffff8ce374522d00 ffff9edf04b8b8c0 ffffffff8a486df3 ffffffff89cf887f
[  263.854740]  0000000000000000 ffff8ce378e59340 0000000000000040 ffff8ce36e08ad00
[  263.855243] Call Trace:
[  263.855773]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.856256]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  263.856256]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.856256]  [<ffffffff8a48af15>] schedule_hrtimeout_range_clock+0xc5/0x1b0
[  263.856256]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.856256]  [<ffffffff8a48af09>] ? schedule_hrtimeout_range_clock+0xb9/0x1b0
[  263.856256]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.856256]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.856256]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  263.856256]  [<ffffffff89dafe45>] ? __alloc_pages_nodemask+0x135/0x300
[  263.856256]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.856256]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.856256]  [<ffffffff8a01cc7d>] ? __radix_tree_insert+0x3d/0xd0
[  263.856256]  [<ffffffff89e2897e>] ? mem_cgroup_commit_charge+0x7e/0x4f0
[  263.856256]  [<ffffffff89dc4fd2>] ? shmem_add_to_page_cache+0xf2/0x200
[  263.862730]  [<ffffffff89db7ab7>] ? lru_cache_add_file+0x37/0x40
[  263.863208]  [<ffffffff89daed5e>] ? get_page_from_freelist+0xa3e/0xb30
[  263.863675]  [<ffffffff89dc588f>] ? shmem_getpage_gfp+0x7af/0xbc0
[  263.864213]  [<ffffffff89e5f65f>] ? simple_xattr_get+0x2f/0xb0
[  263.864583]  [<ffffffff89e278ed>] ? memcg_kmem_charge_memcg+0x7d/0xa0
[  263.865036]  [<ffffffff89e2798e>] ? memcg_kmem_charge+0x7e/0xd0
[  263.865486]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  263.865939]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  263.866394]  [<ffffffff89ddf316>] ? handle_mm_fault+0x956/0x15b0
[  263.866848]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  263.867304]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  263.867757]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  263.868099]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  263.868371]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.868883] systemd-resolve S    0  1607      1 0x00000100
[  263.869339]  ffff8ce334e8d800 ffff8ce334e88800 ffff8ce373734b00 ffff8ce378e19340
[  263.869814]  ffff8ce36c85da00 ffff9edf04c73d70 ffffffff8a486df3 0000000100000041
[  263.870287]  00fffffffffffffe ffff8ce378e19340 0000000000000000 ffff8ce373734b00
[  263.870766] Call Trace:
[  263.871239]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.871721]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.872195]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.872406]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  263.872932]  [<ffffffff89e811c4>] ? ep_scan_ready_list.constprop.12+0x204/0x210
[  263.873436]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.874002]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  263.874486]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.874954]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  263.875422]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  263.875891]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  263.876400] sshd            S    0  1614      1 0x00000000
[  263.876677]  ffff8ce334e72c00 ffff8ce370940800 ffff8ce373735a00 ffff8ce378e19340
[  263.877170]  ffff8ce3724d8f00 ffff9edf0143b8c0 ffffffff8a486df3 ffff9edf0143b930
[  263.877669]  00ff8ce37fe6f080 ffff8ce378e19340 0000000000000012 ffff8ce373735a00
[  263.878165] Call Trace:
[  263.878647]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.879138]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.879619]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.880118]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  263.880342]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  263.881034]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.881562]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.882055]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  263.882534]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.883023]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.883505]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.884048]  [<ffffffff8a357221>] ? __kmalloc_reserve.isra.35+0x31/0x90
[  263.884441]  [<ffffffff8a35813b>] ? __alloc_skb+0x5b/0x1e0
[  263.885328]  [<ffffffff89dafe45>] ? __alloc_pages_nodemask+0x135/0x300
[  263.886219]  [<ffffffff8a02d928>] ? find_next_bit+0x18/0x20
[  263.887117]  [<ffffffff89e2897e>] ? mem_cgroup_commit_charge+0x7e/0x4f0
[  263.887984]  [<ffffffff89c72d1d>] ? flush_tlb_page+0x3d/0x90
[  263.888598]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  263.889565]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  263.890501]  [<ffffffff89e40023>] ? free_pipe_info+0x93/0xa0
[  263.891464]  [<ffffffff89e4f850>] ? dput+0x40/0x270
[  263.892175]  [<ffffffff89e592a4>] ? mntput+0x24/0x40
[  263.892590]  [<ffffffff89e388c3>] ? __fput+0x193/0x230
[  263.892986]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  263.893470]  [<ffffffff89c032a0>] ? exit_to_usermode_loop+0x90/0xb0
[  263.893978]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.894463] iscsid          S    0  1644      1 0x00000000
[  263.894952]  ffff8ce370d45400 0000000000000000 ffff8ce370dce900 ffff8ce378e19340
[  263.895488]  ffffffff8aa0e540 ffff9edf01593e18 ffffffff8a486df3 0000000000000000
[  263.896001]  00000000000122c0 ffff8ce378e19340 ffff9edf00000001 ffff8ce370dce900
[  263.896494] Call Trace:
[  263.896748]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.897264]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.897773]  [<ffffffff8a48acc0>] do_nanosleep+0x70/0xf0
[  263.898369]  [<ffffffff89cf8f08>] hrtimer_nanosleep+0xe8/0x220
[  263.898870]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.899369]  [<ffffffff8a48acab>] ? do_nanosleep+0x5b/0xf0
[  263.899869]  [<ffffffff89cf90ba>] SyS_nanosleep+0x7a/0x90
[  263.900233]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.900745] iscsid          S    0  1649      1 0x00000000
[  263.901239]  ffff8ce370d47400 0000000000000000 ffff8ce370dccb00 ffff8ce378e19340
[  263.901799]  ffffffff8aa0e540 ffff9edf015b3a00 ffffffff8a486df3 ffffffff89cf887f
[  263.902363]  00ff9edf015b3a30 ffff8ce378e19340 0000000000000040 ffff8ce370dccb00
[  263.902866] Call Trace:
[  263.903401]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.903903]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  263.904129]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.904766]  [<ffffffff8a48af15>] schedule_hrtimeout_range_clock+0xc5/0x1b0
[  263.905308]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.905858]  [<ffffffff8a48af09>] ? schedule_hrtimeout_range_clock+0xb9/0x1b0
[  263.906369]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.906885]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.907403]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  263.907907]  [<ffffffff8a020458>] ? put_dec+0x18/0xa0
[  263.908143]  [<ffffffff8a0207cd>] ? number+0x2ed/0x300
[  263.908765]  [<ffffffff89db833e>] ? add_page_to_unevictable_list+0x10e/0x150
[  263.909335]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.909881]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.910469]  [<ffffffff89cf0027>] ? call_rcu_sched+0x17/0x20
[  263.910965]  [<ffffffff89ca2585>] ? free_pid+0x115/0x140
[  263.911475]  [<ffffffff89cf0027>] ? call_rcu_sched+0x17/0x20
[  263.911974]  [<ffffffff89c867d5>] ? release_task+0x385/0x480
[  263.912276]  [<ffffffff89c86ea0>] ? wait_consider_task+0x5d0/0xbc0
[  263.912827]  [<ffffffff89dd9478>] ? __get_user_pages+0xb8/0x680
[  263.913313]  [<ffffffff89cc814d>] ? remove_wait_queue+0x4d/0x60
[  263.913793]  [<ffffffff89c875af>] ? do_wait+0x11f/0x240
[  263.914280]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  263.914753]  [<ffffffff89e4db31>] SyS_poll+0x71/0x130
[  263.915302]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.915818] irqbalance      S    0  1751      1 0x00000000
[  263.916246]  ffff8ce3709f0400 0000000000000000 ffff8ce3709fbc00 ffff8ce378e59340
[  263.916528]  ffff8ce374522d00 ffff9edf0169fe18 ffffffff8a486df3 00ff8ce3716a8f68
[  263.917038]  00000000000122c0 ffff8ce378e59340 ffff9edf00000001 ffff8ce3709fbc00
[  263.917554] Call Trace:
[  263.918070]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.918591]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.919115]  [<ffffffff8a48acc0>] do_nanosleep+0x70/0xf0
[  263.919634]  [<ffffffff89cf8f08>] hrtimer_nanosleep+0xe8/0x220
[  263.920019]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  263.920331]  [<ffffffff8a48acab>] ? do_nanosleep+0x5b/0xf0
[  263.920836]  [<ffffffff89cf90ba>] SyS_nanosleep+0x7a/0x90
[  263.921345]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.921850] login           S    0  1760      1 0x00000000
[  263.922353]  ffff8ce3700cb800 ffff8ce334e88800 ffff8ce373731e00 ffff8ce378e59340
[  263.922872]  ffff8ce36c85da00 ffff9edf04c7be48 ffffffff8a486df3 0000000000000000
[  263.923359]  00ff9edf04c7bec0 ffff8ce378e59340 0000000000000000 ffff8ce373731e00
[  263.923852] Call Trace:
[  263.924326]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.924608]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.925275]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  263.925881]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  263.926372]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  263.926939]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.927851] systemd         S    0  1895      1 0x00000000
[  263.928095]  ffff8ce370106400 ffff8ce334e8dc00 ffff8ce373732d00 ffff8ce378e19340
[  263.928740]  ffff8ce36b711e00 ffff9edf04f1fd88 ffffffff8a486df3 ffff8ce37171f380
[  263.929232]  00ff8ce37171f380 ffff8ce378e19340 ffffffff89e0eba1 ffff8ce373732d00
[  263.930590] Call Trace:
[  263.931619]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.932088]  [<ffffffff89e0eba1>] ? __slab_free+0xa1/0x2e0
[  263.932322]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.932860]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.933342]  [<ffffffff8a020219>] ? timerqueue_add+0x59/0xb0
[  263.934168]  [<ffffffff89cf7f1d>] ? enqueue_hrtimer+0x3d/0x80
[  263.934665]  [<ffffffff89e0e963>] ? kmem_cache_alloc+0xd3/0x1a0
[  263.935468]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.935945]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  263.936314]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  263.936702]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  263.937177]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.937659] (sd-pam)        S    0  1901   1895 0x00000000
[  263.938149]  ffff8ce334e77800 ffff8ce334e8c000 ffff8ce370c69e00 ffff8ce378e19340
[  263.938649]  ffff8ce36baada00 ffff9edf04eefd58 ffffffff8a486df3 ffffffff89dec279
[  263.939147]  000000007bc64025 ffff8ce378e19340 ffff9edf04eefd78 ffff8ce370c69e00
[  263.939651] Call Trace:
[  263.940262]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.940844]  [<ffffffff89dec279>] ? page_add_file_rmap+0xc9/0x120
[  263.941355]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.941860]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.942514]  [<ffffffff89cc8268>] ? __wake_up_locked_key+0x18/0x20
[  263.943033]  [<ffffffff89c911bb>] ? recalc_sigpending+0x1b/0x50
[  263.943547]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.944060]  [<ffffffff89c95390>] do_sigtimedwait+0x190/0x220
[  263.952577]  [<ffffffff89c954ac>] SYSC_rt_sigtimedwait+0x8c/0xf0
[  263.953145]  [<ffffffff89c6b696>] ? __do_page_fault+0x266/0x4e0
[  263.953650]  [<ffffffff89c9551e>] SyS_rt_sigtimedwait+0xe/0x10
[  263.954150]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.954646] bash            S    0  1912   1760 0x00000000
[  263.955143]  ffff8ce370101c00 0000000000000000 ffff8ce371396900 ffff8ce378e19340
[  263.955653]  ffffffff8aa0e540 ffff9edf04f27c08 ffffffff8a486df3 0000000000000010
[  263.956171]  0000000100000010 ffff8ce378e19340 ffff8ce36d5dfe00 ffff8ce371396900
[  263.956565] Call Trace:
[  263.957013]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.957538]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.958124]  [<ffffffff8a48a9ca>] schedule_timeout+0x22a/0x3f0
[  263.958642]  [<ffffffff89c9f33e>] ? flush_work+0x4e/0x1c0
[  263.959154]  [<ffffffff8a13f56f>] ? do_con_write.part.24+0x76f/0xa10
[  263.959746]  [<ffffffff89cc8563>] wait_woken+0x43/0x80
[  263.960270]  [<ffffffff8a1294d5>] n_tty_read+0x605/0x8f0
[  263.960439]  [<ffffffff89cc814d>] ? remove_wait_queue+0x4d/0x60
[  263.960439]  [<ffffffff89cc8500>] ? __wake_up_sync+0x20/0x20
[  263.960439]  [<ffffffff8a123252>] tty_read+0x92/0xf0
[  263.960439]  [<ffffffff89e35547>] __vfs_read+0x37/0x150
[  263.963654]  [<ffffffff89f778db>] ? security_file_permission+0x9b/0xc0
[  263.965026]  [<ffffffff89e36746>] vfs_read+0x96/0x130
[  263.967161]  [<ffffffff89e37c35>] SyS_read+0x55/0xc0
[  263.967655]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.968158] sshd            S    0  1928   1614 0x00000000
[  263.968885]  ffff8ce372412c00 ffff8ce370105000 ffff8ce370d75a00 ffff8ce378e19340
[  263.969160]  ffff8ce370d94b00 ffff9edf01423a00 ffffffff8a486df3 ffff8ce3733e0d90
[  263.969662]  0000000000000000 ffff8ce378e19340 ffff8ce3733e0db8 ffff8ce370d75a00
[  263.970162] Call Trace:
[  263.970652]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.971149]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.971645]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.972150]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  263.972588]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  263.972945]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.974642]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.975461]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  263.975996]  [<ffffffff89e3b6ac>] ? chrdev_open+0xbc/0x1a0
[  263.976387]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.976861]  [<ffffffff89e40f3e>] ? terminate_walk+0x8e/0xf0
[  263.977383]  [<ffffffff89e45ef0>] ? path_openat+0x740/0x1450
[  263.978643]  [<ffffffff8a350314>] ? ___sys_sendmsg+0x94/0x2d0
[  263.979152]  [<ffffffff89e47f55>] ? do_filp_open+0xa5/0x100
[  263.979657]  [<ffffffff89e56b10>] ? __fd_install+0x30/0xd0
[  263.980159]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  263.980355]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.980849] sshd            S    0  1981   1928 0x00000000
[  263.981350]  ffff8ce370105000 ffff8ce334e8dc00 ffff8ce370d94b00 ffff8ce378e19340
[  263.981863]  ffff8ce36b711e00 ffff9edf014738c0 ffffffff8a486df3 ffff9edf01473888
[  263.982375]  00ffffff8a356d99 ffff8ce378e19340 ffffffff8a359784 ffff8ce370d94b00
[  263.982888] Call Trace:
[  263.984351]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  263.984882]  [<ffffffff8a359784>] ? consume_skb+0x34/0x80
[  263.985394]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  263.986143]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  263.986662]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  263.987152]  [<ffffffff8a12f418>] ? pty_write_room+0x28/0x30
[  263.987765]  [<ffffffff8a12b228>] ? tty_write_room+0x18/0x20
[  263.988243]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  263.988455]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  263.989100]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  263.990406]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.991705]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.992247]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.992530]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  263.993030]  [<ffffffff8a3539a8>] ? sk_reset_timer+0x18/0x30
[  263.993476]  [<ffffffff8a3cefaa>] ? tcp_schedule_loss_probe+0x11a/0x1a0
[  263.993925]  [<ffffffff8a3cfec9>] ? tcp_write_xmit+0x3e9/0xf10
[  263.994495]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  263.995064]  [<ffffffff8a48bcae>] ? _raw_spin_unlock_bh+0x1e/0x20
[  263.995510]  [<ffffffff8a3544bc>] ? release_sock+0x8c/0xa0
[  263.996044]  [<ffffffff8a3c25d2>] ? tcp_sendmsg+0x592/0xc00
[  263.996523]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  263.997070]  [<ffffffff89e36215>] ? __vfs_write+0xe5/0x160
[  263.997531]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  263.997992]  [<ffffffff89cf9d1f>] ? posix_get_boottime+0x1f/0x30
[  263.998455]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  263.998923] bash            S    0  1982   1981 0x00000000
[  263.999393]  ffff8ce370103400 0000000000000000 ffff8ce370d96900 ffff8ce378e59340
[  263.999874]  ffff8ce36baa8f00 ffff9edf01483e48 ffffffff8a486df3 0000000000000000
[  264.000379]  00ff9edf01483ec0 ffff8ce378e59340
[  264.000379]  ffff9edf01483e38
[  264.000379]  ffff8ce370d96900
[  264.000572] Call Trace:
[  264.001040]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  264.001528]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  264.002012]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  264.002489]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  264.002967]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  264.003448]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.003923] sshd            S    0  1994   1614 0x00000000
[  264.004095]  ffff8ce370940800 0000000000000000 ffff8ce3724d8f00
[  264.004113]  ffff8ce378e19340
[  264.004123]  ffffffff8aa0e540 ffff9edf01533a00 ffffffff8a486df3
[  264.004616]  0000000000000000
[  264.004641]  00ff8ce300000001 ffff8ce378e19340 ffff8ce3733e0db8 ffff8ce3724d8f00
[  264.005261] Call Trace:
[  264.005780]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  264.006303]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  264.006825]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  264.007744]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  264.009486]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  264.010048]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  264.010798]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  264.011403]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  264.011953]  [<ffffffff89e3b6ac>] ? chrdev_open+0xbc/0x1a0
[  264.012625]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  264.012961]  [<ffffffff89e40f3e>] ? terminate_walk+0x8e/0xf0
[  264.013465]  [<ffffffff89e45ef0>] ? path_openat+0x740/0x1450
[  264.013961]  [<ffffffff8a350314>] ? ___sys_sendmsg+0x94/0x2d0
[  264.014455]  [<ffffffff89e47f55>] ? do_filp_open+0xa5/0x100
[  264.014947]  [<ffffffff89e56b10>] ? __fd_install+0x30/0xd0
[  264.015437]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  264.015924]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.016389] sshd            S    0  2039   1994 0x00000000
[  264.016715]  ffff8ce370104400 ffff8ce370106800 ffff8ce371379e00 ffff8ce378e59340
[  264.017228]  ffff8ce37137da00 ffff9edf014938c0 ffffffff8a486df3 ffff9edf01493888
[  264.017746]  00ffffff8a356d99 ffff8ce378e59340 ffffffff8a359784 ffff8ce371379e00
[  264.018263] Call Trace:
[  264.018771]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  264.019476]  [<ffffffff8a359784>] ? consume_skb+0x34/0x80
[  264.020155]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  264.020727]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  264.021262]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  264.021793]  [<ffffffff8a12f418>] ? pty_write_room+0x28/0x30
[  264.022325]  [<ffffffff8a12b228>] ? tty_write_room+0x18/0x20
[  264.022849]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  264.023377]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  264.023904]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  264.024158]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  264.024728]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  264.025253]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  264.025775]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  264.026288]  [<ffffffff8a3539a8>] ? sk_reset_timer+0x18/0x30
[  264.026803]  [<ffffffff8a3cefaa>] ? tcp_schedule_loss_probe+0x11a/0x1a0
[  264.027316]  [<ffffffff8a3cfec9>] ? tcp_write_xmit+0x3e9/0xf10
[  264.027823]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  264.028152]  [<ffffffff8a48bcae>] ? _raw_spin_unlock_bh+0x1e/0x20
[  264.028582]  [<ffffffff8a3544bc>] ? release_sock+0x8c/0xa0
[  264.029075]  [<ffffffff8a3c25d2>] ? tcp_sendmsg+0x592/0xc00
[  264.029553]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  264.030031]  [<ffffffff89e36215>] ? __vfs_write+0xe5/0x160
[  264.030859]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  264.031406]  [<ffffffff89cf9d1f>] ? posix_get_boottime+0x1f/0x30
[  264.031890]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.032103] bash            S
[  264.032112]     0  2040   2039 0x00000000
[  264.032619]  ffff8ce371151400 0000000000000000 ffff8ce371390f00 ffff8ce378e59340
[  264.033113]  ffff8ce36baa8f00 ffff9edf01583e48 ffffffff8a486df3 0000000000000000
[  264.033594]  00ff9edf01583ec0 ffff8ce378e59340 ffff9edf01583e38 ffff8ce371390f00
[  264.034059] Call Trace:
[  264.034505]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  264.034957]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  264.035408]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  264.035855]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  264.036789]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  264.037399]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.037862] sudo            S    0  2059   1982 0x00000000
[  264.038315]  ffff8ce370105c00 0000000000000000 ffff8ce371394b00 ffff8ce378e59340
[  264.038788]  ffff8ce374522d00 ffff9edf015f3a00 ffffffff8a486df3 0000000000000000
[  264.039261]  0000000000000000 ffff8ce378e59340 0000000000000400 ffff8ce371394b00
[  264.039728] Call Trace:
[  264.040780]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  264.041201]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  264.042038]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  264.042582]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  264.043073]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  264.043565]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  264.044054]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  264.044557]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  264.044754]  [<ffffffff89dafe45>] ? __alloc_pages_nodemask+0x135/0x300
[  264.045231]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  264.045900]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  264.047107]  [<ffffffff8a4198ef>] ? unix_stream_recvmsg+0x4f/0x70
[  264.047773]  [<ffffffff8a4176a0>] ? unix_ioctl+0x60/0x60
[  264.048268]  [<ffffffff8a34f64d>] ? sock_recvmsg+0x3d/0x50
[  264.048553]  [<ffffffff8a34f88a>] ? SYSC_recvfrom+0xda/0x150
[  264.049018]  [<ffffffff89c6b696>] ? __do_page_fault+0x266/0x4e0
[  264.049506]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  264.050154]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.050620] bash            R  running task        0  2061   2059 0x00000008
[  264.051096]  ffff9edf01623d98 ffffffff89cb2a13 ffff8ce371392d00 0000000000000000
[  264.051619]  ffff9edf01623dc8 ffffffff89cb2af8 0000000000000074 0000000000000009
[  264.052060]  0000000000000000 ffffffff8aac3600 ffff9edf01623dd8 ffffffff8a130380
[  264.052505] Call Trace:
[  264.053043]  [<ffffffff89cb2a13>] sched_show_task+0xd3/0x140
[  264.053539]  [<ffffffff89cb2af8>] show_state_filter+0x78/0xb0
[  264.054188]  [<ffffffff8a130380>] sysrq_handle_showstate+0x10/0x20
[  264.055096]  [<ffffffff8a130af6>] __handle_sysrq+0xf6/0x150
[  264.055850]  [<ffffffff8a130f2f>] write_sysrq_trigger+0x2f/0x40
[  264.056593]  [<ffffffff89eaa6a2>] proc_reg_write+0x42/0x70
[  264.057543]  [<ffffffff89e36167>] __vfs_write+0x37/0x160
[  264.058454]  [<ffffffff89fb8998>] ? apparmor_file_permission+0x18/0x20
[  264.059551]  [<ffffffff89f7787b>] ? security_file_permission+0x3b/0xc0
[  264.060564]  [<ffffffff89e36895>] vfs_write+0xb5/0x1a0
[  264.061627]  [<ffffffff89e37cf5>] SyS_write+0x55/0xc0
[  264.062657]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.063979] sudo            S    0  2071   2040 0x00000000
[  264.064396]  ffff8ce371150c00
[  264.064396]  0000000000000000
[  264.064396]  ffff8ce370295a00 ffff8ce378e59340
[  264.064799]  ffff8ce374522d00 ffff9edf015d3a00 ffffffff8a486df3 ffff9edf015d3bf8
[  264.065376]  00ff9edf015d3a78 ffff8ce378e59340 0000000000000400 ffff8ce370295a00
[  264.065873] Call Trace:
[  264.066468]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  264.066964]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  264.068227]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  264.068605]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  264.069164]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  264.069649]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  264.070151]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  264.070643]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  264.072003]  [<ffffffff89dafe45>] ? __alloc_pages_nodemask+0x135/0x300
[  264.072608]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  264.073610]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  264.074465]  [<ffffffff8a4198ef>] ? unix_stream_recvmsg+0x4f/0x70
[  264.075391]  [<ffffffff8a4176a0>] ? unix_ioctl+0x60/0x60
[  264.076346]  [<ffffffff8a34f64d>] ? sock_recvmsg+0x3d/0x50
[  264.076987]  [<ffffffff8a34f88a>] ? SYSC_recvfrom+0xda/0x150
[  264.077890]  [<ffffffff89c6b696>] ? __do_page_fault+0x266/0x4e0
[  264.078792]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  264.080565]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.081090] bash            S    0  2072   2071 0x00000000
[  264.081557]  ffff8ce370107c00 0000000000000000 ffff8ce370296900 ffff8ce378e19340
[  264.082034]  ffff8ce37444da00 ffff9edf01633e48 ffffffff8a486df3 0000000000000000
[  264.082627]  00ff9edf01633ec0 ffff8ce378e19340 ffff9edf01633e38 ffff8ce370296900
[  264.083190] Call Trace:
[  264.083806]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  264.084509]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  264.084765]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  264.085599]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  264.086410]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  264.086894]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.087384] test.sh         S    0  2182   2072 0x00000000
[  264.087876]  ffff8ce370104800 0000000000000000 ffff8ce37137e900 ffff8ce378e19340
[  264.088259]  ffffffff8aa0e540 ffff9edf0158be48 ffffffff8a486df3 0000000000000000
[  264.089208]  00ff9edf0158bec0 ffff8ce378e19340 0000000000000001 ffff8ce37137e900
[  264.089849] Call Trace:
[  264.090359]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  264.090870]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  264.091357]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  264.091870]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  264.092265]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  264.092809]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.093299] time            S    0  2187   2182 0x00000000
[  264.093792]  ffff8ce370107800 0000000000000000 ffff8ce37137da00 ffff8ce378e19340
[  264.094296]  ffffffff8aa0e540 ffff9edf016ffe48 ffffffff8a486df3 0000000000000000
[  264.094802]  00ff9edf016ffec0 ffff8ce378e19340 ffff9edf016ffe38 ffff8ce37137da00
[  264.095310] Call Trace:
[  264.095813]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  264.096258]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  264.096593]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  264.097126]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  264.097890]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  264.098816]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.099332] ip              D    0  2188   2187 0x00000000
[  264.099828]  ffff8ce370106800 0000000000000000 ffff8ce371378000 ffff8ce378e19340
[  264.100050]  ffffffff8aa0e540 ffff9edf04a7fdb8 ffffffff8a486df3 00000005a47fce07
[  264.100612]  00ff8ce37108faa0 ffff8ce378e19340 ffff8ce300000000 ffff8ce371378000
[  264.101145] Call Trace:
[  264.101664]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  264.102186]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  264.102714]  [<ffffffff8a48756e>] schedule_preempt_disabled+0xe/0x10
[  264.103244]  [<ffffffff8a489199>] __mutex_lock_slowpath+0xb9/0x130
[  264.103780]  [<ffffffff89e0fce2>] ? __kmalloc+0x162/0x1e0
[  264.104042]  [<ffffffff8a48922f>] mutex_lock+0x1f/0x30
[  264.104501]  [<ffffffff8a3637ff>] copy_net_ns+0x9f/0x170
[  264.105022]  [<ffffffff89ca5e6b>] create_new_namespaces+0x11b/0x200
[  264.105557]  [<ffffffff89ca60fa>] unshare_nsproxy_namespaces+0x5a/0xb0
[  264.106097]  [<ffffffff89c82dcd>] SyS_unshare+0x1cd/0x360
[  264.106635]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  264.107180] Sched Debug Version: v0.11, 4.9.0-040900rc4-generic #201611052031
[  264.107743] ktime                                   : 264106.977700
[  264.108300] sched_clk                               : 285597.284037
[  264.108560] cpu_clk                                 : 264107.179184
[  264.109096] jiffies                                 : 4294958323
[  264.109627] sched_clock_stable()                    : 0

[  264.112973] sysctl_sched
[  264.113482]   .sysctl_sched_latency                    : 12.000000
[  264.114196]   .sysctl_sched_min_granularity            : 1.500000
[  264.114697]   .sysctl_sched_wakeup_granularity         : 2.000000
[  264.115179]   .sysctl_sched_child_runs_first           : 0
[  264.115658]   .sysctl_sched_features                   : 44859
[  264.116139]   .sysctl_sched_tunable_scaling            : 1 (logaritmic)

[  264.116903] cpu#0, 2042.248 MHz
[  264.117374]   .nr_running                    : 0
[  264.117838]   .load                          : 0
[  264.118293]   .nr_switches                   : 46076
[  264.118741]   .nr_load_updates               : 12601
[  264.119179]   .nr_uninterruptible            : 67
[  264.119616]   .next_balance                  : 4294.958326
[  264.120051]   .curr->pid                     : 0
[  264.120367]   .clock                         : 264120.059894
[  264.120718]   .clock_task                    : 264120.476099
[  264.121153]   .cpu_load[0]                   : 2
[  264.121913]   .cpu_load[1]                   : 1
[  264.122450]   .cpu_load[2]                   : 1
[  264.122960]   .cpu_load[3]                   : 1
[  264.123353]   .cpu_load[4]                   : 1
[  264.123737]   .avg_idle                      : 913483
[  264.124112]   .max_idle_balance_cost         : 500000
[  264.124232] 
               cfs_rq[0]:/user.slice
[  264.125040]   .exec_clock                    : 0.000000
[  264.125414]   .MIN_vruntime                  : 0.000001
[  264.125784]   .min_vruntime                  : 803.050132
[  264.126148]   .max_vruntime                  : 0.000001
[  264.126503]   .spread                        : 0.000000
[  264.126848]   .spread0                       : -7296.654222
[  264.127185]   .nr_spread_over                : 0
[  264.127518]   .nr_running                    : 0
[  264.127837]   .load                          : 0
[  264.128153]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 1009
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 262208.873903
[  264.128225]   .se->vruntime                  : 7989.539450
[  264.128225]   .se->sum_exec_runtime          : 358.132191
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 0
[  264.128225] 
               cfs_rq[0]:/system.slice/system-getty.slice
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 267.714139
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -7831.990215
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 112557.136380
[  264.128225]   .se->vruntime                  : 4274.399506
[  264.128225]   .se->sum_exec_runtime          : 110.650424
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 192
[  264.128225]   .se->avg.util_avg              : 485
[  264.128225] 
               cfs_rq[0]:/system.slice/irqbalance.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 3.339794
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8096.364560
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 22358.078568
[  264.128225]   .se->vruntime                  : 3774.852275
[  264.128225]   .se->sum_exec_runtime          : 2.713752
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 16
[  264.128225]   .se->avg.util_avg              : 47
[  264.128225] 
               cfs_rq[0]:/system.slice/ssh.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 32.458389
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8067.245965
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 162272.944673
[  264.128225]   .se->vruntime                  : 4372.377789
[  264.128225]   .se->sum_exec_runtime          : 33.890169
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 168
[  264.128225]   .se->avg.util_avg              : 168
[  264.128225] 
               cfs_rq[0]:/system.slice/iscsid.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 9.926843
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8089.777511
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 263945.321573
[  264.128225]   .se->vruntime                  : 4846.701945
[  264.128225]   .se->sum_exec_runtime          : 45.639292
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 0
[  264.128225] 
               cfs_rq[0]:/system.slice/systemd-resolved.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 56.711722
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8042.992632
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 251973.505847
[  264.128225]   .se->vruntime                  : 4533.135153
[  264.128225]   .se->sum_exec_runtime          : 24.988793
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 3
[  264.128225] 
               cfs_rq[0]:/system.slice/polkitd.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 10.951687
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8088.752667
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 162275.780864
[  264.128225]   .se->vruntime                  : 4370.487334
[  264.128225]   .se->sum_exec_runtime          : 10.624325
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 1
[  264.128225] 
               cfs_rq[0]:/system.slice/snapd.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 15.810352
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8083.894002
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 259468.183115
[  264.128225]   .se->vruntime                  : 4701.296304
[  264.128225]   .se->sum_exec_runtime          : 10.889913
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 0
[  264.128225] 
               cfs_rq[0]:/system.slice/dbus.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 62.019632
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8037.684722
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 262210.507595
[  264.128225]   .se->vruntime                  : 4783.605413
[  264.128225]   .se->sum_exec_runtime          : 63.353616
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 4
[  264.128225] 
               cfs_rq[0]:/system.slice/rsyslog.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 73.740829
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8025.963525
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 5
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 4
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 5
[  264.128225]   .tg_load_avg                   : 5
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 264124.365929
[  264.128225]   .se->vruntime                  : 4852.297383
[  264.128225]   .se->sum_exec_runtime          : 124.103568
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 6
[  264.128225]   .se->avg.util_avg              : 14
[  264.128225] 
               cfs_rq[0]:/system.slice/atd.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 1.012309
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8098.692045
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 19288.006400
[  264.128225]   .se->vruntime                  : 2762.861138
[  264.128225]   .se->sum_exec_runtime          : 1.573699
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 100
[  264.128225]   .se->avg.util_avg              : 36
[  264.128225] 
               cfs_rq[0]:/system.slice/accounts-daemon.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 37.150253
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8062.554101
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 1
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 264124.370183
[  264.128225]   .se->vruntime                  : 4852.221914
[  264.128225]   .se->sum_exec_runtime          : 38.712264
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 1
[  264.128225]   .se->avg.util_avg              : 2
[  264.128225] 
               cfs_rq[0]:/system.slice/lxcfs.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 0.509480
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8100.274761
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 19321.846841
[  264.128225]   .se->vruntime                  : 2813.415689
[  264.128225]   .se->sum_exec_runtime          : 0.539096
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 25
[  264.128225]   .se->avg.util_avg              : 15
[  264.128225] 
               cfs_rq[0]:/system.slice/cron.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 0.092699
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8099.672582
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 19265.390605
[  264.128225]   .se->vruntime                  : 2719.984387
[  264.128225]   .se->sum_exec_runtime          : 1.141275
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 65
[  264.128225]   .se->avg.util_avg              : 85
[  264.128225] 
               cfs_rq[0]:/system.slice/acpid.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 0.157806
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8099.682385
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 19266.756585
[  264.128225]   .se->vruntime                  : 2719.630881
[  264.128225]   .se->sum_exec_runtime          : 1.206382
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 75
[  264.128225]   .se->avg.util_avg              : 134
[  264.128225] 
               cfs_rq[0]:/system.slice/systemd-logind.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 21.415579
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8078.424612
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 262210.574471
[  264.128225]   .se->vruntime                  : 4783.444020
[  264.128225]   .se->sum_exec_runtime          : 22.551986
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 0
[  264.128225] 
               cfs_rq[0]:/system.slice/systemd-timesyncd.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 13.008612
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8086.831579
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 262209.718382
[  264.128225]   .se->vruntime                  : 4773.444597
[  264.128225]   .se->sum_exec_runtime          : 16.764072
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 0
[  264.128225] 
               cfs_rq[0]:/system.slice/networking.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 256.808869
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -7843.115550
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 21476.459103
[  264.128225]   .se->vruntime                  : 3487.182656
[  264.128225]   .se->sum_exec_runtime          : 21.939735
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 18
[  264.128225]   .se->avg.util_avg              : 54
[  264.128225] 
               cfs_rq[0]:/system.slice/ifup@eth0.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 260.284975
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -7839.639444
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 21417.561515
[  264.128225]   .se->vruntime                  : 3380.626121
[  264.128225]   .se->sum_exec_runtime          : 63.011724
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 69
[  264.128225]   .se->avg.util_avg              : 152
[  264.128225] 
               cfs_rq[0]:/system.slice/boot-efi.mount
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 1.262075
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8098.662344
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 17439.830583
[  264.128225]   .se->vruntime                  : 2129.007451
[  264.128225]   .se->sum_exec_runtime          : 2.310651
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 11
[  264.128225]   .se->avg.util_avg              : 49
[  264.128225] 
               cfs_rq[0]:/system.slice/dev-sda3.swap
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 0.968773
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8098.955646
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 17364.574962
[  264.128225]   .se->vruntime                  : 2041.292986
[  264.128225]   .se->sum_exec_runtime          : 2.017349
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 60
[  264.128225]   .se->avg.util_avg              : 54
[  264.128225] 
               cfs_rq[0]:/system.slice/system-systemd\x2dfsck.slice
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 31.516632
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8068.407787
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 17395.236719
[  264.128225]   .se->vruntime                  : 2067.763146
[  264.128225]   .se->sum_exec_runtime          : 23.692997
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 419
[  264.128225]   .se->avg.util_avg              : 325
[  264.128225] 
               cfs_rq[0]:/system.slice/systemd-udevd.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 940.334543
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -7159.589876
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 259576.185150
[  264.128225]   .se->vruntime                  : 4706.904174
[  264.128225]   .se->sum_exec_runtime          : 775.154112
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 49
[  264.128225]   .se->avg.util_avg              : 50
[  264.128225] 
               cfs_rq[0]:/system.slice/sys-kernel-config.mount
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 1.325653
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8098.598766
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 16197.277607
[  264.128225]   .se->vruntime                  : 117.242242
[  264.128225]   .se->sum_exec_runtime          : 2.374229
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 22
[  264.128225]   .se->avg.util_avg              : 460
[  264.128225] 
               cfs_rq[0]:/system.slice/sys-fs-fuse-connections.mount
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 5.403708
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8094.520711
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 16182.916219
[  264.128225]   .se->vruntime                  : 120.868013
[  264.128225]   .se->sum_exec_runtime          : 6.452284
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 67
[  264.128225]   .se->avg.util_avg              : 126
[  264.128225] 
               cfs_rq[0]:/system.slice/systemd-journald.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 293.460330
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -7806.464089
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 3
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 2
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 2
[  264.128225]   .tg_load_avg                   : 2
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 264237.279637
[  264.128225]   .se->vruntime                  : 4858.438433
[  264.128225]   .se->sum_exec_runtime          : 289.989606
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 2
[  264.128225]   .se->avg.util_avg              : 5
[  264.128225] 
               cfs_rq[0]:/system.slice/lvm2-lvmetad.service
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : -1.048576
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8100.972995
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 0.000000
[  264.128225]   .se->vruntime                  : 0.000000
[  264.128225]   .se->sum_exec_runtime          : 0.000000
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 201
[  264.128225] 
               cfs_rq[0]:/system.slice
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 4858.438433
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -3241.485986
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 2
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 264237.279637
[  264.128225]   .se->vruntime                  : 8099.924419
[  264.128225]   .se->sum_exec_runtime          : 2007.502759
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 2
[  264.128225]   .se->avg.util_avg              : 6
[  264.128225] 
               cfs_rq[0]:/autogroup-10
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : -1.003067
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8100.979155
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 14514.635619
[  264.128225]   .se->vruntime                  : 2310.243420
[  264.128225]   .se->sum_exec_runtime          : 0.045509
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 0
[  264.128225] 
               cfs_rq[0]:/init.scope
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 451.812247
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -7648.163841
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 262209.651500
[  264.128225]   .se->vruntime                  : 7990.106811
[  264.128225]   .se->sum_exec_runtime          : 332.911715
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 0
[  264.128225]   .se->avg.util_avg              : 0
[  264.128225] 
               cfs_rq[0]:/autogroup-2
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 73.424879
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : -8026.551209
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 0
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 0
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225]   .se->exec_start                : 14514.588429
[  264.128225]   .se->vruntime                  : 2291.978089
[  264.128225]   .se->sum_exec_runtime          : 86.339317
[  264.128225]   .se->load.weight               : 2
[  264.128225]   .se->avg.load_avg              : 540
[  264.128225]   .se->avg.util_avg              : 582
[  264.128225] 
               cfs_rq[0]:/
[  264.128225]   .exec_clock                    : 0.000000
[  264.128225]   .MIN_vruntime                  : 0.000001
[  264.128225]   .min_vruntime                  : 8099.976088
[  264.128225]   .max_vruntime                  : 0.000001
[  264.128225]   .spread                        : 0.000000
[  264.128225]   .spread0                       : 0.000000
[  264.128225]   .nr_spread_over                : 0
[  264.128225]   .nr_running                    : 0
[  264.128225]   .load                          : 0
[  264.128225]   .load_avg                      : 3
[  264.128225]   .runnable_load_avg             : 0
[  264.128225]   .util_avg                      : 4
[  264.128225]   .removed_load_avg              : 0
[  264.128225]   .removed_util_avg              : 0
[  264.128225]   .tg_load_avg_contrib           : 0
[  264.128225]   .tg_load_avg                   : 0
[  264.128225]   .throttled                     : 0
[  264.128225]   .throttle_count                : 0
[  264.128225] 
               rt_rq[0]:
[  264.128225]   .rt_nr_running                 : 0
[  264.128225]   .rt_throttled                  : 0
[  264.128225]   .rt_time                       : 0.000000
[  264.128225]   .rt_runtime                    : 950.000000
[  264.128225] 
               dl_rq[0]:
[  264.128225]   .dl_nr_running                 : 0
[  264.128225]   .dl_bw->bw                     : 996147
[  264.128225]   .dl_bw->total_bw               : 0
[  264.128225] 
               runnable tasks:
                           task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
               ----------------------------------------------------------------------------------------------------------
[  264.128225]  
[  264.128225]         systemd     1       451.812247      2953   120 
[  264.128225]         0.000000      2440.498232         0.000000
[  264.128225]  0 0
[  264.128225]  /init.scope

[  264.128225]  
[  264.128225]        kthreadd     2      5743.795626       590   120 
[  264.128225]         0.000000         8.971080         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     ksoftirqd/0     3      8008.530086       421   120 
[  264.128225]         0.000000        37.617012         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     kworker/0:0     4      3285.615158        29   120 
[  264.128225]         0.000000         0.839302         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:0H     5      5751.934895         9   100 
[  264.128225]         0.000000         0.032641         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]  kworker/u480:0     6      8093.928363      1132   120 
[  264.128225]         0.000000        47.378979         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]       rcu_sched     7      8094.136570      3914   120 
[  264.128225]         0.000000        88.869271         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]          rcu_bh     8        10.951420         2   120 
[  264.128225]         0.000000         0.000000         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     migration/0     9        10.951420       333     0 
[  264.128225]         0.000000         6.658672         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   lru-add-drain    10        16.951418         2   100 
[  264.128225]         0.000000         0.000000         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]      watchdog/0    11         0.022487        69     0 
[  264.128225]         0.000000         0.926280         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]         cpuhp/0    12      4811.104593         6   120 
[  264.128225]         0.000000         0.023917         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]       kdevtmpfs    19      6545.235622       192   120 
[  264.128225]         0.000000         2.862143         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]      khugepaged    26      8031.072340        29   139 
[  264.128225]         0.000000         2.621723         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     kworker/0:1    31      3285.620116       233   120 
[  264.128225]         0.000000         7.621559         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   ipv6_addrconf   110      1167.465020         2   100 
[  264.128225]         0.000000         0.000000         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225] charger_manager   131      1219.471651         2   100 
[  264.128225]         0.000000         0.008108         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    hv_vmbus_con   165      1239.578405         2   100 
[  264.128225]         0.000000         0.011270         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]       scsi_eh_0   209      2061.865004         7   120 
[  264.128225]         0.000000         0.206758         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]          bioset   216      1628.981536         2   100 
[  264.128225]         0.000000         0.008983         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]          bioset   217      1652.719421         2   100 
[  264.128225]         0.000000         0.021165         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]  kworker/u480:2   248      1726.300913         5   120 
[  264.128225]         0.000000         0.010753         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]  kworker/u480:3   249      7841.324283      1656   120 
[  264.128225]         0.000000        73.404948         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]          bioset   352      2059.126992         2   100 
[  264.128225]         0.000000         0.001154         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     jbd2/sda2-8   375      7989.338526       144   120 
[  264.128225]         0.000000         9.950910         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225] systemd-journal   428       288.577971      1953   120 
[  264.128225]         0.000000       447.891495         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/systemd-journald.service

[  264.128225]  
[  264.128225]     kworker/0:2   434      3285.610832        14   120 
[  264.128225]         0.000000         0.870176         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     kworker/0:3   441      3285.614046         7   120 
[  264.128225]         0.000000         0.046361         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     kworker/0:4   550      3285.613037         8   120 
[  264.128225]         0.000000         0.017067         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     kworker/0:5   551      3285.613447         4   120 
[  264.128225]         0.000000         0.006727         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     kworker/0:6   552      3285.613846         6   120 
[  264.128225]         0.000000         0.012303         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     kworker/0:7   553      3285.613659         5   120 
[  264.128225]         0.000000         0.007208         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     kworker/0:8   554      3285.613473         5   120 
[  264.128225]         0.000000         0.005972         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]     kworker/0:9   555      3285.613449         5   120 
[  264.128225]         0.000000         0.006562         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:10   556      3285.613792         6   120 
[  264.128225]         0.000000         0.012201         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:11   557      3285.613545         5   120 
[  264.128225]         0.000000         0.007059         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:12   558      3285.613556         5   120 
[  264.128225]         0.000000         0.006160         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:13   559      3285.613553         5   120 
[  264.128225]         0.000000         0.006065         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:14   560      3285.613743         5   120 
[  264.128225]         0.000000         0.005905         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:15   561      3285.613554         5   120 
[  264.128225]         0.000000         0.005666         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:16   562      3285.613439         5   120 
[  264.128225]         0.000000         0.005696         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:17   563      3285.613900         5   120 
[  264.128225]         0.000000         0.006007         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:18   564      3285.613300         5   120 
[  264.128225]         0.000000         0.005797         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:19   565      3285.613797         5   120 
[  264.128225]         0.000000         0.006101         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:20   566      3285.613204         5   120 
[  264.128225]         0.000000         0.005302         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:21   567      3285.613639         5   120 
[  264.128225]         0.000000         0.005921         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:22   568      3285.613463         5   120 
[  264.128225]         0.000000         0.005652         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:23   569      3285.613307         5   120 
[  264.128225]         0.000000         0.005673         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:24   570      3285.613400         5   120 
[  264.128225]         0.000000         0.005941         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:25   571      3285.613876         5   120 
[  264.128225]         0.000000         0.006409         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:26   572      3285.613665         5   120 
[  264.128225]         0.000000         0.006233         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:27   573      3285.613584         5   120 
[  264.128225]         0.000000         0.006031         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:28   574      5379.790725        14   120 
[  264.128225]         0.000000         0.197837         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:29   575      6130.404216        28   120 
[  264.128225]         0.000000         1.267495         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:30   576      6130.404402        12   120 
[  264.128225]         0.000000         0.034632         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:31   577      6130.403903        14   120 
[  264.128225]         0.000000         0.197279         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:32   578      6131.535102       110   120 
[  264.128225]         0.000000         6.689876         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:33   579      6130.838265        20   120 
[  264.128225]         0.000000         0.593092         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:34   580      6130.711816        16   120 
[  264.128225]         0.000000         0.469097         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:35   582      6130.850053        15   120 
[  264.128225]         0.000000         0.572611         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:36   583      6130.626305        14   120 
[  264.128225]         0.000000         0.297153         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:37   584      6130.646337        15   120 
[  264.128225]         0.000000         0.413646         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:38   585      6130.594197        13   120 
[  264.128225]         0.000000         0.266655         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:39   586      6130.405231        13   120 
[  264.128225]         0.000000         0.036009         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:40   587      6130.404574        13   120 
[  264.128225]         0.000000         0.066813         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:41   588      6130.404787        13   120 
[  264.128225]         0.000000         0.094618         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:42   589      6130.585639        15   120 
[  264.128225]         0.000000         0.420056         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:43   590      6130.405511       145   120 
[  264.128225]         0.000000         7.135195         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:44   591      6315.249149        60   120 
[  264.128225]         0.000000         2.677502         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:45   592      6130.404324         9   120 
[  264.128225]         0.000000         0.024494         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:46   593      6130.404984         9   120 
[  264.128225]         0.000000         0.024527         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:47   594      6130.404061         9   120 
[  264.128225]         0.000000         0.032911         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:48   595      6130.405368         9   120 
[  264.128225]         0.000000         0.021903         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:49   596      6130.590981         9   120 
[  264.128225]         0.000000         0.208553         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:50   597      6130.583068         9   120 
[  264.128225]         0.000000         0.210680         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:51   598      6130.404978         9   120 
[  264.128225]         0.000000         0.018016         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:52   599      6130.403682         9   120 
[  264.128225]         0.000000         0.024692         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:53   600      6314.982157        13   120 
[  264.128225]         0.000000         0.400421         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:54   601      8094.157421      4971   120 
[  264.128225]         0.000000       261.792890         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:55   602      6370.772067        20   120 
[  264.128225]         0.000000         1.664162         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:56   603      6455.069691        18   120 
[  264.128225]         0.000000         0.473048         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:57   604      6509.486662        87   120 
[  264.128225]         0.000000         7.451945         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:58   605      6370.932975        29   120 
[  264.128225]         0.000000         0.949754         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:59   606      6130.476558        14   120 
[  264.128225]         0.000000         0.192560         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:60   607      5380.000616         7   120 
[  264.128225]         0.000000         0.012667         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:61   608      5380.000847         8   120 
[  264.128225]         0.000000         0.013741         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:62   609      5380.001134         9   120 
[  264.128225]         0.000000         0.105523         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:63   610      5380.000906        12   120 
[  264.128225]         0.000000         0.197212         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:64   611      5380.000565         9   120 
[  264.128225]         0.000000         0.092088         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:65   612      5380.000913         7   120 
[  264.128225]         0.000000         0.010524         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:66   613      5380.001180         7   120 
[  264.128225]         0.000000         0.009562         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:67   614      5380.000661         7   120 
[  264.128225]         0.000000         0.009333         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:68   615      5380.000698         7   120 
[  264.128225]         0.000000         0.009326         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:69   616      5380.000943         7   120 
[  264.128225]         0.000000         0.010529         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:70   617      5380.001359         7   120 
[  264.128225]         0.000000         0.011464         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:71   618      5380.028976         7   120 
[  264.128225]         0.000000         0.039384         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:72   619      5380.000780         7   120 
[  264.128225]         0.000000         0.014157         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:73   620      5380.000582         7   120 
[  264.128225]         0.000000         0.008745         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:74   621      5380.001321         7   120 
[  264.128225]         0.000000         0.018325         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:75   622      5380.000768         7   120 
[  264.128225]         0.000000         0.014017         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:76   623      5380.001249         7   120 
[  264.128225]         0.000000         0.009917         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:77   624      5380.000905         7   120 
[  264.128225]         0.000000         0.013612         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:78   625      5380.000915         7   120 
[  264.128225]         0.000000         0.009484         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:79   626      5380.000888         7   120 
[  264.128225]         0.000000         0.009374         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:80   627      5380.001920         7   120 
[  264.128225]         0.000000         0.013320         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:81   628      5380.041975         8   120 
[  264.128225]         0.000000         0.093256         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:82   629      5380.009720        77   120 
[  264.128225]         0.000000         5.268622         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:83   630      5380.029368         7   120 
[  264.128225]         0.000000         0.095715         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:84   632      5380.001542         8   120 
[  264.128225]         0.000000         0.027846         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:85   639      5380.004348         6   120 
[  264.128225]         0.000000         0.019649         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:86   640      5379.992802         7   120 
[  264.128225]         0.000000         0.031288         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:87   642      5379.985346         7   120 
[  264.128225]         0.000000         0.017661         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:88   644      5379.985752         7   120 
[  264.128225]         0.000000         0.082417         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:89   686      5379.985428         6   120 
[  264.128225]         0.000000         0.029591         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:90   689      5379.985568         6   120 
[  264.128225]         0.000000         0.020045         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:91   691      5379.985462         6   120 
[  264.128225]         0.000000         0.018978         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:92   693      5379.985477         6   120 
[  264.128225]         0.000000         0.019250         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:93   694      5379.985105         6   120 
[  264.128225]         0.000000         0.012812         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:94   696      5379.985228         6   120 
[  264.128225]         0.000000         0.022607         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:95   699      5379.985242         6   120 
[  264.128225]         0.000000         0.022815         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:96   700      5379.985232         6   120 
[  264.128225]         0.000000         0.026995         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:97   702      5379.985490         7   120 
[  264.128225]         0.000000         0.053159         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:98   705      5379.985131         7   120 
[  264.128225]         0.000000         0.025994         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]    kworker/0:99   710      5379.985126         6   120 
[  264.128225]         0.000000         0.022961         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:100   711      5379.985264         6   120 
[  264.128225]         0.000000         0.013158         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:101   713      5379.985502         6   120 
[  264.128225]         0.000000         0.025271         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:102   715      5379.985635         6   120 
[  264.128225]         0.000000         0.024771         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:103   717      5379.985378         6   120 
[  264.128225]         0.000000         0.020319         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:104   719      5379.985288         6   120 
[  264.128225]         0.000000         0.019293         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:105   721      5379.985511         6   120 
[  264.128225]         0.000000         0.019704         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:106   723      5379.985277         6   120 
[  264.128225]         0.000000         0.023085         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:107   724      5379.985596         6   120 
[  264.128225]         0.000000         0.026042         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:108   726      5379.985228         6   120 
[  264.128225]         0.000000         0.020761         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:109   728      5379.985559         6   120 
[  264.128225]         0.000000         0.021239         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:110   729      5379.985162         6   120 
[  264.128225]         0.000000         0.020093         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:111   730      5379.985469         6   120 
[  264.128225]         0.000000         0.021406         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:112   731      5379.985578         6   120 
[  264.128225]         0.000000         0.020853         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:113   732      5379.985398         7   120 
[  264.128225]         0.000000         0.025542         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:114   733      5379.725835        36   120 
[  264.128225]         0.000000         0.996713         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:115   734      5379.678941         8   120 
[  264.128225]         0.000000         0.097570         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:116   735      5379.660216        10   120 
[  264.128225]         0.000000         0.095323         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:117   736      5379.703250         8   120 
[  264.128225]         0.000000         0.143754         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:118   737      5379.606918        11   120 
[  264.128225]         0.000000         0.096891         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:119   738      5379.986053        10   120 
[  264.128225]         0.000000         0.086222         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:120   739      5379.985595         8   120 
[  264.128225]         0.000000         0.032447         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:121   740      5379.985488         8   120 
[  264.128225]         0.000000         0.032731         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:122   741      5380.019014         8   120 
[  264.128225]         0.000000         0.181111         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:123   742      5380.013579         8   120 
[  264.128225]         0.000000         0.058456         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:124   743      5379.985720        11   120 
[  264.128225]         0.000000         0.178936         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:125   744      5379.985434         9   120 
[  264.128225]         0.000000         0.044982         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:126   745      5379.985097         8   120 
[  264.128225]         0.000000         0.031005         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:127   746      5380.011249         8   120 
[  264.128225]         0.000000         0.055638         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:128   747      5379.985681         8   120 
[  264.128225]         0.000000         0.036446         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:129   748      5379.985552         8   120 
[  264.128225]         0.000000         0.162115         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:130   749      5379.985248        12   120 
[  264.128225]         0.000000         0.180296         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:131   750      5380.670536        81   120 
[  264.128225]         0.000000         6.848916         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:132   751      5379.608356        10   120 
[  264.128225]         0.000000         0.091982         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:133   752      5379.985397         8   120 
[  264.128225]         0.000000         0.051716         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:134   753      5379.984957         8   120 
[  264.128225]         0.000000         0.250426         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:135   754      5379.690920        10   120 
[  264.128225]         0.000000         0.217487         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:136   755      5379.985201         8   120 
[  264.128225]         0.000000         0.030349         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:137   756      5379.985094         8   120 
[  264.128225]         0.000000         0.038033         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:138   757      5379.985067         8   120 
[  264.128225]         0.000000         0.026933         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:139   758      5379.985134        10   120 
[  264.128225]         0.000000         0.077268         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:140   759      5380.026432         9   120 
[  264.128225]         0.000000         0.172461         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:141   760      5379.985084         8   120 
[  264.128225]         0.000000         0.028448         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:142   761      5379.984873         8   120 
[  264.128225]         0.000000         0.038733         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:143   762      5379.985382         8   120 
[  264.128225]         0.000000         0.040186         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:144   763      5379.985284       109   120 
[  264.128225]         0.000000         8.498073         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:145   764      5379.985125        41   120 
[  264.128225]         0.000000         0.895021         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:146   765      5379.984927        12   120 
[  264.128225]         0.000000         0.108297         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:147   766      5379.985158        10   120 
[  264.128225]         0.000000         0.171001         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:148   767      5379.985377        10   120 
[  264.128225]         0.000000         0.127684         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:149   768      5380.011429        10   120 
[  264.128225]         0.000000         0.089924         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:150   769      5379.985096        17   120 
[  264.128225]         0.000000         0.534899         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:151   770      5379.985144        57   120 
[  264.128225]         0.000000         5.699986         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:152   771      5380.010807        14   120 
[  264.128225]         0.000000         0.318979         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:153   772      5379.985619        12   120 
[  264.128225]         0.000000         0.212758         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:154   773      5379.985460        13   120 
[  264.128225]         0.000000         0.244200         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:155   774      5379.985123        12   120 
[  264.128225]         0.000000         0.249743         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:156   775      5379.985417        12   120 
[  264.128225]         0.000000         0.267435         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:157   776      5379.985625        20   120 
[  264.128225]         0.000000         0.591877         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:158   777      3285.609695         5   120 
[  264.128225]         0.000000         0.047172         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   kworker/0:159   853      5379.985894        65   120 
[  264.128225]         0.000000         6.380732         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]         ib_addr   862      3295.282142         2   100 
[  264.128225]         0.000000         0.018608         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]           ib_cm   868      3311.643396         2   100 
[  264.128225]         0.000000         0.012056         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]        iw_cm_wq   871      3315.886652         2   100 
[  264.128225]         0.000000         0.003817         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]         rdma_cm   874      3320.688598         2   100 
[  264.128225]         0.000000         0.004366         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225]   systemd-udevd   896       934.370065      1689   120 
[  264.128225]         0.000000       385.791621         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/systemd-udevd.service

[  264.128225]  
[  264.128225] systemd-timesyn  1298        13.008612       313   120 
[  264.128225]         0.000000        37.430287         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/systemd-timesyncd.service

[  264.128225]  
[  264.128225]  systemd-logind  1364        21.415579       969   120 
[  264.128225]         0.000000        47.802413         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/systemd-logind.service

[  264.128225]  
[  264.128225]           lxcfs  1430         2.609540         1   120 
[  264.128225]         0.000000         0.000000         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/lxcfs.service

[  264.128225]  
[  264.128225] accounts-daemon  1390        26.135233       120   120 
[  264.128225]         0.000000        21.134480         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/accounts-daemon.service

[  264.128225]  
[  264.128225]           gmain  1420        37.276832      1976   120 
[  264.128225]         0.000000        28.341307         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/accounts-daemon.service

[  264.128225]  
[  264.128225]           gdbus  1439        20.082274        71   120 
[  264.128225]         0.000000         2.454083         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/accounts-daemon.service

[  264.128225]  
[  264.128225]             atd  1391         1.012309        16   120 
[  264.128225]         0.000000         2.060885         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/atd.service

[  264.128225]  
[  264.128225]        rsyslogd  1394         2.917251        39   120 
[  264.128225]         0.000000         4.582501         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/rsyslog.service

[  264.128225]  
[  264.128225]     in:imuxsock  1412        57.017797       397   120 
[  264.128225]         0.000000        22.179211         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/rsyslog.service

[  264.128225]  
[  264.128225]       in:imklog  1413        68.316198      1187   120 
[  264.128225]         0.000000        40.213065         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/rsyslog.service

[  264.128225]  
[  264.128225]   rs:main Q:Reg  1415        73.740829      2410   120 
[  264.128225]         0.000000        83.485535         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/rsyslog.service

[  264.128225]  
[  264.128225]     dbus-daemon  1395        62.019632      1292   120 
[  264.128225]         0.000000       123.429528         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/dbus.service

[  264.128225]  
[  264.128225]           snapd  1471        10.122294        70   120 
[  264.128225]         0.000000         1.224969         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/snapd.service

[  264.128225]  
[  264.128225]           snapd  1474        15.810352        26   120 
[  264.128225]         0.000000         0.428880         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/snapd.service

[  264.128225]  
[  264.128225]         polkitd  1452         9.022292        69   120 
[  264.128225]         0.000000        10.012498         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/polkitd.service

[  264.128225]  
[  264.128225]           gmain  1460         4.797688         5   120 
[  264.128225]         0.000000         0.415268         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/polkitd.service

[  264.128225]  
[  264.128225]           gdbus  1465        10.965088        28   120 
[  264.128225]         0.000000         2.769127         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/polkitd.service

[  264.128225]  
[  264.128225]    kworker/0:1H  1467      8029.015181        94   100 
[  264.128225]         0.000000         2.601737         0.000000
[  264.128225]  0 0
[  264.128225]  /

[  264.128225]  
[  264.128225] systemd-resolve  1607        53.157314        55   120 
[  264.128225]         0.000000        12.976499         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/systemd-resolved.service

[  264.128225]  
[  264.128225]            sshd  1614        25.842303        91   120 
[  264.128225]         0.000000        10.030968         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/ssh.service

[  264.128225]  
[  264.128225]          iscsid  1644         9.177898       244   120 
[  264.128225]         0.000000         7.065070         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/iscsid.service

[  264.128225]  
[  264.128225]          iscsid  1649         9.943901       980   110 
[  264.128225]         0.000000        36.778033         0.000000
[  264.128225]  0 0
[  264.128225]  /system.slice/iscsid.service

[  264.128225]  
[  264.128225]         systemd  1895       797.151183        90   120 
[  264.128225]         0.000000        29.353394         0.000000
[  264.128225]  0 0
[  264.128225]  /user.slice

[  264.128225]  
[  264.128225]        (sd-pam)  1901         0.590082         1   120 
[  264.128225]         0.000000         0.064889         0.000000
[  264.128225]  0 0
[  264.128225]  /user.slice

[  264.128225]  
[  264.128225]            bash  1912        59.760253        55   120 
[  264.128225]         0.000000        36.400046         0.000000
[  264.128225]  0 0
[  264.128225]  /user.slice

[  264.128225]  
[  264.128225]            sshd  1928       237.809210        29   120 
[  264.128225]         0.000000        15.062260         0.000000
[  264.128225]  0 0
[  264.128225]  /user.slice

[  264.128225]  
[  264.128225]            sshd  1981       797.157318       303   120 
[  264.128225]         0.000000        32.037175         0.000000
[  264.128225]  0 0
[  264.128225]  /user.slice

[  264.128225]  
[  264.128225]            sshd  1994       533.149460        20   120 
[  264.128225]         0.000000        19.844216         0.000000
[  264.128225]  0 0
[  264.128225]  /user.slice

[  264.128225]  
[  264.128225]            bash  2072       785.557273        29   120 
[  264.128225]         0.000000        24.187920         0.000000
[  264.128225]  0 0
[  264.128225]  /user.slice

[  264.128225]  
[  264.128225]         test.sh  2182       796.213113         9   120 
[  264.128225]         0.000000         1.511620         0.000000
[  264.128225]  0 0
[  264.128225]  /user.slice

[  264.128225]  
[  264.128225]            time  2187       802.526163         2   120 
[  264.128225]         0.000000         0.580714         0.000000
[  264.128225]  0 0
[  264.128225]  /user.slice

[  264.128225]  
[  264.128225]              ip  2188       803.050132         2   120 
[  264.128225]         0.000000         0.563429         0.000000
[  264.128225]  0 0
[  264.128225]  /user.slice


[  264.868418] cpu#1, 2042.248 MHz
[  264.869079]   .nr_running                    : 4
[  264.869733]   .load                          : 2097152
[  264.870382]   .nr_switches                   : 27833
[  264.871022]   .nr_load_updates               : 7810
[  264.871652]   .nr_uninterruptible            : -65
[  264.872274]   .next_balance                  : 4294.957222
[  264.872575]   .curr->pid                     : 2061
[  264.873503]   .clock                         : 264872.571733
[  264.874161]   .clock_task                    : 264872.571733
[  264.875555]   .cpu_load[0]                   : 2075
[  264.876571]   .cpu_load[1]                   : 2065
[  264.877418]   .cpu_load[2]                   : 2057
[  264.878405]   .cpu_load[3]                   : 2046
[  264.879369]   .cpu_load[4]                   : 2039
[  264.880315]   .avg_idle                      : 1000000
[  264.880960]   .max_idle_balance_cost         : 500000
[  264.881883] 
               cfs_rq[1]:/user.slice
[  264.883699]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 6379.135410
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -1737.698950
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 1
[  264.884032]   .load                          : 1048576
[  264.884032]   .load_avg                      : 1033
[  264.884032]   .runnable_load_avg             : 1033
[  264.884032]   .util_avg                      : 1033
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 1025
[  264.884032]   .tg_load_avg                   : 1025
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 264880.315160
[  264.884032]   .se->vruntime                  : 13022.549193
[  264.884032]   .se->sum_exec_runtime          : 6004.698441
[  264.884032]   .se->load.weight               : 1048576
[  264.884032]   .se->avg.load_avg              : 1028
[  264.884032]   .se->avg.util_avg              : 1028
[  264.884032] 
               cfs_rq[1]:/system.slice/system-getty.slice
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 228.822916
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -7895.968970
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 112561.370457
[  264.884032]   .se->vruntime                  : 2289.768512
[  264.884032]   .se->sum_exec_runtime          : 39.447556
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 122
[  264.884032]   .se->avg.util_avg              : 210
[  264.884032] 
               cfs_rq[1]:/system.slice/irqbalance.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 54.560698
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8074.154402
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 257723.522975
[  264.884032]   .se->vruntime                  : 2795.235105
[  264.884032]   .se->sum_exec_runtime          : 31.877267
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 26
[  264.884032] 
               cfs_rq[1]:/system.slice/systemd-resolved.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 77.893972
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8054.821444
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 21582.976182
[  264.884032]   .se->vruntime                  : 1710.863257
[  264.884032]   .se->sum_exec_runtime          : 12.942603
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 38
[  264.884032]   .se->avg.util_avg              : 160
[  264.884032] 
               cfs_rq[1]:/system.slice/iscsid.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 5.788805
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8143.021210
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 21504.709712
[  264.884032]   .se->vruntime                  : 1659.377145
[  264.884032]   .se->sum_exec_runtime          : 2.793213
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 118
[  264.884032]   .se->avg.util_avg              : 136
[  264.884032] 
               cfs_rq[1]:/system.slice/ssh.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 40.194284
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8108.615731
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 162271.801554
[  264.884032]   .se->vruntime                  : 2338.026021
[  264.884032]   .se->sum_exec_runtime          : 20.256803
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 21
[  264.884032] 
               cfs_rq[1]:/system.slice/polkitd.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 13.336943
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8135.473072
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 162275.091749
[  264.884032]   .se->vruntime                  : 2446.522951
[  264.884032]   .se->sum_exec_runtime          : 3.597751
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 2
[  264.884032]   .se->avg.util_avg              : 3
[  264.884032] 
               cfs_rq[1]:/system.slice/snapd.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 19.459527
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8129.350488
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 199466.236028
[  264.884032]   .se->vruntime                  : 2793.931677
[  264.884032]   .se->sum_exec_runtime          : 8.898502
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/system.slice/accounts-daemon.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 12.302597
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8136.561445
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 257398.702866
[  264.884032]   .se->vruntime                  : 2794.110881
[  264.884032]   .se->sum_exec_runtime          : 15.184413
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/system.slice/acpid.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 1.277530
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8147.586512
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 116021.924451
[  264.884032]   .se->vruntime                  : 2294.298276
[  264.884032]   .se->sum_exec_runtime          : 2.346459
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/system.slice/lxcfs.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 5.543683
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8143.320359
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 19321.888030
[  264.884032]   .se->vruntime                  : 1346.428495
[  264.884032]   .se->sum_exec_runtime          : 3.477830
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 50
[  264.884032]   .se->avg.util_avg              : 59
[  264.884032] 
               cfs_rq[1]:/system.slice/cron.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 7.944587
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8140.919455
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 225291.102461
[  264.884032]   .se->vruntime                  : 2614.076433
[  264.884032]   .se->sum_exec_runtime          : 8.993163
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/system.slice/dbus.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 58.479636
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8090.454250
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 7
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 257211.740450
[  264.884032]   .se->vruntime                  : 2794.334837
[  264.884032]   .se->sum_exec_runtime          : 59.769742
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/system.slice/rsyslog.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 17.894140
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8131.039746
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 16
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 257211.897857
[  264.884032]   .se->vruntime                  : 2793.931677
[  264.884032]   .se->sum_exec_runtime          : 26.057137
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/system.slice/systemd-logind.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 23.558610
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8125.375276
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 257212.159310
[  264.884032]   .se->vruntime                  : 2799.931677
[  264.884032]   .se->sum_exec_runtime          : 24.707525
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 6
[  264.884032]   .se->avg.util_avg              : 3
[  264.884032] 
               cfs_rq[1]:/system.slice/systemd-timesyncd.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 22.356605
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8126.577281
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 257212.009558
[  264.884032]   .se->vruntime                  : 2794.077840
[  264.884032]   .se->sum_exec_runtime          : 24.767657
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/system.slice/ifup@eth0.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 280.999203
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -7867.934683
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 21419.499407
[  264.884032]   .se->vruntime                  : 1620.322078
[  264.884032]   .se->sum_exec_runtime          : 57.668026
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 100
[  264.884032]   .se->avg.util_avg              : 170
[  264.884032] 
               cfs_rq[1]:/system.slice/networking.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 94.130233
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8054.803653
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 21476.570404
[  264.884032]   .se->vruntime                  : 1655.022702
[  264.884032]   .se->sum_exec_runtime          : 40.652262
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 55
[  264.884032]   .se->avg.util_avg              : 132
[  264.884032] 
               cfs_rq[1]:/system.slice/systemd-udevd.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 757.645489
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -7391.288397
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 252020.743124
[  264.884032]   .se->vruntime                  : 2761.088037
[  264.884032]   .se->sum_exec_runtime          : 791.541861
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 267
[  264.884032]   .se->avg.util_avg              : 449
[  264.884032] 
               cfs_rq[1]:/system.slice/systemd-journald.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 156.846861
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -7992.087025
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 58
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 257487.703961
[  264.884032]   .se->vruntime                  : 2795.437380
[  264.884032]   .se->sum_exec_runtime          : 158.025853
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/autogroup-10
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : -1.015607
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8149.949493
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 14660.217969
[  264.884032]   .se->vruntime                  : 2869.075895
[  264.884032]   .se->sum_exec_runtime          : 0.032969
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/system.slice/lvm2-lvmetad.service
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 4.510751
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8144.423135
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 14848.294600
[  264.884032]   .se->vruntime                  : 15.911546
[  264.884032]   .se->sum_exec_runtime          : 2.559331
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 12
[  264.884032] 
               cfs_rq[1]:/init.scope
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 492.187934
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -7656.745952
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 257209.742796
[  264.884032]   .se->vruntime                  : 7775.706041
[  264.884032]   .se->sum_exec_runtime          : 448.081148
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/system.slice/dev-hugepages.mount
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 0.476912
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8148.456974
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 14510.033371
[  264.884032]   .se->vruntime                  : 1.525488
[  264.884032]   .se->sum_exec_runtime          : 1.525488
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 135
[  264.884032]   .se->avg.util_avg              : 41
[  264.884032] 
               cfs_rq[1]:/system.slice/dev-mqueue.mount
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 0.461419
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8148.472467
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 14509.540241
[  264.884032]   .se->vruntime                  : 1.509995
[  264.884032]   .se->sum_exec_runtime          : 1.509995
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 90
[  264.884032]   .se->avg.util_avg              : 68
[  264.884032] 
               cfs_rq[1]:/system.slice/sys-kernel-debug.mount
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 0.431594
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8148.502292
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 14509.798055
[  264.884032]   .se->vruntime                  : 1.480170
[  264.884032]   .se->sum_exec_runtime          : 1.480170
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 87
[  264.884032]   .se->avg.util_avg              : 102
[  264.884032] 
               cfs_rq[1]:/system.slice
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 2799.931677
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -5349.002209
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 25
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 257723.522975
[  264.884032]   .se->vruntime                  : 7775.706041
[  264.884032]   .se->sum_exec_runtime          : 1518.327217
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 0
[  264.884032]   .se->avg.util_avg              : 0
[  264.884032] 
               cfs_rq[1]:/autogroup-2
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 0.000001
[  264.884032]   .min_vruntime                  : 67.053469
[  264.884032]   .max_vruntime                  : 0.000001
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -8081.944164
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 0
[  264.884032]   .load                          : 0
[  264.884032]   .load_avg                      : 0
[  264.884032]   .runnable_load_avg             : 0
[  264.884032]   .util_avg                      : 0
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032]   .se->exec_start                : 14497.076482
[  264.884032]   .se->vruntime                  : 2837.244451
[  264.884032]   .se->sum_exec_runtime          : 15.659550
[  264.884032]   .se->load.weight               : 2
[  264.884032]   .se->avg.load_avg              : 69
[  264.884032]   .se->avg.util_avg              : 82
[  264.884032] 
               cfs_rq[1]:/
[  264.884032]   .exec_clock                    : 0.000000
[  264.884032]   .MIN_vruntime                  : 7775.706041
[  264.884032]   .min_vruntime                  : 7781.706041
[  264.884032]   .max_vruntime                  : 7775.706041
[  264.884032]   .spread                        : 0.000000
[  264.884032]   .spread0                       : -367.291592
[  264.884032]   .nr_spread_over                : 0
[  264.884032]   .nr_running                    : 2
[  264.884032]   .load                          : 2097152
[  264.884032]   .load_avg                      : 2041
[  264.884032]   .runnable_load_avg             : 2041
[  264.884032]   .util_avg                      : 1020
[  264.884032]   .removed_load_avg              : 0
[  264.884032]   .removed_util_avg              : 0
[  264.884032]   .tg_load_avg_contrib           : 0
[  264.884032]   .tg_load_avg                   : 0
[  264.884032]   .throttled                     : 0
[  264.884032]   .throttle_count                : 0
[  264.884032] 
               rt_rq[1]:
[  264.884032]   .rt_nr_running                 : 1
[  264.884032]   .rt_throttled                  : 0
[  264.884032]   .rt_time                       : 0.000000
[  264.884032]   .rt_runtime                    : 950.000000
[  264.884032] 
               dl_rq[1]:
[  264.884032]   .dl_nr_running                 : 0
[  264.884032]   .dl_bw->bw                     : 996147
[  264.884032]   .dl_bw->total_bw               : 0
[  264.884032] 
               runnable tasks:
                           task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
               ----------------------------------------------------------------------------------------------------------
[  264.884032]  
[  264.884032]         cpuhp/1    13      4278.897920         6   120 
[  264.884032]         0.000000         0.135201         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]      watchdog/1    14        -2.996077        67     0 
[  264.884032]         0.000000         0.918332         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     migration/1    15        12.451418       298     0 
[  264.884032]         0.000000        80.925355         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     ksoftirqd/1    16      7775.706041       267   120 
[  264.884032]         0.000000        32.332438         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     kworker/1:0    17      5197.594360        65   120 
[  264.884032]         0.000000         0.206088         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:0H    18      2521.377825        10   100 
[  264.884032]         0.000000         0.117917         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]           netns    20         6.968803         2   100 
[  264.884032]         0.000000         0.008386         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]      khungtaskd    21      7200.664151         4   120 
[  264.884032]         0.000000         0.334788         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]      oom_reaper    22        15.006021         2   120 
[  264.884032]         0.000000         0.000000         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]       writeback    23        15.006021         2   100 
[  264.884032]         0.000000         0.000000         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]      kcompactd0    24        15.006021         2   120 
[  264.884032]         0.000000         0.000000         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]            ksmd    25        15.006021         2   125 
[  264.884032]         0.000000         0.000000         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          crypto    27        14.032470         2   100 
[  264.884032]         0.000000         0.026451         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     kintegrityd    28        20.032467         2   100 
[  264.884032]         0.000000         0.000000         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    29        20.032467         2   100 
[  264.884032]         0.000000         0.000000         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]         kblockd    30        18.051987         2   100 
[  264.884032]         0.000000         0.019518         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]         ata_sff    32        26.075516         2   100 
[  264.884032]         0.000000         0.000000         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]              md    33        26.088792         2   100 
[  264.884032]         0.000000         0.013276         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]      devfreq_wq    34        30.121576         2   100 
[  264.884032]         0.000000         0.032785         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]       watchdogd    35        34.121575         2   100 
[  264.884032]         0.000000         0.000000         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]  kworker/u480:1    36      1614.579011       168   120 
[  264.884032]         0.000000        17.378577         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]         kswapd0    38       302.058208         3   120 
[  264.884032]         0.000000         0.014396         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          vmstat    39        46.269248         2   100 
[  264.884032]         0.000000         0.078851         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032] ecryptfs-kthrea    40        50.277632         2   120 
[  264.884032]         0.000000         0.008385         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]        kthrotld    79       207.885962         2   100 
[  264.884032]         0.000000         0.006725         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032] acpi_thermal_pm    80       211.892234         2   100 
[  264.884032]         0.000000         0.006273         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    81       215.897783         2   100 
[  264.884032]         0.000000         0.005550         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    82       219.903375         2   100 
[  264.884032]         0.000000         0.005593         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    83       223.908592         2   100 
[  264.884032]         0.000000         0.005218         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    84       227.913859         2   100 
[  264.884032]         0.000000         0.005268         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    85       231.919124         2   100 
[  264.884032]         0.000000         0.005266         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    86       235.924424         2   100 
[  264.884032]         0.000000         0.005301         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    87       239.929726         2   100 
[  264.884032]         0.000000         0.005303         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    88       243.935061         2   100 
[  264.884032]         0.000000         0.005336         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    89       247.940694         2   100 
[  264.884032]         0.000000         0.005634         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    90       251.946130         2   100 
[  264.884032]         0.000000         0.005437         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    91       255.951413         2   100 
[  264.884032]         0.000000         0.005284         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    92       259.956573         2   100 
[  264.884032]         0.000000         0.005161         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    93       263.962137         2   100 
[  264.884032]         0.000000         0.005565         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    94       267.967392         2   100 
[  264.884032]         0.000000         0.005256         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    95       271.972764         2   100 
[  264.884032]         0.000000         0.005373         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    96       275.978899         2   100 
[  264.884032]         0.000000         0.006314         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    97       279.986713         2   100 
[  264.884032]         0.000000         0.008219         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    98       283.994586         2   100 
[  264.884032]         0.000000         0.008094         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset    99       288.001762         2   100 
[  264.884032]         0.000000         0.007461         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset   100       292.008097         2   100 
[  264.884032]         0.000000         0.006336         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset   101       296.031212         2   100 
[  264.884032]         0.000000         0.023331         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset   102       300.038500         2   100 
[  264.884032]         0.000000         0.007537         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset   103       304.045679         2   100 
[  264.884032]         0.000000         0.007402         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]          bioset   104       308.052775         2   100 
[  264.884032]         0.000000         0.007301         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     kworker/1:1   106      5197.592987       165   120 
[  264.884032]         0.000000        10.151173         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]      scsi_tmf_0   210      1449.672849         2   100 
[  264.884032]         0.000000         0.011579         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]         raid5wq   322      2402.420046         2   100 
[  264.884032]         0.000000         0.053982         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:1H   355      7327.917818        75   100 
[  264.884032]         0.000000         2.319845         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032] ext4-rsv-conver   376      2628.509813         2   100 
[  264.884032]         0.000000         0.021907         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     kworker/1:2   426      5197.593048        20   120 
[  264.884032]         0.000000         0.343893         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]        iscsi_eh   430      2854.000445         2   100 
[  264.884032]         0.000000         0.005847         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]         kauditd   431      2860.010776         2   120 
[  264.884032]         0.000000         0.010334         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     kworker/1:3   436      5197.593521        19   120 
[  264.884032]         0.000000         0.341078         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     kworker/1:4   438      5197.592580        13   120 
[  264.884032]         0.000000         0.101683         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     kworker/1:5   442      5197.592594        13   120 
[  264.884032]         0.000000         0.125716         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     kworker/1:6   443      5197.593027        13   120 
[  264.884032]         0.000000         0.359780         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     kworker/1:7   444      5197.592795        16   120 
[  264.884032]         0.000000         0.293120         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     kworker/1:8   445      5197.592506        17   120 
[  264.884032]         0.000000         0.478439         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]         lvmetad   446         0.361271         7   120 
[  264.884032]         0.000000         1.747291         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/lvm2-lvmetad.service

[  264.884032]  
[  264.884032]     kworker/1:9   447      5197.592531        14   120 
[  264.884032]         0.000000         0.213812         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:10   448      5197.592962        13   120 
[  264.884032]         0.000000         0.102925         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:11   449      5197.593805        14   120 
[  264.884032]         0.000000         0.125977         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:12   450      5197.593590        13   120 
[  264.884032]         0.000000         0.052440         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:13   451      5197.593726        13   120 
[  264.884032]         0.000000         0.066409         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:14   452      5197.592743        19   120 
[  264.884032]         0.000000         0.243303         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:15   453      5197.593193        13   120 
[  264.884032]         0.000000         0.074112         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:16   454      5197.593220        32   120 
[  264.884032]         0.000000         2.885337         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:17   455      5197.592625        48   120 
[  264.884032]         0.000000         0.140819         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:18   456      5197.593431        11   120 
[  264.884032]         0.000000         0.024966         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:19   457      5197.593586        11   120 
[  264.884032]         0.000000         0.029480         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:20   458      5197.591971        11   120 
[  264.884032]         0.000000         0.024505         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:21   459      5197.592146        11   120 
[  264.884032]         0.000000         0.023848         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:22   460      5197.592509        11   120 
[  264.884032]         0.000000         0.023261         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:23   461      5197.592183        11   120 
[  264.884032]         0.000000         0.026204         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:24   462      5197.592889        11   120 
[  264.884032]         0.000000         0.027076         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:25   463      5197.597731        11   120 
[  264.884032]         0.000000         0.036144         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:26   464      5197.595797        11   120 
[  264.884032]         0.000000         0.028728         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:27   465      5197.595760        11   120 
[  264.884032]         0.000000         0.032391         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:28   466      5197.591911        11   120 
[  264.884032]         0.000000         0.024098         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:29   467      5197.592076        11   120 
[  264.884032]         0.000000         0.028116         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:30   468      5197.592592        11   120 
[  264.884032]         0.000000         0.023469         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:31   469      5197.592878        11   120 
[  264.884032]         0.000000         0.029476         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:32   470      5197.592562        11   120 
[  264.884032]         0.000000         0.065349         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:33   471      5197.592812        12   120 
[  264.884032]         0.000000         0.064324         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:34   473      5197.592566        11   120 
[  264.884032]         0.000000         0.034584         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:35   474      5197.592580        11   120 
[  264.884032]         0.000000         0.030428         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:36   475      5197.592568        11   120 
[  264.884032]         0.000000         0.021526         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:37   476      5197.592151        11   120 
[  264.884032]         0.000000         0.029521         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:38   477      5197.593023        11   120 
[  264.884032]         0.000000         0.020685         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:39   478      5197.592555        11   120 
[  264.884032]         0.000000         0.025538         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:40   479      5197.592940        11   120 
[  264.884032]         0.000000         0.021486         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:41   480      5197.592480        11   120 
[  264.884032]         0.000000         0.026240         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:42   481      5197.592941        11   120 
[  264.884032]         0.000000         0.021358         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:43   482      5197.592572        11   120 
[  264.884032]         0.000000         0.026269         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:44   483      5197.592880        13   120 
[  264.884032]         0.000000         0.043870         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:45   484      5608.139724        29   120 
[  264.884032]         0.000000         0.845654         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:46   485      5608.233296        16   120 
[  264.884032]         0.000000         0.080548         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:47   486      5608.385545        13   120 
[  264.884032]         0.000000         0.217405         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:48   487      5608.346392        14   120 
[  264.884032]         0.000000         0.230661         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:49   488      5608.216269        13   120 
[  264.884032]         0.000000         0.053858         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:50   489      5608.215568        13   120 
[  264.884032]         0.000000         0.038673         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:51   490      5608.215897        13   120 
[  264.884032]         0.000000         0.030710         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:52   491      5608.215352        13   120 
[  264.884032]         0.000000         0.029796         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:53   492      5608.215204        13   120 
[  264.884032]         0.000000         0.029110         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:54   493      5608.215514        13   120 
[  264.884032]         0.000000         0.048779         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:55   494      5608.215807        13   120 
[  264.884032]         0.000000         0.032594         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:56   495      5608.215353        13   120 
[  264.884032]         0.000000         0.031653         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:57   496      5608.215581        14   120 
[  264.884032]         0.000000         0.046627         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:58   497      5608.214880        13   120 
[  264.884032]         0.000000         0.045353         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:59   498      5608.217027        13   120 
[  264.884032]         0.000000         0.050781         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:60   499      5608.223178        13   120 
[  264.884032]         0.000000         0.034254         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:61   500      5608.218967        14   120 
[  264.884032]         0.000000         0.041006         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:62   501      6216.899890        14   120 
[  264.884032]         0.000000         0.045729         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:63   502      7332.205727       260   120 
[  264.884032]         0.000000        14.055909         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:64   503      6249.711086        50   120 
[  264.884032]         0.000000         2.665024         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:65   504      6221.651610        18   120 
[  264.884032]         0.000000         0.155204         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:66   505      6216.933750        15   120 
[  264.884032]         0.000000         0.086471         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:67   506      6216.880792        15   120 
[  264.884032]         0.000000         0.032434         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:68   507      6216.881349        15   120 
[  264.884032]         0.000000         0.068934         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:69   508      6216.881157        15   120 
[  264.884032]         0.000000         0.042054         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:70   509      6216.933891        15   120 
[  264.884032]         0.000000         0.089988         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:71   510      6216.880888        15   120 
[  264.884032]         0.000000         0.042755         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:72   511      6216.881216        15   120 
[  264.884032]         0.000000         0.035930         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:73   512      6216.882155        15   120 
[  264.884032]         0.000000         0.037978         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:74   513      6216.881387        15   120 
[  264.884032]         0.000000         0.159192         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:75   514      6216.880868        15   120 
[  264.884032]         0.000000         0.040118         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:76   515      6216.880872        15   120 
[  264.884032]         0.000000         0.033925         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:77   516      6216.882156        15   120 
[  264.884032]         0.000000         0.034762         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:78   517      6216.882091        15   120 
[  264.884032]         0.000000         0.037469         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:79   518      6216.881023        15   120 
[  264.884032]         0.000000         0.034894         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:80   519      6216.881029        15   120 
[  264.884032]         0.000000         0.074951         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:81   520      6216.880859        15   120 
[  264.884032]         0.000000         0.073268         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:82   521      6216.881131        18   120 
[  264.884032]         0.000000         0.072871         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:83   522      6217.384292        48   120 
[  264.884032]         0.000000         2.017445         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:84   523      6217.004255        22   120 
[  264.884032]         0.000000         0.266848         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:85   524      6216.946929        17   120 
[  264.884032]         0.000000         0.159254         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:86   525      6216.882025        17   120 
[  264.884032]         0.000000         0.129483         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:87   526      6216.881107        17   120 
[  264.884032]         0.000000         0.051302         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:88   527      6216.881477        17   120 
[  264.884032]         0.000000         0.121853         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:89   528      6216.881908        17   120 
[  264.884032]         0.000000         0.043320         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:90   529      6216.881896        18   120 
[  264.884032]         0.000000         0.050919         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:91   530      6216.880926        84   120 
[  264.884032]         0.000000         4.627635         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:92   531      6216.881187        95   120 
[  264.884032]         0.000000         4.774745         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:93   532      5197.591615        11   120 
[  264.884032]         0.000000         0.077628         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:94   533      5197.592053        11   120 
[  264.884032]         0.000000         0.080717         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:95   534      5197.591852        11   120 
[  264.884032]         0.000000         0.022569         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:96   535      5197.591996        11   120 
[  264.884032]         0.000000         0.023583         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:97   536      5197.593158        11   120 
[  264.884032]         0.000000         0.066027         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:98   537      5197.599400        11   120 
[  264.884032]         0.000000         0.030906         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]    kworker/1:99   538      5197.597494        11   120 
[  264.884032]         0.000000         0.030326         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:100   539      5197.591844        11   120 
[  264.884032]         0.000000         0.025047         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:101   540      5197.592027        11   120 
[  264.884032]         0.000000         0.025915         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:102   541      5197.592300        11   120 
[  264.884032]         0.000000         0.023050         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:103   542      5197.591985        11   120 
[  264.884032]         0.000000         0.064905         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:104   543      5197.591934        11   120 
[  264.884032]         0.000000         0.023982         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:105   544      5197.592047        11   120 
[  264.884032]         0.000000         0.047776         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:106   545      5197.591500        14   120 
[  264.884032]         0.000000         0.055718         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:107   546      5197.592841        11   120 
[  264.884032]         0.000000         0.054556         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:108   547      5197.592443        11   120 
[  264.884032]         0.000000         0.127656         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:109   548      5197.592142        11   120 
[  264.884032]         0.000000         0.035620         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:110   631      5197.592053        11   120 
[  264.884032]         0.000000         0.028269         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:111   633      5197.591689        10   120 
[  264.884032]         0.000000         0.019655         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:112   634      5197.591975        10   120 
[  264.884032]         0.000000         0.019467         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:113   635      5197.591446        10   120 
[  264.884032]         0.000000         0.017485         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:114   636      5197.592067        10   120 
[  264.884032]         0.000000         0.029967         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:115   637      5197.611655        10   120 
[  264.884032]         0.000000         0.064660         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:116   638      5197.592701        10   120 
[  264.884032]         0.000000         0.030625         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:117   641      5197.593328        10   120 
[  264.884032]         0.000000         0.039985         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:118   643      5197.593276        10   120 
[  264.884032]         0.000000         0.042598         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:119   645      5197.592909        10   120 
[  264.884032]         0.000000         0.045934         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:120   646      5197.592306        10   120 
[  264.884032]         0.000000         0.038489         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:121   647      5197.592860        10   120 
[  264.884032]         0.000000         0.038542         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:122   648      5197.592030        10   120 
[  264.884032]         0.000000         0.035950         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:123   649      5197.592133        10   120 
[  264.884032]         0.000000         0.035888         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:124   650      5197.592700        10   120 
[  264.884032]         0.000000         0.034945         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:125   651      5197.592237        10   120 
[  264.884032]         0.000000         0.036864         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:126   652      5197.593089        10   120 
[  264.884032]         0.000000         0.042446         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:127   653      5197.592994        11   120 
[  264.884032]         0.000000         0.032917         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:128   654      5197.592917        11   120 
[  264.884032]         0.000000         0.025266         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:129   655      5197.592705        11   120 
[  264.884032]         0.000000         0.026136         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:130   656      5197.592302        11   120 
[  264.884032]         0.000000         0.023658         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:131   657      5197.592085        11   120 
[  264.884032]         0.000000         0.067413         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:132   658      5197.592660        11   120 
[  264.884032]         0.000000         0.025336         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:133   659      5197.592554        11   120 
[  264.884032]         0.000000         0.026330         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:134   660      5197.596194        11   120 
[  264.884032]         0.000000         0.024738         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:135   661      5197.607912        11   120 
[  264.884032]         0.000000         0.039720         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:136   662      5197.586571        11   120 
[  264.884032]         0.000000         0.018621         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:137   663      5197.586571        11   120 
[  264.884032]         0.000000         0.018250         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:138   664      5197.586571        11   120 
[  264.884032]         0.000000         0.021988         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:139   665      5197.586571        11   120 
[  264.884032]         0.000000         0.020219         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:140   666      5197.586571        11   120 
[  264.884032]         0.000000         0.017784         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:141   667      5197.586571        11   120 
[  264.884032]         0.000000         0.023056         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:142   668      5197.586571        11   120 
[  264.884032]         0.000000         0.017967         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:143   669      5197.586571        11   120 
[  264.884032]         0.000000         0.019168         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:144   670      5197.586571        11   120 
[  264.884032]         0.000000         0.018608         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:145   671      5197.586571        11   120 
[  264.884032]         0.000000         0.018803         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:146   672      5197.586571        11   120 
[  264.884032]         0.000000         0.018536         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:147   673      5197.586571        11   120 
[  264.884032]         0.000000         0.018868         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:148   674      5197.586571        12   120 
[  264.884032]         0.000000         0.086253         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:149   675      5197.586571        11   120 
[  264.884032]         0.000000         0.020185         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:150   676      5197.586571        11   120 
[  264.884032]         0.000000         0.023760         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:151   677      5197.586571        11   120 
[  264.884032]         0.000000         0.024505         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:152   678      5197.586571        11   120 
[  264.884032]         0.000000         0.034610         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:153   679      5197.586571        11   120 
[  264.884032]         0.000000         0.025555         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:154   680      5197.586571        11   120 
[  264.884032]         0.000000         0.017575         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:155   681      5197.586571        11   120 
[  264.884032]         0.000000         0.024580         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:156   682      5197.586571        11   120 
[  264.884032]         0.000000         0.022839         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:157   683      5197.586571        11   120 
[  264.884032]         0.000000         0.035579         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:158   684      5197.586571        11   120 
[  264.884032]         0.000000         0.019900         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:159   685      5197.586571        11   120 
[  264.884032]         0.000000         0.096624         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:160   687      5197.586571        11   120 
[  264.884032]         0.000000         0.095013         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:161   688      5197.586571        11   120 
[  264.884032]         0.000000         0.039198         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:162   690      5197.586571        11   120 
[  264.884032]         0.000000         0.080178         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:163   692      5197.586571        11   120 
[  264.884032]         0.000000         0.022006         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:164   695      5197.586571        11   120 
[  264.884032]         0.000000         0.054798         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:165   697      5197.586571        12   120 
[  264.884032]         0.000000         0.038056         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:166   698      5197.586571        11   120 
[  264.884032]         0.000000         0.020402         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:167   701      5197.713870        11   120 
[  264.884032]         0.000000         0.162616         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:168   703      5197.593217        11   120 
[  264.884032]         0.000000         0.029418         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:169   704      5197.775416        11   120 
[  264.884032]         0.000000         0.225391         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:170   706      5197.592057        11   120 
[  264.884032]         0.000000         0.024536         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:171   707      5197.592276        11   120 
[  264.884032]         0.000000         0.035401         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:172   708      5197.592811        11   120 
[  264.884032]         0.000000         0.030896         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:173   709      5197.594038        11   120 
[  264.884032]         0.000000         0.032043         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:174   712      5197.596011        11   120 
[  264.884032]         0.000000         0.049201         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:175   714      5197.596037        11   120 
[  264.884032]         0.000000         0.050407         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:176   716      5197.592588        11   120 
[  264.884032]         0.000000         0.039884         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:177   718      5197.592474        11   120 
[  264.884032]         0.000000         0.039361         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:178   720      5197.593934        11   120 
[  264.884032]         0.000000         0.044066         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:179   722      5197.592570        11   120 
[  264.884032]         0.000000         0.048628         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:180   725      5197.593170        12   120 
[  264.884032]         0.000000         0.090010         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:181   727      5197.602608        13   120 
[  264.884032]         0.000000         0.061758         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:182   778      5197.593442        11   120 
[  264.884032]         0.000000         0.053488         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:183   779      5197.592292        11   120 
[  264.884032]         0.000000         0.050032         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:184   780      5197.592615        12   120 
[  264.884032]         0.000000         0.047452         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:185   781      5197.592441        11   120 
[  264.884032]         0.000000         0.038679         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:186   782      5197.592604        11   120 
[  264.884032]         0.000000         0.045416         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:187   783      5197.592643        11   120 
[  264.884032]         0.000000         0.036835         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:188   784      5197.594033        11   120 
[  264.884032]         0.000000         0.041727         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:189   785      5197.864745        12   120 
[  264.884032]         0.000000         0.316460         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:190   786      5197.592180        11   120 
[  264.884032]         0.000000         0.050285         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:191   787      5197.592408        11   120 
[  264.884032]         0.000000         0.042182         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:192   788      5197.592976        11   120 
[  264.884032]         0.000000         0.041357         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:193   789      5197.592190        11   120 
[  264.884032]         0.000000         0.041885         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:194   790      5197.592858        11   120 
[  264.884032]         0.000000         0.039644         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:195   791      5197.592602        11   120 
[  264.884032]         0.000000         0.042834         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:196   792      5197.592772        11   120 
[  264.884032]         0.000000         0.041432         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:197   793      5197.592349        11   120 
[  264.884032]         0.000000         0.040833         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:198   794      5197.592795        11   120 
[  264.884032]         0.000000         0.038153         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:199   795      5197.592483        12   120 
[  264.884032]         0.000000         0.077983         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:200   796      5197.930798        20   120 
[  264.884032]         0.000000         0.633896         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:201   797      5197.893865        34   120 
[  264.884032]         0.000000         0.901457         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:202   798      5197.596057        13   120 
[  264.884032]         0.000000         0.056431         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:203   799      5197.785726        13   120 
[  264.884032]         0.000000         0.263584         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:204   800      5197.595171        13   120 
[  264.884032]         0.000000         0.055979         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:205   801      5197.593516        14   120 
[  264.884032]         0.000000         0.081032         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:206   802      5197.842344        13   120 
[  264.884032]         0.000000         0.286786         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:207   803      5197.595036        13   120 
[  264.884032]         0.000000         0.081927         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:208   804      5197.592496        13   120 
[  264.884032]         0.000000         0.030310         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:209   805      5198.473116        13   120 
[  264.884032]         0.000000         0.924388         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:210   806      5197.596485        13   120 
[  264.884032]         0.000000         0.060481         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:211   807      5197.593023        13   120 
[  264.884032]         0.000000         0.111649         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:212   808      5197.593262        13   120 
[  264.884032]         0.000000         0.074375         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:213   809      5197.593017        13   120 
[  264.884032]         0.000000         0.046609         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:214   810      5197.593293        13   120 
[  264.884032]         0.000000         0.049858         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:215   811      5197.592335        13   120 
[  264.884032]         0.000000         0.043383         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:216   812      5197.592711        13   120 
[  264.884032]         0.000000         0.102442         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:217   813      5197.592992        13   120 
[  264.884032]         0.000000         0.068766         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:218   814      5197.592864        13   120 
[  264.884032]         0.000000         0.068188         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:219   815      5197.593195        13   120 
[  264.884032]         0.000000         0.049081         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:220   816      5197.593767        13   120 
[  264.884032]         0.000000         0.087095         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:221   817      5197.592987        14   120 
[  264.884032]         0.000000         0.088741         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:222   818      5197.703844        13   120 
[  264.884032]         0.000000         0.220730         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:223   819      5197.794965        13   120 
[  264.884032]         0.000000         0.494792         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:224   820      5197.786151        13   120 
[  264.884032]         0.000000         0.324222         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:225   821      5197.772219        13   120 
[  264.884032]         0.000000         0.294269         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:226   822      5197.593297        13   120 
[  264.884032]         0.000000         0.089888         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:227   823      5197.592723        13   120 
[  264.884032]         0.000000         0.110322         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:228   824      5197.591787        13   120 
[  264.884032]         0.000000         0.193888         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:229   825      5197.592206        13   120 
[  264.884032]         0.000000         0.114886         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:230   826      5197.592478        13   120 
[  264.884032]         0.000000         0.257148         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:231   827      5197.592042        13   120 
[  264.884032]         0.000000         0.136993         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:232   828      5197.592394        13   120 
[  264.884032]         0.000000         0.253112         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:233   829      5197.591767        13   120 
[  264.884032]         0.000000         0.104364         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:234   830      5197.593111        13   120 
[  264.884032]         0.000000         0.073688         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:235   831      5609.645928       288   120 
[  264.884032]         0.000000        35.109921         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:236   832      5197.593733        33   120 
[  264.884032]         0.000000         0.698110         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:237   833      5197.593060        17   120 
[  264.884032]         0.000000         0.143307         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:238   834      5197.592559        15   120 
[  264.884032]         0.000000         0.044477         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:239   835      5197.592427        15   120 
[  264.884032]         0.000000         0.043207         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:240   836      5197.592564        15   120 
[  264.884032]         0.000000         0.030326         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:241   837      5197.592173        15   120 
[  264.884032]         0.000000         0.031884         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:242   838      5197.592300        15   120 
[  264.884032]         0.000000         0.027714         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:243   839      5197.592251        15   120 
[  264.884032]         0.000000         0.036887         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:244   840      5197.593459        15   120 
[  264.884032]         0.000000         0.034407         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:245   841      5197.592261        16   120 
[  264.884032]         0.000000         0.072185         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:246   842      5197.592079        15   120 
[  264.884032]         0.000000         0.259479         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:247   843      5197.591428        15   120 
[  264.884032]         0.000000         0.173109         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:248   844      5197.592014        15   120 
[  264.884032]         0.000000         0.149321         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:249   845      5197.592357        15   120 
[  264.884032]         0.000000         0.400517         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:250   846      5197.592337        15   120 
[  264.884032]         0.000000         0.251501         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:251   847      5197.592688        15   120 
[  264.884032]         0.000000         0.390754         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:252   848      5197.592441        15   120 
[  264.884032]         0.000000         0.233057         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:253   849      5197.592165        16   120 
[  264.884032]         0.000000         0.091166         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:254   850      5197.592846        16   120 
[  264.884032]         0.000000         0.289412         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:255   851      5197.592600        28   120 
[  264.884032]         0.000000         0.385080         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:256   852      5197.592640        47   120 
[  264.884032]         0.000000         2.546738         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]  kworker/u481:0   857      3647.510535         2   100 
[  264.884032]         0.000000         0.015027         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]      ib-comp-wq   859      3654.369255         2   100 
[  264.884032]         0.000000         0.000000         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]        ib_mcast   864      3663.125748         2   100 
[  264.884032]         0.000000         0.007648         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]     ib_nl_sa_wq   866      3663.127581         2   100 
[  264.884032]         0.000000         0.011918         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]      hv_balloon   976      7336.676895       238   120 
[  264.884032]         0.000000        11.071926         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]   kworker/1:257  1009      5197.590471       232   120 
[  264.884032]         0.000000         0.401638         0.000000
[  264.884032]  0 0
[  264.884032]  /

[  264.884032]  
[  264.884032]      sd-resolve  1351        16.500761       151   120 
[  264.884032]         0.000000         4.332152         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/systemd-timesyncd.service

[  264.884032]  
[  264.884032]           acpid  1371         1.277530        82   120 
[  264.884032]         0.000000         4.058967         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/acpid.service

[  264.884032]  
[  264.884032]            cron  1382         7.944587        24   120 
[  264.884032]         0.000000        10.585380         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/cron.service

[  264.884032]  
[  264.884032]           lxcfs  1389         2.183961        30   120 
[  264.884032]         0.000000         4.433703         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/lxcfs.service

[  264.884032]  
[  264.884032]           lxcfs  1429         5.543683         1   120 
[  264.884032]         0.000000         0.245293         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/lxcfs.service

[  264.884032]  
[  264.884032]           snapd  1441        13.446490       177   120 
[  264.884032]         0.000000        18.772237         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/snapd.service

[  264.884032]  
[  264.884032]           snapd  1472         9.498833         9   120 
[  264.884032]         0.000000         0.065178         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/snapd.service

[  264.884032]  
[  264.884032]           snapd  1473         9.748954         4   120 
[  264.884032]         0.000000         0.009399         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/snapd.service

[  264.884032]  
[  264.884032]           snapd  1475        19.459527         2   120 
[  264.884032]         0.000000         0.014520         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/snapd.service

[  264.884032]  
[  264.884032]        dhclient  1522       245.263710         2   120 
[  264.884032]         0.000000         0.431837         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/ifup@eth0.service

[  264.884032]  
[  264.884032]      irqbalance  1751        54.560698        31   120 
[  264.884032]         0.000000        23.092400         0.000000
[  264.884032]  0 0
[  264.884032]  /system.slice/irqbalance.service

[  264.884032]  
[  264.884032]           login  1760         0.460323        82   120 
[  264.884032]         0.000000        23.249659         0.000000
[  264.884032]  0 0
[  264.884032]  /user.slice

[  264.884032]  
[  264.884032]            bash  1982       542.010223        93   120 
[  264.884032]         0.000000        83.381736         0.000000
[  264.884032]  0 0
[  264.884032]  /user.slice

[  264.884032]  
[  264.884032]            sshd  2039       682.662974       142   120 
[  264.884032]         0.000000        14.236025         0.000000
[  264.884032]  0 0
[  264.884032]  /user.slice

[  264.884032]  
[  264.884032]            bash  2040       592.931070        54   120 
[  264.884032]         0.000000        71.304789         0.000000
[  264.884032]  0 0
[  264.884032]  /user.slice

[  264.884032]  
[  264.884032]            sudo  2059       559.688321        29   120 
[  264.884032]         0.000000        24.000815         0.000000
[  264.884032]  0 0
[  264.884032]  /user.slice

[  264.884032] R
[  264.884032]            bash  2061      6379.135410       125   120 
[  264.884032]         0.000000      5717.531481         0.000000
[  264.884032]  0 0
[  264.884032]  /user.slice

[  264.884032]  
[  264.884032]            sudo  2071       616.369864        16   120 
[  264.884032]         0.000000        18.869502         0.000000
[  264.884032]  0 0
[  264.884032]  /user.slice


[  265.862901] Showing busy workqueues and worker pools:
[  265.863850] workqueue netns: flags=0x6000a
[  265.864661]   pwq 480:
[  265.865285]  cpus=0-239 flags=0x4 nice=0
[  265.865340]  active=1/1
[  265.866042]     in-flight: 249:cleanup_net
[  265.866777]     delayed: cleanup_net
[  265.869096] pool 480:
[  265.869110]  cpus=0-239
[  265.869118]  flags=0x4 nice=0
[  265.869123]  hung=0s workers=4
[  265.869129]  idle: 6 248 36
[  282.461536] sysrq: SysRq : Show Blocked State
[  282.463882]   task                        PC stack   pid father
[  282.465052] kworker/u480:3  D    0   249      2 0x00000000
[  282.465975] Workqueue: netns cleanup_net
[  282.467296]  ffff8ce334e89c00 0000000000000000 ffff8ce36baa8f00 ffff8ce378e19340
[  282.468606]  ffffffff8aa0e540 ffff9edf03e07a88 ffffffff8a486df3 ffff9edf03e07a60
[  282.469338]  00ffffff89cbe663 ffff8ce378e19340 00000000ffffefb6 ffff8ce36baa8f00
[  282.470304] Call Trace:
[  282.471257]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.472205]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.472803]  [<ffffffff8a48a9ca>] schedule_timeout+0x22a/0x3f0
[  282.473725]  [<ffffffff8a486dfb>] ? __schedule+0x23b/0x6e0
[  282.474639]  [<ffffffff8a487d24>] wait_for_completion+0xb4/0x140
[  282.475550]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  282.476467]  [<ffffffff89ceb528>] __wait_rcu_gp+0xc8/0xf0
[  282.477106]  [<ffffffff89ceea5c>] synchronize_sched+0x5c/0x80
[  282.477989]  [<ffffffff89cf0010>] ? call_rcu_bh+0x20/0x20
[  282.478863]  [<ffffffff89ceb440>] ? trace_raw_output_rcu_utilization+0x60/0x60
[  282.479739]  [<ffffffff8a3696bc>] synchronize_net+0x1c/0x30
[  282.480298]  [<ffffffff8a369803>] netif_napi_del+0x23/0x80
[  282.481168]  [<ffffffffc07386f8>] ip_tunnel_dev_free+0x68/0xf0 [ip_tunnel]
[  282.482035]  [<ffffffff8a372c10>] netdev_run_todo+0x230/0x330
[  282.482889]  [<ffffffff8a37eb4e>] rtnl_unlock+0xe/0x10
[  282.483732]  [<ffffffffc07384df>] ip_tunnel_delete_net+0xdf/0x120 [ip_tunnel]
[  282.484341]  [<ffffffffc074e51c>] ipgre_exit_net+0x2c/0x30 [ip_gre]
[  282.485181]  [<ffffffff8a362688>] ops_exit_list.isra.4+0x38/0x60
[  282.486023]  [<ffffffff8a363674>] cleanup_net+0x1c4/0x2b0
[  282.486850]  [<ffffffff89c9e4ac>] process_one_work+0x1fc/0x4b0
[  282.487682]  [<ffffffff89c9e7ab>] worker_thread+0x4b/0x500
[  282.488331]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.489015]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.491571]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.494512]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.496768]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.497592] ip              D    0  2199   2198 0x00000000
[  282.498468]  ffff8ce370102400 0000000000000000 ffff8ce371378000 ffff8ce378e19340
[  282.499175]  ffffffff8aa0e540 ffff9edf04a9fdb8 ffffffff8a486df3 00000005a47fce07
[  282.499733]  00ff8ce37108faa0 ffff8ce378e19340 ffff8ce300000000 ffff8ce371378000
[  282.500329] Call Trace:
[  282.500596]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.501196]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.501720]  [<ffffffff8a48756e>] schedule_preempt_disabled+0xe/0x10
[  282.502245]  [<ffffffff8a489199>] __mutex_lock_slowpath+0xb9/0x130
[  282.502765]  [<ffffffff89e0fce2>] ? __kmalloc+0x162/0x1e0
[  282.503275]  [<ffffffff8a48922f>] mutex_lock+0x1f/0x30
[  282.503780]  [<ffffffff8a3637ff>] copy_net_ns+0x9f/0x170
[  282.504049]  [<ffffffff89ca5e6b>] create_new_namespaces+0x11b/0x200
[  282.504468]  [<ffffffff89ca60fa>] unshare_nsproxy_namespaces+0x5a/0xb0
[  282.505377]  [<ffffffff89c82dcd>] SyS_unshare+0x1cd/0x360
[  282.506379]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  282.509030] sysrq: SysRq : 
[  282.509047] Show backtrace of all active CPUs
[  282.510675] NMI backtrace for cpu 0
[  282.511219] CPU: 0 PID: 2061 Comm: bash Not tainted 4.9.0-040900rc4-generic #201611052031
[  282.511760] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS Hyper-V UEFI Release v2.0 08/26/2016
[  282.512307]  ffff9edf01623d68 ffffffff8a016c62 0000000000000000 0000000000000000
[  282.512853]  ffff9edf01623d98 ffffffff8a01b434 ffffffff89c56130 0000000000000000
[  282.512878]  0000000000000000 ffffffff8aac3640 ffff9edf01623db8 ffffffff8a01b513
[  282.512878] Call Trace:
[  282.512878]  [<ffffffff8a016c62>] dump_stack+0x63/0x81
[  282.512878]  [<ffffffff8a01b434>] nmi_cpu_backtrace+0x94/0xa0
[  282.512878]  [<ffffffff89c56130>] ? irq_force_complete_move+0x140/0x140
[  282.512878]  [<ffffffff8a01b513>] nmi_trigger_cpumask_backtrace+0xd3/0x100
[  282.512878]  [<ffffffff89c561a9>] arch_trigger_cpumask_backtrace+0x19/0x20
[  282.512878]  [<ffffffff8a130447>] sysrq_handle_showallcpus+0x17/0x20
[  282.512878]  [<ffffffff8a130af6>] __handle_sysrq+0xf6/0x150
[  282.512878]  [<ffffffff8a130f2f>] write_sysrq_trigger+0x2f/0x40
[  282.512878]  [<ffffffff89eaa6a2>] proc_reg_write+0x42/0x70
[  282.512878]  [<ffffffff89e36167>] __vfs_write+0x37/0x160
[  282.512878]  [<ffffffff89fb8998>] ? apparmor_file_permission+0x18/0x20
[  282.512878]  [<ffffffff89f7787b>] ? security_file_permission+0x3b/0xc0
[  282.512878]  [<ffffffff89e36895>] vfs_write+0xb5/0x1a0
[  282.512878]  [<ffffffff89e37cf5>] SyS_write+0x55/0xc0
[  282.512878]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  282.523199] Sending NMI from CPU 0 to CPUs 1:
[  282.523793] NMI backtrace for cpu 1
[  282.524347] CPU: 1 PID: 428 Comm: systemd-journal Not tainted 4.9.0-040900rc4-generic #201611052031
[  282.524882] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS Hyper-V UEFI Release v2.0 08/26/2016
[  282.525616] task: ffff8ce36baada00 task.stack: ffff9edf01368000
[  282.526593] RIP: 0010:[<ffffffff89e80c15>] \x01c [<ffffffff89e80c15>] ep_send_events_proc+0x125/0x1a0
[  282.527194] RSP: 0018:ffff9edf0136bd88  EFLAGS: 00040246
[  282.527194] RAX: 0000000000000001 RBX: ffff9edf0136be00 RCX: 0000000000000000
[  282.527194] RDX: 00007ffc48a398d0 RSI: ffff9edf0136bda0 RDI: ffffffff8ad2056c
[  282.527194] RBP: ffff9edf0136bde0 R08: ffff8ce371edae18 R09: 00007ffffffff000
[  282.527194] R10: 00000000ffffffff R11: ffff8ce36baada00 R12: 0000000000000000
[  282.527194] R13: ffff9edf0136be88 R14: ffff8ce372b2fb00 R15: ffff8ce371edae18
[  282.527194] FS:  00007f52c1a35880(0000) GS:ffff8ce378e40000(0000) knlGS:0000000000000000
[  282.527194] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  282.527194] CR2: 00007f52bf30a000 CR3: 000000006e498000 CR4: 00000000003406e0
[  282.527194] Stack:
[  282.527194]  ffff8ce372b2fb60\x01c 00007ffc48a398d0\x01c ffff8ce37f2b8bf0\x01c 0000000000000000\x01c
[  282.527194]  0000000000000019\x01c 000000005101fe4e\x01c ffffffff89e80af0\x01c ffff9edf0136be00\x01c
[  282.527194]  ffff8ce372b2fb60\x01c ffff9edf0136be88\x01c ffff8ce372b2fb00\x01c ffff9edf0136be40\x01c
[  282.527194] Call Trace:
[  282.527194]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  282.527194]  [<ffffffff89e8105b>] ep_scan_ready_list.constprop.12+0x9b/0x210
[  282.527194]  [<ffffffff89e81361>] ep_poll+0x191/0x350
[  282.527194]  [<ffffffff89d477ff>] ? __secure_computing+0x3f/0xe0
[  282.527194]  [<ffffffff89c0338d>] ? syscall_trace_enter+0xcd/0x2e0
[  282.527194]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  282.527194]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  282.527194]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  282.527194] Code: \x01c48 \x01c33 \x01c14 \x01c25 \x01c28 \x01c00 \x01c00 \x01c00 \x01c44 \x01c89 \x01ce0 \x01c0f \x01c85 \x01c8e \x01c00 \x01c00 \x01c00 \x01c48 \x01c83 \x01cc4 \x01c30 \x01c5b \x01c41 \x01c5c \x01c41 \x01c5d \x01c41 \x01c5e \x01c41 \x01c5f \x01c5d \x01cc3 \x01c0f \x01c01 \x01ccb \x01c31 \x01cc9 \x01c48 \x01c8b \x01c55 \x01cb0 \x01c89 \x01c02 \x01c<0f> \x01c01 \x01cca \x01c85 \x01cc9 \x01c75 \x01c9e \x01c0f \x01c01 \x01ccb \x01c49 \x01c8b \x01c47 \x01c5c \x01c48 \x01c8b \x01c55 \x01cb0 \x01c48 \x01c89 \x01c42 \x01c
[  282.547362] sysrq: SysRq : Show State
[  282.548406]   task                        PC stack   pid father
[  282.549070] systemd         S    0     1      0 0x00000000
[  282.549718]  ffff8ce334e8ec00 0000000000000000 ffff8ce37444ad00 ffff8ce378e19340
[  282.550361]  ffffffff8aa0e540 ffff9edf0031fd88 ffffffff8a486df3 0000000000000000
[  282.551020]  0000000000000000 ffff8ce378e19340 00000000000000b8 ffff8ce37444ad00
[  282.551667] Call Trace:
[  282.552374]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.552853]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.553494]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  282.554135]  [<ffffffff8a020219>] ? timerqueue_add+0x59/0xb0
[  282.554774]  [<ffffffff89cf7f1d>] ? enqueue_hrtimer+0x3d/0x80
[  282.555415]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  282.556071]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  282.556417]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  282.557171]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  282.557800]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  282.558432]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  282.559084] kthreadd        S    0     2      0 0x00000000
[  282.559747]  ffff8ce334e70800 ffff8ce334e70800 ffff8ce37444cb00 ffff8ce378e19340
[  282.560407]  ffff8ce3719a4b00 ffff9edf00327ee0
[  282.560407]  ffffffff8a486df3
[  282.560407]  ffffffff89cafd80
[  282.560953]  0000000000000286 ffff8ce378e19340 000000005e396230 ffff8ce37444cb00
[  282.561622] Call Trace:
[  282.562298]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.562996]  [<ffffffff89cafd80>] ? __set_cpus_allowed_ptr+0xa0/0x1e0
[  282.563750]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.564165]  [<ffffffff89ca5ae8>] kthreadd+0x188/0x190
[  282.564916]  [<ffffffff89ca5960>] ? kthread_create_worker_on_cpu+0x70/0x70
[  282.565578]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.566263] ksoftirqd/0     S    0     3      2 0x00000000
[  282.566954]  ffff8ce370102000 0000000000000000 ffff8ce374448000 ffff8ce378e19340
[  282.567875]  ffff8ce372bbe900 ffff9edf0032fe78 ffffffff8a486df3 00000000ffffe703
[  282.568330]  0000000000000050 ffff8ce378e19340 ffffffff8aa05150 ffff8ce374448000
[  282.569266] Call Trace:
[  282.570179]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.570803]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.571412]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  282.572014]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  282.572366]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.573003]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.573575]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.574145] kworker/0:0     S    0     4      2 0x00000000
[  282.574716]  ffff8ce334e8ec00 0000000000000000 ffff8ce37444bc00 ffff8ce378e19340
[  282.575291]  ffff8ce3357fcb00 ffff9edf00337e40 ffffffff8a486df3 ffffffff89e230f7
[  282.575869]  00ff8ce374bf3740 ffff8ce378e19340 ffff9edf00337e58 ffff8ce37444bc00
[  282.576361] Call Trace:
[  282.576836]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.577422]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  282.578008]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.578591]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  282.579178]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.579752]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.580203]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.580546]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.581135] kworker/0:0H    S    0     5      2 0x00000000
[  282.581668]  ffff8ce36d4b5000 0000000000000000 ffff8ce374448f00 ffff8ce378e19340
[  282.582212]  ffff8ce372bbe900 ffff9edf0033fe40 ffffffff8a486df3 ffff8ce378e18fd0
[  282.582745]  00ff8ce378e0fdc0 ffff8ce378e19340 ffff9edf0033fe40 ffff8ce374448f00
[  282.583361] Call Trace:
[  282.583902]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.584541]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.585052]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  282.585629]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.586191]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.586743]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.587327]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.587894] kworker/u480:0  S    0     6      2 0x00000000
[  282.588382]  ffff8ce370105000
[  282.588382]  ffff8ce370105000
[  282.588382]  ffff8ce37444da00 ffff8ce378e59340
[  282.588792]  ffff8ce370d94b00 ffff9edf00347e40 ffffffff8a486df3 ffff8ce3748c2e00
[  282.589374]  00ff8ce374bf2600 ffff8ce378e59340 ffff9edf00347e58 ffff8ce37444da00
[  282.589950] Call Trace:
[  282.590507]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.591071]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.591612]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  282.592153]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.592380]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.592920]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.593448]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.593978] rcu_sched       S    0     7      2 0x00000000
[  282.594502]  ffff8ce334e8c000 0000000000000000 ffff8ce37444e900 ffff8ce378e59340
[  282.595044]  ffff8ce374522d00 ffff9edf0034fd78 ffffffff8a486df3 ffff8ce378e4fdc0
[  282.595577]  00000000ffffffff ffff8ce378e59340 ffff9edf0034fdc0 ffff8ce37444e900
[  282.596117] Call Trace:
[  282.596373]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.596903]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.597431]  [<ffffffff8a48a97f>] schedule_timeout+0x1df/0x3f0
[  282.597963]  [<ffffffff89caed40>] ? resched_cpu+0x60/0x70
[  282.598522]  [<ffffffff89cf5ee0>] ? del_timer_sync+0x50/0x50
[  282.599130]  [<ffffffff89cef1e9>] rcu_gp_kthread+0x539/0x900
[  282.599642]  [<ffffffff89ceecb0>] ? rcu_note_context_switch+0xf0/0xf0
[  282.600268]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.600537]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.601046]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.601565] rcu_bh          S    0     8      2 0x00000000
[  282.602061]  ffffffff8aa74260 0000000000000000 ffff8ce374449e00 ffff8ce378e19340
[  282.602720]  ffff8ce37444cb00 ffff9edf00357e20 ffffffff8a486df3 ffff8ce378e19340
[  282.603365]  00ff9edf00357e50 ffff8ce378e19340 0000000000000292 ffff8ce374449e00
[  282.604107] Call Trace:
[  282.604530]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.604926]  [<ffffffff89ceecb0>] ? rcu_note_context_switch+0xf0/0xf0
[  282.605519]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.606072]  [<ffffffff89ceed25>] rcu_gp_kthread+0x75/0x900
[  282.606690]  [<ffffffff89ceecb0>] ? rcu_note_context_switch+0xf0/0xf0
[  282.607335]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.608005]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.608369]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.608928] migration/0     S    0     9      2 0x00000000
[  282.609484]  ffff8ce370107800 ffff8ce334e72800 ffff8ce374525a00 ffff8ce378e19340
[  282.610069]  ffff8ce36c85e900 ffff9edf0035fe78 ffffffff8a486df3 ffff8ce378e12800
[  282.610646]  00ffffff89cb08f0 ffff8ce378e19340 ffffffff89d2b178 ffff8ce374525a00
[  282.611318] Call Trace:
[  282.611859]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.612299]  [<ffffffff89d2b178>] ? cpu_stop_signal_done+0x18/0x20
[  282.612701]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.613200]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  282.613703]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  282.614199]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.614777]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.615324]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.615835] lru-add-drain   S    0    10      2 0x00000000
[  282.616138]  ffffffff8aa74260 0000000000000000 ffff8ce374526900 ffff8ce378e19340
[  282.616616]  ffff8ce37444cb00 ffff9edf00367e38 ffffffff8a486df3 0000000000000292
[  282.617119]  00ff9edf00367e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce374526900
[  282.617672] Call Trace:
[  282.618162]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.618655]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.619146]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.619641]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.620053]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.620347]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.620896]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.621393] watchdog/0      S    0    11      2 0x00000000
[  282.621886]  ffff8ce370d47400 0000000000000000 ffff8ce374521e00 ffff8ce378e19340
[  282.622385]  ffff8ce37444e900 ffff9edf0036fe78 ffffffff8a486df3 0000000000019e00
[  282.622887]  00ff8ce378e19e00 ffff8ce378e19340 ffff9edf0036fe68 ffff8ce374521e00
[  282.623389] Call Trace:
[  282.623884]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.624341]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.624689]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  282.625187]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  282.625681]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.626173]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.626665]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.627156] cpuhp/0         S    0    12      2 0x00000000
[  282.627648]  ffff8ce372420c00 ffff8ce372420c00 ffff8ce303ee8f00 ffff8ce378e19340
[  282.628134]  ffff8ce3725e9e00 ffff9edf00aefe78 ffffffff8a486df3 0000000000000000
[  282.628387]  00ff9edf00aefe48 ffff8ce378e19340 ffff9edf00aefe70 ffff8ce303ee8f00
[  282.628957] Call Trace:
[  282.629460]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.630019]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.630534]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  282.631028]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  282.631519]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.632005]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.632384]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.632804] cpuhp/1         S    0    13      2 0x00000000
[  282.633292]  ffff8ce36ce70800 ffff8ce36ce70800 ffff8ce303eeda00 ffff8ce378e59340
[  282.633792]  ffff8ce36ce7cb00 ffff9edf00af7e78 ffffffff8a486df3 0000000000000000
[  282.634338]  00ff9edf00af7e48 ffff8ce378e59340 ffff9edf00af7e70 ffff8ce303eeda00
[  282.634859] Call Trace:
[  282.635357]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.635856]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.636247]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  282.636617]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  282.637106]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.637592]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.638079]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.638560] watchdog/1      S    0    14      2 0x00000000
[  282.639048]  ffff8ce334e89c00 0000000000000000 ffff8ce303eee900 ffff8ce378e59340
[  282.639550]  ffff8ce374522d00 ffff9edf00affe78 ffffffff8a486df3 0000000000019e00
[  282.640052]  00ff8ce378e59e00 ffff8ce378e59340 ffff9edf00affe68 ffff8ce303eee900
[  282.640284] Call Trace:
[  282.640845]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.641356]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.641855]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  282.642354]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  282.642847]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.643332]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.643815]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.644270] migration/1     S    0    15      2 0x00000000
[  282.644489]  ffff8ce370103000 0000000000000000 ffff8ce303ee9e00 ffff8ce378e59340
[  282.645042]  ffff8ce374522d00 ffff9edf00b07e78 ffffffff8a486df3 ffff8ce378e52800
[  282.645597]  00ffffff89cb08f0 ffff8ce378e59340 ffffffff89d2b178 ffff8ce303ee9e00
[  282.646115] Call Trace:
[  282.646611]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.647113]  [<ffffffff89d2b178>] ? cpu_stop_signal_done+0x18/0x20
[  282.647611]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.648107]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  282.648484]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  282.648908]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.649388]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.649870]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.650351] ksoftirqd/1     S    0    16      2 0x00000000
[  282.650833]  ffff8ce334e89c00 0000000000000000 ffff8ce303eead00 ffff8ce378e59340
[  282.651328]  ffff8ce370701e00 ffff9edf00b0fe78 ffffffff8a486df3 00000000ffffee69
[  282.651827]  0000000000000020 ffff8ce378e59340 ffffffff8aa05120 ffff8ce303eead00
[  282.652362] Call Trace:
[  282.652601]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.653097]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.653588]  [<ffffffff89ca8763>] smpboot_thread_fn+0xc3/0x160
[  282.654081]  [<ffffffff89ca86a0>] ? sort_range+0x30/0x30
[  282.654563]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.655043]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.655520]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.655998] kworker/1:0     S    0    17      2 0x00000000
[  282.656217]  ffff8ce36e470800 0000000000000000 ffff8ce303eecb00 ffff8ce378e59340
[  282.656771]  ffff8ce36baa9e00 ffff9edf00b17e40 ffffffff8a486df3 ffffffff89e230f7
[  282.657273]  00ff8ce374bf2300 ffff8ce378e59340 ffff9edf00b17e58 ffff8ce303eecb00
[  282.657775] Call Trace:
[  282.658269]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.658767]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  282.659265]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.659757]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  282.660208]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.660458]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.661000]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.661546]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.662050] kworker/1:0H    S    0    18      2 0x00000000
[  282.662573]  ffff8ce334e72000 0000000000000000 ffff8ce303f25a00 ffff8ce378e59340
[  282.663077]  ffff8ce36baaad00 ffff9edf00b1fe40 ffffffff8a486df3 ffff8ce378e5e300
[  282.663581]  00ff8ce374bf2f00 ffff8ce378e59340 ffff9edf00b1fe58 ffff8ce303f25a00
[  282.664084] Call Trace:
[  282.664453]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.664889]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.665384]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  282.665869]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.666352]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.666837]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.667317]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.667800] kdevtmpfs       S    0    19      2 0x00000000
[  282.668290]  ffff8ce370d47400 0000000000000000 ffff8ce303f26900 ffff8ce378e19340
[  282.668584]  ffff8ce36cfc2d00 ffff9edf00b27e58 ffffffff8a486df3 ffff9edf0427f928
[  282.669123]  00ff9edf0427f920 ffff8ce378e19340 ffffffff8ae224a8 ffff8ce303f26900
[  282.669642] Call Trace:
[  282.670132]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.670630]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.671125]  [<ffffffff8a19b768>] devtmpfsd+0x178/0x190
[  282.671616]  [<ffffffff8a19b5f0>] ? handle_create+0x210/0x210
[  282.672014]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.672296]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.672852]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.673334] netns           S    0    20      2 0x00000000
[  282.673821]  ffffffff8aa74260 0000000000000000 ffff8ce303f21e00 ffff8ce378e59340
[  282.674321]  ffff8ce374522d00 ffff9edf00b2fe38 ffffffff8a486df3 0000000000000292
[  282.674824]  00ff9edf00b2fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce303f21e00
[  282.675331] Call Trace:
[  282.675834]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.676290]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.676614]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.677218]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.677817]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.678323]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.678808]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.679292] khungtaskd      S    0    21      2 0x00000000
[  282.679780]  ffff8ce371150c00 0000000000000000 ffff8ce303f22d00 ffff8ce378e59340
[  282.680059]  ffff8ce374522d00 ffff9edf00b37d98 ffffffff8a486df3 ffff8ce378e4fdc0
[  282.680500]  00000000ffffffff ffff8ce378e59340 ffff9edf00b37de0 ffff8ce303f22d00
[  282.681087] Call Trace:
[  282.681591]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.682105]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.682605]  [<ffffffff8a48a97f>] schedule_timeout+0x1df/0x3f0
[  282.683103]  [<ffffffff89cbe663>] ? put_prev_entity+0x33/0x3e0
[  282.683591]  [<ffffffff89cf5ee0>] ? del_timer_sync+0x50/0x50
[  282.684075]  [<ffffffff8a48abaf>] schedule_timeout_interruptible+0x1f/0x30
[  282.684495]  [<ffffffff89d45cb7>] watchdog+0x57/0x350
[  282.684848]  [<ffffffff89d45c60>] ? reset_hung_task_detector+0x20/0x20
[  282.685341]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.685830]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.686315]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.686802] oom_reaper      S    0    22      2 0x00000000
[  282.687292]  ffffffff8aa74260 0000000000000000 ffff8ce303f24b00 ffff8ce378e59340
[  282.687792]  ffff8ce374522d00 ffff9edf00b3fe38 ffffffff8a486df3 ffff8ce378e593a8
[  282.688289]  00ff8ce303f24b80 ffff8ce378e59340 0000000000000001 ffff8ce303f24b00
[  282.688562] Call Trace:
[  282.689052]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.689556]  [<ffffffff89da9ab0>] ? task_will_free_mem+0x110/0x110
[  282.690049]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.690543]  [<ffffffff89da9bfa>] oom_reaper+0x14a/0x190
[  282.691034]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  282.691532]  [<ffffffff89da9ab0>] ? task_will_free_mem+0x110/0x110
[  282.692012]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.692288]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.692807]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.693300] writeback       S    0    23      2 0x00000000
[  282.693797]  ffffffff8aa74260 0000000000000000 ffff8ce303f20000 ffff8ce378e59340
[  282.694301]  ffff8ce374522d00 ffff9edf00b47e38 ffffffff8a486df3 0000000000000292
[  282.694806]  00ff9edf00b47e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce303f20000
[  282.695304] Call Trace:
[  282.695794]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.696266]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.696515]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.697073]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.697578]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.698080]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.698579]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.699079] kcompactd0      S    0    24      2 0x00000000
[  282.699573]  ffffffff8aa74260 0000000000000000 ffff8ce303f23c00 ffff8ce378e59340
[  282.700078]  ffff8ce374522d00 ffff9edf00b4fe48 ffffffff8a486df3 ffffffff89cafd80
[  282.700511]  0000000000000292 ffff8ce378e59340 0000000000000000 ffff8ce303f23c00
[  282.700898] Call Trace:
[  282.701387]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.701902]  [<ffffffff89cafd80>] ? __set_cpus_allowed_ptr+0xa0/0x1e0
[  282.702408]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.702911]  [<ffffffff89dd6140>] kcompactd+0x160/0x1c0
[  282.703413]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  282.703921]  [<ffffffff89dd5fe0>] ? kcompactd_do_work+0x290/0x290
[  282.704334]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.704727]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.705222]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.705718] ksmd            S    0    25      2 0x00000000
[  282.706216]  ffffffff8aa74260 0000000000000000 ffff8ce303f20f00 ffff8ce378e59340
[  282.706717]  ffff8ce374522d00 ffff9edf00b57de8 ffffffff8a486df3 0000000000000296
[  282.707224]  00ff8ce303f20f00 ffff8ce378e59340 ffffffff89e088e0 ffff8ce303f20f00
[  282.707729] Call Trace:
[  282.708164]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.708512]  [<ffffffff89e088e0>] ? try_to_merge_with_ksm_page+0x730/0x730
[  282.709087]  [<ffffffff89e088e0>] ? try_to_merge_with_ksm_page+0x730/0x730
[  282.709595]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.710098]  [<ffffffff89e089c8>] ksm_scan_thread+0xe8/0x13f0
[  282.710605]  [<ffffffff8a486dfb>] ? __schedule+0x23b/0x6e0
[  282.711107]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  282.711617]  [<ffffffff89e088e0>] ? try_to_merge_with_ksm_page+0x730/0x730
[  282.712135]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.712507]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.712940]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.713439] khugepaged      S    0    26      2 0x00000000
[  282.713941]  ffff8ce370d47400 0000000000000000 ffff8ce37f834b00 ffff8ce378e19340
[  282.714444]  ffffffff8aa0e540 ffff9edf00b5fcc8 ffffffff8a486df3 ffff8ce378e0fdc0
[  282.714951]  00000000ffffffff ffff8ce378e19340 ffff9edf00b5fd10 ffff8ce37f834b00
[  282.715456] Call Trace:
[  282.715954]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.716377]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.716786]  [<ffffffff8a48a97f>] schedule_timeout+0x1df/0x3f0
[  282.717290]  [<ffffffff89cf5ee0>] ? del_timer_sync+0x50/0x50
[  282.717794]  [<ffffffff89e1febe>] khugepaged+0x3de/0x11d0
[  282.718297]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  282.718801]  [<ffffffff89e1fae0>] ? collapse_shmem+0xc50/0xc50
[  282.719308]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.719801]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.720212]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.720492] crypto          S    0    27      2 0x00000000
[  282.721035]  ffffffff8aa74260 0000000000000000 ffff8ce37f830000 ffff8ce378e59340
[  282.721531]  ffff8ce374522d00 ffff9edf00b67e38 ffffffff8a486df3 0000000000000292
[  282.722035]  00ff9edf00b67e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f830000
[  282.722538] Call Trace:
[  282.723034]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.723542]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.724125]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.724486]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.724949]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.725455]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.725948]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.726437] kintegrityd     S    0    28      2 0x00000000
[  282.726925]  ffffffff8aa74260 0000000000000000 ffff8ce37f833c00 ffff8ce378e59340
[  282.727422]  ffff8ce374522d00 ffff9edf00b6fe38 ffffffff8a486df3 0000000000000292
[  282.727922]  00ff9edf00b6fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f833c00
[  282.728380] Call Trace:
[  282.728724]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.729229]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.729731]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.730233]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.730786]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.731287]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.731782]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.732163] bioset          S    0    29      2 0x00000000
[  282.732480]  ffffffff8aa74260 0000000000000000 ffff8ce37f830f00 ffff8ce378e59340
[  282.733054]  ffff8ce374522d00 ffff9edf00b77e38 ffffffff8a486df3 0000000000000292
[  282.733550]  00ff9edf00b77e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f830f00
[  282.734050] Call Trace:
[  282.734539]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.735041]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.735539]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.736041]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.736473]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.736851]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.737346]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.737844] kblockd         S    0    30      2 0x00000000
[  282.738345]  ffffffff8aa74260 0000000000000000 ffff8ce37f835a00 ffff8ce378e59340
[  282.738855]  ffff8ce374522d00 ffff9edf00b7fe38 ffffffff8a486df3 0000000000000292
[  282.739393]  00ff9edf00b7fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f835a00
[  282.739969] Call Trace:
[  282.740294]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.740773]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.741270]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.741768]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.742266]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.742763]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.743259]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.743757] kworker/0:1     S    0    31      2 0x00000000
[  282.744202]  ffff8ce334e8ec00 0000000000000000 ffff8ce37f836900 ffff8ce378e19340
[  282.744482]  ffff8ce37444bc00 ffff9edf00b87e40 ffffffff8a486df3 ffffffff89e230f7
[  282.745055]  00ff8ce37f80afc0 ffff8ce378e19340 ffff9edf00b87e58 ffff8ce37f836900
[  282.745581] Call Trace:
[  282.746096]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.746616]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  282.747134]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.747646]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  282.748152]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.748478]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.748948]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.749441]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.749940]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.750434] ata_sff         S    0    32      2 0x00000000
[  282.750933]  ffffffff8aa74260 0000000000000000 ffff8ce37f831e00 ffff8ce378e59340
[  282.751442]  ffff8ce374522d00 ffff9edf00b8fe38 ffffffff8a486df3 0000000000000292
[  282.751953]  00ff9edf00b8fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f831e00
[  282.752396] Call Trace:
[  282.752769]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.753274]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.753772]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.754266]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.754756]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.755361]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.755854]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.756206] md              S
[  282.756206]     0    33      2 0x00000000
[  282.756614]  ffffffff8aa74260 0000000000000000 ffff8ce37f832d00 ffff8ce378e59340
[  282.757125]  ffff8ce374522d00 ffff9edf00b97e38 ffffffff8a486df3 0000000000000292
[  282.757644]  00ff9edf00b97e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f832d00
[  282.758164] Call Trace:
[  282.758671]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.759180]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.759681]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.760080]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.760390]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.760940]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.761432]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.761925] devfreq_wq      S    0    34      2 0x00000000
[  282.762428]  ffffffff8aa74260 0000000000000000 ffff8ce37f9b8f00 ffff8ce378e59340
[  282.762937]  ffff8ce374522d00 ffff9edf00b9fe38 ffffffff8a486df3 0000000000000292
[  282.763450]  00ff9edf00b9fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f9b8f00
[  282.763970] Call Trace:
[  282.764384]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.764779]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.765283]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.765780]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.766274]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.766768]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.767260]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.767753] watchdogd       S    0    35      2 0x00000000
[  282.768209]  ffffffff8aa74260 0000000000000000 ffff8ce37f9bda00 ffff8ce378e59340
[  282.768482]  ffff8ce374522d00 ffff9edf00ba7e38 ffffffff8a486df3 0000000000000292
[  282.769054]  00ff9edf00ba7e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f9bda00
[  282.769624] Call Trace:
[  282.770128]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.770735]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.771240]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.771740]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.772240]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.772481]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.773029]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.773520] kworker/u480:1  S    0    36      2 0x00000000
[  282.774019]  ffff8ce334e71000 0000000000000000 ffff8ce37f9be900 ffff8ce378e59340
[  282.774532]  ffff8ce374522d00 ffff9edf00bafe40 ffffffff8a486df3 ffff8ce3344a5360
[  282.775046]  00ff8ce37fa49d40 ffff8ce378e59340 ffff9edf00bafe58 ffff8ce37f9be900
[  282.775562] Call Trace:
[  282.776073]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.776475]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.776896]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  282.777400]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.777904]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.778393]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.778877]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.779365]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.779852] kswapd0         S    0    38      2 0x00000000
[  282.780326]  ffffffff8aa74260 0000000000000000 ffff8ce37f9bad00 ffff8ce378e59340
[  282.780612]  ffff8ce374522d00 ffff9edf01037de0 ffffffff8a486df3 0000000000000000
[  282.781118]  00ff9edf01037db8 ffff8ce378e59340 ffffffff8a02d928 ffff8ce37f9bad00
[  282.781629] Call Trace:
[  282.782129]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.782629]  [<ffffffff8a02d928>] ? find_next_bit+0x18/0x20
[  282.783128]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.783617]  [<ffffffff89dc1495>] kswapd+0x6f5/0x710
[  282.784083]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  282.784298]  [<ffffffff89dc0da0>] ? mem_cgroup_shrink_node+0x170/0x170
[  282.784842]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.785324]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.785808]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.786341] vmstat          S    0    39      2 0x00000000
[  282.786836]  ffffffff8aa74260 0000000000000000 ffff8ce37f9bcb00 ffff8ce378e59340
[  282.787340]  ffff8ce374522d00 ffff9edf0103fe38 ffffffff8a486df3 0000000000000292
[  282.787844]  00ff9edf0103fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37f9bcb00
[  282.788293] Call Trace:
[  282.788642]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.789135]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.789623]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.790111]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.790597]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.791081]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.791568]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.792052] ecryptfs-kthrea S    0    40      2 0x00000000
[  282.792257]  ffffffff8aa74260 0000000000000000 ffff8ce37f9b8000 ffff8ce378e59340
[  282.792816]  ffff8ce374522d00 ffff9edf0104fe38 ffffffff8a486df3 ffff8ce378e593a8
[  282.793317]  00ff8ce37f9b8080 ffff8ce378e59340 0000000000000001 ffff8ce37f9b8000
[  282.793814] Call Trace:
[  282.794300]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.794793]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.795275]  [<ffffffff89f42e2c>] ecryptfs_threadfn+0x17c/0x1c0
[  282.795760]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  282.796249]  [<ffffffff89f42cb0>] ? ecryptfs_add_global_auth_tok+0xa0/0xa0
[  282.796465]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.797011]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.797501]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.797990] kthrotld        S    0    79      2 0x00000000
[  282.798486]  ffffffff8aa74260 0000000000000000 ffff8ce335020000 ffff8ce378e59340
[  282.798988]  ffff8ce374522d00 ffff9edf01187e38 ffffffff8a486df3 0000000000000292
[  282.799488]  00ff9edf01187e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335020000
[  282.799994] Call Trace:
[  282.800461]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.800803]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.801295]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.801845]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.802355]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.802848]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.803347]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.803846] acpi_thermal_pm S    0    80      2 0x00000000
[  282.804244]  ffffffff8aa74260 0000000000000000 ffff8ce335023c00 ffff8ce378e59340
[  282.804668]  ffff8ce374522d00 ffff9edf0118fe38 ffffffff8a486df3 0000000000000292
[  282.805190]  00ff9edf0118fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335023c00
[  282.805710] Call Trace:
[  282.806220]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.806734]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.807236]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.807740]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.808089]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.808443]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.809020]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.809522] bioset          S    0    81      2 0x00000000
[  282.810034]  ffffffff8aa74260 0000000000000000 ffff8ce335020f00 ffff8ce378e59340
[  282.810549]  ffff8ce374522d00 ffff9edf01197e38 ffffffff8a486df3 0000000000000292
[  282.811069]  00ff9edf01197e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335020f00
[  282.811592] Call Trace:
[  282.812106]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.812439]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.812945]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.813452]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.813955]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.814453]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.814950]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.815448] bioset          S    0    82      2 0x00000000
[  282.815952]  ffffffff8aa74260 0000000000000000 ffff8ce335024b00 ffff8ce378e59340
[  282.816355]  ffff8ce374522d00 ffff9edf0119fe38 ffffffff8a486df3 0000000000000292
[  282.816795]  00ff9edf0119fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335024b00
[  282.817318] Call Trace:
[  282.817904]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.818419]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.818934]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.819444]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.819953]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.820216]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.820763]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.821264] bioset          S    0    83      2 0x00000000
[  282.821770]  ffffffff8aa74260 0000000000000000 ffff8ce335022d00 ffff8ce378e59340
[  282.822286]  ffff8ce374522d00 ffff9edf011a7e38 ffffffff8a486df3 0000000000000292
[  282.822802]  00ff9edf011a7e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335022d00
[  282.823322] Call Trace:
[  282.823835]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.824195]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.824626]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.825135]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.825640]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.826141]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.826635]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.827129] bioset          S    0    84      2 0x00000000
[  282.827633]  ffffffff8aa74260 0000000000000000 ffff8ce335021e00 ffff8ce378e59340
[  282.828071]  ffff8ce374522d00 ffff9edf011afe38 ffffffff8a486df3 0000000000000292
[  282.828368]  00ff9edf011afe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335021e00
[  282.828947] Call Trace:
[  282.829462]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.829984]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.830500]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.831012]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.831521]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.832022]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.832365]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.832809] bioset          S    0    85      2 0x00000000
[  282.833414]  ffffffff8aa74260 0000000000000000 ffff8ce335026900 ffff8ce378e59340
[  282.833929]  ffff8ce374522d00 ffff9edf011b7e38 ffffffff8a486df3 0000000000000292
[  282.834449]  00ff9edf011b7e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335026900
[  282.834971] Call Trace:
[  282.835485]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.836005]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.836260]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.836827]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.837332]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.837832]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.838326]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.838825] bioset          S    0    86      2 0x00000000
[  282.839326]  ffffffff8aa74260 0000000000000000 ffff8ce335025a00 ffff8ce378e59340
[  282.839841]  ffff8ce374522d00 ffff9edf011bfe38 ffffffff8a486df3 0000000000000292
[  282.840255]  00ff9edf011bfe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce335025a00
[  282.840677] Call Trace:
[  282.841195]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.841722]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.842235]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.842748]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.843254]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.843752]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.844094]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.844464] bioset          S    0    87      2 0x00000000
[  282.845023]  ffffffff8aa74260 0000000000000000 ffff8ce3350fda00 ffff8ce378e59340
[  282.845535]  ffff8ce374522d00 ffff9edf011c7e38 ffffffff8a486df3 0000000000000292
[  282.846056]  00ff9edf011c7e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350fda00
[  282.846578] Call Trace:
[  282.847093]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.847616]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.848129]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.848454]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.848975]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.849472]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.849966]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.850462] bioset          S    0    88      2 0x00000000
[  282.850965]  ffffffff8aa74260 0000000000000000 ffff8ce3350fe900 ffff8ce378e59340
[  282.851480]  ffff8ce374522d00 ffff9edf011cfe38 ffffffff8a486df3 0000000000000292
[  282.852000]  00ff9edf011cfe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350fe900
[  282.852369] Call Trace:
[  282.852847]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.853368]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.853881]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.854391]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.854896]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.855393]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.855888]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.856270] bioset          S    0    89      2 0x00000000
[  282.856697]  ffffffff8aa74260 0000000000000000 ffff8ce3350f9e00 ffff8ce378e59340
[  282.857209]  ffff8ce374522d00 ffff9edf011d7e38 ffffffff8a486df3 0000000000000292
[  282.857727]  00ff9edf011d7e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350f9e00
[  282.858249] Call Trace:
[  282.858768]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.859289]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.859800]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.860119]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.860522]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.861095]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.861590]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.862091] bioset          S    0    90      2 0x00000000
[  282.862593]  ffffffff8aa74260 0000000000000000 ffff8ce3350fad00 ffff8ce378e59340
[  282.863110]  ffff8ce374522d00 ffff9edf011dfe38 ffffffff8a486df3 0000000000000292
[  282.863625]  00ff9edf011dfe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350fad00
[  282.864151] Call Trace:
[  282.864518]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.865012]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.865525]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.866036]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.866542]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.867041]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.867537]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.868037] bioset          S    0    91      2 0x00000000
[  282.868425]  ffffffff8aa74260 0000000000000000 ffff8ce3350fcb00 ffff8ce378e59340
[  282.868851]  ffff8ce374522d00 ffff9edf011e7e38 ffffffff8a486df3 0000000000000292
[  282.869368]  00ff9edf011e7e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350fcb00
[  282.869943] Call Trace:
[  282.870459]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.870981]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.871493]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.872002]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.872273]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.872826]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.873320]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.873817] bioset          S    0    92      2 0x00000000
[  282.874324]  ffffffff8aa74260 0000000000000000 ffff8ce3350f8000 ffff8ce378e59340
[  282.874840]  ffff8ce374522d00 ffff9edf011efe38 ffffffff8a486df3 0000000000000292
[  282.875360]  00ff9edf011efe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350f8000
[  282.875881] Call Trace:
[  282.876247]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.876712]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.877225]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.877736]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.878242]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.878738]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.879233]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.879728] bioset          S    0    93      2 0x00000000
[  282.880127]  ffffffff8aa74260 0000000000000000 ffff8ce3350fbc00 ffff8ce378e59340
[  282.880560]  ffff8ce374522d00 ffff9edf01213e38 ffffffff8a486df3 0000000000000292
[  282.881078]  00ff9edf01213e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350fbc00
[  282.881602] Call Trace:
[  282.882117]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.882639]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.883152]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.883661]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.884013]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.884395]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.884949]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.885445] bioset          S    0    94      2 0x00000000
[  282.885948]  ffffffff8aa74260 0000000000000000 ffff8ce3350f8f00 ffff8ce378e59340
[  282.886465]  ffff8ce374522d00 ffff9edf0121be38 ffffffff8a486df3 0000000000000292
[  282.886984]  00ff9edf0121be40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3350f8f00
[  282.887511] Call Trace:
[  282.888026]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.888390]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.888866]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.889377]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.889884]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.890381]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.890881]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.891380] bioset          S    0    95      2 0x00000000
[  282.891887]  ffffffff8aa74260 0000000000000000 ffff8ce334c51e00 ffff8ce378e59340
[  282.892291]  ffff8ce374522d00 ffff9edf01223e38 ffffffff8a486df3 0000000000000292
[  282.892717]  00ff9edf01223e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c51e00
[  282.893239] Call Trace:
[  282.893755]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.894282]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.894795]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.895306]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.895878]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.896140]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.896660]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.897156] bioset          S    0    96      2 0x00000000
[  282.897661]  ffffffff8aa74260 0000000000000000 ffff8ce334c52d00 ffff8ce378e59340
[  282.898173]  ffff8ce374522d00 ffff9edf0122be38 ffffffff8a486df3 0000000000000292
[  282.898689]  00ff9edf0122be40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c52d00
[  282.899211] Call Trace:
[  282.899726]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.900103]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.900474]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.901044]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.901550]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.902049]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.902549]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.903045] bioset          S    0    97      2 0x00000000
[  282.903548]  ffffffff8aa74260 0000000000000000 ffff8ce334c54b00 ffff8ce378e59340
[  282.904060]  ffff8ce374522d00 ffff9edf012c3e38 ffffffff8a486df3 0000000000000292
[  282.904469]  00ff9edf012c3e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c54b00
[  282.904898] Call Trace:
[  282.905413]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.905936]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.906448]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.906957]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.907464]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.907961]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.908314]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.908757] bioset          S    0    98      2 0x00000000
[  282.909259]  ffffffff8aa74260 0000000000000000 ffff8ce334c50000 ffff8ce378e59340
[  282.909776]  ffff8ce374522d00 ffff9edf012cbe38 ffffffff8a486df3 0000000000000292
[  282.910293]  00ff9edf012cbe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c50000
[  282.910818] Call Trace:
[  282.911422]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.911944]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.912201]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.912768]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.913275]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.913774]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.914273]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.914769] bioset          S    0    99      2 0x00000000
[  282.915272]  ffffffff8aa74260 0000000000000000 ffff8ce334c53c00 ffff8ce378e59340
[  282.915783]  ffff8ce374522d00 ffff9edf012d3e38 ffffffff8a486df3 0000000000000292
[  282.916194]  00ff9edf012d3e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c53c00
[  282.916589] Call Trace:
[  282.917109]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.917633]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.918145]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.918655]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.919161]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.919658]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.920012]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.920366] bioset          S    0   100      2 0x00000000
[  282.920927]  ffffffff8aa74260 0000000000000000 ffff8ce334c50f00 ffff8ce378e59340
[  282.921443]  ffff8ce374522d00 ffff9edf012dbe38 ffffffff8a486df3 0000000000000292
[  282.921962]  00ff9edf012dbe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c50f00
[  282.922485] Call Trace:
[  282.923000]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.923521]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.924035]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.924362]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.924855]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.925354]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.925850]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.926345] bioset          S    0   101      2 0x00000000
[  282.926896]  ffffffff8aa74260 0000000000000000 ffff8ce334c55a00 ffff8ce378e59340
[  282.927424]  ffff8ce374522d00 ffff9edf012e3e38 ffffffff8a486df3 0000000000000292
[  282.927943]  00ff9edf012e3e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c55a00
[  282.928288] Call Trace:
[  282.928785]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.929311]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.929829]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.930340]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.930846]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.931344]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.931840]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.932208] bioset          S    0   102      2 0x00000000
[  282.932601]  ffffffff8aa74260 0000000000000000 ffff8ce334c56900 ffff8ce378e59340
[  282.933113]  ffff8ce374522d00 ffff9edf012ebe38 ffffffff8a486df3 0000000000000292
[  282.933632]  00ff9edf012ebe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334c56900
[  282.934155] Call Trace:
[  282.934669]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.935194]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.935709]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.936054]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.936437]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.936993]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.937489]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.937986] bioset          S    0   103      2 0x00000000
[  282.938490]  ffffffff8aa74260 0000000000000000 ffff8ce334d76900 ffff8ce378e59340
[  282.939001]  ffff8ce374522d00 ffff9edf012f3e38 ffffffff8a486df3 0000000000000292
[  282.939522]  00ff9edf012f3e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334d76900
[  282.940043] Call Trace:
[  282.940432]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.940879]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.941396]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.941911]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.942449]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.942985]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.943484]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.943981] bioset          S    0   104      2 0x00000000
[  282.944293]  ffffffff8aa74260 0000000000000000 ffff8ce334d71e00 ffff8ce378e59340
[  282.944790]  ffff8ce374522d00 ffff9edf012fbe38 ffffffff8a486df3 0000000000000292
[  282.945308]  00ff9edf012fbe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334d71e00
[  282.945836] Call Trace:
[  282.946352]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.946875]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.947393]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.947903]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.948211]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.948715]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.949210]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.949707] kworker/1:1     S    0   106      2 0x00000000
[  282.950209]  ffff8ce36e470800 0000000000000000 ffff8ce334d74b00 ffff8ce378e59340
[  282.950725]  ffff8ce3357f8f00 ffff9edf01303e40 ffffffff8a486df3 ffffffff89e230f7
[  282.951240]  00ff8ce33505dd40 ffff8ce378e59340 ffff9edf01303e58 ffff8ce334d74b00
[  282.951760] Call Trace:
[  282.952154]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.952492]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  282.953067]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.953581]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  282.954091]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  282.954598]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.955099]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.955601]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.956094]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.956486] ipv6_addrconf   S    0   110      2 0x00000000
[  282.956884]  ffffffff8aa74260 0000000000000000 ffff8ce334d70f00 ffff8ce378e19340
[  282.957395]  ffffffff8aa0e540 ffff9edf0130be38 ffffffff8a486df3 0000000000000292
[  282.957912]  00ff9edf0130be40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce334d70f00
[  282.958510] Call Trace:
[  282.959011]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.959515]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.960012]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.960323]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.960806]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.961296]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.961788]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.962272]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.962757] charger_manager S    0   131      2 0x00000000
[  282.963252]  ffff8ce334e8d000 0000000000000000 ffff8ce33575da00 ffff8ce378e19340
[  282.963752]  ffffffff8aa0e540 ffff9edf01333e38 ffffffff8a486df3 0000000000000292
[  282.964252]  00ff9edf01333e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce33575da00
[  282.964483] Call Trace:
[  282.965031]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.965525]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.966010]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.966497]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.966980]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.967464]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.967950]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.968475]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.968716] hv_vmbus_con    S    0   165      2 0x00000000
[  282.969202]  ffff8ce334e72000 ffff8ce334e8b800 ffff8ce335789e00 ffff8ce378e19340
[  282.969715]  ffff8ce33578da00 ffff9edf01077e38 ffffffff8a486df3 0000000000000292
[  282.970237]  00ff9edf01077e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce335789e00
[  282.970725] Call Trace:
[  282.971201]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.971681]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.972154]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.972351]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.972886]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.973364]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.973922]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.974397] scsi_eh_0       S    0   209      2 0x00000000
[  282.974879]  ffff8ce334e8b800 0000000000000000 ffff8ce335758000 ffff8ce378e19340
[  282.975368]  ffffffff8aa0e540 ffff9edf0110fe10 ffffffff8a486df3 0000000000000004
[  282.975859]  00ff8ce334ea92c0 ffff8ce378e19340 0000000000000246 ffff8ce335758000
[  282.976341] Call Trace:
[  282.976633]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.977150]  [<ffffffff8a1f98c0>] ? scsi_try_target_reset+0x90/0x90
[  282.977635]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.978119]  [<ffffffff8a1fc38e>] scsi_error_handler+0x8e/0x8e0
[  282.978601]  [<ffffffff8a1fc300>] ? scsi_eh_get_sense+0x240/0x240
[  282.979084]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.979566]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.980046]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.980257] scsi_tmf_0      S    0   210      2 0x00000000
[  282.980830]  ffff8ce334e71000 0000000000000000 ffff8ce33575ad00 ffff8ce378e59340
[  282.981335]  ffff8ce334d73c00 ffff9edf0111fe38 ffffffff8a486df3 0000000000000292
[  282.981838]  00ff9edf0111fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce33575ad00
[  282.982340] Call Trace:
[  282.982830]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.983328]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.983818]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.984252]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.984557]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.985045]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.985531]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.986016] bioset          S    0   216      2 0x00000000
[  282.986509]  ffff8ce334e8b800 0000000000000000 ffff8ce334d70000 ffff8ce378e19340
[  282.987017]  ffffffff8aa0e540 ffff9edf01297e38 ffffffff8a486df3 0000000000000292
[  282.987532]  00ff9edf01297e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce334d70000
[  282.988009] Call Trace:
[  282.988256]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.988821]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.989373]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.989887]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.990379]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.990871]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.991361]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.991845]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.992251] bioset          S    0   217      2 0x00000000
[  282.992590]  ffff8ce334e8b800 0000000000000000 ffff8ce334d72d00 ffff8ce378e19340
[  282.993098]  ffffffff8aa0e540 ffff9edf010ffe38 ffffffff8a486df3 0000000000000292
[  282.993611]  00ff9edf010ffe40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce334d72d00
[  282.994127] Call Trace:
[  282.994629]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  282.995140]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  282.995644]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  282.996054]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  282.996351]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  282.996903]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.997397]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  282.997885]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  282.998375] kworker/u480:2  S    0   248      2 0x00000000
[  282.998870]  ffff8ce334e89c00 0000000000000000 ffff8ce36baabc00 ffff8ce378e59340
[  282.999372]  ffff8ce37444da00 ffff9edf013fbe40 ffffffff8a486df3 ffff8ce3748c2c00
[  282.999875]  00ff8ce334f26c00 ffff8ce378e59340 ffff9edf013fbe58 ffff8ce36baabc00
[  283.000347] Call Trace:
[  283.000662]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.001152]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.001635]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.002115]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.002595]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.003072]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.003548]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.004025] kworker/u480:3  D    0   249      2 0x00000000
[  283.004240] Workqueue: netns cleanup_net
[  283.004775]  ffff8ce334e8c000 ffff8ce334e8dc00 ffff8ce36baa8f00 ffff8ce378e59340
[  283.005350]  ffff8ce36b711e00 ffff9edf03e07a88 ffffffff8a486df3 ffff9edf03e07a60
[  283.005843]  00ffffff89cbe663 ffff8ce378e59340 00000000ffffefb6 ffff8ce36baa8f00
[  283.006338] Call Trace:
[  283.006823]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.007309]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.007790]  [<ffffffff8a48a9ca>] schedule_timeout+0x22a/0x3f0
[  283.008233]  [<ffffffff8a486dfb>] ? __schedule+0x23b/0x6e0
[  283.008469]  [<ffffffff8a487d24>] wait_for_completion+0xb4/0x140
[  283.009004]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  283.009482]  [<ffffffff89ceb528>] __wait_rcu_gp+0xc8/0xf0
[  283.009959]  [<ffffffff89ceea5c>] synchronize_sched+0x5c/0x80
[  283.010437]  [<ffffffff89cf0010>] ? call_rcu_bh+0x20/0x20
[  283.010915]  [<ffffffff89ceb440>] ? trace_raw_output_rcu_utilization+0x60/0x60
[  283.011400]  [<ffffffff8a3696bc>] synchronize_net+0x1c/0x30
[  283.011876]  [<ffffffff8a369803>] netif_napi_del+0x23/0x80
[  283.012392]  [<ffffffffc07386f8>] ip_tunnel_dev_free+0x68/0xf0 [ip_tunnel]
[  283.012636]  [<ffffffff8a372c10>] netdev_run_todo+0x230/0x330
[  283.013101]  [<ffffffff8a37eb4e>] rtnl_unlock+0xe/0x10
[  283.013568]  [<ffffffffc07384df>] ip_tunnel_delete_net+0xdf/0x120 [ip_tunnel]
[  283.014041]  [<ffffffffc074e51c>] ipgre_exit_net+0x2c/0x30 [ip_gre]
[  283.014516]  [<ffffffff8a362688>] ops_exit_list.isra.4+0x38/0x60
[  283.014988]  [<ffffffff8a363674>] cleanup_net+0x1c4/0x2b0
[  283.015463]  [<ffffffff89c9e4ac>] process_one_work+0x1fc/0x4b0
[  283.015940]  [<ffffffff89c9e7ab>] worker_thread+0x4b/0x500
[  283.016174]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.016712]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.017185]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.017648]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.018110]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.018567] raid5wq         S    0   322      2 0x00000000
[  283.019026]  ffff8ce334e8e400 0000000000000000 ffff8ce334e9da00 ffff8ce378e59340
[  283.019489]  ffff8ce374522d00 ffff9edf0125fe38 ffffffff8a486df3 0000000000000292
[  283.019955]  00ff9edf0125fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce334e9da00
[  283.020169] Call Trace:
[  283.020700]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.021174]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.021646]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  283.022129]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  283.022612]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.023091]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.023561]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.024029] bioset          S    0   352      2 0x00000000
[  283.024232]  ffff8ce334e8b800 0000000000000000 ffff8ce36baa8000 ffff8ce378e19340
[  283.024765]  ffff8ce303f26900 ffff9edf01097e38 ffffffff8a486df3 0000000000000292
[  283.025242]  00ff9edf01097e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce36baa8000
[  283.025729] Call Trace:
[  283.026206]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.026695]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.027177]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  283.027664]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  283.028149]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.028361]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.028899]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.029372] kworker/1:1H    S    0   355      2 0x00000000
[  283.029854]  ffff8ce334e8c000 0000000000000000 ffff8ce36baaad00 ffff8ce378e59340
[  283.030337]  ffff8ce374522d00 ffff9edf010bfe40 ffffffff8a486df3 ffff8ce378e5d300
[  283.030815]  00ff8ce36baa1b00 ffff8ce378e59340 ffff9edf010bfe58 ffff8ce36baaad00
[  283.031291] Call Trace:
[  283.031761]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.032241]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.032454]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.032991]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.033473]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.033952]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.034427]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.034903]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.035372] jbd2/sda2-8     S    0   375      2 0x00000000
[  283.035841]  ffff8ce334e89c00 0000000000000000 ffff8ce335758f00 ffff8ce378e19340
[  283.036390]  ffffffff8aa0e540 ffff9edf0105fe28 ffffffff8a486df3 ffff8ce334fc5088
[  283.036642]  0000000000000246 ffff8ce378e19340 0000000000000001 ffff8ce335758f00
[  283.037128] Call Trace:
[  283.037609]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.038094]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.038571]  [<ffffffff89f217a7>] kjournald2+0x207/0x260
[  283.039046]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  283.039525]  [<ffffffff89f215a0>] ? commit_timeout+0x10/0x10
[  283.040007]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.040205]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.040739]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.041222] ext4-rsv-conver S    0   376      2 0x00000000
[  283.041712]  ffff8ce334e8a800 0000000000000000 ffff8ce33575cb00 ffff8ce378e59340
[  283.042215]  ffff8ce374522d00 ffff9edf0106fe38 ffffffff8a486df3 0000000000000292
[  283.042717]  00ff9edf0106fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce33575cb00
[  283.043223] Call Trace:
[  283.043714]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.044200]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.044427]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  283.044969]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  283.045455]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.045936]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.046418]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.046902] kworker/1:2     S    0   426      2 0x00000000
[  283.047394]  ffff8ce36e470800 0000000000000000 ffff8ce3357fda00 ffff8ce378e59340
[  283.047893]  ffff8ce303eecb00 ffff9edf00c2be40 ffffffff8a486df3 ffffffff89e230f7
[  283.048422]  00ff8ce36baa0f00 ffff8ce378e59340 ffff9edf00c2be58 ffff8ce3357fda00
[  283.048732] Call Trace:
[  283.049221]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.049715]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.050210]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.050696]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.051185]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.051674]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.052154]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.052393]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.052930]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.053410] systemd-journal S    0   428      1 0x00000100
[  283.053897]  ffff8ce334e8c000 0000000000000000 ffff8ce36baada00 ffff8ce378e59340
[  283.054390]  ffff8ce374522d00 ffff9edf0136bd70 ffffffff8a486df3 ffff9edf0136bd90
[  283.054880]  00ffffff8a023a0d ffff8ce378e59340 ffff9edf0136bda8 ffff8ce36baada00
[  283.055375] Call Trace:
[  283.055860]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.056389]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.056648]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  283.057142]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  283.057631]  [<ffffffff89e811c4>] ? ep_scan_ready_list.constprop.12+0x204/0x210
[  283.058127]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  283.058627]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  283.059128]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  283.059628]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  283.060091]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  283.060335]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  283.060887] iscsi_eh        S    0   430      2 0x00000000
[  283.061385]  ffff8ce334e75800 0000000000000000 ffff8ce3357fe900 ffff8ce378e59340
[  283.061890]  ffff8ce374522d00 ffff9edf012bbe38 ffffffff8a486df3 0000000000000292
[  283.062391]  00ff9edf012bbe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce3357fe900
[  283.062894] Call Trace:
[  283.063391]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.063896]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.064330]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  283.064750]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  283.065257]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.065763]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.066268]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.066767] kauditd         S    0   431      2 0x00000000
[  283.067266]  ffff8ce334e75800 0000000000000000 ffff8ce3357f8000 ffff8ce378e59340
[  283.067842]  ffff8ce3357fad00 ffff9edf01373e58 ffffffff8a486df3 ffff8ce3357f8a40
[  283.068166]  00007f7be4c278a0 ffff8ce378e59340
[  283.068166]  ffff8ce374522d00
[  283.068166]  ffff8ce3357f8000
[  283.068617] Call Trace:
[  283.069114]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.069629]  [<ffffffff89d2c1c0>] ? audit_printk_skb+0x70/0x70
[  283.070197]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.070708]  [<ffffffff89d2c32a>] kauditd_thread+0x16a/0x1b0
[  283.071224]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  283.071744]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.072061]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.072488]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.073053] kworker/0:2     S    0   434      2 0x00000000
[  283.073566]  ffff8ce36e359000 0000000000000000 ffff8ce3357fad00 ffff8ce378e19340
[  283.074083]  ffff8ce36e319e00 ffff9edf010e7e40 ffffffff8a486df3 ffff8ce378e18b40
[  283.074594]  00ff8ce3707ac240 ffff8ce378e19340 ffff9edf010e7e58 ffff8ce3357fad00
[  283.075104] Call Trace:
[  283.075604]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.076110]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.076483]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.076917]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.077431]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.077946]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.078462]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.078973] kworker/1:3     S    0   436      2 0x00000000
[  283.079489]  ffff8ce36e470800 0000000000000000 ffff8ce3357fbc00 ffff8ce378e59340
[  283.080007]  ffff8ce334d74b00 ffff9edf01267e40 ffffffff8a486df3 ffffffff89e230f7
[  283.080350]  00ff8ce36baa1080 ffff8ce378e59340 ffff9edf01267e58 ffff8ce3357fbc00
[  283.080870] Call Trace:
[  283.081376]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.081892]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.082411]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.082928]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.083504]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.084019]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.084273]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.084832]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.085338] kworker/1:4     S    0   438      2 0x00000000
[  283.085852]  ffff8ce36e470800 0000000000000000 ffff8ce3357f8f00 ffff8ce378e59340
[  283.086378]  ffff8ce3357f9e00 ffff9edf0108be40 ffffffff8a486df3 ffffffff89e230f7
[  283.086901]  00ff8ce3346ea6c0 ffff8ce378e59340 ffff9edf0108be58 ffff8ce3357f8f00
[  283.087426] Call Trace:
[  283.087933]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.088264]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.088770]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.089275]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.089786]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.090292]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.090797]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.091306]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.091812] kworker/0:3     S    0   441      2 0x00000000
[  283.092193]  ffff8ce334e8ec00 0000000000000000 ffff8ce3357fcb00 ffff8ce378e19340
[  283.092626]  ffff8ce334e99e00 ffff9edf0107fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.093149]  00ff8ce3357c2480 ffff8ce378e19340 ffff9edf0107fe58 ffff8ce3357fcb00
[  283.093672] Call Trace:
[  283.094183]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.094694]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.095200]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.095699]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.096040]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.096407]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.096965]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.097463]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.097959] kworker/1:5     S    0   442      2 0x00000000
[  283.098462]  ffff8ce36e470800 0000000000000000 ffff8ce3357f9e00 ffff8ce378e59340
[  283.099053]  ffff8ce36baae900 ffff9edf010c7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.099570]  00ff8ce3346ea000 ffff8ce378e59340 ffff9edf010c7e58 ffff8ce3357f9e00
[  283.100079] Call Trace:
[  283.100402]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.100913]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.101421]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.101928]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.102435]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.102942]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.103449]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.103953]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.104315] kworker/1:6     S    0   443      2 0x00000000
[  283.104783]  ffff8ce36e470800 0000000000000000 ffff8ce36baae900 ffff8ce378e59340
[  283.105303]  ffff8ce3357fda00 ffff9edf010cfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.105823]  00ff8ce3346eb500 ffff8ce378e59340 ffff9edf010cfe58 ffff8ce36baae900
[  283.106343] Call Trace:
[  283.106852]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.107362]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.107873]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.108206]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.108691]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.109198]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.109703]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.110207]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.110712] kworker/1:7     S    0   444      2 0x00000000
[  283.111227]  ffff8ce36e470800 0000000000000000 ffff8ce36baacb00 ffff8ce378e59340
[  283.111746]  ffff8ce3357ce900 ffff9edf010d7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.112110]  00ff8ce3346ea300 ffff8ce378e59340 ffff9edf010d7e58 ffff8ce36baacb00
[  283.112478] Call Trace:
[  283.113044]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.113552]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.114065]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.114622]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.115127]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.115637]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.116140]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.116474]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.116962] kworker/1:8     S    0   445      2 0x00000000
[  283.117473]  ffff8ce36e470800 0000000000000000 ffff8ce36baa9e00 ffff8ce378e59340
[  283.117992]  ffff8ce36baacb00 ffff9edf0117fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.118506]  00ff8ce3346eab40 ffff8ce378e59340 ffff9edf0117fe58 ffff8ce36baa9e00
[  283.119021] Call Trace:
[  283.119526]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.120033]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.120392]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.120847]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.121352]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.121860]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.122364]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.122861]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.123361]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.123864] lvmetad         S    0   446      1 0x00000000
[  283.124277]  ffff8ce334e74000 0000000000000000 ffff8ce373730000 ffff8ce378e59340
[  283.124672]  ffff8ce36be9e900 ffff9edf010578c0 ffffffff8a486df3 00000000002152d0
[  283.125179]  0000000000000001 ffff8ce378e59340 00000000002152d0 ffff8ce373730000
[  283.125689] Call Trace:
[  283.126188]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.126691]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.127190]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  283.127691]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  283.128105]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  283.128403]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  283.128965]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  283.129471]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  283.130046]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  283.130554]  [<ffffffff89e0c76c>] ? new_slab+0x30c/0x6f0
[  283.131055]  [<ffffffff89cb0179>] ? try_to_wake_up+0x59/0x3e0
[  283.131552]  [<ffffffff89cb0515>] ? wake_up_process+0x15/0x20
[  283.132047]  [<ffffffff89c9c40c>] ? insert_work+0x7c/0xc0
[  283.132396]  [<ffffffff89c9c5c1>] ? __queue_work+0x171/0x470
[  283.132819]  [<ffffffff89e277d2>] ? memcg_kmem_get_cache+0xf2/0x150
[  283.133304]  [<ffffffff89cb75eb>] ? update_cfs_rq_load_avg+0x20b/0x490
[  283.133790]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  283.134275]  [<ffffffff89cbd6fb>] ? enqueue_entity+0x30b/0x930
[  283.134760]  [<ffffffff89cbb562>] ? check_preempt_wakeup+0x192/0x230
[  283.135246]  [<ffffffff89caf559>] ? check_preempt_curr+0x79/0x90
[  283.135732]  [<ffffffff89cb13d0>] ? wake_up_new_task+0x150/0x1f0
[  283.136216]  [<ffffffff89c82908>] ? _do_fork+0x148/0x390
[  283.136427]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  283.136959]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  283.137435] kworker/1:9     S    0   447      2 0x00000000
[  283.137916]  ffff8ce36e470800 0000000000000000 ffff8ce3357ce900 ffff8ce378e59340
[  283.138402]  ffff8ce3357ccb00 ffff9edf012afe40 ffffffff8a486df3 ffffffff89e230f7
[  283.138886]  00ff8ce3346eba40 ffff8ce378e59340 ffff9edf012afe58 ffff8ce3357ce900
[  283.139370] Call Trace:
[  283.139844]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.140358]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.140631]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.141121]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.141610]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.142104]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.142588]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.143067]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.143544] kworker/1:10    S    0   448      2 0x00000000
[  283.144024]  ffff8ce36e470800 0000000000000000 ffff8ce3357ccb00 ffff8ce378e59340
[  283.144236]  ffff8ce3357c8000 ffff9edf01323e40 ffffffff8a486df3 ffffffff89e230f7
[  283.144778]  00ff8ce3346ea0c0 ffff8ce378e59340 ffff9edf01323e58 ffff8ce3357ccb00
[  283.145262] Call Trace:
[  283.145794]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.146297]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.146809]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.147329]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.147847]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.148233]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.148596]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.149114]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.149625] kworker/1:11    S    0   449      2 0x00000000
[  283.150146]  ffff8ce36e470800 0000000000000000 ffff8ce3357c8000 ffff8ce378e59340
[  283.150673]  ffff8ce3357cda00 ffff9edf0132be40 ffffffff8a486df3 ffffffff89e230f7
[  283.151185]  00ff8ce3346ea3c0 ffff8ce378e59340 ffff9edf0132be58 ffff8ce3357c8000
[  283.151681] Call Trace:
[  283.152072]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.152391]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.152944]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.153436]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.153928]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.154418]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.154906]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.155396]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.155880] kworker/1:12    S    0   450      2 0x00000000
[  283.156384]  ffff8ce36e470800 0000000000000000 ffff8ce3357cda00 ffff8ce378e59340
[  283.156692]  ffff8ce3357c8f00 ffff9edf01383e40 ffffffff8a486df3 ffffffff89e230f7
[  283.157198]  00ff8ce3346eae40 ffff8ce378e59340 ffff9edf01383e58 ffff8ce3357cda00
[  283.157709] Call Trace:
[  283.158208]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.158713]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.159227]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.159735]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.160113]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.160456]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.161060]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.161623]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.162133] kworker/1:13    S    0   451      2 0x00000000
[  283.162650]  ffff8ce36e470800 0000000000000000 ffff8ce3357c8f00 ffff8ce378e59340
[  283.163169]  ffff8ce3357c9e00 ffff9edf0138be40 ffffffff8a486df3 ffffffff89e230f7
[  283.163688]  00ff8ce3346eafc0 ffff8ce378e59340 ffff9edf0138be58 ffff8ce3357c8f00
[  283.164203] Call Trace:
[  283.164451]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.165025]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.165538]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.166048]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.166553]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.167063]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.167570]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.168074]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.168434] kworker/1:14    S    0   452      2 0x00000000
[  283.168901]  ffff8ce36e470800 0000000000000000 ffff8ce3357c9e00 ffff8ce378e59340
[  283.169420]  ffff8ce3357cad00 ffff9edf013d7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.169937]  00ff8ce3346ebec0 ffff8ce378e59340 ffff9edf013d7e58 ffff8ce3357c9e00
[  283.170523] Call Trace:
[  283.171034]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.171543]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.172054]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.172326]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.172856]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.173367]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.173874]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.174379]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.174890] kworker/1:15    S    0   453      2 0x00000000
[  283.175402]  ffff8ce36e470800 0000000000000000 ffff8ce3357cad00 ffff8ce378e59340
[  283.175923]  ffff8ce3357cbc00 ffff9edf013dfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.176289]  00ff8ce3346ebbc0 ffff8ce378e59340 ffff9edf013dfe58 ffff8ce3357cad00
[  283.176805] Call Trace:
[  283.177335]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.177874]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.178413]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.178945]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.179476]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.180013]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.180246]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.180777]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.181309] kworker/1:16    S    0   454      2 0x00000000
[  283.181862]  ffff8ce36e470800 0000000000000000 ffff8ce3357cbc00 ffff8ce378e59340
[  283.182413]  ffff8ce373655a00 ffff9edf013e7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.182963]  00ff8ce3346ea240 ffff8ce378e59340 ffff9edf013e7e58 ffff8ce3357cbc00
[  283.183511] Call Trace:
[  283.184051]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.184282]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.184812]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.185349]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.185890]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.186423]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.186950]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.187477]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.188003] kworker/1:17    S    0   455      2 0x00000000
[  283.188276]  ffff8ce36e470800 0000000000000000 ffff8ce36ba68000
[  283.188276]  ffff8ce378e59340
[  283.188276]  ffff8ce372b96900 ffff9edf013efe40 ffffffff8a486df3
[  283.188808]  ffffffff89e230f7
[  283.188817]  00ff8ce3346eb200 ffff8ce378e59340 ffff9edf013efe58 ffff8ce36ba68000
[  283.189376] Call Trace:
[  283.189938]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.190515]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.191094]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.191668]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.192228]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.192502]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.193063]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.193635]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.194211] kworker/1:18    S    0   456      2 0x00000000
[  283.194794]  ffff8ce36e470800 0000000000000000 ffff8ce36ba6bc00 ffff8ce378e59340
[  283.195377]  ffff8ce36ba68000 ffff9edf03e0fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.195965]  00ff8ce3346ea840 ffff8ce378e59340 ffff9edf03e0fe58 ffff8ce36ba6bc00
[  283.196494] Call Trace:
[  283.196835]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.197500]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.198073]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.198646]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.199261]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.199829]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.200263]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.200677]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.201265] kworker/1:19    S    0   457      2 0x00000000
[  283.201850]  ffff8ce36e470800 0000000000000000 ffff8ce36ba6cb00 ffff8ce378e59340
[  283.202439]  ffff8ce36ba6bc00 ffff9edf03e17e40 ffffffff8a486df3 ffffffff89e230f7
[  283.203041]  00ff8ce3346eac00 ffff8ce378e59340 ffff9edf03e17e58 ffff8ce36ba6cb00
[  283.203703] Call Trace:
[  283.204101]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.204548]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.205136]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.205729]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.206327]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.206918]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.207497]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.208084]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.208540] kworker/1:20    S
[  283.208540]     0   458      2 0x00000000
[  283.209181]  ffff8ce36e470800 0000000000000000 ffff8ce36ba6ad00 ffff8ce378e59340
[  283.209802]  ffff8ce36ba6cb00 ffff9edf03e1fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.210491]  00ff8ce3346eb380 ffff8ce378e59340 ffff9edf03e1fe58 ffff8ce36ba6ad00
[  283.211157] Call Trace:
[  283.211832]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.212431]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.212950]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.213582]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.214204]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.214825]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.215442]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.216041]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.216413] kworker/1:21    S
[  283.216426]     0   459      2 0x00000000
[  283.217202]  ffff8ce36e470800 0000000000000000 ffff8ce36ba69e00 ffff8ce378e59340
[  283.217826]  ffff8ce36ba6ad00 ffff9edf03e27e40 ffffffff8a486df3 ffffffff89e230f7
[  283.218513]  00ff8ce3346eb800 ffff8ce378e59340 ffff9edf03e27e58 ffff8ce36ba69e00
[  283.220217] Call Trace:
[  283.220618]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.221175]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.221699]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.222219]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.222734]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.223249]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.223811]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.224386]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.224645] kworker/1:22    S    0   460      2 0x00000000
[  283.225172]  ffff8ce36e470800 0000000000000000 ffff8ce36ba6e900 ffff8ce378e59340
[  283.225702]  ffff8ce36ba69e00 ffff9edf03e2fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.226224]  00ff8ce3346eaf00 ffff8ce378e59340 ffff9edf03e2fe58 ffff8ce36ba6e900
[  283.226746] Call Trace:
[  283.227259]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.227773]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.228102]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.228548]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.229099]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.229614]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.230126]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.230639]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.231188] kworker/1:23    S    0   461      2 0x00000000
[  283.231724]  ffff8ce36e470800 0000000000000000 ffff8ce36ba6da00 ffff8ce378e59340
[  283.232251]  ffff8ce36ba6e900 ffff9edf03e37e40 ffffffff8a486df3 ffffffff89e230f7
[  283.232518]  00ff8ce3346ead80 ffff8ce378e59340 ffff9edf03e37e58 ffff8ce36ba6da00
[  283.233098] Call Trace:
[  283.233616]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.234134]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.234708]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.235224]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.235738]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.236252]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.236514]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.237080]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.237595] kworker/1:24    S    0   462      2 0x00000000
[  283.238117]  ffff8ce36e470800 0000000000000000 ffff8ce36ba68f00 ffff8ce378e59340
[  283.238642]  ffff8ce36ba6da00 ffff9edf03e3fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.239161]  00ff8ce3346ea780 ffff8ce378e59340 ffff9edf03e3fe58 ffff8ce36ba68f00
[  283.239800] Call Trace:
[  283.240416]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.240753]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.241334]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.241894]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.242423]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.243016]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.243560]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.244108]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.244386] kworker/1:25    S    0   463      2 0x00000000
[  283.245038]  ffff8ce36e470800 0000000000000000 ffff8ce36ba5cb00 ffff8ce378e59340
[  283.245601]  ffff8ce36ba68f00 ffff9edf03e47e40 ffffffff8a486df3 ffffffff89e230f7
[  283.246222]  00ff8ce36baa15c0 ffff8ce378e59340 ffff9edf03e47e58 ffff8ce36ba5cb00
[  283.246762] Call Trace:
[  283.247313]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.247861]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.248380]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.248784]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.249335]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.249866]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.250414]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.250959]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.251528] kworker/1:26    S    0   464      2 0x00000000
[  283.252084]  ffff8ce36e470800 0000000000000000 ffff8ce36ba5ad00 ffff8ce378e59340
[  283.252390]  ffff8ce36ba5cb00 ffff9edf03e4fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.253023]  00ff8ce373703140 ffff8ce378e59340 ffff9edf03e4fe58 ffff8ce36ba5ad00
[  283.253565] Call Trace:
[  283.254160]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.254732]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.255406]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.255956]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.256385]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.256881]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.257481]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.257996]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.258506] kworker/1:27    S    0   465      2 0x00000000
[  283.259022]  ffff8ce36e470800 0000000000000000 ffff8ce36ba58000 ffff8ce378e59340
[  283.259542]  ffff8ce36ba5ad00 ffff9edf03e57e40 ffffffff8a486df3 ffffffff89e230f7
[  283.260063]  00ff8ce373702cc0 ffff8ce378e59340 ffff9edf03e57e58 ffff8ce36ba58000
[  283.260324] Call Trace:
[  283.260893]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.261403]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.261916]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.262428]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.262936]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.263442]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.263947]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.264320]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.264773] kworker/1:28    S    0   466      2 0x00000000
[  283.265286]  ffff8ce36e470800 0000000000000000 ffff8ce36ba59e00 ffff8ce378e59340
[  283.265806]  ffff8ce36ba58000 ffff9edf03e5fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.266326]  00ff8ce373703440 ffff8ce378e59340 ffff9edf03e5fe58 ffff8ce36ba59e00
[  283.266842] Call Trace:
[  283.267347]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.267859]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.268191]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.268697]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.269204]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.269716]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.270223]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.270839]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.271352] kworker/1:29    S    0   467      2 0x00000000
[  283.271870]  ffff8ce36e470800 0000000000000000 ffff8ce36ba5e900 ffff8ce378e59340
[  283.272121]  ffff8ce36ba59e00 ffff9edf03e67e40 ffffffff8a486df3 ffffffff89e230f7
[  283.272712]  00ff8ce3737038c0 ffff8ce378e59340 ffff9edf03e67e58 ffff8ce36ba5e900
[  283.273230] Call Trace:
[  283.273748]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.274257]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.274769]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.275278]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.275783]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.276117]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.276519]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.277084]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.277596] kworker/1:30    S    0   468      2 0x00000000
[  283.278109]  ffff8ce36e470800 0000000000000000 ffff8ce36ba5da00 ffff8ce378e59340
[  283.278629]  ffff8ce36ba5e900 ffff9edf03e6fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.279149]  00ff8ce373702900 ffff8ce378e59340 ffff9edf03e6fe58 ffff8ce36ba5da00
[  283.279665] Call Trace:
[  283.280170]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.280513]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.280985]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.281491]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.282001]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.282507]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.283012]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.283515]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.284021] kworker/1:31    S    0   469      2 0x00000000
[  283.284410]  ffff8ce36e470800 0000000000000000 ffff8ce36ba58f00 ffff8ce378e59340
[  283.284865]  ffff8ce36ba5da00 ffff9edf03e77e40 ffffffff8a486df3 ffffffff89e230f7
[  283.285380]  00ff8ce373702b40 ffff8ce378e59340 ffff9edf03e77e58 ffff8ce36ba58f00
[  283.285898] Call Trace:
[  283.286469]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.286976]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.287487]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.287995]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.288281]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.288831]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.289336]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.289844]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.290353] kworker/1:32    S    0   470      2 0x00000000
[  283.290870]  ffff8ce36e470800 0000000000000000 ffff8ce36ba5bc00 ffff8ce378e59340
[  283.291394]  ffff8ce36ba58f00 ffff9edf03e7fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.291909]  00ff8ce3737035c0 ffff8ce378e59340 ffff9edf03e7fe58 ffff8ce36ba5bc00
[  283.292241] Call Trace:
[  283.292757]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.293267]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.293928]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.294451]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.294960]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.295469]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.295974]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.296224]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.296845] kworker/1:33    S    0   471      2 0x00000000
[  283.297409]  ffff8ce36e470800 0000000000000000 ffff8ce36be9e900 ffff8ce378e59340
[  283.298048]  ffff8ce36ba5bc00 ffff9edf03e87e40 ffffffff8a486df3 ffffffff89e230f7
[  283.298569]  00ff8ce373702a80 ffff8ce378e59340 ffff9edf03e87e58 ffff8ce36be9e900
[  283.299088] Call Trace:
[  283.299634]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.300170]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.300424]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.300998]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.301506]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.302107]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.302616]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.303122]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.303629] kworker/1:34    S    0   473      2 0x00000000
[  283.304147]  ffff8ce36e470800 0000000000000000 ffff8ce36be98000 ffff8ce378e59340
[  283.304416]  ffff8ce36be9e900 ffff9edf03e97e40 ffffffff8a486df3 ffffffff89e230f7
[  283.304992]  00ff8ce3737032c0 ffff8ce378e59340 ffff9edf03e97e58 ffff8ce36be98000
[  283.305509] Call Trace:
[  283.306018]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.306529]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.307046]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.307554]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.308064]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.308412]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.308874]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.309380]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.309890] kworker/1:35    S    0   474      2 0x00000000
[  283.310404]  ffff8ce36e470800 0000000000000000 ffff8ce36be9cb00 ffff8ce378e59340
[  283.310924]  ffff8ce36be98000 ffff9edf03e9fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.311445]  00ff8ce373703740 ffff8ce378e59340 ffff9edf03e9fe58 ffff8ce36be9cb00
[  283.311962] Call Trace:
[  283.312306]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.312791]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.313304]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.313813]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.314328]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.314841]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.315347]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.315855]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.316217] kworker/1:36    S    0   475      2 0x00000000
[  283.316675]  ffff8ce36e470800 0000000000000000 ffff8ce36be9ad00 ffff8ce378e59340
[  283.317196]  ffff8ce36be9cb00 ffff9edf03ea7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.317787]  00ff8ce373702780 ffff8ce378e59340 ffff9edf03ea7e58 ffff8ce36be9ad00
[  283.318304] Call Trace:
[  283.318812]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.319326]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.319838]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.320094]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.320613]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.321129]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.321637]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.322143]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.322654] kworker/1:37    S    0   476      2 0x00000000
[  283.323168]  ffff8ce36e470800 0000000000000000 ffff8ce36be98f00 ffff8ce378e59340
[  283.323690]  ffff8ce36be9ad00 ffff9edf03eafe40 ffffffff8a486df3 ffffffff89e230f7
[  283.324060]  00ff8ce373702600 ffff8ce378e59340 ffff9edf03eafe58 ffff8ce36be98f00
[  283.324437] Call Trace:
[  283.325005]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.325520]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.326033]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.326542]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.327048]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.327556]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.328064]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.328433]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.328889] kworker/1:38    S    0   477      2 0x00000000
[  283.329404]  ffff8ce36e470800 0000000000000000 ffff8ce36be9bc00 ffff8ce378e59340
[  283.329924]  ffff8ce36be98f00 ffff9edf03eb7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.330441]  00ff8ce373702d80 ffff8ce378e59340 ffff9edf03eb7e58 ffff8ce36be9bc00
[  283.330959] Call Trace:
[  283.331467]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.331981]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.332319]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.332814]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.333494]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.334005]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.334510]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.335019]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.335528] kworker/1:39    S    0   478      2 0x00000000
[  283.336040]  ffff8ce36e470800 0000000000000000 ffff8ce36be99e00 ffff8ce378e59340
[  283.336295]  ffff8ce36be9bc00 ffff9edf03ebfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.336870]  00ff8ce373702300 ffff8ce378e59340 ffff9edf03ebfe58 ffff8ce36be99e00
[  283.337387] Call Trace:
[  283.337897]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.338405]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.338921]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.339433]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.339938]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.340290]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.340776]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.341281]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.341789] kworker/1:40    S    0   479      2 0x00000000
[  283.342302]  ffff8ce36e470800 0000000000000000 ffff8ce3357a6900 ffff8ce378e59340
[  283.342826]  ffff8ce36be99e00 ffff9edf03ec7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.343341]  00ff8ce373702f00 ffff8ce378e59340 ffff9edf03ec7e58 ffff8ce3357a6900
[  283.343861] Call Trace:
[  283.344191]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.344678]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.345189]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.345700]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.346206]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.346715]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.347225]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.347731]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.348103] kworker/1:41    S    0   480      2 0x00000000
[  283.348477]  ffff8ce36e470800 0000000000000000 ffff8ce3357a5a00 ffff8ce378e59340
[  283.349065]  ffff8ce3357a6900 ffff9edf03ecfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.349580]  00ff8ce373702540 ffff8ce378e59340 ffff9edf03ecfe58 ffff8ce3357a5a00
[  283.350096] Call Trace:
[  283.350602]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.351110]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.351621]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.352132]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.352470]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.352954]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.353459]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.353966]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.354472] kworker/1:42    S    0   481      2 0x00000000
[  283.354988]  ffff8ce36e470800 0000000000000000 ffff8ce3357a0f00 ffff8ce378e59340
[  283.355508]  ffff8ce3357a5a00 ffff9edf03ed7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.356023]  00ff8ce373703800 ffff8ce378e59340 ffff9edf03ed7e58 ffff8ce3357a0f00
[  283.356384] Call Trace:
[  283.356857]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.357367]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.357879]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.358386]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.358901]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.359411]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.359919]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.360285]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.360732] kworker/1:43    S    0   482      2 0x00000000
[  283.361243]  ffff8ce36e470800 0000000000000000 ffff8ce3357a3c00 ffff8ce378e59340
[  283.361769]  ffff8ce3357a0f00 ffff9edf03edfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.362288]  00ff8ce373703b00 ffff8ce378e59340 ffff9edf03edfe58 ffff8ce3357a3c00
[  283.362805] Call Trace:
[  283.363311]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.363819]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.364161]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.364673]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.365225]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.365759]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.366265]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.366772]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.367278] kworker/1:44    S    0   483      2 0x00000000
[  283.367793]  ffff8ce36e470800 0000000000000000 ffff8ce3357a0000 ffff8ce378e59340
[  283.368049]  ffff8ce3357a3c00 ffff9edf03ee7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.368585]  00ff8ce373703380 ffff8ce378e59340 ffff9edf03ee7e58 ffff8ce3357a0000
[  283.369102] Call Trace:
[  283.369613]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.370122]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.370656]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.371196]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.371702]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.372036]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.372426]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.372990]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.373495] kworker/1:45    S    0   484      2 0x00000000
[  283.374011]  ffff8ce334e89c00 ffff8ce334e88800 ffff8ce3357a4b00 ffff8ce378e59340
[  283.374531]  ffff8ce36c85da00 ffff9edf03eefe40 ffffffff8a486df3 ffff8ce378e58b40
[  283.375048]  00ff8ce373703e00 ffff8ce378e59340 ffff9edf03eefe58 ffff8ce3357a4b00
[  283.375560] Call Trace:
[  283.376066]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.376421]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.376880]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.377378]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.377878]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.378377]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.378871]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.379369] kworker/1:46    S    0   485      2 0x00000000
[  283.379874]  ffff8ce334e88800 0000000000000000 ffff8ce3357a2d00 ffff8ce378e59340
[  283.380317]  ffff8ce3357a1e00 ffff9edf03ef7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.380734]  00ff8ce373702c00 ffff8ce378e59340 ffff9edf03ef7e58 ffff8ce3357a2d00
[  283.381242] Call Trace:
[  283.381743]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.382249]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.382753]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.383251]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.383749]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.384156]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.384447]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.384999]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.385497] kworker/1:47    S    0   486      2 0x00000000
[  283.386002]  ffff8ce334e88800 0000000000000000 ffff8ce3357a1e00 ffff8ce378e59340
[  283.386514]  ffff8ce37f9bbc00 ffff9edf03effe40 ffffffff8a486df3 ffffffff89e230f7
[  283.387030]  00ff8ce373703500 ffff8ce378e59340 ffff9edf03effe58 ffff8ce3357a1e00
[  283.387538] Call Trace:
[  283.388038]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.388442]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.388844]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.389343]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.389840]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.390336]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.390831]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.391325]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.391819] kworker/1:48    S    0   487      2 0x00000000
[  283.392278]  ffff8ce334e88800 0000000000000000 ffff8ce37f9bbc00 ffff8ce378e59340
[  283.392598]  ffff8ce37f9b9e00 ffff9edf03f07e40 ffffffff8a486df3 ffffffff89e230f7
[  283.393110]  00ff8ce373702840 ffff8ce378e59340 ffff9edf03f07e58 ffff8ce37f9bbc00
[  283.393617] Call Trace:
[  283.394115]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.394619]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.395125]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.395623]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.396042]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.396400]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.396968]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.397463]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.397960] kworker/1:49    S    0   488      2 0x00000000
[  283.398460]  ffff8ce334e88800 0000000000000000 ffff8ce37f9b9e00 ffff8ce378e59340
[  283.398974]  ffff8ce3706de900 ffff9edf03f0fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.399485]  00ff8ce373703a40 ffff8ce378e59340 ffff9edf03f0fe58 ffff8ce37f9b9e00
[  283.399991] Call Trace:
[  283.400395]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.400815]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.401320]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.401823]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.402327]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.402836]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.403342]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.403844]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.404228] kworker/1:50    S    0   489      2 0x00000000
[  283.404668]  ffff8ce334e88800 0000000000000000 ffff8ce3706de900 ffff8ce378e59340
[  283.405187]  ffff8ce3706d9e00 ffff9edf03f17e40 ffffffff8a486df3 ffffffff89e230f7
[  283.405707]  00ff8ce373703200 ffff8ce378e59340 ffff9edf03f17e58 ffff8ce3706de900
[  283.406223] Call Trace:
[  283.406731]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.407238]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.407751]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.408081]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.408470]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.409050]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.409553]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.410057]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.410561] kworker/1:51    S    0   490      2 0x00000000
[  283.411071]  ffff8ce334e88800 0000000000000000 ffff8ce3706d9e00 ffff8ce378e59340
[  283.411647]  ffff8ce3706dad00 ffff9edf03f1fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.412189]  00ff8ce3737026c0 ffff8ce378e59340 ffff9edf03f1fe58 ffff8ce3706d9e00
[  283.412465] Call Trace:
[  283.413012]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.413518]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.414029]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.414538]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.415044]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.415553]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.416056]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.416445]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.416862] kworker/1:52    S    0   491      2 0x00000000
[  283.417374]  ffff8ce334e88800 0000000000000000 ffff8ce3706dad00 ffff8ce378e59340
[  283.417897]  ffff8ce3706dcb00 ffff9edf03f27e40 ffffffff8a486df3 ffffffff89e230f7
[  283.418412]  00ff8ce373702240 ffff8ce378e59340 ffff9edf03f27e58 ffff8ce3706dad00
[  283.418926] Call Trace:
[  283.419432]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.419938]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.420297]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.420750]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.421258]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.421766]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.422270]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.422778]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.423283] kworker/1:53    S    0   492      2 0x00000000
[  283.423795]  ffff8ce334e88800 0000000000000000 ffff8ce3706dcb00 ffff8ce378e59340
[  283.424181]  ffff8ce3706d8000 ffff9edf03f2fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.424595]  00ff8ce3737020c0 ffff8ce378e59340 ffff9edf03f2fe58 ffff8ce3706dcb00
[  283.425115] Call Trace:
[  283.425622]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.426131]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.426642]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.427266]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.427774]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.428014]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.428492]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.429055]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.429565] kworker/1:54    S    0   493      2 0x00000000
[  283.430078]  ffff8ce334e88800 0000000000000000 ffff8ce3706d8000 ffff8ce378e59340
[  283.430601]  ffff8ce3706dbc00 ffff9edf03f37e40 ffffffff8a486df3 ffffffff89e230f7
[  283.431117]  00ff8ce373703bc0 ffff8ce378e59340 ffff9edf03f37e58 ffff8ce3706d8000
[  283.431632] Call Trace:
[  283.432137]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.432487]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.432954]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.433460]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.433967]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.434475]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.434980]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.435484]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.435991] kworker/1:55    S    0   494      2 0x00000000
[  283.436378]  ffff8ce334e88800 0000000000000000 ffff8ce3706dbc00 ffff8ce378e59340
[  283.436833]  ffff8ce3706d8f00 ffff9edf03f3fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.437355]  00ff8ce373702000 ffff8ce378e59340 ffff9edf03f3fe58 ffff8ce3706dbc00
[  283.437875] Call Trace:
[  283.438381]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.438889]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.439402]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.439909]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.440250]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.440733]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.441238]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.441743]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.442253] kworker/1:56    S    0   495      2 0x00000000
[  283.442829]  ffff8ce334e88800 0000000000000000 ffff8ce3706d8f00 ffff8ce378e59340
[  283.443352]  ffff8ce3706dda00 ffff9edf03f47e40 ffffffff8a486df3 ffffffff89e230f7
[  283.443867]  00ff8ce373703ec0 ffff8ce378e59340 ffff9edf03f47e58 ffff8ce3706d8f00
[  283.444146] Call Trace:
[  283.444680]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.445193]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.445705]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.446212]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.446718]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.447224]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.447730]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.448108]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.448444] kworker/1:57    S    0   496      2 0x00000000
[  283.449015]  ffff8ce334e88800 0000000000000000 ffff8ce3706dda00 ffff8ce378e59340
[  283.449534]  ffff8ce370700000 ffff9edf03f4fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.450051]  00ff8ce3737023c0 ffff8ce378e59340 ffff9edf03f4fe58 ffff8ce3706dda00
[  283.450567] Call Trace:
[  283.451077]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.451589]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.452102]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.452439]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.452919]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.453425]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.453930]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.454439]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.454946] kworker/1:58    S    0   497      2 0x00000000
[  283.455458]  ffff8ce334e88800 0000000000000000 ffff8ce370700000 ffff8ce378e59340
[  283.455977]  ffff8ce370703c00 ffff9edf03f57e40 ffffffff8a486df3 ffffffff89e230f7
[  283.456354]  00ff8ce373702fc0 ffff8ce378e59340 ffff9edf03f57e58 ffff8ce370700000
[  283.456822] Call Trace:
[  283.457330]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.457843]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.458438]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.458944]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.459453]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.459962]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.460229]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.460762]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.461271] kworker/1:59    S    0   498      2 0x00000000
[  283.461789]  ffff8ce334e88800 0000000000000000 ffff8ce370703c00 ffff8ce378e59340
[  283.462309]  ffff8ce370700f00 ffff9edf03f5fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.462825]  00ff8ce3737029c0 ffff8ce378e59340 ffff9edf03f5fe58 ffff8ce370703c00
[  283.463341] Call Trace:
[  283.463851]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.464196]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.464666]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.465173]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.465682]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.466193]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.466702]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.467211]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.467719] kworker/1:60    S    0   499      2 0x00000000
[  283.468092]  ffff8ce334e88800 0000000000000000 ffff8ce370700f00 ffff8ce378e59340
[  283.468462]  ffff8ce370705a00 ffff9edf03f67e40 ffffffff8a486df3 ffffffff89e230f7
[  283.469036]  00ff8ce373702e40 ffff8ce378e59340 ffff9edf03f67e58 ffff8ce370700f00
[  283.469552] Call Trace:
[  283.470061]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.470608]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.471148]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.471678]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.472188]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.472459]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.473010]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.473513]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.474086] kworker/1:61    S    0   500      2 0x00000000
[  283.474601]  ffff8ce334e88800 0000000000000000 ffff8ce370705a00 ffff8ce378e59340
[  283.475118]  ffff8ce370706900 ffff9edf03f6fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.475632]  00ff8ce373703d40 ffff8ce378e59340 ffff9edf03f6fe58 ffff8ce370705a00
[  283.476149] Call Trace:
[  283.476440]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.476964]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.477476]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.477984]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.478490]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.478994]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.479502]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.480008]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.480394] kworker/1:62    S    0   501      2 0x00000000
[  283.480822]  ffff8ce3709f0400 0000000000000000 ffff8ce370706900 ffff8ce378e59340
[  283.481361]  ffff8ce374522d00 ffff9edf03f77e40 ffffffff8a486df3 ffffffff89d1cdd2
[  283.481973]  00ff8ce373703080 ffff8ce378e59340 ffff9edf03f77e58 ffff8ce370706900
[  283.482616] Call Trace:
[  283.483186]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.483696]  [<ffffffff89d1cdd2>] ? cgroup_pidlist_destroy_work_fn+0x82/0x90
[  283.484208]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.484455]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.485021]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.485529]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.486035]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.486540]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.487047] kworker/1:63    S    0   502      2 0x00000000
[  283.487564]  ffff8ce334e8c000 0000000000000000 ffff8ce370701e00 ffff8ce378e59340
[  283.488083]  ffff8ce374522d00 ffff9edf03f7fe40 ffffffff8a486df3 ffff8ce373703680
[  283.488449]  00ff8ce373703680 ffff8ce378e59340 ffff9edf03f7fe58 ffff8ce370701e00
[  283.488919] Call Trace:
[  283.489524]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.490063]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.490564]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.491063]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.491562]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.492058]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.492345]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.492847] kworker/1:64    S    0   503      2 0x00000000
[  283.493550]  ffff8ce334e89c00 0000000000000000 ffff8ce370702d00 ffff8ce378e59340
[  283.494081]  ffff8ce37444e900 ffff9edf03f87e40 ffffffff8a486df3 ffffffff89d1cdd2
[  283.494597]  00ff8ce373703980 ffff8ce378e59340 ffff9edf03f87e58 ffff8ce370702d00
[  283.495107] Call Trace:
[  283.495609]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.496116]  [<ffffffff89d1cdd2>] ? cgroup_pidlist_destroy_work_fn+0x82/0x90
[  283.496369]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.496929]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.497432]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.497931]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.498433]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.498930]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.499431] kworker/1:65    S    0   504      2 0x00000000
[  283.499939]  ffff8ce334e71800 0000000000000000 ffff8ce370704b00 ffff8ce378e59340
[  283.500362]  ffff8ce370702d00 ffff9edf03f8fe40 ffffffff8a486df3 ffff8ce373702480
[  283.500782]  00ff8ce373702480 ffff8ce378e59340 ffff9edf03f8fe58 ffff8ce370704b00
[  283.501289] Call Trace:
[  283.501788]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.502293]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.502788]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.503281]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.503773]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.504206]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.504557]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.505087] kworker/1:66    S    0   505      2 0x00000000
[  283.505626]  ffff8ce3709f0400 0000000000000000 ffff8ce370733c00 ffff8ce378e59340
[  283.506131]  ffff8ce370702d00 ffff9edf03f97e40 ffffffff8a486df3 ffffffff89e230f7
[  283.506638]  00ff8ce373702180 ffff8ce378e59340 ffff9edf03f97e58 ffff8ce370733c00
[  283.507145] Call Trace:
[  283.507641]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.508140]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.508551]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.508956]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.509449]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.509941]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.510427]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.510913]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.511401] kworker/1:67    S    0   506      2 0x00000000
[  283.511898]  ffff8ce3709f0400 0000000000000000 ffff8ce370730f00 ffff8ce378e59340
[  283.512397]  ffff8ce370733c00 ffff9edf03f9fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.512744]  00ff8ce373703c80 ffff8ce378e59340 ffff9edf03f9fe58 ffff8ce370730f00
[  283.513253] Call Trace:
[  283.513747]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.514251]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.514759]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.515294]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.515818]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.516160]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.516595]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.517095]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.517593] kworker/1:68    S    0   507      2 0x00000000
[  283.518096]  ffff8ce3709f0400 0000000000000000 ffff8ce370735a00 ffff8ce378e59340
[  283.518607]  ffff8ce370730f00 ffff9edf03fa7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.519117]  00ff8ce37072a240 ffff8ce378e59340 ffff9edf03fa7e58 ffff8ce370735a00
[  283.519623] Call Trace:
[  283.520067]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.520345]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.520925]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.521427]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.521927]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.522425]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.522917]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.523410]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.523903] kworker/1:69    S    0   508      2 0x00000000
[  283.524340]  ffff8ce3709f0400 0000000000000000 ffff8ce370736900 ffff8ce378e59340
[  283.524731]  ffff8ce370735a00 ffff9edf03fafe40 ffffffff8a486df3 ffffffff89e230f7
[  283.525245]  00ff8ce37072a0c0 ffff8ce378e59340 ffff9edf03fafe58 ffff8ce370736900
[  283.525751] Call Trace:
[  283.526249]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.526777]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.527511]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.528071]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.528329]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.528891]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.529396]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.529898]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.530404] kworker/1:70    S    0   509      2 0x00000000
[  283.530917]  ffff8ce3709f0400 0000000000000000 ffff8ce370731e00 ffff8ce378e59340
[  283.531433]  ffff8ce370736900 ffff9edf03fb7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.531943]  00ff8ce37072bbc0 ffff8ce378e59340 ffff9edf03fb7e58 ffff8ce370731e00
[  283.532323] Call Trace:
[  283.532768]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.533273]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.533785]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.534289]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.534790]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.535294]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.535799]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.536203]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.536580] kworker/1:71    S    0   510      2 0x00000000
[  283.537090]  ffff8ce3709f0400 0000000000000000 ffff8ce370732d00 ffff8ce378e59340
[  283.537607]  ffff8ce370731e00 ffff9edf03fbfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.538117]  00ff8ce37072a000 ffff8ce378e59340 ffff9edf03fbfe58 ffff8ce370732d00
[  283.538895] Call Trace:
[  283.539419]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.539926]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.540171]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.540733]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.541234]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.541739]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.542241]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.542742]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.543247] kworker/1:72    S    0   511      2 0x00000000
[  283.543757]  ffff8ce3709f0400 0000000000000000 ffff8ce370734b00 ffff8ce378e59340
[  283.544165]  ffff8ce370732d00 ffff9edf03fc7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.544501]  00ff8ce37072bec0 ffff8ce378e59340 ffff9edf03fc7e58 ffff8ce370734b00
[  283.545069] Call Trace:
[  283.545571]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.546082]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.546594]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.547096]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.547602]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.548105]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.548497]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.548921]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.549478] kworker/1:73    S    0   512      2 0x00000000
[  283.550024]  ffff8ce3709f0400 0000000000000000 ffff8ce370730000 ffff8ce378e59340
[  283.550612]  ffff8ce370734b00 ffff9edf03fcfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.551131]  00ff8ce37072a3c0 ffff8ce378e59340 ffff9edf03fcfe58 ffff8ce370730000
[  283.551645] Call Trace:
[  283.552241]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.552484]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.553070]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.553578]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.554082]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.554590]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.555092]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.555598]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.556105] kworker/1:74    S    0   513      2 0x00000000
[  283.556478]  ffff8ce3709f0400 0000000000000000 ffff8ce37076da00 ffff8ce378e59340
[  283.556943]  ffff8ce370730000 ffff9edf03fd7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.557460]  00ff8ce37072afc0 ffff8ce378e59340 ffff9edf03fd7e58 ffff8ce37076da00
[  283.557972] Call Trace:
[  283.558476]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.558984]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.559491]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.559995]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.560361]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.560808]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.561341]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.561850]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.562357] kworker/1:75    S    0   514      2 0x00000000
[  283.562872]  ffff8ce3709f0400 0000000000000000 ffff8ce37076e900 ffff8ce378e59340
[  283.563393]  ffff8ce37076da00 ffff9edf03fdfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.563908]  00ff8ce37072a9c0 ffff8ce378e59340 ffff9edf03fdfe58 ffff8ce37076e900
[  283.564246] Call Trace:
[  283.564724]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.565230]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.565740]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.566249]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.566755]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.567263]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.567859]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.568157]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.568678] kworker/1:76    S    0   515      2 0x00000000
[  283.569188]  ffff8ce3709f0400 0000000000000000 ffff8ce370769e00 ffff8ce378e59340
[  283.569706]  ffff8ce37076e900 ffff9edf03fe7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.570223]  00ff8ce37072ae40 ffff8ce378e59340 ffff9edf03fe7e58 ffff8ce370769e00
[  283.570736] Call Trace:
[  283.571278]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.571803]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.572235]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.572822]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.573345]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.573852]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.574356]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.574860]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.575365] kworker/1:77    S    0   516      2 0x00000000
[  283.575882]  ffff8ce3709f0400 0000000000000000 ffff8ce37076ad00 ffff8ce378e59340
[  283.576226]  ffff8ce370769e00 ffff9edf03fefe40 ffffffff8a486df3 ffffffff89e230f7
[  283.576712]  00ff8ce37072bd40 ffff8ce378e59340 ffff9edf03fefe58 ffff8ce37076ad00
[  283.577225] Call Trace:
[  283.577732]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.578239]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.578748]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.579253]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.579760]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.580137]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.580484]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.581046]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.581549] kworker/1:78    S    0   517      2 0x00000000
[  283.582061]  ffff8ce3709f0400 0000000000000000 ffff8ce37076cb00 ffff8ce378e59340
[  283.582579]  ffff8ce37076ad00 ffff9edf03ff7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.583172]  00ff8ce37072b080 ffff8ce378e59340 ffff9edf03ff7e58 ffff8ce37076cb00
[  283.583844] Call Trace:
[  283.584417]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.584666]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.585181]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.585688]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.586193]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.586699]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.587206]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.587712]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.588122] kworker/1:79    S    0   518      2 0x00000000
[  283.588437]  ffff8ce3709f0400 0000000000000000 ffff8ce370768000 ffff8ce378e59340
[  283.589013]  ffff8ce37076cb00 ffff9edf03fffe40 ffffffff8a486df3 ffffffff89e230f7
[  283.589527]  00ff8ce37072b680 ffff8ce378e59340 ffff9edf03fffe58 ffff8ce370768000
[  283.590045] Call Trace:
[  283.590549]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.591060]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.591570]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.592079]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.592429]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.592896]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.593400]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.593903]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.594545] kworker/1:80    S    0   519      2 0x00000000
[  283.595094]  ffff8ce3709f0400 0000000000000000 ffff8ce37076bc00 ffff8ce378e59340
[  283.595673]  ffff8ce370768000 ffff9edf04007e40 ffffffff8a486df3 ffffffff89e230f7
[  283.596189]  00ff8ce37072b980 ffff8ce378e59340 ffff9edf04007e58 ffff8ce37076bc00
[  283.596443] Call Trace:
[  283.597007]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.597516]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.598025]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.598529]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.599187]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.599695]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.600196]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.600443]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.601004] kworker/1:81    S    0   520      2 0x00000000
[  283.601519]  ffff8ce3709f0400 0000000000000000 ffff8ce370768f00 ffff8ce378e59340
[  283.602037]  ffff8ce37076bc00 ffff9edf0400fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.602551]  00ff8ce37072a480 ffff8ce378e59340 ffff9edf0400fe58 ffff8ce370768f00
[  283.603063] Call Trace:
[  283.603566]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.604071]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.604438]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.604878]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.605420]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.605929]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.606434]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.606938]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.607443] kworker/1:82    S    0   521      2 0x00000000
[  283.607956]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd16900 ffff8ce378e59340
[  283.608316]  ffff8ce370768f00 ffff9edf04017e40 ffffffff8a486df3 ffffffff89e230f7
[  283.608817]  00ff8ce37072a180 ffff8ce378e59340 ffff9edf04017e58 ffff8ce36fd16900
[  283.609330] Call Trace:
[  283.609835]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.610341]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.610851]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.611360]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.611866]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.612242]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.612671]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.613173]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.613675] kworker/1:83    S    0   522      2 0x00000000
[  283.614184]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd11e00 ffff8ce378e59340
[  283.614764]  ffff8ce36fd12d00 ffff9edf0401fe40 ffffffff8a486df3 0000000089d1e182
[  283.615279]  00ff8ce37072bc80 ffff8ce378e59340 ffff9edf0401fe58 ffff8ce36fd11e00
[  283.615797] Call Trace:
[  283.616103]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.616551]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.617123]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.617651]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.618210]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.618709]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.619212]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.619714] kworker/1:84    S    0   523      2 0x00000000
[  283.620226]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd12d00 ffff8ce378e59340
[  283.620546]  ffff8ce370704b00 ffff9edf04027e40 ffffffff8a486df3 ffffffff89e230f7
[  283.621072]  00ff8ce37072b140 ffff8ce378e59340 ffff9edf04027e58 ffff8ce36fd12d00
[  283.621584] Call Trace:
[  283.622088]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.622596]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.623104]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.623610]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.624112]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.624493]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.624921]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.625422]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.625921] kworker/1:85    S    0   524      2 0x00000000
[  283.626428]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd14b00 ffff8ce378e59340
[  283.626947]  ffff8ce36fd10000 ffff9edf0402fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.627463]  00ff8ce37072acc0 ffff8ce378e59340 ffff9edf0402fe58 ffff8ce36fd14b00
[  283.627975] Call Trace:
[  283.628411]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.628956]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.629466]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.630061]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.630563]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.631066]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.631569]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.632071]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.632403] kworker/1:86    S    0   525      2 0x00000000
[  283.632891]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd10000 ffff8ce378e59340
[  283.633407]  ffff8ce36fd13c00 ffff9edf04037e40 ffffffff8a486df3 ffffffff89e230f7
[  283.633928]  00ff8ce37072b440 ffff8ce378e59340 ffff9edf04037e58 ffff8ce36fd10000
[  283.634440] Call Trace:
[  283.634945]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.635455]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.635964]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.636316]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.636779]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.637285]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.637788]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.638287]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.638791] kworker/1:87    S    0   526      2 0x00000000
[  283.639338]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd13c00 ffff8ce378e59340
[  283.639882]  ffff8ce36fd10f00 ffff9edf0403fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.640215]  00ff8ce37072b8c0 ffff8ce378e59340 ffff9edf0403fe58 ffff8ce36fd13c00
[  283.640748] Call Trace:
[  283.641254]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.641764]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.642277]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.642785]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.643291]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.643801]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.644168]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.644513]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.645077] kworker/1:88    S    0   527      2 0x00000000
[  283.645654]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd10f00 ffff8ce378e59340
[  283.646172]  ffff8ce36fd15a00 ffff9edf04047e40 ffffffff8a486df3 ffffffff89e230f7
[  283.646687]  00ff8ce37072a900 ffff8ce378e59340 ffff9edf04047e58 ffff8ce36fd10f00
[  283.647206] Call Trace:
[  283.647714]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.648223]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.648509]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.649048]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.649558]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.650066]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.650660]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.651201]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.651749] kworker/1:89    S    0   528      2 0x00000000
[  283.652268]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd15a00 ffff8ce378e59340
[  283.652583]  ffff8ce36fd3da00 ffff9edf0404fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.653105]  00ff8ce37072ab40 ffff8ce378e59340 ffff9edf0404fe58 ffff8ce36fd15a00
[  283.653624] Call Trace:
[  283.654132]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.654642]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.655155]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.655667]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.656037]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.656387]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.656961]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.657532]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.658044] kworker/1:90    S    0   529      2 0x00000000
[  283.658558]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd3da00 ffff8ce378e59340
[  283.659080]  ffff8ce36fd39e00 ffff9edf04057e40 ffffffff8a486df3 ffffffff89e230f7
[  283.659598]  00ff8ce37072b5c0 ffff8ce378e59340 ffff9edf04057e58 ffff8ce36fd3da00
[  283.660116] Call Trace:
[  283.660382]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.660941]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.661530]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.662063]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.662593]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.663175]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.663781]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.664349]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.664639] kworker/1:91    S    0   530      2 0x00000000
[  283.665169]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd3e900 ffff8ce378e59340
[  283.665694]  ffff8ce36fd16900 ffff9edf0405fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.666238]  00ff8ce37072aa80 ffff8ce378e59340 ffff9edf0405fe58 ffff8ce36fd3e900
[  283.666930] Call Trace:
[  283.667440]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.667954]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.668192]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.668759]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.669268]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.669781]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.670288]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.670793]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.671301] kworker/1:92    S    0   531      2 0x00000000
[  283.671874]  ffff8ce3709f0400 0000000000000000 ffff8ce36fd39e00 ffff8ce378e59340
[  283.672185]  ffff8ce36fd3e900 ffff9edf04067e40 ffffffff8a486df3 ffffffff89e230f7
[  283.672716]  00ff8ce37072b2c0 ffff8ce378e59340 ffff9edf04067e58 ffff8ce36fd39e00
[  283.673235] Call Trace:
[  283.673833]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.674384]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.674901]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.675415]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.675922]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.676180]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.676788]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.677361]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.678092] kworker/1:93    S    0   532      2 0x00000000
[  283.678716]  ffff8ce36e470800 0000000000000000 ffff8ce36fd3ad00 ffff8ce378e59340
[  283.679283]  ffff8ce36fd39e00 ffff9edf0406fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.679846]  00ff8ce37072b740 ffff8ce378e59340 ffff9edf0406fe58 ffff8ce36fd3ad00
[  283.680175] Call Trace:
[  283.680702]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.681275]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.682241]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.682854]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.683367]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.683877]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.684149]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.684669]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.685351] kworker/1:94    S    0   533      2 0x00000000
[  283.685948]  ffff8ce36e470800 0000000000000000 ffff8ce36fd3cb00 ffff8ce378e59340
[  283.686474]  ffff8ce36fd3ad00 ffff9edf04077e40 ffffffff8a486df3 ffffffff89e230f7
[  283.687034]  00ff8ce37072a780 ffff8ce378e59340 ffff9edf04077e58 ffff8ce36fd3cb00
[  283.687654] Call Trace:
[  283.688124]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.688416]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.688993]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.689507]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.690056]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.690582]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.691090]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.691596]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.692105] kworker/1:95    S    0   534      2 0x00000000
[  283.692439]  ffff8ce36e470800 0000000000000000 ffff8ce36fd38000 ffff8ce378e59340
[  283.693024]  ffff8ce36fd3cb00 ffff9edf0407fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.693547]  00ff8ce37072a600 ffff8ce378e59340 ffff9edf0407fe58 ffff8ce36fd38000
[  283.694068] Call Trace:
[  283.694577]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.695087]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.695713]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.696388]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.696695]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.697208]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.697718]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.698226]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.698734] kworker/1:96    S    0   535      2 0x00000000
[  283.699253]  ffff8ce36e470800 0000000000000000 ffff8ce36fd3bc00 ffff8ce378e59340
[  283.699773]  ffff8ce36fd38000 ffff9edf04087e40 ffffffff8a486df3 ffffffff89e230f7
[  283.700091]  00ff8ce37072ad80 ffff8ce378e59340 ffff9edf04087e58 ffff8ce36fd3bc00
[  283.700513] Call Trace:
[  283.701096]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.701607]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.702120]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.702630]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.703137]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.703644]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.704149]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.704509]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.704955] kworker/1:97    S    0   536      2 0x00000000
[  283.705473]  ffff8ce36e470800 0000000000000000 ffff8ce36fd38f00 ffff8ce378e59340
[  283.706001]  ffff8ce36fd3bc00 ffff9edf0408fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.706518]  00ff8ce37072a300 ffff8ce378e59340 ffff9edf0408fe58 ffff8ce36fd38f00
[  283.707085] Call Trace:
[  283.707636]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.708265]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.708492]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.709067]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.709574]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.710082]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.710586]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.711092]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.711599] kworker/1:98    S    0   537      2 0x00000000
[  283.712112]  ffff8ce36e470800 0000000000000000 ffff8ce36fd63c00 ffff8ce378e59340
[  283.712486]  ffff8ce36fd38f00 ffff9edf04097e40 ffffffff8a486df3 ffffffff89e230f7
[  283.712965]  00ff8ce37072af00 ffff8ce378e59340 ffff9edf04097e58 ffff8ce36fd63c00
[  283.713486] Call Trace:
[  283.713992]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.714501]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.715013]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.715523]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.716029]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.716385]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.716855]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.717360]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.717999] kworker/1:99    S    0   538      2 0x00000000
[  283.718552]  ffff8ce36e470800 0000000000000000 ffff8ce36fd60f00 ffff8ce378e59340
[  283.719085]  ffff8ce36fd63c00 ffff9edf0409fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.719606]  00ff8ce37072a540 ffff8ce378e59340 ffff9edf0409fe58 ffff8ce36fd60f00
[  283.720125] Call Trace:
[  283.720376]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.720948]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.721464]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.721973]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.722479]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.722993]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.723498]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.724098]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.724370] kworker/1:100   S    0   539      2 0x00000000
[  283.724942]  ffff8ce36e470800 0000000000000000 ffff8ce36fd65a00 ffff8ce378e59340
[  283.725463]  ffff8ce36fd60f00 ffff9edf040a7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.725985]  00ff8ce37072b800 ffff8ce378e59340 ffff9edf040a7e58 ffff8ce36fd65a00
[  283.726502] Call Trace:
[  283.727008]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.727520]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.728035]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.728364]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.728871]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.729421]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.730049]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.730616]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.731145] kworker/1:101   S    0   540      2 0x00000000
[  283.731665]  ffff8ce36e470800 0000000000000000 ffff8ce36fd66900 ffff8ce378e59340
[  283.732242]  ffff8ce36fd65a00 ffff9edf040afe40 ffffffff8a486df3 ffffffff89e230f7
[  283.732479]  00ff8ce37072bb00 ffff8ce378e59340 ffff9edf040afe58 ffff8ce36fd66900
[  283.733056] Call Trace:
[  283.733563]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.734072]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.734584]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.735097]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.735603]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.736114]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.736475]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.736934]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.737444] kworker/1:102   S    0   541      2 0x00000000
[  283.737957]  ffff8ce36e470800 0000000000000000 ffff8ce36fd61e00 ffff8ce378e59340
[  283.738477]  ffff8ce36fd66900 ffff9edf040b7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.738991]  00ff8ce37072b380 ffff8ce378e59340 ffff9edf040b7e58 ffff8ce36fd61e00
[  283.739556] Call Trace:
[  283.740063]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.740415]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.740968]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.741505]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.742022]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.742534]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.743040]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.743547]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.744054] kworker/1:103   S    0   542      2 0x00000000
[  283.744407]  ffff8ce36e470800 0000000000000000 ffff8ce36fd62d00 ffff8ce378e59340
[  283.744906]  ffff8ce36fd61e00 ffff9edf040bfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.745423]  00ff8ce37072be00 ffff8ce378e59340 ffff9edf040bfe58 ffff8ce36fd62d00
[  283.745941] Call Trace:
[  283.746448]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.746960]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.747478]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.747987]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.748316]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.748797]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.749301]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.749807]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.750312] kworker/1:104   S    0   543      2 0x00000000
[  283.750825]  ffff8ce36e470800 0000000000000000 ffff8ce36fd64b00 ffff8ce378e59340
[  283.751344]  ffff8ce36fd62d00 ffff9edf040c7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.751914]  00ff8ce37072ac00 ffff8ce378e59340 ffff9edf040c7e58 ffff8ce36fd64b00
[  283.752226] Call Trace:
[  283.752907]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.753427]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.753941]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.754449]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.754974]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.755536]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.756043]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.756294]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.756859] kworker/1:105   S    0   544      2 0x00000000
[  283.757390]  ffff8ce36e470800 0000000000000000 ffff8ce36fd60000 ffff8ce378e59340
[  283.757911]  ffff8ce36fd64b00 ffff9edf040cfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.758427]  00ff8ce37072b500 ffff8ce378e59340 ffff9edf040cfe58 ffff8ce36fd60000
[  283.758944] Call Trace:
[  283.759450]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.759958]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.760289]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.760790]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.761296]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.761805]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.762311]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.762818]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.763451] kworker/1:106   S    0   545      2 0x00000000
[  283.764022]  ffff8ce36e470800 0000000000000000 ffff8ce36e31bc00 ffff8ce378e59340
[  283.764297]  ffff8ce36e31da00 ffff9edf040d7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.764881]  00ff8ce37072a840 ffff8ce378e59340 ffff9edf040d7e58 ffff8ce36e31bc00
[  283.765402] Call Trace:
[  283.765914]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.766423]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.766935]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.767445]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.767949]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.768293]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.768759]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.769262]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.769771] kworker/1:107   S    0   546      2 0x00000000
[  283.770284]  ffff8ce36e470800 0000000000000000 ffff8ce36e318f00 ffff8ce378e59340
[  283.770865]  ffff8ce36fd60000 ffff9edf010b7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.771384]  00ff8ce37072ba40 ffff8ce378e59340 ffff9edf010b7e58 ffff8ce36e318f00
[  283.771955] Call Trace:
[  283.772191]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.772758]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.773270]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.773779]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.774290]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.775069]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.775636]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.776164]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.776408] kworker/1:108   S    0   547      2 0x00000000
[  283.776988]  ffff8ce36e470800 0000000000000000 ffff8ce36e31da00 ffff8ce378e59340
[  283.777516]  ffff8ce36e318f00 ffff9edf040dfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.778034]  00ff8ce37072b200 ffff8ce378e59340 ffff9edf040dfe58 ffff8ce36e31da00
[  283.778551] Call Trace:
[  283.779070]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.779579]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.780092]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.780401]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.780922]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.781429]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.781936]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.782442]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.782949] kworker/1:109   S    0   548      2 0x00000000
[  283.783463]  ffff8ce36e470800 0000000000000000 ffff8ce36e31e900 ffff8ce378e59340
[  283.783983]  ffff8ce36e31bc00 ffff9edf040e7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.784345]  00ff8ce37072a6c0 ffff8ce378e59340 ffff9edf040e7e58 ffff8ce36e31e900
[  283.784825] Call Trace:
[  283.785333]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.785843]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.786614]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.787162]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.787674]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.788186]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.788446]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.789030]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.789538] kworker/0:4     S    0   550      2 0x00000000
[  283.790052]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e98f00 ffff8ce378e19340
[  283.790572]  ffff8ce334e98000 ffff9edf010afe40 ffffffff8a486df3 ffffffff89e230f7
[  283.791092]  00ff8ce3357c3980 ffff8ce378e19340 ffff9edf010afe58 ffff8ce334e98f00
[  283.791607] Call Trace:
[  283.792113]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.792440]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.792928]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.793435]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.793941]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.794447]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.794952]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.795460]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.795965] kworker/0:5     S    0   551      2 0x00000000
[  283.796352]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e99e00 ffff8ce378e19340
[  283.796788]  ffff8ce334e98f00
[  283.796796]  ffff9edf040f7e40
[  283.796805]  ffffffff8a486df3
[  283.796810]  ffffffff89e230f7
[  283.796816]  00ff8ce3357c3140 ffff8ce378e19340
[  283.796826]  ffff9edf040f7e58
[  283.797374]  ffff8ce334e99e00
[  283.797907] Call Trace:
[  283.798438]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.798971]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.799507]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.800038]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.800297]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.800885]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.801409]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.802014]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.802537]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.803060] kworker/0:6     S    0   552      2 0x00000000
[  283.803589]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e98000 ffff8ce378e19340
[  283.804123]  ffff8ce334e9ad00 ffff9edf040ffe40 ffffffff8a486df3 ffffffff89e230f7
[  283.804390]  00ff8ce3357c2cc0 ffff8ce378e19340 ffff9edf040ffe58 ffff8ce334e98000
[  283.804980] Call Trace:
[  283.805497]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.806037]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.806563]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.807087]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.807609]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.808189]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.808466]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.809132]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.809656] kworker/0:7     S    0   553      2 0x00000000
[  283.810190]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e9ad00 ffff8ce378e19340
[  283.810720]  ffff8ce334e9cb00 ffff9edf04107e40 ffffffff8a486df3 ffffffff89e230f7
[  283.811249]  00ff8ce3357c2b40 ffff8ce378e19340 ffff9edf04107e58 ffff8ce334e9ad00
[  283.811782] Call Trace:
[  283.812352]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.812618]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.813150]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.813671]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.814197]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.814721]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.815246]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.815771]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.816059] kworker/0:8     S    0   554      2 0x00000000
[  283.816547]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e9cb00 ffff8ce378e19340
[  283.817138]  ffff8ce334e9e900 ffff9edf0410fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.817758]  00ff8ce3357c35c0 ffff8ce378e19340 ffff9edf0410fe58 ffff8ce334e9cb00
[  283.818290] Call Trace:
[  283.818807]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.819353]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.820057]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.820539]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.821017]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.821553]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.822076]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.822601]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.823126] kworker/0:9     S    0   555      2 0x00000000
[  283.823656]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e9e900 ffff8ce378e19340
[  283.824185]  ffff8ce334e9bc00 ffff9edf04117e40 ffffffff8a486df3 ffffffff89e230f7
[  283.824460]  00ff8ce3357c2a80 ffff8ce378e19340 ffff9edf04117e58 ffff8ce334e9e900
[  283.825019] Call Trace:
[  283.825514]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.826013]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.826518]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.827020]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.827517]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.828015]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.828456]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.828834]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.829338] kworker/0:10    S    0   556      2 0x00000000
[  283.829848]  ffff8ce334e8ec00 0000000000000000 ffff8ce334e9bc00 ffff8ce378e19340
[  283.830366]  ffff8ce334d75a00 ffff9edf0411fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.831057]  00ff8ce3357c32c0 ffff8ce378e19340 ffff9edf0411fe58 ffff8ce334e9bc00
[  283.831594] Call Trace:
[  283.832101]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.832352]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.832957]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.833542]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.834044]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.834549]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.835052]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.835554]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.836058] kworker/0:11    S    0   557      2 0x00000000
[  283.836346]  ffff8ce334e8ec00 0000000000000000 ffff8ce334d75a00 ffff8ce378e19340
[  283.836898]  ffff8ce334d73c00 ffff9edf04127e40 ffffffff8a486df3 ffffffff89e230f7
[  283.837411]  00ff8ce3357c3740 ffff8ce378e19340 ffff9edf04127e58 ffff8ce334d75a00
[  283.837925] Call Trace:
[  283.838429]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.838939]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.839448]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.839954]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.840310]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.840761]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.841264]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.841825]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.842363] kworker/0:12    S    0   558      2 0x00000000
[  283.842941]  ffff8ce334e8ec00 0000000000000000 ffff8ce334d73c00 ffff8ce378e19340
[  283.843461]  ffff8ce335759e00 ffff9edf0412fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.843976]  00ff8ce3357c2780 ffff8ce378e19340 ffff9edf0412fe58 ffff8ce334d73c00
[  283.844236] Call Trace:
[  283.844802]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.845309]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.845820]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.846325]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.846830]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.847333]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.847835]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.848233]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.848696] kworker/0:13    S    0   559      2 0x00000000
[  283.849209]  ffff8ce334e8ec00 0000000000000000 ffff8ce335759e00 ffff8ce378e19340
[  283.849726]  ffff8ce33578cb00 ffff9edf04137e40 ffffffff8a486df3 ffffffff89e230f7
[  283.850240]  00ff8ce3357c2600 ffff8ce378e19340 ffff9edf04137e58 ffff8ce335759e00
[  283.850754] Call Trace:
[  283.851263]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.851769]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.852071]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.852499]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.853101]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.853671]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.854179]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.854689]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.855200] kworker/0:14    S    0   560      2 0x00000000
[  283.855712]  ffff8ce334e8ec00 0000000000000000 ffff8ce33578cb00 ffff8ce378e19340
[  283.856233]  ffff8ce33578bc00 ffff9edf0413fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.856496]  00ff8ce3357c2d80 ffff8ce378e19340 ffff9edf0413fe58 ffff8ce33578cb00
[  283.857067] Call Trace:
[  283.857572]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.858083]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.858597]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.859102]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.859605]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.860109]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.860493]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.860916]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.861423] kworker/0:15    S    0   561      2 0x00000000
[  283.861938]  ffff8ce334e8ec00 0000000000000000 ffff8ce33578bc00 ffff8ce378e19340
[  283.862459]  ffff8ce335788f00 ffff9edf04147e40 ffffffff8a486df3 ffffffff89e230f7
[  283.862971]  00ff8ce3357c2300 ffff8ce378e19340 ffff9edf04147e58 ffff8ce33578bc00
[  283.863483] Call Trace:
[  283.863987]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.864350]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.864862]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.865428]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.865950]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.866456]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.866963]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.867468]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.867973] kworker/0:16    S    0   562      2 0x00000000
[  283.868259]  ffff8ce334e8ec00 0000000000000000 ffff8ce335788f00 ffff8ce378e19340
[  283.868814]  ffff8ce33578e900 ffff9edf0414fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.869326]  00ff8ce3357c2f00 ffff8ce378e19340 ffff9edf0414fe58 ffff8ce335788f00
[  283.869840] Call Trace:
[  283.870344]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.870849]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.871358]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.871867]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.872229]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.872734]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.873236]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.873740]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.874244] kworker/0:17    S    0   563      2 0x00000000
[  283.874753]  ffff8ce334e8ec00 0000000000000000 ffff8ce33578e900 ffff8ce378e19340
[  283.875270]  ffff8ce33578ad00 ffff9edf04157e40 ffffffff8a486df3 ffffffff89e230f7
[  283.875962]  00ff8ce3357c2540 ffff8ce378e19340 ffff9edf04157e58 ffff8ce33578e900
[  283.876241] Call Trace:
[  283.876810]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.877321]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.877835]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.878344]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.878846]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.879351]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.879858]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.880237]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.880748] kworker/0:18    S    0   564      2 0x00000000
[  283.881261]  ffff8ce334e8ec00 0000000000000000 ffff8ce33578ad00 ffff8ce378e19340
[  283.881783]  ffff8ce36d501e00 ffff9edf0415fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.882296]  00ff8ce3357c3800 ffff8ce378e19340 ffff9edf0415fe58 ffff8ce33578ad00
[  283.882810] Call Trace:
[  283.883315]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.883826]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.884177]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.884602]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.885106]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.885611]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.886114]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.886623]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.887180] kworker/0:19    S    0   565      2 0x00000000
[  283.887728]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d501e00 ffff8ce378e19340
[  283.888067]  ffff8ce36d502d00 ffff9edf04167e40 ffffffff8a486df3 ffffffff89e230f7
[  283.888581]  00ff8ce3357c3b00 ffff8ce378e19340 ffff9edf04167e58 ffff8ce36d501e00
[  283.889097] Call Trace:
[  283.889604]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.890113]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.890624]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.891132]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.891640]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.892034]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.892360]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.892922]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.893428] kworker/0:20    S    0   566      2 0x00000000
[  283.893940]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d502d00 ffff8ce378e19340
[  283.894463]  ffff8ce36d504b00 ffff9edf0416fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.894981]  00ff8ce3357c3380 ffff8ce378e19340 ffff9edf0416fe58 ffff8ce36d502d00
[  283.895499] Call Trace:
[  283.896071]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.896355]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.896898]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.897407]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.897914]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.898567]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.899121]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.899638]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.900149] kworker/0:21    S    0   567      2 0x00000000
[  283.900394]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d504b00 ffff8ce378e19340
[  283.900993]  ffff8ce36d500000 ffff9edf04177e40 ffffffff8a486df3 ffffffff89e230f7
[  283.901510]  00ff8ce3357c3e00 ffff8ce378e19340 ffff9edf04177e58 ffff8ce36d504b00
[  283.902031] Call Trace:
[  283.902541]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.903051]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.903564]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.904076]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.904386]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.904896]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.905403]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.905909]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.906417] kworker/0:22    S    0   568      2 0x00000000
[  283.906932]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d500000 ffff8ce378e19340
[  283.907452]  ffff8ce36d503c00 ffff9edf0417fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.907973]  00ff8ce3357c2c00 ffff8ce378e19340 ffff9edf0417fe58 ffff8ce36d500000
[  283.908327] Call Trace:
[  283.908791]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.909364]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.910005]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.910646]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.911156]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.911744]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.912223]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.912488]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.913056] kworker/0:23    S    0   569      2 0x00000000
[  283.913570]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d503c00 ffff8ce378e19340
[  283.914096]  ffff8ce36d500f00 ffff9edf04187e40 ffffffff8a486df3 ffffffff89e230f7
[  283.914613]  00ff8ce3357c3500 ffff8ce378e19340 ffff9edf04187e58 ffff8ce36d503c00
[  283.915133] Call Trace:
[  283.915641]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.916150]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.916482]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.916983]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.917488]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.918000]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.918510]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.919019]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.919529] kworker/0:24    S    0   570      2 0x00000000
[  283.920042]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d500f00 ffff8ce378e19340
[  283.920413]  ffff8ce36d505a00 ffff9edf0418fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.920480]  00ff8ce3357c2840
[  283.920485]  ffff8ce378e19340
[  283.920494]  ffff9edf0418fe58
[  283.921039]  ffff8ce36d500f00
[  283.921045] Call Trace:
[  283.921578]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.922120]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.922659]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.923192]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.923724]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.924255]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.924521]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.925126]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.925660] kworker/0:25    S    0   571      2 0x00000000
[  283.926199]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d505a00 ffff8ce378e19340
[  283.926748]  ffff8ce36d506900 ffff9edf04197e40 ffffffff8a486df3 ffffffff89e230f7
[  283.927404]  00ff8ce3357c3a40 ffff8ce378e19340 ffff9edf04197e58 ffff8ce36d505a00
[  283.927946] Call Trace:
[  283.928517]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.928839]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.929377]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.929912]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.930448]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.930983]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.931512]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.932064]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.932329] kworker/0:26    S    0   572      2 0x00000000
[  283.932945]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d506900 ffff8ce378e19340
[  283.933508]  ffff8ce36d53bc00 ffff9edf0419fe40 ffffffff8a486df3 ffffffff89e230f7
[  283.934057]  00ff8ce3357c3200 ffff8ce378e19340 ffff9edf0419fe58 ffff8ce36d506900
[  283.934605] Call Trace:
[  283.935142]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.935686]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.936225]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.936493]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.937084]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.937615]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.938146]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.938676]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.939205] kworker/0:27    S    0   573      2 0x00000000
[  283.939742]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d53bc00 ffff8ce378e19340
[  283.940299]  ffff8ce36d538f00 ffff9edf041a7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.940623]  00ff8ce3357c26c0 ffff8ce378e19340 ffff9edf041a7e58 ffff8ce36d53bc00
[  283.941170] Call Trace:
[  283.941705]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.942245]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.942860]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.943515]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.944013]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.944321]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.944913]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.945445]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.945980] kworker/0:28    S    0   574      2 0x00000000
[  283.946521]  ffff8ce36e7d1c00 0000000000000000 ffff8ce36d538f00 ffff8ce378e19340
[  283.947073]  ffff8ce37444e900 ffff9edf041afe40 ffffffff8a486df3 ffff9edf041afe10
[  283.947622]  00ff8ce3357c2240 ffff8ce378e19340 ffff9edf041afe58 ffff8ce36d538f00
[  283.948166] Call Trace:
[  283.948411]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.948980]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.949488]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.949997]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.950505]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.951011]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.951516]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.952018] kworker/0:29    S    0   575      2 0x00000000
[  283.952406]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d53da00 ffff8ce378e19340
[  283.952842]  ffff8ce36cf9ad00 ffff9edf040efe40 ffffffff8a486df3 ffffffff89e230f7
[  283.953360]  00ff8ce3357c20c0 ffff8ce378e19340 ffff9edf040efe58 ffff8ce36d53da00
[  283.953876] Call Trace:
[  283.954516]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.955141]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.955709]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.956233]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.956476]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.957038]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.957539]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.958115]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.958630] kworker/0:30    S    0   576      2 0x00000000
[  283.959143]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d53e900 ffff8ce378e19340
[  283.959660]  ffff8ce36d53da00 ffff9edf041b7e40 ffffffff8a486df3 ffffffff89e230f7
[  283.960178]  00ff8ce3357c3bc0 ffff8ce378e19340 ffff9edf041b7e58 ffff8ce36d53e900
[  283.960470] Call Trace:
[  283.961004]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.961516]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.962026]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.962535]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.963039]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.963542]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.964042]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.964436]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.964840] kworker/0:31    S    0   577      2 0x00000000
[  283.965348]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d539e00 ffff8ce378e19340
[  283.966058]  ffff8ce36d53e900 ffff9edf041bfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.966597]  00ff8ce3357c2000 ffff8ce378e19340 ffff9edf041bfe58 ffff8ce36d539e00
[  283.967114] Call Trace:
[  283.967623]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.968134]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.968388]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.968952]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.969455]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.969958]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.970459]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.970959]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.971459] kworker/0:32    S    0   578      2 0x00000000
[  283.971970]  ffff8ce370d47400 0000000000000000 ffff8ce36d53ad00 ffff8ce378e19340
[  283.972382]  ffff8ce36d53cb00 ffff9edf041c7e40 ffffffff8a486df3 0000000089d1e182
[  283.972836]  00ff8ce3357c3ec0 ffff8ce378e19340 ffff9edf041c7e58 ffff8ce36d53ad00
[  283.973350] Call Trace:
[  283.973919]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.974429]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.974933]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.975433]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.975934]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.976257]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.976778]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.977305] kworker/0:33    S    0   579      2 0x00000000
[  283.977882]  ffff8ce370d47400 ffff8ce334e8ec00 ffff8ce36d53cb00 ffff8ce378e19340
[  283.978423]  ffff8ce37444ad00 ffff9edf041cfe40 ffffffff8a486df3 ffffffff89e230f7
[  283.978943]  00ff8ce3357c23c0 ffff8ce378e19340 ffff9edf041cfe58 ffff8ce36d53cb00
[  283.979457] Call Trace:
[  283.979961]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.980203]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.980771]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.981276]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.981779]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.982333]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.982837]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.983335]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.983835] kworker/0:34    S    0   580      2 0x00000000
[  283.984197]  ffff8ce334e8ec00 0000000000000000
[  283.984197]  ffff8ce36d538000
[  283.984197]  ffff8ce378e19340
[  283.984628]  ffff8ce36d560000 ffff9edf041d7e40 ffffffff8a486df3 ffffffff89d1cdd2
[  283.985150]  00ff8ce3357c2fc0 ffff8ce378e19340 ffff9edf041d7e58 ffff8ce36d538000
[  283.985675] Call Trace:
[  283.986185]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.986703]  [<ffffffff89d1cdd2>] ? cgroup_pidlist_destroy_work_fn+0x82/0x90
[  283.987218]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.987728]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.988057]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.988468]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.989008]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.989596]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.990102] kworker/0:35    S    0   582      2 0x00000000
[  283.990616]  ffff8ce334e8ec00 ffff8ce334e8ec00 ffff8ce36d560000 ffff8ce378e19340
[  283.991139]  ffff8ce37444ad00 ffff9edf041e7e40 ffffffff8a486df3 ffff8ce378e18b40
[  283.991659]  00ff8ce3357c3c80 ffff8ce378e19340 ffff9edf041e7e58 ffff8ce36d560000
[  283.992174] Call Trace:
[  283.992462]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.993019]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  283.993528]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  283.994036]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  283.994541]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  283.995042]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  283.995540]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  283.996037] kworker/0:36    S    0   583      2 0x00000000
[  283.996424]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d563c00 ffff8ce378e19340
[  283.996867]  ffff8ce36d560f00 ffff9edf041efe40 ffffffff8a486df3 ffffffff89e230f7
[  283.997385]  00ff8ce3357c3d40 ffff8ce378e19340 ffff9edf041efe58 ffff8ce36d563c00
[  283.997905] Call Trace:
[  283.998412]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  283.998923]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  283.999479]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.000099]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.000395]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.000961]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.001519]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.002029]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.002535] kworker/0:37    S    0   584      2 0x00000000
[  284.003047]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d560f00 ffff8ce378e19340
[  284.003569]  ffff8ce36d565a00 ffff9edf041f7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.004093]  00ff8ce3357c3080 ffff8ce378e19340 ffff9edf041f7e58 ffff8ce36d560f00
[  284.004389] Call Trace:
[  284.004973]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.005488]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.006004]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.006518]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.007029]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.007535]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.008044]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.008355]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.008865] kworker/0:38    S    0   585      2 0x00000000
[  284.009377]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d565a00 ffff8ce378e19340
[  284.009898]  ffff8ce36d566900 ffff9edf041ffe40 ffffffff8a486df3 ffffffff89e230f7
[  284.010424]  00ff8ce3707ac0c0 ffff8ce378e19340 ffff9edf041ffe58 ffff8ce36d565a00
[  284.010980] Call Trace:
[  284.011637]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.012147]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.012397]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.012959]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.013461]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.013960]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.014459]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.014957]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.015460] kworker/0:39    S    0   586      2 0x00000000
[  284.015967]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d566900 ffff8ce378e19340
[  284.016391]  ffff8ce36d561e00 ffff9edf04207e40 ffffffff8a486df3 ffffffff89e230f7
[  284.016813]  00ff8ce3707ac000 ffff8ce378e19340 ffff9edf04207e58 ffff8ce36d566900
[  284.017324] Call Trace:
[  284.017827]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.018340]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.018849]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.019354]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.019860]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.020234]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.020724]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.021230]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.021775] kworker/0:40    S    0   587      2 0x00000000
[  284.022319]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d561e00 ffff8ce378e19340
[  284.022934]  ffff8ce36d562d00 ffff9edf0420fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.023456]  00ff8ce3707adec0 ffff8ce378e19340 ffff9edf0420fe58 ffff8ce36d561e00
[  284.023976] Call Trace:
[  284.024227]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.024799]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.025313]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.025823]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.026332]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.026842]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.027349]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.027854]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.028219] kworker/0:41    S    0   588      2 0x00000000
[  284.028672]  ffff8ce334e8ec00 0000000000000000 ffff8ce36d562d00 ffff8ce378e19340
[  284.029193]  ffff8ce36cf9da00 ffff9edf04217e40 ffffffff8a486df3 ffffffff89e230f7
[  284.029711]  00ff8ce3707ac3c0 ffff8ce378e19340 ffff9edf04217e58 ffff8ce36d562d00
[  284.030229] Call Trace:
[  284.030737]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.031247]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.031759]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.032095]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.032485]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.033069]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.033618]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.034158]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.034689] kworker/0:42    S    0   589      2 0x00000000
[  284.035207]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf9da00 ffff8ce378e19340
[  284.035732]  ffff8ce36cf9e900 ffff9edf0421fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.036253]  00ff8ce36cf91440 ffff8ce378e19340 ffff9edf0421fe58 ffff8ce36cf9da00
[  284.036588] Call Trace:
[  284.037096]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.037605]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.038116]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.038623]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.039128]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.039635]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.040046]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.040353]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.040919] kworker/0:43    S    0   590      2 0x00000000
[  284.041432]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf9e900 ffff8ce378e19340
[  284.041957]  ffff8ce36d539e00 ffff9edf04227e40 ffffffff8a486df3 ffffffff89e230f7
[  284.042473]  00ff8ce36cf918c0 ffff8ce378e19340 ffff9edf04227e58 ffff8ce36cf9e900
[  284.042991] Call Trace:
[  284.043498]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.044011]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.044380]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.044941]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.045561]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.046074]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.046585]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.047090]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.047598] kworker/0:44    S    0   591      2 0x00000000
[  284.048112]  ffff8ce370d47400 ffff8ce36c80b000 ffff8ce36cf99e00 ffff8ce378e19340
[  284.048376]  ffff8ce371a1bc00 ffff9edf0422fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.048950]  00ff8ce36cf90900 ffff8ce378e19340 ffff9edf0422fe58 ffff8ce36cf99e00
[  284.049470] Call Trace:
[  284.049977]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.050485]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.050996]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.051508]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.052089]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.052372]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.052903]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.053412]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.053923] kworker/0:45    S    0   592      2 0x00000000
[  284.054436]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf9ad00 ffff8ce378e19340
[  284.054956]  ffff8ce36cf9cb00 ffff9edf04237e40 ffffffff8a486df3 ffffffff89e230f7
[  284.055471]  00ff8ce36cf90b40 ffff8ce378e19340 ffff9edf04237e58 ffff8ce36cf9ad00
[  284.055985] Call Trace:
[  284.056336]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.056797]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.057309]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.057821]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.058330]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.058836]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.059339]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.059842]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.060225] kworker/0:46    S    0   593      2 0x00000000
[  284.060649]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf9cb00 ffff8ce378e19340
[  284.061171]  ffff8ce36cf98000 ffff9edf0423fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.061687]  00ff8ce36cf915c0 ffff8ce378e19340 ffff9edf0423fe58 ffff8ce36cf9cb00
[  284.062203] Call Trace:
[  284.062713]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.063220]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.063735]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.064079]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.064458]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.065022]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.065526]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.066031]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.066538] kworker/0:47    S    0   594      2 0x00000000
[  284.067048]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf98000 ffff8ce378e19340
[  284.067649]  ffff8ce36cf9bc00 ffff9edf04247e40 ffffffff8a486df3 ffffffff89e230f7
[  284.068163]  00ff8ce36cf90a80 ffff8ce378e19340 ffff9edf04247e58 ffff8ce36cf98000
[  284.068454] Call Trace:
[  284.068972]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.069479]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.069989]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.070495]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.071002]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.071506]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.072009]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.072406]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.072832] kworker/0:48    S    0   595      2 0x00000000
[  284.073341]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf9bc00 ffff8ce378e19340
[  284.073859]  ffff8ce36cf98f00 ffff9edf0424fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.074373]  00ff8ce36cf912c0 ffff8ce378e19340 ffff9edf0424fe58 ffff8ce36cf9bc00
[  284.074886] Call Trace:
[  284.075391]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.075901]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.076266]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.076712]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.077215]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.077722]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.078228]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.078734]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.079241] kworker/0:49    S    0   596      2 0x00000000
[  284.079757]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cf98f00 ffff8ce378e19340
[  284.080145]  ffff8ce36cfc0f00 ffff9edf04257e40 ffffffff8a486df3 ffffffff89e230f7
[  284.080502]  00ff8ce36cf91740 ffff8ce378e19340 ffff9edf04257e58 ffff8ce36cf98f00
[  284.081076] Call Trace:
[  284.081581]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.082089]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.082598]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.083160]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.083678]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.084186]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.084498]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.084997]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.085501] kworker/0:50    S    0   597      2 0x00000000
[  284.086017]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cfc0f00 ffff8ce378e19340
[  284.086537]  ffff8ce36cfc5a00 ffff9edf0425fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.087052]  00ff8ce36cf90780 ffff8ce378e19340 ffff9edf0425fe58 ffff8ce36cfc0f00
[  284.087568] Call Trace:
[  284.088073]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.088432]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.088899]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.089405]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.089912]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.090419]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.090922]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.091429]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.091938] kworker/0:51    S    0   598      2 0x00000000
[  284.092328]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cfc5a00 ffff8ce378e19340
[  284.092775]  ffff8ce36cfc6900 ffff9edf04267e40 ffffffff8a486df3 ffffffff89e230f7
[  284.093292]  00ff8ce36cf90600 ffff8ce378e19340 ffff9edf04267e58 ffff8ce36cfc5a00
[  284.093808] Call Trace:
[  284.094318]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.094829]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.095344]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.095851]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.096195]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.096680]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.097188]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.097693]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.098197] kworker/0:52    S    0   599      2 0x00000000
[  284.098742]  ffff8ce334e8ec00 0000000000000000 ffff8ce36cfc6900 ffff8ce378e19340
[  284.099331]  ffff8ce36cfc1e00 ffff9edf0426fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.099845]  00ff8ce36cf90d80 ffff8ce378e19340 ffff9edf0426fe58 ffff8ce36cfc6900
[  284.100090] Call Trace:
[  284.100623]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.101131]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.101647]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.102158]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.102663]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.103174]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.103683]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.104086]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.104409] kworker/0:53    S    0   600      2 0x00000000
[  284.104979]  ffff8ce370d47400 0000000000000000 ffff8ce36cfc1e00 ffff8ce378e19340
[  284.105497]  ffffffff8aa0e540 ffff9edf04277e40 ffffffff8a486df3 ffff9edf04277e10
[  284.106018]  00ff8ce36cf90300 ffff8ce378e19340 ffff9edf04277e58 ffff8ce36cfc1e00
[  284.106535] Call Trace:
[  284.107041]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.107550]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.108058]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.108405]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.108858]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.109362]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.109867]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.110368] kworker/0:54    R  running task        0   601      2 0x00000000
[  284.110888]  ffff8ce370104c00 ffff8ce370104c00 ffff8ce36cfc2d00 ffff8ce378e19340
[  284.111412]  ffff8ce371392d00 ffff9edf0427fe40 ffffffff8a486df3 ffff9edf0427fe10
[  284.111930]  00ff8ce36cf90f00 ffff8ce378e19340 ffff9edf0427fe58 ffff8ce36cfc2d00
[  284.112294] Call Trace:
[  284.112757]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.113268]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.113776]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.114299]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.114867]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.115362]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.115857]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.116192] kworker/0:55    S    0   602      2 0x00000000
[  284.116655]  ffff8ce370d47400 0000000000000000 ffff8ce36cfc4b00 ffff8ce378e19340
[  284.117168]  ffff8ce36cfc2d00 ffff9edf04287e40 ffffffff8a486df3 ffffffff89e230f7
[  284.117687]  00ff8ce36cf90540 ffff8ce378e19340 ffff9edf04287e58 ffff8ce36cfc4b00
[  284.118203] Call Trace:
[  284.118705]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.119214]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.119725]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.120086]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.120432]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.120990]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.121485]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.121983]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.122481] kworker/0:56    S    0   603      2 0x00000000
[  284.122983]  ffff8ce334e89c00 0000000000000000 ffff8ce36cfc0000 ffff8ce378e19340
[  284.123496]  ffffffff8aa0e540 ffff9edf0428fe40 ffffffff8a486df3 ffff9edf0428fe10
[  284.124017]  00ff8ce36cf91800 ffff8ce378e19340 ffff9edf0428fe58 ffff8ce36cfc0000
[  284.124427] Call Trace:
[  284.124851]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.125362]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.125874]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.126374]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.126872]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.127367]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.127857]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.128284] kworker/0:57    S    0   604      2 0x00000000
[  284.128654]  ffff8ce370d47400 0000000000000000 ffff8ce36cfc3c00 ffff8ce378e19340
[  284.129164]  ffff8ce36cfc2d00 ffff9edf04297e40 ffffffff8a486df3 ffffffff89d1cdd2
[  284.129677]  00ff8ce36cf91b00 ffff8ce378e19340 ffff9edf04297e58 ffff8ce36cfc3c00
[  284.130268] Call Trace:
[  284.130771]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.131277]  [<ffffffff89d1cdd2>] ? cgroup_pidlist_destroy_work_fn+0x82/0x90
[  284.131786]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.132076]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.132488]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.133060]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.133557]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.134055]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.134556] kworker/0:58    S    0   605      2 0x00000000
[  284.135058]  ffff8ce370d47400 0000000000000000 ffff8ce36cff8000 ffff8ce378e19340
[  284.135572]  ffffffff8aa0e540 ffff9edf0429fe40 ffffffff8a486df3 ffff9edf0429fe10
[  284.136090]  00ff8ce36cf91380 ffff8ce378e19340 ffff9edf0429fe58 ffff8ce36cff8000
[  284.136483] Call Trace:
[  284.136931]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.137439]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.137944]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.138442]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.138939]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.139435]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.139930]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.140352] kworker/0:59    S    0   606      2 0x00000000
[  284.140742]  ffff8ce370d47400 0000000000000000 ffff8ce36cffbc00 ffff8ce378e19340
[  284.141259]  ffff8ce37444e900 ffff9edf042a7e40 ffffffff8a486df3 ffff8ce378e18b40
[  284.141773]  00ff8ce36cf91e00 ffff8ce378e19340 ffff9edf042a7e58 ffff8ce36cffbc00
[  284.142286] Call Trace:
[  284.142788]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.143297]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.143797]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.144177]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.144503]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.145050]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.145591]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.146094] kworker/0:60    S    0   607      2 0x00000000
[  284.146586]  ffff8ce334e88800 0000000000000000 ffff8ce36cff8f00 ffff8ce378e19340
[  284.147089]  ffff8ce36cffbc00 ffff9edf042afe40 ffffffff8a486df3 ffffffff89e230f7
[  284.147597]  00ff8ce36cf90c00 ffff8ce378e19340 ffff9edf042afe58 ffff8ce36cff8f00
[  284.148104] Call Trace:
[  284.148497]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.148931]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.149434]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.149937]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.150433]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.150930]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.151423]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.151914]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.152368] kworker/0:61    S    0   608      2 0x00000000
[  284.152720]  ffff8ce334e88800 0000000000000000 ffff8ce36cffda00 ffff8ce378e19340
[  284.153226]  ffff8ce36cff9e00 ffff9edf042b7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.153737]  00ff8ce36cf91500 ffff8ce378e19340 ffff9edf042b7e58 ffff8ce36cffda00
[  284.154247] Call Trace:
[  284.154744]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.155246]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.155756]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.156161]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.156468]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.157019]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.157509]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.157999]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.158492] kworker/0:62    S    0   609      2 0x00000000
[  284.158992]  ffff8ce334e88800 0000000000000000 ffff8ce36cffe900 ffff8ce378e19340
[  284.159501]  ffff8ce36cffad00 ffff9edf042bfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.160009]  00ff8ce36cf90840 ffff8ce378e19340 ffff9edf042bfe58 ffff8ce36cffe900
[  284.160464] Call Trace:
[  284.160827]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.161389]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.161891]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.162385]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.162881]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.163375]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.163872]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.164272]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.164678] kworker/0:63    S    0   610      2 0x00000000
[  284.165178]  ffff8ce334e88800 0000000000000000 ffff8ce36cff9e00 ffff8ce378e19340
[  284.165693]  ffff8ce36cff8f00 ffff9edf042c7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.166209]  00ff8ce36cf91a40 ffff8ce378e19340 ffff9edf042c7e58 ffff8ce36cff9e00
[  284.166714] Call Trace:
[  284.167211]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.167717]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.168106]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.168422]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.168973]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.169504]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.170012]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.170519]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.171021] kworker/0:64    S    0   611      2 0x00000000
[  284.171531]  ffff8ce334e88800 0000000000000000 ffff8ce36cffad00 ffff8ce378e19340
[  284.172046]  ffff8ce36cffda00 ffff9edf042cfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.172418]  00ff8ce36cf91200 ffff8ce378e19340 ffff9edf042cfe58 ffff8ce36cffad00
[  284.172898] Call Trace:
[  284.173402]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.173912]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.174422]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.174925]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.175427]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.175932]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.176330]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.176796]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.177363] kworker/0:65    S    0   612      2 0x00000000
[  284.177875]  ffff8ce334e88800 0000000000000000 ffff8ce36cffcb00 ffff8ce378e19340
[  284.178394]  ffff8ce36cffe900 ffff9edf042d7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.178906]  00ff8ce36cf906c0 ffff8ce378e19340 ffff9edf042d7e58 ffff8ce36cffcb00
[  284.179417] Call Trace:
[  284.179920]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.180181]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.180734]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.181238]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.181745]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.182254]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.182760]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.183266]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.183772] kworker/0:66    S    0   613      2 0x00000000
[  284.184164]  ffff8ce334e88800 0000000000000000 ffff8ce36c91ad00 ffff8ce378e19340
[  284.184516]  ffff8ce36cffcb00 ffff9edf042dfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.185088]  00ff8ce36cf90240 ffff8ce378e19340 ffff9edf042dfe58 ffff8ce36c91ad00
[  284.185605] Call Trace:
[  284.186113]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.186619]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.187128]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.187634]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.188137]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.188513]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.188954]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.189460]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.189965] kworker/0:67    S    0   614      2 0x00000000
[  284.190519]  ffff8ce334e88800 0000000000000000 ffff8ce36c91cb00 ffff8ce378e19340
[  284.191199]  ffff8ce36c91ad00 ffff9edf042e7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.191735]  00ff8ce36cf900c0 ffff8ce378e19340 ffff9edf042e7e58 ffff8ce36c91cb00
[  284.192287] Call Trace:
[  284.192567]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.193250]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.193791]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.194341]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.194886]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.195427]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.195972]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.196553]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.196834] kworker/0:68    S    0   615      2 0x00000000
[  284.197348]  ffff8ce334e88800 0000000000000000 ffff8ce36c918000 ffff8ce378e19340
[  284.197930]  ffff8ce36c91cb00 ffff9edf042efe40 ffffffff8a486df3 ffffffff89e230f7
[  284.198508]  00ff8ce36cf91bc0 ffff8ce378e19340 ffff9edf042efe58 ffff8ce36c918000
[  284.199029] Call Trace:
[  284.199541]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.200052]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.200294]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.200860]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.201366]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.201878]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.202384]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.202891]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.203402] kworker/0:69    S    0   616      2 0x00000000
[  284.203919]  ffff8ce334e88800 0000000000000000 ffff8ce36c91bc00 ffff8ce378e19340
[  284.204289]  ffff8ce36c918000 ffff9edf042f7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.204756]  00ff8ce36cf90000 ffff8ce378e19340 ffff9edf042f7e58 ffff8ce36c91bc00
[  284.205271] Call Trace:
[  284.205779]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.206288]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.206804]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.207312]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.207816]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.208177]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.208784]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.209337]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.209923] kworker/0:70    S    0   617      2 0x00000000
[  284.210761]  ffff8ce334e88800 0000000000000000 ffff8ce36c918f00 ffff8ce378e19340
[  284.211575]  ffff8ce36c91bc00 ffff9edf042ffe40 ffffffff8a486df3 ffffffff89e230f7
[  284.212124]  00ff8ce36cf91ec0 ffff8ce378e19340 ffff9edf042ffe58 ffff8ce36c918f00
[  284.212491] Call Trace:
[  284.213212]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.213799]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.214390]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.214953]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.215530]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.216181]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.216663]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.217398]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.217986] kworker/0:71    S    0   618      2 0x00000000
[  284.218590]  ffff8ce334e88800 0000000000000000 ffff8ce36c91da00 ffff8ce378e19340
[  284.219205]  ffff8ce36c918f00 ffff9edf04307e40 ffffffff8a486df3 ffffffff89e230f7
[  284.219778]  00ff8ce36cf903c0 ffff8ce378e19340 ffff9edf04307e58 ffff8ce36c91da00
[  284.220407] Call Trace:
[  284.220792]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.221335]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.221886]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.222433]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.222993]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.223553]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.224112]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.224353]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.225008] kworker/0:72    S    0   619      2 0x00000000
[  284.225545]  ffff8ce334e88800 0000000000000000 ffff8ce36c91e900 ffff8ce378e19340
[  284.226085]  ffff8ce36c91da00 ffff9edf0430fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.226627]  00ff8ce36cf90fc0 ffff8ce378e19340 ffff9edf0430fe58 ffff8ce36c91e900
[  284.227164] Call Trace:
[  284.227690]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.228217]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.228470]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.229117]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.229639]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.230173]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.230719]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.231262]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.231799] kworker/0:73    S    0   620      2 0x00000000
[  284.232379]  ffff8ce334e88800
[  284.232379]  0000000000000000
[  284.232379]  ffff8ce36c919e00 ffff8ce378e19340
[  284.232819]  ffff8ce36c91e900 ffff9edf04317e40 ffffffff8a486df3 ffffffff89e230f7
[  284.233370]  00ff8ce36cf909c0 ffff8ce378e19340 ffff9edf04317e58 ffff8ce36c919e00
[  284.233936] Call Trace:
[  284.234496]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.235051]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.235613]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.236097]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.236426]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.237133]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.237682]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.238230]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.238789] kworker/0:74    S    0   621      2 0x00000000
[  284.241582]  ffff8ce334e88800 0000000000000000 ffff8ce36c96e900 ffff8ce378e19340
[  284.243263]  ffff8ce36c919e00 ffff9edf0431fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.244408]  00ff8ce36cf90e40
[  284.244408]  ffff8ce378e19340
[  284.244408]  ffff9edf0431fe58 ffff8ce36c96e900
[  284.244408] Call Trace:
[  284.244859]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.247125]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.248194]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.249859]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.250631]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.251240]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.252237]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.253901]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.258229] kworker/0:75    S
[  284.258244]     0   622      2 0x00000000
[  284.260811]  ffff8ce334e88800 0000000000000000 ffff8ce36c969e00 ffff8ce378e19340
[  284.261260]  ffff8ce36c96e900 ffff9edf04327e40 ffffffff8a486df3 ffffffff89e230f7
[  284.261813]  00ff8ce36cf91d40 ffff8ce378e19340 ffff9edf04327e58 ffff8ce36c969e00
[  284.262359] Call Trace:
[  284.262896]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.264616]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.265124]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.265674]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.266201]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.266727]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.267251]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.267782]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.268371] kworker/0:76    S    0   623      2 0x00000000
[  284.268641]  ffff8ce334e88800 0000000000000000 ffff8ce36c96ad00 ffff8ce378e19340
[  284.269188]  ffff8ce36c969e00 ffff9edf0432fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.269733]  00ff8ce36cf91080 ffff8ce378e19340 ffff9edf0432fe58 ffff8ce36c96ad00
[  284.270275] Call Trace:
[  284.271887]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.272274]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.272949]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.273534]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.274106]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.274717]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.275304]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.275876]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.276263] kworker/0:77    S    0   624      2 0x00000000
[  284.276848]  ffff8ce334e88800 0000000000000000 ffff8ce36c96cb00 ffff8ce378e19340
[  284.277428]  ffff8ce36c96ad00 ffff9edf04337e40 ffffffff8a486df3 ffffffff89e230f7
[  284.278200]  00ff8ce36cf91680 ffff8ce378e19340 ffff9edf04337e58 ffff8ce36c96cb00
[  284.279006] Call Trace:
[  284.279567]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.280191]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.280483]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.281930]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.282454]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.282975]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.283493]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.284013]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.284476] kworker/0:78    S    0   625      2 0x00000000
[  284.284890]  ffff8ce334e88800 0000000000000000 ffff8ce36c968000 ffff8ce378e19340
[  284.285425]  ffff8ce36c96cb00 ffff9edf0433fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.285962]  00ff8ce36cf91980 ffff8ce378e19340 ffff9edf0433fe58 ffff8ce36c968000
[  284.286610] Call Trace:
[  284.287133]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.287655]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.288172]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.288420]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.288988]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.289504]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.290015]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.290530]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.291040] kworker/0:79    S    0   626      2 0x00000000
[  284.291747]  ffff8ce334e88800 0000000000000000 ffff8ce36c96bc00 ffff8ce378e19340
[  284.292415]  ffff8ce36c968000 ffff9edf04347e40 ffffffff8a486df3 ffffffff89e230f7
[  284.292975]  00ff8ce36cf90480 ffff8ce378e19340 ffff9edf04347e58 ffff8ce36c96bc00
[  284.293511] Call Trace:
[  284.294020]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.294529]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.295041]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.295553]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.296059]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.296293]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.296874]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.297384]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.297917] kworker/0:80    S    0   627      2 0x00000000
[  284.298433]  ffff8ce334e88800 0000000000000000 ffff8ce36c968f00 ffff8ce378e19340
[  284.298957]  ffff8ce36c96bc00 ffff9edf0434fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.299473]  00ff8ce36cf90180 ffff8ce378e19340 ffff9edf0434fe58 ffff8ce36c968f00
[  284.299988] Call Trace:
[  284.300288]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.300824]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.301336]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.302389]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.303379]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.304252]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.304887]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.305604]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.306113] kworker/0:81    S    0   628      2 0x00000000
[  284.306627]  ffff8ce334e88800 0000000000000000 ffff8ce36c96da00 ffff8ce378e19340
[  284.307147]  ffff8ce36de91e00 ffff9edf04357e40 ffffffff8a486df3 ffffffff89e230f7
[  284.307662]  00ff8ce36cf91c80 ffff8ce378e19340 ffff9edf04357e58 ffff8ce36c96da00
[  284.308177] Call Trace:
[  284.308751]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.309034]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.309546]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.310057]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.310562]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.311069]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.311573]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.312080]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.312459] kworker/0:82    S    0   629      2 0x00000000
[  284.312911]  ffff8ce334e88800 0000000000000000 ffff8ce36de96900 ffff8ce378e19340
[  284.313431]  ffff8ce3735d0f00 ffff9edf0435fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.313984]  00ff8ce36cf91140 ffff8ce378e19340 ffff9edf0435fe58 ffff8ce36de96900
[  284.314941] Call Trace:
[  284.315551]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.316060]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.316333]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.316875]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.317726]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.318235]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.318740]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.319244]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.319751] kworker/0:83    S    0   630      2 0x00000000
[  284.320270]  ffff8ce334e88800 0000000000000000 ffff8ce36de91e00 ffff8ce378e19340
[  284.320510]  ffff8ce36c968f00 ffff9edf04367e40 ffffffff8a486df3 ffffffff89e230f7
[  284.321087]  00ff8ce36cf90cc0 ffff8ce378e19340 ffff9edf04367e58 ffff8ce36de91e00
[  284.321606] Call Trace:
[  284.322115]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.322629]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.323140]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.323648]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.324153]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.324505]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.324960]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.325468]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.325975] kworker/1:110   S    0   631      2 0x00000000
[  284.326487]  ffff8ce36e470800 0000000000000000 ffff8ce36de92d00 ffff8ce378e59340
[  284.327008]  ffff8ce36e31e900 ffff9edf0436fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.327527]  00ff8ce36e33f2c0 ffff8ce378e59340 ffff9edf0436fe58 ffff8ce36de92d00
[  284.328043] Call Trace:
[  284.328393]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.328864]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.329375]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.329884]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.330388]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.330899]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.331407]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.331911]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.332293] kworker/0:84    S    0   632      2 0x00000000
[  284.332735]  ffff8ce334e88800 0000000000000000 ffff8ce36de94b00 ffff8ce378e19340
[  284.333375]  ffff8ce36c96da00 ffff9edf04377e40 ffffffff8a486df3 ffffffff89e230f7
[  284.333895]  00ff8ce36de8f8c0 ffff8ce378e19340 ffff9edf04377e58 ffff8ce36de94b00
[  284.334414] Call Trace:
[  284.334921]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.335430]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.335942]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.336191]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.336756]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.337263]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.337773]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.338282]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.338792] kworker/1:111   S    0   633      2 0x00000000
[  284.339304]  ffff8ce36e470800 0000000000000000 ffff8ce36de90000 ffff8ce378e59340
[  284.339823]  ffff8ce36de92d00 ffff9edf0437fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.340187]  00ff8ce36e33f740 ffff8ce378e59340
[  284.340187]  ffff9edf0437fe58
[  284.340187]  ffff8ce36de90000
[  284.340624] Call Trace:
[  284.341135]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.341658]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.342182]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.342699]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.343214]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.343733]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.344057]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.344459]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.345032] kworker/1:112   S    0   634      2 0x00000000
[  284.345554]  ffff8ce36e470800 0000000000000000 ffff8ce36de93c00 ffff8ce378e59340
[  284.346088]  ffff8ce36de90000 ffff9edf04387e40 ffffffff8a486df3 ffffffff89e230f7
[  284.346618]  00ff8ce36e33e780 ffff8ce378e59340 ffff9edf04387e58 ffff8ce36de93c00
[  284.347144] Call Trace:
[  284.347660]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.348177]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.348455]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.349036]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.349551]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.350066]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.350580]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.351098]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.351613] kworker/1:113   S    0   635      2 0x00000000
[  284.352135]  ffff8ce36e470800 0000000000000000 ffff8ce36de90f00 ffff8ce378e59340
[  284.352423]  ffff8ce36de93c00 ffff9edf0438fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.352995]  00ff8ce36e33e600 ffff8ce378e59340 ffff9edf0438fe58 ffff8ce36de90f00
[  284.353521] Call Trace:
[  284.354038]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.354557]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.355079]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.355599]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.356118]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.356408]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.356956]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.357472]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.357989] kworker/1:114   S    0   636      2 0x00000000
[  284.358511]  ffff8ce36e470800 0000000000000000 ffff8ce36de95a00 ffff8ce378e59340
[  284.359041]  ffff8ce36de90f00 ffff9edf04397e40 ffffffff8a486df3 ffffffff89e230f7
[  284.359567]  00ff8ce36e33ed80 ffff8ce378e59340 ffff9edf04397e58 ffff8ce36de95a00
[  284.360092] Call Trace:
[  284.360378]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.360915]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.361438]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.361955]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.362475]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.362995]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.363510]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.364024]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.364334] kworker/1:115   S    0   637      2 0x00000000
[  284.364908]  ffff8ce36e470800 0000000000000000 ffff8ce36dece900 ffff8ce378e59340
[  284.365441]  ffff8ce36de95a00 ffff9edf0439fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.365967]  00ff8ce36e33e300 ffff8ce378e59340 ffff9edf0439fe58 ffff8ce36dece900
[  284.366492] Call Trace:
[  284.367004]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.367513]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.368023]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.368323]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.368824]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.369334]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.369841]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.370344]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.370849] kworker/1:116   S    0   638      2 0x00000000
[  284.371359]  ffff8ce36e470800 0000000000000000 ffff8ce36dec9e00 ffff8ce378e59340
[  284.371880]  ffff8ce36dece900 ffff9edf043a7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.372259]  00ff8ce36e33ef00 ffff8ce378e59340 ffff9edf043a7e58 ffff8ce36dec9e00
[  284.372703] Call Trace:
[  284.373263]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.373770]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.374280]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.374785]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.375289]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.375793]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.376128]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.376495]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.377056] kworker/0:85    S    0   639      2 0x00000000
[  284.377566]  ffff8ce334e88800 0000000000000000 ffff8ce36decad00 ffff8ce378e19340
[  284.378084]  ffff8ce36de94b00 ffff9edf043afe40 ffffffff8a486df3 ffffffff89e230f7
[  284.378598]  00ff8ce36de8e900 ffff8ce378e19340 ffff9edf043afe58 ffff8ce36decad00
[  284.379111] Call Trace:
[  284.379617]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.380300]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.380632]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.381367]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.381871]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.382377]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.382879]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.383387]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.383891] kworker/0:86    S    0   640      2 0x00000000
[  284.384139]  ffff8ce334e88800 ffff8ce334e88800 ffff8ce36deccb00 ffff8ce378e19340
[  284.384718]  ffff8ce36c85da00 ffff9edf043b7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.385231]  00ff8ce36de8eb40 ffff8ce378e19340 ffff9edf043b7e58 ffff8ce36deccb00
[  284.385745] Call Trace:
[  284.386249]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.386755]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.387263]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.387768]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.388116]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.388475]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.389035]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.389541]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.390044] kworker/1:117   S    0   641      2 0x00000000
[  284.390558]  ffff8ce36e470800 0000000000000000 ffff8ce36dec8000 ffff8ce378e59340
[  284.391076]  ffff8ce36dec9e00 ffff9edf043bfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.391594]  00ff8ce36e33e540 ffff8ce378e59340 ffff9edf043bfe58 ffff8ce36dec8000
[  284.392107] Call Trace:
[  284.392470]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.392923]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.393436]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.393945]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.394451]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.394961]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.395464]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.396034]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.396351] kworker/0:87    S    0   642      2 0x00000000
[  284.396856]  ffff8ce334e88800 0000000000000000 ffff8ce36decbc00 ffff8ce378e19340
[  284.397374]  ffff8ce36deccb00 ffff9edf043c7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.397888]  00ff8ce36de8f5c0 ffff8ce378e19340 ffff9edf043c7e58 ffff8ce36decbc00
[  284.398402] Call Trace:
[  284.398910]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.399417]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.399926]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.400281]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.400754]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.401270]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.401774]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.402281]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.402785] kworker/1:118   S    0   643      2 0x00000000
[  284.403296]  ffff8ce36e470800 0000000000000000 ffff8ce36dec8f00 ffff8ce378e59340
[  284.403815]  ffff8ce36dec8000 ffff9edf043cfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.404168]  00ff8ce36e33f800 ffff8ce378e59340 ffff9edf043cfe58 ffff8ce36dec8f00
[  284.404168] Call Trace:
[  284.404626]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.405147]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.405668]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.406183]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.406697]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.407212]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.407722]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.408062]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.408455] kworker/0:88    S    0   644      2 0x00000000
[  284.409030]  ffff8ce334e88800 0000000000000000 ffff8ce36decda00 ffff8ce378e19340
[  284.409556]  ffff8ce36decbc00 ffff9edf043d7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.410083]  00ff8ce36de8ea80 ffff8ce378e19340 ffff9edf043d7e58 ffff8ce36decda00
[  284.410607] Call Trace:
[  284.411122]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.412450]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.412836]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.413354]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.413870]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.414388]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.414900]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.415411]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.415924] kworker/1:119   S    0   645      2 0x00000000
[  284.416245]  ffff8ce36e470800 0000000000000000 ffff8ce36ded2d00 ffff8ce378e59340
[  284.416768]  ffff8ce36dec8f00 ffff9edf043dfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.417300]  00ff8ce36e33fb00 ffff8ce378e59340 ffff9edf043dfe58 ffff8ce36ded2d00
[  284.417827] Call Trace:
[  284.418343]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.418865]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.419387]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.419903]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.420173]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.420743]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.421256]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.421770]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.422282] kworker/1:120   S    0   646      2 0x00000000
[  284.422807]  ffff8ce36e470800 0000000000000000 ffff8ce36ded4b00 ffff8ce378e59340
[  284.423338]  ffff8ce36ded2d00 ffff9edf043e7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.423866]  00ff8ce36e33f380 ffff8ce378e59340 ffff9edf043e7e58 ffff8ce36ded4b00
[  284.424168] Call Trace:
[  284.424699]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.425225]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.425757]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.426278]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.426794]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.427378]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.427889]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.428132]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.428707] kworker/1:121   S    0   647      2 0x00000000
[  284.429227]  ffff8ce36e470800 0000000000000000 ffff8ce36ded0000 ffff8ce378e59340
[  284.429756]  ffff8ce36ded4b00 ffff9edf043efe40 ffffffff8a486df3 ffffffff89e230f7
[  284.430287]  00ff8ce36e33fe00 ffff8ce378e59340 ffff9edf043efe58 ffff8ce36ded0000
[  284.430816] Call Trace:
[  284.431335]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.431852]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.432128]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.432665]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.433171]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.433684]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.434190]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.434695]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.435205] kworker/1:122   S    0   648      2 0x00000000
[  284.435718]  ffff8ce36e470800 0000000000000000 ffff8ce36ded3c00 ffff8ce378e59340
[  284.436090]  ffff8ce36ded0000 ffff9edf043f7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.436455]  00ff8ce36e33ec00 ffff8ce378e59340 ffff9edf043f7e58 ffff8ce36ded3c00
[  284.437030] Call Trace:
[  284.437541]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.438053]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.438569]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.439077]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.439586]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.440096]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.440452]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.440900]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.441408] kworker/1:123   S    0   649      2 0x00000000
[  284.441923]  ffff8ce36e470800 0000000000000000 ffff8ce36ded0f00 ffff8ce378e59340
[  284.442568]  ffff8ce36ded3c00 ffff9edf043ffe40 ffffffff8a486df3 ffffffff89e230f7
[  284.443098]  00ff8ce36e33f500 ffff8ce378e59340 ffff9edf043ffe58 ffff8ce36ded0f00
[  284.443612] Call Trace:
[  284.444119]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.444370]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.444942]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.445452]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.445960]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.446470]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.446973]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.447477]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.447982] kworker/1:124   S    0   650      2 0x00000000
[  284.448364]  ffff8ce36e470800 0000000000000000 ffff8ce36ded5a00 ffff8ce378e59340
[  284.448810]  ffff8ce36ded0f00 ffff9edf04407e40 ffffffff8a486df3 ffffffff89e230f7
[  284.449324]  00ff8ce36e33e840 ffff8ce378e59340 ffff9edf04407e58 ffff8ce36ded5a00
[  284.449843] Call Trace:
[  284.450348]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.450856]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.451366]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.451875]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.452226]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.452694]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.453197]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.453705]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.454213] kworker/1:125   S    0   651      2 0x00000000
[  284.454726]  ffff8ce36e470800 0000000000000000 ffff8ce36ded6900 ffff8ce378e59340
[  284.455247]  ffff8ce36ded5a00 ffff9edf0440fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.455762]  00ff8ce36e33fa40 ffff8ce378e59340 ffff9edf0440fe58 ffff8ce36ded6900
[  284.456127] Call Trace:
[  284.456498]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.457063]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.457573]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.458379]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.459068]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.460026]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.460684]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.461289]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.461964] kworker/1:126   S    0   652      2 0x00000000
[  284.462592]  ffff8ce36e470800 0000000000000000 ffff8ce36ded1e00 ffff8ce378e59340
[  284.463225]  ffff8ce36ded6900 ffff9edf04417e40 ffffffff8a486df3 ffffffff89e230f7
[  284.464235]  00ff8ce36e33f200 ffff8ce378e59340 ffff9edf04417e58 ffff8ce36ded1e00
[  284.464780] Call Trace:
[  284.465490]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.466348]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.467177]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.469559]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.470128]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.471125]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.472348]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.473026]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.474046] kworker/1:127   S    0   653      2 0x00000000
[  284.475030]  ffff8ce36e470800 0000000000000000 ffff8ce36e31ad00 ffff8ce378e59340
[  284.476024]  ffff8ce36ded1e00 ffff9edf0441fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.476705]  00ff8ce36e33e6c0 ffff8ce378e59340 ffff9edf0441fe58
[  284.476757]  ffff8ce36e31ad00
[  284.476788] Call Trace:
[  284.477776]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.478635]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.479479]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.480084]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.480699]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.481380]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.482204]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.483120]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.483753] kworker/1:128   S    0   654      2 0x00000000
[  284.484579]  ffff8ce36e470800
[  284.485346]  0000000000000000 ffff8ce36e31cb00 ffff8ce378e59340
[  284.486361]  ffff8ce36e31ad00 ffff9edf04427e40 ffffffff8a486df3 ffffffff89e230f7
[  284.487618]  00ff8ce36e33e240 ffff8ce378e59340 ffff9edf04427e58 ffff8ce36e31cb00
[  284.488564] Call Trace:
[  284.490275]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.491236]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.492136]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.492552]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.493549]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.494649]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.495698]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.496593]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.497406] kworker/1:129   S    0   655      2 0x00000000
[  284.498050]  ffff8ce36e470800 0000000000000000 ffff8ce36e318000 ffff8ce378e59340
[  284.498638]  ffff8ce36e31cb00 ffff9edf0442fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.499256]  00ff8ce36e33e0c0 ffff8ce378e59340 ffff9edf0442fe58 ffff8ce36e318000
[  284.499883] Call Trace:
[  284.500521]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.500870]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.501537]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.502156]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.502770]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.503441]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.503974]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.504248]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.505179] kworker/1:130   S    0   656      2 0x00000000
[  284.507643]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a4b00 ffff8ce378e59340
[  284.508240]  ffff8ce36e318000 ffff9edf04437e40 ffffffff8a486df3 ffffffff89e230f7
[  284.509685]  00ff8ce36e33fbc0
[  284.509702]  ffff8ce378e59340
[  284.509719]  ffff9edf04437e58 ffff8ce36e4a4b00
[  284.510417] Call Trace:
[  284.511026]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.512540]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.512979]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.513522]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.514052]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.514580]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.515112]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.515643]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.516173] kworker/1:131   S    0   657      2 0x00000000
[  284.516447]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a0000 ffff8ce378e59340
[  284.517699]  ffff8ce36e4a4b00 ffff9edf0443fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.518593]  00ff8ce36e33e000 ffff8ce378e59340 ffff9edf0443fe58 ffff8ce36e4a0000
[  284.519140] Call Trace:
[  284.519667]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.520187]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.521340]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.522025]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.522920]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.523575]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.524129]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.524809]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.525132] kworker/1:132   S    0   658      2 0x00000000
[  284.525954]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a3c00 ffff8ce378e59340
[  284.526542]  ffff8ce36e4a0000 ffff9edf04447e40 ffffffff8a486df3 ffffffff89e230f7
[  284.527080]  00ff8ce36e33fec0 ffff8ce378e59340 ffff9edf04447e58 ffff8ce36e4a3c00
[  284.527606] Call Trace:
[  284.528548]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.528941]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.529474]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.529999]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.530524]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.531049]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.531566]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.532083]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.532390] kworker/1:133   S    0   659      2 0x00000000
[  284.532956]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a0f00 ffff8ce378e59340
[  284.533485]  ffff8ce36e4a3c00 ffff9edf0444fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.534013]  00ff8ce36e33e3c0 ffff8ce378e59340 ffff9edf0444fe58 ffff8ce36e4a0f00
[  284.534545] Call Trace:
[  284.535063]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.535582]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.536109]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.536430]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.537006]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.537528]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.538047]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.538562]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.539080] kworker/1:134   S    0   660      2 0x00000000
[  284.539936]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a5a00 ffff8ce378e59340
[  284.540626]  ffff8ce36e4a0f00 ffff9edf04457e40 ffffffff8a486df3 ffffffff89e230f7
[  284.541224]  00ff8ce36e33efc0 ffff8ce378e59340 ffff9edf04457e58 ffff8ce36e4a5a00
[  284.541756] Call Trace:
[  284.542268]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.542864]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.543405]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.543909]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.544465]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.544746]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.545249]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.545752]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.546257] kworker/1:135   S    0   661      2 0x00000000
[  284.546769]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a6900 ffff8ce378e59340
[  284.547290]  ffff8ce36e4a5a00 ffff9edf0445fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.547803]  00ff8ce36e33e9c0 ffff8ce378e59340 ffff9edf0445fe58 ffff8ce36e4a6900
[  284.548177] Call Trace:
[  284.548584]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.549091]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.549600]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.550109]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.551402]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.552000]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.552274]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.552843]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.553348] kworker/1:136   S    0   662      2 0x00000000
[  284.553865]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a1e00 ffff8ce378e59340
[  284.554391]  ffff8ce36e4a6900 ffff9edf04467e40 ffffffff8a486df3 ffffffff89e230f7
[  284.554904]  00ff8ce36e33ee40 ffff8ce378e59340 ffff9edf04467e58 ffff8ce36e4a1e00
[  284.555417] Call Trace:
[  284.555924]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.556266]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.556764]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.557269]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.557772]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.558277]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.558779]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.559280]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.559783] kworker/1:137   S    0   663      2 0x00000000
[  284.560174]  ffff8ce36e470800 0000000000000000 ffff8ce36e4a2d00 ffff8ce378e59340
[  284.560579]  ffff8ce36e4a1e00 ffff9edf0446fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.561091]  00ff8ce36e33fd40 ffff8ce378e59340 ffff9edf0446fe58 ffff8ce36e4a2d00
[  284.561605] Call Trace:
[  284.562109]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.563105]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.564031]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.564342]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.564914]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.565418]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.565920]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.566421]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.566927] kworker/1:138   S    0   664      2 0x00000000
[  284.567437]  ffff8ce36e470800 0000000000000000 ffff8ce36e4dbc00 ffff8ce378e59340
[  284.568096]  ffff8ce36e4a2d00 ffff9edf04477e40 ffffffff8a486df3 ffffffff89e230f7
[  284.568345]  00ff8ce36e33f080 ffff8ce378e59340 ffff9edf04477e58 ffff8ce36e4dbc00
[  284.568921] Call Trace:
[  284.569427]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.569937]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.570447]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.570952]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.571453]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.571954]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.572340]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.572769]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.573483] kworker/1:139   S    0   665      2 0x00000000
[  284.574241]  ffff8ce36e470800 0000000000000000 ffff8ce36e4d8f00 ffff8ce378e59340
[  284.574762]  ffff8ce36e4dbc00 ffff9edf0447fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.575282]  00ff8ce36e33f680 ffff8ce378e59340 ffff9edf0447fe58 ffff8ce36e4d8f00
[  284.575799] Call Trace:
[  284.576205]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.576592]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.577102]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.577610]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.578111]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.578614]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.579118]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.579622]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.580040] kworker/1:140   S    0   666      2 0x00000000
[  284.580343]  ffff8ce36e470800 0000000000000000 ffff8ce36e4dda00 ffff8ce378e59340
[  284.580921]  ffff8ce36e4d8f00 ffff9edf04487e40 ffffffff8a486df3 ffffffff89e230f7
[  284.581433]  00ff8ce36e33f980 ffff8ce378e59340 ffff9edf04487e58 ffff8ce36e4dda00
[  284.581945] Call Trace:
[  284.582451]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.582959]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.583547]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.584053]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.584335]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.585324]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.586085]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.586600]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.587105] kworker/1:141   S    0   667      2 0x00000000
[  284.587617]  ffff8ce36e470800 0000000000000000 ffff8ce36e4de900 ffff8ce378e59340
[  284.588137]  ffff8ce36e4dda00 ffff9edf0448fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.588396]  00ff8ce36e33e480 ffff8ce378e59340 ffff9edf0448fe58 ffff8ce36e4de900
[  284.588966] Call Trace:
[  284.589474]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.589994]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.590501]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.591004]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.591509]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.592011]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.592391]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.592813]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.593314] kworker/1:142   S    0   668      2 0x00000000
[  284.593826]  ffff8ce36e470800 0000000000000000 ffff8ce36e4d9e00 ffff8ce378e59340
[  284.594345]  ffff8ce36e4de900 ffff9edf04497e40 ffffffff8a486df3 ffffffff89e230f7
[  284.594855]  00ff8ce36e33e180 ffff8ce378e59340 ffff9edf04497e58 ffff8ce36e4d9e00
[  284.595366] Call Trace:
[  284.596249]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.596699]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.597217]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.597730]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.598232]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.598875]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.599401]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.599931]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.600174] kworker/1:143   S    0   669      2 0x00000000
[  284.600753]  ffff8ce36e470800 0000000000000000 ffff8ce36e4dad00 ffff8ce378e59340
[  284.601274]  ffff8ce36e4d9e00 ffff9edf0449fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.601789]  00ff8ce36e33fc80 ffff8ce378e59340 ffff9edf0449fe58 ffff8ce36e4dad00
[  284.602304] Call Trace:
[  284.602807]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.603314]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.603826]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.604165]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.604597]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.605104]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.605607]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.606109]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.606612] kworker/1:144   S    0   670      2 0x00000000
[  284.607545]  ffff8ce36e470800 0000000000000000 ffff8ce36e4dcb00 ffff8ce378e59340
[  284.608102]  ffff8ce36e4dad00 ffff9edf044a7e40
[  284.608132]  ffffffff8a486df3
[  284.608143]  ffffffff89e230f7
[  284.608695]  00ff8ce36e33f140 ffff8ce378e59340 ffff9edf044a7e58 ffff8ce36e4dcb00
[  284.609220] Call Trace:
[  284.609741]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.610255]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.610771]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.611284]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.611798]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.612096]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.612515]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.613084]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.613598] kworker/1:145   S    0   671      2 0x00000000
[  284.614130]  ffff8ce36e470800 0000000000000000 ffff8ce36e4d8000 ffff8ce378e59340
[  284.614973]  ffff8ce36e4dcb00 ffff9edf044afe40 ffffffff8a486df3 ffffffff89e230f7
[  284.615515]  00ff8ce36e33ecc0 ffff8ce378e59340 ffff9edf044afe58 ffff8ce36e4d8000
[  284.616035] Call Trace:
[  284.616510]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.616894]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.617416]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.618445]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.619062]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.619578]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.620090]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.620364]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.620934] kworker/1:146   S    0   672      2 0x00000000
[  284.621455]  ffff8ce36e470800 0000000000000000 ffff8ce36e4fbc00 ffff8ce378e59340
[  284.621982]  ffff8ce36e4d8000 ffff9edf044b7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.622502]  00ff8ce36e33f440 ffff8ce378e59340 ffff9edf044b7e58 ffff8ce36e4fbc00
[  284.623026] Call Trace:
[  284.623539]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.624054]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.624356]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.624907]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.625422]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.625939]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.626450]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.626959]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.627477] kworker/1:147   S    0   673      2 0x00000000
[  284.627998]  ffff8ce36e470800 0000000000000000 ffff8ce36e4f8f00 ffff8ce378e59340
[  284.628328]  ffff8ce36e4fbc00 ffff9edf044bfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.628832]  00ff8ce36e33f8c0 ffff8ce378e59340 ffff9edf044bfe58 ffff8ce36e4f8f00
[  284.629633] Call Trace:
[  284.630782]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.631310]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.631834]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.632252]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.632655]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.633167]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.633682]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.634195]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.634707] kworker/1:148   S    0   674      2 0x00000000
[  284.635236]  ffff8ce36e470800 0000000000000000 ffff8ce36e4fda00 ffff8ce378e59340
[  284.635762]  ffff8ce36e4f8f00 ffff9edf044c7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.636092]  00ff8ce36e33e900 ffff8ce378e59340 ffff9edf044c7e58 ffff8ce36e4fda00
[  284.636494] Call Trace:
[  284.637061]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.637567]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.638076]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.638582]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.639084]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.639587]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.640090]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.640490]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.641357] kworker/1:149   S    0   675      2 0x00000000
[  284.641880]  ffff8ce36e470800 0000000000000000 ffff8ce36e4fe900 ffff8ce378e59340
[  284.642400]  ffff8ce36e4fda00 ffff9edf044cfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.642915]  00ff8ce36e33eb40 ffff8ce378e59340 ffff9edf044cfe58 ffff8ce36e4fe900
[  284.643428] Call Trace:
[  284.643935]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.644359]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.644796]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.645302]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.646080]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.646698]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.647228]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.647773]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.648216] kworker/1:150   S    0   676      2 0x00000000
[  284.648663]  ffff8ce36e470800 0000000000000000 ffff8ce36e4f9e00 ffff8ce378e59340
[  284.649920]  ffff8ce36e4fe900 ffff9edf044d7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.650447]  00ff8ce36e33f5c0 ffff8ce378e59340 ffff9edf044d7e58 ffff8ce36e4f9e00
[  284.651204] Call Trace:
[  284.651713]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.652769]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.653451]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.654282]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.654809]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.655556]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.656059]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.656633]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.656912] kworker/1:151   S    0   677      2 0x00000000
[  284.657426]  ffff8ce36e470800 0000000000000000 ffff8ce36e4fad00 ffff8ce378e59340
[  284.657943]  ffff8ce36e4f9e00 ffff9edf044dfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.658456]  00ff8ce36e33ea80 ffff8ce378e59340 ffff9edf044dfe58 ffff8ce36e4fad00
[  284.658967] Call Trace:
[  284.659472]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.659979]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.660341]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.660788]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.661380]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.661884]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.662385]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.662887]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.663391] kworker/1:152   S    0   678      2 0x00000000
[  284.663902]  ffff8ce36e470800 0000000000000000 ffff8ce36e4fcb00 ffff8ce378e59340
[  284.664495]  ffff8ce36e4fad00 ffff9edf044e7e40
[  284.664515]  ffffffff8a486df3
[  284.664528]  ffffffff89e230f7
[  284.665083]  00ff8ce371e318c0 ffff8ce378e59340 ffff9edf044e7e58 ffff8ce36e4fcb00
[  284.665608] Call Trace:
[  284.666123]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.666639]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.667158]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.667671]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.668185]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.668486]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.669021]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.669536]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.670049] kworker/1:153   S    0   679      2 0x00000000
[  284.670572]  ffff8ce36e470800 0000000000000000 ffff8ce36e4f8000 ffff8ce378e59340
[  284.671102]  ffff8ce36e4fcb00 ffff9edf044efe40 ffffffff8a486df3 ffffffff89e230f7
[  284.671624]  00ff8ce371e30900 ffff8ce378e59340 ffff9edf044efe58 ffff8ce36e4f8000
[  284.672146] Call Trace:
[  284.672445]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.672965]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.673537]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.674051]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.675025]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.675915]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.676387]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.677003]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.677534] kworker/1:154   S    0   680      2 0x00000000
[  284.678080]  ffff8ce36e470800 0000000000000000 ffff8ce371e39e00 ffff8ce378e59340
[  284.678634]  ffff8ce36e4f8000 ffff9edf044f7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.679158]  00ff8ce371e30b40 ffff8ce378e59340 ffff9edf044f7e58 ffff8ce371e39e00
[  284.679681] Call Trace:
[  284.680189]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.680451]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.681029]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.681544]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.682058]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.682576]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.683087]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.683599]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.684117] kworker/1:155   S    0   681      2 0x00000000
[  284.684442]  ffff8ce36e470800 0000000000000000 ffff8ce371e3ad00 ffff8ce378e59340
[  284.684968]  ffff8ce371e39e00 ffff9edf044ffe40 ffffffff8a486df3 ffffffff89e230f7
[  284.685491]  00ff8ce371e315c0 ffff8ce378e59340 ffff9edf044ffe58 ffff8ce371e3ad00
[  284.686279] Call Trace:
[  284.687174]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.687691]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.688210]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.688472]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.689044]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.689559]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.690076]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.690588]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.691102] kworker/1:156   S    0   682      2 0x00000000
[  284.691626]  ffff8ce36e470800 0000000000000000 ffff8ce371e3cb00 ffff8ce378e59340
[  284.692154]  ffff8ce371e3ad00 ffff9edf04507e40 ffffffff8a486df3 ffffffff89e230f7
[  284.692503]  00ff8ce371e30a80 ffff8ce378e59340 ffff9edf04507e58 ffff8ce371e3cb00
[  284.693083] Call Trace:
[  284.693590]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.694099]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.694609]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.695116]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.695620]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.696125]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.696498]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.697283]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.698240] kworker/1:157   S    0   683      2 0x00000000
[  284.698769]  ffff8ce36e470800 0000000000000000 ffff8ce371e38000 ffff8ce378e59340
[  284.699291]  ffff8ce371e3cb00 ffff9edf0450fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.699804]  00ff8ce371e312c0 ffff8ce378e59340 ffff9edf0450fe58 ffff8ce371e38000
[  284.700376] Call Trace:
[  284.700617]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.701128]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.701640]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.702147]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.702656]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.703161]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.703666]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.704078]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.704380] kworker/1:158   S    0   684      2 0x00000000
[  284.704949]  ffff8ce36e470800 0000000000000000 ffff8ce371e3bc00 ffff8ce378e59340
[  284.705469]  ffff8ce371e38000 ffff9edf04517e40 ffffffff8a486df3 ffffffff89e230f7
[  284.705985]  00ff8ce371e31740 ffff8ce378e59340 ffff9edf04517e58 ffff8ce371e3bc00
[  284.706500] Call Trace:
[  284.707006]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.707514]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.708023]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.708741]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.709297]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.709805]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.710313]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.710821]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.711327] kworker/1:159   S    0   685      2 0x00000000
[  284.711845]  ffff8ce36e470800 0000000000000000 ffff8ce371e38f00 ffff8ce378e59340
[  284.712429]  ffff8ce371e3bc00 ffff9edf0451fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.712726]  00ff8ce371e30780 ffff8ce378e59340 ffff9edf0451fe58 ffff8ce371e38f00
[  284.713243] Call Trace:
[  284.713749]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.714261]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.714773]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.715279]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.715783]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.716150]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.716497]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.717057]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.717561] kworker/0:89    S    0   686      2 0x00000000
[  284.718077]  ffff8ce334e88800 0000000000000000 ffff8ce371e3da00 ffff8ce378e19340
[  284.718598]  ffff8ce36decda00 ffff9edf04527e40 ffffffff8a486df3 ffffffff89e230f7
[  284.719111]  00ff8ce36de8f2c0 ffff8ce378e19340 ffff9edf04527e58 ffff8ce371e3da00
[  284.720032] Call Trace:
[  284.720645]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.721196]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.721707]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.722219]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.722729]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.723235]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.723787]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.724552]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.724828] kworker/1:160   S    0   687      2 0x00000000
[  284.725342]  ffff8ce36e470800 0000000000000000 ffff8ce371e3e900 ffff8ce378e59340
[  284.725861]  ffff8ce371e38f00 ffff9edf0452fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.726378]  00ff8ce371e30600 ffff8ce378e59340 ffff9edf0452fe58 ffff8ce371e3e900
[  284.726892] Call Trace:
[  284.727398]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.727905]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.728256]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.728721]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.729224]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.729735]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.730241]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.731440]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.731963] kworker/1:161   S    0   688      2 0x00000000
[  284.732223]  ffff8ce36e470800 0000000000000000 ffff8ce371e58000 ffff8ce378e59340
[  284.732837]  ffff8ce371e3e900 ffff9edf04537e40 ffffffff8a486df3 ffffffff89e230f7
[  284.733356]  00ff8ce371e30d80 ffff8ce378e59340 ffff9edf04537e58 ffff8ce371e58000
[  284.733871] Call Trace:
[  284.734378]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.734885]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.735394]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.735901]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.736212]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.736704]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.737207]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.737712]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.738217] kworker/0:90    S    0   689      2 0x00000000
[  284.738731]  ffff8ce334e88800 0000000000000000 ffff8ce371e5bc00 ffff8ce378e19340
[  284.739253]  ffff8ce371e3da00 ffff9edf0453fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.739933]  00ff8ce36de8f740 ffff8ce378e19340 ffff9edf0453fe58 ffff8ce371e5bc00
[  284.740240] Call Trace:
[  284.740808]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.741317]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.742549]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.743289]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.743794]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.744235]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.744532]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.745097]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.745603] kworker/1:162   S    0   690      2 0x00000000
[  284.746117]  ffff8ce36e470800 0000000000000000 ffff8ce371e58f00 ffff8ce378e59340
[  284.746637]  ffff8ce371e58000 ffff9edf04547e40 ffffffff8a486df3 ffffffff89e230f7
[  284.747156]  00ff8ce371e30300 ffff8ce378e59340 ffff9edf04547e58 ffff8ce371e58f00
[  284.747671] Call Trace:
[  284.748177]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.748526]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.748993]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.749498]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.750004]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.750510]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.751014]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.751517]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.752022] kworker/0:91    S    0   691      2 0x00000000
[  284.752419]  ffff8ce334e88800 0000000000000000 ffff8ce371e5da00 ffff8ce378e19340
[  284.752419]  ffff8ce371e5bc00 ffff9edf0454fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.753372]  00ff8ce36de8e780 ffff8ce378e19340 ffff9edf0454fe58 ffff8ce371e5da00
[  284.754046] Call Trace:
[  284.754584]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.755226]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.755785]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.756280]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.756658]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.757194]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.757730]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.758265]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.758801] kworker/1:163   S    0   692      2 0x00000000
[  284.759340]  ffff8ce36e470800 0000000000000000 ffff8ce371e5e900 ffff8ce378e59340
[  284.759888]  ffff8ce371e58f00 ffff9edf04557e40 ffffffff8a486df3 ffffffff89e230f7
[  284.760175]  00ff8ce371e30f00 ffff8ce378e59340 ffff9edf04557e58 ffff8ce371e5e900
[  284.760776] Call Trace:
[  284.761310]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.761852]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.762392]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.762928]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.763461]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.763994]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.764460]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.765249]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.766063] kworker/0:92    S    0   693      2 0x00000000
[  284.766603]  ffff8ce334e88800 0000000000000000 ffff8ce371e59e00 ffff8ce378e19340
[  284.767150]  ffff8ce371e5da00 ffff9edf0455fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.767701]  00ff8ce36de8e600 ffff8ce378e19340 ffff9edf0455fe58 ffff8ce371e59e00
[  284.768247] Call Trace:
[  284.768530]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.769148]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.769689]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.770226]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.771386]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.771957]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.772522]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.772961]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.773494] kworker/0:93    S    0   694      2 0x00000000
[  284.774099]  ffff8ce334e88800 0000000000000000 ffff8ce371e5ad00 ffff8ce378e19340
[  284.774693]  ffff8ce371e59e00 ffff9edf04567e40 ffffffff8a486df3 ffffffff89e230f7
[  284.775274]  00ff8ce36de8ed80 ffff8ce378e19340 ffff9edf04567e58 ffff8ce371e5ad00
[  284.775992] Call Trace:
[  284.776523]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.777163]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.777942]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.778484]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.779019]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.779552]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.780084]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.781027]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.781621] kworker/1:164   S    0   695      2 0x00000000
[  284.782165]  ffff8ce36e470800 0000000000000000 ffff8ce371e5cb00 ffff8ce378e59340
[  284.782719]  ffff8ce371e5e900 ffff9edf0456fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.783269]  00ff8ce371e30540 ffff8ce378e59340 ffff9edf0456fe58 ffff8ce371e5cb00
[  284.783805] Call Trace:
[  284.784361]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.784683]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.785200]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.785714]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.786283]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.787324]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.788110]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.788431]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.789000] kworker/0:94    S    0   696      2 0x00000000
[  284.789521]  ffff8ce334e88800 0000000000000000 ffff8ce372a0ad00 ffff8ce378e19340
[  284.790046]  ffff8ce371e5ad00 ffff9edf04577e40 ffffffff8a486df3 ffffffff89e230f7
[  284.790566]  00ff8ce36de8e300 ffff8ce378e19340 ffff9edf04577e58 ffff8ce372a0ad00
[  284.791081] Call Trace:
[  284.791589]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.792099]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.792424]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.792927]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.793435]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.793943]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.794449]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.794959]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.795470] kworker/1:165   S    0   697      2 0x00000000
[  284.795984]  ffff8ce36e470800 0000000000000000 ffff8ce372a0cb00 ffff8ce378e59340
[  284.796355]  ffff8ce371e5cb00 ffff9edf0457fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.796846]  00ff8ce371e31800 ffff8ce378e59340 ffff9edf0457fe58 ffff8ce372a0cb00
[  284.797362] Call Trace:
[  284.797870]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.798973]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.799487]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.799994]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.800271]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.800837]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.801343]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.801994]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.802503] kworker/1:166   S    0   698      2 0x00000000
[  284.803019]  ffff8ce36e470800 0000000000000000 ffff8ce372a08000 ffff8ce378e59340
[  284.803540]  ffff8ce372a0cb00 ffff9edf04587e40 ffffffff8a486df3 ffffffff89e230f7
[  284.804058]  00ff8ce371e31b00 ffff8ce378e59340 ffff9edf04587e58 ffff8ce372a08000
[  284.804318] Call Trace:
[  284.804885]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.805395]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.805909]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.806421]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.806927]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.807434]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.807943]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.808314]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.808753] kworker/0:95    S    0   699      2 0x00000000
[  284.809651]  ffff8ce334e88800 0000000000000000 ffff8ce372a0bc00 ffff8ce378e19340
[  284.810739]  ffff8ce372a0ad00 ffff9edf0458fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.811267]  00ff8ce36de8ef00 ffff8ce378e19340 ffff9edf0458fe58 ffff8ce372a0bc00
[  284.811784] Call Trace:
[  284.812185]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.812529]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.813099]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.813608]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.814115]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.814626]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.815134]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.815643]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.816153] kworker/0:96    S    0   700      2 0x00000000
[  284.816522]  ffff8ce334e88800 0000000000000000 ffff8ce372a08f00 ffff8ce378e19340
[  284.816995]  ffff8ce372a0bc00 ffff9edf04597e40 ffffffff8a486df3 ffffffff89e230f7
[  284.817584]  00ff8ce36de8e540 ffff8ce378e19340 ffff9edf04597e58 ffff8ce372a08f00
[  284.818105] Call Trace:
[  284.818616]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.819124]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.819640]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.820167]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.820718]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.821288]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.821794]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.822302]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.822810] kworker/1:167   S    0   701      2 0x00000000
[  284.823326]  ffff8ce36e470800 0000000000000000 ffff8ce372a0da00 ffff8ce378e59340
[  284.823846]  ffff8ce372a08000 ffff9edf0459fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.824414]  00ff8ce371e31380 ffff8ce378e59340 ffff9edf0459fe58 ffff8ce372a0da00
[  284.824714] Call Trace:
[  284.825225]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.825735]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.826247]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.826756]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.827262]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.827773]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.828136]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.828497]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.829077] kworker/0:97    S    0   702      2 0x00000000
[  284.829907]  ffff8ce334e88800 0000000000000000 ffff8ce372a0e900 ffff8ce378e19340
[  284.830483]  ffff8ce372a08f00 ffff9edf045a7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.830998]  00ff8ce36de8f800 ffff8ce378e19340 ffff9edf045a7e58 ffff8ce372a0e900
[  284.831513] Call Trace:
[  284.832024]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.832493]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.832876]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.833507]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.834013]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.834519]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.835029]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.835533]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.836043] kworker/1:168   S    0   703      2 0x00000000
[  284.836306]  ffff8ce36e470800 0000000000000000 ffff8ce372a09e00 ffff8ce378e59340
[  284.836885]  ffff8ce372a0da00 ffff9edf045afe40 ffffffff8a486df3 ffffffff89e230f7
[  284.837403]  00ff8ce371e31e00 ffff8ce378e59340 ffff9edf045afe58 ffff8ce372a09e00
[  284.837922] Call Trace:
[  284.838432]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.838941]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.839456]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.839963]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.840297]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.840789]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.841294]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.841803]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.842313] kworker/1:169   S    0   704      2 0x00000000
[  284.842826]  ffff8ce36e470800 0000000000000000 ffff8ce372a34b00 ffff8ce378e59340
[  284.843345]  ffff8ce372a09e00 ffff9edf045b7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.843862]  00ff8ce371e30c00 ffff8ce378e59340 ffff9edf045b7e58 ffff8ce372a34b00
[  284.844213] Call Trace:
[  284.844662]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.845171]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.845684]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.846192]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.846699]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.847207]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.847711]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.848110]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.848437] kworker/0:98    S    0   705      2 0x00000000
[  284.849032]  ffff8ce334e88800 0000000000000000 ffff8ce372a30000 ffff8ce378e19340
[  284.849552]  ffff8ce372a0e900 ffff9edf045bfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.850066]  00ff8ce36de8fb00 ffff8ce378e19340 ffff9edf045bfe58 ffff8ce372a30000
[  284.850582] Call Trace:
[  284.851088]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.851596]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.852106]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.852432]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.852911]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.853417]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.853926]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.854430]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.854937] kworker/1:170   S    0   706      2 0x00000000
[  284.855449]  ffff8ce36e470800 0000000000000000 ffff8ce372a33c00 ffff8ce378e59340
[  284.855968]  ffff8ce372a34b00 ffff9edf045c7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.856345]  00ff8ce371e31500 ffff8ce378e59340 ffff9edf045c7e58 ffff8ce372a33c00
[  284.856810] Call Trace:
[  284.857316]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.857824]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.858338]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.858849]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.859357]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.859863]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.860231]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.860663]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.861172] kworker/1:171   S    0   707      2 0x00000000
[  284.861687]  ffff8ce36e470800 0000000000000000 ffff8ce372a30f00 ffff8ce378e59340
[  284.862210]  ffff8ce372a33c00 ffff9edf045cfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.862730]  00ff8ce371e30840 ffff8ce378e59340 ffff9edf045cfe58 ffff8ce372a30f00
[  284.863245] Call Trace:
[  284.863751]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.864101]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.864537]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.865103]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.865609]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.866117]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.866623]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.867127]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.867634] kworker/1:172   S    0   708      2 0x00000000
[  284.868146]  ffff8ce36e470800 0000000000000000 ffff8ce372a35a00 ffff8ce378e59340
[  284.868530]  ffff8ce372a30f00 ffff9edf045d7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.868993]  00ff8ce371e31a40 ffff8ce378e59340 ffff9edf045d7e58 ffff8ce372a35a00
[  284.869508] Call Trace:
[  284.870016]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.870529]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.871045]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.871553]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.872058]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.872415]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.872878]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.873383]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.873944] kworker/1:173   S    0   709      2 0x00000000
[  284.874457]  ffff8ce36e470800 0000000000000000 ffff8ce372a36900 ffff8ce378e59340
[  284.874977]  ffff8ce372a35a00 ffff9edf045dfe40 ffffffff8a486df3 ffffffff89e230f7
[  284.875493]  00ff8ce371e31200 ffff8ce378e59340 ffff9edf045dfe58 ffff8ce372a36900
[  284.876010] Call Trace:
[  284.876310]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.876818]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.877330]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.877841]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.878348]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.878855]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.879360]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.879868]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.880246] kworker/0:99    S    0   710      2 0x00000000
[  284.880949]  ffff8ce334e88800 0000000000000000 ffff8ce372a31e00 ffff8ce378e19340
[  284.881472]  ffff8ce372a30000 ffff9edf045e7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.881988]  00ff8ce36de8f380 ffff8ce378e19340 ffff9edf045e7e58 ffff8ce372a31e00
[  284.882507] Call Trace:
[  284.883016]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.883530]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.884041]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.884289]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.884855]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.885367]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.885881]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.886387]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.886894] kworker/0:100   S    0   711      2 0x00000000
[  284.887411]  ffff8ce334e88800 0000000000000000 ffff8ce372a32d00 ffff8ce378e19340
[  284.887934]  ffff8ce372a31e00 ffff9edf045efe40 ffffffff8a486df3 ffffffff89e230f7
[  284.888284]  00ff8ce36de8fe00 ffff8ce378e19340 ffff9edf045efe58 ffff8ce372a32d00
[  284.888790] Call Trace:
[  284.889301]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.889811]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.890324]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.890832]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.891339]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.891849]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.892195]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.892654]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.893160] kworker/1:174   S    0   712      2 0x00000000
[  284.893674]  ffff8ce36e470800 0000000000000000 ffff8ce372a6e900 ffff8ce378e59340
[  284.894195]  ffff8ce372a36900 ffff9edf045f7e40 ffffffff8a486df3 ffffffff89e230f7
[  284.894716]  00ff8ce371e306c0 ffff8ce378e59340 ffff9edf045f7e58 ffff8ce372a6e900
[  284.895235] Call Trace:
[  284.895798]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.896087]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.896526]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.897092]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.897598]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.898107]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.898613]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.899118]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.899625] kworker/0:101   S    0   713      2 0x00000000
[  284.900141]  ffff8ce334e88800 0000000000000000 ffff8ce372a69e00 ffff8ce378e19340
[  284.900521]  ffff8ce372a32d00 ffff9edf045ffe40 ffffffff8a486df3 ffffffff89e230f7
[  284.900985]  00ff8ce36de8ec00 ffff8ce378e19340 ffff9edf045ffe58 ffff8ce372a69e00
[  284.901506] Call Trace:
[  284.902018]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.902528]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.903041]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.903554]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.904066]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.904409]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.904887]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.905394]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.905907] kworker/1:175   S    0   714      2 0x00000000
[  284.906422]  ffff8ce36e470800 0000000000000000 ffff8ce372a6ad00 ffff8ce378e59340
[  284.906946]  ffff8ce372a6e900 ffff9edf04607e40 ffffffff8a486df3 ffffffff89e230f7
[  284.907463]  00ff8ce371e30240 ffff8ce378e59340 ffff9edf04607e58 ffff8ce372a6ad00
[  284.907980] Call Trace:
[  284.908318]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.908802]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.909319]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.909828]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.910339]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.910852]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.911430]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.911937]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.912231] kworker/0:102   S    0   715      2 0x00000000
[  284.912765]  ffff8ce334e88800 0000000000000000 ffff8ce372a6cb00 ffff8ce378e19340
[  284.913286]  ffff8ce372a69e00 ffff9edf0460fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.913804]  00ff8ce36de8f500 ffff8ce378e19340 ffff9edf0460fe58 ffff8ce372a6cb00
[  284.914320] Call Trace:
[  284.914829]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.915341]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.915857]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.916187]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.916669]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.917177]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.917683]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.918190]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.918698] kworker/1:176   S    0   716      2 0x00000000
[  284.919212]  ffff8ce36e470800 0000000000000000 ffff8ce372a68000 ffff8ce378e59340
[  284.919737]  ffff8ce372a6ad00 ffff9edf04617e40 ffffffff8a486df3 ffffffff89e230f7
[  284.920096]  00ff8ce371e300c0 ffff8ce378e59340 ffff9edf04617e58 ffff8ce372a68000
[  284.920478] Call Trace:
[  284.921045]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.921557]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.922071]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.922581]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.923088]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.923596]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.924107]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.924474]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.924930] kworker/0:103   S    0   717      2 0x00000000
[  284.925444]  ffff8ce334e88800 0000000000000000 ffff8ce372a6bc00 ffff8ce378e19340
[  284.925965]  ffff8ce372a6cb00 ffff9edf0461fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.926483]  00ff8ce36de8e840 ffff8ce378e19340 ffff9edf0461fe58 ffff8ce372a6bc00
[  284.927046] Call Trace:
[  284.927554]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.928064]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.928361]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.928890]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.929396]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.929909]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.930414]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.930924]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.931435] kworker/1:177   S    0   718      2 0x00000000
[  284.931950]  ffff8ce36e470800 0000000000000000 ffff8ce372a68f00 ffff8ce378e59340
[  284.932317]  ffff8ce372a68000 ffff9edf04627e40 ffffffff8a486df3 ffffffff89e230f7
[  284.932784]  00ff8ce371e31bc0 ffff8ce378e59340 ffff9edf04627e58 ffff8ce372a68f00
[  284.933302] Call Trace:
[  284.933811]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.934321]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.934836]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.935348]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.935854]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.936205]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.936658]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.937163]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.937670] kworker/0:104   S    0   719      2 0x00000000
[  284.938186]  ffff8ce334e88800 0000000000000000 ffff8ce372a6da00 ffff8ce378e19340
[  284.938707]  ffff8ce372a6bc00 ffff9edf0462fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.939228]  00ff8ce36de8fa40 ffff8ce378e19340 ffff9edf0462fe58 ffff8ce372a6da00
[  284.939747] Call Trace:
[  284.940092]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.940474]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.941046]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.941556]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.942065]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.942606]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.943113]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.943622]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.944129] kworker/1:178   S    0   720      2 0x00000000
[  284.944469]  ffff8ce36e470800 0000000000000000 ffff8ce3734b4b00 ffff8ce378e59340
[  284.944963]  ffff8ce372a68f00 ffff9edf04637e40 ffffffff8a486df3 ffffffff89e230f7
[  284.945480]  00ff8ce371e30000 ffff8ce378e59340 ffff9edf04637e58 ffff8ce3734b4b00
[  284.945998] Call Trace:
[  284.946508]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.947018]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.947530]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.948039]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.948375]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.948850]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.949356]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.949862]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.950370] kworker/0:105   S    0   721      2 0x00000000
[  284.950882]  ffff8ce334e88800 0000000000000000 ffff8ce3734b0000 ffff8ce378e19340
[  284.951407]  ffff8ce372a6da00 ffff9edf0463fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.951924]  00ff8ce36de8f200 ffff8ce378e19340 ffff9edf0463fe58 ffff8ce3734b0000
[  284.952281] Call Trace:
[  284.952759]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.953267]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.953782]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.954293]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.954799]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.955311]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.955821]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.956174]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.956592] kworker/1:179   S    0   722      2 0x00000000
[  284.957105]  ffff8ce36e470800 0000000000000000 ffff8ce3734b3c00 ffff8ce378e59340
[  284.957630]  ffff8ce3734b4b00 ffff9edf04647e40 ffffffff8a486df3 ffffffff89e230f7
[  284.958191]  00ff8ce371e31ec0 ffff8ce378e59340 ffff9edf04647e58 ffff8ce3734b3c00
[  284.958707] Call Trace:
[  284.959217]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.959725]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.960042]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.960455]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.961037]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.961544]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.962050]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.962556]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.963062] kworker/0:106   S    0   723      2 0x00000000
[  284.963575]  ffff8ce334e88800 0000000000000000 ffff8ce3734b0f00 ffff8ce378e19340
[  284.964099]  ffff8ce3734b0000 ffff9edf0464fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.964450]  00ff8ce36de8e6c0 ffff8ce378e19340 ffff9edf0464fe58 ffff8ce3734b0f00
[  284.964927] Call Trace:
[  284.965434]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.965944]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.966460]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.966967]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.967472]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.967979]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.968349]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.968798]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.969304] kworker/0:107   S    0   724      2 0x00000000
[  284.969817]  ffff8ce334e88800 0000000000000000 ffff8ce3734b5a00 ffff8ce378e19340
[  284.970338]  ffff8ce3734b0f00 ffff9edf04657e40 ffffffff8a486df3 ffffffff89e230f7
[  284.970854]  00ff8ce36de8e240 ffff8ce378e19340 ffff9edf04657e58 ffff8ce3734b5a00
[  284.971370] Call Trace:
[  284.971876]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.972231]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.972721]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.973229]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.973755]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.974315]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.974820]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.975325]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.975831] kworker/1:180   S    0   725      2 0x00000000
[  284.976115]  ffff8ce36e470800 0000000000000000
[  284.976115]  ffff8ce3734b6900
[  284.976115]  ffff8ce378e59340
[  284.976628]  ffff8ce3734b3c00 ffff9edf0465fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.977151]  00ff8ce371e303c0 ffff8ce378e59340 ffff9edf0465fe58 ffff8ce3734b6900
[  284.977676] Call Trace:
[  284.978190]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.978706]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.979225]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.979739]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.980067]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.980480]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.981050]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.981563]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.982078] kworker/0:108   S    0   726      2 0x00000000
[  284.982597]  ffff8ce334e88800 0000000000000000 ffff8ce3734b1e00 ffff8ce378e19340
[  284.983144]  ffff8ce3734b5a00 ffff9edf04667e40 ffffffff8a486df3 ffffffff89e230f7
[  284.983688]  00ff8ce36de8e0c0 ffff8ce378e19340 ffff9edf04667e58 ffff8ce3734b1e00
[  284.984214] Call Trace:
[  284.984475]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.985029]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.985549]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.986065]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.986580]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.987095]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.987608]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.988120]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.988451] kworker/1:181   S    0   727      2 0x00000000
[  284.988957]  ffff8ce36e470800 0000000000000000 ffff8ce3734b2d00 ffff8ce378e59340
[  284.989913]  ffff8ce3734b6900 ffff9edf0466fe40 ffffffff8a486df3 ffffffff89e230f7
[  284.990436]  00ff8ce371e30fc0 ffff8ce378e59340 ffff9edf0466fe58 ffff8ce3734b2d00
[  284.990958] Call Trace:
[  284.991471]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.991987]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.992376]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.992832]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.993350]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  284.993867]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  284.994379]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  284.994891]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  284.995405] kworker/0:109   S    0   728      2 0x00000000
[  284.995928]  ffff8ce334e88800 0000000000000000 ffff8ce3734e1e00 ffff8ce378e19340
[  284.996254]  ffff8ce3734b1e00 ffff9edf04677e40 ffffffff8a486df3 ffffffff89e230f7
[  284.996773]  00ff8ce36de8fbc0 ffff8ce378e19340 ffff9edf04677e58 ffff8ce3734e1e00
[  284.997298] Call Trace:
[  284.997814]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  284.998334]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  284.998857]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  284.999371]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  284.999884]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.000188]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.000713]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.001230]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.001746] kworker/0:110   S    0   729      2 0x00000000
[  285.002270]  ffff8ce334e88800 0000000000000000 ffff8ce3734e2d00 ffff8ce378e19340
[  285.002799]  ffff8ce3734e1e00 ffff9edf0467fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.003320]  00ff8ce36de8e000 ffff8ce378e19340 ffff9edf0467fe58 ffff8ce3734e2d00
[  285.003839] Call Trace:
[  285.004138]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.004616]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.005159]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.005671]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.006181]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.006689]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.007194]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.007699]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.008063] kworker/0:111   S    0   730      2 0x00000000
[  285.008436]  ffff8ce334e88800 0000000000000000 ffff8ce3734e4b00 ffff8ce378e19340
[  285.008480]  ffff8ce3734e2d00
[  285.009033]  ffff9edf04687e40 ffffffff8a486df3 ffffffff89e230f7
[  285.009560]  00ff8ce36de8fec0 ffff8ce378e19340 ffff9edf04687e58 ffff8ce3734e4b00
[  285.010101] Call Trace:
[  285.010633]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.011166]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.011701]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.012232]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.012499]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.013088]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.013619]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.014148]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.014680] kworker/0:112   S    0   731      2 0x00000000
[  285.015220]  ffff8ce334e88800 0000000000000000 ffff8ce3734e0000 ffff8ce378e19340
[  285.015762]  ffff8ce3734e4b00 ffff9edf0468fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.016348]  00ff8ce36de8e3c0 ffff8ce378e19340 ffff9edf0468fe58 ffff8ce3734e0000
[  285.016627] Call Trace:
[  285.017157]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.017690]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.018226]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.018758]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.019287]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.019821]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.020061]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.020687]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.021217] kworker/0:113   S    0   732      2 0x00000000
[  285.021753]  ffff8ce334e88800 0000000000000000 ffff8ce3734e3c00 ffff8ce378e19340
[  285.022300]  ffff8ce3734e0000 ffff9edf04697e40 ffffffff8a486df3 ffffffff89e230f7
[  285.022839]  00ff8ce36de8efc0 ffff8ce378e19340 ffff9edf04697e58 ffff8ce3734e3c00
[  285.023378] Call Trace:
[  285.023910]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.024178]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.024769]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.025300]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.025831]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.026362]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.026892]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.027422]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.027951] kworker/0:114   S    0   733      2 0x00000000
[  285.028224]  ffff8ce334e8ec00 0000000000000000 ffff8ce3734e0f00 ffff8ce378e19340
[  285.028823]  ffff8ce373541e00 ffff9edf0469fe40 ffffffff8a486df3 0000000078e1d900
[  285.029361]  00ff8ce36de8e9c0 ffff8ce378e19340 ffff9edf0469fe58 ffff8ce3734e0f00
[  285.029904] Call Trace:
[  285.030436]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.030969]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.031495]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.032023]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.032284]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.032865]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.033392]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.033917] kworker/0:115   S    0   734      2 0x00000000
[  285.034446]  ffff8ce334e8ec00 0000000000000000 ffff8ce3734e5a00 ffff8ce378e19340
[  285.034987]  ffff8ce3734e6900 ffff9edf046a7e40 ffffffff8a486df3 0000000078e1d900
[  285.035531]  00ff8ce36de8ee40 ffff8ce378e19340 ffff9edf046a7e58 ffff8ce3734e5a00
[  285.036062] Call Trace:
[  285.036328]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.036898]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.037400]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.037902]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.038407]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.038903]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.039398]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.039894] kworker/0:116   S    0   735      2 0x00000000
[  285.040322]  ffff8ce334e8ec00 0000000000000000 ffff8ce3734e6900 ffff8ce378e19340
[  285.040721]  ffff8ce373511e00 ffff9edf046afe40 ffffffff8a486df3 0000000078e1d900
[  285.041236]  00ff8ce36de8fd40 ffff8ce378e19340 ffff9edf046afe58 ffff8ce3734e6900
[  285.041751] Call Trace:
[  285.042255]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.042763]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.043267]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.043766]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.044131]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.044468]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.045014]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.045682] kworker/0:117   S    0   736      2 0x00000000
[  285.046481]  ffff8ce334e8ec00 0000000000000000 ffff8ce373511e00 ffff8ce378e19340
[  285.046991]  ffff8ce373574b00 ffff9edf046b7e40 ffffffff8a486df3 0000000078e1d900
[  285.047500]  00ff8ce36de8f080 ffff8ce378e19340 ffff9edf046b7e58 ffff8ce373511e00
[  285.048011] Call Trace:
[  285.048463]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.048869]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.049369]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.049869]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.050362]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.050850]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.051341]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.051825] kworker/0:118   S    0   737      2 0x00000000
[  285.052277]  ffff8ce334e8ec00 0000000000000000 ffff8ce373512d00 ffff8ce378e19340
[  285.052719]  ffff8ce3734e5a00 ffff9edf046bfe40 ffffffff8a486df3 ffffffff89e230f7
[  285.053222]  00ff8ce36de8f680 ffff8ce378e19340 ffff9edf046bfe58 ffff8ce373512d00
[  285.053732] Call Trace:
[  285.054237]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.054743]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.055247]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.055746]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.056149]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.056440]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.057429]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.057967]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.058461] kworker/0:119   S    0   738      2 0x00000000
[  285.058960]  ffff8ce334e88800 0000000000000000 ffff8ce373514b00 ffff8ce378e19340
[  285.059463]  ffff8ce373510000 ffff9edf046c7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.059976]  00ff8ce36de8f980 ffff8ce378e19340 ffff9edf046c7e58 ffff8ce373514b00
[  285.060436] Call Trace:
[  285.060820]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.061325]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.061835]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.062337]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.062833]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.063331]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.063828]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.064253]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.064600] kworker/0:120   S    0   739      2 0x00000000
[  285.065101]  ffff8ce334e88800 0000000000000000 ffff8ce373510000 ffff8ce378e19340
[  285.065613]  ffff8ce373513c00 ffff9edf046cfe40 ffffffff8a486df3 ffffffff89e230f7
[  285.066130]  00ff8ce36de8e480 ffff8ce378e19340 ffff9edf046cfe58 ffff8ce373510000
[  285.066642] Call Trace:
[  285.067142]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.067741]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.068531]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.069081]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.069609]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.070110]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.070611]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.071315]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.071819] kworker/0:121   S    0   740      2 0x00000000
[  285.072361]  ffff8ce334e88800
[  285.072361]  0000000000000000
[  285.072361]  ffff8ce373513c00 ffff8ce378e19340
[  285.072665]  ffff8ce373510f00 ffff9edf046d7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.073186]  00ff8ce36de8e180 ffff8ce378e19340 ffff9edf046d7e58 ffff8ce373513c00
[  285.073704] Call Trace:
[  285.074214]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.074773]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.075286]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.075796]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.076069]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.076512]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.077083]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.077595]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.078108] kworker/0:122   S    0   741      2 0x00000000
[  285.078625]  ffff8ce334e88800 0000000000000000 ffff8ce373510f00 ffff8ce378e19340
[  285.079149]  ffff8ce373515a00 ffff9edf046dfe40 ffffffff8a486df3 ffffffff89e230f7
[  285.079670]  00ff8ce36de8fc80 ffff8ce378e19340 ffff9edf046dfe58 ffff8ce373510f00
[  285.080192] Call Trace:
[  285.080507]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.081024]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.081541]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.082058]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.082574]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.083138]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.083649]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.084162]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.084446] kworker/0:123   S    0   742      2 0x00000000
[  285.084986]  ffff8ce334e88800 0000000000000000 ffff8ce373515a00 ffff8ce378e19340
[  285.085515]  ffff8ce373516900 ffff9edf046e7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.086038]  00ff8ce36de8f140 ffff8ce378e19340 ffff9edf046e7e58 ffff8ce373515a00
[  285.086560] Call Trace:
[  285.087075]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.087590]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.088107]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.088403]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.088924]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.089441]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.089952]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.090467]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.090984] kworker/0:124   S    0   743      2 0x00000000
[  285.091504]  ffff8ce334e88800 0000000000000000 ffff8ce373516900 ffff8ce378e19340
[  285.092034]  ffff8ce373542d00 ffff9edf046efe40 ffffffff8a486df3 ffffffff89e230f7
[  285.092350]  00ff8ce36de8ecc0 ffff8ce378e19340 ffff9edf046efe58 ffff8ce373516900
[  285.092882] Call Trace:
[  285.093394]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.093915]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.094434]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.094949]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.095461]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.096299]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.096699]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.097212]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.097727] kworker/0:125   S    0   744      2 0x00000000
[  285.098253]  ffff8ce334e88800 0000000000000000 ffff8ce373542d00 ffff8ce378e19340
[  285.098870]  ffff8ce373544b00 ffff9edf046f7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.099394]  00ff8ce36de8f440 ffff8ce378e19340 ffff9edf046f7e58 ffff8ce373542d00
[  285.099915] Call Trace:
[  285.100168]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.100739]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.101257]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.102249]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.102782]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.103295]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.103804]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.104161]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.104605] kworker/0:126   S    0   745      2 0x00000000
[  285.105123]  ffff8ce334e88800 0000000000000000 ffff8ce373544b00 ffff8ce378e19340
[  285.105644]  ffff8ce373540000 ffff9edf046ffe40 ffffffff8a486df3 ffffffff89e230f7
[  285.106162]  00ff8ce37353a540 ffff8ce378e19340 ffff9edf046ffe58 ffff8ce373544b00
[  285.106678] Call Trace:
[  285.107187]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.107697]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.108044]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.108419]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.108985]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.109494]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.110002]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.110509]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.111020] kworker/0:127   S    0   746      2 0x00000000
[  285.111538]  ffff8ce334e88800 0000000000000000 ffff8ce373540000 ffff8ce378e19340
[  285.112059]  ffff8ce373543c00 ffff9edf04707e40 ffffffff8a486df3 ffffffff89e230f7
[  285.112414]  00ff8ce37353b800 ffff8ce378e19340 ffff9edf04707e58 ffff8ce373540000
[  285.112891] Call Trace:
[  285.113857]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.114393]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.114909]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.115417]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.115923]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.116312]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.116760]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.117266]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.117779] kworker/0:128   S    0   747      2 0x00000000
[  285.118296]  ffff8ce334e88800 0000000000000000 ffff8ce373543c00 ffff8ce378e19340
[  285.118818]  ffff8ce373540f00 ffff9edf0470fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.119338]  00ff8ce37353bb00 ffff8ce378e19340 ffff9edf0470fe58 ffff8ce373543c00
[  285.119857] Call Trace:
[  285.120188]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.120667]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.121179]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.121687]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.122193]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.122705]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.123214]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.124094]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.124475] kworker/0:129   S    0   748      2 0x00000000
[  285.125051]  ffff8ce334e88800 0000000000000000 ffff8ce373540f00 ffff8ce378e19340
[  285.125577]  ffff8ce373545a00 ffff9edf04717e40 ffffffff8a486df3 ffffffff89e230f7
[  285.126098]  00ff8ce37353b380 ffff8ce378e19340 ffff9edf04717e58 ffff8ce373540f00
[  285.126614] Call Trace:
[  285.127121]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.127630]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.128141]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.128468]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.128948]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.129454]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.130050]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.130555]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.131061] kworker/0:130   S    0   749      2 0x00000000
[  285.131575]  ffff8ce334e88800 0000000000000000 ffff8ce373545a00 ffff8ce378e19340
[  285.132095]  ffff8ce373571e00 ffff9edf0471fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.132381]  00ff8ce37353be00 ffff8ce378e19340 ffff9edf0471fe58 ffff8ce373545a00
[  285.132932] Call Trace:
[  285.133439]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.133947]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.134461]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.134967]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.135471]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.135981]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.136648]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.137563]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.138387] kworker/0:131   S    0   750      2 0x00000000
[  285.138905]  ffff8ce36e7d1c00 ffff8ce334e8ec00 ffff8ce373546900 ffff8ce378e19340
[  285.139424]  ffff8ce37444ad00 ffff9edf04727e40 ffffffff8a486df3 0000000078e1d900
[  285.139939]  00ff8ce37353ac00 ffff8ce378e19340 ffff9edf04727e58 ffff8ce373546900
[  285.140528] Call Trace:
[  285.140809]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.141318]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.141826]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.142328]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.142829]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.143331]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.143834]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.144236] kworker/0:132   S    0   751      2 0x00000000
[  285.144605]  ffff8ce334e8ec00 0000000000000000 ffff8ce373541e00 ffff8ce378e19340
[  285.145122]  ffff8ce373512d00 ffff9edf0472fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.145722]  00ff8ce37353b500 ffff8ce378e19340 ffff9edf0472fe58 ffff8ce373541e00
[  285.146234] Call Trace:
[  285.146739]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.147627]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.148056]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.148403]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.148963]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.149463]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.149961]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.150458]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.150957] kworker/0:133   S    0   752      2 0x00000000
[  285.151465]  ffff8ce334e88800 0000000000000000 ffff8ce373571e00 ffff8ce378e19340
[  285.151980]  ffff8ce373572d00 ffff9edf04737e40 ffffffff8a486df3 ffffffff89e230f7
[  285.152395]  00ff8ce37353a840 ffff8ce378e19340 ffff9edf04737e58 ffff8ce373571e00
[  285.152804] Call Trace:
[  285.153305]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.153818]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.154324]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.154828]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.155327]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.155826]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.156232]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.156590]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.157087] kworker/0:134   S    0   753      2 0x00000000
[  285.157593]  ffff8ce334e88800 0000000000000000 ffff8ce373572d00 ffff8ce378e19340
[  285.158271]  ffff8ce373570000 ffff9edf0473fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.159138]  00ff8ce37353ba40 ffff8ce378e19340 ffff9edf0473fe58 ffff8ce373572d00
[  285.159650] Call Trace:
[  285.160048]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.160392]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.160958]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.162030]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.163771]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.165383]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.166791]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.167299]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.167802] kworker/0:135   S    0   754      2 0x00000000
[  285.168379]  ffff8ce334e88800 ffff8ce334e88800 ffff8ce373574b00
[  285.168379]  ffff8ce378e19340
[  285.168379]  ffff8ce36c85da00 ffff9edf04747e40 ffffffff8a486df3
[  285.168771]  ffff8ce378e1d200
[  285.168779]  00ff8ce37353b200 ffff8ce378e19340 ffff9edf04747e58 ffff8ce373574b00
[  285.169877] Call Trace:
[  285.170442]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.170987]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.171525]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.172058]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.172337]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.172929]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.173464]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.173995] kworker/0:136   S    0   755      2 0x00000000
[  285.174572]  ffff8ce334e88800 0000000000000000 ffff8ce373570000 ffff8ce378e19340
[  285.175136]  ffff8ce373573c00 ffff9edf0474fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.175688]  00ff8ce37353a6c0 ffff8ce378e19340 ffff9edf0474fe58 ffff8ce373570000
[  285.176244] Call Trace:
[  285.176512]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.177341]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.177891]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.178434]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.178975]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.179515]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.180050]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.180506]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.180935] kworker/0:137   S    0   756      2 0x00000000
[  285.181477]  ffff8ce334e88800 0000000000000000 ffff8ce373573c00 ffff8ce378e19340
[  285.182486]  ffff8ce373570f00 ffff9edf04757e40 ffffffff8a486df3 ffffffff89e230f7
[  285.183041]  00ff8ce37353a240 ffff8ce378e19340 ffff9edf04757e58 ffff8ce373573c00
[  285.183593] Call Trace:
[  285.184135]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.184430]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.185038]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.185582]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.186124]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.186665]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.187197]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.187734]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.188269] kworker/0:138   S    0   757      2 0x00000000
[  285.188544]  ffff8ce334e88800 0000000000000000 ffff8ce373570f00 ffff8ce378e19340
[  285.189151]  ffff8ce373575a00 ffff9edf0475fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.189703]  00ff8ce37353a0c0 ffff8ce378e19340 ffff9edf0475fe58 ffff8ce373570f00
[  285.190261] Call Trace:
[  285.190806]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.191351]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.191902]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.192492]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.193287]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.193874]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.194407]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.194941]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.195474] kworker/0:139   S    0   758      2 0x00000000
[  285.196018]  ffff8ce334e88800 0000000000000000 ffff8ce373575a00 ffff8ce378e19340
[  285.196314]  ffff8ce373598000 ffff9edf04767e40 ffffffff8a486df3 ffffffff89e230f7
[  285.196926]  00ff8ce37353bbc0 ffff8ce378e19340 ffff9edf04767e58 ffff8ce373575a00
[  285.197483] Call Trace:
[  285.198015]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.198535]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.199044]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.199547]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.200052]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.200308]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.200869]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.201374]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.201880] kworker/0:140   S    0   759      2 0x00000000
[  285.202393]  ffff8ce334e88800 0000000000000000 ffff8ce373576900 ffff8ce378e19340
[  285.202913]  ffff8ce373514b00 ffff9edf0476fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.203616]  00ff8ce37353a000 ffff8ce378e19340 ffff9edf0476fe58 ffff8ce373576900
[  285.204301] Call Trace:
[  285.204709]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.205219]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.205731]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.206238]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.206745]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.207254]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.207763]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.209379]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.210353] kworker/0:141   S    0   760      2 0x00000000
[  285.211638]  ffff8ce334e88800 0000000000000000 ffff8ce373598000 ffff8ce378e19340
[  285.213632]  ffff8ce37359bc00 ffff9edf04777e40 ffffffff8a486df3 ffffffff89e230f7
[  285.214456]  00ff8ce37353bec0 ffff8ce378e19340 ffff9edf04777e58 ffff8ce373598000
[  285.215230] Call Trace:
[  285.215743]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.216332]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.216708]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.217217]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.217728]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.218237]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.218746]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.219254]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.219765] kworker/0:142   S    0   761      2 0x00000000
[  285.220129]  ffff8ce334e88800 0000000000000000 ffff8ce37359bc00 ffff8ce378e19340
[  285.220513]  ffff8ce373598f00 ffff9edf0477fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.221088]  00ff8ce37353a3c0 ffff8ce378e19340 ffff9edf0477fe58 ffff8ce37359bc00
[  285.221603] Call Trace:
[  285.222111]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.222620]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.223131]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.223638]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.224208]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.224510]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.225028]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.226034]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.226542] kworker/0:143   S    0   762      2 0x00000000
[  285.227057]  ffff8ce334e88800 0000000000000000 ffff8ce373598f00 ffff8ce378e19340
[  285.227581]  ffff8ce3735d6900 ffff9edf04787e40 ffffffff8a486df3 ffffffff89e230f7
[  285.228096]  00ff8ce37353afc0 ffff8ce378e19340 ffff9edf04787e58 ffff8ce373598f00
[  285.228458] Call Trace:
[  285.228928]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.229438]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.229954]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.230461]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.230966]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.231471]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.231976]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.232355]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.232795] kworker/0:144   S    0   763      2 0x00000000
[  285.233330]  ffff8ce334e88800 0000000000000000 ffff8ce37359da00 ffff8ce378e19340
[  285.233868]  ffff8ce37359e900 ffff9edf0478fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.234386]  00ff8ce37353a9c0 ffff8ce378e19340 ffff9edf0478fe58 ffff8ce37359da00
[  285.234901] Call Trace:
[  285.235406]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.235919]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.236228]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.236918]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.237781]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.238293]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.238804]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.239308]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.239839] kworker/0:145   S    0   764      2 0x00000000
[  285.240159]  ffff8ce334e88800
[  285.240159]  0000000000000000
[  285.240159]  ffff8ce37359e900 ffff8ce378e19340
[  285.240661]  ffff8ce3734e3c00 ffff9edf04797e40 ffffffff8a486df3 ffffffff89e230f7
[  285.241182]  00ff8ce37353ae40 ffff8ce378e19340 ffff9edf04797e58 ffff8ce37359e900
[  285.241703] Call Trace:
[  285.242214]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.242732]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.243247]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.243759]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.244095]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.244481]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.245050]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.245559]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.246071] kworker/0:146   S    0   765      2 0x00000000
[  285.246589]  ffff8ce334e88800 0000000000000000 ffff8ce373599e00 ffff8ce378e19340
[  285.247116]  ffff8ce37359da00 ffff9edf0479fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.247640]  00ff8ce37353bd40 ffff8ce378e19340 ffff9edf0479fe58 ffff8ce373599e00
[  285.248475] Call Trace:
[  285.248967]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.249483]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.250005]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.250519]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.251033]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.251544]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.252054]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.252381]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.252873] kworker/0:147   S    0   766      2 0x00000000
[  285.253396]  ffff8ce334e88800 0000000000000000 ffff8ce37359ad00 ffff8ce378e19340
[  285.253920]  ffff8ce373599e00 ffff9edf047a7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.254441]  00ff8ce37353b080 ffff8ce378e19340 ffff9edf047a7e58 ffff8ce37359ad00
[  285.256101] Call Trace:
[  285.256794]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.258735]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.261758]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.262736]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.264701]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.265743]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.266726]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.267704]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.268477] kworker/0:148   S    0   767      2 0x00000000
[  285.269497]  ffff8ce334e88800 0000000000000000 ffff8ce37359cb00 ffff8ce378e19340
[  285.270506]  ffff8ce37359ad00 ffff9edf047afe40 ffffffff8a486df3 ffffffff89e230f7
[  285.271764]  00ff8ce37353b680 ffff8ce378e19340 ffff9edf047afe58 ffff8ce37359cb00
[  285.273139] Call Trace:
[  285.275834]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.278113]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.281548]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.282859]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.283376]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.283910]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.284505]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.284846]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.285366] kworker/0:149   S    0   768      2 0x00000000
[  285.285892]  ffff8ce334e88800 0000000000000000 ffff8ce3735d0f00 ffff8ce378e19340
[  285.286502]  ffff8ce37359cb00 ffff9edf047b7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.287025]  00ff8ce37353b980 ffff8ce378e19340 ffff9edf047b7e58 ffff8ce3735d0f00
[  285.287546] Call Trace:
[  285.288056]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.288316]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.288962]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.289507]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.290044]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.290594]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.291212]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.291801]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.292309] kworker/0:150   S    0   769      2 0x00000000
[  285.292309]  ffff8ce334e88800 0000000000000000 ffff8ce3735d5a00 ffff8ce378e19340
[  285.292309]  ffff8ce3735d1e00 ffff9edf047bfe40 ffffffff8a486df3 ffffffff89e230f7
[  285.292309]  00ff8ce37353a480 ffff8ce378e19340 ffff9edf047bfe58 ffff8ce3735d5a00
[  285.292309] Call Trace:
[  285.292309]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.292309]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.292309]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.292309]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.292309]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.292309]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.292309]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.292309]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.292309] kworker/0:151   S    0   770      2 0x00000000
[  285.299212]  ffff8ce334e88800 0000000000000000 ffff8ce3735d6900
[  285.299230]  ffff8ce378e19340
[  285.299244]  ffff8ce3735d5a00
[  285.299249]  ffff9edf047c7e40
[  285.299788]  ffffffff8a486df3 ffffffff89e230f7
[  285.300403]  00ff8ce37353a180 ffff8ce378e19340 ffff9edf047c7e58 ffff8ce3735d6900
[  285.300930] Call Trace:
[  285.301461]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.302052]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.302625]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.303238]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.303892]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.304312]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.304919]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.305499]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.306123] kworker/0:152   S    0   771      2 0x00000000
[  285.306687]  ffff8ce334e88800 0000000000000000 ffff8ce3735d1e00 ffff8ce378e19340
[  285.307277]  ffff8ce3735d2d00 ffff9edf047cfe40 ffffffff8a486df3 ffffffff89e230f7
[  285.307862]  00ff8ce37353bc80 ffff8ce378e19340 ffff9edf047cfe58 ffff8ce3735d1e00
[  285.308267] Call Trace:
[  285.308811]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.309396]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.310001]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.310567]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.311142]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.311674]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.312186]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.312477]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.313112] kworker/0:153   S    0   772      2 0x00000000
[  285.313677]  ffff8ce334e88800 0000000000000000 ffff8ce3735d2d00 ffff8ce378e19340
[  285.314228]  ffff8ce3735d4b00 ffff9edf047d7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.314771]  00ff8ce37353b140 ffff8ce378e19340 ffff9edf047d7e58 ffff8ce3735d2d00
[  285.315312] Call Trace:
[  285.315843]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.316471]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.316825]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.317395]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.317990]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.318521]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.319050]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.319577]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.320110] kworker/0:154   S    0   773      2 0x00000000
[  285.320387]  ffff8ce334e88800 0000000000000000 ffff8ce3735d4b00 ffff8ce378e19340
[  285.320993]  ffff8ce3735d0000 ffff9edf047dfe40 ffffffff8a486df3 ffffffff89e230f7
[  285.321539]  00ff8ce37353acc0 ffff8ce378e19340 ffff9edf047dfe58 ffff8ce3735d4b00
[  285.322080] Call Trace:
[  285.322614]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.323154]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.323694]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.324230]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.324488]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.325100]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.325637]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.326173]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.326713] kworker/0:155   S    0   774      2 0x00000000
[  285.327258]  ffff8ce334e88800 0000000000000000 ffff8ce3735d0000 ffff8ce378e19340
[  285.327812]  ffff8ce3735d3c00 ffff9edf047e7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.328404]  00ff8ce37353b440 ffff8ce378e19340 ffff9edf047e7e58 ffff8ce3735d0000
[  285.328703] Call Trace:
[  285.329211]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.329720]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.330231]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.330739]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.331244]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.331750]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.332110]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.332475]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.333038] kworker/0:156   S    0   775      2 0x00000000
[  285.333569]  ffff8ce334e88800 0000000000000000 ffff8ce3735d3c00 ffff8ce378e19340
[  285.334092]  ffff8ce3735f3c00 ffff9edf047efe40 ffffffff8a486df3 ffffffff89e230f7
[  285.334614]  00ff8ce37353b8c0 ffff8ce378e19340 ffff9edf047efe58 ffff8ce3735d3c00
[  285.335136] Call Trace:
[  285.335644]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.336153]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.336471]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.336971]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.337476]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.337991]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.338496]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.339001]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.339549] kworker/0:157   S    0   776      2 0x00000000
[  285.340067]  ffff8ce334e88800 0000000000000000 ffff8ce3735f3c00 ffff8ce378e19340
[  285.340398]  ffff8ce36e319e00 ffff9edf047f7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.340907]  00ff8ce37353a900 ffff8ce378e19340 ffff9edf047f7e58 ffff8ce3735f3c00
[  285.341423] Call Trace:
[  285.341931]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.342440]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.342951]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.343458]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.343963]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.344331]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.344783]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.345293]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.345799] kworker/0:158   S    0   777      2 0x00000000
[  285.346311]  ffff8ce36e359000 0000000000000000 ffff8ce3735f0f00 ffff8ce378e19340
[  285.346829]  ffff8ce3357fad00 ffff9edf047ffe40 ffffffff8a486df3 ffffffff89d1cdd2
[  285.347345]  00ff8ce37353ab40 ffff8ce378e19340 ffff9edf047ffe58 ffff8ce3735f0f00
[  285.347862] Call Trace:
[  285.348216]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.348761]  [<ffffffff89d1cdd2>] ? cgroup_pidlist_destroy_work_fn+0x82/0x90
[  285.349276]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.349784]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.350291]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.350799]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.351305]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.351810]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.352099] kworker/1:182   S    0   778      2 0x00000000
[  285.352597]  ffff8ce36e470800 0000000000000000 ffff8ce3735f5a00 ffff8ce378e59340
[  285.353121]  ffff8ce3734b2d00 ffff9edf04807e40 ffffffff8a486df3 ffffffff89e230f7
[  285.353638]  00ff8ce371e309c0 ffff8ce378e59340 ffff9edf04807e58 ffff8ce3735f5a00
[  285.354155] Call Trace:
[  285.354663]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.355173]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.355691]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.356014]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.356406]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.356972]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.357478]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.357989]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.358496] kworker/1:183   S    0   779      2 0x00000000
[  285.359013]  ffff8ce36e470800 0000000000000000 ffff8ce3735f6900 ffff8ce378e59340
[  285.359534]  ffff8ce3735f5a00 ffff9edf0480fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.360050]  00ff8ce371e30e40 ffff8ce378e59340 ffff9edf0480fe58 ffff8ce3735f6900
[  285.360402] Call Trace:
[  285.360906]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.361415]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.361929]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.362438]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.362945]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.363458]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.363967]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.364321]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.364850] kworker/1:184   S    0   780      2 0x00000000
[  285.365444]  ffff8ce36e470800 0000000000000000 ffff8ce3735f1e00 ffff8ce378e59340
[  285.365971]  ffff8ce3735f6900 ffff9edf04817e40 ffffffff8a486df3 ffffffff89e230f7
[  285.366490]  00ff8ce371e31d40 ffff8ce378e59340 ffff9edf04817e58 ffff8ce3735f1e00
[  285.367007] Call Trace:
[  285.367518]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.368029]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.368284]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.368854]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.369361]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.369869]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.370376]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.370886]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.371394] kworker/1:185   S    0   781      2 0x00000000
[  285.371910]  ffff8ce36e470800 0000000000000000 ffff8ce3735f2d00 ffff8ce378e59340
[  285.372278]  ffff8ce3735f1e00 ffff9edf0481fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.372755]  00ff8ce371e31080 ffff8ce378e59340 ffff9edf0481fe58 ffff8ce3735f2d00
[  285.373275] Call Trace:
[  285.373784]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.374300]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.374817]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.375382]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.375887]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.376177]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.376696]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.377204]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.377712] kworker/1:186   S    0   782      2 0x00000000
[  285.378224]  ffff8ce36e470800 0000000000000000 ffff8ce3735f4b00 ffff8ce378e59340
[  285.378744]  ffff8ce3735f2d00 ffff9edf04827e40 ffffffff8a486df3 ffffffff89e230f7
[  285.379262]  00ff8ce371e31680 ffff8ce378e59340 ffff9edf04827e58 ffff8ce3735f4b00
[  285.379777] Call Trace:
[  285.380128]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.380703]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.381219]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.381728]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.382235]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.382750]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.383256]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.383762]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.384110] kworker/1:187   S    0   783      2 0x00000000
[  285.384482]  ffff8ce36e470800 0000000000000000 ffff8ce3735f0000 ffff8ce378e59340
[  285.385063]  ffff8ce3735f4b00 ffff9edf0482fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.385580]  00ff8ce371e31980 ffff8ce378e59340 ffff9edf0482fe58 ffff8ce3735f0000
[  285.386098] Call Trace:
[  285.386616]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.387130]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.387647]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.388160]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.388474]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.388983]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.389492]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.390004]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.390511] kworker/1:188   S    0   784      2 0x00000000
[  285.391025]  ffff8ce36e470800 0000000000000000 ffff8ce373625a00 ffff8ce378e59340
[  285.391546]  ffff8ce3735f0000 ffff9edf04837e40 ffffffff8a486df3 ffffffff89e230f7
[  285.392063]  00ff8ce371e30480 ffff8ce378e59340 ffff9edf04837e58 ffff8ce373625a00
[  285.392412] Call Trace:
[  285.392883]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.393396]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.393910]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.394419]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.394930]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.395438]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.396007]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.396315]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.396824] kworker/1:189   S    0   785      2 0x00000000
[  285.397338]  ffff8ce36e470800 0000000000000000 ffff8ce373626900 ffff8ce378e59340
[  285.397864]  ffff8ce373625a00 ffff9edf0483fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.398381]  00ff8ce371e30180 ffff8ce378e59340 ffff9edf0483fe58 ffff8ce373626900
[  285.398902] Call Trace:
[  285.399409]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.399918]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.400257]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.400749]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.401255]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.401765]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.402272]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.402780]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.403287] kworker/1:190   S    0   786      2 0x00000000
[  285.403801]  ffff8ce36e470800 0000000000000000 ffff8ce373621e00 ffff8ce378e59340
[  285.404176]  ffff8ce373626900 ffff9edf04847e40 ffffffff8a486df3 ffffffff89e230f7
[  285.404607]  00ff8ce371e31c80 ffff8ce378e59340 ffff9edf04847e58 ffff8ce373621e00
[  285.405126] Call Trace:
[  285.405635]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.406146]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.406659]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.407172]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.407680]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.408040]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.408395]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.408963]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.409469] kworker/1:191   S    0   787      2 0x00000000
[  285.409986]  ffff8ce36e470800 0000000000000000 ffff8ce373622d00 ffff8ce378e59340
[  285.410506]  ffff8ce373621e00 ffff9edf0484fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.411023]  00ff8ce371e31140 ffff8ce378e59340 ffff9edf0484fe58 ffff8ce373622d00
[  285.411607] Call Trace:
[  285.412134]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.412408]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.412981]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.413494]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.414007]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.414518]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.415024]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.415530]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.416041] kworker/1:192   S    0   788      2 0x00000000
[  285.416401]  ffff8ce36e470800 0000000000000000 ffff8ce373624b00 ffff8ce378e59340
[  285.416883]  ffff8ce373622d00 ffff9edf04857e40 ffffffff8a486df3 ffffffff89e230f7
[  285.417400]  00ff8ce371e30cc0 ffff8ce378e59340 ffff9edf04857e58 ffff8ce373624b00
[  285.417917] Call Trace:
[  285.418429]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.418942]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.419459]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.419968]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.420297]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.420789]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.421297]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.421804]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.422315] kworker/1:193   S    0   789      2 0x00000000
[  285.422829]  ffff8ce36e470800 0000000000000000 ffff8ce373620000 ffff8ce378e59340
[  285.423349]  ffff8ce373624b00 ffff9edf0485fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.423869]  00ff8ce371e31440 ffff8ce378e59340 ffff9edf0485fe58 ffff8ce373620000
[  285.424220] Call Trace:
[  285.424697]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.425207]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.425720]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.426232]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.426742]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.427360]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.427868]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.428127]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.428666] kworker/1:194   S    0   790      2 0x00000000
[  285.429180]  ffff8ce36e470800 0000000000000000 ffff8ce373623c00 ffff8ce378e59340
[  285.429709]  ffff8ce373620000 ffff9edf04867e40 ffffffff8a486df3 ffffffff89e230f7
[  285.430225]  00ff8ce373648b40 ffff8ce378e59340 ffff9edf04867e58 ffff8ce373623c00
[  285.430740] Call Trace:
[  285.431245]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.431753]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.432100]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.432483]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.433046]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.433554]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.434060]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.434569]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.435075] kworker/1:195   S    0   791      2 0x00000000
[  285.435587]  ffff8ce36e470800 0000000000000000 ffff8ce373620f00 ffff8ce378e59340
[  285.436110]  ffff8ce373623c00 ffff9edf0486fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.436478]  00ff8ce3736495c0 ffff8ce378e59340 ffff9edf0486fe58 ffff8ce373620f00
[  285.436950] Call Trace:
[  285.437457]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.437966]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.438477]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.438986]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.439491]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.439998]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.440375]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.440804]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.441310] kworker/1:196   S    0   792      2 0x00000000
[  285.441826]  ffff8ce36e470800 0000000000000000 ffff8ce373650000 ffff8ce378e59340
[  285.442350]  ffff8ce373620f00 ffff9edf04877e40 ffffffff8a486df3 ffffffff89e230f7
[  285.442913]  00ff8ce373648a80 ffff8ce378e59340 ffff9edf04877e58 ffff8ce373650000
[  285.443427] Call Trace:
[  285.443931]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.444263]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.444918]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.445426]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.445932]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.446438]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.446943]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.447446]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.447951] kworker/1:197   S    0   793      2 0x00000000
[  285.448257]  ffff8ce36e470800 0000000000000000 ffff8ce373653c00 ffff8ce378e59340
[  285.448804]  ffff8ce373650000 ffff9edf0487fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.449319]  00ff8ce3736492c0 ffff8ce378e59340 ffff9edf0487fe58 ffff8ce373653c00
[  285.449835] Call Trace:
[  285.450341]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.450850]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.451360]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.451872]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.452211]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.452692]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.453201]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.453707]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.454212] kworker/1:198   S    0   794      2 0x00000000
[  285.454726]  ffff8ce36e470800 0000000000000000 ffff8ce373650f00 ffff8ce378e59340
[  285.455246]  ffff8ce373653c00 ffff9edf04887e40 ffffffff8a486df3 ffffffff89e230f7
[  285.455762]  00ff8ce373649740 ffff8ce378e59340 ffff9edf04887e58 ffff8ce373650f00
[  285.456109] Call Trace:
[  285.456490]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.457056]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.457567]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.458169]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.458678]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.459186]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.459690]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.460194]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.460485] kworker/1:199   S    0   795      2 0x00000000
[  285.461023]  ffff8ce36e470800 0000000000000000 ffff8ce373655a00 ffff8ce378e59340
[  285.461547]  ffff8ce373650f00 ffff9edf0488fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.462063]  00ff8ce373648780 ffff8ce378e59340 ffff9edf0488fe58 ffff8ce373655a00
[  285.462582] Call Trace:
[  285.463090]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.463602]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.464114]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.464429]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.464919]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.465427]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.465932]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.466438]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.466945] kworker/1:200   S    0   796      2 0x00000000
[  285.467456]  ffff8ce36e470800 0000000000000000 ffff8ce373656900 ffff8ce378e59340
[  285.467974]  ffff8ce373652d00 ffff9edf04897e40 ffffffff8a486df3 0000000089e230f7
[  285.468352]  00ff8ce373648600 ffff8ce378e59340 ffff9edf04897e58 ffff8ce373656900
[  285.468821] Call Trace:
[  285.469328]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.469838]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.470341]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.470844]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.471349]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.471853]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.472226]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.472653] kworker/1:201   S    0   797      2 0x00000000
[  285.473159]  ffff8ce36e470800 0000000000000000 ffff8ce373651e00 ffff8ce378e59340
[  285.473726]  ffff8ce373656900 ffff9edf0489fe40 ffffffff8a486df3 0000000089d1e182
[  285.474246]  00ff8ce373648d80 ffff8ce378e59340 ffff9edf0489fe58 ffff8ce373651e00
[  285.474762] Call Trace:
[  285.475304]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.475830]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.476087]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.476586]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.477085]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.477581]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.478077]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.478571] kworker/1:202   S    0   798      2 0x00000000
[  285.479074]  ffff8ce36e470800 0000000000000000 ffff8ce373652d00 ffff8ce378e59340
[  285.479589]  ffff8ce373654b00 ffff9edf048a7e40 ffffffff8a486df3 0000000089e230f7
[  285.480042]  00ff8ce373648300 ffff8ce378e59340 ffff9edf048a7e58 ffff8ce373652d00
[  285.480340] Call Trace:
[  285.480900]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.481409]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.481913]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.482411]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.482913]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.483405]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.483949]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.484337] kworker/1:203   S    0   799      2 0x00000000
[  285.484747]  ffff8ce36e470800 0000000000000000 ffff8ce373654b00 ffff8ce378e59340
[  285.485252]  ffff8ce37368cb00 ffff9edf048afe40 ffffffff8a486df3 0000000089e230f7
[  285.485764]  00ff8ce373648f00 ffff8ce378e59340 ffff9edf048afe58 ffff8ce373654b00
[  285.486276] Call Trace:
[  285.486780]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.487284]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.487784]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.488190]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.488482]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.489021]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.489544]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.490047] kworker/1:204   S    0   800      2 0x00000000
[  285.490538]  ffff8ce36e470800 0000000000000000 ffff8ce37368cb00 ffff8ce378e59340
[  285.491039]  ffff8ce373688000 ffff9edf048b7e40 ffffffff8a486df3 0000000089e230f7
[  285.491543]  00ff8ce373648540 ffff8ce378e59340 ffff9edf048b7e58 ffff8ce37368cb00
[  285.492055] Call Trace:
[  285.492477]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.492896]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.493399]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.493897]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.494395]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.494881]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.495365]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.495850] kworker/1:205   S    0   801      2 0x00000000
[  285.496309]  ffff8ce36e470800 0000000000000000
[  285.496309]  ffff8ce373688000
[  285.496309]  ffff8ce378e59340
[  285.496621]  ffff8ce37368bc00 ffff9edf048bfe40 ffffffff8a486df3 0000000089e230f7
[  285.497132]  00ff8ce373649800 ffff8ce378e59340 ffff9edf048bfe58 ffff8ce373688000
[  285.497652] Call Trace:
[  285.498158]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.498678]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.499182]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.499683]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.500079]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.500382]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.500931]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.501426] kworker/1:206   S    0   802      2 0x00000000
[  285.501927]  ffff8ce36e470800 0000000000000000 ffff8ce37368bc00 ffff8ce378e59340
[  285.502434]  ffff8ce373688f00 ffff9edf048c7e40 ffffffff8a486df3 0000000089e230f7
[  285.502944]  00ff8ce373649b00 ffff8ce378e59340 ffff9edf048c7e58 ffff8ce37368bc00
[  285.503457] Call Trace:
[  285.503964]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.504378]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.504827]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.505352]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.505853]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.506343]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.506832]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.507327] kworker/1:207   S    0   803      2 0x00000000
[  285.507828]  ffff8ce36e470800 0000000000000000 ffff8ce373688f00 ffff8ce378e59340
[  285.508226]  ffff8ce37368da00 ffff9edf048cfe40
[  285.508226]  ffffffff8a486df3
[  285.508226]  0000000089e230f7
[  285.508622]  00ff8ce373649380 ffff8ce378e59340 ffff9edf048cfe58 ffff8ce373688f00
[  285.509146] Call Trace:
[  285.509659]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.510178]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.510689]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.511198]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.511704]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.512060]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.512419]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.512973] kworker/1:208   S    0   804      2 0x00000000
[  285.513482]  ffff8ce36e470800 0000000000000000 ffff8ce37368da00 ffff8ce378e59340
[  285.513996]  ffff8ce37368e900 ffff9edf048d7e40 ffffffff8a486df3 0000000089e230f7
[  285.514514]  00ff8ce373649e00 ffff8ce378e59340 ffff9edf048d7e58 ffff8ce37368da00
[  285.515034] Call Trace:
[  285.515551]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.516076]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.516414]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.516902]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.517410]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.517910]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.518412]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.518913] kworker/1:209   S    0   805      2 0x00000000
[  285.519417]  ffff8ce36e470800 0000000000000000 ffff8ce37368e900 ffff8ce378e59340
[  285.519934]  ffff8ce373689e00 ffff9edf048dfe40 ffffffff8a486df3 0000000078e58b40
[  285.520332]  00ff8ce373648c00 ffff8ce378e59340 ffff9edf048dfe58 ffff8ce37368e900
[  285.520807] Call Trace:
[  285.521320]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.521842]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.522352]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.522857]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.523355]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.523846]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.524187]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.524588] kworker/1:210   S    0   806      2 0x00000000
[  285.525085]  ffff8ce36e470800 0000000000000000 ffff8ce373689e00 ffff8ce378e59340
[  285.525593]  ffff8ce37368ad00 ffff9edf048e7e40 ffffffff8a486df3 0000000089e230f7
[  285.526106]  00ff8ce373649500 ffff8ce378e59340 ffff9edf048e7e58 ffff8ce373689e00
[  285.526622] Call Trace:
[  285.527128]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.527645]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.528069]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.528368]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.528927]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.529419]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.529908]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.530401] kworker/1:211   S    0   807      2 0x00000000
[  285.530899]  ffff8ce36e470800 0000000000000000 ffff8ce37368ad00 ffff8ce378e59340
[  285.531409]  ffff8ce3736abc00 ffff9edf048efe40 ffffffff8a486df3 0000000089e230f7
[  285.531917]  00ff8ce373648840 ffff8ce378e59340 ffff9edf048efe58 ffff8ce37368ad00
[  285.532363] Call Trace:
[  285.532740]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.533253]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.533758]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.534256]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.534750]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.535235]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.535722]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.536173] kworker/1:212   S    0   808      2 0x00000000
[  285.536430]  ffff8ce36e470800 0000000000000000 ffff8ce3736abc00 ffff8ce378e59340
[  285.536989]  ffff8ce3736a8f00 ffff9edf048f7e40 ffffffff8a486df3 0000000089e230f7
[  285.537493]  00ff8ce373649a40 ffff8ce378e59340 ffff9edf048f7e58 ffff8ce3736abc00
[  285.538005] Call Trace:
[  285.538505]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.539012]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.539513]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.540011]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.540422]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.540792]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.541274]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.541759] kworker/1:213   S    0   809      2 0x00000000
[  285.542250]  ffff8ce36e470800 0000000000000000 ffff8ce3736a8f00 ffff8ce378e59340
[  285.542753]  ffff8ce3736ada00 ffff9edf048ffe40 ffffffff8a486df3 0000000089e230f7
[  285.543255]  00ff8ce373649200 ffff8ce378e59340 ffff9edf048ffe58 ffff8ce3736a8f00
[  285.543765] Call Trace:
[  285.544244]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.544495]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.545050]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.545546]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.546042]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.546528]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.547012]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.547501] kworker/1:214   S    0   810      2 0x00000000
[  285.547996]  ffff8ce36e470800 0000000000000000 ffff8ce3736ada00 ffff8ce378e59340
[  285.548490]  ffff8ce3736ae900 ffff9edf04907e40 ffffffff8a486df3 0000000089e230f7
[  285.548811]  00ff8ce3736486c0 ffff8ce378e59340 ffff9edf04907e58 ffff8ce3736ada00
[  285.549318] Call Trace:
[  285.549819]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.550327]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.550826]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.551321]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.551815]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.552244]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.552671]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.553160] kworker/1:215   S    0   811      2 0x00000000
[  285.553652]  ffff8ce36e470800 0000000000000000 ffff8ce3736ae900 ffff8ce378e59340
[  285.554154]  ffff8ce3736a9e00 ffff9edf0490fe40 ffffffff8a486df3 0000000089e230f7
[  285.554658]  00ff8ce373648240 ffff8ce378e59340 ffff9edf0490fe58 ffff8ce3736ae900
[  285.555164] Call Trace:
[  285.555664]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.556122]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.556383]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.556939]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.557434]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.557922]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.558409]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.558897] kworker/1:216   S    0   812      2 0x00000000
[  285.559389]  ffff8ce36e470800 0000000000000000 ffff8ce3736a9e00 ffff8ce378e59340
[  285.559889]  ffff8ce3736aad00 ffff9edf04917e40 ffffffff8a486df3 0000000089e230f7
[  285.560379]  00ff8ce3736480c0 ffff8ce378e59340 ffff9edf04917e58 ffff8ce3736a9e00
[  285.560719] Call Trace:
[  285.561219]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.561725]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.562223]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.562718]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.563212]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.563698]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.564152]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.564379] kworker/1:217   S    0   813      2 0x00000000
[  285.564928]  ffff8ce36e470800 0000000000000000 ffff8ce3736aad00 ffff8ce378e59340
[  285.565427]  ffff8ce3736acb00 ffff9edf0491fe40 ffffffff8a486df3 0000000089e230f7
[  285.565932]  00ff8ce373649bc0 ffff8ce378e59340 ffff9edf0491fe58 ffff8ce3736aad00
[  285.566438] Call Trace:
[  285.566941]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.567450]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.568014]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.568375]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.568804]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.569292]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.569775]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.570260] kworker/1:218   S    0   814      2 0x00000000
[  285.570752]  ffff8ce36e470800 0000000000000000 ffff8ce3736acb00 ffff8ce378e59340
[  285.571252]  ffff8ce3736a8000 ffff9edf04927e40 ffffffff8a486df3 0000000089e230f7
[  285.571758]  00ff8ce373648000 ffff8ce378e59340 ffff9edf04927e58 ffff8ce3736acb00
[  285.572245] Call Trace:
[  285.572490]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.573072]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.573571]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.574072]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.574567]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.575056]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.575595]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.576080] kworker/1:219   S    0   815      2 0x00000000
[  285.576485]  ffff8ce36e470800 0000000000000000 ffff8ce3736a8000 ffff8ce378e59340
[  285.576885]  ffff8ce3736d8f00 ffff9edf0492fe40 ffffffff8a486df3 0000000089e230f7
[  285.577388]  00ff8ce373649ec0 ffff8ce378e59340 ffff9edf0492fe58 ffff8ce3736a8000
[  285.577897] Call Trace:
[  285.578397]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.578905]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.579401]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.579898]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.580319]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.580693]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.581176]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.581664] kworker/1:220   S    0   816      2 0x00000000
[  285.582155]  ffff8ce36e470800 0000000000000000 ffff8ce3736d8f00 ffff8ce378e59340
[  285.582655]  ffff8ce3736dda00 ffff9edf04937e40 ffffffff8a486df3 0000000089e230f7
[  285.583212]  00ff8ce3736483c0 ffff8ce378e59340 ffff9edf04937e58 ffff8ce3736d8f00
[  285.583733] Call Trace:
[  285.584129]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.584459]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.585014]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.585508]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.586003]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.586492]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.586977]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.587466] kworker/1:221   S    0   817      2 0x00000000
[  285.587961]  ffff8ce36e470800 0000000000000000 ffff8ce3736dda00 ffff8ce378e59340
[  285.588453]  ffff8ce3736de900 ffff9edf0493fe40 ffffffff8a486df3 0000000089e230f7
[  285.588787]  00ff8ce373648fc0 ffff8ce378e59340 ffff9edf0493fe58 ffff8ce3736dda00
[  285.589298] Call Trace:
[  285.589804]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.590314]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.590812]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.591308]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.591803]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.592221]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.592508]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.593067] kworker/1:222   S    0   818      2 0x00000000
[  285.593559]  ffff8ce36e470800 0000000000000000 ffff8ce3736de900 ffff8ce378e59340
[  285.594062]  ffff8ce3736d9e00 ffff9edf04947e40 ffffffff8a486df3 ffffffff89e230f7
[  285.594568]  00ff8ce3736489c0 ffff8ce378e59340 ffff9edf04947e58 ffff8ce3736de900
[  285.595074] Call Trace:
[  285.595573]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.596078]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.596504]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.596895]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.597394]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.597887]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.598380]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.598975]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.599469] kworker/1:223   S    0   819      2 0x00000000
[  285.599965]  ffff8ce36e470800 0000000000000000 ffff8ce3736d9e00 ffff8ce378e59340
[  285.600334]  ffff8ce3736dad00 ffff9edf0494fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.600780]  00ff8ce373648e40 ffff8ce378e59340 ffff9edf0494fe58 ffff8ce3736d9e00
[  285.601296] Call Trace:
[  285.601804]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.602308]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.602815]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.603319]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.603816]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.604208]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.604572]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.605068]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.605566] kworker/1:224   S    0   820      2 0x00000000
[  285.606067]  ffff8ce36e470800 0000000000000000 ffff8ce3736dad00 ffff8ce378e59340
[  285.606579]  ffff8ce3736dcb00 ffff9edf04957e40 ffffffff8a486df3 ffffffff89e230f7
[  285.607097]  00ff8ce373649d40 ffff8ce378e59340 ffff9edf04957e58 ffff8ce3736dad00
[  285.607611] Call Trace:
[  285.608013]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.608370]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.608939]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.609439]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.609939]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.610444]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.610944]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.611443]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.611941] kworker/1:225   S    0   821      2 0x00000000
[  285.612366]  ffff8ce36e470800 0000000000000000 ffff8ce3736dcb00 ffff8ce378e59340
[  285.612366]  ffff8ce3736d8000 ffff9edf0495fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.612809]  00ff8ce373649080 ffff8ce378e59340 ffff9edf0495fe58 ffff8ce3736dcb00
[  285.613350] Call Trace:
[  285.613882]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.614490]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.615028]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.615558]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.616087]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.616348]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.616935]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.617465]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.617998] kworker/1:226   S    0   822      2 0x00000000
[  285.618537]  ffff8ce36e470800 0000000000000000 ffff8ce3736d8000 ffff8ce378e59340
[  285.619086]  ffff8ce3736dbc00 ffff9edf04967e40 ffffffff8a486df3 ffffffff89e230f7
[  285.619636]  00ff8ce373649680 ffff8ce378e59340 ffff9edf04967e58 ffff8ce3736d8000
[  285.620177] Call Trace:
[  285.620432]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.621029]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.621568]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.622103]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.622636]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.623168]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.623701]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.624232]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.624498] kworker/1:227   S    0   823      2 0x00000000
[  285.625093]  ffff8ce36e470800 0000000000000000 ffff8ce3736dbc00 ffff8ce378e59340
[  285.625643]  ffff8ce372b04b00 ffff9edf0496fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.626197]  00ff8ce373649980 ffff8ce378e59340 ffff9edf0496fe58 ffff8ce3736dbc00
[  285.626741] Call Trace:
[  285.627278]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.627818]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.628405]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.628727]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.629264]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.629800]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.630394]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.630928]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.631457] kworker/1:228   S    0   824      2 0x00000000
[  285.631998]  ffff8ce36e470800 0000000000000000 ffff8ce372b04b00 ffff8ce378e59340
[  285.632276]  ffff8ce372b00000 ffff9edf04977e40 ffffffff8a486df3 ffffffff89e230f7
[  285.632883]  00ff8ce373648480 ffff8ce378e59340 ffff9edf04977e58 ffff8ce372b04b00
[  285.633427] Call Trace:
[  285.633962]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.634507]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.635050]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.635591]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.636128]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.636396]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.636985]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.637518]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.638051] kworker/1:229   S    0   825      2 0x00000000
[  285.638596]  ffff8ce36e470800 0000000000000000 ffff8ce372b00000 ffff8ce378e59340
[  285.639149]  ffff8ce372b03c00 ffff9edf0497fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.639698]  00ff8ce373648180 ffff8ce378e59340 ffff9edf0497fe58 ffff8ce372b00000
[  285.640232] Call Trace:
[  285.640463]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.641031]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.641544]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.642054]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.642566]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.643074]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.643579]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.644085]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.644458] kworker/1:230   S    0   826      2 0x00000000
[  285.644915]  ffff8ce36e470800 0000000000000000 ffff8ce372b03c00 ffff8ce378e59340
[  285.645440]  ffff8ce372b00f00 ffff9edf04987e40 ffffffff8a486df3 ffffffff89e230f7
[  285.646028]  00ff8ce373649c80 ffff8ce378e59340 ffff9edf04987e58 ffff8ce372b03c00
[  285.646547] Call Trace:
[  285.647059]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.647569]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.648080]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.648339]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.648899]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.649408]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.649915]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.650422]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.650933] kworker/1:231   S    0   827      2 0x00000000
[  285.651450]  ffff8ce36e470800 0000000000000000 ffff8ce372b00f00 ffff8ce378e59340
[  285.651970]  ffff8ce372b05a00 ffff9edf0498fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.652331]  00ff8ce373649140 ffff8ce378e59340 ffff9edf0498fe58 ffff8ce372b00f00
[  285.652812] Call Trace:
[  285.653319]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.653831]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.654344]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.654854]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.655361]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.655869]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.656234]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.656674]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.657179] kworker/1:232   S    0   828      2 0x00000000
[  285.657693]  ffff8ce36e470800 0000000000000000 ffff8ce372b05a00 ffff8ce378e59340
[  285.658213]  ffff8ce372b06900 ffff9edf04997e40 ffffffff8a486df3 ffffffff89e230f7
[  285.658731]  00ff8ce373648cc0 ffff8ce378e59340 ffff9edf04997e58 ffff8ce372b05a00
[  285.659247] Call Trace:
[  285.659754]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.660106]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.660486]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.661095]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.661616]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.662122]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.662626]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.663131]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.663638] kworker/1:233   S    0   829      2 0x00000000
[  285.664150]  ffff8ce36e470800 0000000000000000 ffff8ce372b06900 ffff8ce378e59340
[  285.664481]  ffff8ce372b01e00 ffff9edf0499fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.664991]  00ff8ce373649440 ffff8ce378e59340 ffff9edf0499fe58 ffff8ce372b06900
[  285.665508] Call Trace:
[  285.666015]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.666523]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.667039]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.667546]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.668055]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.668414]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.668879]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.669383]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.669893] kworker/1:234   S    0   830      2 0x00000000
[  285.670406]  ffff8ce36e470800 0000000000000000 ffff8ce372b01e00 ffff8ce378e59340
[  285.670925]  ffff8ce372b90f00 ffff9edf049a7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.671440]  00ff8ce3736498c0 ffff8ce378e59340 ffff9edf049a7e58 ffff8ce372b01e00
[  285.671956] Call Trace:
[  285.672311]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.672767]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.673283]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.673796]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.674306]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.674818]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.675324]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.675885]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.676196] kworker/1:235   S    0   831      2 0x00000000
[  285.676742]  ffff8ce334e89c00 0000000000000000 ffff8ce372b02d00 ffff8ce378e59340
[  285.677290]  ffff8ce3357a4b00 ffff9edf049afe40 ffffffff8a486df3 0000000089d1e182
[  285.677825]  00ff8ce373648900 ffff8ce378e59340 ffff9edf049afe58 ffff8ce372b02d00
[  285.678364] Call Trace:
[  285.678893]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.679404]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.679912]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.680161]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.680726]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.681228]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.681729]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.682236] kworker/1:236   S    0   832      2 0x00000000
[  285.682746]  ffff8ce36e470800 0000000000000000 ffff8ce372b3bc00 ffff8ce378e59340
[  285.683268]  ffff8ce3357a0000 ffff9edf049b7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.683785]  00ff8ce372b2fec0 ffff8ce378e59340 ffff9edf049b7e58 ffff8ce372b3bc00
[  285.684154] Call Trace:
[  285.684517]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.685086]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.685597]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.686104]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.686610]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.687113]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.687619]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.688123]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.688512] kworker/1:237   S    0   833      2 0x00000000
[  285.688932]  ffff8ce36e470800 0000000000000000 ffff8ce372b38f00 ffff8ce378e59340
[  285.689455]  ffff8ce372b95a00 ffff9edf049bfe40 ffffffff8a486df3 ffffffff89e230f7
[  285.689979]  00ff8ce372b2e3c0 ffff8ce378e59340 ffff9edf049bfe58 ffff8ce372b38f00
[  285.690498] Call Trace:
[  285.691003]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.691516]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.692026]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.692363]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.692814]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.693321]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.693828]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.694329]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.694835] kworker/1:238   S    0   834      2 0x00000000
[  285.695344]  ffff8ce36e470800 0000000000000000 ffff8ce372b3da00 ffff8ce378e59340
[  285.695862]  ffff8ce372b38f00 ffff9edf049c7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.696280]  00ff8ce372b2efc0 ffff8ce378e59340 ffff9edf049c7e58 ffff8ce372b3da00
[  285.696704] Call Trace:
[  285.697212]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.697725]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.698239]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.698746]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.699249]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.699756]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.700130]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.700460]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.701020] kworker/1:239   S    0   835      2 0x00000000
[  285.701528]  ffff8ce36e470800 0000000000000000 ffff8ce372b3e900 ffff8ce378e59340
[  285.702046]  ffff8ce372b3da00 ffff9edf049cfe40 ffffffff8a486df3 ffffffff89e230f7
[  285.702564]  00ff8ce372b2e9c0 ffff8ce378e59340 ffff9edf049cfe58 ffff8ce372b3e900
[  285.703077] Call Trace:
[  285.703580]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.704090]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.704456]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.704909]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.705413]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.705925]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.706434]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.706939]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.707449] kworker/1:240   S    0   836      2 0x00000000
[  285.707960]  ffff8ce36e470800 0000000000000000 ffff8ce372b39e00 ffff8ce378e59340
[  285.708344]  ffff8ce372b3e900 ffff9edf049d7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.708840]  00ff8ce372b2ee40 ffff8ce378e59340 ffff9edf049d7e58 ffff8ce372b39e00
[  285.709356] Call Trace:
[  285.709863]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.710371]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.710882]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.711388]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.711892]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.712263]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.712710]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.713215]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.713725] kworker/1:241   S    0   837      2 0x00000000
[  285.714241]  ffff8ce36e470800 0000000000000000 ffff8ce372b3ad00 ffff8ce378e59340
[  285.714760]  ffff8ce372b39e00 ffff9edf049dfe40 ffffffff8a486df3 ffffffff89e230f7
[  285.715273]  00ff8ce372b2fd40 ffff8ce378e59340 ffff9edf049dfe58 ffff8ce372b3ad00
[  285.715787] Call Trace:
[  285.716144]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.716503]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.717070]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.717576]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.718082]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.718590]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.719093]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.719597]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.720101] kworker/1:242   S    0   838      2 0x00000000
[  285.720498]  ffff8ce36e470800 0000000000000000 ffff8ce372b3cb00 ffff8ce378e59340
[  285.720943]  ffff8ce372b3ad00 ffff9edf049e7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.721457]  00ff8ce372b2f080 ffff8ce378e59340 ffff9edf049e7e58 ffff8ce372b3cb00
[  285.721974] Call Trace:
[  285.722485]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.722993]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.723503]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.724075]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.724359]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.724880]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.725388]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.725892]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.726400] kworker/1:243   S    0   839      2 0x00000000
[  285.726911]  ffff8ce36e470800 0000000000000000 ffff8ce372b38000 ffff8ce378e59340
[  285.727430]  ffff8ce372b3cb00 ffff9edf049efe40 ffffffff8a486df3 ffffffff89e230f7
[  285.727944]  00ff8ce372b2f680 ffff8ce378e59340 ffff9edf049efe58 ffff8ce372b38000
[  285.728310] Call Trace:
[  285.728789]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.729298]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.729813]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.730319]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.730823]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.731334]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.731842]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.732206]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.732648] kworker/1:244   S    0   840      2 0x00000000
[  285.733161]  ffff8ce36e470800 0000000000000000 ffff8ce372b63c00 ffff8ce378e59340
[  285.733680]  ffff8ce372b38000 ffff9edf049f7e40 ffffffff8a486df3 ffffffff89e230f7
[  285.734235]  00ff8ce372b2f980 ffff8ce378e59340 ffff9edf049f7e58 ffff8ce372b63c00
[  285.734750] Call Trace:
[  285.735255]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.735763]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.736064]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.736489]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.737052]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.737557]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.738063]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.738569]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.739074] kworker/1:245   S    0   841      2 0x00000000
[  285.739661]  ffff8ce36e470800 0000000000000000 ffff8ce372b60f00 ffff8ce378e59340
[  285.740183]  ffff8ce372b63c00 ffff9edf049ffe40 ffffffff8a486df3 ffffffff89e230f7
[  285.740484]  00ff8ce372b2e480 ffff8ce378e59340 ffff9edf049ffe58 ffff8ce372b60f00
[  285.741018] Call Trace:
[  285.741525]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.742034]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.742546]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.743053]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.743558]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.744068]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.744442]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.744887]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.745397] kworker/1:246   S    0   842      2 0x00000000
[  285.745914]  ffff8ce36e470800 0000000000000000 ffff8ce372b65a00 ffff8ce378e59340
[  285.746438]  ffff8ce372b60f00 ffff9edf04a07e40 ffffffff8a486df3 ffffffff89e230f7
[  285.746953]  00ff8ce372b2e180 ffff8ce378e59340 ffff9edf04a07e58 ffff8ce372b65a00
[  285.747466] Call Trace:
[  285.747972]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.748322]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.748801]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.749308]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.749814]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.750324]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.750828]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.751332]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.751841] kworker/1:247   S    0   843      2 0x00000000
[  285.752228]  ffff8ce36e470800 0000000000000000
[  285.752228]  ffff8ce372b66900
[  285.752228]  ffff8ce378e59340
[  285.752647]  ffff8ce372b65a00 ffff9edf04a0fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.753168]  00ff8ce372b2fc80 ffff8ce378e59340 ffff9edf04a0fe58 ffff8ce372b66900
[  285.753690] Call Trace:
[  285.754204]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.754719]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.755353]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.755865]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.756101]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.756656]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.757171]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.757685]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.758199] kworker/1:248   S    0   844      2 0x00000000
[  285.758716]  ffff8ce36e470800 0000000000000000 ffff8ce372b61e00 ffff8ce378e59340
[  285.759240]  ffff8ce372b66900 ffff9edf04a17e40 ffffffff8a486df3 ffffffff89e230f7
[  285.759765]  00ff8ce372b2f140 ffff8ce378e59340 ffff9edf04a17e58 ffff8ce372b61e00
[  285.760096] Call Trace:
[  285.760511]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.761086]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.761604]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.762121]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.762633]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.763152]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.763668]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.764178]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.764505] kworker/1:249   S    0   845      2 0x00000000
[  285.765002]  ffff8ce36e470800 0000000000000000 ffff8ce372b62d00 ffff8ce378e59340
[  285.765532]  ffff8ce372b61e00 ffff9edf04a1fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.766054]  00ff8ce372b2ecc0 ffff8ce378e59340 ffff9edf04a1fe58 ffff8ce372b62d00
[  285.766575] Call Trace:
[  285.767087]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.767601]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.768117]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.768421]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.768946]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.769459]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.769971]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.770482]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.771082] kworker/1:250   S    0   846      2 0x00000000
[  285.771601]  ffff8ce36e470800 0000000000000000 ffff8ce372b64b00 ffff8ce378e59340
[  285.772125]  ffff8ce372b62d00 ffff9edf04a27e40 ffffffff8a486df3 ffffffff89e230f7
[  285.772376]  00ff8ce372b2f440 ffff8ce378e59340 ffff9edf04a27e58 ffff8ce372b64b00
[  285.772958] Call Trace:
[  285.773475]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.773994]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.774511]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.775025]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.775539]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.776110]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.776372]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.776933]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.777446] kworker/1:251   S    0   847      2 0x00000000
[  285.777967]  ffff8ce36e470800 0000000000000000 ffff8ce372b60000 ffff8ce378e59340
[  285.778495]  ffff8ce372b64b00 ffff9edf04a2fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.779015]  00ff8ce372b2f8c0 ffff8ce378e59340 ffff9edf04a2fe58 ffff8ce372b60000
[  285.779534] Call Trace:
[  285.780041]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.780360]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.780884]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.781392]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.781899]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.782407]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.782912]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.783417]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.783924] kworker/1:252   S    0   848      2 0x00000000
[  285.784292]  ffff8ce36e470800 0000000000000000 ffff8ce372b90000 ffff8ce378e59340
[  285.784751]  ffff8ce372b60000 ffff9edf04a37e40 ffffffff8a486df3 ffffffff89e230f7
[  285.785267]  00ff8ce372b2e900 ffff8ce378e59340 ffff9edf04a37e58 ffff8ce372b90000
[  285.785784] Call Trace:
[  285.786342]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.786865]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.787376]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.787881]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.788168]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.788688]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.789197]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.789703]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.790209] kworker/1:253   S    0   849      2 0x00000000
[  285.790721]  ffff8ce36e470800 0000000000000000 ffff8ce372b93c00 ffff8ce378e59340
[  285.791244]  ffff8ce372b90000 ffff9edf04a3fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.791763]  00ff8ce372b2eb40 ffff8ce378e59340 ffff9edf04a3fe58 ffff8ce372b93c00
[  285.792119] Call Trace:
[  285.792497]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.793064]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.793575]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.794083]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.794594]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.795102]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.795608]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.796117]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.796491] kworker/1:254   S    0   850      2 0x00000000
[  285.796932]  ffff8ce36e470800 0000000000000000 ffff8ce372b90f00 ffff8ce378e59340
[  285.797453]  ffff8ce372b93c00 ffff9edf04a47e40 ffffffff8a486df3 ffffffff89e230f7
[  285.797970]  00ff8ce372b2f5c0 ffff8ce378e59340 ffff9edf04a47e58 ffff8ce372b90f00
[  285.798488] Call Trace:
[  285.798995]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.799503]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.800018]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.800358]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.800837]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.801349]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.801961]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.802465]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.802974] kworker/1:255   S    0   851      2 0x00000000
[  285.803485]  ffff8ce36e470800 0000000000000000 ffff8ce372b95a00 ffff8ce378e59340
[  285.804004]  ffff8ce372b3bc00 ffff9edf04a4fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.804271]  00ff8ce372b2ea80 ffff8ce378e59340 ffff9edf04a4fe58 ffff8ce372b95a00
[  285.804838] Call Trace:
[  285.805345]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.805854]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.806368]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.806880]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.807386]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.807893]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.808261]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.808701]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.809208] kworker/1:256   S    0   852      2 0x00000000
[  285.809726]  ffff8ce36e470800 0000000000000000 ffff8ce372b96900 ffff8ce378e59340
[  285.810246]  ffff8ce3357fbc00 ffff9edf04a57e40 ffffffff8a486df3 ffffffff89e230f7
[  285.810761]  00ff8ce372b2f2c0 ffff8ce378e59340 ffff9edf04a57e58 ffff8ce372b96900
[  285.811282] Call Trace:
[  285.811790]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.812133]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.812537]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.813103]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.813609]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.814118]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.814624]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.815129]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.815636] kworker/0:159   S    0   853      2 0x00000000
[  285.816148]  ffff8ce334e88800 0000000000000000 ffff8ce36e319e00 ffff8ce378e19340
[  285.816533]  ffff8ce36de96900 ffff9edf04a5fe40 ffffffff8a486df3 ffffffff89e230f7
[  285.816998]  00ff8ce37353b5c0 ffff8ce378e19340 ffff9edf04a5fe58 ffff8ce36e319e00
[  285.817598] Call Trace:
[  285.818109]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.818619]  [<ffffffff89e230f7>] ? memcg_kmem_cache_create_func+0x47/0x60
[  285.819130]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.819637]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.820143]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.820404]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.820955]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.821454]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.821955]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.822456] kworker/u481:0  S    0   857      2 0x00000000
[  285.822961]  ffff8ce334e75800 ffff8ce334e8c000 ffff8ce372bb8f00 ffff8ce378e59340
[  285.823468]  ffff8ce36baada00 ffff9edf04ac3e40 ffffffff8a486df3 ffff8ce33578e500
[  285.823976]  00ff8ce378e56a40 ffff8ce378e59340 ffff8ce372bb9940 ffff8ce372bb8f00
[  285.824391] Call Trace:
[  285.824771]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.825272]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.825773]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.826264]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.826757]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.827251]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.827738]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.828221]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.828442]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.828985] ib-comp-wq      S    0   859      2 0x00000000
[  285.829469]  ffff8ce334e71400 ffff8ce334e71400 ffff8ce372b91e00 ffff8ce378e59340
[  285.829962]  ffff8ce335788000 ffff9edf01313e38 ffffffff8a486df3 0000000000000292
[  285.830459]  00ff9edf01313e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce372b91e00
[  285.830953] Call Trace:
[  285.831434]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.831921]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.832437]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  285.832698]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  285.833284]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.833785]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.834268]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.834752] ib_addr         S    0   862      2 0x00000000
[  285.835242]  ffff8ce334e88800 ffff8ce334e88800 ffff8ce372b92d00 ffff8ce378e19340
[  285.835732]  ffff8ce372bb9e00 ffff9edf04abbe38 ffffffff8a486df3 0000000000000292
[  285.836152]  00ff9edf04abbe40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce372b92d00
[  285.836439] Call Trace:
[  285.836977]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.837463]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.837948]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  285.838431]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  285.838915]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.839394]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.839872]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.840398] ib_mcast        S    0   864      2 0x00000000
[  285.840649]  ffff8ce334e75800 0000000000000000 ffff8ce372b94b00 ffff8ce378e59340
[  285.841145]  ffff8ce37265cb00 ffff9edf03e8fe38 ffffffff8a486df3 0000000000000292
[  285.841636]  00ff9edf03e8fe40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce372b94b00
[  285.842132] Call Trace:
[  285.842618]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.843105]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.843588]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  285.844071]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  285.844277]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.844811]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.845286]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.845768] ib_nl_sa_wq     S    0   866      2 0x00000000
[  285.846257]  ffff8ce334e75800 ffff8ce334e8ec00 ffff8ce37265cb00 ffff8ce378e59340
[  285.846755]  ffff8ce37444ad00 ffff9edf04ae3e38 ffffffff8a486df3 0000000000000292
[  285.847260]  00ff9edf04ae3e40 ffff8ce378e59340 ffff8ce378e59340 ffff8ce37265cb00
[  285.847767] Call Trace:
[  285.848256]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.848483]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.849068]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  285.849561]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  285.850049]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.850534]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.851022]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.851509] ib_cm           S    0   868      2 0x00000000
[  285.852000]  ffff8ce334e88000 ffff8ce36e359000 ffff8ce372658000 ffff8ce378e19340
[  285.852478]  ffff8ce36c820f00 ffff9edf04a77e38 ffffffff8a486df3 0000000000000292
[  285.852826]  00ff9edf04a77e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce372658000
[  285.853340] Call Trace:
[  285.853853]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.854368]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.854875]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  285.855379]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  285.855879]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.856253]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.856655]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.857145] iw_cm_wq        S    0   871      2 0x00000000
[  285.857642]  ffff8ce334e75800 0000000000000000 ffff8ce37265bc00 ffff8ce378e19340
[  285.858154]  ffffffff8aa0e540 ffff9edf041dfe38 ffffffff8a486df3 0000000000000292
[  285.858664]  00ff9edf041dfe40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce37265bc00
[  285.859179] Call Trace:
[  285.859687]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.860108]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.860423]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  285.860987]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  285.861488]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.861983]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.862474]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.862966] rdma_cm         S    0   874      2 0x00000000
[  285.863464]  ffff8ce334e75800 0000000000000000 ffff8ce372bb9e00 ffff8ce378e19340
[  285.863971]  ffffffff8aa0e540 ffff9edf04a97e38 ffffffff8a486df3 0000000000000292
[  285.864418]  00ff9edf04a97e40 ffff8ce378e19340 ffff8ce378e19340 ffff8ce372bb9e00
[  285.864831] Call Trace:
[  285.865343]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.865862]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.866375]  [<ffffffff89c9efa2>] rescuer_thread+0x342/0x3d0
[  285.866884]  [<ffffffff89c9ec60>] ? worker_thread+0x500/0x500
[  285.867386]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.867883]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.868239]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.868682] systemd-udevd   S    0   896      1 0x00000000
[  285.869177]  ffff8ce334e88800 ffff8ce334e8c000 ffff8ce36c85da00 ffff8ce378e19340
[  285.869688]  ffff8ce36baada00 ffff9edf04a67d88 ffffffff8a486df3 ffff8ce313b35740
[  285.870198]  00ff9edf04a67d58 ffff8ce378e19340 ffff9edf04a67d70 ffff8ce36c85da00
[  285.870713] Call Trace:
[  285.871219]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.871736]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.872127]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  285.872456]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  285.873032]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  285.873529]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  285.874019]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  285.874510]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  285.875008] hv_balloon      S    0   976      2 0x00000000
[  285.875508]  ffff8ce334e8c000 0000000000000000 ffff8ce372bbcb00 ffff8ce378e59340
[  285.876039]  ffff8ce37444e900 ffff9edf0126fd78 ffffffff8a486df3 0000000000001068
[  285.876450]  00ff9edf0126fda7 ffff8ce378e59340 ffff9edf0126fdc0 ffff8ce372bbcb00
[  285.876900] Call Trace:
[  285.877408]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.877921]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.878430]  [<ffffffff8a48a97f>] schedule_timeout+0x1df/0x3f0
[  285.878934]  [<ffffffff89cf5ee0>] ? del_timer_sync+0x50/0x50
[  285.879431]  [<ffffffff8a488237>] wait_for_completion_interruptible_timeout+0xa7/0x150
[  285.879938]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  285.880321]  [<ffffffffc0730320>] ? post_status+0x140/0x140 [hv_balloon]
[  285.880804]  [<ffffffffc0730345>] dm_thread_func+0x25/0x50 [hv_balloon]
[  285.881318]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.881828]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.882339]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.882854] kworker/1:257   S    0  1009      2 0x00000000
[  285.883368]  ffff8ce36e470800 ffff8ce36e470800 ffff8ce372bbda00 ffff8ce378e59340
[  285.883886]  ffff8ce373735a00 ffff9edf0145be40 ffffffff8a486df3 ffff8ce372bbda80
[  285.884228]  00ff8ce378e56a40 ffff8ce378e59340 ffff8ce372bbe440 ffff8ce372bbda00
[  285.884705] Call Trace:
[  285.885202]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.885706]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.886213]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.886717]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  285.887225]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.887730]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  285.888133]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  285.888450]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  285.889004]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  285.889495] systemd-timesyn S    0  1298      1 0x00000100
[  285.889988]  ffff8ce334e77000 0000000000000000 ffff8ce373730f00 ffff8ce378e59340
[  285.890488]  ffff8ce374522d00 ffff9edf01413d70 ffffffff8a486df3 0000000000000000
[  285.890983]  0000000200000000 ffff8ce378e59340 0000000000000002 ffff8ce373730f00
[  285.891479] Call Trace:
[  285.891972]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.892446]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.892772]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  285.893275]  [<ffffffff8a020219>] ? timerqueue_add+0x59/0xb0
[  285.893779]  [<ffffffff89cf7f1d>] ? enqueue_hrtimer+0x3d/0x80
[  285.894285]  [<ffffffff89e0e963>] ? kmem_cache_alloc+0xd3/0x1a0
[  285.894787]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  285.895285]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  285.895833]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  285.896213]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  285.896593]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  285.897077]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  285.897564] sd-resolve      S    0  1351      1 0x00000100
[  285.898060]  ffff8ce334e77000 ffff8ce334e70800 ffff8ce37265da00 ffff8ce378e59340
[  285.898568]  ffff8ce3719a0000 ffff9edf01453be8 ffffffff8a486df3 000000007fff0000
[  285.899076]  00ff9edf01453ec0 ffff8ce378e59340 ffff8ce372848500 ffff8ce37265da00
[  285.899588] Call Trace:
[  285.900064]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.900328]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.900890]  [<ffffffff8a48a9ca>] schedule_timeout+0x22a/0x3f0
[  285.901390]  [<ffffffff8a41b7a7>] ? unix_dgram_sendmsg+0x397/0x700
[  285.901892]  [<ffffffff8a35f17c>] __skb_wait_for_more_packets+0x10c/0x170
[  285.902388]  [<ffffffff8a35f050>] ? skb_shift+0x540/0x540
[  285.902876]  [<ffffffff8a4188e8>] unix_dgram_recvmsg+0xc8/0x4c0
[  285.903364]  [<ffffffff8a34f64d>] sock_recvmsg+0x3d/0x50
[  285.903851]  [<ffffffff8a34f88a>] SYSC_recvfrom+0xda/0x150
[  285.904323]  [<ffffffff89d477ff>] ? __secure_computing+0x3f/0xe0
[  285.904635]  [<ffffffff89c0338d>] ? syscall_trace_enter+0xcd/0x2e0
[  285.905124]  [<ffffffff8a350bce>] SyS_recvfrom+0xe/0x10
[  285.905605]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  285.906083]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  285.906565] systemd-logind  S    0  1364      1 0x00000100
[  285.907051]  ffff8ce334e72800 0000000000000000 ffff8ce36c85e900 ffff8ce378e19340
[  285.907550]  ffffffff8aa0e540 ffff9edf0153bd70 ffffffff8a486df3 ffffffff8a3506b0
[  285.908049]  00007ffc9411e778 ffff8ce378e19340 0000000000000000 ffff8ce36c85e900
[  285.908265] Call Trace:
[  285.908811]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.909305]  [<ffffffff8a3506b0>] ? ___sys_recvmsg+0x160/0x1f0
[  285.909801]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.910290]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  285.910782]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  285.911329]  [<ffffffff89e811c4>] ? ep_scan_ready_list.constprop.12+0x204/0x210
[  285.911857]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  285.912263]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  285.912652]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  285.913154]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  285.913656]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  285.914159]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  285.914666] acpid           S    0  1371      1 0x00000000
[  285.915177]  ffff8ce334e89800 ffff8ce334e72800 ffff8ce36c859e00 ffff8ce378e59340
[  285.915690]  ffff8ce36c85e900 ffff9edf0127f8c0 ffffffff8a486df3 0000000022a6130f
[  285.916090]  00ff8ce37fe6f080 ffff8ce378e59340 0000000000000002 ffff8ce36c859e00
[  285.916434] Call Trace:
[  285.916991]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.917497]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.918004]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  285.918514]  [<ffffffff8a34e4e0>] ? dlci_ioctl_set+0x30/0x30
[  285.919021]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  285.919530]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  285.920037]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  285.920431]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  285.920854]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  285.921360]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  285.921867]  [<ffffffff89dafe45>] ? __alloc_pages_nodemask+0x135/0x300
[  285.922381]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  285.922897]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  285.923400]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  285.923887]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  285.924287]  [<ffffffff89cb05b2>] ? default_wake_function+0x12/0x20
[  285.924644]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  285.925113]  [<ffffffff89e8195f>] ? ep_poll_callback+0xef/0x1f0
[  285.925580]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  285.926046]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  285.926516]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  285.927045]  [<ffffffff8a34fa38>] ? sock_sendmsg+0x38/0x50
[  285.927509]  [<ffffffff89e35547>] ? __vfs_read+0x37/0x150
[  285.927970]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  285.928155]  [<ffffffff89e37c35>] ? SyS_read+0x55/0xc0
[  285.928672]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  285.929137] cron            S    0  1382      1 0x00000000
[  285.929608]  ffff8ce334e8f800 0000000000000000 ffff8ce36c85cb00 ffff8ce378e59340
[  285.930091]  ffff8ce374522d00 ffff9edf0154be18 ffffffff8a486df3 00ffffff8a049e6d
[  285.930572]  00000000000122c0 ffff8ce378e59340 ffff8ce300000001 ffff8ce36c85cb00
[  285.931057] Call Trace:
[  285.931532]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.932012]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.932207]  [<ffffffff8a48acc0>] do_nanosleep+0x70/0xf0
[  285.932733]  [<ffffffff89cf8f08>] hrtimer_nanosleep+0xe8/0x220
[  285.933198]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  285.933660]  [<ffffffff8a48acab>] ? do_nanosleep+0x5b/0xf0
[  285.934116]  [<ffffffff89cf90ba>] SyS_nanosleep+0x7a/0x90
[  285.934571]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  285.935032] lxcfs           S    0  1389      1 0x00000000
[  285.935493]  ffff8ce334e8a000 ffff8ce334e8a000 ffff8ce36c85ad00 ffff8ce378e59340
[  285.935966]  ffff8ce372659e00 ffff9edf01573c98 ffffffff8a486df3 ffff8ce334e8a000
[  285.936203]  000000047fa84bbe ffff8ce378e59340 00007ffd98cac200 ffff8ce36c85ad00
[  285.936708] Call Trace:
[  285.937173]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.937648]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.938120]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  285.938594]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  285.939062]  [<ffffffff89cbb1c9>] ? update_cfs_shares+0xb9/0xf0
[  285.939530]  [<ffffffff89cbb4dd>] ? check_preempt_wakeup+0x10d/0x230
[  285.939991]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  285.940179]  [<ffffffff89caf559>] ? check_preempt_curr+0x79/0x90
[  285.940694]  [<ffffffff89cb13d0>] ? wake_up_new_task+0x150/0x1f0
[  285.941144]  [<ffffffff89c911bb>] ? recalc_sigpending+0x1b/0x50
[  285.941591]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  285.942037]  [<ffffffff89c94b4f>] ? sigprocmask+0x6f/0xa0
[  285.942554]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  285.943019] lxcfs           S    0  1429      1 0x00000000
[  285.943469]  ffff8ce334e8a000 ffff8ce334e88800 ffff8ce372659e00 ffff8ce378e59340
[  285.943932]  ffff8ce36c85da00 ffff9edf0160bcf8 ffffffff8a486df3 0000000000000028
[  285.944174]  0000000000000001 ffff8ce378e59340 0000000000000246 ffff8ce372659e00
[  285.944664] Call Trace:
[  285.945126]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.945598]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.946066]  [<ffffffff89f48ed9>] fuse_dev_do_read.isra.21.constprop.25+0x4f9/0x600
[  285.946541]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  285.947024]  [<ffffffff89f49043>] fuse_dev_read+0x63/0x90
[  285.947511]  [<ffffffff89e355f2>] __vfs_read+0xe2/0x150
[  285.948005]  [<ffffffff89e36746>] vfs_read+0x96/0x130
[  285.948229]  [<ffffffff89e37c35>] SyS_read+0x55/0xc0
[  285.948772]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  285.949267] lxcfs           S    0  1430      1 0x00000000
[  285.949766]  ffff8ce334e8a000 0000000000000000 ffff8ce36cd8ad00 ffff8ce378e19340
[  285.950276]  ffffffff8aa0e540 ffff9edf01613cf8 ffffffff8a486df3 0000000000000000
[  285.950787]  0000000000000000 ffff8ce378e19340 0000000000000000 ffff8ce36cd8ad00
[  285.951303] Call Trace:
[  285.951812]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.952225]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.952615]  [<ffffffff89f48ed9>] fuse_dev_do_read.isra.21.constprop.25+0x4f9/0x600
[  285.953143]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  285.953668]  [<ffffffff89f49043>] fuse_dev_read+0x63/0x90
[  285.954185]  [<ffffffff89e355f2>] __vfs_read+0xe2/0x150
[  285.954697]  [<ffffffff89e36746>] vfs_read+0x96/0x130
[  285.955204]  [<ffffffff89e37c35>] SyS_read+0x55/0xc0
[  285.955701]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  285.956031] accounts-daemon S    0  1390      1 0x00000000
[  285.956415]  ffff8ce334e89c00 ffff8ce334e73400 ffff8ce36c85bc00 ffff8ce378e19340
[  285.956991]  ffff8ce36b781e00 ffff9edf0140ba00 ffffffff8a486df3 ffffffff89cf887f
[  285.957513]  00ffffff89e0e963 ffff8ce378e19340 0000000000000040 ffff8ce36c85bc00
[  285.958086] Call Trace:
[  285.958618]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.959147]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  285.959675]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.960196]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  285.960457]  [<ffffffff89e6efaa>] ? bh_lru_install+0x19a/0x1e0
[  285.961037]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  285.961558]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  285.962074]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  285.962586]  [<ffffffff89ecaee9>] ? ext4_getblk+0xa9/0x190
[  285.963098]  [<ffffffff89e423e7>] ? lookup_fast+0x57/0x310
[  285.963608]  [<ffffffff89e41849>] ? __inode_permission+0x49/0xc0
[  285.964120]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  285.964452]  [<ffffffff89cf0027>] ? call_rcu_sched+0x17/0x20
[  285.964943]  [<ffffffff89e38cf2>] ? put_filp+0x42/0x50
[  285.965452]  [<ffffffff89e45f08>] ? path_openat+0x758/0x1450
[  285.965964]  [<ffffffff89ed69f2>] ? ext4_htree_fill_tree+0xb2/0x320
[  285.966480]  [<ffffffff89e47f55>] ? do_filp_open+0xa5/0x100
[  285.966991]  [<ffffffff89e56976>] ? __alloc_fd+0x46/0x170
[  285.967501]  [<ffffffff89e46d64>] ? putname+0x54/0x60
[  285.968010]  [<ffffffff89e35245>] ? do_sys_open+0x1a5/0x220
[  285.968367]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  285.968858]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  285.969360] gmain           S    0  1420      1 0x00000000
[  285.969863]  ffff8ce334e89c00 ffff8ce334e8c000 ffff8ce37265e900 ffff8ce378e59340
[  285.970373]  ffff8ce36baada00 ffff9edf015e3a00 ffffffff8a486df3 ffffffff89cf887f
[  285.970875]  00ff9edf015e3a30 ffff8ce378e59340 0000000000000040 ffff8ce37265e900
[  285.971382] Call Trace:
[  285.971881]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.972279]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  285.972680]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.973179]  [<ffffffff8a48af15>] schedule_hrtimeout_range_clock+0xc5/0x1b0
[  285.973766]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  285.974275]  [<ffffffff8a48af09>] ? schedule_hrtimeout_range_clock+0xb9/0x1b0
[  285.974789]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  285.975303]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  285.975814]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  285.976118]  [<ffffffff89cbb1c9>] ? update_cfs_shares+0xb9/0xf0
[  285.976575]  [<ffffffff89cb6c5c>] ? __enqueue_entity+0x6c/0x70
[  285.977072]  [<ffffffff89cb88b6>] ? select_idle_sibling+0x26/0x3c0
[  285.977563]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  285.978059]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  285.978548]  [<ffffffff89e43537>] ? walk_component+0x47/0x310
[  285.979029]  [<ffffffff89cc814d>] ? remove_wait_queue+0x4d/0x60
[  285.979507]  [<ffffffff89e7e105>] ? inotify_read+0x355/0x410
[  285.979982]  [<ffffffff89cc8500>] ? __wake_up_sync+0x20/0x20
[  285.980188]  [<ffffffff89e35547>] ? __vfs_read+0x37/0x150
[  285.980723]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  285.981202]  [<ffffffff89e4db31>] SyS_poll+0x71/0x130
[  285.981682]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  285.982160] gdbus           S    0  1439      1 0x00000000
[  285.982638]  ffff8ce334e89c00 ffff8ce334e89c00 ffff8ce3723c8f00 ffff8ce378e19340
[  285.983122]  ffff8ce36c85bc00 ffff9edf015cba00 ffffffff8a486df3 0000000000000000
[  285.983605]  00ff8ce36cd74a00 ffff8ce378e19340 00000000723c8f00 ffff8ce3723c8f00
[  285.984087] Call Trace:
[  285.984292]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.984827]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.985302]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  285.985780]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  285.986256]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  285.986731]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  285.987207]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  285.987681]  [<ffffffff89e8195f>] ? ep_poll_callback+0xef/0x1f0
[  285.988158]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  285.988369]  [<ffffffff89cc84d0>] ? __wake_up_sync_key+0x50/0x60
[  285.988904]  [<ffffffff8a353b2d>] ? sock_def_readable+0x3d/0x70
[  285.989429]  [<ffffffff8a41aacd>] ? unix_stream_sendmsg+0x3cd/0x400
[  285.989927]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  285.990404]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  285.990875]  [<ffffffff8a350314>] ? ___sys_sendmsg+0x94/0x2d0
[  285.991348]  [<ffffffff89d09b6c>] ? get_futex_key+0x30c/0x400
[  285.991817]  [<ffffffff89d09cf0>] ? futex_wake+0x90/0x170
[  285.992286]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  285.992475]  [<ffffffff89d0c43f>] ? do_futex+0x1ff/0x530
[  285.993001]  [<ffffffff89e35547>] ? __vfs_read+0x37/0x150
[  285.993469]  [<ffffffff89e56475>] ? __fget_light+0x25/0x60
[  285.993935]  [<ffffffff8a350ec3>] ? __sys_sendmsg+0x83/0x90
[  285.994398]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  285.994854]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  285.995313] atd             S    0  1391      1 0x00000000
[  285.995769]  ffff8ce334e8b400 ffff8ce334e89c00 ffff8ce36c858f00 ffff8ce378e19340
[  285.996232]  ffff8ce36c85bc00 ffff9edf0148be18 ffffffff8a486df3 00ff9edf00000000
[  285.996470]  00000000000122c0 ffff8ce378e19340 ffffffff00000001 ffff8ce36c858f00
[  285.996966] Call Trace:
[  285.997421]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  285.997885]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  285.998342]  [<ffffffff8a48acc0>] do_nanosleep+0x70/0xf0
[  285.998794]  [<ffffffff89cf8f08>] hrtimer_nanosleep+0xe8/0x220
[  285.999245]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  285.999695]  [<ffffffff8a48acab>] ? do_nanosleep+0x5b/0xf0
[  286.000145]  [<ffffffff89cf90ba>] SyS_nanosleep+0x7a/0x90
[  286.000423]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.000854] rsyslogd        S    0  1394      1 0x00000000
[  286.001313]  ffff8ce334e8dc00 0000000000000000 ffff8ce36b783c00 ffff8ce378e19340
[  286.001783]  ffffffff8aa0e540 ffff9edf015538c0 ffffffff8a486df3 ffffffff89cf887f
[  286.002260]  00ff8ce36cf9e980 ffff8ce378e19340 0000000000000040 ffff8ce36b783c00
[  286.002739] Call Trace:
[  286.003210]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.003693]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  286.004176]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.004385]  [<ffffffff8a48af15>] schedule_hrtimeout_range_clock+0xc5/0x1b0
[  286.004997]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  286.005486]  [<ffffffff8a48af09>] ? schedule_hrtimeout_range_clock+0xb9/0x1b0
[  286.005978]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.006468]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.006952]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  286.007431]  [<ffffffff89e42308>] ? unlazy_walk+0xf8/0x180
[  286.007907]  [<ffffffff89e40f3e>] ? terminate_walk+0x8e/0xf0
[  286.008381]  [<ffffffff8a35817b>] ? __alloc_skb+0x9b/0x1e0
[  286.008688]  [<ffffffff89e46c32>] ? getname_kernel+0x32/0x110
[  286.009156]  [<ffffffff89e537c6>] ? current_time+0x36/0x70
[  286.009623]  [<ffffffff89e8195f>] ? ep_poll_callback+0xef/0x1f0
[  286.010086]  [<ffffffff89e5521d>] ? __atime_needs_update+0x7d/0x1a0
[  286.010551]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  286.011012]  [<ffffffff89cc84d0>] ? __wake_up_sync_key+0x50/0x60
[  286.011473]  [<ffffffff8a353b2d>] ? sock_def_readable+0x3d/0x70
[  286.011933]  [<ffffffff8a41b7a7>] ? unix_dgram_sendmsg+0x397/0x700
[  286.012140]  [<ffffffff8a41bb99>] ? scan_inflight+0x39/0x150
[  286.012661]  [<ffffffff8a41bcf0>] ? inc_inflight+0x20/0x20
[  286.013123]  [<ffffffff89e63484>] ? __inode_wait_for_writeback+0x74/0xf0
[  286.013589]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  286.014053]  [<ffffffff89e4eb6e>] ? dentry_free+0x4e/0x80
[  286.014521]  [<ffffffff89e4f7c0>] ? __dentry_kill+0x110/0x160
[  286.014985]  [<ffffffff89e4fa48>] ? dput+0x238/0x270
[  286.015450]  [<ffffffff89e592a4>] ? mntput+0x24/0x40
[  286.015911]  [<ffffffff89e388c3>] ? __fput+0x193/0x230
[  286.016136]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  286.016627]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  286.017090]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.017565] in:imuxsock     S    0  1412      1 0x00000000
[  286.018043]  ffff8ce334e8dc00 ffff8ce334e8dc00 ffff8ce372bbbc00 ffff8ce378e59340
[  286.018530]  ffff8ce36b715a00 ffff9edf0159b8c0 ffffffff8a486df3 ffff8ce378e193a8
[  286.019014]  00ff8ce37444e990 ffff8ce378e59340 ffff8ce378e19340 ffff8ce372bbbc00
[  286.019497] Call Trace:
[  286.019965]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.020175]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.020715]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.021185]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.021653]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  286.022121]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.022596]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.023068]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  286.023539]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.024016]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  286.024231]  [<ffffffff89cbafe6>] ? update_curr+0x66/0x170
[  286.024764]  [<ffffffff89cbb1c9>] ? update_cfs_shares+0xb9/0xf0
[  286.025236]  [<ffffffff89cb6c5c>] ? __enqueue_entity+0x6c/0x70
[  286.025701]  [<ffffffff89cbafe6>] ? update_curr+0x66/0x170
[  286.026158]  [<ffffffff89cbb4dd>] ? check_preempt_wakeup+0x10d/0x230
[  286.026613]  [<ffffffff89caf559>] ? check_preempt_curr+0x79/0x90
[  286.027063]  [<ffffffff89caf589>] ? ttwu_do_wakeup+0x19/0xe0
[  286.027505]  [<ffffffff89caf6bf>] ? ttwu_do_activate+0x6f/0x80
[  286.027945]  [<ffffffff89cb0179>] ? try_to_wake_up+0x59/0x3e0
[  286.028226]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  286.028612]  [<ffffffff89d0a635>] ? futex_wake_op+0x465/0x620
[  286.029043]  [<ffffffff89d0c610>] ? do_futex+0x3d0/0x530
[  286.029471]  [<ffffffff89e56475>] ? __fget_light+0x25/0x60
[  286.029894]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  286.030315]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.030739] in:imklog       S    0  1413      1 0x00000000
[  286.031168]  ffff8ce334e8dc00 ffff8ce334e8dc00 ffff8ce36b711e00 ffff8ce378e59340
[  286.031611]  ffff8ce36b715a00 ffff9edf01403d70 ffffffff8a486df3 ffff9edf01403d50
[  286.032056]  00ffffff89cb0564 ffff8ce378e59340 ffff9edf00ea1ac8 ffff8ce36b711e00
[  286.032224] Call Trace:
[  286.032724]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.033173]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.033624]  [<ffffffff89ce0583>] do_syslog+0x4e3/0x560
[  286.034074]  [<ffffffff89e2897e>] ? mem_cgroup_commit_charge+0x7e/0x4f0
[  286.034527]  [<ffffffff89cc8760>] ? wake_atomic_t_function+0x60/0x60
[  286.034981]  [<ffffffff89eb9564>] kmsg_read+0x44/0x60
[  286.035432]  [<ffffffff89eaa712>] proc_reg_read+0x42/0x70
[  286.035884]  [<ffffffff89e35547>] __vfs_read+0x37/0x150
[  286.036221]  [<ffffffff89f778db>] ? security_file_permission+0x9b/0xc0
[  286.036649]  [<ffffffff89e36746>] vfs_read+0x96/0x130
[  286.037102]  [<ffffffff89e37c35>] SyS_read+0x55/0xc0
[  286.037550]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.038005] rs:main Q:Reg   S    0  1415      1 0x00000000
[  286.038463]  ffff8ce334e8dc00 ffff8ce334e89c00 ffff8ce36b715a00 ffff8ce378e59340
[  286.038936]  ffff8ce37265e900 ffff9edf015bbc98 ffffffff8a486df3 ffff8ce334e8dc00
[  286.039412]  0000000000000000 ffff8ce378e59340 000055e98a81812c ffff8ce36b715a00
[  286.039894] Call Trace:
[  286.040099]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.040629]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.041102]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  286.041575]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  286.042041]  [<ffffffff89e7b803>] ? fsnotify+0x343/0x490
[  286.042503]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  286.042957]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  286.043406]  [<ffffffff89e56e32>] ? __f_unlock_pos+0x12/0x20
[  286.043857]  [<ffffffff89e37d19>] ? SyS_write+0x79/0xc0
[  286.044089]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.044465] dbus-daemon     S    0  1395      1 0x00000000
[  286.044977]  ffff8ce334e73400 ffff8ce334e8c000 ffff8ce36b781e00 ffff8ce378e59340
[  286.045442]  ffff8ce36baada00 ffff9edf0155bd88 ffffffff8a486df3 0000000000000000
[  286.045909]  0000000000000000 ffff8ce378e59340 0000000000000000 ffff8ce36b781e00
[  286.046381] Call Trace:
[  286.046842]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.047309]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.047776]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.048252]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  286.048461]  [<ffffffff89e811c4>] ? ep_scan_ready_list.constprop.12+0x204/0x210
[  286.049013]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.049498]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  286.049985]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  286.050468]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  286.050951]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.051439] snapd           S    0  1441      1 0x00000000
[  286.051981]  ffff8ce334e8a400 ffff8ce334e8a400 ffff8ce36b786900 ffff8ce378e59340
[  286.052451]  ffff8ce372658f00 ffff9edf0162bc98 ffffffff8a486df3 ffff8ce334e8a400
[  286.052811]  00fffcb5819bfd40 ffff8ce378e59340 000055f429f8e248 ffff8ce36b786900
[  286.053322] Call Trace:
[  286.053828]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.054339]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.054848]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  286.055349]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  286.055850]  [<ffffffff89cbb1c9>] ? update_cfs_shares+0xb9/0xf0
[  286.056244]  [<ffffffff89cbb4dd>] ? check_preempt_wakeup+0x10d/0x230
[  286.056634]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  286.057122]  [<ffffffff89caf559>] ? check_preempt_curr+0x79/0x90
[  286.057616]  [<ffffffff89cb13d0>] ? wake_up_new_task+0x150/0x1f0
[  286.058110]  [<ffffffff89c911bb>] ? recalc_sigpending+0x1b/0x50
[  286.058602]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  286.059090]  [<ffffffff89c94b4f>] ? sigprocmask+0x6f/0xa0
[  286.059574]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.060063] snapd           S    0  1471      1 0x00000000
[  286.060282]  ffff8ce334e8a400 0000000000000000 ffff8ce372bb8000 ffff8ce378e19340
[  286.060845]  ffffffff8aa0e540 ffff9edf01543c98 ffffffff8a486df3 00ff8ce334e8a400
[  286.061351]  00000000000122c0 ffff8ce378e19340 000055f400000000 ffff8ce372bb8000
[  286.061869] Call Trace:
[  286.062374]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.062886]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.063386]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  286.063888]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  286.064279]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  286.064673]  [<ffffffff89d0938f>] ? futex_wait_queue_me+0x9f/0x120
[  286.065163]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  286.065652]  [<ffffffff89fec1e5>] ? put_io_context_active+0xb5/0xe0
[  286.066147]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  286.066639]  [<ffffffff89e4c43b>] ? poll_select_copy_remaining+0xdb/0x150
[  286.067138]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  286.067748]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.068121] snapd           S    0  1472      1 0x00000000
[  286.068466]  ffff8ce334e8a400 ffff8ce334e8a400 ffff8ce36d564b00 ffff8ce378e59340
[  286.069047]  ffff8ce36b786900 ffff9edf016efc98 ffffffff8a486df3 00ff8ce334e8a400
[  286.069570]  00000000000122c0 ffff8ce378e59340 000055f400000000 ffff8ce36d564b00
[  286.070095] Call Trace:
[  286.070605]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.071118]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.071630]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  286.072133]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  286.072462]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  286.072937]  [<ffffffff89d0938f>] ? futex_wait_queue_me+0x9f/0x120
[  286.073440]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  286.073940]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  286.074431]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.074923] snapd           S    0  1473      1 0x00000000
[  286.075416]  ffff8ce334e8a400 ffff8ce334e8a400 ffff8ce33575bc00 ffff8ce378e59340
[  286.075923]  ffff8ce36d564b00 ffff9edf04a6fc98 ffffffff8a486df3 ffff8ce334e8a400
[  286.076375]  00fffcb5819a2cc0 ffff8ce378e59340 000055f429faafa0
[  286.076375]  ffff8ce33575bc00
[  286.076375] Call Trace:
[  286.076733]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.077247]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.077754]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  286.078268]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  286.078772]  [<ffffffff89d09cf0>] ? futex_wake+0x90/0x170
[  286.079268]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  286.079764]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  286.080159]  [<ffffffff89e4c43b>] ? poll_select_copy_remaining+0xdb/0x150
[  286.080477]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  286.081033]  [<ffffffff89e4d28c>] ? SyS_select+0xcc/0x110
[  286.081534]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.082039] snapd           S    0  1474      1 0x00000000
[  286.082544]  ffff8ce334e8a400 ffff8ce334e8c000 ffff8ce37265ad00 ffff8ce378e19340
[  286.083079]  ffff8ce36baada00 ffff9edf016d7d88 ffffffff8a486df3 ffffffff8a417e04
[  286.083640]  0000000000000000 ffff8ce378e19340 ffff8ce3722c3000 ffff8ce37265ad00
[  286.084160] Call Trace:
[  286.084472]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.085002]  [<ffffffff8a417e04>] ? unix_dgram_poll+0xf4/0x1a0
[  286.085525]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.086042]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.086559]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  286.087072]  [<ffffffff89e811c4>] ? ep_scan_ready_list.constprop.12+0x204/0x210
[  286.087585]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.088098]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  286.088415]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  286.088917]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  286.089423]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.089933] snapd           S    0  1475      1 0x00000000
[  286.090450]  ffff8ce334e8a400 0000000000000000 ffff8ce372658f00 ffff8ce378e59340
[  286.090979]  ffff8ce374522d00 ffff9edf016afc98 ffffffff8a486df3 ffff8ce334e8a400
[  286.091506]  00fffcb58195cf00 ffff8ce378e59340 000000c820154d08 ffff8ce372658f00
[  286.092038] Call Trace:
[  286.092332]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.092898]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.093422]  [<ffffffff89d093b4>] futex_wait_queue_me+0xc4/0x120
[  286.093948]  [<ffffffff89d0a006>] futex_wait+0x116/0x270
[  286.094466]  [<ffffffff89cc2d5a>] ? pick_next_task_fair+0x47a/0x4b0
[  286.094984]  [<ffffffff89d0c457>] do_futex+0x217/0x530
[  286.095499]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  286.096010]  [<ffffffff89e4c43b>] ? poll_select_copy_remaining+0xdb/0x150
[  286.096290]  [<ffffffff89d0c7f5>] SyS_futex+0x85/0x170
[  286.096826]  [<ffffffff89e4d28c>] ? SyS_select+0xcc/0x110
[  286.097332]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.097841] polkitd         S    0  1452      1 0x00000000
[  286.098354]  ffff8ce334e70800 0000000000000000 ffff8ce36b780000 ffff8ce378e19340
[  286.098979]  ffffffff8aa0e540 ffff9edf0165ba00 ffffffff8a486df3 ffffffff89cf81bc
[  286.099521]  00ff9edf0165ba30 ffff8ce378e19340 ffff8ce378e12300 ffff8ce36b780000
[  286.100054] Call Trace:
[  286.100321]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.100910]  [<ffffffff89cf81bc>] ? __remove_hrtimer+0x3c/0x90
[  286.101440]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.101965]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.102491]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  286.103009]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.103514]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.104023]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.104314]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  286.104844]  [<ffffffff89cbbc73>] ? set_next_entity+0xc3/0x1a0
[  286.105353]  [<ffffffff89cb88b6>] ? select_idle_sibling+0x26/0x3c0
[  286.105870]  [<ffffffff89cb92ea>] ? select_task_rq_fair+0x69a/0x7f0
[  286.106380]  [<ffffffff8a486dfb>] ? __schedule+0x23b/0x6e0
[  286.106888]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.107403]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.107913]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.108271]  [<ffffffff89cc814d>] ? remove_wait_queue+0x4d/0x60
[  286.108744]  [<ffffffff89e7e105>] ? inotify_read+0x355/0x410
[  286.109233]  [<ffffffff89e85b07>] ? eventfd_ctx_read+0x67/0x210
[  286.109717]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  286.110195]  [<ffffffff89e85d0c>] ? eventfd_read+0x5c/0x90
[  286.110670]  [<ffffffff89e35547>] ? __vfs_read+0x37/0x150
[  286.111141]  [<ffffffff89e367cb>] ? vfs_read+0x11b/0x130
[  286.111609]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  286.112078]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.112281] gmain           S    0  1460      1 0x00000000
[  286.112809]  ffff8ce334e70800 ffff8ce334e70800 ffff8ce372bbad00 ffff8ce378e19340
[  286.113290]  ffff8ce36b780000 ffff9edf016c7a00 ffffffff8a486df3 0000000000000000
[  286.113771]  0000000000000000 ffff8ce378e19340 0000000000000000 ffff8ce372bbad00
[  286.114253] Call Trace:
[  286.114793]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.115277]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.115758]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.116244]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.116449]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.116984]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.117460]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  286.117932]  [<ffffffff89cbbc73>] ? set_next_entity+0xc3/0x1a0
[  286.118401]  [<ffffffff89c2c74e>] ? __switch_to+0x2ce/0x6c0
[  286.118867]  [<ffffffff8a486dfb>] ? __schedule+0x23b/0x6e0
[  286.119331]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.119805]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.120272]  [<ffffffff89d09b6c>] ? get_futex_key+0x30c/0x400
[  286.120476]  [<ffffffff89d09cf0>] ? futex_wake+0x90/0x170
[  286.120993]  [<ffffffff89d0c43f>] ? do_futex+0x1ff/0x530
[  286.121451]  [<ffffffff89e35547>] ? __vfs_read+0x37/0x150
[  286.121906]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  286.122359]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.122820] gdbus           S    0  1465      1 0x00000000
[  286.123274]  ffff8ce334e70800 ffff8ce334e70800 ffff8ce3719a0000 ffff8ce378e19340
[  286.123737]  ffff8ce36b780000 ffff9edf016dfa00 ffffffff8a486df3 0000000000000000
[  286.124198]  0000000000000001 ffff8ce378e19340 00000000719a0000 ffff8ce3719a0000
[  286.124471] Call Trace:
[  286.124899]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.125353]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.125806]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.126268]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.126724]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.127181]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.127639]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  286.128098]  [<ffffffff89cbb1c9>] ? update_cfs_shares+0xb9/0xf0
[  286.128390]  [<ffffffff89cb6c5c>] ? __enqueue_entity+0x6c/0x70
[  286.128814]  [<ffffffff89cbafe6>] ? update_curr+0x66/0x170
[  286.129268]  [<ffffffff89cb88b6>] ? select_idle_sibling+0x26/0x3c0
[  286.129727]  [<ffffffff89cbb4dd>] ? check_preempt_wakeup+0x10d/0x230
[  286.130259]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.130720]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.131173]  [<ffffffff89cb05b2>] ? default_wake_function+0x12/0x20
[  286.131634]  [<ffffffff89e4c523>] ? pollwake+0x73/0x90
[  286.132098]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  286.132300]  [<ffffffff89cc81ad>] ? __wake_up_common+0x4d/0x80
[  286.132819]  [<ffffffff89cc8268>] ? __wake_up_locked_key+0x18/0x20
[  286.133280]  [<ffffffff89e85953>] ? eventfd_write+0x113/0x260
[  286.133741]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  286.134203]  [<ffffffff89e36167>] ? __vfs_write+0x37/0x160
[  286.134664]  [<ffffffff89e56475>] ? __fget_light+0x25/0x60
[  286.135124]  [<ffffffff89e3692c>] ? vfs_write+0x14c/0x1a0
[  286.135584]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  286.136044]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  286.136295]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.136738] kworker/0:1H    S    0  1467      2 0x00000000
[  286.137193]  ffff8ce334e72800 0000000000000000 ffff8ce372bbe900 ffff8ce378e19340
[  286.137654]  ffff8ce36baa8f00 ffff9edf016e7e40 ffffffff8a486df3 ffff8ce378e18f40
[  286.138110]  00ff8ce36d6a1080 ffff8ce378e19340 ffff9edf016e7e58 ffff8ce372bbe900
[  286.138563] Call Trace:
[  286.139013]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.139467]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.139915]  [<ffffffff89c9e82b>] worker_thread+0xcb/0x500
[  286.140225]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  286.140602]  [<ffffffff89c9e760>] ? process_one_work+0x4b0/0x4b0
[  286.141044]  [<ffffffff89ca4b09>] kthread+0xd9/0xf0
[  286.141483]  [<ffffffff89ca4a30>] ? kthread_park+0x60/0x60
[  286.141923]  [<ffffffff8a48c2b5>] ret_from_fork+0x25/0x30
[  286.142363] dhclient        S    0  1522      1 0x00000000
[  286.142805]  ffff8ce36e7d3000 0000000000000000 ffff8ce36e08ad00 ffff8ce378e59340
[  286.143265]  ffff8ce374522d00 ffff9edf04b8b8c0 ffffffff8a486df3 ffffffff89cf887f
[  286.143725]  0000000000000000 ffff8ce378e59340 0000000000000040 ffff8ce36e08ad00
[  286.144097] Call Trace:
[  286.144358]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.144884]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  286.145358]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.145888]  [<ffffffff8a48af15>] schedule_hrtimeout_range_clock+0xc5/0x1b0
[  286.146358]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  286.146821]  [<ffffffff8a48af09>] ? schedule_hrtimeout_range_clock+0xb9/0x1b0
[  286.147288]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.147752]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.148211]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  286.148404]  [<ffffffff89dafe45>] ? __alloc_pages_nodemask+0x135/0x300
[  286.148922]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.149384]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.149838]  [<ffffffff8a01cc7d>] ? __radix_tree_insert+0x3d/0xd0
[  286.150289]  [<ffffffff89e2897e>] ? mem_cgroup_commit_charge+0x7e/0x4f0
[  286.150742]  [<ffffffff89dc4fd2>] ? shmem_add_to_page_cache+0xf2/0x200
[  286.151196]  [<ffffffff89db7ab7>] ? lru_cache_add_file+0x37/0x40
[  286.151652]  [<ffffffff89daed5e>] ? get_page_from_freelist+0xa3e/0xb30
[  286.152106]  [<ffffffff89dc588f>] ? shmem_getpage_gfp+0x7af/0xbc0
[  286.152399]  [<ffffffff89e5f65f>] ? simple_xattr_get+0x2f/0xb0
[  286.152829]  [<ffffffff89e278ed>] ? memcg_kmem_charge_memcg+0x7d/0xa0
[  286.153285]  [<ffffffff89e2798e>] ? memcg_kmem_charge+0x7e/0xd0
[  286.153737]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  286.154196]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  286.154652]  [<ffffffff89ddf316>] ? handle_mm_fault+0x956/0x15b0
[  286.155109]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  286.155570]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  286.156029]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  286.156294]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  286.156741]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.157199] systemd-resolve S    0  1607      1 0x00000100
[  286.157666]  ffff8ce334e8d800 ffff8ce334e88800 ffff8ce373734b00 ffff8ce378e19340
[  286.158146]  ffff8ce36c85da00 ffff9edf04c73d70 ffffffff8a486df3 0000000100000041
[  286.158625]  00fffffffffffffe ffff8ce378e19340 0000000000000000 ffff8ce373734b00
[  286.159110] Call Trace:
[  286.159592]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.160075]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.160278]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.160831]  [<ffffffff89e80af0>] ? ep_ptable_queue_proc+0xa0/0xa0
[  286.161381]  [<ffffffff89e811c4>] ? ep_scan_ready_list.constprop.12+0x204/0x210
[  286.161862]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.162342]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  286.162815]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  286.163288]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  286.163762]  [<ffffffff89c03b6b>] do_syscall_64+0x5b/0xc0
[  286.164234]  [<ffffffff8a48c0ef>] entry_SYSCALL64_slow_path+0x25/0x25
[  286.164447] sshd            S    0  1614      1 0x00000000
[  286.164992]  ffff8ce334e72c00 ffff8ce370940800 ffff8ce373735a00 ffff8ce378e19340
[  286.165496]  ffff8ce3724d8f00 ffff9edf0143b8c0 ffffffff8a486df3 ffff9edf0143b930
[  286.165999]  00ff8ce37fe6f080 ffff8ce378e19340 0000000000000012 ffff8ce373735a00
[  286.166508] Call Trace:
[  286.166998]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.167497]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.167989]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.168442]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.168770]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  286.169254]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.169745]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.170232]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  286.170716]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.171202]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.171678]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.172148]  [<ffffffff8a357221>] ? __kmalloc_reserve.isra.35+0x31/0x90
[  286.172350]  [<ffffffff8a35813b>] ? __alloc_skb+0x5b/0x1e0
[  286.172874]  [<ffffffff89dafe45>] ? __alloc_pages_nodemask+0x135/0x300
[  286.173341]  [<ffffffff8a02d928>] ? find_next_bit+0x18/0x20
[  286.173814]  [<ffffffff89e2897e>] ? mem_cgroup_commit_charge+0x7e/0x4f0
[  286.174292]  [<ffffffff89c72d1d>] ? flush_tlb_page+0x3d/0x90
[  286.174767]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  286.175243]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  286.175718]  [<ffffffff89e40023>] ? free_pipe_info+0x93/0xa0
[  286.176190]  [<ffffffff89e4f850>] ? dput+0x40/0x270
[  286.176381]  [<ffffffff89e592a4>] ? mntput+0x24/0x40
[  286.176923]  [<ffffffff89e388c3>] ? __fput+0x193/0x230
[  286.177385]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  286.177850]  [<ffffffff89c032a0>] ? exit_to_usermode_loop+0x90/0xb0
[  286.178315]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.178785] iscsid          S    0  1644      1 0x00000000
[  286.179258]  ffff8ce370d45400 0000000000000000 ffff8ce370dce900 ffff8ce378e59340
[  286.179738]  ffff8ce374522d00 ffff9edf01593e18 ffffffff8a486df3 0000000000000000
[  286.180223]  00000000000122c0 ffff8ce378e59340 ffff9edf00000001 ffff8ce370dce900
[  286.180441] Call Trace:
[  286.180987]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.181485]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.181973]  [<ffffffff8a48acc0>] do_nanosleep+0x70/0xf0
[  286.182454]  [<ffffffff89cf8f08>] hrtimer_nanosleep+0xe8/0x220
[  286.182932]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  286.183406]  [<ffffffff8a48acab>] ? do_nanosleep+0x5b/0xf0
[  286.183877]  [<ffffffff89cf90ba>] SyS_nanosleep+0x7a/0x90
[  286.184385]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.184623] iscsid          S    0  1649      1 0x00000000
[  286.185095]  ffff8ce370d47400 0000000000000000 ffff8ce370dccb00 ffff8ce378e59340
[  286.185577]  ffff8ce374522d00 ffff9edf015b3a00 ffffffff8a486df3 ffffffff89cf887f
[  286.186058]  00ff9edf015b3a30 ffff8ce378e59340 0000000000000040 ffff8ce370dccb00
[  286.186540] Call Trace:
[  286.187015]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.187498]  [<ffffffff89cf887f>] ? hrtimer_start_range_ns+0x1bf/0x3e0
[  286.187986]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.188205]  [<ffffffff8a48af15>] schedule_hrtimeout_range_clock+0xc5/0x1b0
[  286.188753]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  286.189241]  [<ffffffff8a48af09>] ? schedule_hrtimeout_range_clock+0xb9/0x1b0
[  286.189728]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.190215]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.190702]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  286.191178]  [<ffffffff8a020458>] ? put_dec+0x18/0xa0
[  286.191649]  [<ffffffff8a0207cd>] ? number+0x2ed/0x300
[  286.192124]  [<ffffffff89db833e>] ? add_page_to_unevictable_list+0x10e/0x150
[  286.192374]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.192930]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.193400]  [<ffffffff89cf0027>] ? call_rcu_sched+0x17/0x20
[  286.193868]  [<ffffffff89ca2585>] ? free_pid+0x115/0x140
[  286.194331]  [<ffffffff89cf0027>] ? call_rcu_sched+0x17/0x20
[  286.194797]  [<ffffffff89c867d5>] ? release_task+0x385/0x480
[  286.195257]  [<ffffffff89c86ea0>] ? wait_consider_task+0x5d0/0xbc0
[  286.195724]  [<ffffffff89dd9478>] ? __get_user_pages+0xb8/0x680
[  286.196197]  [<ffffffff89cc814d>] ? remove_wait_queue+0x4d/0x60
[  286.196407]  [<ffffffff89c875af>] ? do_wait+0x11f/0x240
[  286.196932]  [<ffffffff89cfee3f>] ? ktime_get_ts64+0x4f/0x100
[  286.197402]  [<ffffffff89e4db31>] SyS_poll+0x71/0x130
[  286.197868]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.198337] irqbalance      S    0  1751      1 0x00000000
[  286.198811]  ffff8ce3709f0400 0000000000000000 ffff8ce3709fbc00 ffff8ce378e59340
[  286.199297]  ffff8ce374522d00 ffff9edf0169fe18 ffffffff8a486df3 00ff8ce3716a8f68
[  286.199781]  00000000000122c0 ffff8ce378e59340 ffff9edf00000001 ffff8ce3709fbc00
[  286.200269] Call Trace:
[  286.200473]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.201024]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.201522]  [<ffffffff8a48acc0>] do_nanosleep+0x70/0xf0
[  286.202017]  [<ffffffff89cf8f08>] hrtimer_nanosleep+0xe8/0x220
[  286.202516]  [<ffffffff89cf8000>] ? __hrtimer_init+0xa0/0xa0
[  286.203008]  [<ffffffff8a48acab>] ? do_nanosleep+0x5b/0xf0
[  286.203494]  [<ffffffff89cf90ba>] SyS_nanosleep+0x7a/0x90
[  286.203979]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.204467] login           S    0  1760      1 0x00000000
[  286.204759]  ffff8ce3700cb800 ffff8ce334e88800 ffff8ce373731e00 ffff8ce378e59340
[  286.205249]  ffff8ce36c85da00 ffff9edf04c7be48 ffffffff8a486df3 0000000000000000
[  286.205736]  00ff9edf04c7bec0 ffff8ce378e59340 0000000000000000 ffff8ce373731e00
[  286.206229] Call Trace:
[  286.206715]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.207213]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.207711]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  286.208216]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  286.208462]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  286.209009]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.209498] systemd         S    0  1895      1 0x00000000
[  286.209983]  ffff8ce370106400 ffff8ce334e8ec00 ffff8ce373732d00 ffff8ce378e19340
[  286.210478]  ffff8ce37444ad00 ffff9edf04f1fd88 ffffffff8a486df3 0000000000000000
[  286.210971]  0000000000000000 ffff8ce378e19340 0000000000000094 ffff8ce373732d00
[  286.211463] Call Trace:
[  286.211945]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.212457]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.212742]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.213234]  [<ffffffff8a020219>] ? timerqueue_add+0x59/0xb0
[  286.213722]  [<ffffffff89cf7f1d>] ? enqueue_hrtimer+0x3d/0x80
[  286.214212]  [<ffffffff89e0e963>] ? kmem_cache_alloc+0xd3/0x1a0
[  286.214694]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.215178]  [<ffffffff89e8145a>] ep_poll+0x28a/0x350
[  286.215661]  [<ffffffff89cb05a0>] ? wake_up_q+0x80/0x80
[  286.216146]  [<ffffffff89e82d3e>] SyS_epoll_wait+0xce/0xf0
[  286.216358]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.216900] (sd-pam)        S    0  1901   1895 0x00000000
[  286.217385]  ffff8ce334e77800 ffff8ce334e8c000 ffff8ce370c69e00 ffff8ce378e19340
[  286.217892]  ffff8ce36baada00 ffff9edf04eefd58 ffffffff8a486df3 ffffffff89dec279
[  286.218397]  000000007bc64025 ffff8ce378e19340 ffff9edf04eefd78 ffff8ce370c69e00
[  286.218911] Call Trace:
[  286.219414]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.219931]  [<ffffffff89dec279>] ? page_add_file_rmap+0xc9/0x120
[  286.220354]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.220758]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.221277]  [<ffffffff89cc8268>] ? __wake_up_locked_key+0x18/0x20
[  286.221797]  [<ffffffff89c911bb>] ? recalc_sigpending+0x1b/0x50
[  286.222318]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.222840]  [<ffffffff89c95390>] do_sigtimedwait+0x190/0x220
[  286.223361]  [<ffffffff89c954ac>] SYSC_rt_sigtimedwait+0x8c/0xf0
[  286.223930]  [<ffffffff89c6b696>] ? __do_page_fault+0x266/0x4e0
[  286.224182]  [<ffffffff89c9551e>] SyS_rt_sigtimedwait+0xe/0x10
[  286.224714]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.225225] bash            S    0  1912   1760 0x00000000
[  286.225732]  ffff8ce370101c00 0000000000000000 ffff8ce371396900 ffff8ce378e19340
[  286.226248]  ffffffff8aa0e540 ffff9edf04f27c08 ffffffff8a486df3 0000000000000010
[  286.226772]  0000000100000010 ffff8ce378e19340 ffff8ce36d5dfe00 ffff8ce371396900
[  286.227298] Call Trace:
[  286.227820]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.228151]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.228630]  [<ffffffff8a48a9ca>] schedule_timeout+0x22a/0x3f0
[  286.229157]  [<ffffffff89c9f33e>] ? flush_work+0x4e/0x1c0
[  286.229682]  [<ffffffff8a13f56f>] ? do_con_write.part.24+0x76f/0xa10
[  286.230207]  [<ffffffff89cc8563>] wait_woken+0x43/0x80
[  286.230721]  [<ffffffff8a1294d5>] n_tty_read+0x605/0x8f0
[  286.231233]  [<ffffffff89cc814d>] ? remove_wait_queue+0x4d/0x60
[  286.231742]  [<ffffffff89cc8500>] ? __wake_up_sync+0x20/0x20
[  286.232076]  [<ffffffff8a123252>] tty_read+0x92/0xf0
[  286.232442]  [<ffffffff89e35547>] __vfs_read+0x37/0x150
[  286.233000]  [<ffffffff89f778db>] ? security_file_permission+0x9b/0xc0
[  286.233505]  [<ffffffff89e36746>] vfs_read+0x96/0x130
[  286.234015]  [<ffffffff89e37c35>] SyS_read+0x55/0xc0
[  286.234537]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.235063] sshd            S    0  1928   1614 0x00000000
[  286.235571]  ffff8ce372412c00 ffff8ce370105000 ffff8ce370d75a00 ffff8ce378e19340
[  286.236081]  ffff8ce370d94b00 ffff9edf01423a00 ffffffff8a486df3 ffff8ce3733e0d90
[  286.236437]  0000000000000000 ffff8ce378e19340 ffff8ce3733e0db8 ffff8ce370d75a00
[  286.236888] Call Trace:
[  286.237380]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.237881]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.238379]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.238881]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.239455]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  286.239953]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.240321]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.240784]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  286.241283]  [<ffffffff89e3b6ac>] ? chrdev_open+0xbc/0x1a0
[  286.241785]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.242329]  [<ffffffff89e40f3e>] ? terminate_walk+0x8e/0xf0
[  286.242880]  [<ffffffff89e45ef0>] ? path_openat+0x740/0x1450
[  286.243379]  [<ffffffff8a350314>] ? ___sys_sendmsg+0x94/0x2d0
[  286.243872]  [<ffffffff89e47f55>] ? do_filp_open+0xa5/0x100
[  286.244201]  [<ffffffff89e56b10>] ? __fd_install+0x30/0xd0
[  286.244663]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  286.245137]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.245618] sshd            S    0  1981   1928 0x00000000
[  286.246103]  ffff8ce370105000 0000000000000000 ffff8ce370d94b00 ffff8ce378e59340
[  286.246597]  ffff8ce374522d00 ffff9edf014738c0 ffffffff8a486df3 ffff9edf01473888
[  286.247090]  00ffffff8a356d99 ffff8ce378e59340 ffffffff8a359784 ffff8ce370d94b00
[  286.247582] Call Trace:
[  286.248069]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.248287]  [<ffffffff8a359784>] ? consume_skb+0x34/0x80
[  286.248835]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.249323]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.249821]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.250314]  [<ffffffff8a12f418>] ? pty_write_room+0x28/0x30
[  286.250803]  [<ffffffff8a12b228>] ? tty_write_room+0x18/0x20
[  286.251284]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.251764]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.252241]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  286.252429]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.252971]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.253470]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.253967]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.254419]  [<ffffffff8a3539a8>] ? sk_reset_timer+0x18/0x30
[  286.254868]  [<ffffffff8a3cefaa>] ? tcp_schedule_loss_probe+0x11a/0x1a0
[  286.255386]  [<ffffffff8a3cfec9>] ? tcp_write_xmit+0x3e9/0xf10
[  286.255833]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  286.256284]  [<ffffffff8a48bcae>] ? _raw_spin_unlock_bh+0x1e/0x20
[  286.256473]  [<ffffffff8a3544bc>] ? release_sock+0x8c/0xa0
[  286.256983]  [<ffffffff8a3c25d2>] ? tcp_sendmsg+0x592/0xc00
[  286.257431]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  286.257879]  [<ffffffff89e36215>] ? __vfs_write+0xe5/0x160
[  286.258327]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  286.258769]  [<ffffffff89cf9d1f>] ? posix_get_boottime+0x1f/0x30
[  286.259217]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.259667] bash            S    0  1982   1981 0x00000000
[  286.260115]  ffff8ce370103400 0000000000000000 ffff8ce370d96900 ffff8ce378e59340
[  286.260468]  ffff8ce36baa8f00 ffff9edf01483e48 ffffffff8a486df3 0000000000000000
[  286.260825]  00ff9edf01483ec0 ffff8ce378e59340 ffff9edf01483e38 ffff8ce370d96900
[  286.261283] Call Trace:
[  286.261732]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.262184]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.262634]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  286.263084]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  286.263526]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  286.263969]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.264306] sshd            S    0  1994   1614 0x00000000
[  286.264672]  ffff8ce370940800 0000000000000000 ffff8ce3724d8f00 ffff8ce378e19340
[  286.265131]  ffffffff8aa0e540 ffff9edf01533a00 ffffffff8a486df3 0000000000000000
[  286.265596]  00ff8ce300000001 ffff8ce378e19340 ffff8ce3733e0db8 ffff8ce3724d8f00
[  286.266063] Call Trace:
[  286.266523]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.266989]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.267453]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.267927]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.268163]  [<ffffffff89e4c18e>] ? __pollwait+0x7e/0xe0
[  286.268659]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.269133]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.269604]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  286.270068]  [<ffffffff89e3b6ac>] ? chrdev_open+0xbc/0x1a0
[  286.270528]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.271060]  [<ffffffff89e40f3e>] ? terminate_walk+0x8e/0xf0
[  286.271562]  [<ffffffff89e45ef0>] ? path_openat+0x740/0x1450
[  286.272029]  [<ffffffff8a350314>] ? ___sys_sendmsg+0x94/0x2d0
[  286.272209]  [<ffffffff89e47f55>] ? do_filp_open+0xa5/0x100
[  286.272722]  [<ffffffff89e56b10>] ? __fd_install+0x30/0xd0
[  286.273174]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  286.273619]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.274076] sshd            S    0  2039   1994 0x00000000
[  286.274537]  ffff8ce370104400 0000000000000000 ffff8ce371379e00 ffff8ce378e59340
[  286.275009]  ffff8ce374522d00 ffff9edf014938c0 ffffffff8a486df3 ffff9edf01493888
[  286.275482]  00ffffff8a356d99 ffff8ce378e59340 ffffffff8a359784 ffff8ce371379e00
[  286.275956] Call Trace:
[  286.276203]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.276704]  [<ffffffff8a359784>] ? consume_skb+0x34/0x80
[  286.277242]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.277734]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.278231]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.278726]  [<ffffffff8a12f418>] ? pty_write_room+0x28/0x30
[  286.279215]  [<ffffffff8a12b228>] ? tty_write_room+0x18/0x20
[  286.279699]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.280161]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.280384]  [<ffffffff89e4cddc>] do_select+0x70c/0x7e0
[  286.280929]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.281461]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.281982]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.282465]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.282943]  [<ffffffff8a358167>] ? __alloc_skb+0x87/0x1e0
[  286.283417]  [<ffffffff8a357221>] ? __kmalloc_reserve.isra.35+0x31/0x90
[  286.283889]  [<ffffffff8a35813b>] ? __alloc_skb+0x5b/0x1e0
[  286.284379]  [<ffffffff89e3282f>] ? __check_object_size+0xff/0x1d6
[  286.284642]  [<ffffffff8a02cf5d>] ? copy_from_iter+0x9d/0x380
[  286.285104]  [<ffffffff8a48bcae>] ? _raw_spin_unlock_bh+0x1e/0x20
[  286.285560]  [<ffffffff8a3544bc>] ? release_sock+0x8c/0xa0
[  286.286010]  [<ffffffff8a3c25d2>] ? tcp_sendmsg+0x592/0xc00
[  286.286517]  [<ffffffff89e4d0b8>] core_sys_select+0x208/0x310
[  286.286989]  [<ffffffff89e36215>] ? __vfs_write+0xe5/0x160
[  286.287467]  [<ffffffff89e4d27a>] SyS_select+0xba/0x110
[  286.287944]  [<ffffffff89cf9d1f>] ? posix_get_boottime+0x1f/0x30
[  286.288111]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.288577] bash            S    0  2040   2039 0x00000000
[  286.289047]  ffff8ce371151400 0000000000000000 ffff8ce371390f00 ffff8ce378e59340
[  286.289535]  ffff8ce36baa8f00 ffff9edf01583e48
[  286.289549]  ffffffff8a486df3
[  286.289558]  0000000000000000
[  286.290031]  00ff9edf01583ec0 ffff8ce378e59340 ffff9edf01583e38 ffff8ce371390f00
[  286.290518] Call Trace:
[  286.290996]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.291488]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.291979]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  286.292155]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  286.292625]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  286.293098]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.293577] sudo            S    0  2059   1982 0x00000000
[  286.294053]  ffff8ce370105c00 0000000000000000 ffff8ce371394b00 ffff8ce378e59340
[  286.294542]  ffff8ce374522d00 ffff9edf015f3a00 ffffffff8a486df3 0000000000000000
[  286.295038]  0000000000000000 ffff8ce378e59340 0000000000000400 ffff8ce371394b00
[  286.295542] Call Trace:
[  286.296033]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.296215]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.296702]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.297201]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.297698]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.298185]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.298671]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.299152]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  286.299633]  [<ffffffff89dafe45>] ? __alloc_pages_nodemask+0x135/0x300
[  286.300128]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.300305]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.300779]  [<ffffffff8a4198ef>] ? unix_stream_recvmsg+0x4f/0x70
[  286.301258]  [<ffffffff8a4176a0>] ? unix_ioctl+0x60/0x60
[  286.301784]  [<ffffffff8a34f64d>] ? sock_recvmsg+0x3d/0x50
[  286.302252]  [<ffffffff8a34f88a>] ? SYSC_recvfrom+0xda/0x150
[  286.302725]  [<ffffffff89c6b696>] ? __do_page_fault+0x266/0x4e0
[  286.303205]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  286.303685]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.304164] bash            R  running task        0  2061   2059 0x00000008
[  286.304350]  ffff9edf01623d98 ffffffff89cb2a13 ffff8ce371392d00 0000000000000000
[  286.304374]  ffff9edf01623dc8
[  286.304380]  ffffffff89cb2af8
[  286.304389]  0000000000000074
[  286.304873]  0000000000000009
[  286.304879]  0000000000000000 ffffffff8aac3600 ffff9edf01623dd8 ffffffff8a130380
[  286.305401] Call Trace:
[  286.305936]  [<ffffffff89cb2a13>] sched_show_task+0xd3/0x140
[  286.306486]  [<ffffffff89cb2af8>] show_state_filter+0x78/0xb0
[  286.307041]  [<ffffffff8a130380>] sysrq_handle_showstate+0x10/0x20
[  286.307595]  [<ffffffff8a130af6>] __handle_sysrq+0xf6/0x150
[  286.308136]  [<ffffffff8a130f2f>] write_sysrq_trigger+0x2f/0x40
[  286.308401]  [<ffffffff89eaa6a2>] proc_reg_write+0x42/0x70
[  286.309112]  [<ffffffff89e36167>] __vfs_write+0x37/0x160
[  286.309652]  [<ffffffff89fb8998>] ? apparmor_file_permission+0x18/0x20
[  286.310200]  [<ffffffff89f7787b>] ? security_file_permission+0x3b/0xc0
[  286.310754]  [<ffffffff89e36895>] vfs_write+0xb5/0x1a0
[  286.311330]  [<ffffffff89e37cf5>] SyS_write+0x55/0xc0
[  286.311882]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.312390] sudo            S
[  286.312390]     0  2071   2040 0x00000000
[  286.312913]  ffff8ce371150c00 0000000000000000 ffff8ce370295a00 ffff8ce378e59340
[  286.313498]  ffff8ce374522d00 ffff9edf015d3a00 ffffffff8a486df3 ffff9edf015d3bf8
[  286.314118]  00ff9edf015d3a78 ffff8ce378e59340 0000000000000400 ffff8ce370295a00
[  286.314714] Call Trace:
[  286.315302]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.315877]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.316194]  [<ffffffff8a48aff1>] schedule_hrtimeout_range_clock+0x1a1/0x1b0
[  286.316857]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.317433]  [<ffffffff89cc80a4>] ? add_wait_queue+0x44/0x50
[  286.317978]  [<ffffffff8a48b013>] schedule_hrtimeout_range+0x13/0x20
[  286.318543]  [<ffffffff89e4c2e5>] poll_schedule_timeout+0x45/0x70
[  286.319112]  [<ffffffff89e4d993>] do_sys_poll+0x4a3/0x550
[  286.319679]  [<ffffffff89dafe45>] ? __alloc_pages_nodemask+0x135/0x300
[  286.320169]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.320517]  [<ffffffff89e4c4b0>] ? poll_select_copy_remaining+0x150/0x150
[  286.321191]  [<ffffffff8a4198ef>] ? unix_stream_recvmsg+0x4f/0x70
[  286.321799]  [<ffffffff8a4176a0>] ? unix_ioctl+0x60/0x60
[  286.322295]  [<ffffffff8a34f64d>] ? sock_recvmsg+0x3d/0x50
[  286.322786]  [<ffffffff8a34f88a>] ? SYSC_recvfrom+0xda/0x150
[  286.323277]  [<ffffffff89c6b696>] ? __do_page_fault+0x266/0x4e0
[  286.323761]  [<ffffffff89e4dba5>] SyS_poll+0xe5/0x130
[  286.324246]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.324512] bash            S    0  2072   2071 0x00000000
[  286.325044]  ffff8ce370107c00 0000000000000000 ffff8ce370296900 ffff8ce378e19340
[  286.325548]  ffff8ce37444da00 ffff9edf01633e48 ffffffff8a486df3 0000000000000000
[  286.326057]  00ff9edf01633ec0 ffff8ce378e19340 ffff9edf01633e38 ffff8ce370296900
[  286.326601] Call Trace:
[  286.327134]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.327642]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.328198]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  286.328515]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  286.329082]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  286.329594]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.330109] test.sh         S    0  2182   2072 0x00000000
[  286.330629]  ffff8ce370104800 0000000000000000 ffff8ce37137e900 ffff8ce378e19340
[  286.331157]  ffffffff8aa0e540 ffff9edf0158be48 ffffffff8a486df3 0000000000000000
[  286.331689]  00ff9edf0158bec0 ffff8ce378e19340 ffff9edf0158be38 ffff8ce37137e900
[  286.332220] Call Trace:
[  286.332510]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.333112]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.333620]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  286.334185]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  286.334779]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  286.335304]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.335840] time            S    0  2198   2182 0x00000000
[  286.336435]  ffff8ce370107400 0000000000000000 ffff8ce37137da00 ffff8ce378e19340
[  286.336785]  ffffffff8aa0e540 ffff9edf04a8fe48 ffffffff8a486df3 0000000000000000
[  286.337500]  00ff9edf04a8fec0 ffff8ce378e19340 ffff9edf04a8fe38 ffff8ce37137da00
[  286.338230] Call Trace:
[  286.338757]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.339299]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.339840]  [<ffffffff89c87656>] do_wait+0x1c6/0x240
[  286.340144]  [<ffffffff89c887fb>] SyS_wait4+0x7b/0xf0
[  286.341032]  [<ffffffff89c86290>] ? task_stopped_code+0x50/0x50
[  286.341605]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.342104] ip              D    0  2199   2198 0x00000000
[  286.342603]  ffff8ce370102400 0000000000000000 ffff8ce371378000 ffff8ce378e19340
[  286.343100]  ffffffff8aa0e540 ffff9edf04a9fdb8 ffffffff8a486df3 00000005a47fce07
[  286.343602]  00ff8ce37108faa0 ffff8ce378e19340 ffff8ce300000000 ffff8ce371378000
[  286.344111] Call Trace:
[  286.344354]  [<ffffffff8a486df3>] ? __schedule+0x233/0x6e0
[  286.344935]  [<ffffffff8a4872d6>] schedule+0x36/0x80
[  286.345873]  [<ffffffff8a48756e>] schedule_preempt_disabled+0xe/0x10
[  286.346382]  [<ffffffff8a489199>] __mutex_lock_slowpath+0xb9/0x130
[  286.346890]  [<ffffffff89e0fce2>] ? __kmalloc+0x162/0x1e0
[  286.347401]  [<ffffffff8a48922f>] mutex_lock+0x1f/0x30
[  286.347905]  [<ffffffff8a3637ff>] copy_net_ns+0x9f/0x170
[  286.348346]  [<ffffffff89ca5e6b>] create_new_namespaces+0x11b/0x200
[  286.348758]  [<ffffffff89ca60fa>] unshare_nsproxy_namespaces+0x5a/0xb0
[  286.349273]  [<ffffffff89c82dcd>] SyS_unshare+0x1cd/0x360
[  286.349784]  [<ffffffff8a48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
[  286.350299] Sched Debug Version: v0.11, 4.9.0-040900rc4-generic #201611052031
[  286.350820] ktime                                   : 286350.136700
[  286.351345] sched_clk                               : 309645.714216
[  286.351867] cpu_clk                                 : 286350.297858
[  286.352152] jiffies                                 : 4294963884
[  286.352696] sched_clock_stable()                    : 0

[  286.353689] sysctl_sched
[  286.354175]   .sysctl_sched_latency                    : 12.000000
[  286.354665]   .sysctl_sched_min_granularity            : 1.500000
[  286.355148]   .sysctl_sched_wakeup_granularity         : 2.000000
[  286.355922]   .sysctl_sched_child_runs_first           : 0
[  286.356259]   .sysctl_sched_features                   : 44859
[  286.356802]   .sysctl_sched_tunable_scaling            : 1 (logaritmic)

[  286.357762] cpu#0, 2042.248 MHz
[  286.358235]   .nr_running                    : 5
[  286.358702]   .load                          : 3145728
[  286.359161]   .nr_switches                   : 51519
[  286.359611]   .nr_load_updates               : 16735
[  286.360051]   .nr_uninterruptible            : 65
[  286.360253]   .next_balance                  : 4294.963167
[  286.360726]   .curr->pid                     : 2061
[  286.361204]   .clock                         : 286360.253800
[  286.361725]   .clock_task                    : 286360.253800
[  286.362161]   .cpu_load[0]                   : 3057
[  286.362596]   .cpu_load[1]                   : 3052
[  286.363016]   .cpu_load[2]                   : 3044
[  286.363421]   .cpu_load[3]                   : 3043
[  286.363816]   .cpu_load[4]                   : 3042
[  286.364202]   .avg_idle                      : 999343
[  286.364419]   .max_idle_balance_cost         : 500000
[  286.364859] 
               cfs_rq[0]:/user.slice
[  286.365600]   .exec_clock                    : 0.000000
[  286.365976]   .MIN_vruntime                  : 0.000001
[  286.366353]   .min_vruntime                  : 4722.298476
[  286.366723]   .max_vruntime                  : 0.000001
[  286.367081]   .spread                        : 0.000000
[  286.367430]   .spread0                       : -3694.212571
[  286.367773]   .nr_spread_over                : 0
[  286.368109]   .nr_running                    : 1
[  286.368410]   .load                          : 1048576
[  286.368410]   .load_avg                      : 1015
[  286.368410]   .runnable_load_avg             : 1015
[  286.368410]   .util_avg                      : 1015
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 1020
[  286.368410]   .tg_load_avg                   : 1020
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 286364.410679
[  286.368410]   .se->vruntime                  : 12184.548526
[  286.368410]   .se->sum_exec_runtime          : 4279.181278
[  286.368410]   .se->load.weight               : 1048576
[  286.368410]   .se->avg.load_avg              : 1011
[  286.368410]   .se->avg.util_avg              : 1011
[  286.368410] 
               cfs_rq[0]:/system.slice/system-getty.slice
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 267.714139
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8148.796908
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 112557.136380
[  286.368410]   .se->vruntime                  : 4274.399506
[  286.368410]   .se->sum_exec_runtime          : 110.650424
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 192
[  286.368410]   .se->avg.util_avg              : 485
[  286.368410] 
               cfs_rq[0]:/system.slice/irqbalance.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 3.339794
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8413.171253
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 22358.078568
[  286.368410]   .se->vruntime                  : 3774.852275
[  286.368410]   .se->sum_exec_runtime          : 2.713752
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 16
[  286.368410]   .se->avg.util_avg              : 47
[  286.368410] 
               cfs_rq[0]:/system.slice/ssh.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 32.458389
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8384.052658
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 162272.944673
[  286.368410]   .se->vruntime                  : 4372.377789
[  286.368410]   .se->sum_exec_runtime          : 33.890169
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 168
[  286.368410]   .se->avg.util_avg              : 168
[  286.368410] 
               cfs_rq[0]:/system.slice/iscsid.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 10.328895
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8406.182152
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 282226.769489
[  286.368410]   .se->vruntime                  : 4951.419424
[  286.368410]   .se->sum_exec_runtime          : 50.007947
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 0
[  286.368410] 
               cfs_rq[0]:/system.slice/systemd-resolved.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 56.711722
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8359.799325
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 251973.505847
[  286.368410]   .se->vruntime                  : 4533.135153
[  286.368410]   .se->sum_exec_runtime          : 24.988793
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 3
[  286.368410] 
               cfs_rq[0]:/system.slice/polkitd.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 10.951687
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8405.559360
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 162275.780864
[  286.368410]   .se->vruntime                  : 4370.487334
[  286.368410]   .se->sum_exec_runtime          : 10.624325
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 1
[  286.368410] 
               cfs_rq[0]:/system.slice/snapd.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 15.810352
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8400.700695
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 259468.183115
[  286.368410]   .se->vruntime                  : 4701.296304
[  286.368410]   .se->sum_exec_runtime          : 10.889913
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 0
[  286.368410] 
               cfs_rq[0]:/system.slice/dbus.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 65.477788
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8351.033259
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 272240.747577
[  286.368410]   .se->vruntime                  : 4938.966506
[  286.368410]   .se->sum_exec_runtime          : 66.811772
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 0
[  286.368410] 
               cfs_rq[0]:/system.slice/rsyslog.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 79.811150
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8336.699897
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 20
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 277235.579365
[  286.368410]   .se->vruntime                  : 4950.003153
[  286.368410]   .se->sum_exec_runtime          : 137.323424
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 0
[  286.368410] 
               cfs_rq[0]:/system.slice/atd.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 1.012309
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8415.498738
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 19288.006400
[  286.368410]   .se->vruntime                  : 2762.861138
[  286.368410]   .se->sum_exec_runtime          : 1.573699
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 100
[  286.368410]   .se->avg.util_avg              : 36
[  286.368410] 
               cfs_rq[0]:/system.slice/accounts-daemon.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 38.021886
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8378.489161
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 3
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 282433.488971
[  286.368410]   .se->vruntime                  : 4950.251035
[  286.368410]   .se->sum_exec_runtime          : 39.583897
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 1
[  286.368410] 
               cfs_rq[0]:/system.slice/lxcfs.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 0.509480
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8417.020527
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 19321.846841
[  286.368410]   .se->vruntime                  : 2813.415689
[  286.368410]   .se->sum_exec_runtime          : 0.539096
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 25
[  286.368410]   .se->avg.util_avg              : 15
[  286.368410] 
               cfs_rq[0]:/system.slice/cron.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 0.092699
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8416.418348
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 19265.390605
[  286.368410]   .se->vruntime                  : 2719.984387
[  286.368410]   .se->sum_exec_runtime          : 1.141275
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 65
[  286.368410]   .se->avg.util_avg              : 85
[  286.368410] 
               cfs_rq[0]:/system.slice/acpid.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 0.157806
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8416.353241
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 19266.756585
[  286.368410]   .se->vruntime                  : 2719.630881
[  286.368410]   .se->sum_exec_runtime          : 1.206382
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 75
[  286.368410]   .se->avg.util_avg              : 134
[  286.368410] 
               cfs_rq[0]:/system.slice/systemd-logind.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 22.993269
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8393.517778
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 282243.234656
[  286.368410]   .se->vruntime                  : 4956.003153
[  286.368410]   .se->sum_exec_runtime          : 24.147061
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 1
[  286.368410] 
               cfs_rq[0]:/system.slice/systemd-timesyncd.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 13.008612
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8403.502435
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 262209.718382
[  286.368410]   .se->vruntime                  : 4895.529224
[  286.368410]   .se->sum_exec_runtime          : 16.764072
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 0
[  286.368410] 
               cfs_rq[0]:/system.slice/networking.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 256.808869
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8159.702178
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 21476.459103
[  286.368410]   .se->vruntime                  : 3487.182656
[  286.368410]   .se->sum_exec_runtime          : 21.939735
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 18
[  286.368410]   .se->avg.util_avg              : 54
[  286.368410] 
               cfs_rq[0]:/system.slice/ifup@eth0.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 260.284975
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8156.226072
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 21417.561515
[  286.368410]   .se->vruntime                  : 3380.626121
[  286.368410]   .se->sum_exec_runtime          : 63.011724
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 69
[  286.368410]   .se->avg.util_avg              : 152
[  286.368410] 
               cfs_rq[0]:/system.slice/boot-efi.mount
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 1.262075
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8415.248972
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 17439.830583
[  286.368410]   .se->vruntime                  : 2129.007451
[  286.368410]   .se->sum_exec_runtime          : 2.310651
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 11
[  286.368410]   .se->avg.util_avg              : 49
[  286.368410] 
               cfs_rq[0]:/system.slice/dev-sda3.swap
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 0.968773
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8415.542274
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 17364.574962
[  286.368410]   .se->vruntime                  : 2041.292986
[  286.368410]   .se->sum_exec_runtime          : 2.017349
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 60
[  286.368410]   .se->avg.util_avg              : 54
[  286.368410] 
               cfs_rq[0]:/system.slice/system-systemd\x2dfsck.slice
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 31.516632
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8384.994415
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 17395.236719
[  286.368410]   .se->vruntime                  : 2067.763146
[  286.368410]   .se->sum_exec_runtime          : 23.692997
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 419
[  286.368410]   .se->avg.util_avg              : 325
[  286.368410] 
               cfs_rq[0]:/system.slice/systemd-udevd.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 940.334543
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -7476.176504
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 259576.185150
[  286.368410]   .se->vruntime                  : 4706.904174
[  286.368410]   .se->sum_exec_runtime          : 775.154112
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 49
[  286.368410]   .se->avg.util_avg              : 50
[  286.368410] 
               cfs_rq[0]:/system.slice/sys-kernel-config.mount
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 1.325653
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8415.185394
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 16197.277607
[  286.368410]   .se->vruntime                  : 117.242242
[  286.368410]   .se->sum_exec_runtime          : 2.374229
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 22
[  286.368410]   .se->avg.util_avg              : 460
[  286.368410] 
               cfs_rq[0]:/system.slice/sys-fs-fuse-connections.mount
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 5.403708
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8411.107339
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 16182.916219
[  286.368410]   .se->vruntime                  : 120.868013
[  286.368410]   .se->sum_exec_runtime          : 6.452284
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 67
[  286.368410]   .se->avg.util_avg              : 126
[  286.368410] 
               cfs_rq[0]:/system.slice/systemd-journald.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 375.288884
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8041.222163
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 5
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 277233.683808
[  286.368410]   .se->vruntime                  : 4951.236698
[  286.368410]   .se->sum_exec_runtime          : 376.700519
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 25
[  286.368410]   .se->avg.util_avg              : 29
[  286.368410] 
               cfs_rq[0]:/system.slice/lvm2-lvmetad.service
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : -1.048576
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8417.559623
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 0.000000
[  286.368410]   .se->vruntime                  : 0.000000
[  286.368410]   .se->sum_exec_runtime          : 0.000000
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 201
[  286.368410] 
               cfs_rq[0]:/system.slice
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 4956.003153
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -3460.507894
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 4
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 282433.488971
[  286.368410]   .se->vruntime                  : 8410.511047
[  286.368410]   .se->sum_exec_runtime          : 2117.617350
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 3
[  286.368410]   .se->avg.util_avg              : 0
[  286.368410] 
               cfs_rq[0]:/autogroup-10
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : -1.003067
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8417.514114
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 14514.635619
[  286.368410]   .se->vruntime                  : 2310.243420
[  286.368410]   .se->sum_exec_runtime          : 0.045509
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 0
[  286.368410] 
               cfs_rq[0]:/init.scope
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 463.676491
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -7952.834556
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 66
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 66
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 66
[  286.368410]   .tg_load_avg                   : 66
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 282243.060327
[  286.368410]   .se->vruntime                  : 8410.511047
[  286.368410]   .se->sum_exec_runtime          : 344.811196
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 0
[  286.368410]   .se->avg.util_avg              : 0
[  286.368410] 
               cfs_rq[0]:/autogroup-2
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 0.000001
[  286.368410]   .min_vruntime                  : 73.424879
[  286.368410]   .max_vruntime                  : 0.000001
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : -8343.086168
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 0
[  286.368410]   .load                          : 0
[  286.368410]   .load_avg                      : 0
[  286.368410]   .runnable_load_avg             : 0
[  286.368410]   .util_avg                      : 0
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410]   .se->exec_start                : 14514.588429
[  286.368410]   .se->vruntime                  : 2291.978089
[  286.368410]   .se->sum_exec_runtime          : 86.339317
[  286.368410]   .se->load.weight               : 2
[  286.368410]   .se->avg.load_avg              : 540
[  286.368410]   .se->avg.util_avg              : 582
[  286.368410] 
               cfs_rq[0]:/
[  286.368410]   .exec_clock                    : 0.000000
[  286.368410]   .MIN_vruntime                  : 8410.511047
[  286.368410]   .min_vruntime                  : 8416.511047
[  286.368410]   .max_vruntime                  : 8410.511047
[  286.368410]   .spread                        : 0.000000
[  286.368410]   .spread0                       : 0.000000
[  286.368410]   .nr_spread_over                : 0
[  286.368410]   .nr_running                    : 3
[  286.368410]   .load                          : 3145728
[  286.368410]   .load_avg                      : 3054
[  286.368410]   .runnable_load_avg             : 3054
[  286.368410]   .util_avg                      : 1018
[  286.368410]   .removed_load_avg              : 0
[  286.368410]   .removed_util_avg              : 0
[  286.368410]   .tg_load_avg_contrib           : 0
[  286.368410]   .tg_load_avg                   : 0
[  286.368410]   .throttled                     : 0
[  286.368410]   .throttle_count                : 0
[  286.368410] 
               rt_rq[0]:
[  286.368410]   .rt_nr_running                 : 1
[  286.368410]   .rt_throttled                  : 0
[  286.368410]   .rt_time                       : 0.000000
[  286.368410]   .rt_runtime                    : 950.000000
[  286.368410] 
               dl_rq[0]:
[  286.368410]   .dl_nr_running                 : 0
[  286.368410]   .dl_bw->bw                     : 996147
[  286.368410]   .dl_bw->total_bw               : 0
[  286.368410] 
               runnable tasks:
                           task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
               ----------------------------------------------------------------------------------------------------------
[  286.368410]  
[  286.368410]        kthreadd     2      5743.795626       590   120 
[  286.368410]         0.000000         8.971080         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     ksoftirqd/0     3      8410.511047       428   120 
[  286.368410]         0.000000        37.915394         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     kworker/0:0     4      3285.615158        29   120 
[  286.368410]         0.000000         0.839302         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:0H     5      5751.934895         9   100 
[  286.368410]         0.000000         0.032641         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]          rcu_bh     8        10.951420         2   120 
[  286.368410]         0.000000         0.000000         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     migration/0     9        10.951420       334     0 
[  286.368410]         0.000000         6.663944         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   lru-add-drain    10        16.951418         2   100 
[  286.368410]         0.000000         0.000000         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]      watchdog/0    11         0.022487        73     0 
[  286.368410]         0.000000         1.008758         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]         cpuhp/0    12      4811.104593         6   120 
[  286.368410]         0.000000         0.023917         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]       kdevtmpfs    19      6545.235622       192   120 
[  286.368410]         0.000000         2.862143         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     kworker/0:1    31      3285.620116       233   120 
[  286.368410]         0.000000         7.621559         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   ipv6_addrconf   110      1167.465020         2   100 
[  286.368410]         0.000000         0.000000         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410] charger_manager   131      1219.471651         2   100 
[  286.368410]         0.000000         0.008108         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    hv_vmbus_con   165      1239.578405         2   100 
[  286.368410]         0.000000         0.011270         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]       scsi_eh_0   209      2061.865004         7   120 
[  286.368410]         0.000000         0.206758         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]          bioset   216      1628.981536         2   100 
[  286.368410]         0.000000         0.008983         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]          bioset   217      1652.719421         2   100 
[  286.368410]         0.000000         0.021165         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]          bioset   352      2059.126992         2   100 
[  286.368410]         0.000000         0.001154         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     jbd2/sda2-8   375      8268.631211       156   120 
[  286.368410]         0.000000        10.715490         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     kworker/0:2   434      3285.610832        14   120 
[  286.368410]         0.000000         0.870176         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     kworker/0:3   441      3285.614046         7   120 
[  286.368410]         0.000000         0.046361         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     kworker/0:4   550      3285.613037         8   120 
[  286.368410]         0.000000         0.017067         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     kworker/0:5   551      3285.613447         4   120 
[  286.368410]         0.000000         0.006727         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     kworker/0:6   552      3285.613846         6   120 
[  286.368410]         0.000000         0.012303         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     kworker/0:7   553      3285.613659         5   120 
[  286.368410]         0.000000         0.007208         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     kworker/0:8   554      3285.613473         5   120 
[  286.368410]         0.000000         0.005972         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]     kworker/0:9   555      3285.613449         5   120 
[  286.368410]         0.000000         0.006562         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:10   556      3285.613792         6   120 
[  286.368410]         0.000000         0.012201         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:11   557      3285.613545         5   120 
[  286.368410]         0.000000         0.007059         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:12   558      3285.613556         5   120 
[  286.368410]         0.000000         0.006160         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:13   559      3285.613553         5   120 
[  286.368410]         0.000000         0.006065         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:14   560      3285.613743         5   120 
[  286.368410]         0.000000         0.005905         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:15   561      3285.613554         5   120 
[  286.368410]         0.000000         0.005666         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:16   562      3285.613439         5   120 
[  286.368410]         0.000000         0.005696         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:17   563      3285.613900         5   120 
[  286.368410]         0.000000         0.006007         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:18   564      3285.613300         5   120 
[  286.368410]         0.000000         0.005797         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:19   565      3285.613797         5   120 
[  286.368410]         0.000000         0.006101         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:20   566      3285.613204         5   120 
[  286.368410]         0.000000         0.005302         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:21   567      3285.613639         5   120 
[  286.368410]         0.000000         0.005921         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:22   568      3285.613463         5   120 
[  286.368410]         0.000000         0.005652         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:23   569      3285.613307         5   120 
[  286.368410]         0.000000         0.005673         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:24   570      3285.613400         5   120 
[  286.368410]         0.000000         0.005941         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:25   571      3285.613876         5   120 
[  286.368410]         0.000000         0.006409         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:26   572      3285.613665         5   120 
[  286.368410]         0.000000         0.006233         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:27   573      3285.613584         5   120 
[  286.368410]         0.000000         0.006031         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:28   574      5379.790725        14   120 
[  286.368410]         0.000000         0.197837         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:29   575      6130.404216        28   120 
[  286.368410]         0.000000         1.267495         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:30   576      6130.404402        12   120 
[  286.368410]         0.000000         0.034632         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:31   577      6130.403903        14   120 
[  286.368410]         0.000000         0.197279         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:32   578      6131.535102       110   120 
[  286.368410]         0.000000         6.689876         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:33   579      6130.838265        20   120 
[  286.368410]         0.000000         0.593092         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:34   580      6130.711816        16   120 
[  286.368410]         0.000000         0.469097         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:35   582      6130.850053        15   120 
[  286.368410]         0.000000         0.572611         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:36   583      6130.626305        14   120 
[  286.368410]         0.000000         0.297153         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:37   584      6130.646337        15   120 
[  286.368410]         0.000000         0.413646         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:38   585      6130.594197        13   120 
[  286.368410]         0.000000         0.266655         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:39   586      6130.405231        13   120 
[  286.368410]         0.000000         0.036009         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:40   587      6130.404574        13   120 
[  286.368410]         0.000000         0.066813         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:41   588      6130.404787        13   120 
[  286.368410]         0.000000         0.094618         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:42   589      6130.585639        15   120 
[  286.368410]         0.000000         0.420056         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:43   590      6130.405511       145   120 
[  286.368410]         0.000000         7.135195         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:44   591      6315.249149        60   120 
[  286.368410]         0.000000         2.677502         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:45   592      6130.404324         9   120 
[  286.368410]         0.000000         0.024494         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:46   593      6130.404984         9   120 
[  286.368410]         0.000000         0.024527         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:47   594      6130.404061         9   120 
[  286.368410]         0.000000         0.032911         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:48   595      6130.405368         9   120 
[  286.368410]         0.000000         0.021903         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:49   596      6130.590981         9   120 
[  286.368410]         0.000000         0.208553         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:50   597      6130.583068         9   120 
[  286.368410]         0.000000         0.210680         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:51   598      6130.404978         9   120 
[  286.368410]         0.000000         0.018016         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:52   599      6130.403682         9   120 
[  286.368410]         0.000000         0.024692         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:53   600      6314.982157        13   120 
[  286.368410]         0.000000         0.400421         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:54   601      8410.511047      5345   120 
[  286.368410]         0.000000       283.247699         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:55   602      6370.772067        20   120 
[  286.368410]         0.000000         1.664162         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:56   603      6455.069691        18   120 
[  286.368410]         0.000000         0.473048         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:57   604      6509.486662        87   120 
[  286.368410]         0.000000         7.451945         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:58   605      6370.932975        29   120 
[  286.368410]         0.000000         0.949754         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:59   606      6130.476558        14   120 
[  286.368410]         0.000000         0.192560         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:60   607      5380.000616         7   120 
[  286.368410]         0.000000         0.012667         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:61   608      5380.000847         8   120 
[  286.368410]         0.000000         0.013741         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:62   609      5380.001134         9   120 
[  286.368410]         0.000000         0.105523         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:63   610      5380.000906        12   120 
[  286.368410]         0.000000         0.197212         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:64   611      5380.000565         9   120 
[  286.368410]         0.000000         0.092088         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:65   612      5380.000913         7   120 
[  286.368410]         0.000000         0.010524         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:66   613      5380.001180         7   120 
[  286.368410]         0.000000         0.009562         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:67   614      5380.000661         7   120 
[  286.368410]         0.000000         0.009333         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:68   615      5380.000698         7   120 
[  286.368410]         0.000000         0.009326         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:69   616      5380.000943         7   120 
[  286.368410]         0.000000         0.010529         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:70   617      5380.001359         7   120 
[  286.368410]         0.000000         0.011464         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:71   618      5380.028976         7   120 
[  286.368410]         0.000000         0.039384         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:72   619      5380.000780         7   120 
[  286.368410]         0.000000         0.014157         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:73   620      5380.000582         7   120 
[  286.368410]         0.000000         0.008745         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:74   621      5380.001321         7   120 
[  286.368410]         0.000000         0.018325         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:75   622      5380.000768         7   120 
[  286.368410]         0.000000         0.014017         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:76   623      5380.001249         7   120 
[  286.368410]         0.000000         0.009917         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:77   624      5380.000905         7   120 
[  286.368410]         0.000000         0.013612         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:78   625      5380.000915         7   120 
[  286.368410]         0.000000         0.009484         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:79   626      5380.000888         7   120 
[  286.368410]         0.000000         0.009374         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:80   627      5380.001920         7   120 
[  286.368410]         0.000000         0.013320         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:81   628      5380.041975         8   120 
[  286.368410]         0.000000         0.093256         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:82   629      5380.009720        77   120 
[  286.368410]         0.000000         5.268622         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:83   630      5380.029368         7   120 
[  286.368410]         0.000000         0.095715         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:84   632      5380.001542         8   120 
[  286.368410]         0.000000         0.027846         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:85   639      5380.004348         6   120 
[  286.368410]         0.000000         0.019649         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:86   640      5379.992802         7   120 
[  286.368410]         0.000000         0.031288         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:87   642      5379.985346         7   120 
[  286.368410]         0.000000         0.017661         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:88   644      5379.985752         7   120 
[  286.368410]         0.000000         0.082417         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:89   686      5379.985428         6   120 
[  286.368410]         0.000000         0.029591         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:90   689      5379.985568         6   120 
[  286.368410]         0.000000         0.020045         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:91   691      5379.985462         6   120 
[  286.368410]         0.000000         0.018978         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:92   693      5379.985477         6   120 
[  286.368410]         0.000000         0.019250         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:93   694      5379.985105         6   120 
[  286.368410]         0.000000         0.012812         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:94   696      5379.985228         6   120 
[  286.368410]         0.000000         0.022607         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:95   699      5379.985242         6   120 
[  286.368410]         0.000000         0.022815         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:96   700      5379.985232         6   120 
[  286.368410]         0.000000         0.026995         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:97   702      5379.985490         7   120 
[  286.368410]         0.000000         0.053159         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:98   705      5379.985131         7   120 
[  286.368410]         0.000000         0.025994         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]    kworker/0:99   710      5379.985126         6   120 
[  286.368410]         0.000000         0.022961         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:100   711      5379.985264         6   120 
[  286.368410]         0.000000         0.013158         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:101   713      5379.985502         6   120 
[  286.368410]         0.000000         0.025271         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:102   715      5379.985635         6   120 
[  286.368410]         0.000000         0.024771         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:103   717      5379.985378         6   120 
[  286.368410]         0.000000         0.020319         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:104   719      5379.985288         6   120 
[  286.368410]         0.000000         0.019293         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:105   721      5379.985511         6   120 
[  286.368410]         0.000000         0.019704         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:106   723      5379.985277         6   120 
[  286.368410]         0.000000         0.023085         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:107   724      5379.985596         6   120 
[  286.368410]         0.000000         0.026042         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:108   726      5379.985228         6   120 
[  286.368410]         0.000000         0.020761         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:109   728      5379.985559         6   120 
[  286.368410]         0.000000         0.021239         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:110   729      5379.985162         6   120 
[  286.368410]         0.000000         0.020093         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:111   730      5379.985469         6   120 
[  286.368410]         0.000000         0.021406         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:112   731      5379.985578         6   120 
[  286.368410]         0.000000         0.020853         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:113   732      5379.985398         7   120 
[  286.368410]         0.000000         0.025542         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:114   733      5379.725835        36   120 
[  286.368410]         0.000000         0.996713         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:115   734      5379.678941         8   120 
[  286.368410]         0.000000         0.097570         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:116   735      5379.660216        10   120 
[  286.368410]         0.000000         0.095323         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:117   736      5379.703250         8   120 
[  286.368410]         0.000000         0.143754         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:118   737      5379.606918        11   120 
[  286.368410]         0.000000         0.096891         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:119   738      5379.986053        10   120 
[  286.368410]         0.000000         0.086222         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:120   739      5379.985595         8   120 
[  286.368410]         0.000000         0.032447         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:121   740      5379.985488         8   120 
[  286.368410]         0.000000         0.032731         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:122   741      5380.019014         8   120 
[  286.368410]         0.000000         0.181111         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:123   742      5380.013579         8   120 
[  286.368410]         0.000000         0.058456         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:124   743      5379.985720        11   120 
[  286.368410]         0.000000         0.178936         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:125   744      5379.985434         9   120 
[  286.368410]         0.000000         0.044982         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:126   745      5379.985097         8   120 
[  286.368410]         0.000000         0.031005         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:127   746      5380.011249         8   120 
[  286.368410]         0.000000         0.055638         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:128   747      5379.985681         8   120 
[  286.368410]         0.000000         0.036446         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:129   748      5379.985552         8   120 
[  286.368410]         0.000000         0.162115         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:130   749      5379.985248        12   120 
[  286.368410]         0.000000         0.180296         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:131   750      5380.670536        81   120 
[  286.368410]         0.000000         6.848916         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:132   751      5379.608356        10   120 
[  286.368410]         0.000000         0.091982         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:133   752      5379.985397         8   120 
[  286.368410]         0.000000         0.051716         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:134   753      5379.984957         8   120 
[  286.368410]         0.000000         0.250426         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:135   754      5379.690920        10   120 
[  286.368410]         0.000000         0.217487         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:136   755      5379.985201         8   120 
[  286.368410]         0.000000         0.030349         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:137   756      5379.985094         8   120 
[  286.368410]         0.000000         0.038033         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:138   757      5379.985067         8   120 
[  286.368410]         0.000000         0.026933         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:139   758      5379.985134        10   120 
[  286.368410]         0.000000         0.077268         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:140   759      5380.026432         9   120 
[  286.368410]         0.000000         0.172461         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:141   760      5379.985084         8   120 
[  286.368410]         0.000000         0.028448         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:142   761      5379.984873         8   120 
[  286.368410]         0.000000         0.038733         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:143   762      5379.985382         8   120 
[  286.368410]         0.000000         0.040186         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:144   763      5379.985284       109   120 
[  286.368410]         0.000000         8.498073         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:145   764      5379.985125        41   120 
[  286.368410]         0.000000         0.895021         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:146   765      5379.984927        12   120 
[  286.368410]         0.000000         0.108297         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:147   766      5379.985158        10   120 
[  286.368410]         0.000000         0.171001         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:148   767      5379.985377        10   120 
[  286.368410]         0.000000         0.127684         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:149   768      5380.011429        10   120 
[  286.368410]         0.000000         0.089924         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:150   769      5379.985096        17   120 
[  286.368410]         0.000000         0.534899         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:151   770      5379.985144        57   120 
[  286.368410]         0.000000         5.699986         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:152   771      5380.010807        14   120 
[  286.368410]         0.000000         0.318979         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:153   772      5379.985619        12   120 
[  286.368410]         0.000000         0.212758         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:154   773      5379.985460        13   120 
[  286.368410]         0.000000         0.244200         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:155   774      5379.985123        12   120 
[  286.368410]         0.000000         0.249743         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:156   775      5379.985417        12   120 
[  286.368410]         0.000000         0.267435         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:157   776      5379.985625        20   120 
[  286.368410]         0.000000         0.591877         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:158   777      3285.609695         5   120 
[  286.368410]         0.000000         0.047172         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   kworker/0:159   853      5379.985894        65   120 
[  286.368410]         0.000000         6.380732         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]         ib_addr   862      3295.282142         2   100 
[  286.368410]         0.000000         0.018608         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]           ib_cm   868      3311.643396         2   100 
[  286.368410]         0.000000         0.012056         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]        iw_cm_wq   871      3315.886652         2   100 
[  286.368410]         0.000000         0.003817         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]         rdma_cm   874      3320.688598         2   100 
[  286.368410]         0.000000         0.004366         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410]   systemd-udevd   896       934.370065      1689   120 
[  286.368410]         0.000000       385.791621         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/systemd-udevd.service

[  286.368410]  
[  286.368410]  systemd-logind  1364        22.993269       983   120 
[  286.368410]         0.000000        51.116768         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/systemd-logind.service

[  286.368410]  
[  286.368410]           lxcfs  1430         2.609540         1   120 
[  286.368410]         0.000000         0.000000         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/lxcfs.service

[  286.368410]  
[  286.368410] accounts-daemon  1390        26.135233       120   120 
[  286.368410]         0.000000        21.134480         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/accounts-daemon.service

[  286.368410]  
[  286.368410]           gdbus  1439        20.082274        71   120 
[  286.368410]         0.000000         2.454083         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/accounts-daemon.service

[  286.368410]  
[  286.368410]             atd  1391         1.012309        16   120 
[  286.368410]         0.000000         2.060885         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/atd.service

[  286.368410]  
[  286.368410]        rsyslogd  1394         2.917251        39   120 
[  286.368410]         0.000000         4.582501         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/rsyslog.service

[  286.368410]  
[  286.368410]           snapd  1471        10.122294        70   120 
[  286.368410]         0.000000         1.224969         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/snapd.service

[  286.368410]  
[  286.368410]           snapd  1474        15.810352        26   120 
[  286.368410]         0.000000         0.428880         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/snapd.service

[  286.368410]  
[  286.368410]         polkitd  1452         9.022292        69   120 
[  286.368410]         0.000000        10.012498         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/polkitd.service

[  286.368410]  
[  286.368410]           gmain  1460         4.797688         5   120 
[  286.368410]         0.000000         0.415268         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/polkitd.service

[  286.368410]  
[  286.368410]           gdbus  1465        10.965088        28   120 
[  286.368410]         0.000000         2.769127         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/polkitd.service

[  286.368410]  
[  286.368410]    kworker/0:1H  1467      8281.394170       111   100 
[  286.368410]         0.000000         3.258018         0.000000
[  286.368410]  0 0
[  286.368410]  /

[  286.368410]  
[  286.368410] systemd-resolve  1607        53.157314        55   120 
[  286.368410]         0.000000        12.976499         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/systemd-resolved.service

[  286.368410]  
[  286.368410]            sshd  1614        25.842303        91   120 
[  286.368410]         0.000000        10.030968         0.000000
[  286.368410]  0 0
[  286.368410]  /system.slice/ssh.service

[  286.368410]  
[  286.368410]         systemd  1895       819.480691       103   120 
[  286.368410]         0.000000        34.371100         0.000000
[  286.368410]  0 0
[  286.368410]  /user.slice

[  286.368410]  
[  286.368410]        (sd-pam)  1901         0.590082         1   120 
[  286.368410]         0.000000         0.064889         0.000000
[  286.368410]  0 0
[  286.368410]  /user.slice

[  286.368410]  
[  286.368410]            bash  1912        59.760253        55   120 
[  286.368410]         0.000000        36.400046         0.000000
[  286.368410]  0 0
[  286.368410]  /user.slice

[  286.368410]  
[  286.368410]            sshd  1928       237.809210        29   120 
[  286.368410]         0.000000        15.062260         0.000000
[  286.368410]  0 0
[  286.368410]  /user.slice

[  286.368410]  
[  286.368410]            sshd  1994       533.149460        20   120 
[  286.368410]         0.000000        19.844216         0.000000
[  286.368410]  0 0
[  286.368410]  /user.slice

[  286.368410] R
[  286.368410]            bash  2061      4722.298476       129   120 
[  286.368410]         0.000000     10609.068316         0.000000
[  286.368410]  0 0
[  286.368410]  /user.slice

[  286.368410]  
[  286.368410]            bash  2072       785.557273        29   120 
[  286.368410]         0.000000        24.187920         0.000000
[  286.368410]  0 0
[  286.368410]  /user.slice

[  286.368410]  
[  286.368410]         test.sh  2182       814.173144        11   120 
[  286.368410]         0.000000         2.110225         0.000000
[  286.368410]  0 0
[  286.368410]  /user.slice

[  286.368410]  
[  286.368410]            time  2198       823.761346         2   120 
[  286.368410]         0.000000         3.863659         0.000000
[  286.368410]  0 0
[  286.368410]  /user.slice

[  286.368410]  
[  286.368410]              ip  2199       825.037602         2   120 
[  286.368410]         0.000000         1.331235         0.000000
[  286.368410]  0 0
[  286.368410]  /user.slice


[  286.898472] cpu#1, 2042.248 MHz
[  286.899130]   .nr_running                    : 3
[  286.899783]   .load                          : 1048576
[  286.900438]   .nr_switches                   : 36459
[  286.900880]   .nr_load_updates               : 11057
[  286.901507]   .nr_uninterruptible            : -62
[  286.902133]   .next_balance                  : 4294.964036
[  286.902750]   .curr->pid                     : 428
[  286.903350]   .clock                         : 286902.193112
[  286.903951]   .clock_task                    : 286902.193112
[  286.904247]   .cpu_load[0]                   : 120
[  286.904804]   .cpu_load[1]                   : 72
[  286.905365]   .cpu_load[2]                   : 39
[  286.905917]   .cpu_load[3]                   : 21
[  286.906457]   .cpu_load[4]                   : 11
[  286.906987]   .avg_idle                      : 1000000
[  286.907516]   .max_idle_balance_cost         : 500000
[  286.908032] 
               cfs_rq[1]:/user.slice
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 7386.143598
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -1030.367449
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 1039
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 282461.345645
[  286.908227]   .se->vruntime                  : 14077.670592
[  286.908227]   .se->sum_exec_runtime          : 6999.142630
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 0
[  286.908227] 
               cfs_rq[1]:/system.slice/system-getty.slice
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 228.822916
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8187.688131
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 112561.370457
[  286.908227]   .se->vruntime                  : 2289.768512
[  286.908227]   .se->sum_exec_runtime          : 39.447556
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 122
[  286.908227]   .se->avg.util_avg              : 210
[  286.908227] 
               cfs_rq[1]:/system.slice/irqbalance.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 57.244470
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8359.266577
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 277724.199355
[  286.908227]   .se->vruntime                  : 2837.903922
[  286.908227]   .se->sum_exec_runtime          : 34.561039
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 27
[  286.908227]   .se->avg.util_avg              : 27
[  286.908227] 
               cfs_rq[1]:/system.slice/systemd-resolved.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 77.893972
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8338.617075
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 21582.976182
[  286.908227]   .se->vruntime                  : 1710.863257
[  286.908227]   .se->sum_exec_runtime          : 12.942603
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 38
[  286.908227]   .se->avg.util_avg              : 160
[  286.908227] 
               cfs_rq[1]:/system.slice/iscsid.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 5.837060
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8410.673987
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 286735.035894
[  286.908227]   .se->vruntime                  : 3006.453405
[  286.908227]   .se->sum_exec_runtime          : 3.312064
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 0
[  286.908227] 
               cfs_rq[1]:/system.slice/ssh.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 40.194284
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8376.316763
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 162271.801554
[  286.908227]   .se->vruntime                  : 2338.026021
[  286.908227]   .se->sum_exec_runtime          : 20.256803
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 21
[  286.908227] 
               cfs_rq[1]:/system.slice/polkitd.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 13.336943
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8403.174104
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 162275.091749
[  286.908227]   .se->vruntime                  : 2446.522951
[  286.908227]   .se->sum_exec_runtime          : 3.597751
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 2
[  286.908227]   .se->avg.util_avg              : 3
[  286.908227] 
               cfs_rq[1]:/system.slice/snapd.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 19.459527
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8397.051520
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 199466.236028
[  286.908227]   .se->vruntime                  : 2793.931677
[  286.908227]   .se->sum_exec_runtime          : 8.898502
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 0
[  286.908227] 
               cfs_rq[1]:/system.slice/accounts-daemon.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 20.466060
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8396.044987
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 286904.303074
[  286.908227]   .se->vruntime                  : 3008.512974
[  286.908227]   .se->sum_exec_runtime          : 23.347876
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 1
[  286.908227] 
               cfs_rq[1]:/system.slice/acpid.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 1.277530
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8415.233517
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 116021.924451
[  286.908227]   .se->vruntime                  : 2294.298276
[  286.908227]   .se->sum_exec_runtime          : 2.346459
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 0
[  286.908227] 
               cfs_rq[1]:/system.slice/lxcfs.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 5.543683
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8410.967364
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 19321.888030
[  286.908227]   .se->vruntime                  : 1346.428495
[  286.908227]   .se->sum_exec_runtime          : 3.477830
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 50
[  286.908227]   .se->avg.util_avg              : 59
[  286.908227] 
               cfs_rq[1]:/system.slice/cron.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 8.013217
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8408.497830
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 285291.235596
[  286.908227]   .se->vruntime                  : 2970.186625
[  286.908227]   .se->sum_exec_runtime          : 9.061793
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 0
[  286.908227] 
               cfs_rq[1]:/system.slice/dbus.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 61.899280
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8354.611767
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 282243.261655
[  286.908227]   .se->vruntime                  : 2837.659249
[  286.908227]   .se->sum_exec_runtime          : 63.189386
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 4
[  286.908227] 
               cfs_rq[1]:/system.slice/rsyslog.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 59.312495
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8357.198552
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 83
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 55
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 83
[  286.908227]   .tg_load_avg                   : 83
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 286904.306669
[  286.908227]   .se->vruntime                  : 3010.794635
[  286.908227]   .se->sum_exec_runtime          : 98.112647
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 81
[  286.908227]   .se->avg.util_avg              : 81
[  286.908227] 
               cfs_rq[1]:/system.slice/systemd-logind.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 25.295275
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8391.215772
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 277232.450455
[  286.908227]   .se->vruntime                  : 2834.410855
[  286.908227]   .se->sum_exec_runtime          : 26.444190
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 5
[  286.908227]   .se->avg.util_avg              : 2
[  286.908227] 
               cfs_rq[1]:/system.slice/systemd-timesyncd.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 24.630395
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8391.880652
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 282242.718046
[  286.908227]   .se->vruntime                  : 2837.487497
[  286.908227]   .se->sum_exec_runtime          : 27.041447
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 2
[  286.908227] 
               cfs_rq[1]:/system.slice/ifup@eth0.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 280.999203
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8135.511844
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 21419.499407
[  286.908227]   .se->vruntime                  : 1620.322078
[  286.908227]   .se->sum_exec_runtime          : 57.668026
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 100
[  286.908227]   .se->avg.util_avg              : 170
[  286.908227] 
               cfs_rq[1]:/system.slice/networking.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 94.130233
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8322.380814
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 21476.570404
[  286.908227]   .se->vruntime                  : 1655.022702
[  286.908227]   .se->sum_exec_runtime          : 40.652262
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 55
[  286.908227]   .se->avg.util_avg              : 132
[  286.908227] 
               cfs_rq[1]:/system.slice/systemd-udevd.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 757.645489
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -7658.865558
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 252020.743124
[  286.908227]   .se->vruntime                  : 2761.088037
[  286.908227]   .se->sum_exec_runtime          : 791.541861
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 267
[  286.908227]   .se->avg.util_avg              : 449
[  286.908227] 
               cfs_rq[1]:/system.slice/systemd-journald.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 341.088839
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8075.422208
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 91
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 77
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 91
[  286.908227]   .tg_load_avg                   : 91
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 286924.002200
[  286.908227]   .se->vruntime                  : 3034.197561
[  286.908227]   .se->sum_exec_runtime          : 342.359274
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 426
[  286.908227]   .se->avg.util_avg              : 369
[  286.908227] 
               cfs_rq[1]:/autogroup-10
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : -1.015607
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8417.526654
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 14660.217969
[  286.908227]   .se->vruntime                  : 2869.075895
[  286.908227]   .se->sum_exec_runtime          : 0.032969
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 0
[  286.908227] 
               cfs_rq[1]:/system.slice/lvm2-lvmetad.service
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 4.510751
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8412.000296
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 14848.294600
[  286.908227]   .se->vruntime                  : 15.911546
[  286.908227]   .se->sum_exec_runtime          : 2.559331
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 12
[  286.908227] 
               cfs_rq[1]:/init.scope
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 492.332864
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -7924.178183
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 66
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 284844.213100
[  286.908227]   .se->vruntime                  : 14232.736538
[  286.908227]   .se->sum_exec_runtime          : 448.226078
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 0
[  286.908227]   .se->avg.util_avg              : 0
[  286.908227] 
               cfs_rq[1]:/system.slice/dev-hugepages.mount
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 0.476912
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8416.034135
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 14510.033371
[  286.908227]   .se->vruntime                  : 1.525488
[  286.908227]   .se->sum_exec_runtime          : 1.525488
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 135
[  286.908227]   .se->avg.util_avg              : 41
[  286.908227] 
               cfs_rq[1]:/system.slice/dev-mqueue.mount
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 0.461419
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8416.049628
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 14509.540241
[  286.908227]   .se->vruntime                  : 1.509995
[  286.908227]   .se->sum_exec_runtime          : 1.509995
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 90
[  286.908227]   .se->avg.util_avg              : 68
[  286.908227] 
               cfs_rq[1]:/system.slice/sys-kernel-debug.mount
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 0.431594
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8416.079453
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 14509.798055
[  286.908227]   .se->vruntime                  : 1.480170
[  286.908227]   .se->sum_exec_runtime          : 1.480170
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 87
[  286.908227]   .se->avg.util_avg              : 102
[  286.908227] 
               cfs_rq[1]:/system.slice
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 3034.197561
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -5382.313486
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 99
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 88
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 99
[  286.908227]   .tg_load_avg                   : 99
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 287000.377038
[  286.908227]   .se->vruntime                  : 14341.191329
[  286.908227]   .se->sum_exec_runtime          : 1793.678738
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 87
[  286.908227]   .se->avg.util_avg              : 87
[  286.908227] 
               cfs_rq[1]:/autogroup-2
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 67.053469
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : -8349.457578
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 0
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 0
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227]   .se->exec_start                : 14497.076482
[  286.908227]   .se->vruntime                  : 2837.244451
[  286.908227]   .se->sum_exec_runtime          : 15.659550
[  286.908227]   .se->load.weight               : 2
[  286.908227]   .se->avg.load_avg              : 69
[  286.908227]   .se->avg.util_avg              : 82
[  286.908227] 
               cfs_rq[1]:/
[  286.908227]   .exec_clock                    : 0.000000
[  286.908227]   .MIN_vruntime                  : 0.000001
[  286.908227]   .min_vruntime                  : 14341.191329
[  286.908227]   .max_vruntime                  : 0.000001
[  286.908227]   .spread                        : 0.000000
[  286.908227]   .spread0                       : 5924.680282
[  286.908227]   .nr_spread_over                : 0
[  286.908227]   .nr_running                    : 0
[  286.908227]   .load                          : 0
[  286.908227]   .load_avg                      : 88
[  286.908227]   .runnable_load_avg             : 0
[  286.908227]   .util_avg                      : 88
[  286.908227]   .removed_load_avg              : 0
[  286.908227]   .removed_util_avg              : 0
[  286.908227]   .tg_load_avg_contrib           : 0
[  286.908227]   .tg_load_avg                   : 0
[  286.908227]   .throttled                     : 0
[  286.908227]   .throttle_count                : 0
[  286.908227] 
               rt_rq[1]:
[  286.908227]   .rt_nr_running                 : 0
[  286.908227]   .rt_throttled                  : 0
[  286.908227]   .rt_time                       : 0.000000
[  286.908227]   .rt_runtime                    : 950.000000
[  286.908227] 
               dl_rq[1]:
[  286.908227]   .dl_nr_running                 : 0
[  286.908227]   .dl_bw->bw                     : 996147
[  286.908227]   .dl_bw->total_bw               : 0
[  286.908227] 
               runnable tasks:
                           task   PID         tree-key  switches  prio     wait-time             sum-exec        sum-sleep
               ----------------------------------------------------------------------------------------------------------
[  286.908227]  
[  286.908227]         systemd     1       492.332864      2966   120 
[  286.908227]         0.000000      2452.507406         0.000000
[  286.908227]  0 0
[  286.908227]  /init.scope

[  286.908227]  
[  286.908227]  kworker/u480:0     6     14144.906741      1164   120 
[  286.908227]         0.000000        49.215143         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]       rcu_sched     7     14319.127187      6668   120 
[  286.908227]         0.000000       159.387608         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]         cpuhp/1    13      4278.897920         6   120 
[  286.908227]         0.000000         0.135201         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]      watchdog/1    14        -2.996077        73     0 
[  286.908227]         0.000000         1.024613         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     migration/1    15        12.451418       302     0 
[  286.908227]         0.000000        82.497912         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     ksoftirqd/1    16     14051.165141       272   120 
[  286.908227]         0.000000        32.510771         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     kworker/1:0    17      5197.594360        65   120 
[  286.908227]         0.000000         0.206088         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:0H    18      2521.377825        10   100 
[  286.908227]         0.000000         0.117917         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]           netns    20         6.968803         2   100 
[  286.908227]         0.000000         0.008386         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]      khungtaskd    21      7200.664151         4   120 
[  286.908227]         0.000000         0.334788         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]      oom_reaper    22        15.006021         2   120 
[  286.908227]         0.000000         0.000000         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]       writeback    23        15.006021         2   100 
[  286.908227]         0.000000         0.000000         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]      kcompactd0    24        15.006021         2   120 
[  286.908227]         0.000000         0.000000         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]            ksmd    25        15.006021         2   125 
[  286.908227]         0.000000         0.000000         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]      khugepaged    26     14145.488850        31   139 
[  286.908227]         0.000000         2.687182         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          crypto    27        14.032470         2   100 
[  286.908227]         0.000000         0.026451         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     kintegrityd    28        20.032467         2   100 
[  286.908227]         0.000000         0.000000         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    29        20.032467         2   100 
[  286.908227]         0.000000         0.000000         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]         kblockd    30        18.051987         2   100 
[  286.908227]         0.000000         0.019518         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]         ata_sff    32        26.075516         2   100 
[  286.908227]         0.000000         0.000000         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]              md    33        26.088792         2   100 
[  286.908227]         0.000000         0.013276         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]      devfreq_wq    34        30.121576         2   100 
[  286.908227]         0.000000         0.032785         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]       watchdogd    35        34.121575         2   100 
[  286.908227]         0.000000         0.000000         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]  kworker/u480:1    36      1614.579011       168   120 
[  286.908227]         0.000000        17.378577         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]         kswapd0    38       302.058208         3   120 
[  286.908227]         0.000000         0.014396         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          vmstat    39        46.269248         2   100 
[  286.908227]         0.000000         0.078851         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227] ecryptfs-kthrea    40        50.277632         2   120 
[  286.908227]         0.000000         0.008385         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]        kthrotld    79       207.885962         2   100 
[  286.908227]         0.000000         0.006725         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227] acpi_thermal_pm    80       211.892234         2   100 
[  286.908227]         0.000000         0.006273         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    81       215.897783         2   100 
[  286.908227]         0.000000         0.005550         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    82       219.903375         2   100 
[  286.908227]         0.000000         0.005593         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    83       223.908592         2   100 
[  286.908227]         0.000000         0.005218         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    84       227.913859         2   100 
[  286.908227]         0.000000         0.005268         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    85       231.919124         2   100 
[  286.908227]         0.000000         0.005266         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    86       235.924424         2   100 
[  286.908227]         0.000000         0.005301         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    87       239.929726         2   100 
[  286.908227]         0.000000         0.005303         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    88       243.935061         2   100 
[  286.908227]         0.000000         0.005336         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    89       247.940694         2   100 
[  286.908227]         0.000000         0.005634         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    90       251.946130         2   100 
[  286.908227]         0.000000         0.005437         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    91       255.951413         2   100 
[  286.908227]         0.000000         0.005284         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    92       259.956573         2   100 
[  286.908227]         0.000000         0.005161         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    93       263.962137         2   100 
[  286.908227]         0.000000         0.005565         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    94       267.967392         2   100 
[  286.908227]         0.000000         0.005256         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    95       271.972764         2   100 
[  286.908227]         0.000000         0.005373         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    96       275.978899         2   100 
[  286.908227]         0.000000         0.006314         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    97       279.986713         2   100 
[  286.908227]         0.000000         0.008219         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    98       283.994586         2   100 
[  286.908227]         0.000000         0.008094         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset    99       288.001762         2   100 
[  286.908227]         0.000000         0.007461         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset   100       292.008097         2   100 
[  286.908227]         0.000000         0.006336         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset   101       296.031212         2   100 
[  286.908227]         0.000000         0.023331         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset   102       300.038500         2   100 
[  286.908227]         0.000000         0.007537         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset   103       304.045679         2   100 
[  286.908227]         0.000000         0.007402         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]          bioset   104       308.052775         2   100 
[  286.908227]         0.000000         0.007301         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     kworker/1:1   106      5197.592987       165   120 
[  286.908227]         0.000000        10.151173         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]      scsi_tmf_0   210      1449.672849         2   100 
[  286.908227]         0.000000         0.011579         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]  kworker/u480:2   248     14051.753246       102   120 
[  286.908227]         0.000000         3.921185         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]  kworker/u480:3   249     14082.420665      2695   120 
[  286.908227]         0.000000       105.210828         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]         raid5wq   322      2402.420046         2   100 
[  286.908227]         0.000000         0.053982         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:1H   355     14071.541746        83   100 
[  286.908227]         0.000000         2.610657         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227] ext4-rsv-conver   376      2628.509813         2   100 
[  286.908227]         0.000000         0.021907         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     kworker/1:2   426      5197.593048        20   120 
[  286.908227]         0.000000         0.343893         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227] systemd-journal   428       341.088839      2992   120 
[  286.908227]         0.000000       718.844386         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/systemd-journald.service

[  286.908227]  
[  286.908227]        iscsi_eh   430      2854.000445         2   100 
[  286.908227]         0.000000         0.005847         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]         kauditd   431      2860.010776         2   120 
[  286.908227]         0.000000         0.010334         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     kworker/1:3   436      5197.593521        19   120 
[  286.908227]         0.000000         0.341078         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     kworker/1:4   438      5197.592580        13   120 
[  286.908227]         0.000000         0.101683         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     kworker/1:5   442      5197.592594        13   120 
[  286.908227]         0.000000         0.125716         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     kworker/1:6   443      5197.593027        13   120 
[  286.908227]         0.000000         0.359780         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     kworker/1:7   444      5197.592795        16   120 
[  286.908227]         0.000000         0.293120         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     kworker/1:8   445      5197.592506        17   120 
[  286.908227]         0.000000         0.478439         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]         lvmetad   446         0.361271         7   120 
[  286.908227]         0.000000         1.747291         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/lvm2-lvmetad.service

[  286.908227]  
[  286.908227]     kworker/1:9   447      5197.592531        14   120 
[  286.908227]         0.000000         0.213812         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:10   448      5197.592962        13   120 
[  286.908227]         0.000000         0.102925         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:11   449      5197.593805        14   120 
[  286.908227]         0.000000         0.125977         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:12   450      5197.593590        13   120 
[  286.908227]         0.000000         0.052440         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:13   451      5197.593726        13   120 
[  286.908227]         0.000000         0.066409         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:14   452      5197.592743        19   120 
[  286.908227]         0.000000         0.243303         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:15   453      5197.593193        13   120 
[  286.908227]         0.000000         0.074112         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:16   454      5197.593220        32   120 
[  286.908227]         0.000000         2.885337         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:17   455      5197.592625        48   120 
[  286.908227]         0.000000         0.140819         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:18   456      5197.593431        11   120 
[  286.908227]         0.000000         0.024966         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:19   457      5197.593586        11   120 
[  286.908227]         0.000000         0.029480         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:20   458      5197.591971        11   120 
[  286.908227]         0.000000         0.024505         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:21   459      5197.592146        11   120 
[  286.908227]         0.000000         0.023848         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:22   460      5197.592509        11   120 
[  286.908227]         0.000000         0.023261         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:23   461      5197.592183        11   120 
[  286.908227]         0.000000         0.026204         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:24   462      5197.592889        11   120 
[  286.908227]         0.000000         0.027076         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:25   463      5197.597731        11   120 
[  286.908227]         0.000000         0.036144         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:26   464      5197.595797        11   120 
[  286.908227]         0.000000         0.028728         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:27   465      5197.595760        11   120 
[  286.908227]         0.000000         0.032391         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:28   466      5197.591911        11   120 
[  286.908227]         0.000000         0.024098         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:29   467      5197.592076        11   120 
[  286.908227]         0.000000         0.028116         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:30   468      5197.592592        11   120 
[  286.908227]         0.000000         0.023469         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:31   469      5197.592878        11   120 
[  286.908227]         0.000000         0.029476         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:32   470      5197.592562        11   120 
[  286.908227]         0.000000         0.065349         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:33   471      5197.592812        12   120 
[  286.908227]         0.000000         0.064324         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:34   473      5197.592566        11   120 
[  286.908227]         0.000000         0.034584         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:35   474      5197.592580        11   120 
[  286.908227]         0.000000         0.030428         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:36   475      5197.592568        11   120 
[  286.908227]         0.000000         0.021526         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:37   476      5197.592151        11   120 
[  286.908227]         0.000000         0.029521         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:38   477      5197.593023        11   120 
[  286.908227]         0.000000         0.020685         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:39   478      5197.592555        11   120 
[  286.908227]         0.000000         0.025538         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:40   479      5197.592940        11   120 
[  286.908227]         0.000000         0.021486         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:41   480      5197.592480        11   120 
[  286.908227]         0.000000         0.026240         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:42   481      5197.592941        11   120 
[  286.908227]         0.000000         0.021358         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:43   482      5197.592572        11   120 
[  286.908227]         0.000000         0.026269         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:44   483      5197.592880        13   120 
[  286.908227]         0.000000         0.043870         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:45   484      5608.139724        29   120 
[  286.908227]         0.000000         0.845654         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:46   485      5608.233296        16   120 
[  286.908227]         0.000000         0.080548         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:47   486      5608.385545        13   120 
[  286.908227]         0.000000         0.217405         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:48   487      5608.346392        14   120 
[  286.908227]         0.000000         0.230661         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:49   488      5608.216269        13   120 
[  286.908227]         0.000000         0.053858         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:50   489      5608.215568        13   120 
[  286.908227]         0.000000         0.038673         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:51   490      5608.215897        13   120 
[  286.908227]         0.000000         0.030710         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:52   491      5608.215352        13   120 
[  286.908227]         0.000000         0.029796         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:53   492      5608.215204        13   120 
[  286.908227]         0.000000         0.029110         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:54   493      5608.215514        13   120 
[  286.908227]         0.000000         0.048779         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:55   494      5608.215807        13   120 
[  286.908227]         0.000000         0.032594         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:56   495      5608.215353        13   120 
[  286.908227]         0.000000         0.031653         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:57   496      5608.215581        14   120 
[  286.908227]         0.000000         0.046627         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:58   497      5608.214880        13   120 
[  286.908227]         0.000000         0.045353         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:59   498      5608.217027        13   120 
[  286.908227]         0.000000         0.050781         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:60   499      5608.223178        13   120 
[  286.908227]         0.000000         0.034254         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:61   500      5608.218967        14   120 
[  286.908227]         0.000000         0.041006         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:62   501      6216.899890        14   120 
[  286.908227]         0.000000         0.045729         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:63   502     14311.168091       286   120 
[  286.908227]         0.000000        14.808336         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:64   503      6249.711086        50   120 
[  286.908227]         0.000000         2.665024         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:65   504      6221.651610        18   120 
[  286.908227]         0.000000         0.155204         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:66   505      6216.933750        15   120 
[  286.908227]         0.000000         0.086471         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:67   506      6216.880792        15   120 
[  286.908227]         0.000000         0.032434         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:68   507      6216.881349        15   120 
[  286.908227]         0.000000         0.068934         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:69   508      6216.881157        15   120 
[  286.908227]         0.000000         0.042054         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:70   509      6216.933891        15   120 
[  286.908227]         0.000000         0.089988         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:71   510      6216.880888        15   120 
[  286.908227]         0.000000         0.042755         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:72   511      6216.881216        15   120 
[  286.908227]         0.000000         0.035930         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:73   512      6216.882155        15   120 
[  286.908227]         0.000000         0.037978         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:74   513      6216.881387        15   120 
[  286.908227]         0.000000         0.159192         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:75   514      6216.880868        15   120 
[  286.908227]         0.000000         0.040118         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:76   515      6216.880872        15   120 
[  286.908227]         0.000000         0.033925         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:77   516      6216.882156        15   120 
[  286.908227]         0.000000         0.034762         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:78   517      6216.882091        15   120 
[  286.908227]         0.000000         0.037469         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:79   518      6216.881023        15   120 
[  286.908227]         0.000000         0.034894         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:80   519      6216.881029        15   120 
[  286.908227]         0.000000         0.074951         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:81   520      6216.880859        15   120 
[  286.908227]         0.000000         0.073268         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:82   521      6216.881131        18   120 
[  286.908227]         0.000000         0.072871         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:83   522      6217.384292        48   120 
[  286.908227]         0.000000         2.017445         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:84   523      6217.004255        22   120 
[  286.908227]         0.000000         0.266848         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:85   524      6216.946929        17   120 
[  286.908227]         0.000000         0.159254         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:86   525      6216.882025        17   120 
[  286.908227]         0.000000         0.129483         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:87   526      6216.881107        17   120 
[  286.908227]         0.000000         0.051302         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:88   527      6216.881477        17   120 
[  286.908227]         0.000000         0.121853         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:89   528      6216.881908        17   120 
[  286.908227]         0.000000         0.043320         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:90   529      6216.881896        18   120 
[  286.908227]         0.000000         0.050919         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:91   530      6216.880926        84   120 
[  286.908227]         0.000000         4.627635         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:92   531      6216.881187        95   120 
[  286.908227]         0.000000         4.774745         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:93   532      5197.591615        11   120 
[  286.908227]         0.000000         0.077628         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:94   533      5197.592053        11   120 
[  286.908227]         0.000000         0.080717         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:95   534      5197.591852        11   120 
[  286.908227]         0.000000         0.022569         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:96   535      5197.591996        11   120 
[  286.908227]         0.000000         0.023583         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:97   536      5197.593158        11   120 
[  286.908227]         0.000000         0.066027         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:98   537      5197.599400        11   120 
[  286.908227]         0.000000         0.030906         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]    kworker/1:99   538      5197.597494        11   120 
[  286.908227]         0.000000         0.030326         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:100   539      5197.591844        11   120 
[  286.908227]         0.000000         0.025047         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:101   540      5197.592027        11   120 
[  286.908227]         0.000000         0.025915         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:102   541      5197.592300        11   120 
[  286.908227]         0.000000         0.023050         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:103   542      5197.591985        11   120 
[  286.908227]         0.000000         0.064905         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:104   543      5197.591934        11   120 
[  286.908227]         0.000000         0.023982         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:105   544      5197.592047        11   120 
[  286.908227]         0.000000         0.047776         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:106   545      5197.591500        14   120 
[  286.908227]         0.000000         0.055718         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:107   546      5197.592841        11   120 
[  286.908227]         0.000000         0.054556         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:108   547      5197.592443        11   120 
[  286.908227]         0.000000         0.127656         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:109   548      5197.592142        11   120 
[  286.908227]         0.000000         0.035620         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:110   631      5197.592053        11   120 
[  286.908227]         0.000000         0.028269         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:111   633      5197.591689        10   120 
[  286.908227]         0.000000         0.019655         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:112   634      5197.591975        10   120 
[  286.908227]         0.000000         0.019467         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:113   635      5197.591446        10   120 
[  286.908227]         0.000000         0.017485         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:114   636      5197.592067        10   120 
[  286.908227]         0.000000         0.029967         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:115   637      5197.611655        10   120 
[  286.908227]         0.000000         0.064660         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:116   638      5197.592701        10   120 
[  286.908227]         0.000000         0.030625         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:117   641      5197.593328        10   120 
[  286.908227]         0.000000         0.039985         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:118   643      5197.593276        10   120 
[  286.908227]         0.000000         0.042598         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:119   645      5197.592909        10   120 
[  286.908227]         0.000000         0.045934         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:120   646      5197.592306        10   120 
[  286.908227]         0.000000         0.038489         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:121   647      5197.592860        10   120 
[  286.908227]         0.000000         0.038542         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:122   648      5197.592030        10   120 
[  286.908227]         0.000000         0.035950         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:123   649      5197.592133        10   120 
[  286.908227]         0.000000         0.035888         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:124   650      5197.592700        10   120 
[  286.908227]         0.000000         0.034945         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:125   651      5197.592237        10   120 
[  286.908227]         0.000000         0.036864         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:126   652      5197.593089        10   120 
[  286.908227]         0.000000         0.042446         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:127   653      5197.592994        11   120 
[  286.908227]         0.000000         0.032917         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:128   654      5197.592917        11   120 
[  286.908227]         0.000000         0.025266         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:129   655      5197.592705        11   120 
[  286.908227]         0.000000         0.026136         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:130   656      5197.592302        11   120 
[  286.908227]         0.000000         0.023658         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:131   657      5197.592085        11   120 
[  286.908227]         0.000000         0.067413         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:132   658      5197.592660        11   120 
[  286.908227]         0.000000         0.025336         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:133   659      5197.592554        11   120 
[  286.908227]         0.000000         0.026330         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:134   660      5197.596194        11   120 
[  286.908227]         0.000000         0.024738         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:135   661      5197.607912        11   120 
[  286.908227]         0.000000         0.039720         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:136   662      5197.586571        11   120 
[  286.908227]         0.000000         0.018621         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:137   663      5197.586571        11   120 
[  286.908227]         0.000000         0.018250         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:138   664      5197.586571        11   120 
[  286.908227]         0.000000         0.021988         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:139   665      5197.586571        11   120 
[  286.908227]         0.000000         0.020219         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:140   666      5197.586571        11   120 
[  286.908227]         0.000000         0.017784         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:141   667      5197.586571        11   120 
[  286.908227]         0.000000         0.023056         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:142   668      5197.586571        11   120 
[  286.908227]         0.000000         0.017967         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:143   669      5197.586571        11   120 
[  286.908227]         0.000000         0.019168         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:144   670      5197.586571        11   120 
[  286.908227]         0.000000         0.018608         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:145   671      5197.586571        11   120 
[  286.908227]         0.000000         0.018803         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:146   672      5197.586571        11   120 
[  286.908227]         0.000000         0.018536         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:147   673      5197.586571        11   120 
[  286.908227]         0.000000         0.018868         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:148   674      5197.586571        12   120 
[  286.908227]         0.000000         0.086253         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:149   675      5197.586571        11   120 
[  286.908227]         0.000000         0.020185         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:150   676      5197.586571        11   120 
[  286.908227]         0.000000         0.023760         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:151   677      5197.586571        11   120 
[  286.908227]         0.000000         0.024505         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:152   678      5197.586571        11   120 
[  286.908227]         0.000000         0.034610         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:153   679      5197.586571        11   120 
[  286.908227]         0.000000         0.025555         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:154   680      5197.586571        11   120 
[  286.908227]         0.000000         0.017575         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:155   681      5197.586571        11   120 
[  286.908227]         0.000000         0.024580         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:156   682      5197.586571        11   120 
[  286.908227]         0.000000         0.022839         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:157   683      5197.586571        11   120 
[  286.908227]         0.000000         0.035579         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:158   684      5197.586571        11   120 
[  286.908227]         0.000000         0.019900         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:159   685      5197.586571        11   120 
[  286.908227]         0.000000         0.096624         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:160   687      5197.586571        11   120 
[  286.908227]         0.000000         0.095013         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:161   688      5197.586571        11   120 
[  286.908227]         0.000000         0.039198         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:162   690      5197.586571        11   120 
[  286.908227]         0.000000         0.080178         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:163   692      5197.586571        11   120 
[  286.908227]         0.000000         0.022006         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:164   695      5197.586571        11   120 
[  286.908227]         0.000000         0.054798         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:165   697      5197.586571        12   120 
[  286.908227]         0.000000         0.038056         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:166   698      5197.586571        11   120 
[  286.908227]         0.000000         0.020402         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:167   701      5197.713870        11   120 
[  286.908227]         0.000000         0.162616         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:168   703      5197.593217        11   120 
[  286.908227]         0.000000         0.029418         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:169   704      5197.775416        11   120 
[  286.908227]         0.000000         0.225391         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:170   706      5197.592057        11   120 
[  286.908227]         0.000000         0.024536         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:171   707      5197.592276        11   120 
[  286.908227]         0.000000         0.035401         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:172   708      5197.592811        11   120 
[  286.908227]         0.000000         0.030896         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:173   709      5197.594038        11   120 
[  286.908227]         0.000000         0.032043         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:174   712      5197.596011        11   120 
[  286.908227]         0.000000         0.049201         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:175   714      5197.596037        11   120 
[  286.908227]         0.000000         0.050407         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:176   716      5197.592588        11   120 
[  286.908227]         0.000000         0.039884         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:177   718      5197.592474        11   120 
[  286.908227]         0.000000         0.039361         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:178   720      5197.593934        11   120 
[  286.908227]         0.000000         0.044066         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:179   722      5197.592570        11   120 
[  286.908227]         0.000000         0.048628         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:180   725      5197.593170        12   120 
[  286.908227]         0.000000         0.090010         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:181   727      5197.602608        13   120 
[  286.908227]         0.000000         0.061758         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:182   778      5197.593442        11   120 
[  286.908227]         0.000000         0.053488         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:183   779      5197.592292        11   120 
[  286.908227]         0.000000         0.050032         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:184   780      5197.592615        12   120 
[  286.908227]         0.000000         0.047452         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:185   781      5197.592441        11   120 
[  286.908227]         0.000000         0.038679         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:186   782      5197.592604        11   120 
[  286.908227]         0.000000         0.045416         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:187   783      5197.592643        11   120 
[  286.908227]         0.000000         0.036835         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:188   784      5197.594033        11   120 
[  286.908227]         0.000000         0.041727         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:189   785      5197.864745        12   120 
[  286.908227]         0.000000         0.316460         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:190   786      5197.592180        11   120 
[  286.908227]         0.000000         0.050285         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:191   787      5197.592408        11   120 
[  286.908227]         0.000000         0.042182         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:192   788      5197.592976        11   120 
[  286.908227]         0.000000         0.041357         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:193   789      5197.592190        11   120 
[  286.908227]         0.000000         0.041885         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:194   790      5197.592858        11   120 
[  286.908227]         0.000000         0.039644         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:195   791      5197.592602        11   120 
[  286.908227]         0.000000         0.042834         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:196   792      5197.592772        11   120 
[  286.908227]         0.000000         0.041432         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:197   793      5197.592349        11   120 
[  286.908227]         0.000000         0.040833         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:198   794      5197.592795        11   120 
[  286.908227]         0.000000         0.038153         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:199   795      5197.592483        12   120 
[  286.908227]         0.000000         0.077983         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:200   796      5197.930798        20   120 
[  286.908227]         0.000000         0.633896         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:201   797      5197.893865        34   120 
[  286.908227]         0.000000         0.901457         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:202   798      5197.596057        13   120 
[  286.908227]         0.000000         0.056431         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:203   799      5197.785726        13   120 
[  286.908227]         0.000000         0.263584         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:204   800      5197.595171        13   120 
[  286.908227]         0.000000         0.055979         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:205   801      5197.593516        14   120 
[  286.908227]         0.000000         0.081032         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:206   802      5197.842344        13   120 
[  286.908227]         0.000000         0.286786         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:207   803      5197.595036        13   120 
[  286.908227]         0.000000         0.081927         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:208   804      5197.592496        13   120 
[  286.908227]         0.000000         0.030310         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:209   805      5198.473116        13   120 
[  286.908227]         0.000000         0.924388         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:210   806      5197.596485        13   120 
[  286.908227]         0.000000         0.060481         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:211   807      5197.593023        13   120 
[  286.908227]         0.000000         0.111649         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:212   808      5197.593262        13   120 
[  286.908227]         0.000000         0.074375         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:213   809      5197.593017        13   120 
[  286.908227]         0.000000         0.046609         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:214   810      5197.593293        13   120 
[  286.908227]         0.000000         0.049858         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:215   811      5197.592335        13   120 
[  286.908227]         0.000000         0.043383         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:216   812      5197.592711        13   120 
[  286.908227]         0.000000         0.102442         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:217   813      5197.592992        13   120 
[  286.908227]         0.000000         0.068766         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:218   814      5197.592864        13   120 
[  286.908227]         0.000000         0.068188         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:219   815      5197.593195        13   120 
[  286.908227]         0.000000         0.049081         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:220   816      5197.593767        13   120 
[  286.908227]         0.000000         0.087095         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:221   817      5197.592987        14   120 
[  286.908227]         0.000000         0.088741         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:222   818      5197.703844        13   120 
[  286.908227]         0.000000         0.220730         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:223   819      5197.794965        13   120 
[  286.908227]         0.000000         0.494792         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:224   820      5197.786151        13   120 
[  286.908227]         0.000000         0.324222         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:225   821      5197.772219        13   120 
[  286.908227]         0.000000         0.294269         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:226   822      5197.593297        13   120 
[  286.908227]         0.000000         0.089888         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:227   823      5197.592723        13   120 
[  286.908227]         0.000000         0.110322         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:228   824      5197.591787        13   120 
[  286.908227]         0.000000         0.193888         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:229   825      5197.592206        13   120 
[  286.908227]         0.000000         0.114886         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:230   826      5197.592478        13   120 
[  286.908227]         0.000000         0.257148         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:231   827      5197.592042        13   120 
[  286.908227]         0.000000         0.136993         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:232   828      5197.592394        13   120 
[  286.908227]         0.000000         0.253112         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:233   829      5197.591767        13   120 
[  286.908227]         0.000000         0.104364         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:234   830      5197.593111        13   120 
[  286.908227]         0.000000         0.073688         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:235   831      5609.645928       288   120 
[  286.908227]         0.000000        35.109921         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:236   832      5197.593733        33   120 
[  286.908227]         0.000000         0.698110         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:237   833      5197.593060        17   120 
[  286.908227]         0.000000         0.143307         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:238   834      5197.592559        15   120 
[  286.908227]         0.000000         0.044477         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:239   835      5197.592427        15   120 
[  286.908227]         0.000000         0.043207         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:240   836      5197.592564        15   120 
[  286.908227]         0.000000         0.030326         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:241   837      5197.592173        15   120 
[  286.908227]         0.000000         0.031884         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:242   838      5197.592300        15   120 
[  286.908227]         0.000000         0.027714         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:243   839      5197.592251        15   120 
[  286.908227]         0.000000         0.036887         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:244   840      5197.593459        15   120 
[  286.908227]         0.000000         0.034407         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:245   841      5197.592261        16   120 
[  286.908227]         0.000000         0.072185         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:246   842      5197.592079        15   120 
[  286.908227]         0.000000         0.259479         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:247   843      5197.591428        15   120 
[  286.908227]         0.000000         0.173109         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:248   844      5197.592014        15   120 
[  286.908227]         0.000000         0.149321         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:249   845      5197.592357        15   120 
[  286.908227]         0.000000         0.400517         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:250   846      5197.592337        15   120 
[  286.908227]         0.000000         0.251501         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:251   847      5197.592688        15   120 
[  286.908227]         0.000000         0.390754         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:252   848      5197.592441        15   120 
[  286.908227]         0.000000         0.233057         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:253   849      5197.592165        16   120 
[  286.908227]         0.000000         0.091166         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:254   850      5197.592846        16   120 
[  286.908227]         0.000000         0.289412         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:255   851      5197.592600        28   120 
[  286.908227]         0.000000         0.385080         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:256   852      5197.592640        47   120 
[  286.908227]         0.000000         2.546738         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]  kworker/u481:0   857      3647.510535         2   100 
[  286.908227]         0.000000         0.015027         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]      ib-comp-wq   859      3654.369255         2   100 
[  286.908227]         0.000000         0.000000         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]        ib_mcast   864      3663.125748         2   100 
[  286.908227]         0.000000         0.007648         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]     ib_nl_sa_wq   866      3663.127581         2   100 
[  286.908227]         0.000000         0.011918         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]      hv_balloon   976     14306.933239       259   120 
[  286.908227]         0.000000        12.103273         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227]   kworker/1:257  1009      5197.590471       232   120 
[  286.908227]         0.000000         0.401638         0.000000
[  286.908227]  0 0
[  286.908227]  /

[  286.908227]  
[  286.908227] systemd-timesyn  1298        24.630395       322   120 
[  286.908227]         0.000000        39.704077         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/systemd-timesyncd.service

[  286.908227]  
[  286.908227]      sd-resolve  1351        16.500761       151   120 
[  286.908227]         0.000000         4.332152         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/systemd-timesyncd.service

[  286.908227]  
[  286.908227]           acpid  1371         1.277530        82   120 
[  286.908227]         0.000000         4.058967         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/acpid.service

[  286.908227]  
[  286.908227]            cron  1382         8.013217        25   120 
[  286.908227]         0.000000        10.654010         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/cron.service

[  286.908227]  
[  286.908227]           lxcfs  1389         2.183961        30   120 
[  286.908227]         0.000000         4.433703         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/lxcfs.service

[  286.908227]  
[  286.908227]           lxcfs  1429         5.543683         1   120 
[  286.908227]         0.000000         0.245293         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/lxcfs.service

[  286.908227]  
[  286.908227]           gmain  1420        20.592485      3074   120 
[  286.908227]         0.000000        37.376249         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/accounts-daemon.service

[  286.908227]  
[  286.908227]     in:imuxsock  1412        14.290222       429   120 
[  286.908227]         0.000000        23.812426         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/rsyslog.service

[  286.908227]  
[  286.908227]       in:imklog  1413        53.481634      2166   120 
[  286.908227]         0.000000        76.333745         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/rsyslog.service

[  286.908227]  
[  286.908227]   rs:main Q:Reg  1415        59.312495      3486   120 
[  286.908227]         0.000000       130.974211         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/rsyslog.service

[  286.908227]  
[  286.908227]     dbus-daemon  1395        61.899280      1305   120 
[  286.908227]         0.000000       130.307328         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/dbus.service

[  286.908227]  
[  286.908227]           snapd  1441        13.446490       177   120 
[  286.908227]         0.000000        18.772237         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/snapd.service

[  286.908227]  
[  286.908227]           snapd  1472         9.498833         9   120 
[  286.908227]         0.000000         0.065178         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/snapd.service

[  286.908227]  
[  286.908227]           snapd  1473         9.748954         4   120 
[  286.908227]         0.000000         0.009399         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/snapd.service

[  286.908227]  
[  286.908227]           snapd  1475        19.459527         2   120 
[  286.908227]         0.000000         0.014520         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/snapd.service

[  286.908227]  
[  286.908227]        dhclient  1522       245.263710         2   120 
[  286.908227]         0.000000         0.431837         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/ifup@eth0.service

[  286.908227]  
[  286.908227]          iscsid  1644         5.328710       267   120 
[  286.908227]         0.000000         7.754353         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/iscsid.service

[  286.908227]  
[  286.908227]          iscsid  1649         5.844615      1071   110 
[  286.908227]         0.000000        40.888621         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/iscsid.service

[  286.908227]  
[  286.908227]      irqbalance  1751        57.244470        33   120 
[  286.908227]         0.000000        25.776172         0.000000
[  286.908227]  0 0
[  286.908227]  /system.slice/irqbalance.service

[  286.908227]  
[  286.908227]           login  1760         0.460323        82   120 
[  286.908227]         0.000000        23.249659         0.000000
[  286.908227]  0 0
[  286.908227]  /user.slice

[  286.908227]  
[  286.908227]            sshd  1981      7380.626688       310   120 
[  286.908227]         0.000000        32.608950         0.000000
[  286.908227]  0 0
[  286.908227]  /user.slice

[  286.908227]  
[  286.908227]            bash  1982       542.010223        93   120 
[  286.908227]         0.000000        83.381736         0.000000
[  286.908227]  0 0
[  286.908227]  /user.slice

[  286.908227]  
[  286.908227]            sshd  2039      7368.153214       146   120 
[  286.908227]         0.000000        14.500318         0.000000
[  286.908227]  0 0
[  286.908227]  /user.slice

[  286.908227]  
[  286.908227]            bash  2040       592.931070        54   120 
[  286.908227]         0.000000        71.304789         0.000000
[  286.908227]  0 0
[  286.908227]  /user.slice

[  286.908227]  
[  286.908227]            sudo  2059       559.688321        29   120 
[  286.908227]         0.000000        24.000815         0.000000
[  286.908227]  0 0
[  286.908227]  /user.slice

[  286.908227]  
[  286.908227]            sudo  2071       616.369864        16   120 
[  286.908227]         0.000000        18.869502         0.000000
[  286.908227]  0 0
[  286.908227]  /user.slice


[  287.723077] Showing busy workqueues and worker pools:
[  287.723812] workqueue events: flags=0x0
[  287.724425]   pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=2/256
[  287.725102]     pending: hvfb_update_work [hyperv_fb], vmstat_shepherd
[  287.725877] workqueue events_freezable_power_: flags=0x86
[  287.726541]   pwq 480: cpus=0-239 flags=0x4 nice=0 active=1/256
[  287.727211]     in-flight: 6:disk_events_workfn
[  287.727905] workqueue netns: flags=0x6000a
[  287.728353]   pwq 480: cpus=0-239 flags=0x4 nice=0 active=1/1
[  287.728936]     in-flight:
[  287.728946]  249:cleanup_net
[  287.728956]     delayed:
[  287.728961]  cleanup_net
[  287.730475] pool 480:
[  287.730482]  cpus=0-239
[  287.730490]  flags=0x4 nice=0
[  287.731151]  hung=0s workers=4
[  287.731158]  idle: 248 36

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-11 13:11     ` Rolf Neugebauer
@ 2016-11-12  0:23       ` Paul E. McKenney
  2016-11-12  0:55         ` Cong Wang
  0 siblings, 1 reply; 22+ messages in thread
From: Paul E. McKenney @ 2016-11-12  0:23 UTC (permalink / raw)
  To: Rolf Neugebauer
  Cc: Cong Wang, LKML, Linux Kernel Network Developers, Justin Cormack,
	Ian Campbell

On Fri, Nov 11, 2016 at 01:11:01PM +0000, Rolf Neugebauer wrote:
> On Thu, Nov 10, 2016 at 9:24 PM, Paul E. McKenney
> <paulmck@linux.vnet.ibm.com> wrote:
> > On Thu, Nov 10, 2016 at 09:37:47AM -0800, Cong Wang wrote:
> >> (Cc'ing Paul)
> >>
> >> On Wed, Nov 9, 2016 at 7:42 AM, Rolf Neugebauer
> >> <rolf.neugebauer@docker.com> wrote:
> >> > Hi
> >> >
> >> > We noticed some long delays starting docker containers on some newer
> >> > kernels (starting with 4.5.x and still present in 4.9-rc4, 4.4.x is
> >> > fine). We narrowed this down to the creation of a network namespace
> >> > being delayed directly after removing another one (details and
> >> > reproduction below). We have seen delays of up to 60s on some systems.
> >> >
> >> > - The delay is proportional to the number of CPUs (online or offline).
> >> > We first discovered it with a Hyper-V Linux VM. Hyper-V advertises up
> >> > to 240 offline vCPUs even if one configures the VM with only, say 2
> >> > vCPUs. We see linear increase in delay when we change NR_CPUS in the
> >> > kernel config.
> >> >
> >> > - The delay is also dependent on some tunnel network interfaces being
> >> > present (which we had compiled in in one of our kernel configs).
> >> >
> >> > - We can reproduce this issue with stock kernels from
> >> > http://kernel.ubuntu.com/~kernel-ppa/mainline/running in Hyper-V VMs
> >> > as well as other hypervisors like qemu and hyperkit where we have good
> >> > control over the number of CPUs.
> >> >
> >> > A simple test is:
> >> > modprobe ipip
> >> > moprobe  ip_gre
> >> > modprobe ip_vti
> >> > echo -n "add netns foo ===> "; /usr/bin/time -f "%E" ip netns add foo
> >> > echo -n "del netns foo ===> "; /usr/bin/time -f "%E" ip netns delete foo
> >> > echo -n "add netns bar ===> "; /usr/bin/time -f "%E" ip netns add bar
> >> > echo -n "del netns bar ===> "; /usr/bin/time -f "%E" ip netns delete bar
> >> >
> >> > with an output like:
> >> > add netns foo ===> 0:00.00
> >> > del netns foo ===> 0:00.01
> >> > add netns bar ===> 0:08.53
> >> > del netns bar ===> 0:00.01
> >> >
> >> > This is on a 4.9-rc4 kernel from the above URL configured with
> >> > NR_CPUS=256 running in a Hyper-V VM (kernel config attached).
> >> >
> >> > Below is a dump of the work queues while the second 'ip add netns' is
> >> > hanging. The state of the work queues does not seem to change while
> >> > the command is delayed and the pattern shown is consistent across
> >> > different kernel versions.
> >> >
> >> > Is this a known issue and/or is someone working on a fix?
> >>
> >> Not to me.
> >>
> >>
> >> >
> >> > [  610.356272] sysrq: SysRq : Show Blocked State
> >> > [  610.356742]   task                        PC stack   pid father
> >> > [  610.357252] kworker/u480:1  D    0  1994      2 0x00000000
> >> > [  610.357752] Workqueue: netns cleanup_net
> >> > [  610.358239]  ffff9892f1065800 0000000000000000 ffff9892ee1e1e00
> >> > ffff9892f8e59340
> >> > [  610.358705]  ffff9892f4526900 ffffbf0104b5ba88 ffffffffbe486df3
> >> > ffffbf0104b5ba60
> >> > [  610.359168]  00ffffffbdcbe663 ffff9892f8e59340 0000000100012e70
> >> > ffff9892ee1e1e00
> >> > [  610.359677] Call Trace:
> >> > [  610.360169]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
> >> > [  610.360723]  [<ffffffffbe4872d6>] schedule+0x36/0x80
> >> > [  610.361194]  [<ffffffffbe48a9ca>] schedule_timeout+0x22a/0x3f0
> >> > [  610.361789]  [<ffffffffbe486dfb>] ? __schedule+0x23b/0x6e0
> >> > [  610.362260]  [<ffffffffbe487d24>] wait_for_completion+0xb4/0x140
> >> > [  610.362736]  [<ffffffffbdcb05a0>] ? wake_up_q+0x80/0x80
> >> > [  610.363306]  [<ffffffffbdceb528>] __wait_rcu_gp+0xc8/0xf0
> >> > [  610.363782]  [<ffffffffbdceea5c>] synchronize_sched+0x5c/0x80
> >> > [  610.364137]  [<ffffffffbdcf0010>] ? call_rcu_bh+0x20/0x20
> >> > [  610.364742]  [<ffffffffbdceb440>] ?
> >> > trace_raw_output_rcu_utilization+0x60/0x60
> >> > [  610.365337]  [<ffffffffbe3696bc>] synchronize_net+0x1c/0x30
> >>
> >> This is a worker which holds the net_mutex and is waiting for
> >> a RCU grace period to elapse.

Ah!  This net_mutex is different than RTNL.  Should synchronize_net() be
modified to check for net_mutex being held in addition to the current
checks for RTNL being held?

							Thanx, Paul

> >> > [  610.365846]  [<ffffffffbe369803>] netif_napi_del+0x23/0x80
> >> > [  610.367494]  [<ffffffffc057f6f8>] ip_tunnel_dev_free+0x68/0xf0 [ip_tunnel]
> >> > [  610.368007]  [<ffffffffbe372c10>] netdev_run_todo+0x230/0x330
> >> > [  610.368454]  [<ffffffffbe37eb4e>] rtnl_unlock+0xe/0x10
> >> > [  610.369001]  [<ffffffffc057f4df>] ip_tunnel_delete_net+0xdf/0x120 [ip_tunnel]
> >> > [  610.369500]  [<ffffffffc058b92c>] ipip_exit_net+0x2c/0x30 [ipip]
> >> > [  610.369997]  [<ffffffffbe362688>] ops_exit_list.isra.4+0x38/0x60
> >> > [  610.370636]  [<ffffffffbe363674>] cleanup_net+0x1c4/0x2b0
> >> > [  610.371130]  [<ffffffffbdc9e4ac>] process_one_work+0x1fc/0x4b0
> >> > [  610.371812]  [<ffffffffbdc9e7ab>] worker_thread+0x4b/0x500
> >> > [  610.373074]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
> >> > [  610.373622]  [<ffffffffbdc9e760>] ? process_one_work+0x4b0/0x4b0
> >> > [  610.374100]  [<ffffffffbdca4b09>] kthread+0xd9/0xf0
> >> > [  610.374574]  [<ffffffffbdca4a30>] ? kthread_park+0x60/0x60
> >> > [  610.375198]  [<ffffffffbe48c2b5>] ret_from_fork+0x25/0x30
> >> > [  610.375678] ip              D    0  2149   2148 0x00000000
> >> > [  610.376185]  ffff9892f0a99000 0000000000000000 ffff9892f0a66900
> >> > [  610.376185]  ffff9892f8e59340
> >> > [  610.376185]  ffff9892f4526900 ffffbf0101173db8 ffffffffbe486df3
> >> > [  610.376753]  00000005fecffd76
> >> > [  610.376762]  00ff9892f11d9820 ffff9892f8e59340 ffff989200000000
> >> > ffff9892f0a66900
> >> > [  610.377274] Call Trace:
> >> > [  610.377789]  [<ffffffffbe486df3>] ? __schedule+0x233/0x6e0
> >> > [  610.378306]  [<ffffffffbe4872d6>] schedule+0x36/0x80
> >> > [  610.378992]  [<ffffffffbe48756e>] schedule_preempt_disabled+0xe/0x10
> >> > [  610.379514]  [<ffffffffbe489199>] __mutex_lock_slowpath+0xb9/0x130
> >> > [  610.380031]  [<ffffffffbde0fce2>] ? __kmalloc+0x162/0x1e0
> >> > [  610.380556]  [<ffffffffbe48922f>] mutex_lock+0x1f/0x30
> >> > [  610.381135]  [<ffffffffbe3637ff>] copy_net_ns+0x9f/0x170
> >> > [  610.381647]  [<ffffffffbdca5e6b>] create_new_namespaces+0x11b/0x200
> >> > [  610.382249]  [<ffffffffbdca60fa>] unshare_nsproxy_namespaces+0x5a/0xb0
> >> > [  610.382818]  [<ffffffffbdc82dcd>] SyS_unshare+0x1cd/0x360
> >> > [  610.383319]  [<ffffffffbe48c03b>] entry_SYSCALL_64_fastpath+0x1e/0xad
> >>
> >> This process is apparently waiting for the net_mutex held by the previous one.
> >>
> >> Either RCU implementation is broken or something else is missing.
> >> Do you have more stack traces of related processes? For example,
> >> rcu_tasks_kthread. And if anything you can help to narrow down the problem,
> >> it would be great.
> >
> > Did you set the rcu_normal boot parameter?  Doing so would have this effect.
> >
> > (It is intended for real-time users who don't like expedited grace periods.)
> 
> rcu_normal is not set on the kernel command line and
> /sys/kernel/rcu_normal and /sys/kernel/rcu_expedited  both show 0.
> 
> 
> >
> >                                                         Thanx, Paul
> >
> 

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-12  0:23       ` Paul E. McKenney
@ 2016-11-12  0:55         ` Cong Wang
  2016-11-14  6:47           ` Cong Wang
  2016-11-14 17:29           ` Hannes Frederic Sowa
  0 siblings, 2 replies; 22+ messages in thread
From: Cong Wang @ 2016-11-12  0:55 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: Rolf Neugebauer, LKML, Linux Kernel Network Developers,
	Justin Cormack, Ian Campbell

On Fri, Nov 11, 2016 at 4:23 PM, Paul E. McKenney
<paulmck@linux.vnet.ibm.com> wrote:
>
> Ah!  This net_mutex is different than RTNL.  Should synchronize_net() be
> modified to check for net_mutex being held in addition to the current
> checks for RTNL being held?
>

Good point!

Like commit be3fc413da9eb17cce0991f214ab0, checking
for net_mutex for this case seems to be an optimization, I assume
synchronize_rcu_expedited() and synchronize_rcu() have the same
behavior...

diff --git a/net/core/dev.c b/net/core/dev.c
index eaad4c2..3415b6b 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -7762,7 +7762,7 @@ EXPORT_SYMBOL(free_netdev);
 void synchronize_net(void)
 {
        might_sleep();
-       if (rtnl_is_locked())
+       if (rtnl_is_locked() || lockdep_is_held(&net_mutex))
                synchronize_rcu_expedited();
        else
                synchronize_rcu();

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-12  0:55         ` Cong Wang
@ 2016-11-14  6:47           ` Cong Wang
  2016-11-14 16:24             ` Paul E. McKenney
  2016-11-14 17:29           ` Hannes Frederic Sowa
  1 sibling, 1 reply; 22+ messages in thread
From: Cong Wang @ 2016-11-14  6:47 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: Rolf Neugebauer, LKML, Linux Kernel Network Developers,
	Justin Cormack, Ian Campbell

On Fri, Nov 11, 2016 at 4:55 PM, Cong Wang <xiyou.wangcong@gmail.com> wrote:
> On Fri, Nov 11, 2016 at 4:23 PM, Paul E. McKenney
> <paulmck@linux.vnet.ibm.com> wrote:
>>
>> Ah!  This net_mutex is different than RTNL.  Should synchronize_net() be
>> modified to check for net_mutex being held in addition to the current
>> checks for RTNL being held?
>>
>
> Good point!
>
> Like commit be3fc413da9eb17cce0991f214ab0, checking
> for net_mutex for this case seems to be an optimization, I assume
> synchronize_rcu_expedited() and synchronize_rcu() have the same
> behavior...

Thinking a bit more, I think commit be3fc413da9eb17cce0991f
gets wrong on rtnl_is_locked(), the lock could be locked by other
process not by the current one, therefore it should be
lockdep_rtnl_is_held() which, however, is defined only when LOCKDEP
is enabled... Sigh.

I don't see any better way than letting callers decide if they want the
expedited version or not, but this requires changes of all callers of
synchronize_net(). Hm.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-14  6:47           ` Cong Wang
@ 2016-11-14 16:24             ` Paul E. McKenney
  2016-11-14 17:44               ` Cong Wang
  0 siblings, 1 reply; 22+ messages in thread
From: Paul E. McKenney @ 2016-11-14 16:24 UTC (permalink / raw)
  To: Cong Wang
  Cc: Rolf Neugebauer, LKML, Linux Kernel Network Developers,
	Justin Cormack, Ian Campbell

On Sun, Nov 13, 2016 at 10:47:01PM -0800, Cong Wang wrote:
> On Fri, Nov 11, 2016 at 4:55 PM, Cong Wang <xiyou.wangcong@gmail.com> wrote:
> > On Fri, Nov 11, 2016 at 4:23 PM, Paul E. McKenney
> > <paulmck@linux.vnet.ibm.com> wrote:
> >>
> >> Ah!  This net_mutex is different than RTNL.  Should synchronize_net() be
> >> modified to check for net_mutex being held in addition to the current
> >> checks for RTNL being held?
> >>
> >
> > Good point!
> >
> > Like commit be3fc413da9eb17cce0991f214ab0, checking
> > for net_mutex for this case seems to be an optimization, I assume
> > synchronize_rcu_expedited() and synchronize_rcu() have the same
> > behavior...
> 
> Thinking a bit more, I think commit be3fc413da9eb17cce0991f
> gets wrong on rtnl_is_locked(), the lock could be locked by other
> process not by the current one, therefore it should be
> lockdep_rtnl_is_held() which, however, is defined only when LOCKDEP
> is enabled... Sigh.
> 
> I don't see any better way than letting callers decide if they want the
> expedited version or not, but this requires changes of all callers of
> synchronize_net(). Hm.

I must confess that I don't understand how it would help to use an
expedited grace period when some other process is holding RTNL.
In contrast, I do well understand how it helps when the current process
is holding RTNL.

So what am I missing here?

							Thanx, Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-12  0:55         ` Cong Wang
  2016-11-14  6:47           ` Cong Wang
@ 2016-11-14 17:29           ` Hannes Frederic Sowa
  1 sibling, 0 replies; 22+ messages in thread
From: Hannes Frederic Sowa @ 2016-11-14 17:29 UTC (permalink / raw)
  To: Cong Wang, Paul E. McKenney
  Cc: Rolf Neugebauer, LKML, Linux Kernel Network Developers,
	Justin Cormack, Ian Campbell

Hi Cong,

On Sat, Nov 12, 2016, at 01:55, Cong Wang wrote:
> On Fri, Nov 11, 2016 at 4:23 PM, Paul E. McKenney
> <paulmck@linux.vnet.ibm.com> wrote:
> >
> > Ah!  This net_mutex is different than RTNL.  Should synchronize_net() be
> > modified to check for net_mutex being held in addition to the current
> > checks for RTNL being held?
> >
> 
> Good point!
> 
> Like commit be3fc413da9eb17cce0991f214ab0, checking
> for net_mutex for this case seems to be an optimization, I assume
> synchronize_rcu_expedited() and synchronize_rcu() have the same
> behavior...
> 
> diff --git a/net/core/dev.c b/net/core/dev.c
> index eaad4c2..3415b6b 100644
> --- a/net/core/dev.c
> +++ b/net/core/dev.c
> @@ -7762,7 +7762,7 @@ EXPORT_SYMBOL(free_netdev);
>  void synchronize_net(void)
>  {
>         might_sleep();
> -       if (rtnl_is_locked())
> +       if (rtnl_is_locked() || lockdep_is_held(&net_mutex))
>                 synchronize_rcu_expedited();

I don't think we should depend on lockdep for this check but rather use
mutex_is_locked here (I think it would fail to build like this without
CONFIG_LOCKDEP).

Bye,
Hannes

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-14 16:24             ` Paul E. McKenney
@ 2016-11-14 17:44               ` Cong Wang
  2016-11-14 18:14                 ` Paul E. McKenney
  0 siblings, 1 reply; 22+ messages in thread
From: Cong Wang @ 2016-11-14 17:44 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: Rolf Neugebauer, LKML, Linux Kernel Network Developers,
	Justin Cormack, Ian Campbell

On Mon, Nov 14, 2016 at 8:24 AM, Paul E. McKenney
<paulmck@linux.vnet.ibm.com> wrote:
> On Sun, Nov 13, 2016 at 10:47:01PM -0800, Cong Wang wrote:
>> On Fri, Nov 11, 2016 at 4:55 PM, Cong Wang <xiyou.wangcong@gmail.com> wrote:
>> > On Fri, Nov 11, 2016 at 4:23 PM, Paul E. McKenney
>> > <paulmck@linux.vnet.ibm.com> wrote:
>> >>
>> >> Ah!  This net_mutex is different than RTNL.  Should synchronize_net() be
>> >> modified to check for net_mutex being held in addition to the current
>> >> checks for RTNL being held?
>> >>
>> >
>> > Good point!
>> >
>> > Like commit be3fc413da9eb17cce0991f214ab0, checking
>> > for net_mutex for this case seems to be an optimization, I assume
>> > synchronize_rcu_expedited() and synchronize_rcu() have the same
>> > behavior...
>>
>> Thinking a bit more, I think commit be3fc413da9eb17cce0991f
>> gets wrong on rtnl_is_locked(), the lock could be locked by other
>> process not by the current one, therefore it should be
>> lockdep_rtnl_is_held() which, however, is defined only when LOCKDEP
>> is enabled... Sigh.
>>
>> I don't see any better way than letting callers decide if they want the
>> expedited version or not, but this requires changes of all callers of
>> synchronize_net(). Hm.
>
> I must confess that I don't understand how it would help to use an
> expedited grace period when some other process is holding RTNL.
> In contrast, I do well understand how it helps when the current process
> is holding RTNL.

Yeah, this is exactly my point. And same for ASSERT_RTNL() which checks
rtnl_is_locked(), clearly we need to assert "it is held by the current process"
rather than "it is locked by whatever process".

But given *_is_held() is always defined by LOCKDEP, so we probably need
mutex to provide such a helper directly, mutex->owner is not always defined
either. :-/

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-14 17:44               ` Cong Wang
@ 2016-11-14 18:14                 ` Paul E. McKenney
  2016-11-14 22:12                   ` Eric W. Biederman
  0 siblings, 1 reply; 22+ messages in thread
From: Paul E. McKenney @ 2016-11-14 18:14 UTC (permalink / raw)
  To: Cong Wang
  Cc: Rolf Neugebauer, LKML, Linux Kernel Network Developers,
	Justin Cormack, Ian Campbell

On Mon, Nov 14, 2016 at 09:44:35AM -0800, Cong Wang wrote:
> On Mon, Nov 14, 2016 at 8:24 AM, Paul E. McKenney
> <paulmck@linux.vnet.ibm.com> wrote:
> > On Sun, Nov 13, 2016 at 10:47:01PM -0800, Cong Wang wrote:
> >> On Fri, Nov 11, 2016 at 4:55 PM, Cong Wang <xiyou.wangcong@gmail.com> wrote:
> >> > On Fri, Nov 11, 2016 at 4:23 PM, Paul E. McKenney
> >> > <paulmck@linux.vnet.ibm.com> wrote:
> >> >>
> >> >> Ah!  This net_mutex is different than RTNL.  Should synchronize_net() be
> >> >> modified to check for net_mutex being held in addition to the current
> >> >> checks for RTNL being held?
> >> >>
> >> >
> >> > Good point!
> >> >
> >> > Like commit be3fc413da9eb17cce0991f214ab0, checking
> >> > for net_mutex for this case seems to be an optimization, I assume
> >> > synchronize_rcu_expedited() and synchronize_rcu() have the same
> >> > behavior...
> >>
> >> Thinking a bit more, I think commit be3fc413da9eb17cce0991f
> >> gets wrong on rtnl_is_locked(), the lock could be locked by other
> >> process not by the current one, therefore it should be
> >> lockdep_rtnl_is_held() which, however, is defined only when LOCKDEP
> >> is enabled... Sigh.
> >>
> >> I don't see any better way than letting callers decide if they want the
> >> expedited version or not, but this requires changes of all callers of
> >> synchronize_net(). Hm.
> >
> > I must confess that I don't understand how it would help to use an
> > expedited grace period when some other process is holding RTNL.
> > In contrast, I do well understand how it helps when the current process
> > is holding RTNL.
> 
> Yeah, this is exactly my point. And same for ASSERT_RTNL() which checks
> rtnl_is_locked(), clearly we need to assert "it is held by the current process"
> rather than "it is locked by whatever process".
> 
> But given *_is_held() is always defined by LOCKDEP, so we probably need
> mutex to provide such a helper directly, mutex->owner is not always defined
> either. :-/

There is always the option of making acquisition and release set a per-task
variable that can be tested.  (Where did I put that asbestos suit, anyway?)

							Thanx, Paul

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-14 18:14                 ` Paul E. McKenney
@ 2016-11-14 22:12                   ` Eric W. Biederman
  2016-11-14 22:46                     ` Eric Dumazet
  0 siblings, 1 reply; 22+ messages in thread
From: Eric W. Biederman @ 2016-11-14 22:12 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: Cong Wang, Rolf Neugebauer, LKML,
	Linux Kernel Network Developers, Justin Cormack, Ian Campbell,
	netdev, Eric Dumazet

"Paul E. McKenney" <paulmck@linux.vnet.ibm.com> writes:

> On Mon, Nov 14, 2016 at 09:44:35AM -0800, Cong Wang wrote:
>> On Mon, Nov 14, 2016 at 8:24 AM, Paul E. McKenney
>> <paulmck@linux.vnet.ibm.com> wrote:
>> > On Sun, Nov 13, 2016 at 10:47:01PM -0800, Cong Wang wrote:
>> >> On Fri, Nov 11, 2016 at 4:55 PM, Cong Wang <xiyou.wangcong@gmail.com> wrote:
>> >> > On Fri, Nov 11, 2016 at 4:23 PM, Paul E. McKenney
>> >> > <paulmck@linux.vnet.ibm.com> wrote:
>> >> >>
>> >> >> Ah!  This net_mutex is different than RTNL.  Should synchronize_net() be
>> >> >> modified to check for net_mutex being held in addition to the current
>> >> >> checks for RTNL being held?
>> >> >>
>> >> >
>> >> > Good point!
>> >> >
>> >> > Like commit be3fc413da9eb17cce0991f214ab0, checking
>> >> > for net_mutex for this case seems to be an optimization, I assume
>> >> > synchronize_rcu_expedited() and synchronize_rcu() have the same
>> >> > behavior...
>> >>
>> >> Thinking a bit more, I think commit be3fc413da9eb17cce0991f
>> >> gets wrong on rtnl_is_locked(), the lock could be locked by other
>> >> process not by the current one, therefore it should be
>> >> lockdep_rtnl_is_held() which, however, is defined only when LOCKDEP
>> >> is enabled... Sigh.
>> >>
>> >> I don't see any better way than letting callers decide if they want the
>> >> expedited version or not, but this requires changes of all callers of
>> >> synchronize_net(). Hm.
>> >
>> > I must confess that I don't understand how it would help to use an
>> > expedited grace period when some other process is holding RTNL.
>> > In contrast, I do well understand how it helps when the current process
>> > is holding RTNL.
>> 
>> Yeah, this is exactly my point. And same for ASSERT_RTNL() which checks
>> rtnl_is_locked(), clearly we need to assert "it is held by the current process"
>> rather than "it is locked by whatever process".
>> 
>> But given *_is_held() is always defined by LOCKDEP, so we probably need
>> mutex to provide such a helper directly, mutex->owner is not always defined
>> either. :-/
>
> There is always the option of making acquisition and release set a per-task
> variable that can be tested.  (Where did I put that asbestos suit, anyway?)
>
> 							Thanx, Paul

synchronize_rcu_expidited is not enough if you have multiple network
devices in play.

Looking at the code it comes down to this commit, and it appears there
is a promise add rcu grace period combining by Eric Dumazet.

Eric since people are hitting noticable stalls because of the rcu grace
period taking a long time do you think you could look at this code path
a bit more?

commit 93d05d4a320cb16712bb3d57a9658f395d8cecb9
Author: Eric Dumazet <edumazet@google.com>
Date:   Wed Nov 18 06:31:03 2015 -0800

    net: provide generic busy polling to all NAPI drivers
    
    NAPI drivers no longer need to observe a particular protocol
    to benefit from busy polling (CONFIG_NET_RX_BUSY_POLL=y)
    
    napi_hash_add() and napi_hash_del() are automatically called
    from core networking stack, respectively from
    netif_napi_add() and netif_napi_del()
    
    This patch depends on free_netdev() and netif_napi_del() being
    called from process context, which seems to be the norm.
    
    Drivers might still prefer to call napi_hash_del() on their
    own, since they might combine all the rcu grace periods into
    a single one, knowing their NAPI structures lifetime, while
    core networking stack has no idea of a possible combining.
    
    Once this patch proves to not bring serious regressions,
    we will cleanup drivers to either remove napi_hash_del()
    or provide appropriate rcu grace periods combining.
    
    Signed-off-by: Eric Dumazet <edumazet@google.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>

Eric

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-14 22:12                   ` Eric W. Biederman
@ 2016-11-14 22:46                     ` Eric Dumazet
  2016-11-14 23:09                       ` Eric Dumazet
  0 siblings, 1 reply; 22+ messages in thread
From: Eric Dumazet @ 2016-11-14 22:46 UTC (permalink / raw)
  To: Eric W. Biederman
  Cc: Paul E. McKenney, Cong Wang, Rolf Neugebauer, LKML,
	Linux Kernel Network Developers, Justin Cormack, Ian Campbell,
	Eric Dumazet

On Mon, 2016-11-14 at 16:12 -0600, Eric W. Biederman wrote:

> synchronize_rcu_expidited is not enough if you have multiple network
> devices in play.
> 
> Looking at the code it comes down to this commit, and it appears there
> is a promise add rcu grace period combining by Eric Dumazet.
> 
> Eric since people are hitting noticable stalls because of the rcu grace
> period taking a long time do you think you could look at this code path
> a bit more?
> 
> commit 93d05d4a320cb16712bb3d57a9658f395d8cecb9
> Author: Eric Dumazet <edumazet@google.com>
> Date:   Wed Nov 18 06:31:03 2015 -0800

Absolutely, I will take a loop asap.

Thanks Eric.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-14 22:46                     ` Eric Dumazet
@ 2016-11-14 23:09                       ` Eric Dumazet
  2016-11-15  0:28                         ` [PATCH net] gro_cells: mark napi struct as not busy poll candidates Eric Dumazet
                                           ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Eric Dumazet @ 2016-11-14 23:09 UTC (permalink / raw)
  To: Eric W. Biederman
  Cc: Paul E. McKenney, Cong Wang, Rolf Neugebauer, LKML,
	Linux Kernel Network Developers, Justin Cormack, Ian Campbell,
	Eric Dumazet

On Mon, 2016-11-14 at 14:46 -0800, Eric Dumazet wrote:
> On Mon, 2016-11-14 at 16:12 -0600, Eric W. Biederman wrote:
> 
> > synchronize_rcu_expidited is not enough if you have multiple network
> > devices in play.
> > 
> > Looking at the code it comes down to this commit, and it appears there
> > is a promise add rcu grace period combining by Eric Dumazet.
> > 
> > Eric since people are hitting noticable stalls because of the rcu grace
> > period taking a long time do you think you could look at this code path
> > a bit more?
> > 
> > commit 93d05d4a320cb16712bb3d57a9658f395d8cecb9
> > Author: Eric Dumazet <edumazet@google.com>
> > Date:   Wed Nov 18 06:31:03 2015 -0800
> 
> Absolutely, I will take a loop asap.

The worst offender should be fixed by the following patch.

busy poll needs to poll the physical device, not a virtual one...

diff --git a/include/net/gro_cells.h b/include/net/gro_cells.h
index d15214d673b2e8e08fd6437b572278fb1359f10d..2a1abbf8da74368cd01adc40cef6c0644e059ef2 100644
--- a/include/net/gro_cells.h
+++ b/include/net/gro_cells.h
@@ -68,6 +68,9 @@ static inline int gro_cells_init(struct gro_cells *gcells, struct net_device *de
 		struct gro_cell *cell = per_cpu_ptr(gcells->cells, i);
 
 		__skb_queue_head_init(&cell->napi_skbs);
+
+		set_bit(NAPI_STATE_NO_BUSY_POLL, &cell->napi.state);
+
 		netif_napi_add(dev, &cell->napi, gro_cell_poll, 64);
 		napi_enable(&cell->napi);
 	}

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH net] gro_cells: mark napi struct as not busy poll candidates
  2016-11-14 23:09                       ` Eric Dumazet
@ 2016-11-15  0:28                         ` Eric Dumazet
  2016-11-15  5:21                           ` Cong Wang
                                             ` (2 more replies)
  2016-11-18  0:31                         ` Long delays creating a netns after deleting one (possibly RCU related) Jarno Rajahalme
  2016-11-19  0:38                         ` Jarno Rajahalme
  2 siblings, 3 replies; 22+ messages in thread
From: Eric Dumazet @ 2016-11-15  0:28 UTC (permalink / raw)
  To: Eric W. Biederman, David Miller
  Cc: Paul E. McKenney, Cong Wang, Rolf Neugebauer,
	Linux Kernel Network Developers, Justin Cormack, Ian Campbell,
	Eric Dumazet

From: Eric Dumazet <edumazet@google.com>

Rolf Neugebauer reported very long delays at netns dismantle.

Eric W. Biederman was kind enough to look at this problem
and noticed synchronize_net() occurring from netif_napi_del() that was
added in linux-4.5

Busy polling makes no sense for tunnels NAPI.
If busy poll is used for sessions over tunnels, the poller will need to
poll the physical device queue anyway.

netif_tx_napi_add() could be used here, but function name is misleading,
and renaming it is not stable material, so set NAPI_STATE_NO_BUSY_POLL
bit directly.

This will avoid inserting gro_cells napi structures in napi_hash[]
and avoid the problematic synchronize_net() (per possible cpu) that
Rolf reported.

Fixes: 93d05d4a320c ("net: provide generic busy polling to all NAPI drivers")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
Reported-by: Eric W. Biederman <ebiederm@xmission.com>
---
 include/net/gro_cells.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/net/gro_cells.h b/include/net/gro_cells.h
index d15214d673b2e8e08fd6437b572278fb1359f10d..2a1abbf8da74368cd01adc40cef6c0644e059ef2 100644
--- a/include/net/gro_cells.h
+++ b/include/net/gro_cells.h
@@ -68,6 +68,9 @@ static inline int gro_cells_init(struct gro_cells *gcells, struct net_device *de
 		struct gro_cell *cell = per_cpu_ptr(gcells->cells, i);
 
 		__skb_queue_head_init(&cell->napi_skbs);
+
+		set_bit(NAPI_STATE_NO_BUSY_POLL, &cell->napi.state);
+
 		netif_napi_add(dev, &cell->napi, gro_cell_poll, 64);
 		napi_enable(&cell->napi);
 	}

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* Re: [PATCH net] gro_cells: mark napi struct as not busy poll candidates
  2016-11-15  0:28                         ` [PATCH net] gro_cells: mark napi struct as not busy poll candidates Eric Dumazet
@ 2016-11-15  5:21                           ` Cong Wang
  2016-11-15 17:08                           ` Rolf Neugebauer
  2016-11-16  3:29                           ` David Miller
  2 siblings, 0 replies; 22+ messages in thread
From: Cong Wang @ 2016-11-15  5:21 UTC (permalink / raw)
  To: Eric Dumazet
  Cc: Eric W. Biederman, David Miller, Paul E. McKenney,
	Rolf Neugebauer, Linux Kernel Network Developers, Justin Cormack,
	Ian Campbell, Eric Dumazet

On Mon, Nov 14, 2016 at 4:28 PM, Eric Dumazet <eric.dumazet@gmail.com> wrote:
> From: Eric Dumazet <edumazet@google.com>
>
> Rolf Neugebauer reported very long delays at netns dismantle.
>
> Eric W. Biederman was kind enough to look at this problem
> and noticed synchronize_net() occurring from netif_napi_del() that was
> added in linux-4.5
>
> Busy polling makes no sense for tunnels NAPI.
> If busy poll is used for sessions over tunnels, the poller will need to
> poll the physical device queue anyway.
>
> netif_tx_napi_add() could be used here, but function name is misleading,
> and renaming it is not stable material, so set NAPI_STATE_NO_BUSY_POLL
> bit directly.
>
> This will avoid inserting gro_cells napi structures in napi_hash[]
> and avoid the problematic synchronize_net() (per possible cpu) that
> Rolf reported.
>
> Fixes: 93d05d4a320c ("net: provide generic busy polling to all NAPI drivers")
> Signed-off-by: Eric Dumazet <edumazet@google.com>
> Reported-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
> Reported-by: Eric W. Biederman <ebiederm@xmission.com>


Acked-by: Cong Wang <xiyou.wangcong@gmail.com>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH net] gro_cells: mark napi struct as not busy poll candidates
  2016-11-15  0:28                         ` [PATCH net] gro_cells: mark napi struct as not busy poll candidates Eric Dumazet
  2016-11-15  5:21                           ` Cong Wang
@ 2016-11-15 17:08                           ` Rolf Neugebauer
  2016-11-16  3:29                           ` David Miller
  2 siblings, 0 replies; 22+ messages in thread
From: Rolf Neugebauer @ 2016-11-15 17:08 UTC (permalink / raw)
  To: Eric Dumazet
  Cc: Eric W. Biederman, David Miller, Paul E. McKenney, Cong Wang,
	Linux Kernel Network Developers, Justin Cormack, Ian Campbell,
	Eric Dumazet, Rolf Neugebauer

On Tue, Nov 15, 2016 at 12:28 AM, Eric Dumazet <eric.dumazet@gmail.com> wrote:
> From: Eric Dumazet <edumazet@google.com>
>
> Rolf Neugebauer reported very long delays at netns dismantle.
>
> Eric W. Biederman was kind enough to look at this problem
> and noticed synchronize_net() occurring from netif_napi_del() that was
> added in linux-4.5
>
> Busy polling makes no sense for tunnels NAPI.
> If busy poll is used for sessions over tunnels, the poller will need to
> poll the physical device queue anyway.
>
> netif_tx_napi_add() could be used here, but function name is misleading,
> and renaming it is not stable material, so set NAPI_STATE_NO_BUSY_POLL
> bit directly.
>
> This will avoid inserting gro_cells napi structures in napi_hash[]
> and avoid the problematic synchronize_net() (per possible cpu) that
> Rolf reported.

Thanks for the quick turn-around. I've tested this on both 4.9-rc5 and
4.8.7  with different CPU configs and it dramatically reduced the
delay. I still see a small (1s) delay for creating a new namespace
after deleting one in one config but will follow up with the details
on the original email thread.

>
> Fixes: 93d05d4a320c ("net: provide generic busy polling to all NAPI drivers")
> Signed-off-by: Eric Dumazet <edumazet@google.com>
> Reported-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
> Reported-by: Eric W. Biederman <ebiederm@xmission.com>

Tested-by: Rolf Neugebauer <rolf.neugebauer@docker.com>

> ---
>  include/net/gro_cells.h |    3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/include/net/gro_cells.h b/include/net/gro_cells.h
> index d15214d673b2e8e08fd6437b572278fb1359f10d..2a1abbf8da74368cd01adc40cef6c0644e059ef2 100644
> --- a/include/net/gro_cells.h
> +++ b/include/net/gro_cells.h
> @@ -68,6 +68,9 @@ static inline int gro_cells_init(struct gro_cells *gcells, struct net_device *de
>                 struct gro_cell *cell = per_cpu_ptr(gcells->cells, i);
>
>                 __skb_queue_head_init(&cell->napi_skbs);
> +
> +               set_bit(NAPI_STATE_NO_BUSY_POLL, &cell->napi.state);
> +
>                 netif_napi_add(dev, &cell->napi, gro_cell_poll, 64);
>                 napi_enable(&cell->napi);
>         }
>
>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH net] gro_cells: mark napi struct as not busy poll candidates
  2016-11-15  0:28                         ` [PATCH net] gro_cells: mark napi struct as not busy poll candidates Eric Dumazet
  2016-11-15  5:21                           ` Cong Wang
  2016-11-15 17:08                           ` Rolf Neugebauer
@ 2016-11-16  3:29                           ` David Miller
  2 siblings, 0 replies; 22+ messages in thread
From: David Miller @ 2016-11-16  3:29 UTC (permalink / raw)
  To: eric.dumazet
  Cc: ebiederm, paulmck, xiyou.wangcong, rolf.neugebauer, netdev,
	justin.cormack, ian.campbell, edumazet

From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Mon, 14 Nov 2016 16:28:42 -0800

> From: Eric Dumazet <edumazet@google.com>
> 
> Rolf Neugebauer reported very long delays at netns dismantle.
> 
> Eric W. Biederman was kind enough to look at this problem
> and noticed synchronize_net() occurring from netif_napi_del() that was
> added in linux-4.5
> 
> Busy polling makes no sense for tunnels NAPI.
> If busy poll is used for sessions over tunnels, the poller will need to
> poll the physical device queue anyway.
> 
> netif_tx_napi_add() could be used here, but function name is misleading,
> and renaming it is not stable material, so set NAPI_STATE_NO_BUSY_POLL
> bit directly.
> 
> This will avoid inserting gro_cells napi structures in napi_hash[]
> and avoid the problematic synchronize_net() (per possible cpu) that
> Rolf reported.
> 
> Fixes: 93d05d4a320c ("net: provide generic busy polling to all NAPI drivers")
> Signed-off-by: Eric Dumazet <edumazet@google.com>
> Reported-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
> Reported-by: Eric W. Biederman <ebiederm@xmission.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-14 23:09                       ` Eric Dumazet
  2016-11-15  0:28                         ` [PATCH net] gro_cells: mark napi struct as not busy poll candidates Eric Dumazet
@ 2016-11-18  0:31                         ` Jarno Rajahalme
  2016-11-19  0:38                         ` Jarno Rajahalme
  2 siblings, 0 replies; 22+ messages in thread
From: Jarno Rajahalme @ 2016-11-18  0:31 UTC (permalink / raw)
  To: Eric Dumazet
  Cc: Eric W. Biederman, Paul E. McKenney, Cong Wang, Rolf Neugebauer,
	LKML, Linux Kernel Network Developers, Justin Cormack,
	Ian Campbell, Eric Dumazet


> On Nov 14, 2016, at 3:09 PM, Eric Dumazet <eric.dumazet@gmail.com> wrote:
> 
> On Mon, 2016-11-14 at 14:46 -0800, Eric Dumazet wrote:
>> On Mon, 2016-11-14 at 16:12 -0600, Eric W. Biederman wrote:
>> 
>>> synchronize_rcu_expidited is not enough if you have multiple network
>>> devices in play.
>>> 
>>> Looking at the code it comes down to this commit, and it appears there
>>> is a promise add rcu grace period combining by Eric Dumazet.
>>> 
>>> Eric since people are hitting noticable stalls because of the rcu grace
>>> period taking a long time do you think you could look at this code path
>>> a bit more?
>>> 
>>> commit 93d05d4a320cb16712bb3d57a9658f395d8cecb9
>>> Author: Eric Dumazet <edumazet@google.com>
>>> Date:   Wed Nov 18 06:31:03 2015 -0800
>> 
>> Absolutely, I will take a loop asap.
> 
> The worst offender should be fixed by the following patch.
> 
> busy poll needs to poll the physical device, not a virtual one...
> 
> diff --git a/include/net/gro_cells.h b/include/net/gro_cells.h
> index d15214d673b2e8e08fd6437b572278fb1359f10d..2a1abbf8da74368cd01adc40cef6c0644e059ef2 100644
> --- a/include/net/gro_cells.h
> +++ b/include/net/gro_cells.h
> @@ -68,6 +68,9 @@ static inline int gro_cells_init(struct gro_cells *gcells, struct net_device *de
> 		struct gro_cell *cell = per_cpu_ptr(gcells->cells, i);
> 
> 		__skb_queue_head_init(&cell->napi_skbs);
> +
> +		set_bit(NAPI_STATE_NO_BUSY_POLL, &cell->napi.state);
> +
> 		netif_napi_add(dev, &cell->napi, gro_cell_poll, 64);
> 		napi_enable(&cell->napi);
> 	}
> 

This solved a ~20 second slowdown between OVS datapath unit tests for me.

  Jarno

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-14 23:09                       ` Eric Dumazet
  2016-11-15  0:28                         ` [PATCH net] gro_cells: mark napi struct as not busy poll candidates Eric Dumazet
  2016-11-18  0:31                         ` Long delays creating a netns after deleting one (possibly RCU related) Jarno Rajahalme
@ 2016-11-19  0:38                         ` Jarno Rajahalme
  2016-11-19  0:41                           ` Eric Dumazet
  2 siblings, 1 reply; 22+ messages in thread
From: Jarno Rajahalme @ 2016-11-19  0:38 UTC (permalink / raw)
  To: Eric Dumazet
  Cc: Eric W. Biederman, Paul E. McKenney, Cong Wang, Rolf Neugebauer,
	LKML, Linux Kernel Network Developers, Justin Cormack,
	Ian Campbell, Eric Dumazet


> On Nov 14, 2016, at 3:09 PM, Eric Dumazet <eric.dumazet@gmail.com> wrote:
> 
> On Mon, 2016-11-14 at 14:46 -0800, Eric Dumazet wrote:
>> On Mon, 2016-11-14 at 16:12 -0600, Eric W. Biederman wrote:
>> 
>>> synchronize_rcu_expidited is not enough if you have multiple network
>>> devices in play.
>>> 
>>> Looking at the code it comes down to this commit, and it appears there
>>> is a promise add rcu grace period combining by Eric Dumazet.
>>> 
>>> Eric since people are hitting noticable stalls because of the rcu grace
>>> period taking a long time do you think you could look at this code path
>>> a bit more?
>>> 
>>> commit 93d05d4a320cb16712bb3d57a9658f395d8cecb9
>>> Author: Eric Dumazet <edumazet@google.com>
>>> Date:   Wed Nov 18 06:31:03 2015 -0800
>> 
>> Absolutely, I will take a loop asap.
> 
> The worst offender should be fixed by the following patch.
> 
> busy poll needs to poll the physical device, not a virtual one...
> 
> diff --git a/include/net/gro_cells.h b/include/net/gro_cells.h
> index d15214d673b2e8e08fd6437b572278fb1359f10d..2a1abbf8da74368cd01adc40cef6c0644e059ef2 100644
> --- a/include/net/gro_cells.h
> +++ b/include/net/gro_cells.h
> @@ -68,6 +68,9 @@ static inline int gro_cells_init(struct gro_cells *gcells, struct net_device *de
> 		struct gro_cell *cell = per_cpu_ptr(gcells->cells, i);
> 
> 		__skb_queue_head_init(&cell->napi_skbs);
> +
> +		set_bit(NAPI_STATE_NO_BUSY_POLL, &cell->napi.state);
> +
> 		netif_napi_add(dev, &cell->napi, gro_cell_poll, 64);
> 		napi_enable(&cell->napi);
> 	}
> 
> 
> 
> 
> 

This fixes the problem for me, so for whatever it’s worth:

Tested-by: Jarno Rajahalme <jarno@ovn.org>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Long delays creating a netns after deleting one (possibly RCU related)
  2016-11-19  0:38                         ` Jarno Rajahalme
@ 2016-11-19  0:41                           ` Eric Dumazet
  0 siblings, 0 replies; 22+ messages in thread
From: Eric Dumazet @ 2016-11-19  0:41 UTC (permalink / raw)
  To: Jarno Rajahalme
  Cc: Eric W. Biederman, Paul E. McKenney, Cong Wang, Rolf Neugebauer,
	LKML, Linux Kernel Network Developers, Justin Cormack,
	Ian Campbell, Eric Dumazet

On Fri, 2016-11-18 at 16:38 -0800, Jarno Rajahalme wrote:

> This fixes the problem for me, so for whatever it’s worth:
> 
> Tested-by: Jarno Rajahalme <jarno@ovn.org>
> 

Thanks for testing !

https://git.kernel.org/cgit/linux/kernel/git/davem/net.git/commit/?id=e88a2766143a27bfe6704b4493b214de4094cf29

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-11-19  0:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-09 15:42 Long delays creating a netns after deleting one (possibly RCU related) Rolf Neugebauer
2016-11-10 17:37 ` Cong Wang
2016-11-10 21:24   ` Paul E. McKenney
2016-11-11 13:11     ` Rolf Neugebauer
2016-11-12  0:23       ` Paul E. McKenney
2016-11-12  0:55         ` Cong Wang
2016-11-14  6:47           ` Cong Wang
2016-11-14 16:24             ` Paul E. McKenney
2016-11-14 17:44               ` Cong Wang
2016-11-14 18:14                 ` Paul E. McKenney
2016-11-14 22:12                   ` Eric W. Biederman
2016-11-14 22:46                     ` Eric Dumazet
2016-11-14 23:09                       ` Eric Dumazet
2016-11-15  0:28                         ` [PATCH net] gro_cells: mark napi struct as not busy poll candidates Eric Dumazet
2016-11-15  5:21                           ` Cong Wang
2016-11-15 17:08                           ` Rolf Neugebauer
2016-11-16  3:29                           ` David Miller
2016-11-18  0:31                         ` Long delays creating a netns after deleting one (possibly RCU related) Jarno Rajahalme
2016-11-19  0:38                         ` Jarno Rajahalme
2016-11-19  0:41                           ` Eric Dumazet
2016-11-14 17:29           ` Hannes Frederic Sowa
2016-11-11 14:00   ` Rolf Neugebauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.