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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4687DC43334 for ; Sun, 5 Jun 2022 22:14:12 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id BE0168D0002; Sun, 5 Jun 2022 18:14:11 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id B8EC58D0001; Sun, 5 Jun 2022 18:14:11 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id A79378D0002; Sun, 5 Jun 2022 18:14:11 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0014.hostedemail.com [216.40.44.14]) by kanga.kvack.org (Postfix) with ESMTP id 986488D0001 for ; Sun, 5 Jun 2022 18:14:11 -0400 (EDT) Received: from smtpin28.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay07.hostedemail.com (Postfix) with ESMTP id 72D6420582 for ; Sun, 5 Jun 2022 22:14:11 +0000 (UTC) X-FDA: 79545586302.28.361A839 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by imf29.hostedemail.com (Postfix) with ESMTP id 449B5120065 for ; Sun, 5 Jun 2022 22:13:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654467250; x=1686003250; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=OqAu0TIQgKHqhNgNYHS6ymIPIAjfxpIImb7kHTeFIag=; b=K3/EMhchkzN+xMGKRcq3R6pwmpWc/w/woxZhwZiW3uS/2Hh2/6SFxxOv swj4SQPmkw1fme3ZiJW9FEwlkg6vgQKFbfpXLGkbvpTO9qUSHeRgs13Cq 7DMgLL+ndvL5H16bg8C9548HX0+c3fa8DUCq8me3ALZC2QzkzoNgCrLi6 A5TS2dVSxjQRpMPs3vEcjUFQh+yQv0k+w3/XsvfdnoPSX9Sn3RMSXEwD+ +e9zXHCKdnX5rAt1MQkuP9c9miwK5/VWQ8xmLq793x16HDwTDUePW2TZE ckxV0cuROYS1cK6M0xUGlZpgpn3oHpUNDddEad/EZKVovvcrPKfJCBL2Z g==; X-IronPort-AV: E=McAfee;i="6400,9594,10369"; a="276638314" X-IronPort-AV: E=Sophos;i="5.91,280,1647327600"; d="scan'208";a="276638314" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jun 2022 15:14:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,280,1647327600"; d="scan'208";a="758314031" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 05 Jun 2022 15:13:59 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1nxyVS-000CI3-CX; Sun, 05 Jun 2022 22:13:58 +0000 Date: Mon, 6 Jun 2022 06:13:15 +0800 From: kernel test robot To: Andy Shevchenko , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-kernel@vger.kernel.org Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Andrew Morton , Linux Memory Management List Subject: Re: [PATCH v1 1/1] kernel.h: Move sysfs related macro to sysfs.h Message-ID: <202206060647.TvX3UWaq-lkp@intel.com> References: <20220603172101.49950-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220603172101.49950-1-andriy.shevchenko@linux.intel.com> Authentication-Results: imf29.hostedemail.com; dkim=pass header.d=intel.com header.s=Intel header.b="K3/EMhch"; dmarc=pass (policy=none) header.from=intel.com; spf=none (imf29.hostedemail.com: domain of lkp@intel.com has no SPF policy when checking 192.55.52.115) smtp.mailfrom=lkp@intel.com X-Rspamd-Server: rspam03 X-Rspamd-Queue-Id: 449B5120065 X-Rspam-User: X-Stat-Signature: 143afmcnsczikseefxetgo7mhyj7su51 X-HE-Tag: 1654467236-323086 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: Hi Andy, I love your patch! Yet something to improve: [auto build test ERROR on akpm-mm/mm-everything] [also build test ERROR on linus/master v5.18 next-20220603] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/intel-lab-lkp/linux/commits/Andy-Shevchenko/kernel-h-Move-sysfs-related-macro-to-sysfs-h/20220606-004344 base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything config: arm-pcm027_defconfig (https://download.01.org/0day-ci/archive/20220606/202206060647.TvX3UWaq-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 416a5080d89066029f9889dc23f94de47c2fa895) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm cross compiling tool for clang build # apt-get install binutils-arm-linux-gnueabi # https://github.com/intel-lab-lkp/linux/commit/0fad3ce70c6f6736d3913e3238642a056f70b123 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Andy-Shevchenko/kernel-h-Move-sysfs-related-macro-to-sysfs-h/20220606-004344 git checkout 0fad3ce70c6f6736d3913e3238642a056f70b123 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): >> arch/arm/mm/alignment.c:87:1: error: call to undeclared function 'VERIFY_OCTAL_PERMISSIONS'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] core_param(alignment, ai_usermode, int, 0600); ^ include/linux/moduleparam.h:330:2: note: expanded from macro 'core_param' __module_param_call("", name, ¶m_ops_##type, &var, perm, -1, 0) ^ include/linux/moduleparam.h:294:6: note: expanded from macro '__module_param_call' VERIFY_OCTAL_PERMISSIONS(perm), level, flags, { arg } } ^ >> arch/arm/mm/alignment.c:87:1: error: initializer element is not a compile-time constant core_param(alignment, ai_usermode, int, 0600); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/linux/moduleparam.h:330:2: note: expanded from macro 'core_param' __module_param_call("", name, ¶m_ops_##type, &var, perm, -1, 0) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/linux/moduleparam.h:294:6: note: expanded from macro '__module_param_call' VERIFY_OCTAL_PERMISSIONS(perm), level, flags, { arg } } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. vim +/VERIFY_OCTAL_PERMISSIONS +87 arch/arm/mm/alignment.c ^1da177e4c3f41 Linus Torvalds 2005-04-16 86 d944d549aa86e0 Russell King 2010-02-20 @87 core_param(alignment, ai_usermode, int, 0600); d944d549aa86e0 Russell King 2010-02-20 88 -- 0-DAY CI Kernel Test Service https://01.org/lkp