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 75979CDB474 for ; Mon, 16 Oct 2023 17:06:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234253AbjJPRGC (ORCPT ); Mon, 16 Oct 2023 13:06:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234391AbjJPRF2 (ORCPT ); Mon, 16 Oct 2023 13:05:28 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25FC826AB for ; Mon, 16 Oct 2023 10:02:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697475754; x=1729011754; h=date:from:to:cc:subject:message-id:mime-version; bh=jtF9Ia7MH+KCwZsMYf6nF1mFZX1ILnWcJCLP7BKCxD4=; b=XNiZtXxBEaIQV1xItZJofx+p7A7GkZ9mUdduaFb9GNg/T2Iee49/OuZF 7u4CVDDujSzkosBrbkcaL+S2q39kDmFmgpaLS4tx5XGbpLt4AYqClCaRO 3yjcO/E3E17etqfA2tRDcen+mkFUVFPL+hBxPbNNA4+cBUFRR+8OBJ5a7 kjikQS7XVQtDExrcmUaKNe4WQYCDbaTqTLeGFkRvU50rnhNtnq+6tYKor 4/hx4nwssqlKKVTCnRURdupDvCYASqxvW8mKbFgwcq/pIzaW5vsaXsjEZ BI15W7XMqdFgh+jdgZnC3ECkSKjrdb4+XZk3R0jgj10MPAR6rxm9cXaC8 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10865"; a="452065055" X-IronPort-AV: E=Sophos;i="6.03,229,1694761200"; d="scan'208";a="452065055" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2023 10:00:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10865"; a="929430462" X-IronPort-AV: E=Sophos;i="6.03,229,1694761200"; d="scan'208";a="929430462" Received: from lkp-server02.sh.intel.com (HELO f64821696465) ([10.239.97.151]) by orsmga005.jf.intel.com with ESMTP; 16 Oct 2023 10:00:47 -0700 Received: from kbuild by f64821696465 with local (Exim 4.96) (envelope-from ) id 1qsQxQ-0008Wd-3A; Mon, 16 Oct 2023 17:00:44 +0000 Date: Tue, 17 Oct 2023 00:59:49 +0800 From: kernel test robot To: Thomas Gleixner Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, x86@kernel.org, Arjan van de Ven Subject: [tip:x86/core 13/22] arch/x86/include/asm/processor.h:698:16: sparse: sparse: incorrect type in initializer (different address spaces) Message-ID: <202310170010.yzc9t6Bd-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant. tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core head: 92fe9bb77b0c9fade150350fdb0629a662f0923f commit: 6e29032340b60f7aa7475c8234b17273e4424007 [13/22] x86/cpu: Move cpu_l[l2]c_id into topology info config: x86_64-randconfig-122-20231016 (https://download.01.org/0day-ci/archive/20231017/202310170010.yzc9t6Bd-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231017/202310170010.yzc9t6Bd-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/202310170010.yzc9t6Bd-lkp@intel.com/ sparse warnings: (new ones prefixed by >>) arch/x86/events/amd/uncore.c: note: in included file (through arch/x86/include/asm/cpufeature.h, arch/x86/include/asm/thread_info.h, include/linux/thread_info.h, ...): >> arch/x86/include/asm/processor.h:698:16: sparse: sparse: incorrect type in initializer (different address spaces) @@ expected void const [noderef] __percpu *__vpp_verify @@ got unsigned int * @@ arch/x86/include/asm/processor.h:698:16: sparse: expected void const [noderef] __percpu *__vpp_verify arch/x86/include/asm/processor.h:698:16: sparse: got unsigned int * vim +698 arch/x86/include/asm/processor.h 695 696 static inline u16 per_cpu_llc_id(unsigned int cpu) 697 { > 698 return per_cpu(cpu_info.topo.llc_id, cpu); 699 } 700 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki