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 F3220EB64DD for ; Wed, 9 Aug 2023 06:01:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230313AbjHIGB6 (ORCPT ); Wed, 9 Aug 2023 02:01:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230250AbjHIGB4 (ORCPT ); Wed, 9 Aug 2023 02:01:56 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79B211BFA; Tue, 8 Aug 2023 23:01:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691560915; x=1723096915; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=62vBEsNLqi1Mjl+DIxfpijOYd5i+/By8huTMmJzzxY0=; b=FloBIzyXntx/8nTSs9MwLfFm9+YKtYYoUjHF34/1Hq4K+gbQGuq5zq7z Vmbn+UNT/Ik4K09sk5j0dhAjAc2WKzAIikkwdxeJsSmDKdp84VN8tX0ug 9w5O36jbo1Fm8rFeS7RG4BgpEeRuBugppw2hPSg+9+Cc2Xo8k1EzxmHCz wWqHpyx+kPouPFCbAwLzlnojyfC8rwiOQV+l9eQ94WBQ110vFQRyxQqHP Al2KFHywR4QShyVuHmbxGtne7J5kJJb+k/x5LslC937XrdYTZBWE30mDT 0jkX+xdBLRIqwTx6/w8ek0pPuF/L2Fvmc/0yYz+aRulDmB21BTk/kFe0/ Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="355996472" X-IronPort-AV: E=Sophos;i="6.01,158,1684825200"; d="scan'208";a="355996472" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2023 23:01:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="761224544" X-IronPort-AV: E=Sophos;i="6.01,158,1684825200"; d="scan'208";a="761224544" Received: from lkp-server01.sh.intel.com (HELO d1ccc7e87e8f) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 08 Aug 2023 23:01:23 -0700 Received: from kbuild by d1ccc7e87e8f with local (Exim 4.96) (envelope-from ) id 1qTcG2-0005qi-2y; Wed, 09 Aug 2023 06:01:22 +0000 Date: Wed, 9 Aug 2023 14:01:20 +0800 From: kernel test robot To: Breno Leitao , sdf@google.com, axboe@kernel.dk, asml.silence@gmail.com, willemdebruijn.kernel@gmail.com Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, bpf@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, io-uring@vger.kernel.org, kuba@kernel.org, pabeni@redhat.com Subject: Re: [PATCH v2 3/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT Message-ID: <202308091352.OnDIGFfN-lkp@intel.com> References: <20230808134049.1407498-4-leitao@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230808134049.1407498-4-leitao@debian.org> Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org Hi Breno, kernel test robot noticed the following build errors: [auto build test ERROR on next-20230808] [cannot apply to bpf-next/master bpf/master net/main net-next/main linus/master horms-ipvs/master v6.5-rc5 v6.5-rc4 v6.5-rc3 v6.5-rc5] [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/Breno-Leitao/net-expose-sock_use_custom_sol_socket/20230809-011901 base: next-20230808 patch link: https://lore.kernel.org/r/20230808134049.1407498-4-leitao%40debian.org patch subject: [PATCH v2 3/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT config: hexagon-randconfig-r041-20230808 (https://download.01.org/0day-ci/archive/20230809/202308091352.OnDIGFfN-lkp@intel.com/config) compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a) reproduce: (https://download.01.org/0day-ci/archive/20230809/202308091352.OnDIGFfN-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/202308091352.OnDIGFfN-lkp@intel.com/ All errors (new ones prefixed by >>): >> ld.lld: error: undefined symbol: sock_setsockopt >>> referenced by uring_cmd.c >>> io_uring/uring_cmd.o:(io_uring_cmd_sock) in archive vmlinux.a >>> referenced by uring_cmd.c >>> io_uring/uring_cmd.o:(io_uring_cmd_sock) in archive vmlinux.a -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki