From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: rtnetlink: add IFLA_GROUP to ifla_policy Date: Mon, 19 Jun 2017 14:48:43 -0400 (EDT) Message-ID: <20170619.144843.29898198404383350.davem@davemloft.net> References: <1497615744-25657-1-git-send-email-serhe.popovych@gmail.com> <20170619.144744.209058927576395447.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: serhe.popovych@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:36956 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751317AbdFSSst (ORCPT ); Mon, 19 Jun 2017 14:48:49 -0400 In-Reply-To: <20170619.144744.209058927576395447.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: From: David Miller Date: Mon, 19 Jun 2017 14:47:44 -0400 (EDT) > From: Serhey Popovych > Date: Fri, 16 Jun 2017 15:22:24 +0300 > >> Network interface groups support added while ago, however >> there is no IFLA_GROUP attribute description in policy >> and netlink message size calculations until now. >> >> Add IFLA_GROUP attribute to the policy. >> >> Fixes: cbda10fa97d7 ("net_device: add support for network device groups") >> Signed-off-by: Serhey Popovych > > Applied and queued up for -stable, thanks. Actually, this doesn't apply cleanly to the 'net' tree, please respin. Thansk.