From nobody Tue Apr 7 16:32:13 2026 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 7D2D53BD25F; Thu, 12 Mar 2026 11:25:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773314730; cv=none; b=HZQWrnz4NdTl5i6DVGNyINqwXMht2FbfsZGYGPjIZiSWiubb7WdwFACmcjxPxH2M1tL5aexPUmpwXxOXu2QGmkOaoZS7ig/LwqrwMTor0mA5DQX3YqsARwHlmzm+9Xcdk3r2ycjhCovCAwbU4B5uWzbQ5TJF7VKnEW5Fdhw4R1w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773314730; c=relaxed/simple; bh=XYaNnYmTfMLadWKe5JplyxGFPK7TpZo3JXrCsErEorg=; h=Date:From:To:Subject:Cc:In-Reply-To:References:MIME-Version: Message-ID:Content-Type; b=qiCsNROxlCVSC7eXQg71HQY94GVlvgIo9EAOVnrBhxn/jrVUHfJey1Y2ptw0BNny9pIoPJAIdzyUEblBCkKfZ/4uBQCttH7jzIMlJPjJeSmQw5ZgumcDQcghOQsio5Zu4bLQGV5YeLbvdcQ0WaanTi8hiCzdmZKiTwwrnij7DeQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=FyvEWYBp; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=8dpawel8; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="FyvEWYBp"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="8dpawel8" Date: Thu, 12 Mar 2026 11:25:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1773314728; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=o1Drvt1rSEueYIK28g42q1ANGvB2npk+idT1k/UllMQ=; b=FyvEWYBpbGciyP7Jj6XSJ3RrjyStaqcnSy0LOH8VOtiB6iUWDwORErM8H3EurlM3thM0QA y1mBGIhdR93fe1wRGgFBALr0CGkA0AYrg1g83G/cma3M4Q6jNOPlIskt8aS+ddVtXHxdJk QhbzqAj3DnwsBuIU407abIPNb4w/g0fWhLpIAGpzka5/4qPys80hvLQ8Twe0LLmsSbd3Z4 elJ8Yym+QRBqm8HxEEdVbnSBy9CFa56r3aWKYwP0z62p+5eN8jDSUpYvAAJMgp0tWfW0cy 8KOBFB6UbbHSHWXWLdTPJmo7Mu9Erh2N4YfMUuWYWNIEj8VtcZNwC6P3oRVbuw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1773314728; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=o1Drvt1rSEueYIK28g42q1ANGvB2npk+idT1k/UllMQ=; b=8dpawel8aRaaOPe1oUU+rFWfnKsZrUUG6EZjsoolA7TiT133MoE45Ovggr6hEv+BcMS/4G WlyznpH4mXInCpCw== From: "tip-bot2 for Thomas Gleixner" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: timers/core] MIPS: Don't select CLOCKSOURCE_WATCHDOG Cc: Thomas Gleixner , Thomas Gleixner , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20260123231521.723433371@kernel.org> References: <20260123231521.723433371@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-ID: <177331472691.1647592.14547124277286832442.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The following commit has been merged into the timers/core branch of tip: Commit-ID: ced7072a3ad65698f0ad378c8f8566379fe50723 Gitweb: https://git.kernel.org/tip/ced7072a3ad65698f0ad378c8f8566379= fe50723 Author: Thomas Gleixner AuthorDate: Sat, 24 Jan 2026 00:17:52 +01:00 Committer: Thomas Gleixner CommitterDate: Thu, 12 Mar 2026 12:23:26 +01:00 MIPS: Don't select CLOCKSOURCE_WATCHDOG MIPS selects CLOCKSOURCE_WATCHDOG, but none of the clocksources actually sets the MUST_VERIFY flag. So compiling the watchdog in is a pointless exercise. Remove the selects. Signed-off-by: Thomas Gleixner Signed-off-by: Thomas Gleixner Link: https://patch.msgid.link/20260123231521.723433371@kernel.org --- arch/mips/Kconfig | 1 - drivers/clocksource/Kconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e48b62b..4364f3d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1131,7 +1131,6 @@ config CSRC_IOASIC bool =20 config CSRC_R4K - select CLOCKSOURCE_WATCHDOG if CPU_FREQ bool =20 config CSRC_SB1250 diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index fd91127..d1a33a2 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -596,7 +596,6 @@ config CLKSRC_VERSATILE config CLKSRC_MIPS_GIC bool depends on MIPS_GIC - select CLOCKSOURCE_WATCHDOG select TIMER_OF =20 config CLKSRC_PXA