From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-170.mta0.migadu.com (out-170.mta0.migadu.com [91.218.175.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 857CA27EC9A for ; Mon, 14 Apr 2025 12:29:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.170 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744633784; cv=none; b=XyPSzh2/6aAIGYdrSBhHnXbdXrltERxsahJ/2qZdxkHmn2K4E8cF4DGTjM1Xpdzrk71zoN9BLl3j+Ul38Q+QcExA2z6gT00rv3DUZEyTMux9vtuOFkGwYK1x6iaDmiKY3HIYwMJ54FQAcqxQmczlA6Ib3oA48SyIUIwSLkPpW0Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744633784; c=relaxed/simple; bh=OiYVXkZSfdT6nhBT2tfGSCxBMvJ7xMsZXCDnusianr4=; h=MIME-Version:Date:Content-Type:From:Message-ID:Subject:To:Cc: In-Reply-To:References; b=Hl+gRloEbhTQIb9LdF5RB4krrT1Rn4We64mz87ibQtkKEmnif1myngaZlBc44NgKuku2Wp8y7MPDwI9hMm27BZ2Q3iWt1QyUW6pxh5mein/4Vl8ldPbCODU5qZNDAfKUW7sCUrzwqksho7ScXWTcgf+2FA0gDuTA9Q8QaxrfINs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=vE5ERu/Z; arc=none smtp.client-ip=91.218.175.170 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="vE5ERu/Z" Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1744633777; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vvai2S/0OVjs1P8gmT3IZRMvxpZzuZvGIu5Rcie6gGc=; b=vE5ERu/ZrIA7g80vZ+sKYzWIFlzlKhHC5X2/X03m8g+9hGUeAkU4HoJoUh0f2+fkukd86g TZPGQdhxxuiZHyln89OnTXjvO/qGheV4XMeHVq9d5m5ccxtfX6juhcuhXcmvO9aygjXhDK HICqXuHd3K+1tSwdHhnZLJhvscPtKoM= Date: Mon, 14 Apr 2025 12:29:35 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Jiayuan Chen" Message-ID: TLS-Required: No Subject: Re: [PATCH bpf-next v2] bpf, sockmap: Introduce tracing capability for sockmap To: "kernel test robot" , bpf@vger.kernel.org Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, mrpre@163.com, "Jakub Sitnicki" , "Cong Wang" , "Steven Rostedt" , "Alexei Starovoitov" , "Daniel Borkmann" , "John Fastabend" , "Andrii Nakryiko" , "Martin KaFai Lau" , "Eduard Zingerman" , "Song Liu" , "Yonghong Song" , "KP Singh" , "Stanislav Fomichev" , "Hao Luo" , "Jiri Olsa" , "Masami Hiramatsu" , "Mathieu Desnoyers" , "Eric Dumazet" , "Jakub Kicinski" , "Paolo Abeni" , "Simon Horman" , "Jesper Dangaard Brouer" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-trace-kernel@vger.kernel.org In-Reply-To: <202504141925.PFNOfZzb-lkp@intel.com> References: <20250411091634.336371-1-jiayuan.chen@linux.dev> <202504141925.PFNOfZzb-lkp@intel.com> X-Migadu-Flow: FLOW_OUT 2025/4/14 19:54, "kernel test robot" wrote: >=20 >=20Hi Jiayuan, >=20 >=20kernel test robot noticed the following build errors: >=20 >=20[auto build test ERROR on bpf-next/master] >=20 >=20url: https://github.com/intel-lab-lkp/linux/commits/Jiayuan-Chen/bpf-= sockmap-Introduce-tracing-capability-for-sockmap/20250414-093146 > base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git = master > patch link: https://lore.kernel.org/r/20250411091634.336371-1-jiayuan.c= hen%40linux.dev > patch subject: [PATCH bpf-next v2] bpf, sockmap: Introduce tracing capa= bility for sockmap > config: arm64-randconfig-001-20250414 (https://download.01.org/0day-ci/= archive/20250414/202504141925.PFNOfZzb-lkp@intel.com/config) >=20 >=20compiler: clang version 21.0.0git (https://github.com/llvm/llvm-proje= ct f819f46284f2a79790038e1f6649172789734ae8) >=20 >=20reproduce (this is a W=3D1 build): (https://download.01.org/0day-ci/a= rchive/20250414/202504141925.PFNOfZzb-lkp@intel.com/reproduce) > If you fix the issue in a separate patch/commit (i.e. not just a new ve= rsion of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot > | Closes: https://lore.kernel.org/oe-kbuild-all/202504141925.PFNOfZzb-l= kp@intel.com/ > All errors (new ones prefixed by >>): >=20 >=20>=20 >=20> >=20 >=20> > ld.lld: error: undefined symbol: sock_i_ino > > > > >=20 >=20 >>> referenced by sockmap.h:70 (include/trace/events/sockmap.h:70) > >>> kernel/bpf/core.o:(trace_event_raw_event_sockmap_redirect) in arch= ive vmlinux.a > >>> referenced by sockmap.h:121 (include/trace/events/sockmap.h:121) > >>> kernel/bpf/core.o:(trace_event_raw_event_sockmap_strparser) in arc= hive vmlinux.a I see, CONFIG_NET is not set...