Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1289543ybi; Thu, 30 May 2019 15:01:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqznvjjEoBUDpAiCptxRe91V5cDNS6gfvIfEAwuxSxN0RSOeFNWgnrhd5XI4hQ45XmCf7jtg X-Received: by 2002:a17:90a:7344:: with SMTP id j4mr5589201pjs.71.1559253689226; Thu, 30 May 2019 15:01:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559253689; cv=none; d=google.com; s=arc-20160816; b=Q5c0r747kLt/ATVnhVanyiaK/9iwLIZ9KJxUvHLOQe2t8kAovXVah+GmhToyKJnSer /Qe5M50o4cdvcj4vnfVm77m2C5fMRqrfERMQEtvbxK2wXk95LbDSj6vHzX2e+bfFvKuF x8EMjZHj0zDSa8qNdBqV8mAFkAbd324nv5qbxhZKDYWsUnArqoCoS+oLGtPeOJwZG5lc at+qWeBAAstd6zoMvLUyaN60It67PtprMI3ZpSbVD86CMLk5whlKxYhb4MJj3gR3yEMC kh11O10nm/yx8SqxcGvpMArEwhN2Ip4IdAV7Gsqz790p2Hjm+0u1Iw1jVINfcJRSRSo2 QnAQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=3OsR0xMq4BigXhGr9CMktBSMW8Y8IQf1rt8iwsyq4Ao=; b=Tf0clIjMvXgCv00vzqObH2IXW6zGozhal1iCFe655gMMJbpBUz6Buvl8qkhH2WaSFr HkzM/OyvJDKrgaCW7QtkLQQTPyt4XfODxydMgbikPIIpwvxdav5uErmoSbSOwEJse4mQ yow/O0KX/OPTtdSGSgPPq0YGKj8VE8JfAiEEgGf+ESx868EIe2xYyg3Bh1d2LFPTqNnl c3FZiwKyUz/iKW0CqAfbIaXkAVwus+oAUpxXVpjkQRXEjrVT9WMWLp/Dc3qNZ5P50COG G91hxVRhH6MpCzf0xC/eqNr5OZg91lh71bu2f/7G9rPdjmX7JYPt/w6rVO/nE507rIaJ UmOw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 31si4177113plb.30.2019.05.30.15.01.12; Thu, 30 May 2019 15:01:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726924AbfE3V6u (ORCPT + 99 others); Thu, 30 May 2019 17:58:50 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:60928 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726839AbfE3V6u (ORCPT ); Thu, 30 May 2019 17:58:50 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 8473314DB3D28; Thu, 30 May 2019 14:49:07 -0700 (PDT) Date: Thu, 30 May 2019 14:49:07 -0700 (PDT) Message-Id: <20190530.144907.723803908854753596.davem@davemloft.net> To: ivan.khoronzhuk@linaro.org Cc: grygorii.strashko@ti.com, linux-omap@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: ethernet: ti: cpsw_ethtool: fix ethtool ring param set From: David Miller In-Reply-To: <20190529214753.21804-1-ivan.khoronzhuk@linaro.org> References: <20190529214753.21804-1-ivan.khoronzhuk@linaro.org> X-Mailer: Mew version 6.8 on Emacs 26.1 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, 30 May 2019 14:49:07 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Ivan Khoronzhuk Date: Thu, 30 May 2019 00:47:53 +0300 > Fixes: 37e2d99b59c4765112533a1d38174fea58d28a51 ("ethtool: Ensure new > ring parameters are within bounds during SRINGPARAM") > > Signed-off-by: Ivan Khoronzhuk Please do not chop up Fixes: tags into multiple lines. Please do not place an empty line between Fixes: and other tags, they should all be together. Thank you.