All of lore.kernel.org
 help / color / mirror / Atom feed
* [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
@ 2014-08-20  9:26 Sitsofe Wheeler
  2014-08-20 11:15 ` Dexuan Cui
  2014-08-25 14:02 ` Dexuan Cui
  0 siblings, 2 replies; 24+ messages in thread
From: Sitsofe Wheeler @ 2014-08-20  9:26 UTC (permalink / raw)
  To: Dexuan Cui
  Cc: K. Y. Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel,
	linux-kernel, Jean-Christophe Plagniol-Villard, linux-fbdev

While booting a Hyper-V 3.17.0-rc1 guest on a 2012 R2 host a BUG was
triggered while registering hyperv_fb which in turn caused a panic.
Various kernel debugging options (CONFIG_DEBUG_PAGEALLOC,
CONFIG_SLUB_DEBUG=y...) were on at the time. This only seems to happen
if the guest is being booted with only one CPU allocated to it.

[    7.549175] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    7.567501] io scheduler noop registered
[    7.577180] io scheduler deadline registered
[    7.589324] io scheduler cfq registered (default)
[    7.614583] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.629146] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    7.645526] hv_vmbus: registering driver hyperv_fb
[    7.657553] BUG: unable to handle kernel paging request at ffff880077800004
[    7.658224] IP: [<ffffffff8159a7ac>] hv_ringbuffer_write+0x7c/0x150
[    7.658224] PGD 2da9067 PUD 2dac067 PMD 7fa27067 PTE 8000000077800060
[    7.658224] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
[    7.658224] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.17.0-rc1.x86_64 #3
[    7.658224] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[    7.658224] task: ffff88007c070000 ti: ffff88007c06c000 task.ti: ffff88007c06c000
[    7.658224] RIP: 0010:[<ffffffff8159a7ac>]  [<ffffffff8159a7ac>] hv_ringbuffer_write+0x7c/0x150
[    7.658224] RSP: 0000:ffff88007c06fba0  EFLAGS: 00010092
[    7.658224] RAX: ffff880077800000 RBX: 0000000000000003 RCX: 000000000003f000
[    7.658224] RDX: 0000000000000000 RSI: ffffffff825b7640 RDI: ffff88007be6c0a8
[    7.658224] RBP: ffff88007c06fbe8 R08: 0000000000000000 R09: ffffffff82619f80
[    7.658224] R10: ffff88007c070000 R11: 0000000000000f40 R12: ffff88007c06fc20
[    7.658224] R13: ffff88007be6c098 R14: ffff880077fc0000 R15: 0000000000000030
[    7.658224] FS:  0000000000000000(0000) GS:ffff88007f800000(0000) knlGS:0000000000000000
[    7.658224] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    7.658224] CR2: ffff880077800004 CR3: 0000000001c0e000 CR4: 00000000000406f0
[    7.658224] Stack:
[    7.658224]  ffff88007c06fc07 0000000000000296 ffff88007be6c0a8 0000000000000000
[    7.658224]  ffff88007be6bf60 0000000000020003 ffff880077fc0400 ffff880077fc0000
[    7.658224]  0000000000000000 ffff88007c06fc60 ffffffff8159919c ffffffff811a1386
[    7.658224] Call Trace:
[    7.658224]  [<ffffffff8159919c>] vmbus_sendpacket+0x9c/0xc0
[    7.658224]  [<ffffffff811a1386>] ? kfree+0x196/0x1e0
[    7.658224]  [<ffffffff813f3359>] synthvid_negotiate_ver+0x99/0x100
[    7.658224]  [<ffffffff813f37dd>] hvfb_probe+0x19d/0xa10
[    7.658224]  [<ffffffff8122d9bf>] ? sysfs_do_create_link_sd.isra.2+0x6f/0xc0
[    7.658224]  [<ffffffff8159699b>] vmbus_probe+0x3b/0xa0
[    7.658224]  [<ffffffff8146f93d>] driver_probe_device+0x16d/0x380
[    7.658224]  [<ffffffff8146fc0e>] __driver_attach+0x6e/0xa0
[    7.658224]  [<ffffffff8146fba0>] ? __device_attach+0x50/0x50
[    7.658224]  [<ffffffff8146daee>] bus_for_each_dev+0x6e/0xc0
[    7.658224]  [<ffffffff8146fd0e>] driver_attach+0x1e/0x20
[    7.658224]  [<ffffffff8146e5f8>] bus_add_driver+0x128/0x250
[    7.658224]  [<ffffffff81d76bb6>] ? video_setup+0x7f/0x7f
[    7.658224]  [<ffffffff81470248>] driver_register+0x98/0xe0
[    7.658224]  [<ffffffff81597567>] __vmbus_driver_register+0x57/0x60
[    7.658224]  [<ffffffff81d76bd2>] hvfb_drv_init+0x1c/0x54
[    7.658224]  [<ffffffff81d3b124>] do_one_initcall+0xf9/0x1a7
[    7.658224]  [<ffffffff81089315>] ? parse_args+0x295/0x430
[    7.658224]  [<ffffffff81d3b3b9>] kernel_init_freeable+0x1e7/0x27b
[    7.658224]  [<ffffffff81d3a88d>] ? do_early_param+0x8a/0x8a
[    7.658224]  [<ffffffff8167bdf0>] ? rest_init+0xd0/0xd0
[    7.658224]  [<ffffffff8167bdfe>] kernel_init+0xe/0x100
[    7.658224]  [<ffffffff81691b7c>] ret_from_fork+0x7c/0xb0
[    7.658224]  [<ffffffff8167bdf0>] ? rest_init+0xd0/0xd0
[    7.658224] Code: 41 bf 08 00 00 00 66 0f 1f 84 00 00 00 00 00 49 8d 45 10 48 89 c7 48 89 45 c8 e8 40 66 0f 00 41 8b 4d 48 48 89 45 c0 49 8b 45 00 <8b> 50 04 44 8b 30 89 d0 44 29 f0 01 c1 44 39 f2 0f 46 c1 44 39
[    7.658224] RIP  [<ffffffff8159a7ac>] hv_ringbuffer_write+0x7c/0x150
[    7.658224]  RSP <ffff88007c06fba0>
[    7.658224] CR2: ffff880077800004
[    7.658224] ---[ end trace a117d5bf96688789 ]---
[    7.658224] note: swapper/0[1] exited with preempt_count 1
[    8.433656] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009
[    8.433656]
[    8.434596] Kernel Offset: 0x0 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffff9fffffff)
[    8.434596] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009

-- 
Sitsofe | http://sucs.org/~sits/

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-20  9:26 [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write) Sitsofe Wheeler
@ 2014-08-20 11:15 ` Dexuan Cui
  2014-08-20 11:40   ` Sitsofe Wheeler
  2014-08-25 14:02 ` Dexuan Cui
  1 sibling, 1 reply; 24+ messages in thread
From: Dexuan Cui @ 2014-08-20 11:15 UTC (permalink / raw)
  To: Sitsofe Wheeler
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel,
	linux-kernel, Jean-Christophe Plagniol-Villard, linux-fbdev,
	Kylie Liang

> -----Original Message-----
> From: Sitsofe Wheeler
> Sent: Wednesday, August 20, 2014 17:27 PM
> To: Dexuan Cui
> Cc: KY Srinivasan; Greg Kroah-Hartman; Haiyang Zhang;
> devel@linuxdriverproject.org; linux-kernel@vger.kernel.org; Jean-Christophe
> Plagniol-Villard; linux-fbdev@vger.kernel.org
> 
> While booting a Hyper-V 3.17.0-rc1 guest on a 2012 R2 host a BUG was
> triggered while registering hyperv_fb which in turn caused a panic.
> Various kernel debugging options (CONFIG_DEBUG_PAGEALLOC,
> CONFIG_SLUB_DEBUG=y...) were on at the time. This only seems to happen
> if the guest is being booted with only one CPU allocated to it.
> 
> [    7.645526] hv_vmbus: registering driver hyperv_fb
> [    7.657553] BUG: unable to handle kernel paging request at
> ffff880077800004
> [    7.658224] IP: [<ffffffff8159a7ac>] hv_ringbuffer_write+0x7c/0x150
> [    7.658224] PGD 2da9067 PUD 2dac067 PMD 7fa27067 PTE
> 8000000077800060
> [    7.658224] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
Hi Sitsofe,
Thanks for reporting the issue!
I suppose you're using  the latest mainline v3.17-rc1(7d1311b9).

Can you please attach your kernel config file so that I can try to reproduce
the issue more easily?

Do you mean the issue only happens to UP guest and doesn't happen to
SMP guest?

Thanks,
-- Dexuan

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

* Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-20 11:15 ` Dexuan Cui
@ 2014-08-20 11:40   ` Sitsofe Wheeler
  2014-08-20 13:42     ` Dexuan Cui
  0 siblings, 1 reply; 24+ messages in thread
From: Sitsofe Wheeler @ 2014-08-20 11:40 UTC (permalink / raw)
  To: Dexuan Cui
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel,
	linux-kernel, Jean-Christophe Plagniol-Villard, linux-fbdev,
	Kylie Liang

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

Hi,

On Wed, Aug 20, 2014 at 11:15:39AM +0000, Dexuan Cui wrote:
> > -----Original Message-----
> > From: Sitsofe Wheeler
> > Sent: Wednesday, August 20, 2014 17:27 PM
> > To: Dexuan Cui
> > Cc: KY Srinivasan; Greg Kroah-Hartman; Haiyang Zhang;
> > devel@linuxdriverproject.org; linux-kernel@vger.kernel.org; Jean-Christophe
> > Plagniol-Villard; linux-fbdev@vger.kernel.org
> > 
> > While booting a Hyper-V 3.17.0-rc1 guest on a 2012 R2 host a BUG was
> > triggered while registering hyperv_fb which in turn caused a panic.
> > Various kernel debugging options (CONFIG_DEBUG_PAGEALLOC,
> > CONFIG_SLUB_DEBUG=y...) were on at the time. This only seems to happen
> > if the guest is being booted with only one CPU allocated to it.
> > 
> > [    7.645526] hv_vmbus: registering driver hyperv_fb
> > [    7.657553] BUG: unable to handle kernel paging request at
> > ffff880077800004
> > [    7.658224] IP: [<ffffffff8159a7ac>] hv_ringbuffer_write+0x7c/0x150
> > [    7.658224] PGD 2da9067 PUD 2dac067 PMD 7fa27067 PTE
> > 8000000077800060
> > [    7.658224] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
>
> Thanks for reporting the issue!

You're welcome!

> I suppose you're using  the latest mainline v3.17-rc1(7d1311b9).

That's right - Linux 3.17-rc1
(7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9).

> Can you please attach your kernel config file so that I can try to reproduce
> the issue more easily?

Sure (it's pretty much the same one mentioned in
https://lkml.org/lkml/2014/8/19/101 and
https://lkml.org/lkml/2014/8/19/708 but those don't seem framebuffer
related) but just in case I'll attach it to this mail.

> Do you mean the issue only happens to UP guest and doesn't happen to
> SMP guest?

Yes - if in Windows I go to Hyper-V Manager, press the right mouse
button over the guest and go to Settings..., click on Processor at the
left and set the Number of virtual processors to 1 on the right then
this issue occurs. If the number is greater than 1 then this does not
seem to occur.

-- 
Sitsofe | http://sucs.org/~sits/

