Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756581Ab0GND16 (ORCPT ); Tue, 13 Jul 2010 23:27:58 -0400 Received: from mail-vw0-f46.google.com ([209.85.212.46]:43607 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756487Ab0GND15 convert rfc822-to-8bit (ORCPT ); Tue, 13 Jul 2010 23:27:57 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=KsbvYYHfEoWFPSqMYAZ6nHz9aHaJVs/3vaXQURRapu+X5d36E7hcSbnm4PFAYuG4hC lzIGpTDFPfAEXpIX7d3NCcq/7T5usaU/LghKwSxqsmD3QUfIy0lCIHheQHgFIpFI6hJl aNGNElNpdTn57yeMsoBF+7a4hIEl8fNTd5fC8= MIME-Version: 1.0 In-Reply-To: <1279077678.2444.95.camel@edumazet-laptop> References: <1278626921.2435.73.camel@edumazet-laptop> <1278695580.2696.55.camel@edumazet-laptop> <1278742649.2538.17.camel@edumazet-laptop> <4C395459.6080407@redhat.com> <1278835332.2538.51.camel@edumazet-laptop> <1279032023.2634.384.camel@edumazet-laptop> <1279036193.2634.468.camel@edumazet-laptop> <1279077678.2444.95.camel@edumazet-laptop> Date: Wed, 14 Jul 2010 00:27:56 -0300 Message-ID: Subject: Re: [PATCH] tproxy: nf_tproxy_assign_sock() can handle tw sockets From: Felipe W Damasio To: Eric Dumazet Cc: Avi Kivity , David Miller , Patrick McHardy , linux-kernel@vger.kernel.org, netdev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 965 Lines: 26 Hi Mr. Dumazet, 2010/7/14 Eric Dumazet : > RDX being the sk pointer (and sk+0x38 contains the corrupted "sk_prot" value) > , we notice RBP contains same "sk" value + 0x200000 ?(2 Mbytes). > > (same remark on your initial bug report) > > Could you enable CONFIG_FRAME_POINTER=y in your config ? I can, but my bosses will kick my ass if I bring down the ISP again :) If you think it's the only way to find the problem I'll tell them that I need to do it. In this case, please tell me what other config options/tools I can use to get as much info as possible...since I'll probably be able to test this only once more on the production environment for debugging purposes. Cheers, Felipe Damasio -- 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/