Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp3335494ybl; Mon, 27 Jan 2020 02:00:59 -0800 (PST) X-Google-Smtp-Source: APXvYqyWP/DkfQiM5h2WIozi5JVCVFKtonl9wHzaL5z9Wp1Q4wD2wscKxNEfkD2ik3zx9h1T1BU7 X-Received: by 2002:a9d:5885:: with SMTP id x5mr11587484otg.132.1580119259091; Mon, 27 Jan 2020 02:00:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580119259; cv=none; d=google.com; s=arc-20160816; b=BQXiSUC5HwGQN2KtVJiLrp7qXLzuPzf8WgMOuHKbIZo3wbvzwnLs/vXlnrMqRw9e9f K+/zKFLyqLrYr0bKasTKKiruC71wWIWzaCJaYbRZf2dpDwnt7gHOZcUmn+RfQMXvdh0h 6q8YQqZ/ZVKs/9zqf8KYmerhVGvyluNKXR+vv0b8DZIDptdKRtU00jOiTG8YgxHgGXID BTWhUpF5B+h7aGPGkecO5vjLFZxvpXRu9pA533y5WB1FxsR0Z0xgS08owaxMp75V6c+V laHue7zDgwU2s/srUAu5x9suQcY83Gt/WQU6Ex62j4+aEV7+k5bT2YNNhbZbBnwaep4v T/rA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=GMRhAB9m7yjepgTwJ3Lk5uXXLYWdUJg0FqXBywhQp1I=; b=Di+cb9TuuFIZ2qdLJ0agGvjBoge/w4DbdzXv8BBvLqNDO7NwN9EXMD+GuDdTjCmSx1 aacVTkD7lAdKkk1itogGD++l7DceT8ZZm+OSEpnpukyVnRNeo+cCTrpdaxvzSBJTt982 T2D0bd5CfaAGleeuH8BEhngi0KVK7hPOGpBurTKEzZfmABVtCYD9RTMitU4F6sb7LOWg e3Qf2neunYgYKD/9wvgrIKj3NS3ks6mUXUQ3W1QFKRmaAqjyKtUfeNdAN0uuxUwOAlgg DDhOMb0E167DYJ2G6jv7xLBFHWMBvWx9cpeZLH6PnxkZoaAAMeVoLdULjD44LX8Vi1C2 KTlw== 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 p83si3402935oih.198.2020.01.27.02.00.46; Mon, 27 Jan 2020 02:00:59 -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 S1729757AbgA0J5u (ORCPT + 99 others); Mon, 27 Jan 2020 04:57:50 -0500 Received: from mx2.suse.de ([195.135.220.15]:52790 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727221AbgA0J5t (ORCPT ); Mon, 27 Jan 2020 04:57:49 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id BA7D2AED6; Mon, 27 Jan 2020 09:57:47 +0000 (UTC) Received: by unicorn.suse.cz (Postfix, from userid 1000) id 0B68EE0B78; Mon, 27 Jan 2020 10:57:44 +0100 (CET) Date: Mon, 27 Jan 2020 10:57:44 +0100 From: Michal Kubecek To: David Miller 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 Message-ID: <20200127095744.GG570@unicorn.suse.cz> References: <20200127.104049.2252228859572866640.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200127.104049.2252228859572866640.davem@davemloft.net> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 27, 2020 at 10:40:49AM +0100, David Miller wrote: > 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.... The problem with ethnl_parse_header() name not making it obvious that it takes a reference is not introduced in this series, the function is already in net-next so that it does not matter if this series is merged or not. Other than that, there is only the missing "the" in documentation. Michal