[-- Attachment #2: kconfig-hv-3.17-debug --]
[-- Type: text/plain, Size: 84110 bytes --]

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 3.17.0-rc1 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_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
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_X86_HT=y
CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11"
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=".x86_64"
CONFIG_LOCALVERSION_AUTO=y
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 is not set
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 is not set
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_LEGACY_ALLOC_HWIRQ=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_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_BUILD=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 is not set
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
CONFIG_IRQ_TIME_ACCOUNTING=y
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_PREEMPT_RCU is not set
CONFIG_RCU_STALL_COMMON=y
# CONFIG_RCU_USER_QS is not set
CONFIG_RCU_FANOUT=64
CONFIG_RCU_FANOUT_LEAF=16
# CONFIG_RCU_FANOUT_EXACT is not set
# CONFIG_RCU_FAST_NO_HZ is not set
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_RCU_NOCB_CPU is not set
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=y
# CONFIG_IKCONFIG_PROC is not set
CONFIG_LOG_BUF_SHIFT=18
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y
CONFIG_ARCH_USES_NUMA_PROT_NONE=y
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
CONFIG_NUMA_BALANCING=y
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
CONFIG_MEMCG=y
CONFIG_MEMCG_KMEM=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_EXPERT=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_PRINTK=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_SHMEM=y
CONFIG_AIO=y
CONFIG_PCI_QUIRKS=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_SLUB_CPU_PARTIAL=y
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
# CONFIG_OPROFILE is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
CONFIG_JUMP_LABEL=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_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=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_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR is not set
CONFIG_CC_STACKPROTECTOR_NONE=y
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
# CONFIG_MODULES is not set
CONFIG_STOP_MACHINE=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 is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
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 is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUE_RWLOCK=y
CONFIG_QUEUE_RWLOCK=y
CONFIG_FREEZER=y

#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_X2APIC=y
CONFIG_X86_MPPARSE=y
CONFIG_X86_EXTENDED_PLATFORM=y
# CONFIG_X86_NUMACHIP is not set
# CONFIG_X86_VSMP is not set
# CONFIG_X86_UV is not set
# CONFIG_X86_GOLDFISH is not set
CONFIG_X86_INTEL_LPSS=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 is not set
# CONFIG_XEN is not set
# CONFIG_KVM_GUEST is not set
CONFIG_PARAVIRT_TIME_ACCOUNTING=y
CONFIG_NO_BOOTMEM=y
# CONFIG_MEMTEST is not set
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
CONFIG_MCORE2=y
# CONFIG_MATOM is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_P6_NOP=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_PROCESSOR_SELECT=y
CONFIG_CPU_SUP_INTEL=y
# CONFIG_CPU_SUP_AMD is not set
# CONFIG_CPU_SUP_CENTAUR is not set
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
# CONFIG_CALGARY_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=16
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_COUNT=y
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 is not set
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_MICROCODE_INTEL_EARLY is not set
# CONFIG_MICROCODE_AMD_EARLY is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_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=9
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
# CONFIG_ARCH_MEMORY_PROBE is not set
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 is not set
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
# CONFIG_MEMORY_HOTREMOVE is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
# CONFIG_HWPOISON_INJECT is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
CONFIG_CLEANCACHE=y
# CONFIG_CMA is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
# CONFIG_ZSMALLOC is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
CONFIG_EFI=y
CONFIG_EFI_STUB=y
# CONFIG_EFI_MIXED is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y

#
# Power management and ACPI options
#
# CONFIG_SUSPEND is not set
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_DPM_WATCHDOG is not set
CONFIG_PM_CLK=y
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
# CONFIG_ACPI_PROCFS_POWER is not set
# CONFIG_ACPI_EC_DEBUGFS is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=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_SBS is not set
CONFIG_ACPI_HED=y
# CONFIG_ACPI_CUSTOM_METHOD is not set
CONFIG_ACPI_BGRT=y
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY 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 is not set
# CONFIG_ACPI_APEI_ERST_DEBUG is not set
# CONFIG_ACPI_EXTLOG is not set
CONFIG_SFI=y

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

#
# x86 CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
# CONFIG_X86_PCC_CPUFREQ is not set
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
# CONFIG_CPU_IDLE_GOV_LADDER is not set
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 is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=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=y
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
CONFIG_PCI_STUB=y
CONFIG_HT_IRQ=y
CONFIG_PCI_ATS=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_IOAPIC=y
CONFIG_PCI_LABEL=y

#
# PCI host controller drivers
#
CONFIG_ISA_DMA_API=y
# CONFIG_PCCARD is not set
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_ACPI=y
# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set
# CONFIG_RAPIDIO is not set
# CONFIG_X86_SYSFB is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
# CONFIG_BINFMT_MISC is not set
CONFIG_COREDUMP=y
# CONFIG_IA32_EMULATION is not set
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_IOSF_MBI=y
CONFIG_PMC_ATOM=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
# CONFIG_NET_IP_TUNNEL is not set
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
# CONFIG_NET_UDP_TUNNEL is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_INET_LRO=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
# CONFIG_IPV6 is not set
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y

#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK_ACCT is not set
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
# CONFIG_NF_CONNTRACK is not set
# CONFIG_NF_TABLES is not set
CONFIG_NETFILTER_XTABLES=y

#
# Xtables combined modules
#
# CONFIG_NETFILTER_XT_MARK is not set

#
# Xtables targets
#
# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
# CONFIG_NETFILTER_XT_TARGET_LED is not set
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
# CONFIG_NETFILTER_XT_TARGET_TEE is not set
# CONFIG_NETFILTER_XT_TARGET_SECMARK is not set
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set

#
# Xtables matches
#
# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_BPF is not set
# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
# CONFIG_NETFILTER_XT_MATCH_CPU is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ECN is not set
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_HL is not set
# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
# CONFIG_NETFILTER_XT_MATCH_L2TP is not set
# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_MAC is not set
# CONFIG_NETFILTER_XT_MATCH_MARK is not set
# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
# CONFIG_NETFILTER_XT_MATCH_STRING is not set
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
# CONFIG_NETFILTER_XT_MATCH_U32 is not set
# CONFIG_IP_SET is not set
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
# CONFIG_NF_DEFRAG_IPV4 is not set
# CONFIG_NF_LOG_ARP is not set
# CONFIG_NF_LOG_IPV4 is not set
CONFIG_IP_NF_IPTABLES=y
# CONFIG_IP_NF_MATCH_AH is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_TTL is not set
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
# CONFIG_IP_NF_MANGLE is not set
# CONFIG_IP_NF_RAW is not set
# CONFIG_IP_NF_SECURITY is not set
# CONFIG_IP_NF_ARPTABLES is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
# CONFIG_BRIDGE is not set
CONFIG_HAVE_NET_DSA=y
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_CODEL is not set
# CONFIG_NET_SCH_FQ_CODEL is not set
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
# CONFIG_NET_SCH_INGRESS is not set
# CONFIG_NET_SCH_PLUG is not set

#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_TCINDEX is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
CONFIG_NET_CLS_CGROUP=y
# CONFIG_NET_CLS_BPF is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
# CONFIG_NET_EMATCH_CMP is not set
# CONFIG_NET_EMATCH_NBYTE is not set
# CONFIG_NET_EMATCH_U32 is not set
# CONFIG_NET_EMATCH_META is not set
# CONFIG_NET_EMATCH_TEXT is not set
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
# CONFIG_NET_ACT_GACT is not set
# CONFIG_NET_ACT_MIRRED is not set
# CONFIG_NET_ACT_IPT is not set
# CONFIG_NET_ACT_NAT is not set
# CONFIG_NET_ACT_PEDIT is not set
# CONFIG_NET_ACT_SIMP is not set
# CONFIG_NET_ACT_SKBEDIT is not set
# CONFIG_NET_ACT_CSUM is not set
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
CONFIG_NETLINK_MMAP=y
# CONFIG_NETLINK_DIAG is not set
# CONFIG_NET_MPLS_GSO is not set
# CONFIG_HSR is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_NET_DROP_MONITOR=y
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
# CONFIG_WIRELESS is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
CONFIG_HAVE_BPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
# CONFIG_DEBUG_DRIVER is not set
CONFIG_DEBUG_DEVRES=y
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
# CONFIG_DMA_SHARED_BUFFER is not set

#
# Bus devices
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set

#
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1780 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_BMP085_I2C is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_SRAM is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_CB710_CORE is not set

#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
# CONFIG_SENSORS_LIS3_I2C is not set

#
# Altera FPGA firmware download module
#
# CONFIG_ALTERA_STAPL is not set
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
# CONFIG_INTEL_MEI_TXE is not set
# CONFIG_VMWARE_VMCI is not set

#
# Intel MIC Bus Driver
#
# CONFIG_INTEL_MIC_BUS is not set

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

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

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=y
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=y
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_SCSI_BNX2X_FCOE is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
CONFIG_MEGARAID_NEWGEN=y
# CONFIG_MEGARAID_MM is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_MPT3SAS is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_VMWARE_PVSCSI is not set
CONFIG_HYPERV_STORAGE=y
# CONFIG_LIBFC is not set
# CONFIG_LIBFCOE is not set
# CONFIG_FCOE is not set
# CONFIG_FCOE_FNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_ISCI is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_BFA_FC is not set
# CONFIG_SCSI_CHELSIO_FCOE is not set
CONFIG_SCSI_DH=y
# CONFIG_SCSI_DH_RDAC is not set
# CONFIG_SCSI_DH_HP_SW is not set
# CONFIG_SCSI_DH_EMC is not set
# CONFIG_SCSI_DH_ALUA is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
# CONFIG_SATA_ZPODD is not set
CONFIG_SATA_PMP=y

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

#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y

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

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

#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_PLATFORM is not set
# CONFIG_PATA_RZ1000 is not set

#
# Generic fallback / legacy drivers
#
CONFIG_PATA_ACPI=y
CONFIG_ATA_GENERIC=y
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
CONFIG_BCACHE=y
CONFIG_BCACHE_DEBUG=y
# CONFIG_BCACHE_CLOSURES_DEBUG is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_DEBUG=y
CONFIG_DM_BUFIO=y
# CONFIG_DM_CRYPT is not set
CONFIG_DM_SNAPSHOT=y
# CONFIG_DM_THIN_PROVISIONING is not set
# CONFIG_DM_CACHE is not set
# CONFIG_DM_ERA is not set
CONFIG_DM_MIRROR=y
# CONFIG_DM_LOG_USERSPACE is not set
# CONFIG_DM_RAID is not set
CONFIG_DM_ZERO=y
CONFIG_DM_MULTIPATH=y
CONFIG_DM_MULTIPATH_QL=y
CONFIG_DM_MULTIPATH_ST=y
CONFIG_DM_DELAY=y
CONFIG_DM_UEVENT=y
CONFIG_DM_FLAKEY=y
# CONFIG_DM_VERITY is not set
# CONFIG_DM_SWITCH is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_IFB is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set

#
# CAIF transport drivers
#

#
# Distributed Switch Architecture drivers
#
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_MV88E6060 is not set
# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
# CONFIG_NET_DSA_MV88E6131 is not set
# CONFIG_NET_DSA_MV88E6123_61_65 is not set
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_XGENE is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_VENDOR_BROADCOM is not set
# CONFIG_NET_VENDOR_BROCADE is not set
# CONFIG_NET_CALXEDA_XGMAC is not set
# CONFIG_NET_VENDOR_CHELSIO is not set
CONFIG_NET_VENDOR_CISCO=y
# CONFIG_ENIC is not set
# CONFIG_CX_ECAT is not set
# CONFIG_DNET is not set
# CONFIG_NET_VENDOR_DEC is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_EXAR is not set
# CONFIG_NET_VENDOR_HP is not set
# CONFIG_NET_VENDOR_INTEL is not set
# CONFIG_IP1000 is not set
# CONFIG_JME is not set
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
CONFIG_NET_VENDOR_MELLANOX=y
# CONFIG_MLX4_EN is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_MLX5_CORE is not set
CONFIG_NET_VENDOR_MICREL=y
# CONFIG_KS8851_MLL is not set
# CONFIG_KSZ884X_PCI is not set
CONFIG_NET_VENDOR_MYRI=y
# CONFIG_MYRI10GE is not set
# CONFIG_FEALNX is not set
CONFIG_NET_VENDOR_NATSEMI=y
# CONFIG_NATSEMI is not set
# CONFIG_NS83820 is not set
CONFIG_NET_VENDOR_8390=y
# CONFIG_NE2K_PCI is not set
CONFIG_NET_VENDOR_NVIDIA=y
# CONFIG_FORCEDETH is not set
CONFIG_NET_VENDOR_OKI=y
# CONFIG_ETHOC is not set
CONFIG_NET_PACKET_ENGINE=y
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_QLGE is not set
# CONFIG_NETXEN_NIC is not set
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_R8169 is not set
# CONFIG_SH_ETH is not set
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
# CONFIG_NET_VENDOR_SAMSUNG is not set
# CONFIG_NET_VENDOR_SEEQ is not set
CONFIG_NET_VENDOR_SILAN=y
# CONFIG_SC92031 is not set
CONFIG_NET_VENDOR_SIS=y
# CONFIG_SIS900 is not set
# CONFIG_SIS190 is not set
# CONFIG_SFC is not set
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_EPIC100 is not set
# CONFIG_SMSC911X is not set
# CONFIG_SMSC9420 is not set
CONFIG_NET_VENDOR_STMICRO=y
# CONFIG_STMMAC_ETH is not set
CONFIG_NET_VENDOR_SUN=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NIU is not set
CONFIG_NET_VENDOR_TEHUTI=y
# CONFIG_TEHUTI is not set
CONFIG_NET_VENDOR_TI=y
# CONFIG_TLAN is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
# CONFIG_AT803X_PHY is not set
# CONFIG_AMD_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MICREL_PHY is not set
CONFIG_FIXED_PHY=y
# CONFIG_MDIO_BITBANG is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set

#
# Host-side USB support is needed for USB Network Adapter support
#
# CONFIG_WLAN is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
# CONFIG_WAN is not set
# CONFIG_VMXNET3 is not set
CONFIG_HYPERV_NET=y
# CONFIG_ISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=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 is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_GPIO is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_INPUT_JOYSTICK is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_SERIAL_WACOM4 is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_EETI is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_ILI210X is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_MCS5000 is not set
# CONFIG_TOUCHSCREEN_MMS114 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_PIXCIR is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_ST1232 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
# CONFIG_TOUCHSCREEN_ZFORCE is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=y
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
CONFIG_HYPERV_KEYBOARD=y
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_ROCKETPORT is not set
# CONFIG_CYCLADES is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_NOZOMI is not set
# CONFIG_ISI is not set
# CONFIG_N_HDLC is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
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_DW is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_KGDB_NMI is not set
# CONFIG_SERIAL_MFD_HSU is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_CONSOLE_POLL=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_TTY_PRINTK is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_INTEL is not set
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_VIA is not set
CONFIG_NVRAM=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=8192
CONFIG_HPET=y
# CONFIG_HPET_MMAP is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y

#
# I2C support
#
CONFIG_I2C=y
CONFIG_I2C_ACPI=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
# CONFIG_I2C_CHARDEV is not set
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_ISMT is not set
CONFIG_I2C_PIIX4=y
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set

#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_CBUS_GPIO is not set
# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set

#
# PPS support
#
# CONFIG_PPS is not set

#
# PPS generators support
#

#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set
# CONFIG_DP83640_PHY is not set
CONFIG_PINCTRL=y

#
# Pin controllers
#
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
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

#
# Memory mapped GPIO drivers:
#
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_IT8761E is not set
# CONFIG_GPIO_F7188X is not set
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_SCH is not set
# CONFIG_GPIO_ICH is not set
# CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_LYNXPOINT is not set

#
# I2C GPIO expanders:
#
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set
# CONFIG_GPIO_SX150X is not set
# CONFIG_GPIO_ADP5588 is not set

#
# PCI GPIO expanders:
#
# CONFIG_GPIO_BT8XX is not set
# CONFIG_GPIO_AMD8111 is not set
# CONFIG_GPIO_INTEL_MID is not set
# CONFIG_GPIO_ML_IOH is not set
# CONFIG_GPIO_RDC321X is not set

#
# SPI GPIO expanders:
#

#
# AC97 GPIO expanders:
#

#
# LPC GPIO expanders:
#

#
# MODULbus GPIO expanders:
#

#
# USB GPIO expanders:
#
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_GPIO is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_BQ24190 is not set
# CONFIG_CHARGER_BQ24735 is not set
# CONFIG_CHARGER_SMB347 is not set
CONFIG_POWER_RESET=y
# CONFIG_POWER_AVS is not set
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_GPIO_FAN is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_CORETEMP is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_HTU21 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_NCT6683 is not set
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT15 is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHTC1 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH56XX_COMMON is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set

#
# ACPI drivers
#
# CONFIG_SENSORS_ACPI_POWER is not set
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_EMULATION is not set
# CONFIG_INTEL_POWERCLAMP is not set
# CONFIG_X86_PKG_TEMP_THERMAL is not set
# CONFIG_ACPI_INT3403_THERMAL is not set
# CONFIG_INTEL_SOC_DTS_THERMAL is not set

#
# Texas Instruments thermal drivers
#
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_F71808E_WDT is not set
# CONFIG_SP5100_TCO is not set
# CONFIG_SBC_FITPC2_WATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_IE6XX_WDT is not set
# CONFIG_ITCO_WDT is not set
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
# CONFIG_HP_WATCHDOG is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_NV_TCO is not set
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_VIA_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
# CONFIG_MEN_A21_WDT is not set

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_AS3711 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_AXP20X is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HTC_I2CPLD is not set
# CONFIG_LPC_ICH is not set
# CONFIG_LPC_SCH is not set
# CONFIG_INTEL_SOC_PMIC is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77686 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RTSX_PCI is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SMSC is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TPS65218 is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65910 is not set
# CONFIG_MFD_TPS65912 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_INTEL_GTT=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_VGA_SWITCHEROO is not set

#
# Direct Rendering Manager
#
# CONFIG_DRM is not set

#
# Frame buffer Devices
#
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
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 is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
# CONFIG_FB_MODE_HELPERS is not set
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
CONFIG_FB_VESA=y
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
CONFIG_FB_HYPERV=y
# CONFIG_FB_SIMPLE is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
# CONFIG_VGASTATE is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
# CONFIG_SOUND is not set

#
# HID support
#
CONFIG_HID=y
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
# CONFIG_HID_ACRUX is not set
# CONFIG_HID_APPLE is not set
# CONFIG_HID_AUREAL is not set
# CONFIG_HID_BELKIN is not set
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_TWINHAN is not set
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LENOVO is not set
# CONFIG_HID_LOGITECH is not set
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MICROSOFT is not set
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
CONFIG_HID_HYPERV_MOUSE=y
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set

#
# I2C HID support
#
# CONFIG_I2C_HID is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
# CONFIG_USB_SUPPORT is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y

#
# LED drivers
#
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_GPIO is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_LP5562 is not set
# CONFIG_LEDS_LP8501 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
# CONFIG_LEDS_LT3593 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_LM355x is not set

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_CPU is not set
# CONFIG_LEDS_TRIGGER_GPIO is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set

#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_LEDS_TRIGGER_CAMERA is not set
CONFIG_ACCESSIBILITY=y
CONFIG_A11Y_BRAILLE_CONSOLE=y
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y
CONFIG_EDAC_LEGACY_SYSFS=y
# CONFIG_EDAC_DEBUG is not set
# CONFIG_EDAC_MM_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
# CONFIG_RTC_SYSTOHC is not set
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_ISL12057 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF85063 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_EFI is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_XGENE is not set

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

#
# DMA Devices
#
# CONFIG_INTEL_MID_DMAC is not set
# CONFIG_INTEL_IOATDMA is not set
# CONFIG_DW_DMAC_CORE is not set
# CONFIG_DW_DMAC is not set
# CONFIG_DW_DMAC_PCI is not set
CONFIG_DMA_ACPI=y
CONFIG_AUXDISPLAY=y
# CONFIG_UIO is not set
# CONFIG_VFIO is not set
# CONFIG_VIRT_DRIVERS is not set

#
# Virtio drivers
#
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_MMIO is not set

#
# Microsoft Hyper-V guest support
#
CONFIG_HYPERV=y
CONFIG_HYPERV_UTILS=y
CONFIG_HYPERV_BALLOON=y
CONFIG_STAGING=y
# CONFIG_ET131X is not set
# CONFIG_SLICOSS is not set
# CONFIG_RTS5208 is not set
# CONFIG_FB_XGI is not set
# CONFIG_FT1000 is not set

#
# Speakup console speech
#
# CONFIG_SPEAKUP is not set
# CONFIG_TOUCHSCREEN_CLEARPAD_TM1217 is not set
# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
CONFIG_STAGING_MEDIA=y

#
# Android
#
# CONFIG_ANDROID is not set
# CONFIG_XILLYBUS is not set
# CONFIG_DGNC is not set
# CONFIG_DGAP is not set
# CONFIG_GS_FPGABOOT is not set
# CONFIG_CRYPTO_SKEIN is not set
# CONFIG_CRYPTO_THREEFISH is not set
# CONFIG_UNISYSSPAR is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACERHDF is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_DELL_SMO8800 is not set
# CONFIG_FUJITSU_TABLET is not set
# CONFIG_HP_ACCEL is not set
# CONFIG_HP_WIRELESS is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_EEEPC_LAPTOP is not set
# CONFIG_ACPI_WMI is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_TOSHIBA_HAPS is not set
# CONFIG_ACPI_CMPC is not set
# CONFIG_INTEL_IPS is not set
# CONFIG_IBM_RTL is not set
# CONFIG_SAMSUNG_Q10 is not set
# CONFIG_INTEL_RST is not set
CONFIG_INTEL_SMARTCONNECT=y
# CONFIG_PVPANIC is not set
CONFIG_CHROME_PLATFORMS=y
# CONFIG_CHROMEOS_LAPTOP is not set
# CONFIG_CHROMEOS_PSTORE is not set

#
# SOC (System On Chip) specific Drivers
#
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y

#
# Common Clock Framework
#
# CONFIG_COMMON_CLK_SI5351 is not set

#
# Hardware Spinlock drivers
#

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
# 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 is not set
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y
CONFIG_AMD_IOMMU=y
CONFIG_AMD_IOMMU_STATS=y
# CONFIG_AMD_IOMMU_V2 is not set
CONFIG_DMAR_TABLE=y
CONFIG_INTEL_IOMMU=y
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_IRQ_REMAP=y

#
# Remoteproc drivers
#
# CONFIG_STE_MODEM_RPROC is not set

#
# Rpmsg drivers
#
# CONFIG_PM_DEVFREQ is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
# CONFIG_FMC is not set

#
# PHY Subsystem
#
# CONFIG_GENERIC_PHY is not set
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_PHY_ST_SPEAR1310_MIPHY is not set
# CONFIG_PHY_ST_SPEAR1340_MIPHY is not set
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set
CONFIG_RAS=y
# CONFIG_THUNDERBOLT is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_GOOGLE_FIRMWARE is not set

#
# EFI (Extensible Firmware Interface) Support
#
CONFIG_EFI_VARS=y
CONFIG_EFI_VARS_PSTORE=y
CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y
CONFIG_EFI_RUNTIME_WRAPPERS=y
CONFIG_UEFI_CPER=y

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_XFS_FS=y
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_XFS_WARN is not set
# CONFIG_XFS_DEBUG is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set

#
# Caches
#
# CONFIG_FSCACHE is not set

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_LOGFS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_PSTORE=y
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_FTRACE is not set
# CONFIG_PSTORE_RAM is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_F2FS_FS is not set
CONFIG_EFIVAR_FS=y
CONFIG_NETWORK_FILESYSTEMS=y
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_CEPH_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM 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=y
# CONFIG_DEBUG_INFO_SPLIT is not set
CONFIG_DEBUG_INFO_DWARF4=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
CONFIG_STRIP_ASM_SYMS=y
CONFIG_READABLE_ASM=y
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
CONFIG_DEBUG_PAGEALLOC=y
CONFIG_WANT_PAGE_DEBUG_FLAGS=y
CONFIG_PAGE_GUARD=y
CONFIG_DEBUG_OBJECTS=y
# CONFIG_DEBUG_OBJECTS_SELFTEST is not set
CONFIG_DEBUG_OBJECTS_FREE=y
CONFIG_DEBUG_OBJECTS_TIMERS=y
CONFIG_DEBUG_OBJECTS_WORK=y
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
CONFIG_SLUB_DEBUG_ON=y
# 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=y
CONFIG_DEBUG_VM_VMACACHE=y
CONFIG_DEBUG_VM_RB=y
CONFIG_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_MEMORY_INIT is not set
CONFIG_DEBUG_PER_CPU_MAPS=y
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_HAVE_ARCH_KMEMCHECK=y
CONFIG_DEBUG_SHIRQ=y

#
# 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_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
CONFIG_TIMER_STATS=y

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_LOCKDEP is not set
CONFIG_DEBUG_ATOMIC_SLEEP=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
CONFIG_TRACE_IRQFLAGS=y
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_KOBJECT_RELEASE is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_LIST=y
CONFIG_DEBUG_PI_LIST=y
CONFIG_DEBUG_SG=y
CONFIG_DEBUG_NOTIFIERS=y
CONFIG_DEBUG_CREDENTIALS=y

#
# RCU Debugging
#
# CONFIG_PROVE_RCU is not set
CONFIG_SPARSE_RCU_POINTER=y
# CONFIG_TORTURE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=60
# CONFIG_RCU_CPU_STALL_INFO is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
CONFIG_FAULT_INJECTION=y
# CONFIG_FAILSLAB is not set
# CONFIG_FAIL_PAGE_ALLOC is not set
CONFIG_FAIL_MAKE_REQUEST=y
# CONFIG_FAIL_IO_TIMEOUT is not set
# CONFIG_FAULT_INJECTION_DEBUG_FS is not set
# CONFIG_LATENCYTOP is not set
CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
# CONFIG_IRQSOFF_TRACER is not set
CONFIG_SCHED_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_UPROBE_EVENT=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 is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set

#
# Runtime Testing
#
# CONFIG_LKDTM is not set
CONFIG_TEST_LIST_SORT=y
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
CONFIG_ATOMIC64_SELFTEST=y
# CONFIG_TEST_STRING_HELPERS is not set
CONFIG_TEST_KSTRTOX=y
CONFIG_TEST_RHASHTABLE=y
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
CONFIG_DMA_API_DEBUG=y
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_KGDB=y
CONFIG_KGDB_SERIAL_CONSOLE=y
CONFIG_KGDB_TESTS=y
# CONFIG_KGDB_TESTS_ON_BOOT is not set
CONFIG_KGDB_LOW_LEVEL_TRAP=y
CONFIG_KGDB_KDB=y
CONFIG_KDB_KEYBOARD=y
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
CONFIG_STRICT_DEVMEM=y
# CONFIG_X86_VERBOSE_BOOTUP is not set
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_EARLY_PRINTK_EFI=y
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
CONFIG_DEBUG_RODATA_TEST=y
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
CONFIG_DEBUG_BOOT_PARAMS=y
# CONFIG_CPA_DEBUG is not set
CONFIG_OPTIMIZE_INLINING=y
# CONFIG_DEBUG_NMI_SELFTEST is not set
CONFIG_X86_DEBUG_STATIC_CPU_HAS=y

#
# Security options
#
# CONFIG_KEYS is not set
# 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 is not set
CONFIG_INTEL_TXT=y
CONFIG_LSM_MMAP_MIN_ADDR=65536
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
# CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_YAMA is not set
# CONFIG_IMA is not set
# CONFIG_EVM is not set
CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFAULT_SECURITY_DAC is not set
CONFIG_DEFAULT_SECURITY="selinux"
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_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
CONFIG_CRYPTO_GF128MUL=y
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=y
# CONFIG_CRYPTO_AUTHENC is not set
CONFIG_CRYPTO_ABLK_HELPER=y
CONFIG_CRYPTO_GLUE_HELPER_X86=y

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
CONFIG_CRYPTO_SEQIV=y

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=y

#
# Hash modes
#
# CONFIG_CRYPTO_CMAC is not set
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_VMAC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=y
# CONFIG_CRYPTO_CRC32 is not set
CONFIG_CRYPTO_CRC32_PCLMUL=y
CONFIG_CRYPTO_CRCT10DIF=y
CONFIG_CRYPTO_CRCT10DIF_PCLMUL=y
# CONFIG_CRYPTO_GHASH is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=y
# CONFIG_CRYPTO_SHA1_SSSE3 is not set
# CONFIG_CRYPTO_SHA256_SSSE3 is not set
# CONFIG_CRYPTO_SHA512_SSSE3 is not set
CONFIG_CRYPTO_SHA256=y
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_AES_NI_INTEL=y
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_ARC4 is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAMELLIA_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set
# CONFIG_CRYPTO_DES is not set
# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_X86_64 is not set
# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set

#
# Compression
#
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_ZLIB is not set
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
# CONFIG_CRYPTO_DRBG_MENU is not set
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
# CONFIG_CRYPTO_DEV_CCP is not set
# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_BITREVERSE=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_PERCPU_RWSEM=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
# CONFIG_CRC_CCITT is not set
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_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 is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
# CONFIG_CPUMASK_OFFSTACK is not set
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
# CONFIG_AVERAGE is not set
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
CONFIG_UCS2_STRING=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_ARCH_HAS_SG_CHAIN=y

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-20 11:40   ` Sitsofe Wheeler
@ 2014-08-20 13:42     ` Dexuan Cui
  0 siblings, 0 replies; 24+ messages in thread
From: Dexuan Cui @ 2014-08-20 13:42 UTC (permalink / raw)
  To: Sitsofe Wheeler
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel,
	linux-kernel, Jean-Christophe Plagniol-Villard, linux-fbdev,
	Kylie Liang

> -----Original Message-----
> From: Sitsofe Wheeler
> Sent: Wednesday, August 20, 2014 19:40 PM
> > I suppose you're using  the latest mainline v3.17-rc1(7d1311b9).
> 
> That's right - Linux 3.17-rc1
> (7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9).
Ok, let me try to reproduce it first.

> > Can you please attach your kernel config file so that I can try to reproduce
> > the issue more easily?
> 
> Sure (it's pretty much the same one mentioned in
> https://lkml.org/lkml/2014/8/19/101 and
> https://lkml.org/lkml/2014/8/19/708 but those don't seem framebuffer
> related) but just in case I'll attach it to this mail.
Thanks for the info! 

> > Do you mean the issue only happens to UP guest and doesn't happen to
> > SMP guest?
> 
> Yes - if in Windows I go to Hyper-V Manager, press the right mouse
> button over the guest and go to Settings..., click on Processor at the
> left and set the Number of virtual processors to 1 on the right then
> this issue occurs. If the number is greater than 1 then this does not
> seem to occur.
It's strange SMP guest is ok while UP is not ok. :-(

Thanks,
-- Dexuan

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-20  9:26 [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write) Sitsofe Wheeler
  2014-08-20 11:15 ` Dexuan Cui
@ 2014-08-25 14:02 ` Dexuan Cui
  2014-08-25 17:41   ` Sitsofe Wheeler
  1 sibling, 1 reply; 24+ messages in thread
From: Dexuan Cui @ 2014-08-25 14:02 UTC (permalink / raw)
  To: Sitsofe Wheeler
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel,
	linux-kernel, Jean-Christophe Plagniol-Villard, linux-fbdev

> -----Original Message-----
> From: Sitsofe Wheeler
> Sent: Wednesday, August 20, 2014 17:27 PM
> 
> While booting a Hyper-V 3.17.0-rc1 guest on a 2012 R2 host a BUG was
> triggered while registering hyperv_fb which in turn caused a panic.
> Various kernel debugging options (CONFIG_DEBUG_PAGEALLOC,
> CONFIG_SLUB_DEBUG=y...) were on at the time. This only seems to happen
> if the guest is being booted with only one CPU allocated to it.
 
Hi Sitsofe,
I can reproduce the exact issue with the same commit + your kconfig + UP
guest (SMP guest seems ok.)

> [    7.645526] hv_vmbus: registering driver hyperv_fb
> [    7.657553] BUG: unable to handle kernel paging request at
> ffff880077800004
> [    7.658224] IP: [<ffffffff8159a7ac>] hv_ringbuffer_write+0x7c/0x150
> [    7.658224] PGD 2da9067 PUD 2dac067 PMD 7fa27067 PTE
> 8000000077800060
> [    7.658224] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
It seems 
hv_ringbuffer_write() -> 
    hv_get_ringbuffer_availbytes():
        reading rbi->ring_buffer->read_index causes a page fault.

It looks rbi->ring_buffer was unmapped somehow according to the
semantics of CONFIG_DEBUG_PAGEALLOC??? Or, was there a memory
corruption somewhere?

It looks the panic will disappear if the guest isn't configured with a 
"Network Adapter ".

Thanks,
-- Dexuan

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

* Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-25 14:02 ` Dexuan Cui
@ 2014-08-25 17:41   ` Sitsofe Wheeler
  2014-08-26 10:30     ` Dexuan Cui
  0 siblings, 1 reply; 24+ messages in thread
From: Sitsofe Wheeler @ 2014-08-25 17:41 UTC (permalink / raw)
  To: Dexuan Cui
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel,
	linux-kernel, Jean-Christophe Plagniol-Villard, linux-fbdev

Hi Dexuan,

On Mon, Aug 25, 2014 at 02:02:21PM +0000, Dexuan Cui wrote:
> > -----Original Message-----
> > From: Sitsofe Wheeler
> > Sent: Wednesday, August 20, 2014 17:27 PM
> > 
> > While booting a Hyper-V 3.17.0-rc1 guest on a 2012 R2 host a BUG was
> > triggered while registering hyperv_fb which in turn caused a panic.
> > Various kernel debugging options (CONFIG_DEBUG_PAGEALLOC,
> > CONFIG_SLUB_DEBUG=y...) were on at the time. This only seems to happen
> > if the guest is being booted with only one CPU allocated to it.
>  
> I can reproduce the exact issue with the same commit + your kconfig + UP
> guest (SMP guest seems ok.)

Thanks for getting back - I was wondering if my mails had dropped into a
black hole as I haven't heard anything on any of them for a few days
(and no one had mentioned they had been able to reproduce the issues
reported).

> > [    7.645526] hv_vmbus: registering driver hyperv_fb
> > [    7.657553] BUG: unable to handle kernel paging request at
> > ffff880077800004
> > [    7.658224] IP: [<ffffffff8159a7ac>] hv_ringbuffer_write+0x7c/0x150
> > [    7.658224] PGD 2da9067 PUD 2dac067 PMD 7fa27067 PTE
> > 8000000077800060
> > [    7.658224] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
> It seems 
> hv_ringbuffer_write() -> 
>     hv_get_ringbuffer_availbytes():
>         reading rbi->ring_buffer->read_index causes a page fault.
> 
> It looks rbi->ring_buffer was unmapped somehow according to the
> semantics of CONFIG_DEBUG_PAGEALLOC??? Or, was there a memory
> corruption somewhere?
> 
> It looks the panic will disappear if the guest isn't configured with a 
> "Network Adapter ".

This sounds very fishy as if network setup has left things in a bad
state. What is baffles me is the whole UP vs SMP thing - why would UP
make this show up consistently? Perhaps some assertions could be added
to check that rbi->ring_buffer still has sane values in it after
operations on it are finished?

I guess you could try switching things around and using
kmemcheck (https://www.kernel.org/doc/Documentation/kmemcheck.txt ). If
the whole area close to rbi->ring_buffer->read_index is being stomped on
it should show up. If it's just being set to a duff value or freed that
going to be harder to track down although poisoning before freeing
should allow us to distinguish that case...

>From your analysis this doesn't sound framebuffer related - perhaps we
could drop the linuxfb CC's on these mails going forward?

-- 
Sitsofe | http://sucs.org/~sits/

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-25 17:41   ` Sitsofe Wheeler
@ 2014-08-26 10:30     ` Dexuan Cui
  2014-08-27 10:44       ` Sitsofe Wheeler
  0 siblings, 1 reply; 24+ messages in thread
From: Dexuan Cui @ 2014-08-26 10:30 UTC (permalink / raw)
  To: Sitsofe Wheeler
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel

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

> -----Original Message-----
> From: Sitsofe Wheeler
> Sent: Tuesday, August 26, 2014 1:42 AM
> > > [    7.645526] hv_vmbus: registering driver hyperv_fb
> > > [    7.657553] BUG: unable to handle kernel paging request at
> > > ffff880077800004
> > > [    7.658224] IP: [<ffffffff8159a7ac>] hv_ringbuffer_write+0x7c/0x150
> > > [    7.658224] PGD 2da9067 PUD 2dac067 PMD 7fa27067 PTE
> > > 8000000077800060
> > > [    7.658224] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
> > It seems
> > hv_ringbuffer_write() ->
> >     hv_get_ringbuffer_availbytes():
> >         reading rbi->ring_buffer->read_index causes a page fault.
> >
> > It looks rbi->ring_buffer was unmapped somehow according to the
> > semantics of CONFIG_DEBUG_PAGEALLOC??? Or, was there a memory
> > corruption somewhere?
> >
> > It looks the panic will disappear if the guest isn't configured with a
> > "Network Adapter ".
IMO it has nothing to do with the hyperv netvsc, as here hypervfb is the first
one to invoke vmbus_open(), and hyperv netvsc's vmbus_open() hasn't been
invoked.

> This sounds very fishy as if network setup has left things in a bad
> state. 
Ditto. I doubt the network driver causes the issue.

> What is baffles me is the whole UP vs SMP thing - why would UP
> make this show up consistently? Perhaps some assertions could be added
> to check that rbi->ring_buffer still has sane values in it after
> operations on it are finished?
With more tests, I found vcpus=2 has the same issue, despite  a
small possibility.
vcpus=4 seems fine in my limited tests.

> I guess you could try switching things around and using
> kmemcheck (https://www.kernel.org/doc/Documentation/kmemcheck.txt ).
> If
> the whole area close to rbi->ring_buffer->read_index is being stomped on
> it should show up. If it's just being set to a duff value or freed that
> going to be harder to track down although poisoning before freeing
> should allow us to distinguish that case...
Thanks for the info.

Actually I found the direct cause of the panic:
sometimes vmbus_post_msg() can return 4 (HV_STATUS_INVALID_ALIGNMENT),
but vmbus_open() doesn't propagate this error to the caller
synthvid_connect_vsp(), and vmbus_open() " goto error1"  and frees the
ringbuffer! So later the access to ring_buffer->read_index is caught by
CONFIG_DEBUG_PAGEALLOC.

I don't see any "invalid alignment" here... and I can't explain why vcpus=4
seems OK... Debugging WIP.

BTW, please try the attached patch.
With it, the VM doesn't panic in my side with vcpus=1 and can boot to
shell prompt(looks the boot-up is very slow. I have to wait for several minutes...)

> From your analysis this doesn't sound framebuffer related - perhaps we
> could drop the linuxfb CC's on these mails going forward?
OK. I removed linuxfb and Jean.

Thanks,
-- Dexuan

[-- Attachment #2: fix_vmbus_open.patch --]
[-- Type: application/octet-stream, Size: 1058 bytes --]

diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
index 531a593..f5283a0 100644
--- a/drivers/hv/channel.c
+++ b/drivers/hv/channel.c
@@ -165,8 +165,10 @@ int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size,
 	ret = vmbus_post_msg(open_msg,
 			       sizeof(struct vmbus_channel_open_channel));
 
-	if (ret != 0)
+	if (ret != 0) {
+		err = ret;
 		goto error1;
+	}
 
 	t = wait_for_completion_timeout(&open_info->waitevent, 5*HZ);
 	if (t == 0) {
diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c
index ae22e3c..197ea0e 100644
--- a/drivers/hv/connection.c
+++ b/drivers/hv/connection.c
@@ -429,11 +429,14 @@ int vmbus_post_msg(void *buffer, size_t buflen)
 	 */
 	while (retries < 3) {
 		ret =  hv_post_message(conn_id, 1, buffer, buflen);
-		if (ret != HV_STATUS_INSUFFICIENT_BUFFERS)
+		if (ret != HV_STATUS_INSUFFICIENT_BUFFERS) {
+			WARN(ret, KERN_ERR "ret = %d\n", ret);
 			return ret;
+		}
 		retries++;
 		msleep(100);
 	}
+	WARN(ret, KERN_ERR "ret = %d, retries=%d\n", ret, retries);
 	return ret;
 }
 

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

* Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-26 10:30     ` Dexuan Cui
@ 2014-08-27 10:44       ` Sitsofe Wheeler
  2014-08-27 11:30         ` Dexuan Cui
  0 siblings, 1 reply; 24+ messages in thread
From: Sitsofe Wheeler @ 2014-08-27 10:44 UTC (permalink / raw)
  To: Dexuan Cui
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel

On Tue, Aug 26, 2014 at 10:30:54AM +0000, Dexuan Cui wrote:
 
> > What is baffles me is the whole UP vs SMP thing - why would UP
> > make this show up consistently? Perhaps some assertions could be added
> > to check that rbi->ring_buffer still has sane values in it after
> > operations on it are finished?
> With more tests, I found vcpus=2 has the same issue, despite  a
> small possibility.
> vcpus=4 seems fine in my limited tests.

<snip>

> Actually I found the direct cause of the panic: sometimes
> vmbus_post_msg() can return 4 (HV_STATUS_INVALID_ALIGNMENT), but
> vmbus_open() doesn't propagate this error to the caller
> synthvid_connect_vsp(), and vmbus_open() " goto error1"  and frees the
> ringbuffer! So later the access to ring_buffer->read_index is caught
> by CONFIG_DEBUG_PAGEALLOC.
> 
> I don't see any "invalid alignment" here... and I can't explain why
> vcpus=4 seems OK... Debugging WIP.
> 
> BTW, please try the attached patch.  With it, the VM doesn't panic in
> my side with vcpus=1 and can boot to shell prompt(looks the boot-up is
> very slow. I have to wait for several minutes...)

A quick tip: inline patches tend to be better than attachments on LKML.
This is because if the mimetype of the attachment is something like
octet/stream then various tools (e.g.
https://lkml.org/lkml/2014/8/26/271 and
https://patchwork.kernel.org/project/LKML/list/?submitter=100981 ) won't
archive/extract the patch...

I rebased your patch on top of the K.Y.'s "Drivers: hv: vmbus: Eliminate
calls to BUG_ON()" patch set (see below). The combination no longer
triggers the bug and it doesn't take too long to boot but the network
interface fails to work (which I believe is .

Rebased vmbus open fixes patch.

---
 drivers/hv/channel.c    | 4 +++-
 drivers/hv/connection.c | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
index c7ffd42..964cdc9 100644
--- a/drivers/hv/channel.c
+++ b/drivers/hv/channel.c
@@ -165,8 +165,10 @@ int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size,
 	ret = vmbus_post_msg(open_msg,
 			       sizeof(struct vmbus_channel_open_channel));
 
-	if (ret != 0)
+	if (ret != 0) {
+		err = ret;
 		goto error1;
+	}
 
 	t = wait_for_completion_timeout(&open_info->waitevent, 5*HZ);
 	if (t == 0) {
diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c
index 16c2ccb..17bf48f 100644
--- a/drivers/hv/connection.c
+++ b/drivers/hv/connection.c
@@ -433,6 +433,7 @@ int vmbus_post_msg(void *buffer, size_t buflen)
 		switch (ret) {
 		case HV_STATUS_INSUFFICIENT_BUFFERS:
 		case -ENOMEM:
+			WARN(ret, KERN_ERR "ret = %d\n", ret);
 			break;
 		default:
 			return ret;
@@ -441,6 +442,7 @@ int vmbus_post_msg(void *buffer, size_t buflen)
 		retries++;
 		msleep(100);
 	}
+	WARN(ret, KERN_ERR "ret = %d, retries=%d\n", ret, retries);
 	return ret;
 }
 
-- 
1.9.3

Boot dmesg output (there's no line that mentions retries). The
framebuffer window also didn't resize itself:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.17.0-rc1.x86_64-dirty () (gcc version 4.8.3 20140624 (Red Hat 4.8.3-1) (GCC) ) #129 SMP Wed Aug 27 10:19:17 UTC 2014
[    0.000000] Command line: ro root=UUID=e78f2b16-8836-4e6a-9e5e-fdc6c9d3cfc3 video=hyperv_fb:800x600 LANG=en_US.UTF-8 elevator=noop console=tty0 console=ttyS0,115200n8 initrd=/boot/initramfs-3.17.0-rc1.x86_64-dirty.img BOOT_IMAGE=/boot/vmlinuz-3.17.0-rc1.x86_64-dirty 
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000f7feffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f7ff0000-0x00000000f7ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000f7fff000-0x00000000f7ffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000207ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[    0.000000] Hypervisor detected: Microsoft HyperV
[    0.000000] HyperV: features 0xe7f, hints 0x2c
[    0.000000] HyperV: LAPIC Timer Frequency: 0x30d40
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x208000 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-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00000000000 mask 3FF00000000 write-back
[    0.000000]   1 base 00100000000 mask 3F000000000 write-back
[    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 enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xf7ff0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02db0000, 0x02db0fff] PGTABLE
[    0.000000] BRK [0x02db1000, 0x02db1fff] PGTABLE
[    0.000000] BRK [0x02db2000, 0x02db2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x207e00000-0x207ffffff]
[    0.000000]  [mem 0x207e00000-0x207ffffff] page 4k
[    0.000000] BRK [0x02db3000, 0x02db3fff] PGTABLE
[    0.000000] BRK [0x02db4000, 0x02db4fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x204000000-0x207dfffff]
[    0.000000]  [mem 0x204000000-0x207dfffff] page 4k
[    0.000000] BRK [0x02db5000, 0x02db5fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x200000000-0x203ffffff]
[    0.000000]  [mem 0x200000000-0x203ffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x180000000-0x1ffffffff]
[    0.000000]  [mem 0x180000000-0x1ffffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x00100000-0xf7feffff]
[    0.000000]  [mem 0x00100000-0xf7feffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
[    0.000000]  [mem 0x100000000-0x17fffffff] page 4k
[    0.000000] RAMDISK: [mem 0x7fa41000-0x7fffefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x00000000F7FF0000 000040 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: FACP 0x00000000F7FF0200 000081 (v02 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x00000000F7FF1724 002E78 (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)
[    0.000000] ACPI: FACS 0x00000000F7FFF000 000040
[    0.000000] ACPI: WAET 0x00000000F7FF1480 000028 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: SLIC 0x00000000F7FF14C0 000176 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: OEM0 0x00000000F7FF16C0 000064 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: SRAT 0x00000000F7FF0600 000090 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000000] ACPI: APIC 0x00000000F7FF0300 00024C (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x00000000F7FFF040 000064 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0xf7ffffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x207ffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0xf7ffffff] + [mem 0x100000000-0x207ffffff] -> [mem 0x00000000-0x207ffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x207ffffff]
[    0.000000]   NODE_DATA [mem 0x206fe7000-0x206ffbfff]
[    0.000000]  [ffffea0000000000-ffffea00081fffff] PMD -> [ffff8801fe600000-ffff8802065fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x207ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xf7feffff]
[    0.000000]   node   0: [mem 0x100000000-0x207ffffff]
[    0.000000] On node 0 totalpages: 2097038
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 1011696 pages, LIFO batch:31
[    0.000000]   Normal zone: 16896 pages used for memmap
[    0.000000]   Normal zone: 1081344 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x10] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x11] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x12] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x13] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x15] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x17] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x18] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x19] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x1a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x1b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x1c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x1d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x1e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x1f] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x20] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x21] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x22] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x23] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x24] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x25] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x26] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x27] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x28] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x29] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x2a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x2b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x2c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x2d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x2e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x2f] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x30] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x31] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x32] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x33] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x34] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x35] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x36] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x37] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x38] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x39] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x3a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x3b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x3c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x3d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x3e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x3f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, 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: 64 Processors exceeds NR_CPUS limit of 16
[    0.000000] smpboot: Allowing 16 CPUs, 15 hotplug CPUs
[    0.000000] e820: [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880206c00000 s83840 r0 d22656 u131072
[    0.000000] pcpu-alloc: s83840 r0 d22656 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2063737
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: ro root=UUID=e78f2b16-8836-4e6a-9e5e-fdc6c9d3cfc3 video=hyperv_fb:800x600 LANG=en_US.UTF-8 elevator=noop console=tty0 console=ttyS0,115200n8 initrd=/boot/initramfs-3.17.0-rc1.x86_64-dirty.img BOOT_IMAGE=/boot/vmlinuz-3.17.0-rc1.x86_64-dirty 
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] Memory: 8135668K/8388152K available (6808K kernel code, 1178K rwdata, 2544K rodata, 1372K init, 15528K bss, 252484K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:552 0
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     32768
[    0.000000] ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] ... CHAINHASH_SIZE:          32768
[    0.000000]  memory used by lock dependency info: 8159 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] allocated 33554432 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] ODEBUG: selftest passed
[    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 3199.983 MHz processor
[    0.008045] Calibrating delay loop (skipped), value calculated using timer frequency.. 6399.96 BogoMIPS (lpj=3199983)
[    0.010025] pid_max: default: 32768 minimum: 301
[    0.011159] ACPI: Core revision 20140724
[    0.103761] ACPI: All ACPI Tables successfully acquired
[    0.106455] Security Framework initialized
[    0.107035] SELinux:  Initializing.
[    0.108144] SELinux:  Starting in permissive mode
[    0.115337] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.121696] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.123718] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.124141] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.128863] Initializing cgroup subsys memory
[    0.129098] Initializing cgroup subsys devices
[    0.130087] Initializing cgroup subsys freezer
[    0.132041] Initializing cgroup subsys net_cls
[    0.133070] Initializing cgroup subsys blkio
[    0.134060] Initializing cgroup subsys perf_event
[    0.136065] Initializing cgroup subsys hugetlb
[    0.137364] mce: CPU supports 1 MCE banks
[    0.138085] numa_add_cpu cpu 0 node 0: mask now 0
[    0.138097] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.169318] ftrace: allocating 24816 entries in 97 pages
[    0.186335] Switched APIC routing to physical flat.
[    0.215529] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.216007] smpboot: CPU0: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz (fam: 06, model: 2d, stepping: 07)
[    0.220384] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only.
[    0.231651] x86: Booted up 1 node, 1 CPUs
[    0.232017] smpboot: Total of 1 processors activated (6399.96 BogoMIPS)
[    0.234043] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.242364] devtmpfs: initialized
[    0.293674] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.294037] pinctrl core: initialized pinctrl subsystem
[    0.296839] NET: Registered protocol family 16
[    0.300512] cpuidle: using governor menu
[    0.302386] ACPI: bus type PCI registered
[    0.303008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.306170] PCI: Using configuration type 1 for base access
[    0.342917] ACPI: Added _OSI(Module Device)
[    0.343013] ACPI: Added _OSI(Processor Device)
[    0.344010] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.345017] ACPI: Added _OSI(Processor Aggregator Device)
[    0.417678] ACPI: Interpreter enabled
[    0.418071] ACPI: (supports S0 S5)
[    0.419016] ACPI: Using IOAPIC for interrupt routing
[    0.420581] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.648052] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.649039] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.650159] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.698504] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.701427] PCI host bridge to bus 0000:00
[    0.702020] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.703021] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffefffff]
[    0.705006] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.706016] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.707015] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.708046] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff]
[    0.710007] pci 0000:00:00.0: [8086:7192] type 00 class 0x060000
[    0.713661] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[    0.718391] pci 0000:00:07.1: [8086:7111] type 00 class 0x010180
[    0.721008] pci 0000:00:07.1: reg 0x20: [io  0xffa0-0xffaf]
[    0.722277] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.723016] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.724009] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.725007] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.728479] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[    0.728540] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
[    0.733011] pci 0000:00:07.3: quirk: [io  0x0400-0x043f] claimed by PIIX4 ACPI
[    0.737131] pci 0000:00:08.0: [1414:5353] type 00 class 0x030000
[    0.737680] pci 0000:00:08.0: reg 0x10: [mem 0xf8000000-0xfbffffff]
[    0.847356] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.863953] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.881614] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.898959] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.915427] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.918449] vgaarb: device added: PCI:0000:00:08.0,decodes=io+mem,owns=io+mem,locks=none
[    0.919017] vgaarb: loaded
[    0.920006] vgaarb: bridge control possible 0000:00:08.0
[    0.923115] SCSI subsystem initialized
[    0.925563] libata version 3.00 loaded.
[    0.929388] hv_vmbus: Hyper-V Host Build:9600-6.3-17-0.17039; Vmbus version:3.0
[    5.931183] PCI: Using ACPI for IRQ routing
[    5.932009] PCI: pci_cache_line_size set to 64 bytes
[    5.933325] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    5.933378] e820: reserve RAM buffer [mem 0xf7ff0000-0xf7ffffff]
[    5.936421] NetLabel: Initializing
[    5.937007] NetLabel:  domain hash size = 128
[    5.938017] NetLabel:  protocols = UNLABELED CIPSOv4
[    5.939225] NetLabel:  unlabeled traffic allowed by default
[    5.941135] Switched to clocksource hyperv_clocksource
[    6.168496] pnp: PnP ACPI init
[    6.177572] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    6.178598] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    6.179969] pnp 00:02: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    6.184791] pnp 00:03: [dma 0 disabled]
[    6.185347] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    6.190092] pnp 00:04: [dma 0 disabled]
[    6.190622] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    6.196190] pnp 00:05: [dma 2]
[    6.196679] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)
[    6.197439] system 00:06: [io  0x01e0-0x01ef] has been reserved
[    6.208736] system 00:06: [io  0x0160-0x016f] has been reserved
[    6.219984] system 00:06: [io  0x0278-0x027f] has been reserved
[    6.231867] system 00:06: [io  0x0378-0x037f] has been reserved
[    6.243097] system 00:06: [io  0x0678-0x067f] has been reserved
[    6.254362] system 00:06: [io  0x0778-0x077f] has been reserved
[    6.266045] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    6.281254] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    6.287146] system 00:07: [io  0x0400-0x043f] has been reserved
[    6.302142] system 00:07: [io  0x0370-0x0371] has been reserved
[    6.317101] system 00:07: [io  0x0440-0x044f] has been reserved
[    6.332214] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    6.349972] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    6.366955] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    6.372064] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    6.400704] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved
[    6.429097] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    6.457441] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved
[    6.485867] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved
[    6.513986] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    6.517104] pnp: PnP ACPI: found 9 devices
[    6.580324] pci_bus 0000:00: resource 4 [mem 0xfe0000000-0xfffefffff]
[    6.580335] pci_bus 0000:00: resource 5 [io  0x0000-0x0cf7]
[    6.580343] pci_bus 0000:00: resource 6 [io  0x0d00-0xffff]
[    6.580351] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[    6.580358] pci_bus 0000:00: resource 8 [mem 0xf8000000-0xfffbffff]
[    6.580788] NET: Registered protocol family 2
[    6.597010] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    6.619253] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes)
[    6.643789] TCP: Hash tables configured (established 65536 bind 65536)
[    6.660206] TCP: reno registered
[    6.670476] UDP hash table entries: 4096 (order: 7, 655360 bytes)
[    6.687508] UDP-Lite hash table entries: 4096 (order: 7, 655360 bytes)
[    6.706429] NET: Registered protocol family 1
[    6.718480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    6.733938] pci 0000:00:08.0: Boot video device
[    6.734002] PCI: CLS 0 bytes, default 64
[    6.734776] Unpacking initramfs...
[    6.997319] debug: unmapping init [mem 0xffff88007fa41000-0xffff88007fffefff]
[    7.314674] DMA-API: preallocated 65536 debug entries
[    7.328985] DMA-API: debugging enabled by kernel config
[    7.342795] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.359001] software IO TLB [mem 0xf3ff0000-0xf7ff0000] (64MB) mapped at [ffff8800f3ff0000-ffff8800f7feffff]
[    7.384042] RAPL PMU detected, hw unit 2^-0 Joules, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
[    7.413157] AVX version of gcm_enc/dec engaged.
[    7.425493] AES CTR mode by8 optimization enabled
[    7.441564] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    7.477547] alg: No test for crc32 (crc32-pclmul)
[    7.513931] futex hash table entries: 4096 (order: 7, 524288 bytes)
[    7.533035] audit: initializing netlink subsys (disabled)
[    7.547266] audit: type=2000 audit(1409134845.546:1): initialized
[    7.566516] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    7.681018] VFS: Disk quotas dquot_6.5.2
[    7.691198] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    7.714220] SGI XFS with ACLs, security attributes, no debug enabled
[    7.741760] msgmni has been set to 15889
[    7.753375] SELinux:  Registering netfilter hooks
[    7.758684] alg: No test for stdrng (krng)
[    7.768775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    7.784850] io scheduler noop registered (default)
[    7.795885] io scheduler deadline registered
[    7.807496] io scheduler cfq registered
[    7.816808] start plist test
[    7.819197] end plist test
[    7.820336] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.833129] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    7.848030] hv_vmbus: registering driver hyperv_fb
[    7.859759] hyperv_fb: Unable to open vmbus channel
[    7.871812] hyperv_fb: Unable to connect to VSP
[    7.884016] hv_vmbus: probe failed for device vmbus_0_5 (4)
[    7.898288] hyperv_fb: probe of vmbus_0_5 failed with error 4
[    7.913643] intel_idle: does not run on family 6 model 45
[    7.915139] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    7.934550] ACPI: Power Button [PWRF]
[    7.947361] GHES: HEST is not enabled!
[    7.958656] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    7.998089] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    8.040357] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    8.070356] Non-volatile memory driver v1.3
[    8.085729] Linux agpgart interface v0.103
[    8.102106] loop: module loaded
[    8.115269] Loading iSCSI transport class v2.0-870.
[    8.136987] iscsi: registered transport (tcp)
[    8.155965] hv_vmbus: registering driver hv_storvsc
[    8.175681] scsi host0: storvsc_host_t
[    8.199394] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 4
[    8.238774] scsi host1: storvsc_host_t
[    8.257283] scsi 1:0:0:0: scsi scan: INQUIRY result too short (5), using 36
[    8.285018] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    8.304723] ata_piix 0000:00:07.1: version 2.13
[    8.305453] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set
[    8.335067] sd 0:0:0:0: [sda] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    8.360291] sd 0:0:0:0: [sda] Write Protect is off
[    8.377238] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
[    8.379237] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.412360] scsi 1:0:0:1: Direct-Access     ADATA    SSD S510 120GB   5.2. PQ: 0 ANSI: 0
[    8.456013]  sda: sda1
[    8.473303] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.529749] scsi host2: ata_piix
[    8.546635] scsi 1:0:0:2: Direct-Access     MDT MD50 00AAKS-00TMA0         PQ: 0 ANSI: 2 CCS
[    8.574612] scsi host3: ata_piix
[    8.588658] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    8.623396] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    8.655040] libphy: Fixed MDIO Bus: probed
[    8.670862] scsi 1:0:0:3: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 4
[    8.698281] hv_vmbus: registering driver hv_netvsc
[    8.729772] scsi 1:0:0:4: Direct-Access              ST1000DM003-9YN1 CC4H PQ: 0 ANSI: 0
[    8.758553] scsi 1:0:0:5: scsi scan: INQUIRY result too short (5), using 36
[    8.782481] hv_netvsc: hv_netvsc channel opened successfully
[    8.833594] scsi 1:0:1:0: scsi scan: INQUIRY result too short (5), using 36
[    8.874913] ------------[ cut here ]------------
[    8.889563] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[    8.909984] ret = 19
[    8.917354] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.17.0-rc1.x86_64-dirty #129
[    8.936935] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[    8.959705]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[    8.989112]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[    9.018909]  ffff8800f02aab30 000000000000000a ffff8801f7af8348 ffff8801fb1bbb38
[    9.048306] Call Trace:
[    9.056216]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[    9.069571]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[    9.084799]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[    9.099527]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[    9.113601]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[    9.129484]  [<ffffffff814e8e93>] netvsc_device_add+0x583/0x7c0
[    9.144599]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[    9.160382]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[    9.175530]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[    9.190384]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[    9.204006]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[    9.230417]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[    9.256020]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[    9.280750]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[    9.305446]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[    9.328885]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[    9.353273]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[    9.379013]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[    9.403293]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[    9.430294]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[    9.455224]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[    9.479745]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[    9.503409]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[    9.530219]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[    9.554435]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[    9.577875]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[    9.600635]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[    9.624496]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[    9.647234] ---[ end trace f9ad7b9222f87f53 ]---
[    9.671663] scsi 1:0:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.703736] scsi 1:1:0:0: scsi scan: INQUIRY result too short (5), using 36
[    9.746777] scsi 1:1:0:1: scsi scan: INQUIRY result too short (5), using 36
[    9.773567] scsi 1:1:1:0: scsi scan: INQUIRY result too short (5), using 36
[    9.800675] ata1.00: host indicates ignore ATA devices, ignored
[    9.804214] scsi 1:1:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.830063] scsi 1:2:0:0: scsi scan: INQUIRY result too short (5), using 36
[    9.855760] scsi 1:2:0:1: scsi scan: INQUIRY result too short (5), using 36
[    9.881501] scsi 1:2:1:0: scsi scan: INQUIRY result too short (5), using 36
[    9.908460] scsi 1:2:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.934736] scsi 1:3:0:0: scsi scan: INQUIRY result too short (5), using 36
[    9.960593] scsi 1:3:0:1: scsi scan: INQUIRY result too short (5), using 36
[    9.986461] scsi 1:3:1:0: scsi scan: INQUIRY result too short (5), using 36
[   10.012706] scsi 1:3:1:1: scsi scan: INQUIRY result too short (5), using 36
[   10.052451] scsi 1:4:0:0: scsi scan: INQUIRY result too short (5), using 36
[   10.092771] scsi 1:4:0:1: scsi scan: INQUIRY result too short (5), using 36
[   10.133622] scsi 1:4:1:0: scsi scan: INQUIRY result too short (5), using 36
[   10.173833] scsi 1:4:1:1: scsi scan: INQUIRY result too short (5), using 36
[   10.206368] scsi 1:5:0:0: scsi scan: INQUIRY result too short (5), using 36
[   10.228413] scsi 1:5:0:1: scsi scan: INQUIRY result too short (5), using 36
[   10.248960] scsi 1:5:1:0: scsi scan: INQUIRY result too short (5), using 36
[   10.269394] scsi 1:5:1:1: scsi scan: INQUIRY result too short (5), using 36
[   10.289267] ------------[ cut here ]------------
[   10.302016] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   10.322434] ret = 19
[   10.329831] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   10.350717] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   10.373483]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   10.402697]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   10.432026]  ffff8800f02b79f0 000000000000000a ffff8801f7af8348 ffff8801fb1bbb38
[   10.473505] Call Trace:
[   10.481428]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   10.495180]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   10.510446]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   10.525028]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   10.555141]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   10.582090]  [<ffffffff814e8e93>] netvsc_device_add+0x583/0x7c0
[   10.607335]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   10.633685]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   10.659499]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   10.683907]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   10.706712]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   10.732523]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   10.748004]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   10.762616]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   10.777139]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   10.791154]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   10.805594]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   10.820934]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   10.835312]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   10.851036]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   10.865416]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   10.879914]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   10.894034]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   10.909620]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   10.925913]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   10.939534]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   10.953946]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   10.967976]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   10.981619] ---[ end trace f9ad7b9222f87f54 ]---
[   10.995221] scsi 1:6:0:0: scsi scan: INQUIRY result too short (5), using 36
[   11.015733] scsi 1:6:0:1: scsi scan: INQUIRY result too short (5), using 36
[   11.036310] scsi 1:6:1:0: scsi scan: INQUIRY result too short (5), using 36
[   11.056571] scsi 1:6:1:1: scsi scan: INQUIRY result too short (5), using 36
[   11.076973] scsi 1:7:0:0: scsi scan: INQUIRY result too short (5), using 36
[   11.097992] scsi 1:7:0:1: scsi scan: INQUIRY result too short (5), using 36
[   11.118405] scsi 1:7:1:0: scsi scan: INQUIRY result too short (5), using 36
[   11.138800] scsi 1:7:1:1: scsi scan: INQUIRY result too short (5), using 36
[   11.161474] sd 1:0:0:1: Attached scsi generic sg1 type 0
[   11.178277] sd 1:0:0:1: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[   11.212448] sd 1:0:0:2: Attached scsi generic sg2 type 0
[   11.239788] sd 1:0:0:3: Attached scsi generic sg3 type 0
[   11.267114] sd 1:0:0:4: Attached scsi generic sg4 type 0
[   11.292278] sd 1:0:0:2: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[   11.325921] sd 1:0:0:2: [sdc] Write Protect is off
[   11.357228] sd 1:0:0:2: [sdc] Mode Sense: 0f 00 00 00
[   11.377331] sd 1:0:0:3: [sdd] 199229440 512-byte logical blocks: (102 GB/95.0 GiB)
[   11.397300] sd 1:0:0:4: [sde] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[   11.416368] sd 1:0:0:1: [sdb] Write Protect is off
[   11.429136] sd 1:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[   11.439448] sd 1:0:0:4: [sde] Write Protect is off
[   11.456700] sd 1:0:0:4: [sde] Mode Sense: 0f 00 00 00
[   11.456739] sd 1:0:0:2: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   11.486290] sd 1:0:0:3: [sdd] Write Protect is off
[   11.503314] sd 1:0:0:3: [sdd] Mode Sense: 0f 00 00 00
[   11.503429] sd 1:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.535297] ------------[ cut here ]------------
[   11.552208] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   11.579239] ret = 19
[   11.588965] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   11.616934] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   11.646598]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   11.686315]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   11.735981]  ffff8800f02b5fb0 000000000000000a ffff8801f7af8348 ffff8801fb1bbb38
[   11.777906] Call Trace:
[   11.788837]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   11.806623]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   11.826680]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   11.846792]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   11.865517]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   11.886195]  [<ffffffff814e8e93>] netvsc_device_add+0x583/0x7c0
[   11.919502]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   11.950080]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   11.970944]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   11.990259]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   12.008749]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   12.028981]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   12.047942]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   12.067101]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   12.086143]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   12.104601]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   12.123592]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   12.144124]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   12.162759]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   12.183389]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   12.202524]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   12.221766]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   12.240738]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   12.261930]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   12.281388]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   12.299316]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   12.317120]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   12.335898]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   12.354373] ---[ end trace f9ad7b9222f87f55 ]---
[   12.370710] sd 1:0:0:3: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   12.402207] sd 1:0:0:4: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   12.479401]  sdc: unknown partition table
[   12.498832]  sdd: unknown partition table
[   12.517920]  sdb: sdb1
[   12.554497] sd 1:0:0:2: [sdc] Attached SCSI disk
[   12.572171]  sde: sde1 sde2
[   12.584081] sd 1:0:0:3: [sdd] Attached SCSI disk
[   12.603813] sd 1:0:0:1: [sdb] Attached SCSI disk
[   12.624327] hv_netvsc vmbus_0_13: Send section size: 6144, Section count:2560
[   12.647537] sd 1:0:0:4: [sde] Attached SCSI disk
[   12.664771] hv_netvsc vmbus_0_13: Device MAC 00:15:5d:6f:02:8f link state up
[   12.693324] hv_netvsc: hv_netvsc channel opened successfully
[   12.741241] ------------[ cut here ]------------
[   12.758497] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   12.778827] ret = 19
[   12.786236] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   12.807107] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   12.829836]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   12.860126]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   12.889343]  ffff8800efbe90f0 000000000000000a ffff8800f12ee900 ffff8801fb1bbb38
[   12.918895] Call Trace:
[   12.927029]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   12.940561]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   12.955685]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   12.970318]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   12.984390]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   13.001046]  [<ffffffff814e8cf2>] netvsc_device_add+0x3e2/0x7c0
[   13.016092]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   13.032099]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   13.048114]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   13.062246]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   13.075821]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   13.091284]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   13.105594]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   13.120261]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   13.134865]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   13.148850]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   13.163354]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   13.178978]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   13.193241]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   13.208998]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   13.223416]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   13.237859]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   13.251941]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   13.267475]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   13.282950]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   13.296552]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   13.310102]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   13.324570]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   13.338434] ---[ end trace f9ad7b9222f87f56 ]---
[   13.457436] ------------[ cut here ]------------
[   13.474036] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   13.502008] ret = 19
[   13.511878] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   13.539297] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   13.578189]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   13.629450]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   13.681096]  ffff8800efbecf48 000000000000000a ffff8800f12ee900 ffff8801fb1bbb38
[   13.732665] Call Trace:
[   13.743628]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   13.762210]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   13.783944]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   13.803216]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   13.822257]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   13.853590]  [<ffffffff814e8cf2>] netvsc_device_add+0x3e2/0x7c0
[   13.881010]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   13.905374]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   13.935875]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   13.954610]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   13.984613]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   14.005083]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   14.025178]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   14.045697]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   14.076541]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   14.094045]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   14.115935]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   14.137132]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   14.167514]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   14.199962]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   14.219601]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   14.239135]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   14.258468]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   14.279271]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   14.310077]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   14.339491]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   14.357200]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   14.386244]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   14.404027] ---[ end trace f9ad7b9222f87f57 ]---
[   14.532490] ------------[ cut here ]------------
[   14.549861] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   14.576904] ret = 19
[   14.587052] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   14.614575] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   14.644705]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   14.695567]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   14.735130]  ffff8800efbf10f0 000000000000000a ffff8800f12ee900 ffff8801fb1bbb38
[   14.783917] Call Trace:
[   14.794440]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   14.812192]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   14.832255]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   14.862170]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   14.881007]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   14.912566]  [<ffffffff814e8cf2>] netvsc_device_add+0x3e2/0x7c0
[   14.933127]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   14.962524]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   14.982754]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   15.011380]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   15.029975]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   15.061237]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   15.089007]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   15.108060]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   15.128525]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   15.147542]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   15.167092]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   15.187485]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   15.206517]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   15.238669]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   15.257493]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   15.288081]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   15.306942]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   15.338635]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   15.369542]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   15.387103]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   15.405032]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   15.433125]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   15.451657] ---[ end trace f9ad7b9222f87f58 ]---
[   15.587488] ------------[ cut here ]------------
[   15.604353] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   15.639555] ret = 19
[   15.650030] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   15.689655] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   15.730282]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   15.780973]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   15.830974]  ffff8800efbf4f48 000000000000000a ffff8800f12ee900 ffff8801fb1bbb38
[   15.880582] Call Trace:
[   15.890793]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   15.919324]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   15.939129]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   15.969554]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   15.988800]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   16.020544]  [<ffffffff814e8cf2>] netvsc_device_add+0x3e2/0x7c0
[   16.040853]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   16.072086]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   16.092173]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   16.120792]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   16.146850]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   16.169560]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   16.199660]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   16.218797]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   16.248880]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   16.266983]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   16.297707]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   16.317704]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   16.348240]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   16.369679]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   16.398572]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   16.418113]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   16.446824]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   16.479738]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   16.498318]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   16.526323]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   16.543682]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   16.573580]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   16.591173] ---[ end trace f9ad7b9222f87f59 ]---
[   16.708517] ------------[ cut here ]------------
[   16.725962] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   16.753684] ret = 19
[   16.763819] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   16.802877] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   16.845176]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   16.887811]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   16.940155]  ffff8800efbff018 000000000000000a ffff8800f12ee900 ffff8801fb1bbb38
[   16.990411] Call Trace:
[   17.011731]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   17.029217]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   17.050313]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   17.070990]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   17.090009]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   17.120821]  [<ffffffff814e8cf2>] netvsc_device_add+0x3e2/0x7c0
[   17.151327]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   17.172371]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   17.203782]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   17.221933]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   17.250760]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   17.270790]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   17.290335]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   17.309930]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   17.339397]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   17.358768]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   17.389243]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   17.409681]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   17.439063]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   17.459890]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   17.489605]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   17.509613]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   17.538489]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   17.559020]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   17.588039]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   17.606594]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   17.634969]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   17.654630]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   17.682240] ---[ end trace f9ad7b9222f87f5a ]---
[   17.795569] ------------[ cut here ]------------
[   17.813252] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   17.850731] ret = 19
[   17.861091] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   17.898981] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   17.940385]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   17.990703]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   18.031796]  ffff8800efbfcf48 000000000000000a ffff8800f12ee900 ffff8801fb1bbb38
[   18.082403] Call Trace:
[   18.092742]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   18.122327]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   18.142687]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   18.173013]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   18.191911]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   18.222935]  [<ffffffff814e8cf2>] netvsc_device_add+0x3e2/0x7c0
[   18.244295]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   18.276901]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   18.299344]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   18.320697]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   18.339873]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   18.370191]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   18.389700]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   18.409729]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   18.429956]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   18.448976]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   18.468584]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   18.500237]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   18.520123]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   18.544740]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   18.559237]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   18.573914]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   18.604914]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   18.640001]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   18.662507]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   18.693661]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   18.715393]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   18.747257]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   18.778247] ---[ end trace f9ad7b9222f87f5b ]---
[   18.898582] ------------[ cut here ]------------
[   18.915664] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   18.943242] ret = 19
[   18.953179] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   18.981040] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   19.011507]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   19.063366]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   19.114206]  ffff8800ef4010f0 000000000000000a ffff8800f12ee900 ffff8801fb1bbb38
[   19.164202] Call Trace:
[   19.175053]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   19.203261]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   19.223148]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   19.254337]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   19.273829]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   19.305656]  [<ffffffff814e8cf2>] netvsc_device_add+0x3e2/0x7c0
[   19.326662]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   19.348796]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   19.368937]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   19.396856]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   19.415109]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   19.446052]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   19.465357]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   19.495279]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   19.525992]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   19.544257]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   19.564955]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   19.586485]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   19.605398]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   19.636754]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   19.663265]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   19.685003]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   19.715328]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   19.736845]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   19.766805]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   19.785081]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   19.803771]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   19.823645]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   19.842724] ---[ end trace f9ad7b9222f87f5c ]---
[   19.982449] ------------[ cut here ]------------
[   19.995865] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   20.016352] ret = 19
[   20.023755] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   20.044772] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   20.067553]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   20.097129]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   20.138292]  ffff8801f62b0088 000000000000000a ffff8800ef405898 ffff8801fb1bbb38
[   20.185722] Call Trace:
[   20.198694]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   20.230135]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   20.254305]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   20.288293]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   20.310588]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   20.345479]  [<ffffffff814e8e93>] netvsc_device_add+0x583/0x7c0
[   20.379097]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   20.403936]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   20.428431]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   20.450892]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   20.481085]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   20.515714]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   20.538297]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   20.561468]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   20.584477]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   20.617939]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   20.640894]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   20.662662]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   20.677035]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   20.701412]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   20.715955]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   20.730496]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   20.761678]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   20.786497]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   20.809498]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   20.831761]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   20.853300]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   20.876185]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   20.897709] ---[ end trace f9ad7b9222f87f5d ]---
[   21.017658] ------------[ cut here ]------------
[   21.034980] WARNING: CPU: 0 PID: 1 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   21.054717] ret = 19
[   21.059590] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   21.087076] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   21.130723]  0000000000000009 ffff8801fb1bbaa0 ffffffff8169a61b ffff8801fb1bbae8
[   21.171134]  ffff8801fb1bbad8 ffffffff81071338 0000000000000013 00000000000000f0
[   21.211386]  ffff8801f62b5fb0 000000000000000a ffff8800ef405898 ffff8801fb1bbb38
[   21.250260] Call Trace:
[   21.260725]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   21.278751]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   21.299189]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   21.318330]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   21.337008]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   21.357582]  [<ffffffff814e8e93>] netvsc_device_add+0x583/0x7c0
[   21.377862]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   21.398722]  [<ffffffff810ba2d8>] ? lockdep_init_map+0x4c8/0x510
[   21.418648]  [<ffffffff814e76b2>] netvsc_probe+0x192/0x280
[   21.437435]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[   21.456177]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[   21.476483]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[   21.495238]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[   21.514457]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[   21.534087]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[   21.552387]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[   21.572581]  [<ffffffff81d84add>] ? fixed_mdio_bus_init+0xf3/0xf3
[   21.593517]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[   21.612632]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[   21.633447]  [<ffffffff81d84b1c>] netvsc_drv_init+0x3f/0x41
[   21.652976]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[   21.672791]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[   21.692071]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[   21.712572]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[   21.731869]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   21.750685]  [<ffffffff8168d24e>] kernel_init+0xe/0x100
[   21.768893]  [<ffffffff816a313c>] ret_from_fork+0x7c/0xb0
[   21.787710]  [<ffffffff8168d240>] ? rest_init+0xd0/0xd0
[   21.805773] ---[ end trace f9ad7b9222f87f5e ]---
[   21.930058] hv_netvsc vmbus_0_15: Send section size: 6144, Section count:2560
[   21.955340] hv_netvsc vmbus_0_15: Device MAC 00:15:5d:6f:02:a5 link state up
[   21.982440] hv_netvsc vmbus_0_16 (unnamed net_device) (uninitialized): unable to open channel: 4
[   22.010441] hv_netvsc vmbus_0_16 (unnamed net_device) (uninitialized): unable to add netvsc device (ret 4)
[   22.041943] hv_vmbus: probe failed for device vmbus_0_16 (4)
[   22.061806] hv_netvsc: probe of vmbus_0_16 failed with error 4
[   22.082351] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[   22.127499] serio: i8042 KBD port at 0x60,0x64 irq 1
[   22.157994] serio: i8042 AUX port at 0x60,0x64 irq 12
[   22.177394] hv_vmbus: registering driver hyperv_keyboard
[   22.209997] mousedev: PS/2 mouse device common for all mice
[   22.232582] rtc_cmos 00:00: RTC can wake from S4
[   22.295892] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[   22.319222] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[   22.350852] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[   22.390522] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/vmbus_0_4/serio2/input/input3
[   22.447074] piix4_smbus 0000:00:07.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[   22.487326] device-mapper: uevent: version 1.0.3
[   22.504491] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[   22.527176] device-mapper: multipath: version 1.7.0 loaded
[   22.541337] device-mapper: multipath round-robin: version 1.0.0 loaded
[   22.557528] device-mapper: multipath queue-length: version 0.1.0 loaded
[   22.574001] device-mapper: multipath service-time: version 0.2.0 loaded
[   22.627295] hidraw: raw HID events driver (C) Jiri Kosina
[   22.644634] hv_vmbus: registering driver hid_hyperv
[   22.674070] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input5
[   22.710520] hid-generic 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on 
[   22.753772] hv_utils: Registering HyperV Utility Driver
[   22.772211] hv_vmbus: registering driver hv_util
[   22.804048] hv_vmbus: registering driver hv_balloon
[   22.822486] drop_monitor: Initializing network drop monitor service
[   22.844495] ip_tables: (C) 2000-2006 Netfilter Core Team
[   22.863076] TCP: cubic registered
[   22.887204] Initializing XFRM netlink socket
[   22.902460] NET: Registered protocol family 17
[   22.925019] registered taskstats version 1
[   22.951604] rtc_cmos 00:00: setting system clock to 2014-08-27 10:21:03 UTC (1409134863)
[   22.994162] debug: unmapping init [mem 0xffffffff81d28000-0xffffffff81e7efff]
[   23.028494] Write protecting the kernel read-only data: 12288k
[   23.049002] debug: unmapping init [mem 0xffff8800016a8000-0xffff8800017fffff]
[   23.072588] debug: unmapping init [mem 0xffff880001a7c000-0xffff880001bfffff]
[   23.139033] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[   23.185883] systemd[1]: Detected virtualization 'microsoft'.
[   23.205746] systemd[1]: Running in initial RAM disk.
[   23.248732] systemd[1]: Failed to insert module 'ipv6'
[   23.278803] systemd[1]: Set hostname to <>.
[   23.308664] random: systemd urandom read with 85 bits of entropy available
[   23.409998] psmouse serio1: alps: Unknown ALPS touchpad: E7=12 00 64, EC=12 00 64
[   23.566139] systemd[1]: Expecting device dev-disk-by\x2duuid-e78f2b16\x2d8836\x2d4e6a\x2d9e5e\x2dfdc6c9d3cfc3.device...
[   23.598507] systemd[1]: Starting -.slice.
[   23.622118] systemd[1]: Created slice -.slice.
[   23.631172] systemd[1]: Starting System Slice.
[   23.658586] systemd[1]: Created slice System Slice.
[   23.668315] systemd[1]: Starting Slices.
[   23.699189] systemd[1]: Reached target Slices.
[   23.712929] systemd[1]: Starting Timers.
[   23.751659] systemd[1]: Reached target Timers.
[   23.778291] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[   23.817439] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   23.840062] systemd[1]: Starting Paths.
[   23.866491] systemd[1]: Reached target Paths.
[   23.878731] systemd[1]: Starting Journal Socket.
[   23.907625] systemd[1]: Listening on Journal Socket.
[   23.921410] psmouse serio1: trackpoint: failed to get extended button data
[   23.939888] systemd[1]: Started dracut cmdline hook.
[   23.954688] systemd[1]: Started dracut pre-udev hook.
[   23.974047] systemd[1]: Started Load Kernel Modules.
[   23.991483] systemd[1]: Starting Journal Service...
[   24.094037] systemd[1]: Started Journal Service.
[   24.509152] systemd-udevd[134]: starting version 208
[   25.233657] random: nonblocking pool is initialized
[   25.709711] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   26.117082] systemd-journald[128]: Received SIGTERM
[   26.235469] SELinux:  Disabled at runtime.
[   26.240601] SELinux:  Unregistering netfilter hooks
[   26.240720] audit: type=1404 audit(1409134866.788:2): selinux=0 auid=4294967295 ses=4294967295
[   27.393361] EXT4-fs (sda1): re-mounted. Opts: (null)
[   27.506093] systemd-udevd[245]: starting version 208
[   28.783750] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x01, buttons: 0/0
[   28.824258] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input4
[   28.957574] md: bind<sdc>
[   29.082595] md: personality for level -1 is not loaded!
[   29.219311] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   29.371329] systemd-journald[248]: Received request to flush runtime journal from PID 1
[   29.923959] hv_utils: KVP: user-mode registering done.
[   35.211803] hv_netvsc vmbus_0_15: net device safe to remove
[   35.224038] hv_netvsc: hv_netvsc channel opened successfully
[   35.249059] ------------[ cut here ]------------
[   35.256925] WARNING: CPU: 0 PID: 529 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   35.268895] ret = 19
[   35.273124] CPU: 0 PID: 529 Comm: ip Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   35.285737] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   35.302668]  0000000000000009 ffff8801f581b590 ffffffff8169a61b ffff8801f581b5d8
[   35.325474]  ffff8801f581b5c8 ffffffff81071338 0000000000000013 00000000000000f0
[   35.347516]  ffff8801f5c45c68 000000000000000a ffff8801fa3d8000 ffff8801f581b628
[   35.369498] Call Trace:
[   35.375435]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   35.386134]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   35.399151]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   35.411905]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   35.424036]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   35.437473]  [<ffffffff814e8cf2>] netvsc_device_add+0x3e2/0x7c0
[   35.450455]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   35.464274]  [<ffffffff810b1450>] ? __wake_up_common+0x90/0x90
[   35.477014]  [<ffffffff814e687c>] netvsc_change_mtu+0x15c/0x1f0
[   35.489943]  [<ffffffff815d1390>] dev_set_mtu+0x80/0x130
[   35.502534]  [<ffffffff815e1885>] do_setlink+0x1b5/0xa60
[   35.514375]  [<ffffffff811a58f1>] ? deactivate_slab+0x1c1/0x500
[   35.527247]  [<ffffffff815e293d>] rtnl_newlink+0x49d/0x760
[   35.539342]  [<ffffffff815e25bf>] ? rtnl_newlink+0x11f/0x760
[   35.551805]  [<ffffffff811a5b6b>] ? deactivate_slab+0x43b/0x500
[   35.564642]  [<ffffffff81010a1b>] ? save_stack_trace+0x2b/0x50
[   35.577301]  [<ffffffff811a29dc>] ? set_track+0x6c/0x190
[   35.589080]  [<ffffffff815dee51>] rtnetlink_rcv_msg+0x221/0x260
[   35.602010]  [<ffffffff810b988d>] ? trace_hardirqs_on+0xd/0x10
[   35.614695]  [<ffffffff815dec0b>] ? rtnetlink_rcv+0x1b/0x40
[   35.626935]  [<ffffffff815dec30>] ? rtnetlink_rcv+0x40/0x40
[   35.639178]  [<ffffffff815fca45>] netlink_rcv_skb+0x65/0xb0
[   35.651526]  [<ffffffff815dec1a>] rtnetlink_rcv+0x2a/0x40
[   35.663565]  [<ffffffff815fab7c>] netlink_unicast+0xcc/0x1a0
[   35.676061]  [<ffffffff815fb97e>] netlink_sendmsg+0x6de/0x750
[   35.689503]  [<ffffffff815b4368>] sock_sendmsg+0x88/0xb0
[   35.703837]  [<ffffffff8118517a>] ? might_fault+0x5a/0xb0
[   35.725790]  [<ffffffff811851c3>] ? might_fault+0xa3/0xb0
[   35.747093]  [<ffffffff8118517a>] ? might_fault+0x5a/0xb0
[   35.769093]  [<ffffffff815c2c5d>] ? verify_iovec+0x7d/0xf0
[   35.792062]  [<ffffffff815b4776>] ___sys_sendmsg+0x296/0x2b0
[   35.816000]  [<ffffffff8118384d>] ? handle_mm_fault+0x69d/0x12a0
[   35.841065]  [<ffffffff810403e3>] ? __do_page_fault+0x1c3/0x4f0
[   35.865702]  [<ffffffff810b6adf>] ? up_read+0x1f/0x40
[   35.887585]  [<ffffffff8104064c>] ? __do_page_fault+0x42c/0x4f0
[   35.912311]  [<ffffffff811e2445>] ? mntput_no_expire+0x65/0x170
[   35.937177]  [<ffffffff811e23e5>] ? mntput_no_expire+0x5/0x170
[   35.961485]  [<ffffffff811e2cf5>] ? mntput+0x35/0x40
[   35.983054]  [<ffffffff811c3552>] ? __fput+0x1b2/0x1d0
[   36.005507]  [<ffffffff815b5702>] __sys_sendmsg+0x42/0x70
[   36.028628]  [<ffffffff815b573e>] SyS_sendmsg+0xe/0x10
[   36.050759]  [<ffffffff816a31e9>] system_call_fastpath+0x16/0x1b
[   36.075845] ---[ end trace f9ad7b9222f87f60 ]---
[   36.198857] ------------[ cut here ]------------
[   36.220512] WARNING: CPU: 0 PID: 529 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   36.246194] ret = 19
[   36.255672] CPU: 0 PID: 529 Comm: ip Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   36.281289] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   36.310392]  0000000000000009 ffff8801f581b590 ffffffff8169a61b ffff8801f581b5d8
[   36.353141]  ffff8801f581b5c8 ffffffff81071338 0000000000000013 00000000000000f0
[   36.392068]  ffff8801f5c44570 000000000000000a ffff8801fa3d8000 ffff8801f581b628
[   36.433463] Call Trace:
[   36.443821]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   36.461737]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   36.481558]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   36.504087]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   36.523334]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   36.543876]  [<ffffffff814e8cf2>] netvsc_device_add+0x3e2/0x7c0
[   36.564185]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   36.585388]  [<ffffffff810b1450>] ? __wake_up_common+0x90/0x90
[   36.607850]  [<ffffffff814e687c>] netvsc_change_mtu+0x15c/0x1f0
[   36.627477]  [<ffffffff815d1390>] dev_set_mtu+0x80/0x130
[   36.646067]  [<ffffffff815e1885>] do_setlink+0x1b5/0xa60
[   36.664134]  [<ffffffff811a58f1>] ? deactivate_slab+0x1c1/0x500
[   36.684363]  [<ffffffff815e293d>] rtnl_newlink+0x49d/0x760
[   36.713612]  [<ffffffff815e25bf>] ? rtnl_newlink+0x11f/0x760
[   36.733499]  [<ffffffff811a5b6b>] ? deactivate_slab+0x43b/0x500
[   36.761498]  [<ffffffff81010a1b>] ? save_stack_trace+0x2b/0x50
[   36.789141]  [<ffffffff811a29dc>] ? set_track+0x6c/0x190
[   36.811650]  [<ffffffff815dee51>] rtnetlink_rcv_msg+0x221/0x260
[   36.841504]  [<ffffffff810b988d>] ? trace_hardirqs_on+0xd/0x10
[   36.862173]  [<ffffffff815dec0b>] ? rtnetlink_rcv+0x1b/0x40
[   36.892453]  [<ffffffff815dec30>] ? rtnetlink_rcv+0x40/0x40
[   36.911874]  [<ffffffff815fca45>] netlink_rcv_skb+0x65/0xb0
[   36.931517]  [<ffffffff815dec1a>] rtnetlink_rcv+0x2a/0x40
[   36.950737]  [<ffffffff815fab7c>] netlink_unicast+0xcc/0x1a0
[   36.971605]  [<ffffffff815fb97e>] netlink_sendmsg+0x6de/0x750
[   36.991621]  [<ffffffff815b4368>] sock_sendmsg+0x88/0xb0
[   37.009824]  [<ffffffff8118517a>] ? might_fault+0x5a/0xb0
[   37.037371]  [<ffffffff811851c3>] ? might_fault+0xa3/0xb0
[   37.056036]  [<ffffffff8118517a>] ? might_fault+0x5a/0xb0
[   37.085418]  [<ffffffff815c2c5d>] ? verify_iovec+0x7d/0xf0
[   37.103866]  [<ffffffff815b4776>] ___sys_sendmsg+0x296/0x2b0
[   37.133431]  [<ffffffff8118384d>] ? handle_mm_fault+0x69d/0x12a0
[   37.153788]  [<ffffffff810403e3>] ? __do_page_fault+0x1c3/0x4f0
[   37.174494]  [<ffffffff810b6adf>] ? up_read+0x1f/0x40
[   37.192098]  [<ffffffff8104064c>] ? __do_page_fault+0x42c/0x4f0
[   37.220404]  [<ffffffff811e2445>] ? mntput_no_expire+0x65/0x170
[   37.240237]  [<ffffffff811e23e5>] ? mntput_no_expire+0x5/0x170
[   37.270137]  [<ffffffff811e2cf5>] ? mntput+0x35/0x40
[   37.287672]  [<ffffffff811c3552>] ? __fput+0x1b2/0x1d0
[   37.316237]  [<ffffffff815b5702>] __sys_sendmsg+0x42/0x70
[   37.334613]  [<ffffffff815b573e>] SyS_sendmsg+0xe/0x10
[   37.363255]  [<ffffffff816a31e9>] system_call_fastpath+0x16/0x1b
[   37.383144] ---[ end trace f9ad7b9222f87f61 ]---
[   37.591869] ------------[ cut here ]------------
[   37.611035] WARNING: CPU: 0 PID: 529 at drivers/hv/connection.c:436 vmbus_post_msg+0x59/0xa0()
[   37.637831] ret = 19
[   37.647309] CPU: 0 PID: 529 Comm: ip Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   37.677560] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   37.707708]  0000000000000009 ffff8801f581b590 ffffffff8169a61b ffff8801f581b5d8
[   37.747802]  ffff8801f581b5c8 ffffffff81071338 0000000000000013 00000000000000f0
[   37.787656]  ffff8800eee131c0 000000000000000a ffff8801fa3d8000 ffff8801f581b628
[   37.828683] Call Trace:
[   37.839579]  [<ffffffff8169a61b>] dump_stack+0x4d/0x66
[   37.857638]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[   37.877214]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[   37.896804]  [<ffffffff815a84b9>] vmbus_post_msg+0x59/0xa0
[   37.915818]  [<ffffffff815a8d44>] vmbus_establish_gpadl+0x334/0x450
[   37.938174]  [<ffffffff814e8cf2>] netvsc_device_add+0x3e2/0x7c0
[   37.957895]  [<ffffffff814ea160>] rndis_filter_device_add+0x80/0x430
[   37.979115]  [<ffffffff810b1450>] ? __wake_up_common+0x90/0x90
[   38.001605]  [<ffffffff814e687c>] netvsc_change_mtu+0x15c/0x1f0
[   38.022521]  [<ffffffff815d1390>] dev_set_mtu+0x80/0x130
[   38.041474]  [<ffffffff815e1885>] do_setlink+0x1b5/0xa60
[   38.059663]  [<ffffffff811a58f1>] ? deactivate_slab+0x1c1/0x500
[   38.079436]  [<ffffffff815e293d>] rtnl_newlink+0x49d/0x760
[   38.098218]  [<ffffffff815e25bf>] ? rtnl_newlink+0x11f/0x760
[   38.117302]  [<ffffffff811a5b6b>] ? deactivate_slab+0x43b/0x500
[   38.150519]  [<ffffffff81010a1b>] ? save_stack_trace+0x2b/0x50
[   38.170943]  [<ffffffff811a29dc>] ? set_track+0x6c/0x190
[   38.190722]  [<ffffffff815dee51>] rtnetlink_rcv_msg+0x221/0x260
[   38.210946]  [<ffffffff810b988d>] ? trace_hardirqs_on+0xd/0x10
[   38.230428]  [<ffffffff815dec0b>] ? rtnetlink_rcv+0x1b/0x40
[   38.249183]  [<ffffffff815dec30>] ? rtnetlink_rcv+0x40/0x40
[   38.267917]  [<ffffffff815fca45>] netlink_rcv_skb+0x65/0xb0
[   38.286739]  [<ffffffff815dec1a>] rtnetlink_rcv+0x2a/0x40
[   38.305117]  [<ffffffff815fab7c>] netlink_unicast+0xcc/0x1a0
[   38.337038]  [<ffffffff815fb97e>] netlink_sendmsg+0x6de/0x750
[   38.356571]  [<ffffffff815b4368>] sock_sendmsg+0x88/0xb0
[   38.375320]  [<ffffffff8118517a>] ? might_fault+0x5a/0xb0
[   38.394168]  [<ffffffff811851c3>] ? might_fault+0xa3/0xb0
[   38.414002]  [<ffffffff8118517a>] ? might_fault+0x5a/0xb0
[   38.432421]  [<ffffffff815c2c5d>] ? verify_iovec+0x7d/0xf0
[   38.451017]  [<ffffffff815b4776>] ___sys_sendmsg+0x296/0x2b0
[   38.481626]  [<ffffffff8118384d>] ? handle_mm_fault+0x69d/0x12a0
[   38.502701]  [<ffffffff810403e3>] ? __do_page_fault+0x1c3/0x4f0
[   38.523029]  [<ffffffff810b6adf>] ? up_read+0x1f/0x40
[   38.540350]  [<ffffffff8104064c>] ? __do_page_fault+0x42c/0x4f0
[   38.571325]  [<ffffffff811e2445>] ? mntput_no_expire+0x65/0x170
[   38.591490]  [<ffffffff811e23e5>] ? mntput_no_expire+0x5/0x170
[   38.611908]  [<ffffffff811e2cf5>] ? mntput+0x35/0x40
[   38.629111]  [<ffffffff811c3552>] ? __fput+0x1b2/0x1d0
[   38.647642]  [<ffffffff815b5702>] __sys_sendmsg+0x42/0x70
[   38.666374]  [<ffffffff815b573e>] SyS_sendmsg+0xe/0x10
[   38.685197]  [<ffffffff816a31e9>] system_call_fastpath+0x16/0x1b
[   38.705459] ---[ end trace f9ad7b9222f87f62 ]---
[   38.912134] hv_netvsc vmbus_0_15 eth1: unable to establish send buffer's gpadl
[   38.991028] hv_netvsc vmbus_0_15 eth1: unable to connect to NetVSP - 4
[   39.066231] general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC
[   39.066794] CPU: 0 PID: 539 Comm: ip Tainted: G        W      3.17.0-rc1.x86_64-dirty #129
[   39.066794] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   39.066794] task: ffff8801f5e69350 ti: ffff8800eef44000 task.ti: ffff8800eef44000
[   39.066794] RIP: 0010:[<ffffffff814ea52f>]  [<ffffffff814ea52f>] rndis_filter_open+0x1f/0x60
[   39.066794] RSP: 0018:ffff8800eef47780  EFLAGS: 00010246
[   39.066794] RAX: 0000000000000000 RBX: 6b6b6b6b6b6b6b6b RCX: 0000000000000006
[   39.066794] RDX: 0000000000000006 RSI: ffff8801f5e69a90 RDI: ffff8801fa9034d0
[   39.066794] RBP: ffff8800eef47788 R08: 0000000000000000 R09: 0000000000000000
[   39.066794] R10: 0000000000000001 R11: 0000000000000001 R12: ffff8801fa9034d0
[   39.066794] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000001
[   39.066794] FS:  00007f03d4bc3740(0000) GS:ffff880206c00000(0000) knlGS:0000000000000000
[   39.066794] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   39.066794] CR2: 00007fff63399c50 CR3: 00000000efaa8000 CR4: 00000000000406f0
[   39.066794] Stack:
[   39.066794]  ffff8801f81b22a0 ffff8800eef477b0 ffffffff814e6a45 ffff8801f81b22a0
[   39.066794]  ffffffff8188f980 0000000000000000 ffff8800eef477d8 ffffffff815d0f08
[   39.066794]  ffff8801f81b22a0 ffff8801f81b22a0 0000000000001003 ffff8800eef47810
[   39.066794] Call Trace:
[   39.066794]  [<ffffffff814e6a45>] netvsc_open+0x25/0xb0
[   39.066794]  [<ffffffff815d0f08>] __dev_open+0x98/0x110
[   39.066794]  [<ffffffff815d1209>] __dev_change_flags+0xb9/0x160
[   39.066794]  [<ffffffff815d12d9>] dev_change_flags+0x29/0x60
[   39.066794]  [<ffffffff815e19a5>] do_setlink+0x2d5/0xa60
[   39.066794]  [<ffffffff811a58f1>] ? deactivate_slab+0x1c1/0x500
[   39.066794]  [<ffffffff815e293d>] rtnl_newlink+0x49d/0x760
[   39.066794]  [<ffffffff815e25bf>] ? rtnl_newlink+0x11f/0x760
[   39.066794]  [<ffffffff811a5b6b>] ? deactivate_slab+0x43b/0x500
[   39.066794]  [<ffffffff81010a1b>] ? save_stack_trace+0x2b/0x50
[   39.066794]  [<ffffffff811a29dc>] ? set_track+0x6c/0x190
[   39.066794]  [<ffffffff815dee51>] rtnetlink_rcv_msg+0x221/0x260
[   39.066794]  [<ffffffff810b988d>] ? trace_hardirqs_on+0xd/0x10
[   39.066794]  [<ffffffff815dec0b>] ? rtnetlink_rcv+0x1b/0x40
[   39.066794]  [<ffffffff815dec30>] ? rtnetlink_rcv+0x40/0x40
[   39.066794]  [<ffffffff815fca45>] netlink_rcv_skb+0x65/0xb0
[   39.066794]  [<ffffffff815dec1a>] rtnetlink_rcv+0x2a/0x40
[   39.066794]  [<ffffffff815fab7c>] netlink_unicast+0xcc/0x1a0
[   39.066794]  [<ffffffff815fb97e>] netlink_sendmsg+0x6de/0x750
[   39.066794]  [<ffffffff815b4368>] sock_sendmsg+0x88/0xb0
[   39.066794]  [<ffffffff8118517a>] ? might_fault+0x5a/0xb0
[   39.066794]  [<ffffffff811851c3>] ? might_fault+0xa3/0xb0
[   39.066794]  [<ffffffff8118517a>] ? might_fault+0x5a/0xb0
[   39.066794]  [<ffffffff815c2c5d>] ? verify_iovec+0x7d/0xf0
[   39.066794]  [<ffffffff815b4776>] ___sys_sendmsg+0x296/0x2b0
[   39.066794]  [<ffffffff8118384d>] ? handle_mm_fault+0x69d/0x12a0
[   39.066794]  [<ffffffff810403e3>] ? __do_page_fault+0x1c3/0x4f0
[   39.066794]  [<ffffffff810b6adf>] ? up_read+0x1f/0x40
[   39.066794]  [<ffffffff8104064c>] ? __do_page_fault+0x42c/0x4f0
[   39.066794]  [<ffffffff811e2445>] ? mntput_no_expire+0x65/0x170
[   39.066794]  [<ffffffff811e23e5>] ? mntput_no_expire+0x5/0x170
[   39.066794]  [<ffffffff811e2cf5>] ? mntput+0x35/0x40
[   39.066794]  [<ffffffff811c3552>] ? __fput+0x1b2/0x1d0
[   39.066794]  [<ffffffff815b5702>] __sys_sendmsg+0x42/0x70
[   39.066794]  [<ffffffff815b573e>] SyS_sendmsg+0xe/0x10
[   39.066794]  [<ffffffff816a31e9>] system_call_fastpath+0x16/0x1b
[   39.066794] Code: 41 5e 41 5f 5d c3 66 0f 1f 44 00 00 66 66 66 66 90 48 8b 87 20 01 00 00 48 85 c0 74 2f 55 48 89 e5 53 48 8b 98 40 02 00 00 31 c0 <83> 7b 08 02 75 2b be 0d 00 00 00 48 89 df e8 9e f9 ff ff 85 c0 
[   39.066794] RIP  [<ffffffff814ea52f>] rndis_filter_open+0x1f/0x60
[   39.066794]  RSP <ffff8800eef47780>
[   40.354724] ---[ end trace f9ad7b9222f87f63 ]---

-- 
Sitsofe | http://sucs.org/~sits/

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-27 10:44       ` Sitsofe Wheeler
@ 2014-08-27 11:30         ` Dexuan Cui
  2014-08-27 12:15           ` Sitsofe Wheeler
  0 siblings, 1 reply; 24+ messages in thread
From: Dexuan Cui @ 2014-08-27 11:30 UTC (permalink / raw)
  To: Sitsofe Wheeler
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel

> -----Original Message-----
> From: Sitsofe Wheeler
> On Tue, Aug 26, 2014 at 10:30:54AM +0000, Dexuan Cui wrote:
> 
> > Actually I found the direct cause of the panic: sometimes
> > vmbus_post_msg() can return 4 (HV_STATUS_INVALID_ALIGNMENT), but
> > vmbus_open() doesn't propagate this error to the caller
> > synthvid_connect_vsp(), and vmbus_open() " goto error1"  and frees the
> > ringbuffer! So later the access to ring_buffer->read_index is caught
> > by CONFIG_DEBUG_PAGEALLOC.
> >
> > I don't see any "invalid alignment" here... and I can't explain why
> > vcpus=4 seems OK... Debugging WIP.
I think I found out why we got HV_STATUS_INVALID_ALIGNMENT:
according to Hypervisor Top Level Functional Specification(available at
http://blogs.msdn.com/b/virtual_pc_guy/archive/2014/02/17/updated-hypervisor-top-level-functional-specification.aspx),
do_hypercall() fails due to HV_STATUS_INVALID_ALIGNMENT, if "the
specified input or output GPA pointer is not aligned to 8 bytes",
or, "the specified input or output parameter lists spans pages".
Here the 'input' can rarely across the page boundary, especially when 
CONFIG_DEBUG_PAGEALLOC is on.

I'm making a patch for this. 

> >
> > BTW, please try the attached patch.  With it, the VM doesn't panic in
> > my side with vcpus=1 and can boot to shell prompt(looks the boot-up is
> > very slow. I have to wait for several minutes...)
> 
> A quick tip: inline patches tend to be better than attachments on LKML.
> This is because if the mimetype of the attachment is something like
> octet/stream then various tools (e.g.
> https://lkml.org/lkml/2014/8/26/271 and
> https://patchwork.kernel.org/project/LKML/list/?submitter=100981 ) won't
> archive/extract the patch...
OK, thanks for the reminder! 
I'll use inline patches(I hope my mail client has been configured to be smart
enough to not "auto-format" my inline patches...).

> I rebased your patch on top of the K.Y.'s "Drivers: hv: vmbus: Eliminate
> calls to BUG_ON()" patch set (see below). The combination no longer
> triggers the bug and it doesn't take too long to boot but the network
> interface fails to work (which I believe is .
the sentence is accidently trimmed here? :-)

> 
> Rebased vmbus open fixes patch.
The patch doesn't resolve all the issues.

> Boot dmesg output (there's no line that mentions retries). The
> framebuffer window also didn't resize itself:
> 
> [    7.848030] hv_vmbus: registering driver hyperv_fb
> [    7.859759] hyperv_fb: Unable to open vmbus channel
> [    7.871812] hyperv_fb: Unable to connect to VSP
We still see hyperv_fb can't work.

Thanks,
-- Dexuan

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

* Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-27 11:30         ` Dexuan Cui
@ 2014-08-27 12:15           ` Sitsofe Wheeler
  2014-08-27 14:14             ` Dexuan Cui
  0 siblings, 1 reply; 24+ messages in thread
