From mboxrd@z Thu Jan 1 00:00:00 1970 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 A8BE44BAA6 for ; Fri, 12 Apr 2024 07:35:39 +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=1712907341; cv=none; b=HHVHd6up440eieRGQ6JfpYaGEx5npSrjH6df9bFzz19VAy17rRxpvPW6A/FQla59Q2nRWx7uHyQDqspVlnDIY4lfInOQzpB2Y2b1GxvqZtAa4WLXfJeJsUJZ6IJ+ZCy8jHkWXtKIXMypsbDZTMKCzUzK8BWT8/v+PWiWQb+IfJU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712907341; c=relaxed/simple; bh=I8UCgoIuHmSMIqhNFagbezt4NPkAYdb6VNpDEThhRhE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=HAXN6YhzeqIzCnv1yZ+MEAOmXLHpx4C+oH3UHgrPu3bz4lpiTin9w4lLssNzTUUVfFSI6G0nhTjekSglLsa19Hd1zJFmbWjpQ8Qqhmez6kbEyNIBfUP1Zf4oZYUZlbTDWC1UNaojGjJNxa3KojxN1G36/1Yj/uhRQISZHnKAjuE= 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=TZzWMGMA; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=tg0wswcT; 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="TZzWMGMA"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="tg0wswcT" From: Anna-Maria Behnsen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1712907338; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=I8UCgoIuHmSMIqhNFagbezt4NPkAYdb6VNpDEThhRhE=; b=TZzWMGMAZ9xLJ7JaxrGMgz6JDNymNNMGlGlLuWY4jmaPDyLzuc2gThgX54CVbwa/M0iC4/ UMTEp2rwSNJBF/GcPZcOMjYRTWs/K27tg6I5GX7jygL12qII8ZKZq/zqInbXs/hKlJqH+E AvMNQuQvhrO8FBKHJ5COaLWAIjgVX6gUhhUgci/3xMn9uxBNY+LKmj/6ptFbS9Gbj3nQSa l9oOQKGT+DKnsYCZNdF5rOmk0nlPGuUjvHwmfrbGT1RhVT9U5DX7RPoCXDMtAh6dNmlE/v 7ts5LAle8/MZP0Q2Lz90svALJkbkgzNW7R61G1e0pOA1uBccadguHq0tbmpeFA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1712907338; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=I8UCgoIuHmSMIqhNFagbezt4NPkAYdb6VNpDEThhRhE=; b=tg0wswcT5chAfcSSnrY5y09O1zUmfhssKm8AE1ROt8El11d2eDC/lSfXqj5V3J9oHFfCiw ebakoYvOrUWGOWBw== To: Thomas Gleixner , LKML Cc: Frederic Weisbecker , John Stultz , Peter Zijlstra , Ingo Molnar , Stephen Boyd , Eric Biederman , Oleg Nesterov Subject: Re: [patch V2 07/50] posix-cpu-timers: Split up posix_cpu_timer_get() In-Reply-To: <20240410165551.376994018@linutronix.de> References: <20240410164558.316665885@linutronix.de> <20240410165551.376994018@linutronix.de> Date: Fri, 12 Apr 2024 09:35:37 +0200 Message-ID: <87le5jjanq.fsf@somnus> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Thomas Gleixner writes: > In preparation for addressing issues in the timer_get() and timer_set() > functions of posix CPU timers. > > No functional change. > > Signed-off-by: Thomas Gleixner Reviewed-by: Anna-Maria Behnsen