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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 90B12D10BF6 for ; Sat, 26 Oct 2024 10:11:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4DCC610E05B; Sat, 26 Oct 2024 10:11:04 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="j1ojOyBI"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by gabe.freedesktop.org (Postfix) with ESMTPS id F154110E013; Sat, 26 Oct 2024 10:11:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1729937464; x=1761473464; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8DU14E5D0lWg600MwJ4URtFuPIv26XFVrn6CO/yON44=; b=j1ojOyBITwISF5CKMOCbTbb/OK94pVkNC0daNy57wLHD455rxUFLMYkg N2kL40XrXIbuhQqyTmPz/Mu5OkucgMRo+f88TAx41RVuzqb/dNXPbXkdd 5XnBXQwMY0BsY/6Zy1pkTzBFK/a8Ngq2nefUrASudv0hxDn/uaqA8tFkA NGdHkNiGoyuNSAPshT42NLFVk00GxdR+5Pd1yzGQ5Nr/5MlfV32j07OuA e7Bzw7atoG+3mUxLf/qzC7a6r8+jxyZv0hOjXhT+sSiUJ1TDUVQv4snoA i4almzX0ywtN5MNX+v6LGHN9Ie81sEi4RTqbFP9sZvUIbDp+vsAsUpca8 A==; X-CSE-ConnectionGUID: JBzeYvh5QpKZi4Se8GRjkw== X-CSE-MsgGUID: Sugp1e8iQemPPH+MKAxccA== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="29464306" X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="29464306" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2024 03:11:02 -0700 X-CSE-ConnectionGUID: w7o/M5n7SL2VFBwPyocUFw== X-CSE-MsgGUID: r+fgvL8nRhaZ3YSCRxyh4Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,234,1725346800"; d="scan'208";a="81113883" Received: from lkp-server01.sh.intel.com (HELO a48cf1aa22e8) ([10.239.97.150]) by orviesa009.jf.intel.com with ESMTP; 26 Oct 2024 03:10:56 -0700 Received: from kbuild by a48cf1aa22e8 with local (Exim 4.96) (envelope-from ) id 1t4dkz-000ZUo-3D; Sat, 26 Oct 2024 10:10:54 +0000 Date: Sat, 26 Oct 2024 18:10:30 +0800 From: kernel test robot To: Raag Jadav , airlied@gmail.com, simona@ffwll.ch, lucas.demarchi@intel.com, rodrigo.vivi@intel.com, jani.nikula@linux.intel.com, andriy.shevchenko@linux.intel.com, lina@asahilina.net, michal.wajdeczko@intel.com, christian.koenig@amd.com Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, himal.prasad.ghimiray@intel.com, aravind.iddamsetty@linux.intel.com, anshuman.gupta@intel.com, alexander.deucher@amd.com, andrealmeid@igalia.com, amd-gfx@lists.freedesktop.org, kernel-dev@igalia.com, Raag Jadav Subject: Re: [PATCH v8 1/4] drm: Introduce device wedged event Message-ID: <202410261754.enck8cc6-lkp@intel.com> References: <20241025084817.144621-2-raag.jadav@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241025084817.144621-2-raag.jadav@intel.com> X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" Hi Raag, kernel test robot noticed the following build errors: [auto build test ERROR on drm-xe/drm-xe-next] [also build test ERROR on drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.12-rc4 next-20241025] [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/Raag-Jadav/drm-Introduce-device-wedged-event/20241025-165119 base: https://gitlab.freedesktop.org/drm/xe/kernel.git drm-xe-next patch link: https://lore.kernel.org/r/20241025084817.144621-2-raag.jadav%40intel.com patch subject: [PATCH v8 1/4] drm: Introduce device wedged event config: arm-randconfig-002-20241026 (https://download.01.org/0day-ci/archive/20241026/202410261754.enck8cc6-lkp@intel.com/config) compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 5886454669c3c9026f7f27eab13509dd0241f2d6) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241026/202410261754.enck8cc6-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/202410261754.enck8cc6-lkp@intel.com/ All errors (new ones prefixed by >>): In file included from drivers/gpu/drm/drm_drv.c:36: In file included from include/linux/pseudo_fs.h:4: In file included from include/linux/fs_context.h:14: In file included from include/linux/security.h:33: In file included from include/linux/mm.h:2213: include/linux/vmstat.h:518:36: warning: arithmetic between different enumeration types ('enum node_stat_item' and 'enum lru_list') [-Wenum-enum-conversion] 518 | return node_stat_name(NR_LRU_BASE + lru) + 3; // skip "nr_" | ~~~~~~~~~~~ ^ ~~~ >> drivers/gpu/drm/drm_drv.c:81:3: error: expression is not an integer constant expression 81 | [ffs(DRM_WEDGE_RECOVERY_REBIND) - 1] = "rebind", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/asm-generic/bitops/ffs.h:43:16: note: expanded from macro 'ffs' 43 | #define ffs(x) generic_ffs(x) | ^ drivers/gpu/drm/drm_drv.c:82:3: error: expression is not an integer constant expression 82 | [ffs(DRM_WEDGE_RECOVERY_BUS_RESET) - 1] = "bus-reset", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/asm-generic/bitops/ffs.h:43:16: note: expanded from macro 'ffs' 43 | #define ffs(x) generic_ffs(x) | ^ >> drivers/gpu/drm/drm_drv.c:84:15: error: invalid application of 'sizeof' to an incomplete type 'const char *const[]' 84 | static_assert(ARRAY_SIZE(drm_wedge_recovery_opts) == ffs(DRM_WEDGE_RECOVERY_BUS_RESET)); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/linux/array_size.h:11:32: note: expanded from macro 'ARRAY_SIZE' 11 | #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) | ^ include/linux/build_bug.h:77:50: note: expanded from macro 'static_assert' 77 | #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ include/linux/build_bug.h:78:56: note: expanded from macro '__static_assert' 78 | #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) | ^~~~ drivers/gpu/drm/drm_drv.c:528:32: error: invalid application of 'sizeof' to an incomplete type 'const char *const[]' 528 | unsigned int len, opt, size = ARRAY_SIZE(drm_wedge_recovery_opts); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ include/linux/array_size.h:11:32: note: expanded from macro 'ARRAY_SIZE' 11 | #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) | ^~~~~ 1 warning and 4 errors generated. Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for MODVERSIONS Depends on [n]: MODULES [=y] && !COMPILE_TEST [=y] Selected by [y]: - RANDSTRUCT_FULL [=y] && (CC_HAS_RANDSTRUCT [=y] || GCC_PLUGINS [=n]) && MODULES [=y] vim +81 drivers/gpu/drm/drm_drv.c 75 76 /* 77 * Available recovery methods for wedged device. To be sent along with device 78 * wedged uevent. 79 */ 80 static const char *const drm_wedge_recovery_opts[] = { > 81 [ffs(DRM_WEDGE_RECOVERY_REBIND) - 1] = "rebind", 82 [ffs(DRM_WEDGE_RECOVERY_BUS_RESET) - 1] = "bus-reset", 83 }; > 84 static_assert(ARRAY_SIZE(drm_wedge_recovery_opts) == ffs(DRM_WEDGE_RECOVERY_BUS_RESET)); 85 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki