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 E4D9E4A11; Fri, 8 Aug 2025 08:27:04 +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=1754641625; cv=none; b=HupkHBpimRqmCcvLXECoufRa4+OCjReQBL2dFu3qhfG636dBJIIoT/YkFByDnjvRTBi3I18NJ9eGd1WvJAy4oSS2N6w0cwf53mghDmkPUmBCTHZ13Nug6PhxioLutr6KuUCwiQCfNDBH5IkEQ7WpKQyVjqwKcE1CqpidNqEIX/c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754641625; c=relaxed/simple; bh=Jgh2qS3kG6kQ1i46rsLuhwXlMgWqyeYURAc8TMAVvsc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=eq8zsugjYuwYLdJmkC3FUT080pFhICCdCddxvefYWcMG+6oK7GlPYNRyTVQxS7jR6h7Lr6yh5tVsJmT/PGjM/LG0V6QvIUp3K0rtaLwrQM42qThiGCUl0y0oVbAuUgkR9z9lghJTFqfsCjTltete6XWJFuQ4yOTPOdeohYxUpCc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WJqf+GXO; 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="WJqf+GXO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4F6EC4CEF6; Fri, 8 Aug 2025 08:27:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1754641624; bh=Jgh2qS3kG6kQ1i46rsLuhwXlMgWqyeYURAc8TMAVvsc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=WJqf+GXOkSFbEGKoiIYMIZilPpyauyddhVRa8C+SmxOPYcammooLyV566IMRFtoEt EibUnVSXdkLZIrbf/lhy5N3OVhNaC50mQwQjvqa5b0p5BETuw2a9/j/H4hZO2l+g5r N5S5uG1Pkz6lDfAvqNeNmxEHjmFB0BK0nFy+67K02HdApKQOilkL0ZBqOD2keG8aTL n+sqrK+E0RX70TqGWK4klF9sA8vu6G9ztRmEXeE+eED9/0GdQ+MszYwC/tf3vTmtIH 52E/RvAHTno84It09WEEAAtabsEbpCggbS7MOh49kFCXvZQO0As1VONACSq1FOviHr /gdwxsdHzIJDw== From: Andreas Hindborg To: Lyude Paul , rust-for-linux@vger.kernel.org, Thomas Gleixner , Boqun Feng , linux-kernel@vger.kernel.org, FUJITA Tomonori Cc: Frederic Weisbecker , Anna-Maria Behnsen , John Stultz , Stephen Boyd , Miguel Ojeda , Alex Gaynor , Gary Guo , =?utf-8?Q?Bj=C3=B6r?= =?utf-8?Q?n?= Roy Baron , Benno Lossin , Alice Ryhl , Trevor Gross , Danilo Krummrich Subject: Re: [PATCH v6 5/7] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext In-Reply-To: <20250724185236.556482-6-lyude@redhat.com> References: <20250724185236.556482-1-lyude@redhat.com> <20250724185236.556482-6-lyude@redhat.com> Date: Fri, 08 Aug 2025 10:14:06 +0200 Message-ID: <878qju6xip.fsf@kernel.org> Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain "Lyude Paul" writes: > Using the HrTimer::raw_time_cb() function, we can now add an equivalent to > hrtimer_forward_now() to both HrTimer and HrTimerCallbackContext. > > Signed-off-by: Lyude Paul With the commit message fixed: Reviewed-by: Andreas Hindborg Best regards, Andreas Hindborg