From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 47DB430CDBB; Wed, 4 Feb 2026 17:51:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770227467; cv=none; b=u8EfQOnI3l+mQM/EA63id43XGYDxE1m2soML2LPnBKCmcyLxtzKqR+gKR20SHi1g4o7eOZIYh6fwBRt5RMPaX1gWGLNZnOcI8yYSCB6NcHAqWdj2BB/6Ahn3rZh0X/nZdQGJzkAOf8AABFm+m+LeGJHIiyRVs6WvkWqJfO/1F4s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770227467; c=relaxed/simple; bh=Qdm34N5OGIzMInHK5cNPod5uUkzaro426ZVSKHil3pw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XBHNATXjhzty3YvWliE8yLVauxKngDxs8Fkzauvs7Ga3eTcRVPyYRtxymJLhajtLjJCN2N0PU1xbZ4VX0pn9AhI58b5lcWryNgT7C+amp/nOXmBLq0mBVUy9vL/oBYqfQZGgNPi/Tk1bnkZA+RbHO1amkzM8qEU0WXEZs3Oz7ng= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E9297339; Wed, 4 Feb 2026 09:50:58 -0800 (PST) Received: from arm.com (arrakis.cambridge.arm.com [10.1.197.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E0B163F778; Wed, 4 Feb 2026 09:51:01 -0800 (PST) Date: Wed, 4 Feb 2026 17:50:59 +0000 From: Catalin Marinas To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Will Deacon , Russell King , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , "Christophe Leroy (CS GROUP)" , Huacai Chen , WANG Xuerui , Thomas Bogendoerfer , Andy Lutomirski , Thomas Gleixner , Vincenzo Frascino , Theodore Ts'o , "Jason A. Donenfeld" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, loongarch@lists.linux.dev, linux-mips@vger.kernel.org Subject: Re: [PATCH 01/15] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h Message-ID: References: <20260114-vdso-header-cleanups-v1-0-803b80ee97b4@linutronix.de> <20260114-vdso-header-cleanups-v1-1-803b80ee97b4@linutronix.de> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260114-vdso-header-cleanups-v1-1-803b80ee97b4@linutronix.de> On Wed, Jan 14, 2026 at 09:01:33AM +0100, Thomas Weißschuh wrote: > The reference to VDSO_CLOCKMODE_NONE requires vdso/clocksource.h. Currently > this header is included transitively, but that transitive inclusion is > about to go away. > > Explicitly include the header. > > Signed-off-by: Thomas Weißschuh Acked-by: Catalin Marinas