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 0ACFB23EA8B; Tue, 3 Feb 2026 20:49:29 +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=1770151770; cv=none; b=XoanaotJnwGLLVT4XwsAt9x7z5gLMWWQhdce7PRj6Bv24UFDYIxfhRUo8SuClW/PNPeUQSVqk9DJ0tr9xhGfo1Q+qZ/+QNWpo/EqcIm1Y2t3smAc1XdFqAOdLUZVowox9AzX6wCtkUJoXnrjMIhCAxKY8K7QnRdmWSQLnlwC3Zc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770151770; c=relaxed/simple; bh=pHGo1C4Pz/uuXM8SzFth/6l/p9wgCvOIRRB+8irU9ts=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=rxRmDj2f+JhYOsuFv1GV3V/VRzuvSGXlEKGG5hxq3/KrJver3Z0PFjzo0SLglvGOIcNOI2B9ddkWAXN3VTPzjbtlX1veuEeIC1UkN+9hQVrg6WsUx3MEwTqXNsbUaiMfRhnBZIBSxjDLQ6qCAnJCN8DlJivNBMFPAw9qp4A/F7s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=juRPGVr0; 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="juRPGVr0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AD6EC116D0; Tue, 3 Feb 2026 20:49:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770151769; bh=pHGo1C4Pz/uuXM8SzFth/6l/p9wgCvOIRRB+8irU9ts=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=juRPGVr0ejaE+JmDG7KMEy8WtkPk8ggSdc23YlY7ltfkvvyyTphbdBT4BrrHbzMH8 vvVr7IsJbdhiw+hkPzOBmzowaPLKKCwo48ht9c4cVB/9T4TPe4559zytFB9TZ99q6X C3h2gjD/e3lQAbDioaIaNobGKqfJWA9Wrgjd3mo4FX063ISQeC+aTbEgZiIhHfMoF1 AZr7xX9NpgPHPMqCONPiwCYI0TPt/5VjeigC4/f24FPG6t+D3dTfOYmqf9oaiKnPIK WZEWPrOF0j1sfKrYGseRHzYYcOCpmXkHZ8gANdbS9pESexQBbx1lTDPg/zoe4OABjf 11HE/Alv5Ldjg== From: Thomas Gleixner To: Ricardo Neri Cc: Alexander Graf , x86@kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Clemens Ladisch , Arnd Bergmann , Greg Kroah-Hartman , Dave Hansen , Borislav Petkov , Ingo Molnar , Jonathan Corbet , Paolo Bonzini , Pasha Tatashin , nh-open-source@amazon.com, Nicolas Saenz Julienne , Hendrik Borghorst , Filippo Sironi , David Woodhouse , Jan =?utf-8?Q?Sch=C3=B6nherr?= , Sasha Levin Subject: Re: [PATCH 2/2] hpet: Add HPET-based NMI watchdog support In-Reply-To: <20260203194429.GA30254@ranerica-svr.sc.intel.com> References: <20260202174803.66640-1-graf@amazon.com> <20260202174803.66640-3-graf@amazon.com> <87jywu3yov.ffs@tglx> <1e13c61d-8581-4ece-b31c-7aa771ba7bc2@amazon.com> <878qd94zjo.ffs@tglx> <20260203194429.GA30254@ranerica-svr.sc.intel.com> Date: Tue, 03 Feb 2026 21:49:26 +0100 Message-ID: <87cy2l363t.ffs@tglx> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Tue, Feb 03 2026 at 11:44, Ricardo Neri wrote: > On Tue, Feb 03, 2026 at 04:28:11PM +0100, Thomas Gleixner wrote: >> I don't remember. That thing clearly fell through the cracks. > > My impression at the time was that the buddy hardlockup detector met the > goal of freeing the PMU counter and there was little interest on using the > HPET. > >> Let me find it again and reply to that. > > Does this mean that there is renewed interest for this? It seems Alex is interrested and the code minus the rejects and my todays suggestion looks palatable.