Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934346AbbDIJUm (ORCPT ); Thu, 9 Apr 2015 05:20:42 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:36246 "EHLO mail-ie0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933844AbbDIJUd (ORCPT ); Thu, 9 Apr 2015 05:20:33 -0400 Message-ID: <1428571230.25985.243.camel@edumazet-glaptop2.roam.corp.google.com> Subject: Re: [BUG REPORT] kernel panic in tcp_sendpage() on null pointer dereference From: Eric Dumazet To: Tuan Bui Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, kuznet@ms2.inr.ac.ru, jmorris@namei.org, kaber@trash.net, yoshfuji@linux-ipv6.org, Jason Low , Aswin Chandramouleeswaran , Jun Li , Haris Volos , Wai Long , hideaki.yoshifuji@miraclelinux.com, alan@linux.intel.com, gw4pts@gw4pts.ampr.org Date: Thu, 09 Apr 2015 02:20:30 -0700 In-Reply-To: <1428451280.3625.6.camel@u64> References: <1428447453.4074.32.camel@u64> <1428449613.25985.215.camel@edumazet-glaptop2.roam.corp.google.com> <1428451280.3625.6.camel@u64> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 948 Lines: 27 On Tue, 2015-04-07 at 17:01 -0700, Tuan Bui wrote: > On Tue, 2015-04-07 at 16:33 -0700, Eric Dumazet wrote: > > On Tue, 2015-04-07 at 15:57 -0700, Tuan Bui wrote: > > > Hi all, > > > > > > I am consistently seeing this kernel panic on a 16 sockets machine > > > running Spark PageRank workload using Docker. I am running RHEL 7.0 > > > stock kernel which is 3.10.0-123.el7.x86_64. > > > > Have you tried a recent upstream kernel ? > > > > Yes I have tried an upstream v4.0-rc4 kernel. I was still getting the > same kernel panic. This looks like a use after free on one skb, but I see no smoking gun in sendpage() paths. You might try some debugging kernel build to detect this. (ASAN maybe) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/