From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nf] netfilter: ipv6: fix oops when defragmenting locally generated fragments Date: Thu, 25 Oct 2018 10:18:51 +0200 Message-ID: <20181025081851.fblnz7u4jd4hgdfd@salvia> References: <20181023144716.19746-1-fw@strlen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org, lorenzo@google.com, zenczykowski@gmail.com, edumazet@google.com, netdev@vger.kernel.org, maze@google.com To: Florian Westphal Return-path: Received: from mail.us.es ([193.147.175.20]:52712 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726587AbeJYQug (ORCPT ); Thu, 25 Oct 2018 12:50:36 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id B987147C42 for ; Thu, 25 Oct 2018 10:18:53 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id A5B23DA579 for ; Thu, 25 Oct 2018 10:18:53 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20181023144716.19746-1-fw@strlen.de> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Oct 23, 2018 at 04:47:16PM +0200, Florian Westphal wrote: > Unlike ipv4 and normal ipv6 defrag, netfilter ipv6 defragmentation did > not save/restore skb->dst. > > This causes oops when handling locally generated ipv6 fragments, as > output path needs a valid dst. Applied, thanks!