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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40643C001DC for ; Mon, 31 Jul 2023 10:23:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231749AbjGaKXT (ORCPT ); Mon, 31 Jul 2023 06:23:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232651AbjGaKXD (ORCPT ); Mon, 31 Jul 2023 06:23:03 -0400 Received: from mgamail.intel.com (unknown [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73C34F4; Mon, 31 Jul 2023 03:22:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690798965; x=1722334965; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=PCMtkKQspwiJhUzhgqFCwoHLXmi/Ay0Pc3VA0Pbub2g=; b=DhmFmBS3Z2NwZUj7vD0rU0l9mMqBCckcIa6XQ2KuNP6qocx2uloD3/Fc rRwsfWibwPbTnap6rvMZYqXE1QhF+oMGMqvgdgYaztkUb0/+hq+hXPoJT CnHXi3wAFaWxmPc8563TWnc02Yb+S4Q24vjBSWeSbpaLS+nI2DNRy+ZPz uxxMq0T5N7LiA7taLqTH5Zh73Afd33ky3jhRxAYNN74ooQkhslxXCKAV/ iR+9Xnl9LEO9kIJ/X4y+gQ0+ebNFP12P+SGfb3fCNW0oJ+LpTtGPFb93i fk7A8pCxMAAMXDlaYYl7fBYGa6s3LMQQ5dmdZufFUnjlmYFTF2ZXj1EUY Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10787"; a="349283039" X-IronPort-AV: E=Sophos;i="6.01,244,1684825200"; d="scan'208";a="349283039" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2023 03:22:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10787"; a="722013538" X-IronPort-AV: E=Sophos;i="6.01,244,1684825200"; d="scan'208";a="722013538" Received: from lkp-server02.sh.intel.com (HELO 953e8cd98f7d) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 31 Jul 2023 03:22:35 -0700 Received: from kbuild by 953e8cd98f7d with local (Exim 4.96) (envelope-from ) id 1qQQ2s-00053j-1g; Mon, 31 Jul 2023 10:22:34 +0000 Date: Mon, 31 Jul 2023 18:22:12 +0800 From: kernel test robot To: LeoLiu-oc , olivia@selenic.com, herbert@gondor.apana.org.au, jiajie.ho@starfivetech.com, conor.dooley@microchip.com, martin@kaiser.cx, mmyangfl@gmail.com, jenny.zhang@starfivetech.com, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, leoliu@zhaoxin.com, CobeChen@zhaoxin.com, YunShen@zhaoxin.com, TonyWWang@zhaoxin.com, leoliu-oc Subject: Re: [PATCH v2 2/2] hwrng: add Zhaoxin HW RNG driver Message-ID: <202307311838.VQTSuKH4-lkp@intel.com> References: <20230731084515.2057375-3-LeoLiu-oc@zhaoxin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230731084515.2057375-3-LeoLiu-oc@zhaoxin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi LeoLiu-oc, kernel test robot noticed the following build warnings: [auto build test WARNING on char-misc/char-misc-testing] [also build test WARNING on char-misc/char-misc-next char-misc/char-misc-linus herbert-cryptodev-2.6/master linus/master v6.5-rc4 next-20230731] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/LeoLiu-oc/hwrng-via-rng-convert-to-x86_cpu_id-probing/20230731-164950 base: char-misc/char-misc-testing patch link: https://lore.kernel.org/r/20230731084515.2057375-3-LeoLiu-oc%40zhaoxin.com patch subject: [PATCH v2 2/2] hwrng: add Zhaoxin HW RNG driver config: loongarch-allyesconfig (https://download.01.org/0day-ci/archive/20230731/202307311838.VQTSuKH4-lkp@intel.com/config) compiler: loongarch64-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230731/202307311838.VQTSuKH4-lkp@intel.com/reproduce) 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/202307311838.VQTSuKH4-lkp@intel.com/ All warnings (new ones prefixed by >>): In file included from arch/loongarch/include/asm/inst.h:10, from arch/loongarch/include/asm/uprobes.h:5, from include/linux/uprobes.h:49, from include/linux/mm_types.h:16, from include/linux/buildid.h:5, from include/linux/module.h:14, from drivers/char/hw_random/zhaoxin-rng.c:10: >> arch/loongarch/include/asm/asm.h:35: warning: "STACK_ALIGN" redefined 35 | #define STACK_ALIGN ~(0xf) | In file included from drivers/char/hw_random/zhaoxin-rng.c:9: include/crypto/padlock.h:19: note: this is the location of the previous definition 19 | #define STACK_ALIGN 16 | drivers/char/hw_random/zhaoxin-rng.c:16:10: fatal error: asm/cpu_device_id.h: No such file or directory 16 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +/STACK_ALIGN +35 arch/loongarch/include/asm/asm.h b738c106f7355e Huacai Chen 2022-05-31 31 b738c106f7355e Huacai Chen 2022-05-31 32 /* b738c106f7355e Huacai Chen 2022-05-31 33 * Stack alignment b738c106f7355e Huacai Chen 2022-05-31 34 */ b738c106f7355e Huacai Chen 2022-05-31 @35 #define STACK_ALIGN ~(0xf) b738c106f7355e Huacai Chen 2022-05-31 36 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki