From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Regression in xen-netfront on v3.6. Date: Thu, 2 Aug 2012 08:12:56 +0100 Message-ID: <1343891576.7571.37.camel@dagon.hellion.org.uk> References: <20120801190227.GA13272@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120801190227.GA13272@phenom.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Wed, 2012-08-01 at 20:02 +0100, Konrad Rzeszutek Wilk wrote: > konrad@phenom:~/ssd/linux$ git log --oneline --merges 4b24ff71108164e047cf2c95990b77651163e315..linus/master What is your linus/master right now? I get many more merges than you did. git tells me that nothing changed in netfront (or netback) in this range, nor drivers/xen or arch/x86/xen > [ 1.908592] BUG: unable to handle kernel NULL pointer dereference at 0000000000000010 > [ 1.908643] IP: [] xennet_poll+0x980/0xec0 [xen_netfront] What is xennet_poll+0x980 in your symbols? There's a lot of inlining going on in this function so I can't make a sensible by-eye guess. Nothing leaps out from DaveMs merge. I think you might have to keep bisecting. Ian