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_PASS, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gnuweeb.org (Postfix) with ESMTPS id 95200832B6 for ; Fri, 10 Mar 2023 00:25:46 +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=MIAuJhAa; 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=1678407946; x=1709943946; h=date:from:to:cc:subject:message-id:mime-version; bh=QzXoO3BQZutFN9U9HIvmC02QF+kBA0Ol3geLV6CDoec=; b=MIAuJhAa0ulNuUi4jV2OL8z3EZPFimcl9ouWTAHJwFuP2VDzz4WmRvXu NXNVxfrmxhDM8qxzDkWu22AIaRcIIYRB7+WAb2z5U1fSazUwkoevQk6du kAdY/DLRv/6RaKvdbODnVBHRablhvuOVNDu/ChdiGqNJorFO+7rMB31uX rktZTuNjOlNPqf44i1tG30rcQQFZuAV2gLYGwJcvbDx5adPXlp33bWb83 4pGxd1ok7XDqXzVrnYxIM1VZqYP6UO+SPOpStpfR6rTbcaowVfddTSjpf ndLxoe+IzfDkR8DUgjiKESLRXXrxwkJgQ7FgRH5faPYMgar/3AKfXshpZ A==; X-IronPort-AV: E=McAfee;i="6500,9779,10644"; a="316263065" X-IronPort-AV: E=Sophos;i="5.98,248,1673942400"; d="scan'208";a="316263065" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2023 16:25:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10644"; a="787805569" X-IronPort-AV: E=Sophos;i="5.98,248,1673942400"; d="scan'208";a="787805569" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 09 Mar 2023 16:25:44 -0800 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1paQZr-0003JT-0n; Fri, 10 Mar 2023 00:25:43 +0000 Date: Fri, 10 Mar 2023 08:24:51 +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 `__udivdi3' Message-ID: <202303100835.9UwdSFfJ-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: 9591ea7f0c71852cb0d31a1b30afcbe04e81f44e commit: d12a3174c5d0a6a0f498d6ba2abf6caee3844082 [11/16] Convert nsec to usec in encoder buffer timestamps config: i386-allyesconfig (https://download.01.org/0day-ci/archive/20230310/202303100835.9UwdSFfJ-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-8) 11.3.0 reproduce (this is a W=1 build): # 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 make W=1 O=build_dir ARCH=i386 olddefconfig make W=1 O=build_dir ARCH=i386 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/202303100835.9UwdSFfJ-lkp@intel.com/ All errors (new ones prefixed by >>): ld: drivers/media/virtio/virtio_video_enc.o: in function `virtio_video_enc_buf_queue': >> virtio_video_enc.c:(.text+0x32f): undefined reference to `__udivdi3' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests