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 84627480DD9; Wed, 17 Jun 2026 15:04:48 +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=1781708689; cv=none; b=I+oTAAtHBE2MS9J1h4VvzYAJDalQiJ6+/MQyxZ0/tbp1Pf1TxqjARjMDcEbd+Z0VFldN0CRCT1YaF7qxRVnV0ueKzVqz8x/LxcvZYX2/QMqpU84JJ8HdjXrBMeCRCRBhe/gT8jY8Y8xRPqQ4acDk4Fhld0PpgI2kSQOQd49rOJw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781708689; c=relaxed/simple; bh=WOAParVT6NWGmlFHWCKXqVZK8KqXAbfZkknyu5XU/no=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=RhNDbI10wlPL/Ufc2uCTkVkwvxEAIrcpRNAVYFpcOxjKImoUq74it6KN712b6fYWVVzhBoQTcyJ8BaJRFgrGJSTIvGd0F3GCMQiBWImpbDpks+sYSsIreyqvyiQnpK1+xqYYdVRAEHfQJPuX86MNbp/JU1AnSzrAbLa26HiFM34= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bS533rhb; 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="bS533rhb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A5D41F00A3A; Wed, 17 Jun 2026 15:04:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781708688; bh=WOAParVT6NWGmlFHWCKXqVZK8KqXAbfZkknyu5XU/no=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=bS533rhbInHnGCn86WVWZ8VqTbgdd0o/mYMi519tUWUReswL1I5tmDI+elEXu3/J5 ygkmZSOgcxiTGWqvbONuk31Ve6jmsdUPBJ/gVHNfqeJHbht2y/+ViiIyFvCIWrfFSy T6W0z9AUO7M62cCrwEqJ7PRau1p9basUCXUdVlPZLuin8zQWzEA1hzb6mw3xfrUW08 gVBREmwB+BA4vYB5n9V4+y5Ce/BEsRSIjhCE+T8a0SAKcYnNnjxP4xiOq+EJ7XIbQ3 vMG76FesBwleYraLHKRjL93thHUBIBFXLl6amLTjlG+3zt4kPrlTxVeax5YNCq55mf eBdAqXaQZOvVw== From: Thomas Gleixner To: Conor Dooley , Marek Szyprowski Cc: linux-kernel@vger.kernel.org, linux-tip-commits@vger.kernel.org, Teddy Astie , stable@vger.kernel.org, x86@kernel.org Subject: Re: [tip: timers/core] time/jiffies: Register jiffies clocksource before usage In-Reply-To: <20260617-flounder-pebble-fe4c19e1be81@spud> References: <87y0gn3fve.ffs@fw13> <178135728754.1650852.1266320590541376793.tip-bot2@tip-bot2> <813164f9-d036-4858-80ad-f3af9bee9c77@samsung.com> <20260617-flounder-pebble-fe4c19e1be81@spud> Date: Wed, 17 Jun 2026 17:04:45 +0200 Message-ID: <87y0gdcinm.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 17 2026 at 15:17, Conor Dooley wrote: > On Tue, Jun 16, 2026 at 08:47:00PM +0200, Marek Szyprowski wrote: > Same here: Fix is queued