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 A8C3F27F01E for ; Wed, 8 Apr 2026 12:52:27 +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=1775652747; cv=none; b=RDeDtqgdwOWexpwZcYYyABYZNGvB8X2VOCUhgVP+LP2I2MAa0ho33GXpRyoDkpRaAK7MhTs1vKOsKwLs7akzY/gTjLFvTbSyaXYkphwoHCiGijAVd0omCKgHHaS9/M+ussu18v3X2OEY6IzZDDzNhtoa95C7O3djtiWl5OipXXY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775652747; c=relaxed/simple; bh=pI38M4TIKVe9bBgloxuZeTwodJ0BBnK5L95Fxg6BN3o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tmYPRKOEjU2DoH9bqL0czAZF9PN8TskNZI3eluxj80D7hpFjucVoPFy6mOTPT4xy+0PpBl+k7EZ6zO/i2IcWzU5H+U8IUILznZqGU+sIgg6wVmuEQy0pbgd912FO/YvQ0Pooc1/HjIsiIqajSQy0vsEUnDm6CsAAB6SlTkFnPNw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Od6B71TE; 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="Od6B71TE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6F1EC19421; Wed, 8 Apr 2026 12:52:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775652747; bh=pI38M4TIKVe9bBgloxuZeTwodJ0BBnK5L95Fxg6BN3o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Od6B71TENC1nv7URJ7PCOcItPI5OsgRz6eFR6lVg6CMp2pQMXSlit1YlmgJgggN95 8do93KHQk5pYtW0PSIB90NUmiwG9u/Rf+CRb8SzPz2JmVRarfbf3BNIxLI0JpyZm0Q C4PuYzl8Qd7OHAupF58qKo/fb3HFo3UvkzYxv84g= Date: Wed, 8 Apr 2026 14:52:25 +0200 From: Greg Kroah-Hartman To: "David Hildenbrand (Arm)" Cc: "Lorenzo Stoakes (Oracle)" , 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 Subject: Re: [PATCH 5.15.y 0/6] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather) Message-ID: <2026040846-curable-portfolio-0bba@gregkh> References: <2026012608-tulip-moisten-c6f6@gregkh> <20260218110129.41578-1-david@kernel.org> <2026031222-vacation-cramp-6fdb@gregkh> 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 Wed, Apr 08, 2026 at 10:00:44AM +0200, David Hildenbrand (Arm) wrote: > On 3/12/26 18:47, Greg Kroah-Hartman wrote: > > 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. > > I assume that is still the case, another 3 weeks later? :) These are all queued up now, right? It's a matter of actually doing a 5.15.y release, which seems to be on the every-month-or-so cycle as devices relying on this old kernel sure are not used to updating very often, right? thanks, greg k-h