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 54A48C433EF for ; Fri, 29 Apr 2022 21:03:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381055AbiD2VGs (ORCPT ); Fri, 29 Apr 2022 17:06:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237252AbiD2VGn (ORCPT ); Fri, 29 Apr 2022 17:06:43 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0CF2D3DB0 for ; Fri, 29 Apr 2022 14:03:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651266204; x=1682802204; h=date:from:to:cc:subject:message-id:mime-version; bh=O0giy4xbhx/xkB5BiJeSpSBkRZX2hTtEz80dIkMs33c=; b=SLLKQZ/BjTGg51Ng0oraD72/J07U/J6QbAyrlCEbGSvcRjgfgnXaTbLQ wh0JBJKvGwm2wrFdYRrlW2N7WzZ4etvwwxN5R4PXGlSx9NNAb5X3SUF1T kBbQirDpQ1qmQ8iP8R/Nr5EDF49OrlOrL887jffwgykTR4E4UDYULmg18 dXJ3+zOn1cG9uQLT5IhBWgsgRNTTdRXhOjGcihCWDF8FqKtB9UlYsN0M1 OzM8sN9hXWgI0VyylhXmeRP+hgMJu8BqASG8BzcuZZJ8yLsyFQAiCS4s6 xzhvQs9+71i1HNZB+8favuQHx3EXkOJXJIX9v+w9YBelgLj9Rn4Rfir8j Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10332"; a="265616689" X-IronPort-AV: E=Sophos;i="5.91,186,1647327600"; d="scan'208";a="265616689" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 14:03:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,186,1647327600"; d="scan'208";a="685397023" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by orsmga004.jf.intel.com with ESMTP; 29 Apr 2022 14:03:22 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1nkXlp-0006c3-Nf; Fri, 29 Apr 2022 21:03:21 +0000 Date: Sat, 30 Apr 2022 05:03:17 +0800 From: kernel test robot To: Yunfei Dong Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Hans Verkuil , George Sun , AngeloGioacchino Del Regno Subject: [hverkuil-media-tree:for-v5.19g 16/20] ld.lld: error: undefined symbol: v4l2_vp9_adapt_coef_probs Message-ID: <202204300448.3RJ4JWpN-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 tree: git://linuxtv.org/hverkuil/media_tree.git for-v5.19g head: f82120aec4e7ee9f06251d36931ab36bd9ef3c42 commit: 6e2ca6ec467a572cb7896758457e77da2896701c [16/20] media: mediatek: vcodec: support stateless VP9 decoding config: hexagon-randconfig-r041-20220429 (https://download.01.org/0day-ci/archive/20220430/202204300448.3RJ4JWpN-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 400775649969b9baf3bc2a510266e7912bb16ae9) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git remote add hverkuil-media-tree git://linuxtv.org/hverkuil/media_tree.git git fetch --no-tags hverkuil-media-tree for-v5.19g git checkout 6e2ca6ec467a572cb7896758457e77da2896701c # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> ld.lld: error: undefined symbol: v4l2_vp9_adapt_coef_probs >>> referenced by vdec_vp9_req_lat_if.c >>> media/platform/mediatek/vcodec/vdec/vdec_vp9_req_lat_if.o:(vdec_vp9_slice_lat_decode) in archive drivers/built-in.a >>> referenced by vdec_vp9_req_lat_if.c >>> media/platform/mediatek/vcodec/vdec/vdec_vp9_req_lat_if.o:(vdec_vp9_slice_lat_decode) in archive drivers/built-in.a >>> referenced by vdec_vp9_req_lat_if.c >>> media/platform/mediatek/vcodec/vdec/vdec_vp9_req_lat_if.o:(vdec_vp9_slice_lat_decode) in archive drivers/built-in.a >>> referenced 1 more times -- >> ld.lld: error: undefined symbol: v4l2_vp9_adapt_noncoef_probs >>> referenced by vdec_vp9_req_lat_if.c >>> media/platform/mediatek/vcodec/vdec/vdec_vp9_req_lat_if.o:(vdec_vp9_slice_lat_decode) in archive drivers/built-in.a >>> referenced by vdec_vp9_req_lat_if.c >>> media/platform/mediatek/vcodec/vdec/vdec_vp9_req_lat_if.o:(vdec_vp9_slice_lat_decode) in archive drivers/built-in.a -- 0-DAY CI Kernel Test Service https://01.org/lkp