From: Sitsofe Wheeler @ 2014-08-27 12:15 UTC (permalink / raw)
  To: Dexuan Cui
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel

On Wed, Aug 27, 2014 at 11:30:54AM +0000, Dexuan Cui wrote:
> > -----Original Message-----
> > From: Sitsofe Wheeler
> > On Tue, Aug 26, 2014 at 10:30:54AM +0000, Dexuan Cui wrote:
> > 
> > > Actually I found the direct cause of the panic: sometimes
> > > vmbus_post_msg() can return 4 (HV_STATUS_INVALID_ALIGNMENT), but
> > > vmbus_open() doesn't propagate this error to the caller
> > > synthvid_connect_vsp(), and vmbus_open() " goto error1"  and frees the
> > > ringbuffer! So later the access to ring_buffer->read_index is caught
> > > by CONFIG_DEBUG_PAGEALLOC.
> > >
> > > I don't see any "invalid alignment" here... and I can't explain why
> > > vcpus=4 seems OK... Debugging WIP.
> I think I found out why we got HV_STATUS_INVALID_ALIGNMENT:
> according to Hypervisor Top Level Functional Specification(available at
> http://blogs.msdn.com/b/virtual_pc_guy/archive/2014/02/17/updated-hypervisor-top-level-functional-specification.aspx),

That document is massive!

> do_hypercall() fails due to HV_STATUS_INVALID_ALIGNMENT, if "the
> specified input or output GPA pointer is not aligned to 8 bytes",
> or, "the specified input or output parameter lists spans pages".
> Here the 'input' can rarely across the page boundary, especially when 
> CONFIG_DEBUG_PAGEALLOC is on.

It can also be returned when "The input or output GPA pointer is not within
the bounds of the GPA space." but I'm guessing that's not the case here?

> I'm making a patch for this. 

Thanks! Could these alignment problems have been the cause of all sorts
of intermittent errors like https://lkml.org/lkml/2014/7/11/870 (which
was caused by support being added for a bigger receive buffer)?

