From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-189.mta1.migadu.com (out-189.mta1.migadu.com [95.215.58.189]) (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 801431419A9 for ; Sat, 4 Oct 2025 03:19:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.189 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759547980; cv=none; b=bZEfeuBt/YzlrytLU5MNEIwEiOjo0Q2j+UIo3vBU2JRJuP1SjNrVOkdwm3it3rF6/47fa3qPP5vn+hzHnETX5IcStBLl70WME3f6c/lzKDAknTg1ZUiNDflJ8nGjafDm1qTKX5dxKZJ13CSXOBYkMgzGo7Cv0OBoS/np+rcVnqU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759547980; c=relaxed/simple; bh=lcA3ei/1g1NUuiXoe+MFQ5C0lbbnCbV0iTNJIOEUjvE=; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:References: In-Reply-To:Content-Type; b=CR4VdRRTQZyNi5UcrPaSYDVXtoF4B6Mt5dmpVC5SBIp2P2YB/FEUnzU/upL32oeOV0/fVDbhi63CJuK+0YDgusb4+Bs9PjEC433rwXN6fzJp/U50z7KvPD2zrfsQSI2y17siVwzt5KPcn/tIGMv7i6I8z1C2aiTjFu8APieb3as= 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=PsA3FS3c; arc=none smtp.client-ip=95.215.58.189 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="PsA3FS3c" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1759547965; 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=jHdcb3Anj/Cb6FBjokLh/jDD4Onb5Um4LvaFZMJsSPU=; b=PsA3FS3cwr3vZdNo9yDQIxPqw3dYCWv/KfXwvM26U6OfENbdLCjGJUFx/2+ahYSomEXTZS 9UloR5fCPULk0Crzy0Qz+L1814Dvu68bEEjFkvcmGlLg4m9xTE+GTyevB7DUWLKTkyGiGG glKLer6f8wwNptIo5NKuwwQFVijpvqA= Date: Fri, 3 Oct 2025 20:19:17 -0700 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH bpf] selftests/bpf: fix implicit-function-declaration errors X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Ihor Solodrai To: Eduard Zingerman , "Matthieu Baerts (NGI0)" , alan.maguire@oracle.com Cc: bpf@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev, Andrii Nakryiko , Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Shuah Khan , Nathan Chancellor , Nick Desaulniers , Bill Wendling , Justin Stitt References: <20251003-bpf-sft-fix-build-err-6-18-v1-1-2a71170861ef@kernel.org> <43eebdf1-5ea9-4991-88c3-f0780d7c42c6@linux.dev> Content-Language: en-US In-Reply-To: <43eebdf1-5ea9-4991-88c3-f0780d7c42c6@linux.dev> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 10/3/25 8:08 PM, Ihor Solodrai wrote: > > > On 10/3/25 4:37 PM, Eduard Zingerman wrote: >> On Fri, 2025-10-03 at 17:24 +0200, Matthieu Baerts (NGI0) wrote: >> [...] >> >> Alan, Ihor, does this sound familiar? > > This is most likely the issue addressed in this patch: > https://lore.kernel.org/dwarves/f7553b3f-5827-4f50-81a9-9bd0802734b9@linux.dev/ > > There wasn't a new pahole release with it yet. Not the best link, sorry. That patch wasn't picked up by lore, only discussion remains. Here is the commit pushed to pahole/next: https://git.kernel.org/pub/scm/devel/pahole/pahole.git/commit/?h=next&id=09c1e9c924da02dc02bba0a3e59490e64449df96