From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 D7ED03CC7D8; Thu, 4 Jun 2026 09:06:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780563971; cv=none; b=NEvYNPKFXdBFqhmXYOi54zTlyO5Eau7uudn8TFF+7NBAbwVf+0NR0JUSkvVahYOAZB/sjWJhnatYuL5oRH4HaaKojcPRBwb1129k7GTRf4UWCw5RVcpfySwEKM61GHU9VpPYMScfazg1Mbw26RvbaPxt6nNwGaw8845ijlbhgc4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780563971; c=relaxed/simple; bh=rj0XCKt5eJe/S1DUBdH661xAu9BzLlWgfi9sQmj9BLY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=hdqS3bB1BxcgmS0W618thUqY2SOCluh3PcPXp6g1ADOOiVQuBssRFYrLc9KtmBoSSVWBZKQI8nCY+LCT67Vbb2uqAag/fHo6P8r6hky7+NEK94MP9Rf0MIxNcsKaNSIWDdnVm1wGBS/RTqq56TO3hxE8Od1Y7JGimSGx/TJ0dXo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FcpYTPIM; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FcpYTPIM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2EDD1F00898; Thu, 4 Jun 2026 09:06:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780563970; bh=65ZYulm+3YZU/adcu3eXOmlLG9yguXsFrC9tqK83lP8=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=FcpYTPIMobswrKTK3mbuI2s48784oi7D+tvJOVsKu6xeudMIz7bTaGbZGfPM/gBgn Ud7jSpo8HZUf+9jWAabSvsx8WtAnihnWxLq7yOaSweavIqrLXAb1jvp7uR9NoGxnN/ y8GmWc+n5kySIdh9j7wkKEUUYG35TSP44GVzwIOO6TNZiG0Ftq9X696ksmUp8AVK9U ZTwL3R3OFxIXTJR9BliPW1gpWizsoqNwEV5V5TrDSAbCJpdjDuiJZk5JXaXeu4B1x8 5CbcvJvw4SGJTIf0CxfPFzHaofOoixVilPC1mOrk4mp4Qz5ALHIjc+G/3mfyjJrwmA hCXhWtIVdFhCQ== From: Thomas Gleixner To: Nathan Chancellor Cc: linux-tip-commits@vger.kernel.org, Arthur Kiyanovski , David Woodhouse , thomas.weissschuh@linutronix.de, Jacob Keller , Marc Zyngier , Vincent Donnefort , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [tip: timers/ptp] KVM: arm64: Use ktime_get_snapshot_id() to retrieve CLOCK_BOOTTIME In-Reply-To: <20260604015506.GA1998428@ax162> References: <20260529195557.174373054@kernel.org> <178039357339.2140988.14096735224557177086.tip-bot2@tip-bot2> <20260604015506.GA1998428@ax162> Date: Thu, 04 Jun 2026 11:06:06 +0200 Message-ID: <87ik7y65fl.ffs@fw13> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Wed, Jun 03 2026 at 18:55, Nathan Chancellor wrote: >> >> - ktime_get_snapshot(&snap); >> + ktime_get_snapshot_id(&snap, CLOCK_BOOTTIME); > > It looks like this instance of ktime_get_snapshot_id() did not get its > arguments swapped when applied, which breaks the build in -next: Yes. I'm an idiot. I had it on my checklist for merging and then .... > Do you want a fix up patch or do you want to just squash in the fix? I squashed it.