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 0E5F739185C for ; Mon, 11 May 2026 07:39:55 +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=1778485196; cv=none; b=BcRkihQ0dm768FwdrIk6QqkuWmwvv1N3WdTZCvKqeoNfKXe86OUKTmJqmNQ1OJ9+1LH0IzKdoWT24yvRXC88SW+kOE7nNivRwB4CQbNUkiRZ3LX4aGzWdvRo+7n/9qGqxvqyXMiVOxC7OqpnKRJpGqbcF3F07AnMa0AGHXvHcjI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778485196; c=relaxed/simple; bh=kpc43gJ0ocXdaXWtVMYszzKgD7eAwxaYXhut0HhNWwY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AB7qXCudeCh1JHyVSnX+49e7tolb9YNw6Ytp5NW9iqPX5bIU6ItFdHoqI1ZKStM42b/0hVfqimFLyiLCO8ugarEhudlzg/VQKlfybIONkvb6SfKORQBJ5Hqum6Hs49O5nGucf5OUY55AEQXwMEZJSQpgCmdjSAUzZ0vWMd2sDSA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=YAHZzvkF; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="YAHZzvkF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3A67AC2BCB0; Mon, 11 May 2026 07:39:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778485195; bh=kpc43gJ0ocXdaXWtVMYszzKgD7eAwxaYXhut0HhNWwY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YAHZzvkFZxY/iDZFATFrqHd/NwHDZ8eBsxQpApzBPzuUaCs4P8GwHSRDSIAyRxqXA g3m0PkqZtPZnGIYZeE8GHrGmeJDzi71nvjCv3szNvRxZYjnaBP89kpV1fx4y9y1AAe pVqcTxr5qVia1TAyoMMVJ3gWfrXkEwH7sc4jiH6k= Date: Mon, 11 May 2026 09:39:53 +0200 From: Greg KH To: Wentao Guan Cc: dhowells@redhat.com, imv4bel@gmail.com, jiayuan.chen@linux.dev, stable@vger.kernel.org, torvalds@linux-foundation.org Subject: Re: Re: [PATCH 1/2] rxrpc: Fix conn-level packet handling to unshare RESPONSE packets Message-ID: <2026051132-equity-umbrella-a786@gregkh> References: <2026051119-family-spiritual-5b2c@gregkh> <20260511073351.55658-1-guanwentao@uniontech.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260511073351.55658-1-guanwentao@uniontech.com> On Mon, May 11, 2026 at 03:33:51PM +0800, Wentao Guan wrote: > Sorry, it is for 6.12. What is? > But miss fixes in https://lore.kernel.org/stable/20260508083142.1752208-1-guanwentao@uniontech.com/, > will cause build failed with no rxrpc_skb_put_response_copy, > which introduced in 1f2740150f904bfa60e4bad74d65add3ccb5e7f8. I am sorry, but I do not understand what you are asking for here. confused, greg k-h