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 1A4513B47FA; Fri, 8 May 2026 14:57:44 +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=1778252267; cv=none; b=sIyR+THg6Uz9rxELQXUmcxzpKI3PAin6SbwrVyZyAMQnt/0s4M9KXJCgxwlzS0l2fIhWFflTZV1s7zVuML/SNMnagv1PzBRc9UkxEVVDe2R9MYZI+i7Qm/uJkJs0ebaPAXDz3lv02Yx3BfHh95r9nWAH3pV+dzswHksB8ohAb9s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778252267; c=relaxed/simple; bh=OxBsEhc91lDRkC2DhRkSxQN4xa0Pp9r1IY6uMUhuz6U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tSMxdBA+1Tdeu9NlD6FCLuhRcTLanla9Zx3f88Vi+54D/KuU1Jc/iq42NFYnzZUuEdd7gxa1eje1p/XFgN2oD+y5zm6Lyfztx9YMs2SQOGLeTS3FumiWIREaMvxyCs6TtqjwllwgOkbx7AoNt0Vcxkm1Wk8tLSY0kn7JVmX5R4Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (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=Ey73PHD0; arc=none smtp.client-ip=90.155.92.199 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (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="Ey73PHD0" 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=OxBsEhc91lDRkC2DhRkSxQN4xa0Pp9r1IY6uMUhuz6U=; b=Ey73PHD01lDT7iIeHZZwxqfNQR AdZpj1KaCgfnBl3TO3q4WntLA7SagtOo90jOSIC2fR70yApYUUPB59TyneO+y3LHP+grAVjwx3NF5 oMjRH8jRlKqwh5Y2UEVBspIFdv+mE8PMpxS2A8yS6ETM0IL/AQNxMvTNjPuIlul/87gqukVXDjzMx h0o+2bQW5noRPrvgHAb152aaUVohS3adG7r0KN9vwX5XATqIXGdthhp6/WCFGmcy4JrlpL5YTW2KS ybACxUp+UrJFw6f9lmcYScWjTD4ukTXauXkPOFe1MLJaTlAqRHlFWXXaLL2dSEanc7Y7rTZXuUKBo x1kYnPvQ==; Received: from 2001-1c00-8d85-4b00-266e-96ff-fe07-7dcc.cable.dynamic.v6.ziggo.nl ([2001:1c00:8d85:4b00:266e:96ff:fe07:7dcc] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.99.1 #2 (Red Hat Linux)) id 1wLMe6-00000006boB-1dH6; Fri, 08 May 2026 14:57:42 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 04D5D301C52; Fri, 08 May 2026 16:57:41 +0200 (CEST) Date: Fri, 8 May 2026 16:57:40 +0200 From: Peter Zijlstra To: Nathan Chancellor Cc: Bart Van Assche , linux-tip-commits@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [tip: locking/core] locking/rtmutex: Annotate API and implementation Message-ID: <20260508145740.GQ3126523@noisy.programming.kicks-ass.net> References: <20260505022649.870788-1-bvanassche@acm.org> <177797853432.424702.11529123964407349507.tip-bot2@tip-bot2> <20260507084357.GA961911@ax162> <0ffcd368-d4a1-4649-a75f-881b95fd4dbe@acm.org> <20260508121456.GA208829@ax162> 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: <20260508121456.GA208829@ax162> On Fri, May 08, 2026 at 08:14:56PM +0800, Nathan Chancellor wrote: > Thanks, I missed that report in trying to keep up with my inbox on > vacation :) In the meantime, perhaps this should be dropped from > locking/core since it is on top? Peter? Yes, I was hoping the new version would show up quickly, I'll drop the thing for now.