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, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gnuweeb.org (Postfix) with ESMTPS id 679A683063 for ; Fri, 10 Feb 2023 02:30:18 +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=Ou/z68zT; 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=1675996218; x=1707532218; h=date:from:to:cc:subject:message-id:mime-version; bh=HeadTIURqG5D7AflBxcC4/YbDkRtTPPfRniUfy7ZDs4=; b=Ou/z68zTHHaBg3Yy9jdqTjXPq1XwzPPJSU7MSdp+gceBgRD4hGm76Mjb HXHRhaVR134dtI0hf7krdIJ2LDCzeZMzYBxJkIBa8HQEke4mj2Ny6yaBu XvKcJd7RlHal9IaO/MlAE6izZuPRGrDzay6C8ZBbJlGUNpyfpDxjqXzWk 8zMQvuEkNaOWNPsOvouEX4L2N9OlCdOzPlQZscoVwqqx6Sk3NmvNHaGQa wpsfHA4M1ZsFFLLFIn1dN9NnqSuLA/UqMmemG38lY/ePz6Oy0sW0OcF96 MZsHYBdEJkHh2iC/Sz1UKgNGCHIp66ObedVcEacywS+BD2jgswrthDYVE g==; X-IronPort-AV: E=McAfee;i="6500,9779,10616"; a="357715629" X-IronPort-AV: E=Sophos;i="5.97,285,1669104000"; d="scan'208";a="357715629" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2023 18:30:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10616"; a="661250523" X-IronPort-AV: E=Sophos;i="5.97,285,1669104000"; d="scan'208";a="661250523" Received: from lkp-server01.sh.intel.com (HELO 4455601a8d94) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 09 Feb 2023 18:30:15 -0800 Received: from kbuild by 4455601a8d94 with local (Exim 4.96) (envelope-from ) id 1pQJB0-0005Sk-2W; Fri, 10 Feb 2023 02:30:14 +0000 Date: Fri, 10 Feb 2023 10:29:24 +0800 From: kernel test robot To: Ammar Faizi , GNU/Weeb Mailing List Cc: oe-kbuild-all@lists.linux.dev Subject: [ammarfaizi2-block:google/android/kernel/common/android12-5.10 2/4] arch/arm64/mm/dma-mapping-noalias.c:550:6: warning: no previous prototype for 'arm64_noalias_setup_dma_ops' Message-ID: <202302101025.BQEneMEO-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android12-5.10 head: d40d310e5ea48fda20e144621a2abe0aa61cf39c commit: 3c75a6fb7fd1cd149d7af1a2e200b064a2d12782 [2/4] ANDROID: arm64: Work around Cortex-A510 erratum 2454944 config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20230210/202302101025.BQEneMEO-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 12.1.0 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 # https://github.com/ammarfaizi2/linux-block/commit/3c75a6fb7fd1cd149d7af1a2e200b064a2d12782 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android12-5.10 git checkout 3c75a6fb7fd1cd149d7af1a2e200b064a2d12782 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm64 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash arch/arm64/mm/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202302101025.BQEneMEO-lkp@intel.com/ All warnings (new ones prefixed by >>): >> arch/arm64/mm/dma-mapping-noalias.c:550:6: warning: no previous prototype for 'arm64_noalias_setup_dma_ops' [-Wmissing-prototypes] 550 | void arm64_noalias_setup_dma_ops(struct device *dev) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ vim +/arm64_noalias_setup_dma_ops +550 arch/arm64/mm/dma-mapping-noalias.c 549 > 550 void arm64_noalias_setup_dma_ops(struct device *dev) -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests