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 DF12B28A1C5; Wed, 21 May 2025 20:22: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=1747858941; cv=none; b=mGgCPPAbgau3JMCXfzdM6HdlpWcM+ULb0jSk6OXrNd+IjjG2E7lkZyobC63kxpRtfMJSILsD+D74iicdnTRjYLz8c99wBBiczUve7a4bD2TvSIk0eBfxMuodmQIONAE5FAhA/OJKFL9d/xO/m6QxcSfNp+/hxozeH6l0EVTt924= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747858941; c=relaxed/simple; bh=tsdI9CwQatpCL3BcPkeJNkdunmx7uLx4pQWRvggtIoI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=LMDwir+CVQNsXHHnI29fpen41s+a0sg5xYwpjNd8WkXCW4U9jChYwBEsZZXazBTpNdr0/+lLlJsN4L7nvAQ3qOCqucgPQZmanU3r6fwccTxhitfVIcOILd4G/6FPs9DydH340bPkIIflp2y49GxgVVHacF5Suz++l1SyVSxDbRA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UeE79+8u; 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="UeE79+8u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 207B5C4CEEA; Wed, 21 May 2025 20:22:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747858940; bh=tsdI9CwQatpCL3BcPkeJNkdunmx7uLx4pQWRvggtIoI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=UeE79+8uCJNzmAjV9GRBgVnB1PfeQCoamEhuYgG6Zr+DIQTd4j6LD5MVilJwZn0KR nSrhFc3iF1oPws/eQT7gjE0mD7OOWeA+DsFjQf8Imve798jFVii/v2qw3qRwl9yRW5 wunsD2NbOAJzTxI29swnm9Kk1e/PKunIpzfGcTt75QvQ1LIOXQeN4nXFD+nRIf0vu5 iCVVtlTi9Oyc7ztft4wBiAyhTxO/0scs4kfqmx8t2okrVUZIwVHVQqX8IILLC97O1t gU4oLbb+Q0T9LLAC8G328HJt8L+Es6vtvBGnLr6Wt66P9ocfWWH8+98EY+rSUZrBNV psLZqi75aExjg== From: Puranjay Mohan To: Eduard Zingerman , Alexei Starovoitov Cc: Peilin Ye , Alexei Starovoitov , Daniel Borkmann , John Fastabend , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , KP Singh , "Stanislav Fomichev" , Hao Luo , Jiri Olsa , bpf , LKML Subject: Re: [PATCH bpf] bpf: verifier: support BPF_LOAD_ACQ in insn_def_regno() In-Reply-To: References: <20250521183911.21781-1-puranjay@kernel.org> <80ef5e2e-c2d9-45b7-9a48-f8c1a4767eae@gmail.com> Date: Wed, 21 May 2025 20:22:16 +0000 Message-ID: Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Eduard Zingerman writes: > Alexei Starovoitov writes: > > [...] > >> I suspect it was already fixed by commit >> fce7bd8e385a ("bpf/verifier: Handle BPF_LOAD_ACQ instructions in >> insn_def_regno()") > > I see, series [1] is not a part of the tag [2] tested by syzbot, thank you. > > [1] "bpf, riscv64: Support load-acquire and store-release instructions" > https://lore.kernel.org/all/cover.1746588351.git.yepeilin@google.com/ > [2] 172a9d94339c ("Merge tag '6.15-rc6-smb3-client-fixes'") Yes, sorry for missing this. The fix is in bpf-next but syzkaller was testing mainline. Thanks, Puranjay