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 2490A3B3889; Wed, 11 Mar 2026 07:58:13 +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=1773215893; cv=none; b=rBK+VM+LJ32Ptcjc2jae2eLKiVB6bg/swIfkBMN6Ka23VLD/kdhCGRWT+WP46df29hhvW5RPlAVAaZPMR+yHgTvZjXPpwAY/XrQXGTYGePODMV5/C53RXuzHg0T10+CsInAZNngSyTIab+0t3/zoKWBJT11eJKNbJ8NjmGIVIfc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773215893; c=relaxed/simple; bh=3K7vMw03oz0BFzEe+j4Kj47QGw1QUbwb06CQqUbXbuk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=pPmeGg/+gJcl3/qms8kkCn13CzsrXLB9XzOhhcjXh5f0Panyr8X3GtyV7zz/surOwHHO0jFfhqxWO+QqHZShv2Vxzd0KEVQ2SzzlP3L6yaU9dMPSgST7W8075al25lRg+odNZ18luZrCBZs/abHunyKQF1t/YCw0f7+tk73Ovuo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ITcS1kE+; 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="ITcS1kE+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4BA67C4CEF7; Wed, 11 Mar 2026 07:58:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773215892; bh=3K7vMw03oz0BFzEe+j4Kj47QGw1QUbwb06CQqUbXbuk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ITcS1kE+RN1+ZQCWICGs3eTNpUYsDSRDphm2j0ic+mHygpTlIk7EA6LtN86dj8Uy4 8s/Esa2ElHxjpkbiB6JHpZYIE/dtosPJSDeyX25bw5zyDvqIWy80ty9+v8P/9QEGH0 nxxqb6Fvsj6wMf/XAzPPs3UrqxOhQp0FJIiaX/p3kjXu8NevObDsGd3V9lYwIsm2NP RTdDhCh/n3+p+I3qMcKYdPLwEed37fippN5cyov9Hn1Mczr796hgehaFxTh9FG7PVo HWR+MkZdW10QHHFPZnEWz+DkVM5Kfpp/uGazWMbIw8QMIIlVRA9uiBMTKAjuEZsYRr dptIx3GHjjiWg== From: Thomas Gleixner To: Borislav Petkov Cc: LKML , "Paul E. McKenney" , John Stultz , Waiman Long , Peter Zijlstra , Daniel Lezcano , Stephen Boyd , x86@kernel.org, "Gautham R. Shenoy" , Jiri Wiesner , Daniel J Blueman , Scott Hamilton , Helge Deller , linux-parisc@vger.kernel.org, Thomas Bogendoerfer , linux-mips@vger.kernel.org Subject: Re: [patch 5/5] clocksource: Rewrite watchdog code completely In-Reply-To: <20260309154317.GPaa7qlRzYcQY1dBU3@fat_crate.local> References: <20260123230651.688818373@kernel.org> <20260123231521.926490888@kernel.org> <20260309154317.GPaa7qlRzYcQY1dBU3@fat_crate.local> Date: Wed, 11 Mar 2026 08:58:09 +0100 Message-ID: <87pl5are5q.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 09 2026 at 16:43, Borislav Petkov wrote: > On Sat, Jan 24, 2026 at 12:18:01AM +0100, Thomas Gleixner wrote: > The overall thing sounds good to me, I haven't done any indepth review but > from a cursory look, it looks nice. > > Testing looks good too on one machine so > > Tested-by: Borislav Petkov (AMD) > > I say, let's queue it now so that it can get wider testing. I'll wait for Daniel to report back from his 1920 CPU monstrosity and do that then. Thanks tglx