[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130114092936.GB15043@u109add4315675089e695.ant.amazon.com>
Date: Mon, 14 Jan 2013 10:29:41 +0100
From: Matt Wilson <msw@...zon.com>
To: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
CC: <stable@...r.kernel.org>, Ian Campbell <Ian.Campbell@...rix.com>,
Annie Li <annie.li@...cle.com>, <xen-devel@...ts.xen.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] xen/grant-table: correctly initialize grant table
version 1
On Fri, Jan 11, 2013 at 04:35:50PM -0500, Konrad Rzeszutek Wilk wrote:
>
> With this patch I get:
>
> [ 2.555087] GHES: HEST is not enabled!
> [ 2.560522] ioatdma: Intel(R) QuickData Technology Driver 4.00
> [ 2.569651] ------------[ cut here ]------------
> [ 2.570529] kernel BUG at /home/konrad/linux/drivers/xen/grant-table.c:1175!
You dropped part of a hunk when you applied the patch:
@@ -1127,17 +1128,17 @@ static void gnttab_request_version(void)
panic("we need grant tables version 2, but only version 1 is a
} else {
grant_table_version = 1;
+ grefs_per_grant_frame = PAGE_SIZE / sizeof(struct grant_entry_
gnttab_interface = &gnttab_v1_ops;
}
printk(KERN_INFO "Grant tables using version %d layout.\n",
grant_table_version);
}
I can rebase to v3.8-rc3 if that would help.
Matt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists