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 388F81662EF for ; Thu, 24 Oct 2024 05:20:27 +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=1729747228; cv=none; b=Mv0R48zZ7tx4VPlbU8gqjKXHAfzAKZwNGiTnQxk6oUWyRNIaaz8BDNWzksV0t3alnbjpPO+3xi+Vcl5TvoUBWHROQLgfRHMh2+l/TKcb90lodaZCi9IcMDvMI7IWtxRKJjQk3Ofy9LA3rgSdmq4cklTwiLITlbgNrChNatpny6E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729747228; c=relaxed/simple; bh=UKfl93WQYomc1Pa8Muacf9+1rnGvw/1uVzD73ZaFDCQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=g75+O5EY3tTzm45tMiL9EXNJRkNkKZXlOmWu7HMlK+UhKN60Zp4jMWmLwunSo9/tC3XQ6aN9AqKA/IRdgf2W8ILWhj11WvE6bv8IjAXKUatDux72a24mTVAzGZI7TqZD7CLX9qnaHi+OKhLD8DgU0bfKZMnCMXXDB6ppTNIoKlM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rvBEFlWv; 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="rvBEFlWv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABB13C4CEC7; Thu, 24 Oct 2024 05:20:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1729747227; bh=UKfl93WQYomc1Pa8Muacf9+1rnGvw/1uVzD73ZaFDCQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=rvBEFlWvVWZ+0WW7tHzf4TSlSNFkxGM7CjK2H6T0Q+9pAcQ+0TIisryDTeZ4PJb+I bICDAjvcwQfcjuV0rFHrnYslqcGqXmkoKBjer1yRvGPdHf4t+TOPQQrfH14bnAmM7a E/vZKh0sYvhSU6x7NWYnmQE3cqFsjzM1cxB4sNGFQMOJ/n2PjdMQvJWhDDWfC8WH6t qpHY8239keMgVahJNuDRyLgVlx+m0gBsPB6pAAGKRw9yGaB6cAMRIuYsz4qI5eBVJ6 hqGOsJZy0U2HCIJ9CIfQmsLLINQ4dnrXE673+K2aRBDFSMzfsl93AIVqj1V63sxrjE V4jEcbAFqQN4A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 70EC33809A8A; Thu, 24 Oct 2024 05:20:35 +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 do_misc_fixups() for bpf_get_branch_snapshot() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <172974723428.1812236.6515281688627774382.git-patchwork-notify@kernel.org> Date: Thu, 24 Oct 2024 05:20:34 +0000 References: <20241023161916.2896274-1-andrii@kernel.org> In-Reply-To: <20241023161916.2896274-1-andrii@kernel.org> To: Andrii Nakryiko Cc: bpf@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, martin.lau@kernel.org, kernel-team@meta.com, shung-hsi.yu@suse.com Hello: This patch was applied to bpf/bpf.git (master) by Alexei Starovoitov : On Wed, 23 Oct 2024 09:19:16 -0700 you wrote: > We need `goto next_insn;` at the end of patching instead of `continue;`. > It currently works by accident by making verifier re-process patched > instructions. > > Reported-by: Shung-Hsi Yu > Fixes: 314a53623cd4 ("bpf: inline bpf_get_branch_snapshot() helper") > Signed-off-by: Andrii Nakryiko > > [...] Here is the summary with links: - [bpf] bpf: fix do_misc_fixups() for bpf_get_branch_snapshot() https://git.kernel.org/bpf/bpf/c/9806f283140e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html