Comment 22 for bug 1495983

Revision history for this message
Joseph Salisbury (jsalisbury) wrote : Re: [Hyper-V] kernel panic occurs when installing Ubuntu Server 15.10 x32

The original patch is already in Trusty as the following commit:

commit 97b2591fbecaa0366939bb5fdfecd79fe914de22
Author: K. Y. Srinivasan <email address hidden>
Date: Fri Mar 27 00:27:20 2015 -0700

    scsi: storvsc: Set the tablesize based on the information given by the host

It was added to Trusty in the 3.13.0-60 kernel:
git describe --contains 97b2591
Ubuntu-3.13.0-60.99~189

The define for MAX_PAGE_BUFFER_COUNT is in include/linux/hyperv.h :

#define MAX_PAGE_BUFFER_COUNT 32
#define MAX_MULTIPAGE_BUFFER_COUNT 32 /* 128K */