From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f70.google.com (mail-pg0-f70.google.com [74.125.83.70]) by kanga.kvack.org (Postfix) with ESMTP id 3D85D6B0023 for ; Fri, 23 Feb 2018 13:57:23 -0500 (EST) Received: by mail-pg0-f70.google.com with SMTP id o11so3866378pgp.14 for ; Fri, 23 Feb 2018 10:57:23 -0800 (PST) Received: from shards.monkeyblade.net (shards.monkeyblade.net. [184.105.139.130]) by mx.google.com with ESMTPS id z19si1845795pgc.353.2018.02.23.10.57.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Feb 2018 10:57:22 -0800 (PST) Date: Fri, 23 Feb 2018 13:57:16 -0500 (EST) Message-Id: <20180223.135716.511559214062584207.davem@davemloft.net> Subject: Re: [PATCH v12 10/11] sparc64: Add support for ADI (Application Data Integrity) From: David Miller In-Reply-To: <490b8c3b-fc62-b6e7-af28-7c1257e953ce@oracle.com> References: <201802231005.WSf8KcHd%fengguang.wu@intel.com> <490b8c3b-fc62-b6e7-af28-7c1257e953ce@oracle.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: khalid.aziz@oracle.com Cc: kbuild-all@01.org, akpm@linux-foundation.org, dave.hansen@linux.intel.com, corbet@lwn.net, bob.picco@oracle.com, steven.sistare@oracle.com, pasha.tatashin@oracle.com, mike.kravetz@oracle.com, rob.gardner@oracle.com, mingo@kernel.org, nitin.m.gupta@oracle.com, anthony.yznaga@oracle.com, kirill.shutemov@linux.intel.com, tom.hromatka@oracle.com, allen.pais@oracle.com, tklauser@distanz.ch, shannon.nelson@oracle.com, vijay.ac.kumar@oracle.com, mhocko@suse.com, jack@suse.cz, punit.agrawal@arm.com, hughd@google.com, thomas.tai@oracle.com, ross.zwisler@linux.intel.com, dave.jiang@intel.com, willy@infradead.org, minchan@kernel.org, imbrenda@linux.vnet.ibm.com, aarcange@redhat.com, kstewart@linuxfoundation.org, pombredanne@nexb.com, tglx@linutronix.de, gregkh@linuxfoundation.org, nagarathnam.muthusamy@oracle.com, linux@roeck-us.net, jane.chu@oracle.com, dan.j.williams@intel.com, jglisse@redhat.com, ktkhai@virtuozzo.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, sparclinux@vger.kernel.org, khalid@gonehiking.org From: Khalid Aziz Date: Fri, 23 Feb 2018 11:51:25 -0700 > On 02/22/2018 07:50 PM, kbuild test robot wrote: >> Hi Khalid, >> I love your patch! Yet something to improve: >> [auto build test ERROR on sparc-next/master] >> [also build test ERROR on v4.16-rc2] >> [cannot apply to next-20180222] >> [if your patch is applied to the wrong git tree, please drop us a note >> to help improve the system] >> url: >> https://github.com/0day-ci/linux/commits/Khalid-Aziz/Application-Data-Integrity-feature-introduced-by-SPARC-M7/20180223-071725 >> base: >> https://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git >> master >> config: sparc64-allyesconfig (attached as .config) >> compiler: sparc64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 >> reproduce: >> wget >> https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross >> -O ~/bin/make.cross >> chmod +x ~/bin/make.cross >> # save the attached .config to linux build tree >> make.cross ARCH=sparc64 >> All error/warnings (new ones prefixed by >>): > > Hi Dave, > > Including linux/sched.h in arch/sparc/include/asm/mmu_context.h should > eliminate these build warnings. My gcc version 6.2.1 does not report > these errors. Build bot is using 7.2.0. > > I can add a patch 12 to add the include, revise patch 10 or you can > add the include in your tree. Let me know how you would prefer to > resolve this. You need to update patch #10 so that your patch series is fully bisectable. Thank you. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org