From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 011.lax.mailroute.net (011.lax.mailroute.net [199.89.1.14]) (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 5EFDE37702C; Fri, 8 May 2026 16:18:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=199.89.1.14 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778257096; cv=none; b=FcvzoErZmMpocyUK1yZPjlF5h3lVetreguABugtjwvu0tq9wXmMDnLrWDM75w+rQ0XA0XbToTuv8Bl/zDBxO1yFv7n8NTgNFTPNiUjJ39lj+zrfRQGRFLtH1ac56px7Kgv9dUoWmlxjTTb+hBQG+248C77uiytsyf7Slq3Gn8P4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778257096; c=relaxed/simple; bh=2N0fk0wZhB7NzvktZvVSGuVbVmuCfTOHcc79tnSRXf0=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=QfYT67gQ+Bc9EDpBtVJ28U6E/cXRHf2Ikmj0cXzPGDqXIfX1kQVpeJxoNqbaJBlqhBTf3vyEYUaYYoNLYWP/S7t5/y5Xw4hsetfSIaY8HUlndv9eRv4cJ8xZmtvM2G53oLVVF77wdpPtl/998ktb27/biUFGdMmqDjPN/JGrOtY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=acm.org; spf=pass smtp.mailfrom=acm.org; dkim=pass (2048-bit key) header.d=acm.org header.i=@acm.org header.b=OscG5SBU; arc=none smtp.client-ip=199.89.1.14 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=acm.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=acm.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=acm.org header.i=@acm.org header.b="OscG5SBU" Received: from localhost (localhost [127.0.0.1]) by 011.lax.mailroute.net (Postfix) with ESMTP id 4gBvRp6Nflz1XM6Jc; Fri, 8 May 2026 16:18:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=acm.org; h= content-transfer-encoding:content-type:content-type:in-reply-to :from:from:content-language:references:subject:subject :user-agent:mime-version:date:date:message-id:received:received; s=mr01; t=1778257091; x=1780849092; bh=1PlnfEqX+PJ1eHuBRSiMLjxL des9JdGFH7+ZNPkOVAw=; b=OscG5SBUwix899GAziDZ92d+3XmF+fp+j9AhO1rA oJgIADLsdFrSHptIYGz86YrzAezQ+s2Xw/I/ihT5FMuYHfAGJhgGMnPVrPkhXL/n mvAuLs51tSfjmeI24nbd0BY+Anx+OVbKqnPJaQZbJLyhHgPMoUD71ZTRUZaEKXmk 7Arltp95J4mNpwj/TKox5M9KUjDfTGaowsTtLf9I3VuX4BoRTGLosJOv6zayLqge WLY8ur+0PMM/kx/oUCmFXo1AdU9Y/Pc3CAU95HtWKyFOqxs2DvvQbxaLNRlSN3SB qeWvvNAijmsNDo4sHScJThXPXaqfb/Jc52E9hWPB0/na8A== X-Virus-Scanned: by MailRoute Received: from 011.lax.mailroute.net ([127.0.0.1]) by localhost (011.lax [127.0.0.1]) (mroute_mailscanner, port 10029) with LMTP id L6ozZC33scQg; Fri, 8 May 2026 16:18:11 +0000 (UTC) Received: from [192.168.50.14] (c-73-231-117-72.hsd1.ca.comcast.net [73.231.117.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bvanassche@acm.org) by 011.lax.mailroute.net (Postfix) with ESMTPSA id 4gBvRk0j5Hz1XM6J4; Fri, 8 May 2026 16:18:09 +0000 (UTC) Message-ID: Date: Fri, 8 May 2026 09:18:08 -0700 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [tip: locking/core] locking/rtmutex: Annotate API and implementation To: Peter Zijlstra , Nathan Chancellor Cc: linux-tip-commits@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org 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> <20260508145740.GQ3126523@noisy.programming.kicks-ass.net> Content-Language: en-US From: Bart Van Assche In-Reply-To: <20260508145740.GQ3126523@noisy.programming.kicks-ass.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 5/8/26 7:57 AM, Peter Zijlstra wrote: > Yes, I was hoping the new version would show up quickly, I'll drop the > thing for now. Please keep in mind that I was attending the LFS/MM/BPF summit this week and hence that I had less time than usual to contribute to the kernel. Bart.