From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752844Ab1K1OgH (ORCPT ); Mon, 28 Nov 2011 09:36:07 -0500 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:35753 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751795Ab1K1OgF (ORCPT ); Mon, 28 Nov 2011 09:36:05 -0500 Date: Mon, 28 Nov 2011 14:35:58 +0000 From: Will Deacon To: Eric Dumazet Cc: "mmaruseac@ixiacom.com" , "davem@davemloft.net" , "linux-kernel@vger.kernel.org" Subject: Re: NULL pointer dereference in mainline and next Message-ID: <20111128143558.GC2911@mudshark.cambridge.arm.com> References: <20111128141846.GA2911@mudshark.cambridge.arm.com> <1322490804.2292.34.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1322490804.2292.34.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 28, 2011 at 02:33:24PM +0000, Eric Dumazet wrote: > Le lundi 28 novembre 2011 à 14:18 +0000, Will Deacon a écrit : > > Hello, > > > > Commit f04565dd ("dev: use name hash for dev_seq_ops") requires a struct > > dev_iter_state to be allocated for the seq_file->private member, as that is > > used to implement the name hash. > > > > Unfortunately, the dev_mcast code wasn't updated and so only allocates space > > for a seq_net_private, leading to the following NULL dereference (removed > > static inline annotations to get sane backtrace): [...] > Anton Blanchard already provided a fix for this problem. > > http://patchwork.ozlabs.org/patch/127931/ Ok, great - as long as it gets fixed! Will