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 B5E961EF947 for ; Mon, 21 Oct 2024 12:35:48 +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=1729514148; cv=none; b=qLFhQMmoBUTGqlK0dQZtZ61LYG2rLJ9FUmDThDAnymPemlw6IkYtAZw6PNn81/flwAcJZTFxjOu1qLLo6NvhlZxwPLAX9McVtnWZkhMRupC00dV+wBuTozoSkteD+HD9rzETVzAXMAalwefBWdrOVjm2elsh2aCzTYgwK3/QeSw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729514148; c=relaxed/simple; bh=47Xan2jr1hhv+/9jRVlzk4RsOtptUlXCbtcpPKyF3f0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jcuDDGdMucp/NtfAf4God//7l+D9VqTKVHsf3yGfomPqaXCgDCjtT/i7K3lLXwtt9x5uzI0asqZhgMgx/YNvMs1Pj5khKis/LKR2D1U2RbMzqwxXO6mCOBDIl1uWYfG0q77wL3M3/uz9inO3NfFrSpjmZ7Hlc4UQbE26fhpNzgY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GpA+avOT; 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="GpA+avOT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2D41C4CEC3; Mon, 21 Oct 2024 12:35:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1729514148; bh=47Xan2jr1hhv+/9jRVlzk4RsOtptUlXCbtcpPKyF3f0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GpA+avOTh1E2kK/MJR4JsO3cZxS92x8la3/Arcz6BpxrEbi+e0FXs8AwVKRGenGJ6 PJVaM6kYt59gZm37U1mW2ZupncuUOCjPnJ9U5PuhAP2TXVKGj0mMzys1w5Izuci22g MGTwuJSC5hQHHKexEqG+v1rkdDyK6SNBmQ8uSTxh7jVAU7BEBIIe9zhdpa0KRptffV XZZbNlz61hW5xkXNRp7ptREiXmBEsEqqq28d/jxAjN2DVGTbVqVJRQ07Bzfu9UuqSU ld/wSK05agwUq7C7D1IGY/UbM5rmEXQzDHkN9gIaLl6031BUxC08XZpKmz7vGh1qRl rgyC30/7/suqQ== Date: Mon, 21 Oct 2024 14:35:45 +0200 From: Frederic Weisbecker To: Thomas Gleixner Cc: LKML , Anna-Maria Behnsen , John Stultz , Peter Zijlstra , Ingo Molnar , Stephen Boyd , Eric Biederman , Oleg Nesterov Subject: Re: [patch V5 06/26] posix-timers: Rename k_itimer::it_requeue_pending Message-ID: References: <20241001083138.922192481@linutronix.de> <20241001083835.611997737@linutronix.de> 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20241001083835.611997737@linutronix.de> Le Tue, Oct 01, 2024 at 10:42:07AM +0200, Thomas Gleixner a écrit : > From: Thomas Gleixner > > Prepare for using this struct member to do a proper reprogramming and > deletion accounting so that stale signals can be dropped. > > No functional change. > > Signed-off-by: Thomas Gleixner > Acked-by: Peter Zijlstra (Intel) Reviewed-by: Frederic Weisbecker