From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9123C77B7A for ; Thu, 18 May 2023 17:03:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229652AbjERRDH (ORCPT ); Thu, 18 May 2023 13:03:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229684AbjERRDE (ORCPT ); Thu, 18 May 2023 13:03:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE1CB10DF; Thu, 18 May 2023 10:03:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 534BA61A1D; Thu, 18 May 2023 17:03:03 +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> 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> Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org 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