> > I rebased your patch on top of the K.Y.'s "Drivers: hv: vmbus: Eliminate
> > calls to BUG_ON()" patch set (see below). The combination no longer
> > triggers the bug and it doesn't take too long to boot but the network
> > interface fails to work (which I believe is .
> the sentence is accidently trimmed here? :-)

*Cough* That bit in brackets shouldn't be there. I've been unable to
link that stacktrace to an existing issue (I thought it might have been
https://lkml.org/lkml/2014/8/19/227 but that seems unlikely).

> > Rebased vmbus open fixes patch.
> The patch doesn't resolve all the issues.

OK.

> > Boot dmesg output (there's no line that mentions retries). The
> > framebuffer window also didn't resize itself:
> > 
> > [    7.848030] hv_vmbus: registering driver hyperv_fb
> > [    7.859759] hyperv_fb: Unable to open vmbus channel
> > [    7.871812] hyperv_fb: Unable to connect to VSP
> We still see hyperv_fb can't work.

How come things didn't work even though the retries message (which is
presumably printed if we exceed 10 attempts) was never printed?

-- 
Sitsofe | http://sucs.org/~sits/

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-27 12:15           ` Sitsofe Wheeler
@ 2014-08-27 14:14             ` Dexuan Cui
  2014-08-27 16:19               ` Sitsofe Wheeler
  0 siblings, 1 reply; 24+ messages in thread
From: Dexuan Cui @ 2014-08-27 14:14 UTC (permalink / raw)
  To: Sitsofe Wheeler
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel

> -----Original Message-----
> From: Sitsofe Wheeler
> Sent: Wednesday, August 27, 2014 20:16 PM
> 
> > do_hypercall() fails due to HV_STATUS_INVALID_ALIGNMENT, if "the
> > specified input or output GPA pointer is not aligned to 8 bytes",
> > or, "the specified input or output parameter lists spans pages".
> > Here the 'input' can rarely across the page boundary, especially when
> > CONFIG_DEBUG_PAGEALLOC is on.
> 
> It can also be returned when "The input or output GPA pointer is not within
> the bounds of the GPA space." but I'm guessing that's not the case here?
Hi Sitsofe,
I think you're correct. 

> > I'm making a patch for this.
Please see the end of the mail for the inline patch and try it.
(the patch hasn't been rebased against KY's patchset)

> Thanks! Could these alignment problems have been the cause of all sorts
> of intermittent errors like https://lkml.org/lkml/2014/7/11/870 (which
> was caused by support being added for a bigger receive buffer)?
Probably, let's try the patch first. :-)

> > > I rebased your patch on top of the K.Y.'s "Drivers: hv: vmbus: Eliminate
> > > calls to BUG_ON()" patch set (see below). The combination no longer
> > > triggers the bug and it doesn't take too long to boot but the network
> > > interface fails to work (which I believe is .
> > the sentence is accidently trimmed here? :-)
> 
> *Cough* That bit in brackets shouldn't be there. I've been unable to
> link that stacktrace to an existing issue (I thought it might have been
> https://lkml.org/lkml/2014/8/19/227 but that seems unlikely).
I'm not 100% sure either.

> 
> > > Boot dmesg output (there's no line that mentions retries). The
> > > framebuffer window also didn't resize itself:
> > >
> > > [    7.848030] hv_vmbus: registering driver hyperv_fb
> > > [    7.859759] hyperv_fb: Unable to open vmbus channel
> > > [    7.871812] hyperv_fb: Unable to connect to VSP
> > We still see hyperv_fb can't work.
> 
> How come things didn't work even though the retries message (which is
> presumably printed if we exceed 10 attempts) was never printed?
the "10 attempts" doesn't handle HV_STATUS_INVALID_ALIGNMENT.

BTW, with the patch below, hyperv_fb can work now, BUT, *occasionally*,
storvsc_probe() -> ... -> vmbus_open() -> can fail due to
HV_STATUS_INVALID_ALIGNMENT...


diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c
index 531a593..f5283a0 100644
--- a/drivers/hv/channel.c
+++ b/drivers/hv/channel.c
@@ -165,8 +165,10 @@ int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size,
 	ret = vmbus_post_msg(open_msg,
 			       sizeof(struct vmbus_channel_open_channel));
 
-	if (ret != 0)
+	if (ret != 0) {
+		err = ret;
 		goto error1;
+	}
 
 	t = wait_for_completion_timeout(&open_info->waitevent, 5*HZ);
 	if (t == 0) {
diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c
index edfc848..8366394 100644
--- a/drivers/hv/hv.c
+++ b/drivers/hv/hv.c
@@ -223,6 +223,9 @@ int hv_post_message(union hv_connection_id connection_id,
 	};
 
 	struct hv_input_post_message *aligned_msg;
+	unsigned long alighed_msg_start, alighed_msg_end;
+	bool need_free_aligned_msg = false;
+
 	u16 status;
 	unsigned long addr;
 
@@ -233,9 +236,30 @@ int hv_post_message(union hv_connection_id connection_id,
 	if (!addr)
 		return -ENOMEM;
 
+	/*
+	 * According to Hypervisor Top Level Functional Specification,
+	 * do_hypercall() fails due to HV_STATUS_INVALID_ALIGNMENT, if "the
+	 * specified input or output GPA pointer is not aligned to 8 bytes",
+	 * or, "the specified input or output parameter lists spans pages".
+	 */
 	aligned_msg = (struct hv_input_post_message *)
 			(ALIGN(addr, HV_HYPERCALL_PARAM_ALIGN));
 
+	alighed_msg_start = (unsigned long)aligned_msg;
+	alighed_msg_end = (unsigned long)&aligned_msg->payload +
+			  payload_size - 1;
+
+	if ((alighed_msg_start >> PAGE_SHIFT) !=
+	    (alighed_msg_end >> PAGE_SHIFT)) {
+		aligned_msg = (struct hv_input_post_message *)
+				__get_free_page(GFP_ATOMIC);
+		if (!aligned_msg) {
+			status = -ENOMEM;
+			goto out;
+		}
+		need_free_aligned_msg = true;
+	}
+
 	aligned_msg->connectionid = connection_id;
 	aligned_msg->message_type = message_type;
 	aligned_msg->payload_size = payload_size;
@@ -244,6 +268,11 @@ int hv_post_message(union hv_connection_id connection_id,
 	status = do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL)
 		& 0xFFFF;
 
+	WARN(status == HV_STATUS_INVALID_ALIGNMENT,
+		"status = %d\n", status);
+	if (need_free_aligned_msg)
+		free_page((unsigned long)aligned_msg);
+out:
 	kfree((void *)addr);
 
 	return status;


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

* Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-27 14:14             ` Dexuan Cui
@ 2014-08-27 16:19               ` Sitsofe Wheeler
  2014-08-27 18:45                 ` KY Srinivasan
  0 siblings, 1 reply; 24+ messages in thread
From: Sitsofe Wheeler @ 2014-08-27 16:19 UTC (permalink / raw)
  To: Dexuan Cui
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel

On Wed, Aug 27, 2014 at 02:14:02PM +0000, Dexuan Cui wrote:
> > -----Original Message-----
> > From: Sitsofe Wheeler
> > Sent: Wednesday, August 27, 2014 20:16 PM
> 
> > > I'm making a patch for this.
> Please see the end of the mail for the inline patch and try it.
> (the patch hasn't been rebased against KY's patchset)

<snip>

> BTW, with the patch below, hyperv_fb can work now, BUT, *occasionally*,
> storvsc_probe() -> ... -> vmbus_open() -> can fail due to
> HV_STATUS_INVALID_ALIGNMENT...

I applied your new patch on top of KY's pieces (it applied cleanly) and
while it doesn't blow up, one warning is printed out and the UP boot
seemed to stall after input: TPPS/2 message (but pressing
ctrl-alt-delete allows the system to reboot cleanly).

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.17.0-rc1.x86_64-00001-g2f966f5a-dirty () (gcc version 4.8.3 20140624 (Red Hat 4.8.3-1) (GCC) ) #130 SMP Wed Aug 27 15:56:03 UTC 2014
[    0.000000] Command line: ro root=UUID=e78f2b16-8836-4e6a-9e5e-fdc6c9d3cfc3 video=hyperv_fb:800x600 LANG=en_US.UTF-8 elevator=noop console=tty0 console=ttyS0,115200n8 initrd=/boot/initramfs-3.17.0-rc1.x86_64-00001-g2f966f5a-dirty.img BOOT_IMAGE=/boot/vmlinuz-3.17.0-rc1.x86_64-00001-g2f966f5a-dirty
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000f7feffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f7ff0000-0x00000000f7ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000f7fff000-0x00000000f7ffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000207ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.3 present.
[    0.000000] Hypervisor detected: Microsoft HyperV
[    0.000000] HyperV: features 0xe7f, hints 0x2c
[    0.000000] HyperV: LAPIC Timer Frequency: 0x30d40
[    0.000000] e820: last_pfn = 0x208000 max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xf7ff0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000] init_memory_mapping: [mem 0x207e00000-0x207ffffff]
[    0.000000] init_memory_mapping: [mem 0x204000000-0x207dfffff]
[    0.000000] init_memory_mapping: [mem 0x200000000-0x203ffffff]
[    0.000000] init_memory_mapping: [mem 0x180000000-0x1ffffffff]
[    0.000000] init_memory_mapping: [mem 0x00100000-0xf7feffff]
[    0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
[    0.000000] RAMDISK: [mem 0x7fa41000-0x7fffefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x00000000F7FF0000 000040 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: FACP 0x00000000F7FF0200 000081 (v02 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x00000000F7FF1724 002E78 (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)
[    0.000000] ACPI: FACS 0x00000000F7FFF000 000040
[    0.000000] ACPI: WAET 0x00000000F7FF1480 000028 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: SLIC 0x00000000F7FF14C0 000176 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: OEM0 0x00000000F7FF16C0 000064 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: SRAT 0x00000000F7FF0600 000090 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)
[    0.000000] ACPI: APIC 0x00000000F7FF0300 00024C (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x00000000F7FFF040 000064 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0xf7ffffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x207ffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0xf7ffffff] + [mem 0x100000000-0x207ffffff] -> [mem 0x00000000-0x207ffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x207ffffff]
[    0.000000]   NODE_DATA [mem 0x206fe7000-0x206ffbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x207ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xf7feffff]
[    0.000000]   node   0: [mem 0x100000000-0x207ffffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x10] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x11] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x12] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x13] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x15] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x17] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x18] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x19] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x1a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x1b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x1c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x1d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x1e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x1f] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x20] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x21] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x22] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x23] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x24] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x25] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x26] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x27] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x28] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x29] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x2a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x2b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x2c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x2d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x2e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x2f] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x30] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x31] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x32] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x33] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x34] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x35] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x36] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x37] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x38] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x39] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x3a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x3b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x3c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x3d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x3e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x3f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: 64 Processors exceeds NR_CPUS limit of 16
[    0.000000] smpboot: Allowing 16 CPUs, 15 hotplug CPUs
[    0.000000] e820: [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 26 pages/cpu @ffff880206c00000 s83840 r0 d22656 u131072
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2063737
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: ro root=UUID=e78f2b16-8836-4e6a-9e5e-fdc6c9d3cfc3 video=hyperv_fb:800x600 LANG=en_US.UTF-8 elevator=noop console=tty0 console=ttyS0,115200n8 initrd=/boot/initramfs-3.17.0-rc1.x86_64-00001-g2f966f5a-dirty.img BOOT_IMAGE=/boot/vmlinuz-3.17.0-rc1.x86_64-00001-g2f966f5a-dirty
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] Memory: 8135664K/8388152K available (6809K kernel code, 1178K rwdata, 2544K rodata, 1372K init, 15528K bss, 252488K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:552 0
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     32768
[    0.000000] ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] ... CHAINHASH_SIZE:          32768
[    0.000000]  memory used by lock dependency info: 8159 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] allocated 33554432 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] ODEBUG: selftest passed
[    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 3199.984 MHz processor
[    0.007066] Calibrating delay loop (skipped), value calculated using timer frequency.. 6399.96 BogoMIPS (lpj=3199984)
[    0.010037] pid_max: default: 32768 minimum: 301
[    0.011181] ACPI: Core revision 20140724
[    0.141832] ACPI: All ACPI Tables successfully acquired
[    0.146316] Security Framework initialized
[    0.147069] SELinux:  Initializing.
[    0.158419] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.168169] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.171546] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.172219] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.174000] Initializing cgroup subsys memory
[    0.174087] Initializing cgroup subsys devices
[    0.175086] Initializing cgroup subsys freezer
[    0.177084] Initializing cgroup subsys net_cls
[    0.178065] Initializing cgroup subsys blkio
[    0.179061] Initializing cgroup subsys perf_event
[    0.181066] Initializing cgroup subsys hugetlb
[    0.182342] mce: CPU supports 1 MCE banks
[    0.183102] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.183102] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.214385] ftrace: allocating 24816 entries in 97 pages
[    0.230685] Switched APIC routing to physical flat.
[    0.261000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.261009] smpboot: CPU0: Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz (fam: 06, model: 2d, stepping: 07)
[    0.265384] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only.
[    0.276311] x86: Booted up 1 node, 1 CPUs
[    0.277010] smpboot: Total of 1 processors activated (6399.96 BogoMIPS)
[    0.278049] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.288074] devtmpfs: initialized
[    0.341571] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.342037] pinctrl core: initialized pinctrl subsystem
[    0.344587] NET: Registered protocol family 16
[    0.348248] cpuidle: using governor menu
[    0.350153] ACPI: bus type PCI registered
[    0.351008] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.353654] PCI: Using configuration type 1 for base access
[    0.395125] ACPI: Added _OSI(Module Device)
[    0.396014] ACPI: Added _OSI(Processor Device)
[    0.397011] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.398019] ACPI: Added _OSI(Processor Aggregator Device)
[    0.471244] ACPI: Interpreter enabled
[    0.472072] ACPI: (supports S0 S5)
[    0.473018] ACPI: Using IOAPIC for interrupt routing
[    0.474588] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.696228] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.697047] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.698173] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.749947] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.752442] PCI host bridge to bus 0000:00
[    0.753031] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.754020] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffefffff]
[    0.755022] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.756026] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.757033] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.758058] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff]
[    0.772845] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.773011] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.774009] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.775019] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.778204] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[    0.778204] * this clock source is slow. Consider trying other clock sources
[    0.782168] pci 0000:00:07.3: quirk: [io  0x0400-0x043f] claimed by PIIX4 ACPI
[    0.897342] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.913638] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.931357] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.950196] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.967501] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.969838] vgaarb: device added: PCI:0000:00:08.0,decodes=io+mem,owns=io+mem,locks=none
[    0.970019] vgaarb: loaded
[    0.971008] vgaarb: bridge control possible 0000:00:08.0
[    0.974632] SCSI subsystem initialized
[    0.982409] hv_vmbus: Hyper-V Host Build:9600-6.3-17-0.17039; Vmbus version:3.0
[    5.983186] PCI: Using ACPI for IRQ routing
[    5.988032] NetLabel: Initializing
[    5.989008] NetLabel:  domain hash size = 128
[    5.990007] NetLabel:  protocols = UNLABELED CIPSOv4
[    5.991231] NetLabel:  unlabeled traffic allowed by default
[    5.992294] Switched to clocksource hyperv_clocksource
[    6.218281] pnp: PnP ACPI init
[    6.248717] system 00:06: [io  0x01e0-0x01ef] has been reserved
[    6.261551] system 00:06: [io  0x0160-0x016f] has been reserved
[    6.274466] system 00:06: [io  0x0278-0x027f] has been reserved
[    6.287204] system 00:06: [io  0x0378-0x037f] has been reserved
[    6.300893] system 00:06: [io  0x0678-0x067f] has been reserved
[    6.315561] system 00:06: [io  0x0778-0x077f] has been reserved
[    6.330114] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    6.349985] system 00:07: [io  0x0400-0x043f] has been reserved
[    6.364614] system 00:07: [io  0x0370-0x0371] has been reserved
[    6.379156] system 00:07: [io  0x0440-0x044f] has been reserved
[    6.394211] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    6.413877] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    6.437620] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    6.457463] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved
[    6.477269] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    6.497149] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved
[    6.517489] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved
[    6.539434] pnp: PnP ACPI: found 9 devices
[    6.598936] NET: Registered protocol family 2
[    6.621089] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    6.650901] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes)
[    6.684515] TCP: Hash tables configured (established 65536 bind 65536)
[    6.710364] TCP: reno registered
[    6.726210] UDP hash table entries: 4096 (order: 7, 655360 bytes)
[    6.750899] UDP-Lite hash table entries: 4096 (order: 7, 655360 bytes)
[    6.778251] NET: Registered protocol family 1
[    6.796671] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    6.822037] Unpacking initramfs...
[    7.108096] debug: unmapping init [mem 0xffff88007fa41000-0xffff88007fffefff]
[    7.350049] DMA-API: preallocated 65536 debug entries
[    7.362926] DMA-API: debugging enabled by kernel config
[    7.379248] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.393708] software IO TLB [mem 0xf3ff0000-0xf7ff0000] (64MB) mapped at [ffff8800f3ff0000-ffff8800f7feffff]
[    7.421900] RAPL PMU detected, hw unit 2^-0 Joules, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
[    7.446422] AVX version of gcm_enc/dec engaged.
[    7.455143] AES CTR mode by8 optimization enabled
[    7.466245] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    7.480246] alg: No test for crc32 (crc32-pclmul)
[    7.497196] futex hash table entries: 4096 (order: 7, 524288 bytes)
[    7.516241] audit: initializing netlink subsys (disabled)
[    7.532488] audit: type=2000 audit(1409155400.532:1): initialized
[    7.553839] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    7.680200] VFS: Disk quotas dquot_6.5.2
[    7.694652] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    7.720583] SGI XFS with ACLs, security attributes, no debug enabled
[    7.766645] msgmni has been set to 15889
[    7.791413] alg: No test for stdrng (krng)
[    7.808731] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    7.836107] io scheduler noop registered (default)
[    7.854960] io scheduler deadline registered
[    7.876498] io scheduler cfq registered
[    7.900835] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.923484] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    7.950369] hv_vmbus: registering driver hyperv_fb
[    7.971023] hyperv_fb: Screen resolution: 800x600, Color depth: 32
[    8.002021] Console: switching to colour frame buffer device 100x37
[    8.025332] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    8.042203] ACPI: Power Button [PWRF]
[    8.054997] GHES: HEST is not enabled!
[    8.066246] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    8.105870] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    8.152895] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    8.175606] Non-volatile memory driver v1.3
[    8.189035] Linux agpgart interface v0.103
[    8.202038] loop: module loaded
[    8.210967] Loading iSCSI transport class v2.0-870.
[    8.225454] iscsi: registered transport (tcp)
[    8.237023] hv_vmbus: registering driver hv_storvsc
[    8.250570] ------------[ cut here ]------------
[    8.262526] WARNING: CPU: 0 PID: 1 at drivers/hv/hv.c:272 hv_post_message+0x108/0x1a0()
[    8.282261] status = 4
[    8.289323] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.17.0-rc1.x86_64-00001-g2f966f5a-dirty #130
[    8.312173] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[    8.336612]  0000000000000009 ffff8801fb1bbb10 ffffffff8169a6ab ffff8801fb1bbb58
[    8.356878]  ffff8801fb1bbb48 ffffffff81071338 ffff8800f1175f28 ffff8800f1175f28
[    8.376703]  0000000000000004 0000000000000000 0000000000000001 ffff8801fb1bbba8
[    8.396499] Call Trace:
[    8.403508]  [<ffffffff8169a6ab>] dump_stack+0x4d/0x66
[    8.416566]  [<ffffffff81071338>] warn_slowpath_common+0x78/0xa0
[    8.431822]  [<ffffffff810713cc>] warn_slowpath_fmt+0x4c/0x50
[    8.446332]  [<ffffffff815a7d78>] hv_post_message+0x108/0x1a0
[    8.461074]  [<ffffffff815a8565>] vmbus_post_msg+0x35/0x60
[    8.475020]  [<ffffffff815a9148>] vmbus_open+0x258/0x360
[    8.488576]  [<ffffffff814b220f>] storvsc_probe+0x16f/0x8f0
[    8.502684]  [<ffffffff815a6c2b>] vmbus_probe+0x3b/0xa0
[    8.516018]  [<ffffffff81479eed>] driver_probe_device+0x16d/0x380
[    8.531302]  [<ffffffff8147a1be>] __driver_attach+0x6e/0xa0
[    8.545178]  [<ffffffff8147a150>] ? __device_attach+0x50/0x50
[    8.559689]  [<ffffffff8147809e>] bus_for_each_dev+0x6e/0xc0
[    8.574104]  [<ffffffff8147a2be>] driver_attach+0x1e/0x20
[    8.587855]  [<ffffffff81478ba8>] bus_add_driver+0x128/0x250
[    8.602279]  [<ffffffff81d84086>] ? iscsi_sw_tcp_init+0x42/0x42
[    8.617066]  [<ffffffff8147a7f8>] driver_register+0x98/0xe0
[    8.631159]  [<ffffffff815a7887>] __vmbus_driver_register+0x57/0x60
[    8.646929]  [<ffffffff81d840cb>] storvsc_drv_init+0x45/0x4f
[    8.661386]  [<ffffffff81d3e124>] do_one_initcall+0xf9/0x1a7
[    8.675690]  [<ffffffff8108dee5>] ? parse_args+0x295/0x430
[    8.689560]  [<ffffffff81d3e3a6>] kernel_init_freeable+0x1d4/0x268
[    8.705274]  [<ffffffff81d3d88d>] ? do_early_param+0x8a/0x8a
[    8.719184]  [<ffffffff8168d2d0>] ? rest_init+0xd0/0xd0
[    8.732193]  [<ffffffff8168d2de>] kernel_init+0xe/0x100
[    8.745075]  [<ffffffff816a31bc>] ret_from_fork+0x7c/0xb0
[    8.758340]  [<ffffffff8168d2d0>] ? rest_init+0xd0/0xd0
[    8.771163] ---[ end trace 5415561ba122a39f ]---
[    8.783292] hv_vmbus: probe failed for device vmbus_0_1 (4)
[    8.797124] hv_storvsc: probe of vmbus_0_1 failed with error 4
[    8.812995] scsi host1: storvsc_host_t
[    8.831860] scsi 1:0:0:0: scsi scan: INQUIRY result too short (5), using 36
[    8.850866] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set
[    8.909047] scsi 1:0:0:1: Direct-Access     ADATA    SSD S510 120GB   5.2. PQ: 0 ANSI: 0
[    8.929446] scsi host2: ata_piix
[    8.939777] scsi host3: ata_piix
[    8.949576] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    8.965996] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    8.984332] libphy: Fixed MDIO Bus: probed
[    8.994743] hv_vmbus: registering driver hv_netvsc
[    9.009489] hv_netvsc: hv_netvsc channel opened successfully
[    9.049200] scsi 1:0:0:2: Direct-Access     MDT MD50 00AAKS-00TMA0         PQ: 0 ANSI: 2 CCS
[    9.072739] scsi 1:0:0:3: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 4
[    9.095306] scsi 1:0:0:4: Direct-Access              ST1000DM003-9YN1 CC4H PQ: 0 ANSI: 0
[    9.117147] scsi 1:0:0:5: scsi scan: INQUIRY result too short (5), using 36
[    9.137166] scsi 1:0:1:0: scsi scan: INQUIRY result too short (5), using 36
[    9.157319] scsi 1:0:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.184885] scsi 1:1:0:0: scsi scan: INQUIRY result too short (5), using 36
[    9.204883] scsi 1:1:0:1: scsi scan: INQUIRY result too short (5), using 36
[    9.224911] scsi 1:1:1:0: scsi scan: INQUIRY result too short (5), using 36
[    9.244713] scsi 1:1:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.264525] scsi 1:2:0:0: scsi scan: INQUIRY result too short (5), using 36
[    9.284320] scsi 1:2:0:1: scsi scan: INQUIRY result too short (5), using 36
[    9.304129] scsi 1:2:1:0: scsi scan: INQUIRY result too short (5), using 36
[    9.324761] scsi 1:2:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.346377] scsi 1:3:0:0: scsi scan: INQUIRY result too short (5), using 36
[    9.366227] scsi 1:3:0:1: scsi scan: INQUIRY result too short (5), using 36
[    9.385976] scsi 1:3:1:0: scsi scan: INQUIRY result too short (5), using 36
[    9.405571] scsi 1:3:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.425141] scsi 1:4:0:0: scsi scan: INQUIRY result too short (5), using 36
[    9.444783] scsi 1:4:0:1: scsi scan: INQUIRY result too short (5), using 36
[    9.464456] scsi 1:4:1:0: scsi scan: INQUIRY result too short (5), using 36
[    9.483934] scsi 1:4:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.503476] scsi 1:5:0:0: scsi scan: INQUIRY result too short (5), using 36
[    9.523013] scsi 1:5:0:1: scsi scan: INQUIRY result too short (5), using 36
[    9.542943] scsi 1:5:1:0: scsi scan: INQUIRY result too short (5), using 36
[    9.567207] scsi 1:5:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.586990] scsi 1:6:0:0: scsi scan: INQUIRY result too short (5), using 36
[    9.606391] scsi 1:6:0:1: scsi scan: INQUIRY result too short (5), using 36
[    9.625971] scsi 1:6:1:0: scsi scan: INQUIRY result too short (5), using 36
[    9.648896] scsi 1:6:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.668310] scsi 1:7:0:0: scsi scan: INQUIRY result too short (5), using 36
[    9.687595] scsi 1:7:0:1: scsi scan: INQUIRY result too short (5), using 36
[    9.706929] scsi 1:7:1:0: scsi scan: INQUIRY result too short (5), using 36
[    9.726303] scsi 1:7:1:1: scsi scan: INQUIRY result too short (5), using 36
[    9.749219] sd 1:0:0:1: Attached scsi generic sg0 type 0
[    9.764796] sd 1:0:0:1: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[    9.787723] sd 1:0:0:2: Attached scsi generic sg1 type 0
[    9.805380] sd 1:0:0:3: Attached scsi generic sg2 type 0
[    9.817963] sd 1:0:0:1: [sda] Write Protect is off
[    9.833578] sd 1:0:0:4: Attached scsi generic sg3 type 0
[    9.865627] sd 1:0:0:1: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.887268] sd 1:0:0:2: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    9.906274] sd 1:0:0:2: [sdb] Write Protect is off
[    9.917915] sd 1:0:0:3: [sdc] 199229440 512-byte logical blocks: (102 GB/95.0 GiB)
[    9.935770] sd 1:0:0:4: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    9.953597] sd 1:0:0:3: [sdc] Write Protect is off
[    9.979061] sd 1:0:0:2: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   10.001751] sd 1:0:0:3: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.025371] sd 1:0:0:4: [sdd] Write Protect is off
[   10.039460] sd 1:0:0:4: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.108118]  sdb: unknown partition table
[   10.122853]  sdc: unknown partition table
[   10.139977]  sda: sda1
[   10.154953]  sdd: sdd1 sdd2
[   10.200686] sd 1:0:0:3: [sdc] Attached SCSI disk
[   10.240513] sd 1:0:0:1: [sda] Attached SCSI disk
[   10.258800] sd 1:0:0:2: [sdb] Attached SCSI disk
[   10.274483] sd 1:0:0:4: [sdd] Attached SCSI disk
[   10.554785] tsc: Refined TSC clocksource calibration: 3200.076 MHz
[   10.788932] hv_netvsc vmbus_0_14: Send section size: 6144, Section count:2560
[   10.812618] hv_netvsc vmbus_0_14: Device MAC 00:15:5d:6f:02:8f link state up
[   10.838646] hv_netvsc: hv_netvsc channel opened successfully
[   10.910838] hv_netvsc vmbus_0_15: Send section size: 6144, Section count:2560
[   10.931164] hv_netvsc vmbus_0_15: Device MAC 00:15:5d:6f:02:a5 link state up
[   10.954001] hv_netvsc: hv_netvsc channel opened successfully
[   11.026171] hv_netvsc vmbus_0_16: Send section size: 6144, Section count:2560
[   11.046748] hv_netvsc vmbus_0_16: Device MAC 00:15:5d:6f:02:a6 link state up
[   11.068795] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[   11.094332] serio: i8042 KBD port at 0x60,0x64 irq 1
[   11.107078] serio: i8042 AUX port at 0x60,0x64 irq 12
[   11.121517] hv_vmbus: registering driver hyperv_keyboard
[   11.137042] mousedev: PS/2 mouse device common for all mice
[   11.153596] rtc_cmos 00:00: RTC can wake from S4
[   11.188466] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[   11.206427] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[   11.227939] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[   11.243866] piix4_smbus 0000:00:07.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[   11.272147] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/vmbus_0_4/serio2/input/input3
[   11.307137] device-mapper: uevent: version 1.0.3
[   11.321414] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[   11.343525] device-mapper: multipath: version 1.7.0 loaded
[   11.357167] device-mapper: multipath round-robin: version 1.0.0 loaded
[   11.373283] device-mapper: multipath queue-length: version 0.1.0 loaded
[   11.389527] device-mapper: multipath service-time: version 0.2.0 loaded
[   11.455090] hidraw: raw HID events driver (C) Jiri Kosina
[   11.470950] hv_vmbus: registering driver hid_hyperv
[   11.487193] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input5
[   11.513790] hid-generic 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on
[   11.544146] hv_utils: Registering HyperV Utility Driver
[   11.558579] hv_vmbus: registering driver hv_util
[   11.574303] hv_vmbus: registering driver hv_balloon
[   11.588084] drop_monitor: Initializing network drop monitor service
[   11.606056] ip_tables: (C) 2000-2006 Netfilter Core Team
[   11.620990] TCP: cubic registered
[   11.630511] Initializing XFRM netlink socket
[   11.641890] NET: Registered protocol family 17
[   11.657722] registered taskstats version 1
[   11.671507] rtc_cmos 00:00: setting system clock to 2014-08-27 16:03:29 UTC (1409155409)
[   11.697333] debug: unmapping init [mem 0xffffffff81d28000-0xffffffff81e7efff]
[   11.716660] Write protecting the kernel read-only data: 12288k
[   11.733153] debug: unmapping init [mem 0xffff8800016a8000-0xffff8800017fffff]
[   11.751191] debug: unmapping init [mem 0xffff880001a7c000-0xffff880001bfffff]
[   11.811810] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[   11.844925] systemd[1]: Detected virtualization 'microsoft'.
[   11.860003] systemd[1]: Running in initial RAM disk.

