Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752078AbdLKV27 convert rfc822-to-8bit (ORCPT ); Mon, 11 Dec 2017 16:28:59 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:40486 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbdLKV25 (ORCPT ); Mon, 11 Dec 2017 16:28:57 -0500 Date: Mon, 11 Dec 2017 16:28:51 -0500 (EST) Message-Id: <20171211.162851.2062412815828426060.davem@davemloft.net> To: joseph.salisbury@canonical.com Cc: edumazet@google.com, dvyukov@google.com, willemb@google.com, daniel@iogearbox.net, jakub.kicinski@netronome.com, linux@rasmusvillemoes.dk, john.fastabend@gmail.com, me@tobin.cc, idosch@mellanox.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, stable@vger.kernel.org, 1715609@bugs.launchpad.net Subject: Re: [REGRESSION][4.13.y][4.14.y][v4.15.y] net: reduce skb_warn_bad_offload() noise From: David Miller In-Reply-To: <0a352e7b-0404-2f91-206f-099e2376ab9a@canonical.com> References: <0a352e7b-0404-2f91-206f-099e2376ab9a@canonical.com> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 11 Dec 2017 13:28:56 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1716 Lines: 43 From: Joseph Salisbury Date: Mon, 11 Dec 2017 15:35:34 -0500 > A kernel bug report was opened against Ubuntu [0].? It was found that > reverting the following commit resolved this bug: > > commit b2504a5dbef3305ef41988ad270b0e8ec289331c > Author: Eric Dumazet > Date:?? Tue Jan 31 10:20:32 2017 -0800 > > ??? net: reduce skb_warn_bad_offload() noise > ??? > > The regression was introduced as of v4.11-rc1 and still exists in > current mainline. > ??? > I was hoping to get your feedback, since you are the patch author.? Do > you think gathering any additional data will help diagnose this issue, > or would it be best to submit a revert request? > ??? > This commit did in fact resolve another bug[1], but in the process > introduced this regression. It helps if you can consolidate the information obtained in your bug tracking here in the email so that people on this list can get an idea of what the problem scope might be without having to go to your special bug tracking site. This is really not about us being snobs about this mailing list, it's about you wanting to get a result. And you'll get a better result faster if you post the details here on the lsit because most developers are not going to go to your bug tracking site to read the bug comments. Also, this isn't a functional regression, it is just that we are generating warnings that we didn't before. It doesn't mean that Eric's patch is wrong, it could just be that his new check is triggering for a bug that has always been there. Scanning the bug myself it seems that the critical required component is IPSEC, and IPSEC has it's own way of doing segmentation offload. Thanks.