Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp3329691ybl; Mon, 27 Jan 2020 01:51:41 -0800 (PST) X-Google-Smtp-Source: APXvYqzZYm81c3fnVhKULe2LSY1azaW7urlGRs4JeOZagjP/X3mTI+gzcr5C5oseZ+JZxoJuyMVI X-Received: by 2002:a05:6830:1607:: with SMTP id g7mr11826539otr.320.1580118701018; Mon, 27 Jan 2020 01:51:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580118701; cv=none; d=google.com; s=arc-20160816; b=OV2bkXnuCRt3yBHd//ROMRJh888Ql0RepmE8k2xUXnwl3re7o0KVG8MZoqyRZFnzrm uPwvuxJKQO/5C4OgAO6sxEEKA/G6JtWt8yHLKkKCi9EefUMx7qSkpf7SRRq2Fulp24IA LN3SMAgx3JFFsbyaYIV0QT+pRy7Dc/wXd8nXRDRIFu/zRZewcbihqWJuKPYzzxdeoKzS s29eul9Eyc8HtsJOda25M7DZHv58OTFu6RMfn0LGle9PBR0KzBTAT0bhyuTxcjj1a2rL PjLthPyacNcspoCRoYM3pk7REGKrUaETODkjdrJOaKAKex4WIDFtzRkLfWum63/E1z1y Q5Lg== 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=ggVR2mJWDE0LPnGvy+Letv/hzlfBHxju8sTFtE/z2nA=; b=O1bqjKMLCO5C/oAt0RMDD3WvCQlkmxl2mZHPzePV1YDe2VMjz8rxz8MK+HT8OKm9HJ Ds4G11Lh8wcIPKQ+d7Fqzmf4ugwRWQY58EIT7fuES8mo6289OeVI8g1g3PYkiGDc5tEx z29LZZDpXcC7ifbgmdU00XBBJFcEQBnd8aaeVVOTHjGEtaTYQ3dKgcg5eq6iwh5D3MRs K4N0j5GZSGW7d41HrLntkyxLD8LkSvB1V99KU8Kr07Eu1Rb14crmxMYtsOzF6OtJQj6n g2L/xMMvVIro7wVumtD3JOvs4CgujJ2NManPb93yUvzkBNWiuLvFdYRHxHK3P3/XmDyq 1VNw== 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 k15si3230439oij.134.2020.01.27.01.51.29; Mon, 27 Jan 2020 01:51:41 -0800 (PST) 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 S1729694AbgA0Jky (ORCPT + 99 others); Mon, 27 Jan 2020 04:40:54 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:36552 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727295AbgA0Jky (ORCPT ); Mon, 27 Jan 2020 04:40:54 -0500 Received: from localhost (unknown [213.175.37.12]) (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 7DD7814F4667D; Mon, 27 Jan 2020 01:40:51 -0800 (PST) Date: Mon, 27 Jan 2020 10:40:49 +0100 (CET) Message-Id: <20200127.104049.2252228859572866640.davem@davemloft.net> To: mkubecek@suse.cz Cc: netdev@vger.kernel.org, kuba@kernel.org, jiri@resnulli.us, andrew@lunn.ch, f.fainelli@gmail.com, linville@tuxdriver.com, johannes@sipsolutions.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 0/7] ethtool netlink interface, part 2 From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.8 on Emacs 26.3 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]); Mon, 27 Jan 2020 01:40:53 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Michal Kubecek Date: Sun, 26 Jan 2020 23:10:58 +0100 (CET) > This shorter series adds support for getting and setting of wake-on-lan > settings and message mask (originally message level). Together with the > code already in net-next, this will allow full implementation of > "ethtool " and "ethtool -s ...". > > Older versions of the ethtool netlink series allowed getting WoL settings > by unprivileged users and only filtered out the password but this was > a source of controversy so for now, ETHTOOL_MSG_WOL_GET request always > requires CAP_NET_ADMIN as ETHTOOL_GWOL ioctl request does. It looks like this will need to be respun at least once, and net-next is closing today so....