From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-186.mta1.migadu.com (out-186.mta1.migadu.com [95.215.58.186]) (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 B84C412B93 for ; Fri, 5 Dec 2025 22:51:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.186 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764975105; cv=none; b=TdccmnxXWuAchdCYj9NNXRf31FWb+3fje3CCLZje57q9qmOt3AhU3nwZ5gGg3SwC7UKWwQHOj4ZwK8KxKqPAAbAu5O6AT9et8TX6evk2qup+o50OUTUDDd+5tonJ/rzHXXJxNxPm2lFuVpqohmQGqh0IkAw46nCJP+959l+aulc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764975105; c=relaxed/simple; bh=bogPixABuqptl6LcMZBzb7XcpAgwS3tuA0OLvJ14U2o=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=TMNFf11nuD3ECZA45uc2pPS8IonByclhZGvGekDC3VQk9hLch9eMinfLmJ22Fsqf1NKC8ER4FXQ51m+97o9JHAS/B0DhwtTbKube03EaGgEl+rj0s86ctH1Hkx/AUaclANKKPn6xf4rm8nAucEqJQlWgi2tBHjKE298Xl3ppb4s= 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=pwya64GC; arc=none smtp.client-ip=95.215.58.186 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="pwya64GC" Message-ID: <45232d20-22f0-47e2-aada-8aaaa6106af0@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1764975100; 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=WDsi6/cNsOPA/JWg8W56XHZWB/60SWOyGJbGe2MMBgQ=; b=pwya64GCTz/Qp1hLswXioOTXj8hxSsTAEdTPfifmvj8GQg8rYv+VfWpD/GLv5fc9SK7XDi XqFB+68M3SK0Zm0Yq7OrjUj35xfr//N5K7joXqj/JbR/TwQSMQ95TOX0Ju5MHLsfNAYO8q DBDqn2rja+nl/zRfKQhxqd8n5G0i0B4= Date: Fri, 5 Dec 2025 14:51:22 -0800 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH bpf-next v3 4/6] lib/Kconfig.debug: Set the minimum required pahole version to v1.22 To: bot+bpf-ci@kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, martin.lau@linux.dev, eddyz87@gmail.com, song@kernel.org, yonghong.song@linux.dev, john.fastabend@gmail.com, kpsingh@kernel.org, sdf@fomichev.me, haoluo@google.com, jolsa@kernel.org, akpm@linux-foundation.org, nathan@kernel.org, nsc@kernel.org, tj@kernel.org, void@manifault.com, arighi@nvidia.com, changwoo@igalia.com, shuah@kernel.org, nick.desaulniers+lkml@gmail.com, morbo@google.com, justinstitt@google.com, alan.maguire@oracle.com, dolinux.peng@gmail.com Cc: bpf@vger.kernel.org, dwarves@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, martin.lau@kernel.org, clm@meta.com References: <20251205223046.4155870-5-ihor.solodrai@linux.dev> <2475b1c6ce4e9249129ca007de68b80cc4d32a0949e391a2de4467bf599f25f7@mail.kernel.org> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Ihor Solodrai In-Reply-To: <2475b1c6ce4e9249129ca007de68b80cc4d32a0949e391a2de4467bf599f25f7@mail.kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 12/5/25 2:49 PM, bot+bpf-ci@kernel.org wrote: >> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug >> index 742b23ef0d8b..3abf3ae554b6 100644 >> --- a/lib/Kconfig.debug >> +++ b/lib/Kconfig.debug > > [ ... ] > >> -config PAHOLE_HAS_SPLIT_BTF >> - def_bool PAHOLE_VERSION >= 119 > > The PAHOLE_HAS_SPLIT_BTF config option was removed here. > > [ ... ] > >> diff --git a/tools/sched_ext/README.md b/tools/sched_ext/README.md >> index 16a42e4060f6..56a9d1557ac4 100644 >> --- a/tools/sched_ext/README.md >> +++ b/tools/sched_ext/README.md >> @@ -65,7 +65,6 @@ It's also recommended that you also include the following Kconfig options: >> ``` >> CONFIG_BPF_JIT_ALWAYS_ON=y >> CONFIG_BPF_JIT_DEFAULT_ON=y >> -CONFIG_PAHOLE_HAS_SPLIT_BTF=y >> CONFIG_PAHOLE_HAS_BTF_TAG=y >> ``` > > The PAHOLE_HAS_SPLIT_BTF reference was removed from > tools/sched_ext/README.md, but Documentation/scheduler/sched-ext.rst > still contains this config option at line 46. Should that documentation > file also be updated to remove this obsolete config option? Yes. I thought I removed it, but the change got lost in translation. > > > --- > AI reviewed your patch. Please fix the bug or email reply why it's not a bug. > See: https://github.com/kernel-patches/vmtest/blob/master/ci/claude/README.md > > CI run summary: https://github.com/kernel-patches/bpf/actions/runs/19978081551