From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CA9A2C7EE2E for ; Sat, 10 Jun 2023 08:40:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pOcPsrrJg7/BgsfuAnF9X7D7ZVU8i0bs6C0hk8rppWY=; b=b+cWt8KvrG078I qWdUaoIDaOFgQ0VPdnRjq8nD8VHwQzpg94wmrkMVJ3rL6mz8/nP2tn+iyeMnlvs3MMeHCo1MDYeXf NAjgSU83YocpFWmMsNs+E9fypA6etqQuSm1UevamYQT/smTbZOGAIUNeW6+74du8dE3XTFc20qA6/ ULM1Da3+OY0GswoYbRCGS6noBN7BVJ0O9ShU4twb+gt7vlqmwQGU20Dcweuqel9tca3/S8/Cx/LuD OkkStGQWmM8/kcjP9IqEpSv0f08yi6SuO7bY9taXNi1meXaGiOyxMmp5xkv1zb46TFkWHqSIryGLM N4mm47frl6sAPCFrAbPA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q7u8I-00FZ0y-0L; Sat, 10 Jun 2023 08:39:38 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q7u8E-00FZ0a-2e for linux-arm-kernel@lists.infradead.org; Sat, 10 Jun 2023 08:39:36 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E670B60BFE; Sat, 10 Jun 2023 08:39:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A403C433EF; Sat, 10 Jun 2023 08:39:32 +0000 (UTC) Date: Sat, 10 Jun 2023 09:39:29 +0100 From: Catalin Marinas To: kernel test robot Cc: oe-kbuild-all@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [arm64:devel/kmalloc-minalign 18/18] include/linux/cache.h:104:38: error: missing binary operator before token "(" Message-ID: References: <202306101526.kiwBY0Xr-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202306101526.kiwBY0Xr-lkp@intel.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230610_013934_927775_6D6FB95B X-CRM114-Status: GOOD ( 16.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Jun 10, 2023 at 04:10:50PM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git devel/kmalloc-minalign > head: e5bbe79231baf5cad690c6fc9de3910ad14a2aa6 > commit: e5bbe79231baf5cad690c6fc9de3910ad14a2aa6 [18/18] fixup! mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN > config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20230610/202306101526.kiwBY0Xr-lkp@intel.com/config) > compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 > reproduce (this is a W=1 build): > # https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git/commit/?id=e5bbe79231baf5cad690c6fc9de3910ad14a2aa6 > git remote add arm64 https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git > git fetch --no-tags arm64 devel/kmalloc-minalign > git checkout e5bbe79231baf5cad690c6fc9de3910ad14a2aa6 > # save the config file > mkdir build_dir && cp config build_dir/.config > make W=1 O=build_dir ARCH=x86_64 olddefconfig > make W=1 O=build_dir ARCH=x86_64 prepare > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot > | Closes: https://lore.kernel.org/oe-kbuild-all/202306101526.kiwBY0Xr-lkp@intel.com/ > > All errors (new ones prefixed by >>): > > In file included from arch/x86/include/asm/current.h:9, > from arch/x86/include/asm/preempt.h:7, > from include/linux/preempt.h:78, > from include/linux/spinlock.h:56, > from include/linux/swait.h:7, > from include/linux/completion.h:12, > from include/linux/crypto.h:15, > from arch/x86/kernel/asm-offsets.c:9: > >> include/linux/cache.h:104:38: error: missing binary operator before token "(" > 104 | #define ARCH_DMA_MINALIGN __alignof__(unsigned long long) > | ^ > include/linux/slab.h:239:39: note: in expansion of macro 'ARCH_DMA_MINALIGN' > 239 | #if defined(ARCH_HAS_DMA_MINALIGN) && ARCH_DMA_MINALIGN > 8 && \ > | ^~~~~~~~~~~~~~~~~ > make[2]: *** [scripts/Makefile.build:114: arch/x86/kernel/asm-offsets.s] Error 1 > make[2]: Target 'prepare' not remade because of errors. > make[1]: *** [Makefile:1287: prepare0] Error 2 > make[1]: Target 'prepare' not remade because of errors. > make: *** [Makefile:226: __sub-make] Error 2 > make: Target 'prepare' not remade because of errors. I noticed this as well but somehow pushed the fixup in error. Removed now and fixed properly. Thanks for the report. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel