From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kirsher Date: Wed, 11 Oct 2017 15:46:56 -0700 Subject: [Intel-wired-lan] [PATCH] i40e/i40evf: actually use u32 for feature flags In-Reply-To: <20171011140316.3802721-1-arnd@arndb.de> References: <20171011140316.3802721-1-arnd@arndb.de> Message-ID: <1507762016.6150.1.camel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On Wed, 2017-10-11 at 16:02 +0200, Arnd Bergmann wrote: > A previous cleanup intended to change the flags variable to 32 > bit instead of 64, but accidentally left out the important > part of that change, leading to a build error: > > drivers/net/ethernet/intel/i40e/i40e_ethtool.o: In function > `i40e_set_priv_flags': > i40e_ethtool.c:(.text+0x1a94): undefined reference to > `wrong_size_cmpxchg' > > This adds the missing modification. > > Fixes: b74f571f59a8 ("i40e/i40evf: organize and re-number feature > flags") > Signed-off-by: Arnd Bergmann > --- > drivers/net/ethernet/intel/i40e/i40e.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) To slow... :-) I had already sent a fix for this on Monday to David. Check David Miller's net-next tree, it is already there. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751987AbdJKWp7 (ORCPT ); Wed, 11 Oct 2017 18:45:59 -0400 Received: from mga11.intel.com ([192.55.52.93]:57035 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750718AbdJKWp4 (ORCPT ); Wed, 11 Oct 2017 18:45:56 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,362,1503385200"; d="scan'208";a="1181055377" Message-ID: <1507762016.6150.1.camel@intel.com> Subject: Re: [PATCH] i40e/i40evf: actually use u32 for feature flags From: Jeff Kirsher Reply-To: jeffrey.t.kirsher@intel.com To: Arnd Bergmann Cc: Jacob Keller , Alexander Duyck , Mitch Williams , Filip Sadowski , intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 11 Oct 2017 15:46:56 -0700 In-Reply-To: <20171011140316.3802721-1-arnd@arndb.de> References: <20171011140316.3802721-1-arnd@arndb.de> Organization: Intel Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.6 (3.24.6-1.fc26) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2017-10-11 at 16:02 +0200, Arnd Bergmann wrote: > A previous cleanup intended to change the flags variable to 32 > bit instead of 64, but accidentally left out the important > part of that change, leading to a build error: > > drivers/net/ethernet/intel/i40e/i40e_ethtool.o: In function > `i40e_set_priv_flags': > i40e_ethtool.c:(.text+0x1a94): undefined reference to > `wrong_size_cmpxchg' > > This adds the missing modification. > > Fixes: b74f571f59a8 ("i40e/i40evf: organize and re-number feature > flags") > Signed-off-by: Arnd Bergmann > --- > drivers/net/ethernet/intel/i40e/i40e.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) To slow... :-) I had already sent a fix for this on Monday to David. Check David Miller's net-next tree, it is already there.