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 F1F67C61DA4 for ; Thu, 23 Feb 2023 20:10:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229721AbjBWUKC (ORCPT ); Thu, 23 Feb 2023 15:10:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229720AbjBWUJw (ORCPT ); Thu, 23 Feb 2023 15:09:52 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EFEC422A2F; Thu, 23 Feb 2023 12:09:51 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 9D8A0B81A28; Thu, 23 Feb 2023 20:09:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE134C433EF; Thu, 23 Feb 2023 20:09:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677182989; bh=KkADALq5qHseVqqPJbVihCYQadkkp5GgQXqyCwnGW7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AfVAfyjyBdc1pUCLiGLx7Zq8E9RaNvRIpVhswIVn0+6ElT71oMUEiD4IG5PMNCIjw anLRl1h9HP0cgUu3kDsZsGf9/5F3kxeKuaw8B8iEZC6V+wB+Vg4fmuPoRKj46CiYxJ Lv5FiBLAjQXFNXlhUsv5l26x03YmGbhs8ykydpqE= Date: Thu, 23 Feb 2023 21:09:46 +0100 From: Greg KH To: Edward Liaw Cc: stable@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , "David S. Miller" , bpf@vger.kernel.org, kernel-team , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, John Fastabend , Thadeu Lima de Souza Cascardo Subject: Re: [PATCH 4.14 v2 1/4] bpf: Do not use ax register in interpreter on div/mod Message-ID: References: <20230222192925.1778183-1-edliaw@google.com> <20230222192925.1778183-2-edliaw@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Feb 23, 2023 at 10:46:50AM -0800, Edward Liaw wrote: > > What is the git commit id in Linus's tree of this commit? > > Hi Greg, > It is a partial revert of 144cd91c4c2bced6eb8a7e25e590f6618a11e854. Please document that in the changelog text very very well when you resend this. thanks, greg k-h