Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935415AbcJTSxs (ORCPT ); Thu, 20 Oct 2016 14:53:48 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:44808 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933602AbcJTSxq (ORCPT ); Thu, 20 Oct 2016 14:53:46 -0400 Date: Thu, 20 Oct 2016 14:53:44 -0400 (EDT) Message-Id: <20161020.145344.2118760258546112762.davem@davemloft.net> To: jarod@redhat.com Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next v2 0/9] net: use core MTU range checking everywhere From: David Miller In-Reply-To: <20161020175524.6184-1-jarod@redhat.com> References: <20161019023333.15760-1-jarod@redhat.com> <20161020175524.6184-1-jarod@redhat.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 20 Oct 2016 11:53:46 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 790 Lines: 18 From: Jarod Wilson Date: Thu, 20 Oct 2016 13:55:15 -0400 > This stack of patches should get absolutely everything in the kernel > converted from doing their own MTU range checking to the core MTU range > checking. This second spin includes alterations to hopefully fix all > concerns raised with the first, as well as including some additional > changes to drivers and infrastructure where I completely missed necessary > updates. > > These have all been built through the 0-day build infrastructure via the > (rebasing) master branch at https://github.com/jarodwilson/linux-muck, which > at the time of the most recent compile across 147 configs, was based on > net-next at commit 7b1536ef0aa0. Series applied, hopefully this gets most of the fallout. Thanks Jarod.