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 E7D59C61DA4 for ; Sat, 18 Feb 2023 16:09:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229684AbjBRQJI (ORCPT ); Sat, 18 Feb 2023 11:09:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229849AbjBRQIy (ORCPT ); Sat, 18 Feb 2023 11:08:54 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E26F15CBC for ; Sat, 18 Feb 2023 08:08:49 -0800 (PST) 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 C48DF60A4C for ; Sat, 18 Feb 2023 16:08:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DCF43C433D2; Sat, 18 Feb 2023 16:08:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1676736528; bh=0MPdbHVfZ+S+cFrdFSF8Wj08gz6rY2HE1u5ZZvg2eDM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H4t6/+PAhA0ogVtZUlfiPsNcX08Mk08SK5m+P+M7URKLZJMCtCKwiJWLlKiBh/meZ zhKLxbLuiPCjCmtW2XOLva8M2K0vdIbjzI7g7lxUqJU8wgR1FBqZb4gK5AFh4AvOxE fECuHJyjQG9G+GWv53Q8SIqlAFuNvRy7ce5cSfyM= Date: Sat, 18 Feb 2023 17:08:45 +0100 From: Greg KH To: Matthew Wilcox Cc: qian@ddn.com, akpm@linux-foundation.org, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] mm/filemap: fix page end in filemap_get_read_batch" failed to apply to 5.15-stable tree Message-ID: References: <167670736248208@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 Sat, Feb 18, 2023 at 04:00:45PM +0000, Matthew Wilcox wrote: > On Sat, Feb 18, 2023 at 09:02:42AM +0100, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 5.15-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 . > > Here's a patch for 5.15-stable, generated against v5.15.94 Now queued up, thanks. greg k-h