From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] sit: update frag_off info Date: Thu, 30 Nov 2017 10:26:14 -0500 (EST) Message-ID: <20171130.102614.1174084128410900254.davem@davemloft.net> References: <1512009674-1724-1-git-send-email-liuhangbin@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, nicolas.dichtel@6wind.com To: liuhangbin@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:45826 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750923AbdK3P0Q (ORCPT ); Thu, 30 Nov 2017 10:26:16 -0500 In-Reply-To: <1512009674-1724-1-git-send-email-liuhangbin@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Hangbin Liu Date: Thu, 30 Nov 2017 10:41:14 +0800 > After parsing the sit netlink change info, we forget to update frag_off in > ipip6_tunnel_update(). Fix it by assigning frag_off with new value. > > Fixes: f37234160233 ("sit: add support of link creation via rtnl") > Reported-by: Jianlin Shi > Signed-off-by: Hangbin Liu Since, as mentioned, this bug existed before netlink sit support, I've removed this Fixes tag. Applied and queued up for -stable, nice catch.