Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752553AbdLKVox (ORCPT ); Mon, 11 Dec 2017 16:44:53 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44580 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751622AbdLKVov (ORCPT ); Mon, 11 Dec 2017 16:44:51 -0500 Date: Mon, 11 Dec 2017 22:44:57 +0100 From: Greg Kroah-Hartman To: Willem de Bruijn Cc: Joseph Salisbury , Eric Dumazet , Dmitry Vyukov , Willem de Bruijn , David Miller , Daniel Borkmann , jakub.kicinski@netronome.com, linux@rasmusvillemoes.dk, John Fastabend , me@tobin.cc, idosch@mellanox.com, Network Development , LKML , 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 Message-ID: <20171211214457.GA28858@kroah.com> References: <0a352e7b-0404-2f91-206f-099e2376ab9a@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 666 Lines: 17 On Mon, Dec 11, 2017 at 04:25:26PM -0500, Willem de Bruijn wrote: > Note that UFO was removed in 4.14 and that skb_warn_bad_offload > can happen for various types of packets, so there may be multiple > independent bug reports. I'm investigating two other non-UFO reports > just now. Meta-comment, now that UFO is gone from mainline, I'm wondering if I should just delete it from 4.4 and 4.9 as well. Any objections for that? I'd like to make it easy to maintain these kernels for a while, and having them diverge like this, with all of the issues around UFO, seems like it will just make life harder for myself if I leave it in. Any opinions? thanks, greg k-h