From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gnuweeb.org (Postfix) with ESMTPS id C340F8329F for ; Wed, 8 Mar 2023 13:08:48 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=PgsVDo1W; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678280928; x=1709816928; h=date:from:to:cc:subject:message-id:mime-version; bh=EohLf2ONeHucDj+eZKSfV/y8mF/OnSS96XWJpLy4i+E=; b=PgsVDo1WwUzt92fzLDS7pBvdq/r8+fRHHdmxBw3JtdYa5idAAL6VNC96 lrrVcqAX2AGUg+xctvHOgOUXxjHm/S4h36vcdiPV5Cht/3P+7d8qY/fWD /7Q39uaQZCpK8amo6BAXNqAlLvMf6LtIaPfz0Ow+fEdmKYyJX8uPtgGex 1zXYGh+MRDY7mpfeVZzyFEP/VKOe+B1OnpxjXEM0BXSOBb08SUTcwiOcc dYrtW8sdG4L822elp4nAR8OZry7mohsWcfYoz5MsA9dUd+Q7l81xCnvNK 5okVpjJMsTqR4XxpsIRwaskDumD1hmrj7Nd71SUtN0z+8qfEaAWhgcCwI Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10642"; a="333618017" X-IronPort-AV: E=Sophos;i="5.98,243,1673942400"; d="scan'208";a="333618017" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2023 05:08:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10642"; a="851076539" X-IronPort-AV: E=Sophos;i="5.98,243,1673942400"; d="scan'208";a="851076539" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 08 Mar 2023 05:08:45 -0800 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pZtXB-00028h-0R; Wed, 08 Mar 2023 13:08:45 +0000 Date: Wed, 8 Mar 2023 21:07:50 +0800 From: kernel test robot To: Ammar Faizi , GNU/Weeb Mailing List Cc: oe-kbuild-all@lists.linux.dev Subject: [ammarfaizi2-block:google/android/kernel/common/android13-5.15-arcvm 11/16] virtio_video_enc.c:undefined reference to `__aeabi_uldivmod' Message-ID: <202303082117.gQnuUDL0-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android13-5.15-arcvm head: e09e14eaa904078befb89ae73f24f9ee6f7dab6e commit: d12a3174c5d0a6a0f498d6ba2abf6caee3844082 [11/16] Convert nsec to usec in encoder buffer timestamps config: arm-allyesconfig (https://download.01.org/0day-ci/archive/20230308/202303082117.gQnuUDL0-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.1.0 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 # https://github.com/ammarfaizi2/linux-block/commit/d12a3174c5d0a6a0f498d6ba2abf6caee3844082 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android13-5.15-arcvm git checkout d12a3174c5d0a6a0f498d6ba2abf6caee3844082 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303082117.gQnuUDL0-lkp@intel.com/ All errors (new ones prefixed by >>): arm-linux-gnueabi-ld: drivers/media/virtio/virtio_video_enc.o: in function `virtio_video_enc_buf_queue': >> virtio_video_enc.c:(.text+0x984): undefined reference to `__aeabi_uldivmod' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests