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 60D69C77B77 for ; Sat, 15 Apr 2023 18:25:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229940AbjDOSZV convert rfc822-to-8bit (ORCPT ); Sat, 15 Apr 2023 14:25:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229853AbjDOSZT (ORCPT ); Sat, 15 Apr 2023 14:25:19 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 028521FF7 for ; Sat, 15 Apr 2023 11:25:18 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id A872F61989EA; Sat, 15 Apr 2023 20:25:16 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id HXrk2pd79Qkr; Sat, 15 Apr 2023 20:25:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 2977B622623A; Sat, 15 Apr 2023 20:25:16 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id eyX8kgN0v4NL; Sat, 15 Apr 2023 20:25:16 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 0433D61989EA; Sat, 15 Apr 2023 20:25:16 +0200 (CEST) Date: Sat, 15 Apr 2023 20:25:15 +0200 (CEST) From: Richard Weinberger To: Daniel Golle Cc: Miquel Raynal , chengzhihao1 , Nicolas Schichan , George Kennedy , linux-kernel , linux-mtd , Sascha Hauer , yi zhang Message-ID: <779964919.69416.1681583115948.JavaMail.zimbra@nod.at> In-Reply-To: References: <20230306013308.3884777-1-chengzhihao1@huawei.com> <20230324161923.1456371-1-nschichan@freebox.fr> <2c2c2ce9-795b-4f76-cde9-db4a4066dcc1@huawei.com> <20230329175421.3bd4906e@xps-13> <53992166.434647.1680125620704.JavaMail.zimbra@nod.at> Subject: Re: [PATCH -next v3] ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: Fix failure attaching when vid_hdr offset equals to (sub)page size Thread-Index: rtoansel+CM2fzJM4ah0aJIUiE8Hxg== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Daniel Golle" > As stable linux trees are affected I wonder when this will hit > linux-stable, ie. will it be part of 5.15.108, for example? Just sent out the PR to Linus. As soon it is part of the next -rc, stable maintains can pick up the fix. Thanks, //richard