Welcome to Fedora 20 (Heisenbug) dracut-037-11.git20140402.fc20 (Initramfs)!

[   11.892455] systemd[1]: Failed to insert module 'ipv6'
[   11.907277] systemd[1]: Set hostname to <>.
[   11.931154] random: systemd urandom read with 59 bits of entropy available
[   12.052488] psmouse serio1: alps: Unknown ALPS touchpad: E7=12 00 64, EC=12 00 64
[   12.178137] systemd[1]: Expecting device dev-disk-by\x2duuid-e78f2b16\x2d8836\x2d4e6a\x2d9e5e\x2dfdc6c9d3cfc3.device...
         Expecting device dev-disk-by\x2duuid-e78f2b16\x2d883...3cfc3.device...
[   12.227591] systemd[1]: Starting -.slice.
[  OK  ] Created slice -.slice.
[   12.260579] systemd[1]: Created slice -.slice.
[   12.269807] systemd[1]: Starting System Slice.
[  OK  ] Created slice System Slice.
[   12.292262] systemd[1]: Created slice System Slice.
[   12.304265] systemd[1]: Starting Slices.
[  OK  ] Reached target Slices.
[   12.332056] systemd[1]: Reached target Slices.
[   12.344235] systemd[1]: Starting Timers.
[  OK  ] Reached target Timers.
[   12.371457] systemd[1]: Reached target Timers.
[   12.383594] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[   12.405518] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   12.425954] systemd[1]: Starting Paths.
[  OK  ] Reached target Paths.
[   12.453467] systemd[1]: Reached target Paths.
[   12.465591] systemd[1]: Starting Journal Socket.
[  OK  ] Listening on Journal Socket.
[   12.495685] systemd[1]: Listening on Journal Socket.
[   12.510554] systemd[1]: Started dracut cmdline hook.
[   12.524565] systemd[1]: Started dracut pre-udev hook.
[   12.538900] systemd[1]: Started Load Kernel Modules.
[   12.551318] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[   12.584092] psmouse serio1: trackpoint: failed to get extended button data
[  OK  ] Started Journal Service.
[   12.614439] systemd[1]: Started Journal Service.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Reached target Sockets.
         Starting Apply Kernel Variables...
         Starting Create static device nodes in /dev...
