From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1033981AbbKFWSV (ORCPT ); Fri, 6 Nov 2015 17:18:21 -0500 Received: from mta02.ornl.gov ([128.219.177.12]:8490 "EHLO mta02.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030298AbbKFWST convert rfc822-to-8bit (ORCPT ); Fri, 6 Nov 2015 17:18:19 -0500 X-SG: RELAYLIST X-IronPort-AV: E=Sophos;i="5.20,254,1444708800"; d="scan'208";a="91766393" From: "Simmons, James A." To: "'kbuild test robot'" , James Simmons CC: "devel@driverdev.osuosl.org" , James Simmons , Greg Kroah-Hartman , "Linux Kernel Mailing List" , Oleg Drokin , "kbuild-all@01.org" , "lustre-devel@lists.lustre.org" Subject: RE: [lustre-devel] [PATCH 07/10] staging: lustre: Handle nodemask on UMP machines Thread-Topic: [lustre-devel] [PATCH 07/10] staging: lustre: Handle nodemask on UMP machines Thread-Index: AQHRF2N1GpvTyN4Da0G+7rkPpSJkJp6PknNg Date: Fri, 6 Nov 2015 22:18:17 +0000 Message-ID: References: <1446662406-4590-7-git-send-email-jsimmons@infradead.org> <201511050801.fy1GmLxM%fengguang.wu@intel.com> In-Reply-To: <201511050801.fy1GmLxM%fengguang.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [128.219.12.132] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >All warnings (new ones prefixed by >>): > > In file included from include/linux/bitops.h:36:0, > from drivers/staging/lustre/lustre/libcfs/../../include/linux/libcfs/linux/libcfs.h:44, > from drivers/staging/lustre/lustre/libcfs/../../include/linux/libcfs/libcfs.h:40, > from drivers/staging/lustre/lustre/libcfs/libcfs_cpu.c:38: > drivers/staging/lustre/lustre/libcfs/libcfs_cpu.c: In function 'cfs_cpt_table_alloc': >>> arch/m68k/include/asm/bitops.h:64:5: warning: passing argument 2 of 'bset_mem_set_bit' from incompatible pointer type > bset_mem_set_bit(nr, vaddr) : \ > ^ >>> drivers/staging/lustre/lustre/libcfs/libcfs_cpu.c:61:3: note: in expansion of macro 'set_bit' > set_bit(0, &cptab->ctb_nodemask); Yep and additional patch exist to fix this. Should I just push the fix for this or drop this patch and create a new patch that is combo of both fixes. BTW Greg this new batch of patches are order independent. Sorry for not pointing that out. The rest of the patch appear to be okay.