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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4409C2BA19 for ; Wed, 15 Apr 2020 22:49:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A167A20787 for ; Wed, 15 Apr 2020 22:49:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586990994; bh=IDwp/KvvmusXyTYpTl5uFNNVNlAXor0idQUJrdATD2M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=T6hCT8SFU/D+i5ExZaGKcG8xDE0zEvYMv16dz657vz7DLiPVp3AWchEdvXNYS6YYm W0ygBgPaLLnayQHtDPSv3k08j36ZjgEZyVrOlgR609Y+zdaFJ5F6pwM4hM04Z3z6HH l0ZrT0yMYVg9nsO3E6ufdEUjj+VRAmBmnwqozuQA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732211AbgDOWtx (ORCPT ); Wed, 15 Apr 2020 18:49:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:33634 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725800AbgDOWtw (ORCPT ); Wed, 15 Apr 2020 18:49:52 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 880C42076D; Wed, 15 Apr 2020 22:49:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586990990; bh=IDwp/KvvmusXyTYpTl5uFNNVNlAXor0idQUJrdATD2M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C5/Up3ooIQtlaYqxz/HXec2GhZBjrYHqqRcp09qAxkl2XxjF7IpOPEvgb7DegVNtP 44QvtlGFXlU8McZw+MirmAkYR89eRzUloSU74vPcxiC3u6nyOlyF4iO8W2b+C+n84R +4IE6pUaLNB5l2YoV0yjm7cwhij+ucO8wg7jFdf8= Date: Wed, 15 Apr 2020 18:49:49 -0400 From: Sasha Levin To: Greg KH Cc: Matthew Wilcox , bhelgaas@google.com, keescook@chromium.org, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] XArray: Fix xa_find_next for large multi-index entries" failed to apply to 5.4-stable tree Message-ID: <20200415224949.GK1068@sasha-vm> References: <1586948677159164@kroah.com> <20200415150222.GD5820@bombadil.infradead.org> <20200415165122.GA3654762@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20200415165122.GA3654762@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Apr 15, 2020 at 06:51:22PM +0200, Greg KH wrote: >On Wed, Apr 15, 2020 at 08:02:22AM -0700, Matthew Wilcox wrote: >> On Wed, Apr 15, 2020 at 01:04:37PM +0200, gregkh@linuxfoundation.org wrote: >> > The patch below does not apply to the 5.4-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 . >> > >> > thanks, >> > >> > greg k-h >> > >> > ------------------ original commit in Linus's tree ------------------ >> > >> > >From bd40b17ca49d7d110adf456e647701ce74de2241 Mon Sep 17 00:00:00 2001 >> >> Seems like it's already there as commit >> 16696ee7b58101c90bf21c3ab2443c57df4af24e > >Ugh. > >Sasha, your scripts are applying patches to older kernels before newer >ones for some odd reason again, which confuses mine to no end :( /me scratches head It's in 5.6, 5.5, and 5.4. I've also queued them all at the same time and you've released them all at the same time (Apr 8th). Yes, it's tagged for stable, but I've grabbed it for the Fixes: tag. What am I missing? -- Thanks, Sasha