From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C7D671791EF; Fri, 21 Jun 2024 18:10:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718993433; cv=none; b=Sr1luGikhxF6psQRTKQxwpIA1vlxlHljrqB76ZzHDnZ+nRYajlLPkp4e+o7z1TRl1dnK/L0fuyxIFOgXpCRZwGPqwZRPIj5GcXTfci+40acLzchSgumODH7O1+YTIBkvWUTv41wdcIloalgmo5mOLGW+JgCJy6bHtM28TMMMwnA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718993433; c=relaxed/simple; bh=5b+UNieFQPKmUWt4+MmvkWhy62llP2muoBoOWy1lCEM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=YctsmixE6P7czGKd4Zk5gGWBGkppmXaIFW6PnkACKMpVIDqNQSaBA5/5ZgtiSJ6QUuDcMQrTJ2NUGTytmrqWWusdkrLRI9lTwuI7NjmoJb+/fVz/avOBBqJzU8ZPRA4NDq12KFxyuLJL2iADBHdzQAOACF2j6EPziDIvra3RZ3c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dtmnPw8d; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dtmnPw8d" Received: by smtp.kernel.org (Postfix) with ESMTPS id 9FE2CC2BBFC; Fri, 21 Jun 2024 18:10:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718993433; bh=5b+UNieFQPKmUWt4+MmvkWhy62llP2muoBoOWy1lCEM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=dtmnPw8dIlW0MUBsbPNUr/iJabgfw0AGZqJa/HQ1WMGxvAVELZeWvYEeTL7tNu2V/ k7UdsYaUafc8NlqJzs9qXXKkMQw7jdAUR611E7eeZMV9hKUHwO74F5dSQqMmdFxR44 pZCzXg0GwBgTYRsWAdmX4XFf9JgiCovoofRV+6V7fW88C4nf0O2dI0j/dEOkx0hwwc 4ulyaMf82V+NY9QChBwawikgwS/wry3coQT3hVZM2GVLKDHp96n+peUhscKqs0Ui9r ZgC664L/fOZjXKQIoS4opE/PTwRz7qiz0MVwDhe619go8iCfuwLuS4EXx9tVHg5/dz iOzygpM0gC8UQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 88588E7C4C5; Fri, 21 Jun 2024 18:10:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] libbpf: checking the btf_type kind when fixing variable offsets From: patchwork-bot+netdevbpf@kernel.org Message-Id: <171899343355.16505.13108622504134914457.git-patchwork-notify@kernel.org> Date: Fri, 21 Jun 2024 18:10:33 +0000 References: <20240619122355.426405-1-dolinux.peng@gmail.com> In-Reply-To: <20240619122355.426405-1-dolinux.peng@gmail.com> To: Donglin Peng Cc: alan.maguire@oracle.com, eddyz87@gmail.com, ast@kernel.org, daniel@iogearbox.net, song@kernel.org, andrii@kernel.org, haoluo@google.com, yonghong.song@linux.dev, bpf@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann : On Wed, 19 Jun 2024 05:23:55 -0700 you wrote: > I encountered an issue when building the test_progs from the repository[1]: > > $ pwd > /work/Qemu/x86_64/linux-6.10-rc2/tools/testing/selftests/bpf/ > > $ make test_progs V=1 > ... > ./tools/sbin/bpftool gen object ./ip_check_defrag.bpf.linked2.o ./ip_check_defrag.bpf.linked1.o > libbpf: failed to find symbol for variable 'bpf_dynptr_slice' in section '.ksyms' > Error: failed to link './ip_check_defrag.bpf.linked1.o': No such file or directory (2) > ... > > [...] Here is the summary with links: - [v2] libbpf: checking the btf_type kind when fixing variable offsets https://git.kernel.org/bpf/bpf-next/c/cc5083d1f388 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html