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 27A7EC77B70 for ; Sat, 15 Apr 2023 18:35:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229539AbjDOSfP (ORCPT ); Sat, 15 Apr 2023 14:35:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229535AbjDOSfO (ORCPT ); Sat, 15 Apr 2023 14:35:14 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AFBB52134 for ; Sat, 15 Apr 2023 11:35:13 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 3AE5260A52 for ; Sat, 15 Apr 2023 18:35:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 40650C433EF; Sat, 15 Apr 2023 18:35:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681583712; bh=s6DtTj1DrMd0tN2/E2PvAPkgoaCLFuSXLjxP2BgPvwo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=toy5hTogmFa158ceZQGhUyj83ts0RU3KnO1cNqTSVRe0/TJ/6ZNYZt7KVdNNqf6Iw YBXLkEbFe8T7K5aovnKYPx/5lqnU6ujzcXM3OFVVCCiy2QvNLfJbkl4uLPOESmH5Xc o5N256EJXSe37ZW7OtBNTpbdG5Y5awO37Pfz6xUw= Date: Sat, 15 Apr 2023 20:35:10 +0200 From: Greg KH To: Richard Weinberger Cc: Daniel Golle , stable , linux-mtd , Hauke Mehrtens , Miquel Raynal , chengzhihao1 , Nicolas Schichan , George Kennedy , Sascha Hauer , yi zhang Subject: Re: Request to pick "ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size" Message-ID: <2023041544-unending-glowing-e5ce@gregkh> References: <288240559.69421.1681583177740.JavaMail.zimbra@nod.at> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <288240559.69421.1681583177740.JavaMail.zimbra@nod.at> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Apr 15, 2023 at 08:26:17PM +0200, Richard Weinberger wrote: > ----- Ursprüngliche Mail ----- > > Von: "Daniel Golle" > > An: "stable" , "linux-mtd" > > CC: "Hauke Mehrtens" , "richard" , "Miquel Raynal" , > > "chengzhihao1" , "Nicolas Schichan" , "George Kennedy" > > , "Sascha Hauer" , "yi zhang" > > Gesendet: Samstag, 15. April 2023 20:02:26 > > Betreff: Request to pick "ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size" > > > Hi, > > > > please pick > > > > 1e020e1b96afd ("ubi: Fix failure attaching when vid_hdr offset equals to > > (sub)page size") > > > > from linux-next to stable trees. > > FYI, the fix is not yet in Linus' master. But I guess it will be very soon. > The pull request is on the mailinglist. Any specific reason why it wasn't tagged cc: stable@ if it was known to be fixing a regression so that we would pick it up automatically? thanks, greg k-h