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 EC50119E5B for ; Thu, 18 May 2023 17:03:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D3E1C4339B; Thu, 18 May 2023 17:03:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684429382; bh=VCCeLI373vWJ8f/V7BOKXbKqCsAysHhGwbaiZFbiJmk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EueXkezxKj8nsJY6EorpUBrXyGljC2oM1QZ+ceid8fG1IVIYkpXDLZkMjfRN5QDB2 Z150nRe+/hVcuOORPtXaJpq4vHrFh8+lRXxhG/NhNmUcALYlk8/5i6PNh4+43oSnVT 4LI0+bZ40SX2fM6qVvrG0jDp5dQs+XT/WTGa2QkUUaLUvwBpF5wuoZ9PSErDbJN6cc JizqUfJeuDqzlpg2rmHRyHJcq256RFrmrFcK1qdYxA3QbC0y+2vZZzwQ7TNEfbXvgs oMjAOzZmPeCxnng3UUPTAvmK0inbvh5x+G0+ctVTPM+n0HmhH10s8Y0aZynM8QFKsz mpq6yWqZTxQhg== Date: Thu, 18 May 2023 13:03:01 -0400 From: Sasha Levin To: Jiaxun Yang Cc: linux-kernel@vger.kernel.org, "stable@vger.kernel.org" , Daniel Borkmann , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , Johan Almbladh , Thomas Bogendoerfer , Alexei Starovoitov , Andrii Nakryiko , "paulburton@kernel.org" , "linux-mips@vger.kernel.org" , bpf@vger.kernel.org Subject: Re: [PATCH AUTOSEL 6.3 08/59] bpf, mips: Implement DADDI workarounds for JIT Message-ID: References: <20230504194142.3805425-1-sashal@kernel.org> <20230504194142.3805425-8-sashal@kernel.org> <50FCC591-D86A-46A3-AF4A-DD68D2FACC78@flygoat.com> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <50FCC591-D86A-46A3-AF4A-DD68D2FACC78@flygoat.com> On Fri, May 05, 2023 at 01:04:14PM +0100, Jiaxun Yang wrote: > > >> 2023年5月4日 20:40,Sasha Levin 写道: >> >> From: Jiaxun Yang >> >> [ Upstream commit bbefef2f07080cd502a93cb1c529e1c8a6c4ac8e ] >> >> For DADDI errata we just workaround by disable immediate operation >> for BPF_ADD / BPF_SUB to avoid generation of DADDIU. >> >> All other use cases in JIT won't cause overflow thus they are all safe. >> >> Signed-off-by: Jiaxun Yang >> Signed-off-by: Daniel Borkmann >> Reviewed-by: Philippe Mathieu-Daudé >> Acked-by: Johan Almbladh >> Link: https://lore.kernel.org/bpf/20230228113305.83751-2-jiaxun.yang@flygoat.com >> Signed-off-by: Sasha Levin > >Hi Sasha, > >I think this patch should count as a functional improvement instead of regression fix. > >Please drop it from stable queue. Dropped, thanks! -- Thanks, Sasha