[  OK  ] Reached target Swap.
[  OK  ] Reached target Local File Systems.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create static device nodes in /dev.
         Starting udev Kernel Device Manager...
[   13.048698] systemd-udevd[135]: starting version 208
[  OK  ] Started udev Kernel Device Manager.
         Starting udev Coldplug all Devices...
[  OK  ] Started udev Coldplug all Devices.
         Starting dracut initqueue hook...
[  OK  ] Reached target System Initialization.
[  OK  ] Reached target Basic System.
[   13.716858] random: nonblocking pool is initialized
[   17.328354] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x01, buttons: 0/0
[   17.416991] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input4

-- 
Sitsofe | http://sucs.org/~sits/

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-27 16:19               ` Sitsofe Wheeler
@ 2014-08-27 18:45                 ` KY Srinivasan
  2014-08-27 22:57                   ` Sitsofe Wheeler
  2014-08-29  9:49                   ` Dan Carpenter
  0 siblings, 2 replies; 24+ messages in thread
From: KY Srinivasan @ 2014-08-27 18:45 UTC (permalink / raw)
  To: Sitsofe Wheeler, Dexuan Cui
  Cc: Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel



> -----Original Message-----
> From: Sitsofe Wheeler [mailto:sitsofe@gmail.com]
> Sent: Wednesday, August 27, 2014 9:19 AM
> To: Dexuan Cui
> Cc: KY Srinivasan; Greg Kroah-Hartman; Haiyang Zhang;
> devel@linuxdriverproject.org; linux-kernel@vger.kernel.org
> Subject: Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at
> ffff880077800004 (hv_ringbuffer_write)
> 
> On Wed, Aug 27, 2014 at 02:14:02PM +0000, Dexuan Cui wrote:
> > > -----Original Message-----
> > > From: Sitsofe Wheeler
> > > Sent: Wednesday, August 27, 2014 20:16 PM
> >
> > > > I'm making a patch for this.
> > Please see the end of the mail for the inline patch and try it.
> > (the patch hasn't been rebased against KY's patchset)
> 
> <snip>
> 
> > BTW, with the patch below, hyperv_fb can work now, BUT,
> > *occasionally*,
> > storvsc_probe() -> ... -> vmbus_open() -> can fail due to
> > HV_STATUS_INVALID_ALIGNMENT...
> 
> I applied your new patch on top of KY's pieces (it applied cleanly) and while it
> doesn't blow up, one warning is printed out and the UP boot seemed to stall
> after input: TPPS/2 message (but pressing ctrl-alt-delete allows the system to
> reboot cleanly).

First let me thank you guys for looking into this issue. Looking at your dmesg, it looked like storvsc probe failed as Dexuan had seen. Since the failure appears to be alignment related, perhaps we could test with allocating a page all the time (and getting rid of the kmalloc). Sitsofe, here is a patch based on Dexuan's patch. If this works, I will probably minimize failure cases by pre-allocating per-cpu pages for this.:

diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c
index edfc848..0ca0cba 100644
--- a/drivers/hv/hv.c
+++ b/drivers/hv/hv.c
@@ -217,25 +217,17 @@ int hv_post_message(union hv_connection_id connection_id,
                  enum hv_message_type message_type,
                  void *payload, size_t payload_size)
 {
-       struct aligned_input {
-               u64 alignment8;
-               struct hv_input_post_message msg;
-       };

        struct hv_input_post_message *aligned_msg;
        u16 status;
-       unsigned long addr;

        if (payload_size > HV_MESSAGE_PAYLOAD_BYTE_COUNT)
                return -EMSGSIZE;

-       addr = (unsigned long)kmalloc(sizeof(struct aligned_input), GFP_ATOMIC);
-       if (!addr)
+       aligned_msg = (struct hv_input_post_message *)get_zeroed_page(GFP_ATOMIC);
+       if (!aligned_msg)
                return -ENOMEM;

-       aligned_msg = (struct hv_input_post_message *)
-                       (ALIGN(addr, HV_HYPERCALL_PARAM_ALIGN));
-
        aligned_msg->connectionid = connection_id;
        aligned_msg->message_type = message_type;
        aligned_msg->payload_size = payload_size;
@@ -244,7 +236,7 @@ int hv_post_message(union hv_connection_id connection_id,
        status = do_hypercall(HVCALL_POST_MESSAGE, aligned_msg, NULL)
                & 0xFFFF;

-       kfree((void *)addr);
+       free_page((unsigned long)aligned_msg);

        return status;
 }
--
1.7.4.1


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

* Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-27 18:45                 ` KY Srinivasan
@ 2014-08-27 22:57                   ` Sitsofe Wheeler
  2014-08-27 23:13                     ` KY Srinivasan
  2014-08-29  9:49                   ` Dan Carpenter
  1 sibling, 1 reply; 24+ messages in thread
From: Sitsofe Wheeler @ 2014-08-27 22:57 UTC (permalink / raw)
  To: KY Srinivasan
  Cc: Dexuan Cui, Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel

On Wed, Aug 27, 2014 at 06:45:55PM +0000, KY Srinivasan wrote:
> 
> > -----Original Message-----
> > From: Sitsofe Wheeler [mailto:sitsofe@gmail.com]
> > Sent: Wednesday, August 27, 2014 9:19 AM
> > 
> > > BTW, with the patch below, hyperv_fb can work now, BUT,
> > > *occasionally*,
> > > storvsc_probe() -> ... -> vmbus_open() -> can fail due to
> > > HV_STATUS_INVALID_ALIGNMENT...
> > 
> > I applied your new patch on top of KY's pieces (it applied cleanly)
> > and while it doesn't blow up, one warning is printed out and the UP
> > boot seemed to stall after input: TPPS/2 message (but pressing
> > ctrl-alt-delete allows the system to reboot cleanly).
> 
> First let me thank you guys for looking into this issue. Looking at
> your dmesg, it looked like storvsc probe failed as Dexuan had seen.
> Since the failure appears to be alignment related, perhaps we could
> test with allocating a page all the time (and getting rid of the
> kmalloc). Sitsofe, here is a patch based on Dexuan's patch. If this
> works, I will probably minimize failure cases by pre-allocating
> per-cpu pages for this.:

After some modifications to apply on top of your previous patches
applying this latest patch has cured the issues surrounding hyperv_fb
issues on boot. The only issue seen on boot now is similar to
https://lkml.org/lkml/2014/8/19/227 ...

How come previous alignment efforts weren't working out?

-- 
Sitsofe | http://sucs.org/~sits/

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-27 22:57                   ` Sitsofe Wheeler
@ 2014-08-27 23:13                     ` KY Srinivasan
  2014-08-28  3:21                       ` Dexuan Cui
  0 siblings, 1 reply; 24+ messages in thread
From: KY Srinivasan @ 2014-08-27 23:13 UTC (permalink / raw)
  To: Sitsofe Wheeler
  Cc: Dexuan Cui, Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel



> -----Original Message-----
> From: Sitsofe Wheeler [mailto:sitsofe@gmail.com]
> Sent: Wednesday, August 27, 2014 3:58 PM
> To: KY Srinivasan
> Cc: Dexuan Cui; Greg Kroah-Hartman; Haiyang Zhang;
> devel@linuxdriverproject.org; linux-kernel@vger.kernel.org
> Subject: Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at
> ffff880077800004 (hv_ringbuffer_write)
> 
> On Wed, Aug 27, 2014 at 06:45:55PM +0000, KY Srinivasan wrote:
> >
> > > -----Original Message-----
> > > From: Sitsofe Wheeler [mailto:sitsofe@gmail.com]
> > > Sent: Wednesday, August 27, 2014 9:19 AM
> > >
> > > > BTW, with the patch below, hyperv_fb can work now, BUT,
> > > > *occasionally*,
> > > > storvsc_probe() -> ... -> vmbus_open() -> can fail due to
> > > > HV_STATUS_INVALID_ALIGNMENT...
> > >
> > > I applied your new patch on top of KY's pieces (it applied cleanly)
> > > and while it doesn't blow up, one warning is printed out and the UP
> > > boot seemed to stall after input: TPPS/2 message (but pressing
> > > ctrl-alt-delete allows the system to reboot cleanly).
> >
> > First let me thank you guys for looking into this issue. Looking at
> > your dmesg, it looked like storvsc probe failed as Dexuan had seen.
> > Since the failure appears to be alignment related, perhaps we could
> > test with allocating a page all the time (and getting rid of the
> > kmalloc). Sitsofe, here is a patch based on Dexuan's patch. If this
> > works, I will probably minimize failure cases by pre-allocating
> > per-cpu pages for this.:
> 
> After some modifications to apply on top of your previous patches applying
> this latest patch has cured the issues surrounding hyperv_fb issues on boot.
> The only issue seen on boot now is similar to
> https://lkml.org/lkml/2014/8/19/227 ...

That is good to hear. I was under the impression that this issue would be
resolved with all the cleanup we have done. The last patch-set I posted
earlier today has the fix for vmbus_open  bug that Dexuan had identified.

If you could try with the BUG_ON elimination patch-set I sent out earlier
today with the fix in hv.c that I had sent that would be great.  
> 
> How come previous alignment efforts weren't working out?
I have chosen to always allocate a page and so alignment won't be
an issue. I want to eliminate failure in this path and so, I will most likely
do a per-cpu pre-allocation of this buffer.

Thank you very much for taking the time to help us debug these issues.

Regards,

K. Y
> 
> --
> Sitsofe | http://sucs.org/~sits/

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-27 23:13                     ` KY Srinivasan
@ 2014-08-28  3:21                       ` Dexuan Cui
  2014-08-28  3:41                         ` KY Srinivasan
  2014-08-28 12:48                         ` Sitsofe Wheeler
  0 siblings, 2 replies; 24+ messages in thread
From: Dexuan Cui @ 2014-08-28  3:21 UTC (permalink / raw)
  To: KY Srinivasan, Sitsofe Wheeler
  Cc: Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel

> -----Original Message-----
> From: linux-kernel-owner@vger.kernel.org [mailto:linux-kernel-
> owner@vger.kernel.org] On Behalf Of KY Srinivasan
> Sent: Thursday, August 28, 2014 7:14 AM
> > > > From: Sitsofe Wheeler [mailto:sitsofe@gmail.com]
> > > > Sent: Wednesday, August 27, 2014 9:19 AM
> > > >
> > > > > BTW, with the patch below, hyperv_fb can work now, BUT,
> > > > > *occasionally*,
> > > > > storvsc_probe() -> ... -> vmbus_open() -> can fail due to
> > > > > HV_STATUS_INVALID_ALIGNMENT...
> > > >
> > > > I applied your new patch on top of KY's pieces (it applied cleanly)
> > > > and while it doesn't blow up, one warning is printed out and the UP
> > > > boot seemed to stall after input: TPPS/2 message (but pressing
> > > > ctrl-alt-delete allows the system to reboot cleanly).
> > >
> > > First let me thank you guys for looking into this issue. Looking at
> > > your dmesg, it looked like storvsc probe failed as Dexuan had seen.
> > > Since the failure appears to be alignment related, perhaps we could
> > > test with allocating a page all the time (and getting rid of the
> > > kmalloc). Sitsofe, here is a patch based on Dexuan's patch. If this
> > > works, I will probably minimize failure cases by pre-allocating
> > > per-cpu pages for this.:
> >
> > After some modifications to apply on top of your previous patches
> applying
> > this latest patch has cured the issues surrounding hyperv_fb issues on
> boot.

This always-use-page-allocation patch of KY works for me too. :-)


> > The only issue seen on boot now is similar to
> > https://lkml.org/lkml/2014/8/19/227 ...
Hi Sitsofe,
I don't see this issue.
Do you still see the issue for EVERY boot after you applied KY's
always-use-page-allocation patch?
I doubt that because in the log of the above link:

[   34.628072] hv_netvsc vmbus_0_15: net device safe to remove
[   34.676573] hv_netvsc: hv_netvsc channel opened successfully
[   34.860292] hv_netvsc vmbus_0_15 eth1: unable to establish send buffer's gpadl
[   34.948983] hv_netvsc vmbus_0_15 eth1: unable to connect to NetVSP - 4

Here the 4 is just HV_STATUS_INVALID_ALIGNMENT -- it should be fixed
by the patch.

> 
> That is good to hear. I was under the impression that this issue would be
> resolved with all the cleanup we have done. The last patch-set I posted
> earlier today has the fix for vmbus_open  bug that Dexuan had identified.
> 
> If you could try with the BUG_ON elimination patch-set I sent out earlier
> today with the fix in hv.c that I had sent that would be great.
> >
> > How come previous alignment efforts weren't working out?
I'm not sure.
If we trust the hypervisor, I would guess in hv_post_message()
1) We'd better add "aligned_msg->reserved = 0;"
2) Should we make sure  "aligned_msg->payload_size % 8 == 0"? IMO
   aligned_msg->payload is an array of 8-byte.

> I have chosen to always allocate a page and so alignment won't be
> an issue. I want to eliminate failure in this path and so, I will most likely
> do a per-cpu pre-allocation of this buffer.
This is a good idea!

Thanks,
-- Dexuan

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-28  3:21                       ` Dexuan Cui
@ 2014-08-28  3:41                         ` KY Srinivasan
  2014-08-28 12:48                         ` Sitsofe Wheeler
  1 sibling, 0 replies; 24+ messages in thread
From: KY Srinivasan @ 2014-08-28  3:41 UTC (permalink / raw)
  To: Dexuan Cui, Sitsofe Wheeler
  Cc: Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel



> -----Original Message-----
> From: Dexuan Cui
> Sent: Wednesday, August 27, 2014 8:22 PM
> To: KY Srinivasan; Sitsofe Wheeler
> Cc: Greg Kroah-Hartman; Haiyang Zhang; devel@linuxdriverproject.org;
> linux-kernel@vger.kernel.org
> Subject: RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at
> ffff880077800004 (hv_ringbuffer_write)
> 
> > -----Original Message-----
> > From: linux-kernel-owner@vger.kernel.org [mailto:linux-kernel-
> > owner@vger.kernel.org] On Behalf Of KY Srinivasan
> > Sent: Thursday, August 28, 2014 7:14 AM
> > > > > From: Sitsofe Wheeler [mailto:sitsofe@gmail.com]
> > > > > Sent: Wednesday, August 27, 2014 9:19 AM
> > > > >
> > > > > > BTW, with the patch below, hyperv_fb can work now, BUT,
> > > > > > *occasionally*,
> > > > > > storvsc_probe() -> ... -> vmbus_open() -> can fail due to
> > > > > > HV_STATUS_INVALID_ALIGNMENT...
> > > > >
> > > > > I applied your new patch on top of KY's pieces (it applied
> > > > > cleanly) and while it doesn't blow up, one warning is printed
> > > > > out and the UP boot seemed to stall after input: TPPS/2 message
> > > > > (but pressing ctrl-alt-delete allows the system to reboot cleanly).
> > > >
> > > > First let me thank you guys for looking into this issue. Looking
> > > > at your dmesg, it looked like storvsc probe failed as Dexuan had seen.
> > > > Since the failure appears to be alignment related, perhaps we
> > > > could test with allocating a page all the time (and getting rid of
> > > > the kmalloc). Sitsofe, here is a patch based on Dexuan's patch. If
> > > > this works, I will probably minimize failure cases by
> > > > pre-allocating per-cpu pages for this.:
> > >
> > > After some modifications to apply on top of your previous patches
> > applying
> > > this latest patch has cured the issues surrounding hyperv_fb issues
> > > on
> > boot.
> 
> This always-use-page-allocation patch of KY works for me too. :-)
> 
> 
> > > The only issue seen on boot now is similar to
> > > https://lkml.org/lkml/2014/8/19/227 ...
> Hi Sitsofe,
> I don't see this issue.
> Do you still see the issue for EVERY boot after you applied KY's always-use-
> page-allocation patch?
> I doubt that because in the log of the above link:
> 
> [   34.628072] hv_netvsc vmbus_0_15: net device safe to remove
> [   34.676573] hv_netvsc: hv_netvsc channel opened successfully
> [   34.860292] hv_netvsc vmbus_0_15 eth1: unable to establish send buffer's
> gpadl
> [   34.948983] hv_netvsc vmbus_0_15 eth1: unable to connect to NetVSP - 4
> 
> Here the 4 is just HV_STATUS_INVALID_ALIGNMENT -- it should be fixed by
> the patch.
> 
> >
> > That is good to hear. I was under the impression that this issue would
> > be resolved with all the cleanup we have done. The last patch-set I
> > posted earlier today has the fix for vmbus_open  bug that Dexuan had
> identified.
> >
> > If you could try with the BUG_ON elimination patch-set I sent out
> > earlier today with the fix in hv.c that I had sent that would be great.
> > >
> > > How come previous alignment efforts weren't working out?
> I'm not sure.
> If we trust the hypervisor, I would guess in hv_post_message()
> 1) We'd better add "aligned_msg->reserved = 0;"
> 2) Should we make sure  "aligned_msg->payload_size % 8 == 0"? IMO
>    aligned_msg->payload is an array of 8-byte.
> 
> > I have chosen to always allocate a page and so alignment won't be an
> > issue. I want to eliminate failure in this path and so, I will most
> > likely do a per-cpu pre-allocation of this buffer.
> This is a good idea!

Thank you all. I will submit a patch with the pre-allocated per-cpu page for this.

K. Y
> 
> Thanks,
> -- Dexuan


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

* Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-28  3:21                       ` Dexuan Cui
  2014-08-28  3:41                         ` KY Srinivasan
@ 2014-08-28 12:48                         ` Sitsofe Wheeler
  2014-08-29  3:39                           ` Dexuan Cui
  1 sibling, 1 reply; 24+ messages in thread
From: Sitsofe Wheeler @ 2014-08-28 12:48 UTC (permalink / raw)
  To: Dexuan Cui
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel

Hi Dexuan,

On Thu, Aug 28, 2014 at 03:21:59AM +0000, Dexuan Cui wrote:

> > > > First let me thank you guys for looking into this issue. Looking at

Feel free to add
Reported-by: Sitsofe Wheeler <sitsofe@yahoo.com>
to your patches (it's useful too me because it makes it easier for me to show
what I've been doing to others :-)

> > > The only issue seen on boot now is similar to
> > > https://lkml.org/lkml/2014/8/19/227 ...

> I don't see this issue.  Do you still see the issue for EVERY boot
> after you applied KY's always-use-page-allocation patch?  I doubt that
> because in the log of the above link:

I think it depends on if I do a UP or SMP boot. With
f1bd473f95e02bc382d4dae94d7f82e2a455e05d (post v3.17-rc2) with the V2 BUG_ON
patch set coupled with the allocation change patch set a UP boot was able to
run a small bunch of CPU and network stress tests without any issue. However,
when doing an SMP boot the following happened:

[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started Login Service.
[   36.023957] hv_netvsc vmbus_0_15: net device safe to remove
[   36.078386] hv_netvsc: hv_netvsc channel opened successfully

Fedora release 20 ([   36.964636] hv_netvsc vmbus_0_15: Send section size: 6144, Section count:2560
[   37.014857] hv_netvsc vmbus_0_15: Device MAC 00:15:5d:6f:02:a5 link state up
Heisenbug)[   37.180170] BUG: unable to handle kernel
pKageing reqruestn at ffff8801f2ec4068
[   37.181156] IP: el[ 3.1<7.0-ffrc2.x8ffffff814e77dc>] netvsc_start_xmit+0x6ac/0x7c0
[ 6_ 64- 00044-g0bb037.181156] PGD 2db0067 PUa5Dd on 2 an x86_6407dc0067 PM (ttyDS0)

 207c280ara67refedora PTE 8 0000001f2eclo4gin0: 60
[   37.181156] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
[   37.181156] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 3.17.0-rc2.x86_64-00044-g0bb0a5d #132
[   37.181156] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   37.181156] task: ffff8801fb27b9f0 ti: ffff8801fb310000 task.ti: ffff8801fb310000
[   37.181156] RIP: 0010:[<ffffffff814e77dc>]  [<ffffffff814e77dc>] netvsc_start_xmit+0x6ac/0x7c0
[   37.181156] RSP: 0018:ffff880206c43960  EFLAGS: 00010246
[   37.181156] RAX: 0000000000000000 RBX: ffff8801f2e9f2d8 RCX: 000000000007f000
[   37.181156] RDX: 000000000007da20 RSI: 0000000000034f70 RDI: 000000000007efc8
[   37.181156] RBP: ffff880206c439a8 R08: 0000000000000000 R09: 0000000000000000
[   37.181156] R10: 0000000000000001 R11: 0000000000000001 R12: 0000000000000000
[   37.181156] R13: ffff8801f2ec4000 R14: ffff8800f1335680 R15: ffff8801f2e9c4ea
[   37.181156] FS:  0000000000000000(0000) GS:ffff880206c40000(0000) knlGS:0000000000000000
[   37.181156] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   37.181156] CR2: ffff8801f2ec4068 CR3: 0000000001c0e000 CR4: 00000000000406e0
[   37.181156] Stack:
[   37.181156]  ffff8801f2e9f344 ffffffff00000062 ffff8800f1335680 0000000081d23300
[   37.181156]  0000000000000062 ffff8800f1335680 0000000400014883 ffff8800ecc56fa0
[   37.181156]  ffff8801f2ec4000 ffff880206c43a00 ffffffff815ce458 ffff8800f13311c8
[   37.181156] Call Trace:
[   37.181156]  <IRQ>
[   37.181156]  [<ffffffff815ce458>] dev_hard_start_xmit+0x348/0x630
[   37.181156]  [<ffffffff815ef5aa>] sch_direct_xmit+0x7a/0x290

