From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: 3.19-rc4: BUG: unable to handle kernel paging request at ffff880055f15000 ovs_packet_cmd_execute+0x1f/0x229 Date: Wed, 14 Jan 2015 13:13:14 +0000 Message-ID: <20150114131314.GB564@casper.infradead.org> References: <1645184106.20150114131420@eikelenboom.it> <20150114130005.GA564@casper.infradead.org> <20150114130351.GB13716@breakpoint.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Sander Eikelenboom , Pravin B Shelar , "David S. Miller" , netdev@vger.kernel.org, dev@openvswitch.org To: Florian Westphal Return-path: Received: from casper.infradead.org ([85.118.1.10]:58936 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751404AbbANNNP (ORCPT ); Wed, 14 Jan 2015 08:13:15 -0500 Content-Disposition: inline In-Reply-To: <20150114130351.GB13716@breakpoint.cc> Sender: netdev-owner@vger.kernel.org List-ID: On 01/14/15 at 02:03pm, Florian Westphal wrote: > Thomas Graf wrote: > > Copying ovs-dev mailing list and thus qutoing full message. > > > > On 01/14/15 at 01:14pm, Sander Eikelenboom wrote: > > > Hi, > > > > > > I was testing 3.19-rc4 with openvswitch and encountered the splat below. > > > > What version of OVS are you using? Did this work properly with rc3 or > > an older kernel? > > seems like it was introduced via 05da5898a96c > (openvswitch: Add support for OVS_FLOW_ATTR_PROBE). > > It adds test for OVS_FLOW_ATTR_PROBE to ovs_packet_cmd_execute() but > this function seems to only expect OVS_PACKET_ATTR_* (so we get > out-of-bounds access)? Absolutely, just came to the same conclusion independently. I'll send a fix.