From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:59620 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751742AbeCVTEp (ORCPT ); Thu, 22 Mar 2018 15:04:45 -0400 Date: Thu, 22 Mar 2018 15:04:44 -0400 (EDT) Message-Id: <20180322.150444.184283664218522646.davem@davemloft.net> To: subashab@codeaurora.org Cc: joe@perches.com, netdev@vger.kernel.org Subject: Re: [PATCH net-next v4 0/5] net: qualcomm: rmnet: Updates 2018-03-12 From: David Miller In-Reply-To: <1521683295-22935-1-git-send-email-subashab@codeaurora.org> References: <1521683295-22935-1-git-send-email-subashab@codeaurora.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Subash Abhinov Kasiviswanathan Date: Wed, 21 Mar 2018 19:48:10 -0600 > This series contains some minor updates for rmnet driver. > > Patch 1 contains fixes for sparse warnings. > Patch 2 updates the copyright date to 2018. > Patch 3 is a cleanup in receive path. > Patch 4 has the new rmnet netlink attributes in uapi and updates the usage. > Patch 5 has the implementation of the fill_info operation. > > v1->v2: Remove the force casts since the data type is changed to __be > types as mentioned by David. > v2->v3: Update copyright in files which actually had changes as > mentioned by Joe. > v3->v4: Add new netlink attributes for mux_id and flags instead of using the > the vlan attributes as mentioned by David. The rmnet specific flags are also > moved to uapi. The netlink updates are done as part of #4 and #5 has the > fill_info operation. Series applied, thanks.