From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 C1AE6440631 for ; Wed, 19 Aug 2026 21:44:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787175893; cv=none; b=j3onN37uZPoMuU2GjIzL51Cvk602SugHLK7/zZ1uTg5PL6K38dK74BVhyPpOex1GqTjHJ0shEmJ/OIGAk4AuI2yL0h6v+8tjkA7K53SSfFgf8fk+kDapHsFHggXI0gHSjoccdW6X2QOMj3Q7z8Sc5i2VFDsIpPx5q9yHcxxb7/c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787175893; c=relaxed/simple; bh=2qc2lUDFcpAYuYc30TFxhQsjWr15+l4N+5OW+nArbD0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=HvLTtUlXbk11kKU5qmWgXmH+bxfaC85sMyuucHcTVg673+QZWmsUNkVbLG8WmqBlYECQ9oE7uxRLoFhsd+q0epQ40wIOLL+vuSiimVw4EuaLujuOQOxnQzd+LilqcrdOmNCBDA3lsU5N3rB8hsTlSvvtsrnr8moeHkpbEpzrQHQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fRJ4R6P0; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fRJ4R6P0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A72031F000E9; Wed, 19 Aug 2026 21:44:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787175892; bh=0AJ2FNcFn7sWn57jpXkIzV/QabPArVr0XBFjp2Lynl8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=fRJ4R6P00RJezo7+Yh+3RMn/CdmYovqFPO4lLZq+hiM3LWyoDGhmZrcvGCP9oWs46 rq5vAgrww3s5i3BHKfUkF8OLmEU7DNDOWKpUwt5OPba1zz6Kz99Pw0MU6rGbCONgp/ GnKCGsFxDc/woaVF8+9j1+xS8mSpbZby/0SWVvOov6eXFqW8KolIF7aOY85mH/IpxU jO15H3DbsdruMWJjfNRbJmDuBJjQDrcsmUeOGVwwhy6bZMNLICN0APmotc1C76Ikul BJvATHjZbAbWT4ZXOanGsFzMqg72QN7K40WlTUVWlKhtDMeMRD8abuY/x/WfHWRmPf LSA9UR66Sbknw== Date: Wed, 19 Aug 2026 14:44:49 -0700 From: Nathan Chancellor To: Thomas Gleixner Cc: Linus Torvalds , linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [GIT pull] timers/cleanups for v7.3-rc1 Message-ID: <20260819214449.GA3667997@ax162> References: <178696575118.1270771.17154447195623102039.tglx@fw13> <178696575847.1270771.17330908414715876847.tglx@fw13> <20260819184803.GA3333711@ax162> <87a4qhkerr.ffs@fw13> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a4qhkerr.ffs@fw13> On Wed, Aug 19, 2026 at 10:59:36PM +0200, Thomas Gleixner wrote: > Duh, yes. Stupid me. It happens :) > Can you please send a patch wuth a proper change log and a Fixes tag? Done, let me know if there are any problems: https://lore.kernel.org/20260819-fix-arm-get_cycles-v1-1-208bf07ac540@kernel.org/ -- Cheers, Nathan