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 8736BC00140 for ; Mon, 15 Aug 2022 16:56:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229722AbiHOQ4M (ORCPT ); Mon, 15 Aug 2022 12:56:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229676AbiHOQ4L (ORCPT ); Mon, 15 Aug 2022 12:56:11 -0400 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E2612237D4 for ; Mon, 15 Aug 2022 09:56:05 -0700 (PDT) Received: from sequoia (162-237-133-238.lightspeed.rcsntx.sbcglobal.net [162.237.133.238]) by linux.microsoft.com (Postfix) with ESMTPSA id 2F69A20DDC6D; Mon, 15 Aug 2022 09:56:05 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2F69A20DDC6D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1660582565; bh=pYQ6MfbApT5ankcDy1fBJYfwlUIjORtVML28ju/Uv2A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aeRLWiN3f/QZYXG4ZnGf3eFK+VSctNoxwTV6VbptW+UHlXYehfrwed5hbFFiuHChe WWIv2y83SCRtpQBnIWMZd8uG47FC55GnmH6gvAuHA4dAKzDp8+xKcjUhybssVNIWeQ vw7JCyJ8XqZRllF11ps3KG5+xVoJs/GcEuBzColM= Date: Mon, 15 Aug 2022 11:55:50 -0500 From: Tyler Hicks To: asmadeus@codewreck.org Cc: gregkh@linuxfoundation.org, linux_oss@crudebyte.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] net/9p: Initialize the iounit field during fid creation" failed to apply to 5.10-stable tree Message-ID: <20220815165550.GA39334@sequoia> References: <1660564171201106@kroah.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 2022-08-15 21:51:22, asmadeus@codewreck.org wrote: > gregkh@linuxfoundation.org wrote on Mon, Aug 15, 2022 at 01:49:31PM +0200: > > The patch below does not apply to the 5.10-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > I guess it'd make sense, Tyler do you want to do it or shall I? I'll take care of it today. > Probably almost trivial with just context around the zero > initializations you removed that changed a bit. Yep, that's correct. Tyler > > -- > Dominique >