From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935685AbcJUP7Y (ORCPT ); Fri, 21 Oct 2016 11:59:24 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:51016 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934542AbcJUP7X (ORCPT ); Fri, 21 Oct 2016 11:59:23 -0400 Date: Fri, 21 Oct 2016 17:59:21 +0200 From: Andrew Lunn To: Jarod Wilson Cc: Florian Fainelli , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Asbjoern Sloth Toennesen , R Parameswaran , Vivien Didelot Subject: Re: [PATCH net] net: remove MTU limits on a few ether_setup callers Message-ID: <20161021155921.GS16974@lunn.ch> References: <20161021032527.12954-1-jarod@redhat.com> <20161021084441.GC16974@lunn.ch> <20161021154851.GE11396@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161021154851.GE11396@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I'm all for fine-tuning things to be more correct, but my initial > approach here was to restore the ranges that were previously there, > and DSA had no upper or lower bounds checks. I'm not at all familiar > with DSA either way. Please just restore the old behaviour. We can consider changes later. Andrew