From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A5585184 for ; Mon, 19 Feb 2024 00:17:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708301827; cv=none; b=GDLKfFBoOm50ZxzkuTZsKr8+tD5IdKIFPlPZM8L97z2pJWq1H5AzE2mGbGJSKNaXyFny3upNwZ+ktUgGZsfO4Ogzzr+5WF4Q0E06rLkhmP78ATqGySwTsxCWznFuYtjLTdFU4267jTTTNu6Mry4w8dex+TGXjg/dsxGC2j8uL4w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708301827; c=relaxed/simple; bh=AOzkdkui+7drJ+NwS7YCH/4EsQiHqNPwNbyItpr8pns=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=o2e4SYei/uBtYRgCv3IDrGs2U2IfmVDwAM6ht9qbiWK1IRM2IvSIuz05yf12DW7ZDcOYnjlbr7Fb5Fmk0CfhB5rYLnwG1FvpIYQLZ04nazi/bxqKNB6Nu5j9tm4h6ls4TfMVtUzL7hdj0vEtNMqOiQ8QQ/stVTVDawC/5PgtULo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=aVjErbmv; arc=none smtp.client-ip=198.175.65.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="aVjErbmv" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1708301825; x=1739837825; h=date:from:to:cc:subject:message-id:mime-version; bh=AOzkdkui+7drJ+NwS7YCH/4EsQiHqNPwNbyItpr8pns=; b=aVjErbmvInns+PYBwL+V+v9evjJtETG0lm5iWdTbmExhtmI2uYwdIyCA L3h5bP/iFT1oUfpv5JiU/ucJO5NbklC0xMyH4Diu0o3lVGg4tfbN0nZT+ HUaZPZV4TRE7V/JfW57ePeTkLrZT8VM5i9QFxSvRNLP+4zOMGzTIG8CLd sAjPEMUaokHXFuHF+kI0LvhrUtzMUP1kS67I+m+tGoeNs3IhCMdluMRxT w0RuvLw4eoJfhxTEmIBb//D7EvYDXYn3UjI3aPP7OkrywycW4Ke+nQ1RJ CHjo/oKqN+yb1teZGMp1ESAnZqrOCto39oMYNnC3G0Wx20REIijhGEBPB w==; X-IronPort-AV: E=McAfee;i="6600,9927,10988"; a="2495298" X-IronPort-AV: E=Sophos;i="6.06,169,1705392000"; d="scan'208";a="2495298" Received: from orviesa006.jf.intel.com ([10.64.159.146]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2024 16:17:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,169,1705392000"; d="scan'208";a="4694086" Received: from lkp-server02.sh.intel.com (HELO 3c78fa4d504c) ([10.239.97.151]) by orviesa006.jf.intel.com with ESMTP; 18 Feb 2024 16:17:03 -0800 Received: from kbuild by 3c78fa4d504c with local (Exim 4.96) (envelope-from ) id 1rbrLA-0003Nu-1Y; Mon, 19 Feb 2024 00:17:00 +0000 Date: Mon, 19 Feb 2024 08:16:27 +0800 From: kernel test robot To: Johannes Berg Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org Subject: include/linux/compiler_types.h:358:45: error: call to '__compiletime_assert_947' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct ieee80211_rx_status) > sizeof(skb->cb) Message-ID: <202402190836.mzLKZdHY-lkp@intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Johannes, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: b401b621758e46812da61fa58a67c3fd8d91de0d commit: f66c48af7a110c0d694c4ac4a1257affb272a2ea mac80211: support minimal EHT rate reporting on RX date: 1 year, 1 month ago config: arm-randconfig-003-20240218 (https://download.01.org/0day-ci/archive/20240219/202402190836.mzLKZdHY-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240219/202402190836.mzLKZdHY-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/202402190836.mzLKZdHY-lkp@intel.com/ All errors (new ones prefixed by >>): In file included from : net/mac80211/rx.c: In function 'ieee80211_rx_irqsafe': >> include/linux/compiler_types.h:358:45: error: call to '__compiletime_assert_947' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct ieee80211_rx_status) > sizeof(skb->cb) 358 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ include/linux/compiler_types.h:339:25: note: in definition of macro '__compiletime_assert' 339 | prefix ## suffix(); \ | ^~~~~~ include/linux/compiler_types.h:358:9: note: in expansion of macro '_compiletime_assert' 358 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ include/linux/build_bug.h:50:9: note: in expansion of macro 'BUILD_BUG_ON_MSG' 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ net/mac80211/rx.c:5283:9: note: in expansion of macro 'BUILD_BUG_ON' 5283 | BUILD_BUG_ON(sizeof(struct ieee80211_rx_status) > sizeof(skb->cb)); | ^~~~~~~~~~~~ vim +/__compiletime_assert_947 +358 include/linux/compiler_types.h eb5c2d4b45e3d2 Will Deacon 2020-07-21 344 eb5c2d4b45e3d2 Will Deacon 2020-07-21 345 #define _compiletime_assert(condition, msg, prefix, suffix) \ eb5c2d4b45e3d2 Will Deacon 2020-07-21 346 __compiletime_assert(condition, msg, prefix, suffix) eb5c2d4b45e3d2 Will Deacon 2020-07-21 347 eb5c2d4b45e3d2 Will Deacon 2020-07-21 348 /** eb5c2d4b45e3d2 Will Deacon 2020-07-21 349 * compiletime_assert - break build and emit msg if condition is false eb5c2d4b45e3d2 Will Deacon 2020-07-21 350 * @condition: a compile-time constant condition to check eb5c2d4b45e3d2 Will Deacon 2020-07-21 351 * @msg: a message to emit if condition is false eb5c2d4b45e3d2 Will Deacon 2020-07-21 352 * eb5c2d4b45e3d2 Will Deacon 2020-07-21 353 * In tradition of POSIX assert, this macro will break the build if the eb5c2d4b45e3d2 Will Deacon 2020-07-21 354 * supplied condition is *false*, emitting the supplied error message if the eb5c2d4b45e3d2 Will Deacon 2020-07-21 355 * compiler has support to do so. eb5c2d4b45e3d2 Will Deacon 2020-07-21 356 */ eb5c2d4b45e3d2 Will Deacon 2020-07-21 357 #define compiletime_assert(condition, msg) \ eb5c2d4b45e3d2 Will Deacon 2020-07-21 @358 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) eb5c2d4b45e3d2 Will Deacon 2020-07-21 359 :::::: The code at line 358 was first introduced by commit :::::: eb5c2d4b45e3d2d5d052ea6b8f1463976b1020d5 compiler.h: Move compiletime_assert() macros into compiler_types.h :::::: TO: Will Deacon :::::: CC: Will Deacon -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki