From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 A3AF742AA5 for ; Mon, 13 Jan 2025 10:40:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.92.199 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736764838; cv=none; b=hDWafZPkX8POPQx5JdrHNKKsNlIn0a8IwN7Go4WBJDDVJ8asgOhsye5PBl65AxgLWcuK9AREqZJkwZwbQFSyYTDNYt03AKFSmOITsCulJ3d4BIKyOA0IvaR9+2VZsgZH3E+6GcQvX8I2OWpDgE1Prpc3EyNP1iJCp00I4kZJ5VY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736764838; c=relaxed/simple; bh=kCp9GQeYoafRSDooJn1mSWKYVgSd1KH5/1XzDjocw9I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Im8i+8lTpSRaONDVISfmm86R7qYyNbCXmPMaQVFWP2nFumim9fR4iyciz0GxPegucz14T9RuRGOsvtZ90BbJ+TsS5jk2biAQwUlvOGLHmyu8ENgJ8A5wcv4COtw3fTq7N2CJKoSIP8+YFakjWxYray0l8LEQbOzOhEVti+v7TiQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=mF4CjHVQ; arc=none smtp.client-ip=90.155.92.199 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="mF4CjHVQ" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kCp9GQeYoafRSDooJn1mSWKYVgSd1KH5/1XzDjocw9I=; b=mF4CjHVQ7CVpFFH1EkFFHh5MeK HkSzYUdMDCBfrlLNemj7T5r6d5ge08Uvq6EI5YYJdflL8wfFsCBwGN4CCscIacPIy/O7YpesSBo7g Y0MNEZivzQUNiydwWxPXS5wJ335xta2DLfjkmJG6RlnVFUpGoAdUsTwOvNG+M+eeIdQIgmGQMeCEG P/uGzYYvCJdEioeaUebGUspYjogvvG9+5NirohD8LUGJtbn2YmSZDQ+rLkh6ruukk7ohJZQmyo+/G yEWB/Dn8JVIlZ/ziBVNNO/fJoOU30sSIbXW6OeA9Qxp80GhJiwwkJwr+TMmPbPa7IvPowAyIomDjV Regby4Vw==; Received: from 77-249-17-89.cable.dynamic.v4.ziggo.nl ([77.249.17.89] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.98 #2 (Red Hat Linux)) id 1tXHrz-0000000AHQM-34nE; Mon, 13 Jan 2025 10:40:33 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 329DA300677; Mon, 13 Jan 2025 11:40:30 +0100 (CET) Date: Mon, 13 Jan 2025 11:40:30 +0100 From: Peter Zijlstra To: Guenter Roeck Cc: Linus Torvalds , Linux Kernel Mailing List , Fabio Estevam , Linus Walleij , Waiman Long Subject: Re: Linux 6.13-rc4 Message-ID: <20250113104030.GC5388@noisy.programming.kicks-ass.net> References: <9165173c-2171-4d71-a575-e3e7aebe8ccd@roeck-us.net> Precedence: bulk X-Mailing-List: linux-kernel@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 Sat, Jan 11, 2025 at 02:39:57PM -0800, Guenter Roeck wrote: > The patch is queued in -next, but not in pending-fixes, so I assume that > "people just decided it wasn't critical enough" is accurate. I had a look to see where the patch had gone and indeed, it sits in tip/locking/core, which is the -next branch. Notably it lacks a Fixes tag, which is typically required for /urgent stuff. If Linus wants it now, I suppose I can send him a pull for it, but otherwise, it'll got in during the merge window, which is soon upon us anyway.