On Wed, Jan 23, 2019 at 09:08:30PM +0530, Ajay Kaher wrote: > hv_do_hypercall() assumes that we pass a segment from a physically > contiguous buffer. A buffer allocated on the stack may not work if > CONFIG_VMAP_STACK=y is set. > > Use kmalloc() to allocate this buffer. > > Signed-off-by: Ajay Kaher <akaher@xxxxxxxxxx> > --- > drivers/pci/host/pci-hyperv.c | 29 +++++++++++++++++++---------- > 1 file changed, 19 insertions(+), 10 deletions(-) No hint as to what the upstream git commit id is here? Same for all of these patches, I'm not reviewing beyond this one...