That's all I got - all my consoles froze and not even sysrq worked any more.

Here's another splat that also just happened:
[  OK  ] Started NTP client/server.
[  OK  ] Started Login Service.
[   32.558951] hv_netvsc vmbus_0_15: net device safe to remove
[   32.599919] hv_netvsc: hv_netvsc channel opened successfully
[   33.728294] hv_netvsc vmbus_0_15: Send section size: 6144, Section count:2560
[   33.782371] hv_netvsc vmbus_0_15: Device MAC 00:15:5d:6f:02:a5 link state up

Fedora release 20 (Heisenbug)
Kernel 3.17.0-rc2.x86_64-00044-g0bb0a5d on an x86_64 (ttyS0)

ararefedora login: [   35.301491] BUG: unable to handle kernel paging request at ffff8800ef0df973
[   35.302392] IP: [<ffffffff814e701d>] netvsc_select_queue+0x3d/0x150
[   35.302392] PGD 2db0067 PUD 2075be067 PMD 207445067 PTE 80000000ef0df060
[   35.302392] Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
[   35.302392] CPU: 1 PID: 723 Comm: arping Not tainted 3.17.0-rc2.x86_64-00044-g0bb0a5d #132
[   35.302392] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   35.302392] task: ffff8800eea68000 ti: ffff8801f5af0000 task.ti: ffff8801f5af0000
[   35.302392] RIP: 0010:[<ffffffff814e701d>]  [<ffffffff814e701d>] netvsc_select_queue+0x3d/0x150
[   35.302392] RSP: 0018:ffff8801f5af3c60  EFLAGS: 00010206
[   35.302392] RAX: 0000000000000000 RBX: ffff8800f0c49160 RCX: 000000000000ffff
[   35.302392] RDX: ffff8800ef0cf968 RSI: ffff8801fa42a1c0 RDI: ffff8800f0c49160
[   35.302392] RBP: ffff8801f5af3c88 R08: 000000000000002a R09: 0000000000000000
[   35.302392] R10: ffff8801f372b3d8 R11: 000000000000000a R12: ffff8801fa42a1c0
[   35.302392] R13: 0000000000000000 R14: ffff8801f3832e68 R15: ffff8801fa42a1c0
[   35.302392] FS:  00007f3359e96740(0000) GS:ffff880206c20000(0000) knlGS:0000000000000000
[   36.090561] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   36.090561] CR2: ffff8800ef0df973 CR3: 00000000ef1fe000 CR4: 00000000000406e0
[   36.090561] Stack:
[   36.090561]  ffffffff8167f591 ffff8800f0c49160 000000000000001c 0000000000000000
[   36.090561]  ffff8801f3832e68 ffff8801f5af3d48 ffffffff816832fc ffff8800eea68740
[   36.090561]  0000000000000000 ffff8801f5af3d68 0000000000000046 000000000000001c
[   36.090561] Call Trace:
[   36.090561]  [<ffffffff8167f591>] ? packet_pick_tx_queue+0x31/0xa0
[   36.090561]  [<ffffffff816832fc>] packet_sendmsg+0xc1c/0xdd0
[   36.090561]  [<ffffffff810bd106>] ? lock_release_non_nested+0xc6/0x330
[   36.090561]  [<ffffffff815b42a8>] sock_sendmsg+0x88/0xb0
[   36.090561]  [<ffffffff81185443>] ? might_fault+0xa3/0xb0
[   36.090561]  [<ffffffff811853fa>] ? might_fault+0x5a/0xb0
[   36.090561]  [<ffffffff815b43de>] SYSC_sendto+0x10e/0x150
[   36.090561]  [<ffffffff811853fa>] ? might_fault+0x5a/0xb0
[   36.090561]  [<ffffffff816a3215>] ? sysret_check+0x22/0x5d
[   36.090561]  [<ffffffff810b97fd>] ? trace_hardirqs_on_caller+0x17d/0x210
[   36.090561]  [<ffffffff8139c09e>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[   36.090561]  [<ffffffff815b53be>] SyS_sendto+0xe/0x10
[   36.090561]  [<ffffffff816a31e9>] system_call_fastpath+0x16/0x1b
[   36.090561] Code: 00 4d 85 d2 0f 84 1c 01 00 00 44 8b 9f 8c 03 00 00 31 c0 41 83 fb 01 0f 86 1b 01 00 00 0f b7 8e b4 00 00 00 48 8b 96 c0 00 00 00 <66> 83 7c 0a 0c 08 0f 85 01 01 00 00 55 48 89 e5 41 55 41 54 53
[   36.090561] RIP  [<ffffffff814e701d>] netvsc_select_queue+0x3d/0x150
[   36.090561]  RSP <ffff8801f5af3c60>
[   36.090561] CR2: ffff8800ef0df973
[   36.090561] ---[ end trace 7e294eb7f2c54206 ]---
[   36.090561] BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:41
[   36.090561] in_atomic(): 0, irqs_disabled(): 1, pid: 723, name: arping
[   36.090561] INFO: lockdep is turned off.
[   36.090561] irq event stamp: 4692
[   36.090561] hardirqs last  enabled at (4691): [<ffffffff81698bf4>] __slab_alloc+0x50b/0x576
[   36.090561] hardirqs last disabled at (4692): [<ffffffff816a5266>] error_sti+0x5/0x6
[   36.090561] softirqs last  enabled at (4542): [<ffffffff815cecf0>] __dev_queue_xmit+0x5b0/0x690
[   36.090561] softirqs last disabled at (4508): [<ffffffff815ce798>] __dev_queue_xmit+0x58/0x690
[   36.090561] CPU: 1 PID: 723 Comm: arping Tainted: G      D        3.17.0-rc2.x86_64-00044-g0bb0a5d #132
[   36.090561] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[   36.090561]  0000000000000046 ffff8801f5af38e0 ffffffff8169a64b ffff8800eea68000
[   36.090561]  ffff8801f5af38f8 ffffffff8109ec65 ffff8801f3bc5c18 ffff8801f5af3918
[   36.090561]  ffffffff816a0c84 ffffffff81090f38 ffff8800eea68000 ffff8801f5af3938
[   36.090561] Call Trace:
[   36.090561]  [<ffffffff8169a64b>] dump_stack+0x4d/0x66
[   36.090561]  [<ffffffff8109ec65>] __might_sleep+0x115/0x120
[   36.090561]  [<ffffffff816a0c84>] down_read+0x24/0x70
[   36.090561]  [<ffffffff81090f38>] ? __validate_process_creds+0xd8/0xf0
[   36.090561]  [<ffffffff8107f9d4>] exit_signals+0x24/0x140
[   36.090561]  [<ffffffff810737d9>] do_exit+0x129/0xa20
[   36.090561]  [<ffffffff810c4bcc>] ? kmsg_dump+0xfc/0x110
[   36.090561]  [<ffffffff810c4af5>] ? kmsg_dump+0x25/0x110
[   36.090561]  [<ffffffff81006348>] oops_end+0xa8/0xc0
[   36.090561]  [<ffffffff816951c8>] no_context+0x322/0x36b
[   36.090561]  [<ffffffff810b97fd>] ? trace_hardirqs_on_caller+0x17d/0x210
[   36.090561]  [<ffffffff816953dc>] __bad_area_nosemaphore+0x1cb/0x1e8
[   36.090561]  [<ffffffff810b97fd>] ? trace_hardirqs_on_caller+0x17d/0x210
[   36.090561]  [<ffffffff8169540c>] bad_area_nosemaphore+0x13/0x15
[   36.090561]  [<ffffffff8104040e>] __do_page_fault+0x1ee/0x4f0
[   36.090561]  [<ffffffff815bccae>] ? __alloc_skb+0x4e/0x240
[   36.090561]  [<ffffffff810bd106>] ? lock_release_non_nested+0xc6/0x330
[   36.090561]  [<ffffffff8139c0dd>] ? trace_hardirqs_off_thunk+0x3a/0x3c
[   36.090561]  [<ffffffff81040762>] do_page_fault+0x22/0x30
[   36.090561]  [<ffffffff816a5048>] page_fault+0x28/0x30
[   36.090561]  [<ffffffff814e701d>] ? netvsc_select_queue+0x3d/0x150
[   36.090561]  [<ffffffff8167f591>] ? packet_pick_tx_queue+0x31/0xa0
[   36.090561]  [<ffffffff816832fc>] packet_sendmsg+0xc1c/0xdd0
[   36.090561]  [<ffffffff810bd106>] ? lock_release_non_nested+0xc6/0x330
[   36.090561]  [<ffffffff815b42a8>] sock_sendmsg+0x88/0xb0
[   36.090561]  [<ffffffff81185443>] ? might_fault+0xa3/0xb0
[   36.090561]  [<ffffffff811853fa>] ? might_fault+0x5a/0xb0
[   36.090561]  [<ffffffff815b43de>] SYSC_sendto+0x10e/0x150
[   36.090561]  [<ffffffff811853fa>] ? might_fault+0x5a/0xb0
[   36.090561]  [<ffffffff816a3215>] ? sysret_check+0x22/0x5d
[   36.090561]  [<ffffffff810b97fd>] ? trace_hardirqs_on_caller+0x17d/0x210
[   36.090561]  [<ffffffff8139c09e>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[   36.090561]  [<ffffffff815b53be>] SyS_sendto+0xe/0x10
[   36.090561]  [<ffffffff816a31e9>] system_call_fastpath+0x16/0x1b

We can spin these off into a different thread if that would be helpful.

> [   34.628072] hv_netvsc vmbus_0_15: net device safe to remove
> [   34.676573] hv_netvsc: hv_netvsc channel opened successfully
> [   34.860292] hv_netvsc vmbus_0_15 eth1: unable to establish send buffer's gpadl
> [   34.948983] hv_netvsc vmbus_0_15 eth1: unable to connect to NetVSP - 4
> 
> Here the 4 is just HV_STATUS_INVALID_ALIGNMENT -- it should be fixed
> by the patch.

I've double checked and I don't see that message any more so I must have
been mistaken.

> > That is good to hear. I was under the impression that this issue would be
> > resolved with all the cleanup we have done. The last patch-set I posted
> > earlier today has the fix for vmbus_open  bug that Dexuan had identified.
> > 
> > If you could try with the BUG_ON elimination patch-set I sent out earlier
> > today with the fix in hv.c that I had sent that would be great.

I've switched to it (see above) and a number of issues have been resolved.

> > > How come previous alignment efforts weren't working out?
> I'm not sure.
> If we trust the hypervisor, I would guess in hv_post_message()
> 1) We'd better add "aligned_msg->reserved = 0;"
> 2) Should we make sure  "aligned_msg->payload_size % 8 == 0"? IMO
>    aligned_msg->payload is an array of 8-byte.

In that case why would payload_size not be a multiple of 8 - can it
change due to debug padding? If so wouldn't its start have had to be
misaligned?

-- 
Sitsofe | http://sucs.org/~sits/

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-28 12:48                         ` Sitsofe Wheeler
@ 2014-08-29  3:39                           ` Dexuan Cui
  0 siblings, 0 replies; 24+ messages in thread
From: Dexuan Cui @ 2014-08-29  3:39 UTC (permalink / raw)
  To: Sitsofe Wheeler
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, devel, linux-kernel

> -----Original Message-----
> From: Sitsofe Wheeler
> Sent: Thursday, August 28, 2014 20:49 PM
> > > > The only issue seen on boot now is similar to
> > > > https://lkml.org/lkml/2014/8/19/227 ...
> 
> > I don't see this issue.  Do you still see the issue for EVERY boot
> > after you applied KY's always-use-page-allocation patch?  I doubt that
> > because in the log of the above link:
> 
> I think it depends on if I do a UP or SMP boot. With
> f1bd473f95e02bc382d4dae94d7f82e2a455e05d (post v3.17-rc2) with the V2
> BUG_ON
> patch set coupled with the allocation change patch set a UP boot was able
> to
> run a small bunch of CPU and network stress tests without any issue.
> However,
> when doing an SMP boot the following happened:
>  <snip>
> We can spin these off into a different thread if that would be helpful.

Hi Sitsofe,
This seems a hv_netvsc specific issue(?)
IMO it's better to open a new thread. 

However, I tried vcpus=1, 2 and 4 for 5 times respectively but couldn't
reproduce the same issue(surely I used all of KY's patches, including the
page-aligned-input-parameter-for-hypercall one)
I used a workload of dd-ing and scp-ing big files.

> > > > How come previous alignment efforts weren't working out?
> > I'm not sure.
> > If we trust the hypervisor, I would guess in hv_post_message()
> > 1) We'd better add "aligned_msg->reserved = 0;"
> > 2) Should we make sure  "aligned_msg->payload_size % 8 == 0"? IMO
> >    aligned_msg->payload is an array of 8-byte.
> 
> In that case why would payload_size not be a multiple of 8 - can it
> change due to debug padding? If so wouldn't its start have had to be
> misaligned?

I found in some normal code path, e.g.,
vmbus_open() -> vmbus_post_msg() -> ...
(here the payload size is sizeof(struct vmbus_channel_open_channel),
i.e., 148, not a multiple of 8), the payload_size is not a multiple of 8.
I don't think this causes the issue here, but I think we'd better double
check this and see if there is a potential issue or not.

Thanks,
-- Dexuan

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

* Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-27 18:45                 ` KY Srinivasan
  2014-08-27 22:57                   ` Sitsofe Wheeler
@ 2014-08-29  9:49                   ` Dan Carpenter
  2014-08-29 10:16                     ` Dexuan Cui
  1 sibling, 1 reply; 24+ messages in thread
From: Dan Carpenter @ 2014-08-29  9:49 UTC (permalink / raw)
  To: KY Srinivasan
  Cc: Sitsofe Wheeler, Dexuan Cui, Greg Kroah-Hartman, Haiyang Zhang,
	linux-kernel, devel

It's sort of weird that this is an alignment issue.  The config that
was posted earlier was an x86_64 config and on that system then the
pointers from kmalloc() should already be aligned correctly at
sizeof(u64).

Earlier I said I suspected the code is racy, so possibly changing from
kmalloc() to get_zeroed_page() just changes the timing enough so we
don't see the race condition.

regards,
dan carpenter


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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-29  9:49                   ` Dan Carpenter
@ 2014-08-29 10:16                     ` Dexuan Cui
  2014-08-29 10:24                       ` Dan Carpenter
  0 siblings, 1 reply; 24+ messages in thread
From: Dexuan Cui @ 2014-08-29 10:16 UTC (permalink / raw)
  To: Dan Carpenter, KY Srinivasan
  Cc: Sitsofe Wheeler, Greg Kroah-Hartman, Haiyang Zhang, linux-kernel, devel

> -----Original Message-----
> From: Dan Carpenter
> Sent: Friday, August 29, 2014 17:50 PM
> To: KY Srinivasan
> Cc: Sitsofe Wheeler; Dexuan Cui; Greg Kroah-Hartman; Haiyang Zhang;
> linux-kernel@vger.kernel.org; devel@linuxdriverproject.org
> Subject: Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at
> ffff880077800004 (hv_ringbuffer_write)
> 
> It's sort of weird that this is an alignment issue.  The config that
> was posted earlier was an x86_64 config and on that system then the
> pointers from kmalloc() should already be aligned correctly at
> sizeof(u64).
> 
> Earlier I said I suspected the code is racy, so possibly changing from
> kmalloc() to get_zeroed_page() just changes the timing enough so we
> don't see the race condition.
> 
> regards,
> dan carpenter

Hi Dan,

Section 4.11.3 of Hypervisor Top Level Functional Specification(available at
http://blogs.msdn.com/b/virtual_pc_guy/archive/2014/02/17/updated-hypervisor-top-level-functional-specification.aspx)
says HV_STATUS_INVALID_ALIGNMENT can also be returned for a hypercall if
"the specified input or output parameter lists spans pages."

My understanding is: the input's memory range shouldn't cross a page
boundary.

Thanks,
-- Dexuan


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

* Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-29 10:16                     ` Dexuan Cui
@ 2014-08-29 10:24                       ` Dan Carpenter
  2014-08-29 11:20                         ` Sitsofe Wheeler
  0 siblings, 1 reply; 24+ messages in thread
From: Dan Carpenter @ 2014-08-29 10:24 UTC (permalink / raw)
  To: Dexuan Cui
  Cc: KY Srinivasan, Sitsofe Wheeler, Greg Kroah-Hartman,
	Haiyang Zhang, linux-kernel, devel

On Fri, Aug 29, 2014 at 10:16:32AM +0000, Dexuan Cui wrote:
> Hi Dan,
> 
> Section 4.11.3 of Hypervisor Top Level Functional Specification(available at
> http://blogs.msdn.com/b/virtual_pc_guy/archive/2014/02/17/updated-hypervisor-top-level-functional-specification.aspx)
> says HV_STATUS_INVALID_ALIGNMENT can also be returned for a hypercall if
> "the specified input or output parameter lists spans pages."
> 
> My understanding is: the input's memory range shouldn't cross a page
> boundary.

Ah.  That makes sense then.  Thanks.

regards,
dan carpenter


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

* Re: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-29 10:24                       ` Dan Carpenter
@ 2014-08-29 11:20                         ` Sitsofe Wheeler
  2014-08-29 14:48                           ` Dexuan Cui
  0 siblings, 1 reply; 24+ messages in thread
From: Sitsofe Wheeler @ 2014-08-29 11:20 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Dexuan Cui, KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang,
	linux-kernel, devel

On Fri, Aug 29, 2014 at 01:24:11PM +0300, Dan Carpenter wrote:
> On Fri, Aug 29, 2014 at 10:16:32AM +0000, Dexuan Cui wrote:
> > 
> > Section 4.11.3 of Hypervisor Top Level Functional Specification(available at
> > http://blogs.msdn.com/b/virtual_pc_guy/archive/2014/02/17/updated-hypervisor-top-level-functional-specification.aspx)
> > says HV_STATUS_INVALID_ALIGNMENT can also be returned for a hypercall if
> > "the specified input or output parameter lists spans pages."
> > 
> > My understanding is: the input's memory range shouldn't cross a page
> > boundary.
> 
> Ah.  That makes sense then.  Thanks.

This got me too.

Because this particular return code is overloaded with multiple meanings
that can't necessarily be deduced from its name perhaps this
documentation patch would be helpful:

diff --git a/arch/x86/include/uapi/asm/hyperv.h b/arch/x86/include/uapi/asm/hyperv.h
index 462efe7..04894d5 100644
--- a/arch/x86/include/uapi/asm/hyperv.h
+++ b/arch/x86/include/uapi/asm/hyperv.h
@@ -213,6 +213,12 @@
 #define HV_STATUS_SUCCESS                      0
 #define HV_STATUS_INVALID_HYPERCALL_CODE       2
 #define HV_STATUS_INVALID_HYPERCALL_INPUT      3
+/*
+ * HV_STATUS_INVALID_ALIGNMENT indicates one of the following:
+ *   The input or output pointer is not aligned to 8 bytes.
+ *   The input or output lists span more than one page.
+ *   The input or output pointer is out of bounds.
+ */
 #define HV_STATUS_INVALID_ALIGNMENT            4
 #define HV_STATUS_INSUFFICIENT_BUFFERS         19

Dexuan: Does this mean that if input/output pointer is well aligned and
the (payload start) is in the same page as (payload start + payload
size) all will be well? If so it won't matter what the length of payload
size is right?

-- 
Sitsofe | http://sucs.org/~sits/

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

* RE: [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write)
  2014-08-29 11:20                         ` Sitsofe Wheeler
@ 2014-08-29 14:48                           ` Dexuan Cui
  0 siblings, 0 replies; 24+ messages in thread
From: Dexuan Cui @ 2014-08-29 14:48 UTC (permalink / raw)
  To: Sitsofe Wheeler, Dan Carpenter
  Cc: KY Srinivasan, Greg Kroah-Hartman, Haiyang Zhang, linux-kernel, devel

> -----Original Message-----
> From: Sitsofe Wheeler
> Sent: Friday, August 29, 2014 19:20 PM
> Because this particular return code is overloaded with multiple meanings
> that can't necessarily be deduced from its name perhaps this
> documentation patch would be helpful:
> 
> diff --git a/arch/x86/include/uapi/asm/hyperv.h
> b/arch/x86/include/uapi/asm/hyperv.h
> index 462efe7..04894d5 100644
> --- a/arch/x86/include/uapi/asm/hyperv.h
> +++ b/arch/x86/include/uapi/asm/hyperv.h
> @@ -213,6 +213,12 @@
>  #define HV_STATUS_SUCCESS                      0
>  #define HV_STATUS_INVALID_HYPERCALL_CODE       2
>  #define HV_STATUS_INVALID_HYPERCALL_INPUT      3
> +/*
> + * HV_STATUS_INVALID_ALIGNMENT indicates one of the following:
> + *   The input or output pointer is not aligned to 8 bytes.
> + *   The input or output lists span more than one page.
> + *   The input or output pointer is out of bounds.
> + */
>  #define HV_STATUS_INVALID_ALIGNMENT            4
>  #define HV_STATUS_INSUFFICIENT_BUFFERS         19
> 
> Dexuan: Does this mean that if input/output pointer is well aligned and
> the (payload start) is in the same page as (payload start + payload
> size) all will be well? If so it won't matter what the length of payload
> size is right?
> 
> --
> Sitsofe | http://sucs.org/~sits/

Hi Sitsofe,
I personally think so, but I'm not 100% sure about the exact behavior of
the hypervisor here:
my previous patch tried to only use page-aligned-allocation when
payload_start and payload_end are not on the same page, but I still got
the "invalid alignment" error code occasionally, which makes me a little
upset, honestly speaking. 

Thanks,
-- Dexuan

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

end of thread, other threads:[~2014-08-29 14:49 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20  9:26 [PANIC, hyperv] BUG: unable to handle kernel paging request at ffff880077800004 (hv_ringbuffer_write) Sitsofe Wheeler
2014-08-20 11:15 ` Dexuan Cui
2014-08-20 11:40   ` Sitsofe Wheeler
2014-08-20 13:42     ` Dexuan Cui
2014-08-25 14:02 ` Dexuan Cui
2014-08-25 17:41   ` Sitsofe Wheeler
2014-08-26 10:30     ` Dexuan Cui
2014-08-27 10:44       ` Sitsofe Wheeler
2014-08-27 11:30         ` Dexuan Cui
2014-08-27 12:15           ` Sitsofe Wheeler
2014-08-27 14:14             ` Dexuan Cui
2014-08-27 16:19               ` Sitsofe Wheeler
2014-08-27 18:45                 ` KY Srinivasan
2014-08-27 22:57                   ` Sitsofe Wheeler
2014-08-27 23:13                     ` KY Srinivasan
2014-08-28  3:21                       ` Dexuan Cui
2014-08-28  3:41                         ` KY Srinivasan
2014-08-28 12:48                         ` Sitsofe Wheeler
2014-08-29  3:39                           ` Dexuan Cui
2014-08-29  9:49                   ` Dan Carpenter
2014-08-29 10:16                     ` Dexuan Cui
2014-08-29 10:24                       ` Dan Carpenter
2014-08-29 11:20                         ` Sitsofe Wheeler
2014-08-29 14:48                           ` Dexuan Cui

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.