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 6CF487FBC8 for ; Fri, 31 May 2024 22:01:20 +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=1717192880; cv=none; b=itUYLVP5kqK3Fm3c15hBjLAmbsnv4AjRirLosDh6rs4kqIBX7WlqmpI+2wudRZ/I42bJU+HfnzOaywzJmLX7HcgEK2974hk+DSWG2z+jZnHpR7ZYCuAC/+KI1REScgKpdvyNXkaI3akHveqKJ3DwsAd/u3tNfQA8/taOVI/RPOw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717192880; c=relaxed/simple; bh=PuFu3270iN29C5bnZFslnrAbVkZrQ7dnyEF/ws9ckNE=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=TLU/xqA4W5KFEeTiingtfIvTeP8IYV02qZWAfpvyY/dR2V6W4CV6gHOfeScVRTVGl9yQI018c6hL6ssmD5AawccFSdTT9YVl3qAqetvefJ01Hx6DLCWfILOMyhfJ6HrNq6sNRHt66sRnfaye5UkRwX+g5QumtvWYjFSZL3xpLnw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dKO+59dW; 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="dKO+59dW" Received: by smtp.kernel.org (Postfix) with ESMTPS id 0283FC4AF08; Fri, 31 May 2024 22:01:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717192880; bh=PuFu3270iN29C5bnZFslnrAbVkZrQ7dnyEF/ws9ckNE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=dKO+59dWJyEwwHokEGmI4p+PyQLHGhK7QAIiXYdl5BwKGkxtXhUDlR7U2scxzQlvC C5PXJozDQiQk/FQrmBr6XfDoyKUEOAHyyQ7nPmhcw5CKPXih2mz5hfkd+6hazgNGH4 SEfvxpXQOBf92gVsX3FW6foeX50LMp7IHFmIpUi22Rbdhi15SfNvJRmn726hb5xfJt uLbahkrM1/v/eEQDa2ruvuDOEWFxQNxfdQGXzv7srF2luwrR+NBwNOeZYL9oE/kkhB RpDV5grM09gza9AtFhy/eiLAuq72tQzUiX2+ucxEWjyzDZouDQplaYW+yPm9/LzxY4 30jlwdv4b4Ifw== 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 D0BD8DEA714; Fri, 31 May 2024 22:01:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf] bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set list From: patchwork-bot+netdevbpf@kernel.org Message-Id: <171719287984.16477.9732800707745773298.git-patchwork-notify@kernel.org> Date: Fri, 31 May 2024 22:01:19 +0000 References: <20240531194500.2967187-1-jolsa@kernel.org> In-Reply-To: <20240531194500.2967187-1-jolsa@kernel.org> To: Jiri Olsa Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, bigeasy@linutronix.de, bpf@vger.kernel.org, kafai@fb.com, songliubraving@fb.com, yhs@fb.com, john.fastabend@gmail.com, kpsingh@chromium.org, sdf@google.com, haoluo@google.com Hello: This patch was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Fri, 31 May 2024 21:45:00 +0200 you wrote: > The bpf_session_cookie is unavailable for !CONFIG_FPROBE as reported > by Sebastian [1]. > > To fix that we remove CONFIG_FPROBE ifdef for session kfuncs, which > is fine, because there's filter for session programs. > > Then based on bpf_trace.o dependency: > obj-$(CONFIG_BPF_EVENTS) += bpf_trace.o > > [...] Here is the summary with links: - [bpf] bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set list https://git.kernel.org/bpf/bpf/c/aeb8fe0283d4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html