From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_PASS, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gnuweeb.org (Postfix) with ESMTPS id 766857E713 for ; Wed, 30 Mar 2022 15:33:43 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=kT+k/2Nf; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648654423; x=1680190423; h=date:from:to:cc:subject:message-id:mime-version; bh=99A4Nmd7ECn/+N9elV+Nmgmh3RzNoBsfM0MSKCJINYE=; b=kT+k/2NfUoh3Nmk51Rf0jCN4iZ0DHvTTCnH4qg2GLTBeS9+CCOarz8Dp /0PZ9eQL2H7X/iU4jRFbIDXPVQriWsxuq9pAvLrpVuxowOg/eKelVFszy XxC9gkrThaqBsNIgjMxXskTOzUvEfaiX73Sjv7mJ4MmUR36fiUbQFf+SP yulaChPqjnEfM42Z+WdLUImteaualYkIBSoxXeuAawaoremdKrEaKFh/S k7oWWmpRhxVifdDxh0xMI1kl4EVWob78MYMsypaGyAmg/NQDlXV3lmvIv QOyhQ5GIOQbYZrGzB2oqpMENkru4pXvHqhrD8q9H0NlyPKkukG5FNgk4n w==; X-IronPort-AV: E=McAfee;i="6200,9189,10302"; a="239501533" X-IronPort-AV: E=Sophos;i="5.90,223,1643702400"; d="scan'208";a="239501533" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2022 08:33:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,223,1643702400"; d="scan'208";a="519722996" Received: from lkp-server02.sh.intel.com (HELO 56431612eabd) ([10.239.97.151]) by orsmga002.jf.intel.com with ESMTP; 30 Mar 2022 08:33:13 -0700 Received: from kbuild by 56431612eabd with local (Exim 4.95) (envelope-from ) id 1nZaJs-00008C-Uy; Wed, 30 Mar 2022 15:33:12 +0000 Date: Wed, 30 Mar 2022 23:33:01 +0800 From: kernel test robot To: Catalin Marinas Cc: kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:arm64/linux/devel/kmalloc-minalign 10/11] arch/arm64/kernel/cacheinfo.c:101:14: warning: no previous prototype for 'arch_kmalloc_minalign' Message-ID: <202203302330.5gG68JEu-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: tree: https://github.com/ammarfaizi2/linux-block arm64/linux/devel/kmalloc-minalign head: 2810d5be00a60d5996cd955c2485c17ef1e1e7af commit: 6c3838f40cf6a9b31bbb3d78059a81ca03fb2cfc [10/11] arm64: Enable dynamic kmalloc() minimum alignment config: arm64-randconfig-s032-20220330 (https://download.01.org/0day-ci/archive/20220330/202203302330.5gG68JEu-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 11.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.4-dirty # https://github.com/ammarfaizi2/linux-block/commit/6c3838f40cf6a9b31bbb3d78059a81ca03fb2cfc git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block arm64/linux/devel/kmalloc-minalign git checkout 6c3838f40cf6a9b31bbb3d78059a81ca03fb2cfc # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=arm64 SHELL=/bin/bash arch/arm64/kernel/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> arch/arm64/kernel/cacheinfo.c:101:14: warning: no previous prototype for 'arch_kmalloc_minalign' [-Wmissing-prototypes] 101 | unsigned int arch_kmalloc_minalign(void) | ^~~~~~~~~~~~~~~~~~~~~ vim +/arch_kmalloc_minalign +101 arch/arm64/kernel/cacheinfo.c 100 > 101 unsigned int arch_kmalloc_minalign(void) -- 0-DAY CI Kernel Test Service https://01.org/lkp