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 3DB37C00528 for ; Fri, 4 Aug 2023 10:33:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231289AbjHDKd3 (ORCPT ); Fri, 4 Aug 2023 06:33:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231233AbjHDKd2 (ORCPT ); Fri, 4 Aug 2023 06:33:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7750B46B2 for ; Fri, 4 Aug 2023 03:33:27 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1267661F94 for ; Fri, 4 Aug 2023 10:33:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 168D3C433C8; Fri, 4 Aug 2023 10:33:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691145206; bh=hEpFQsbpzYsPCEazCB0sx7VnbIpvxMzrH1Aktt4sqa4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zKvl0wVeRABZEYI4U7qg3jJNHzCoZZ7hJ70FlB3UTCOyXMG04iS+7bozVvSxsm194 6nkvdkNKiM5zl0v89GiJXBFXFifMuO8jL/ZUXJMTDCzcm1ONPpxweCnlHk5ZJTYVPD q5olbi7Z8K+DOvTlq24KRM7k1qw5zwZDMCZoJq34= Date: Fri, 4 Aug 2023 12:33:23 +0200 From: Greg KH To: Pu Lehui Cc: stable@vger.kernel.org, Eduard Zingerman , Luiz Capitulino , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Pu Lehui Subject: Re: [PATCH 5.10 1/6] bpf: allow precision tracking for programs with subprogs Message-ID: <2023080425-decline-chitchat-2075@gregkh> References: <20230801143700.1012887-1-pulehui@huaweicloud.com> <20230801143700.1012887-2-pulehui@huaweicloud.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230801143700.1012887-2-pulehui@huaweicloud.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 01, 2023 at 10:36:55PM +0800, Pu Lehui wrote: > From: Andrii Nakryiko > > [ Upstream commit be2ef8161572ec1973124ebc50f56dafc2925e07 ] For obvious reasons, I can't take this series only for 5.10 and not for 5.15, otherwise you would update your kernel and have a regression. So please, create a 5.15.y series also, and resend both of these, and then we will be glad to apply them. For this series, I've dropped them from my review queue now. thanks, greg k-h