From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 245523E023C for ; Mon, 23 Mar 2026 19:59:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774295950; cv=none; b=AYQAXsBifwjE2mxaV+iuK+cmKOs69iJtYROaLB5imyduSrqF1D5xscXMDxuOwOuedQYiCDnW2QGh3XaMKG5IdaQM9hZahPCjoNTxHzTG2/ms3lKPbUChQjhnZvbpNwpzCbMpEq5jIZmTq/HwnXCdGW7Pgk/mCV6eC95HsZY1uDI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774295950; c=relaxed/simple; bh=f5abye3E7h8IY6v4MFeQ+d/4gS/5GIe5IA+x5bQm+Fg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=lVz1Vu2wdj6h2opMYrA31cHk25Qh23ZD4fjtgilAZ0QWRm0xd1D+o0bPlM0MhDEgzxxY3nsObBvdvngQac6yizW4usat+4Y0cHge70/Rw/zKv7vTYJ5aaFg5Bv82WgsuDHDV7naNCslz/l9lBizKa9w9AUiEfnmktZRjAQFTgJk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=S1+bZ4nM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="S1+bZ4nM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 38366C2BC9E; Mon, 23 Mar 2026 19:59:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774295949; bh=f5abye3E7h8IY6v4MFeQ+d/4gS/5GIe5IA+x5bQm+Fg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=S1+bZ4nMBz25EbNJmVNAWTHvrKmqshgx5Ui1eDGCy+r7uvAo/4G3Yj1WIxblyL1x2 BaObEGf0nzgNdhcd39xCzljvdwsHiS9kTJZa4X5+e6T0N13APBjy7PAMvWhuX+RBWY iUbQISPHk5lrIyZZYxyQUVGXDNTEEQ0jQ0ijnGefhMrT6ZVYbKpkAWrdtgvgWxolAo 2EN9Rp+tubm+r/ru1zfhh8FFL5xxaOyaMLeZ9Qgk0ZV3GbkdFMYRhdFYxx56fkPrbK koxZF2hitoH6O0McFvr9ySJECDqHcKEguY89zJ47YYetoLgVNqZFfp7j+BKkFnys+I nztCyStdTreIw== From: Thomas Gleixner To: connordw@amazon.com Cc: connordw@amazon.com, jstultz@google.com, linux-kernel@vger.kernel.org, nh-open-source@amazon.com, paulmck@kernel.org, sboyd@kernel.org Subject: Re: [PATCH timers/core v1] clocksource: Align clocksource watchdog constraints with Kconfig value In-Reply-To: <20260323132808.78343-1-connordw@amazon.com> References: <87wlz6igji.ffs@tglx> <20260323132808.78343-1-connordw@amazon.com> Date: Mon, 23 Mar 2026 20:59:06 +0100 Message-ID: <877br2iagl.ffs@tglx> 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 Mon, Mar 23 2026 at 13:28, connordw@amazon.com wrote: > On Fri, Mar 20 2026 at 17:58 (+0100), Thomas Gleixner wrote: >> The only valid "fix" is to delete the dead code and not to polish it, >> but that's pretty moot as it is harmless and already scheduled for >> removal in 7.1 due to: >> >> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=timers/core > > Please withdraw my patch. Thanks for your response, I wasn't aware that > despite cs->uncertainty_margin being set when CLOCKSOURCE_WATCHDOG=n it > wasn't subsequently being read anywhere upstream. Since this logic will be > removed in v7.1 anyway this patch is indeed pointless. > > Apologies for the noise, Nothing to apologize for.