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 02F14C77B79 for ; Sat, 15 Apr 2023 18:24:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229546AbjDOSYf (ORCPT ); Sat, 15 Apr 2023 14:24:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229614AbjDOSYe (ORCPT ); Sat, 15 Apr 2023 14:24:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0D4B44AE for ; Sat, 15 Apr 2023 11:24:12 -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 57EC460BC1 for ; Sat, 15 Apr 2023 18:24:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 56E03C433D2; Sat, 15 Apr 2023 18:24:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681583051; bh=YF72SfoF2pTzrbXRltpXexbRMU/SGC3inSWNoNP0npw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2U1e5EcjDh1nVnWsiufxZSUgcSW0h0oOztc1dQ9mAdqWX0eA/rqFhUVEdjtU8xOUV ZmUiLM6TLXXBOba6iWUqESujkiMWhmk0BiF29An0b2yYHiY9HMbp104a/aW6zXWjwP dGVQEDnU5+kLyYrZUgQVqS76R6NcZ06GpbUo9Cgk= Date: Sat, 15 Apr 2023 20:24:08 +0200 From: Greg KH To: Daniel Golle Cc: stable@vger.kernel.org, linux-mtd , Hauke Mehrtens , Richard Weinberger , 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: <2023041516-delegate-usual-5880@gregkh> References: 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 Sat, Apr 15, 2023 at 07:02:26PM +0100, Daniel Golle wrote: > Hi, > > please pick > > 1e020e1b96afd ("ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size") > > from linux-next to stable trees. We need to have it hit Linus's tree first. Any reason why it isn't there yet? thanks, greg k-h