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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E5FC8C87FCB for ; Sat, 9 Aug 2025 11:57:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=mSxvJ2IEdSXVLP4akkrNK92bTnurlkR3JU0BnD4QnaM=; b=MW/FsppA9cv6lam/dnJccNU1Eq z84K9p+zbLycBNi8aZhFI9sL+HzhZbir1CCEj9WF4ZkUrt4W4uq1GYG/o1X+Q7xJvm6TVlgdW72cV jTPVZUMrCvd5MzrVA3OfaLGi0vLr7KwKC/V3NVoaNp1BkpzjDsQlDKaNVn9CnqkivOxyVMzNgpmyz FCnzoQ7EqVQDMelYGoN1moafVpiga9k1Ae1TMC1TrSi/Y7SZmBOOspe9d/xnYBh4oeE3VkfrGeu62 O2eh5bBW0ZmcIvwhuQUlk0Ce520rEDuvKawi0HWUvHFkXAFNEGwadk9SYUtDIXwXV+5WmCiiXevpg +56EaMXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1ukiBv-00000004RE0-1Q1P; Sat, 09 Aug 2025 11:56:51 +0000 Received: from mgamail.intel.com ([192.198.163.12]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uki9O-00000004R40-2igB; Sat, 09 Aug 2025 11:54:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1754740455; x=1786276455; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=mnV+jg9VSYFDZGvhdpkSY2iW8ke8agEGlUQFaLp0wdY=; b=GwTs0oc5B81F4INVe/VaIrj9LN0JdQcPG4Czh0+Ckj6ZbBLcd2ooaVLO GbiAAo5HOaoqXw6PkxP9vmUUrwOH0FbrOiDbfpFcnoIm8ZHuiBMhPmUVG 2SNR3GtUWhS8q/kh7D/UO0i6T5KeTqKfj1uqQ0c227+O91kkP6KtWBO06 VgkICw4uVZgy6EAgMkpszbVMBZ9jZMPiDrCEbJ+pc9fr3QROLjXZ9MXFY n/6AWwyZ1kcCfxLd+xg+zCrp7nd4CuFmGtGrcXVSPK64IV4M3sZtQ/lMI G8BBe/ODqtfp/IQ7UxvIyeNrgioNEsbR7AbhsjD2UB+2RmPd+iCDmLwks A==; X-CSE-ConnectionGUID: ZLQvZ73rQjS8DNWqw8Y9hg== X-CSE-MsgGUID: ZvvzxjxKRMWlge9P7DB2LA== X-IronPort-AV: E=McAfee;i="6800,10657,11515"; a="60868946" X-IronPort-AV: E=Sophos;i="6.17,278,1747724400"; d="scan'208";a="60868946" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2025 04:54:07 -0700 X-CSE-ConnectionGUID: f2pAyptXQOu+WoNR8wp0bQ== X-CSE-MsgGUID: 6WPcD7jSQQ67d4c9XhBHRg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.17,278,1747724400"; d="scan'208";a="164753875" Received: from lkp-server02.sh.intel.com (HELO 4ea60e6ab079) ([10.239.97.151]) by orviesa010.jf.intel.com with ESMTP; 09 Aug 2025 04:54:05 -0700 Received: from kbuild by 4ea60e6ab079 with local (Exim 4.96) (envelope-from ) id 1uki9B-0004m8-2g; Sat, 09 Aug 2025 11:54:01 +0000 Date: Sat, 9 Aug 2025 19:53:40 +0800 From: kernel test robot To: Detlev Casanova , linux-kernel@vger.kernel.org Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, Detlev Casanova , Mauro Carvalho Chehab , linux-media@vger.kernel.org, Heiko Stuebner , linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, kernel@collabora.com Subject: Re: [PATCH v2 10/12] media: rkvdec: Add H264 support for the VDPU383 variant Message-ID: <202508091909.RNcoZmVb-lkp@intel.com> References: <20250808200340.156393-11-detlev.casanova@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250808200340.156393-11-detlev.casanova@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250809_045414_691400_16C08DB0 X-CRM114-Status: GOOD ( 12.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Detlev, kernel test robot noticed the following build errors: [auto build test ERROR on linuxtv-media-pending/master] [also build test ERROR on linus/master next-20250808] [cannot apply to rockchip/for-next sailus-media-tree/master sailus-media-tree/streams v6.16] [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/Detlev-Casanova/media-rkvdec-Switch-to-using-structs-instead-of-writel/20250809-041049 base: https://git.linuxtv.org/media-ci/media-pending.git master patch link: https://lore.kernel.org/r/20250808200340.156393-11-detlev.casanova%40collabora.com patch subject: [PATCH v2 10/12] media: rkvdec: Add H264 support for the VDPU383 variant config: i386-buildonly-randconfig-005-20250809 (https://download.01.org/0day-ci/archive/20250809/202508091909.RNcoZmVb-lkp@intel.com/config) compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250809/202508091909.RNcoZmVb-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/202508091909.RNcoZmVb-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/media/platform/rockchip/rkvdec/rkvdec.c:12:10: fatal error: 'linux/hw_bitfield.h' file not found 12 | #include | ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. vim +12 drivers/media/platform/rockchip/rkvdec/rkvdec.c > 12 #include 13 #include 14 #include 15 #include 16 #include 17 #include 18 #include 19 #include 20 #include 21 #include 22 #include 23 #include 24 #include 25 #include 26 #include 27 #include 28 #include 29 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki