From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5D618221F2F for ; Thu, 12 Mar 2026 17:47:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773337649; cv=none; b=gUnL8Rblnda3X0+F2YciMizh0Hp5EsM0UXVbTMo/mXVIN8kL7HvHzXYQfM1O1SfPpHKYu/faPZ7khrRJKxw8Q3eNHKU9+qtI2mMHmTczrJO3fqFjeqveyT5/l4kbBzfSVEm7ocy+uxRe1NrP+mKYXfOYT/NY9dVigLNSaa1j5Xs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773337649; c=relaxed/simple; bh=ehJUvxvid3t2rmAdiav8+vgSkMWongK0fp+rm1Z3YEE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=omYV8FvkS0xzsvBqUodfi+msnHHkjz0Oo17BXpJAK87Ll7Ac5aJwWiVLmbjgEeOJQrEVPTgzC44rl7U+lY5p3mQlxhFqRUCjf3b6yZGp5jlw1ZJl5HBfnoEtIyOk/zc/K8oUawfQdkAyTx1Wj9LgghJc7OmVFzADmlaRdGt51a4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2B9kvyD0; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="2B9kvyD0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 499C1C4CEF7; Thu, 12 Mar 2026 17:47:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773337648; bh=ehJUvxvid3t2rmAdiav8+vgSkMWongK0fp+rm1Z3YEE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2B9kvyD03M4iobzfw738CUb7Zo4v0G+8mlyNeM7oGWz9mNoWZb0zBB184KYis6Zf9 HyXFlcgGxfAn233Swf9N3op49P3VbypAZmdQxxGquhTZSIXAR0H3yimNZQw3lJpJgk 9mqp242HYiSqz1BWDbPouiQ+EDsYYebthrgMVBVI= Date: Thu, 12 Mar 2026 18:47:25 +0100 From: Greg Kroah-Hartman To: "Lorenzo Stoakes (Oracle)" Cc: stable@vger.kernel.org, Sasha Levin , linux-mm@kvack.org, Jane Chu , Harry Yoo , Oscar Salvador , Jann Horn , Liu Shixin , Muchun Song , Andrew Morton , Rik van Riel , Laurence Oberman , Lance Yang , Miaohe Lin , "David Hildenbrand (Arm)" Subject: Re: [PATCH 5.15.y 0/6] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather) Message-ID: <2026031222-vacation-cramp-6fdb@gregkh> References: <2026012608-tulip-moisten-c6f6@gregkh> <20260218110129.41578-1-david@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Mar 12, 2026 at 05:42:13PM +0000, Lorenzo Stoakes (Oracle) wrote: > Hi, > > This series was sent a ~month ago, is anything holding this up? The underlying > issue is causing a really serious regression so it's quite urgent to get this > pulled ASAP :) I see 70+ pending 5.15 patches that people have backported that need to be queued up as well as the pending upstream patches. During the -rc1 cycle the stable trees get flooded, so the older kernels take a while to get released as they are on the bottom of our priority list. We'll get to them "soon", they aren't lost. thanks, greg k-h