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 60BD31448F2 for ; Wed, 15 Jan 2025 16:06:49 +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=1736957211; cv=none; b=W4ydnfbuW8tCINprMug2TFxsnqodfGr7FSejCbchjKxAfJZcJBlJ4feGXWl1SPbiumRL08ZB/bwHBR/fcGvVN2oC65ExQ57OZbdjUyb0lTiOTmYHvYi2llByFznJkPdqeRimk/e1FjPLBtarci6vXN8Qn3pu8vh6REW0X+BHhM0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736957211; c=relaxed/simple; bh=y0z32J30PQnYXyLnmIAVWjO64q3lSpGVAVCZPGPuuhg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=fZ7b6x6Bbl1WIazBw88D3hX4URBv0/ofwMkGEF80E3YWZI6ZTDJlEN0LXwMil6Z5Pi1zhh/CAm9cotHp67h1e7B4PqqwZEEBmMN4IqUgSWmvdxFgE3zmlMpz+e8v3OnwrCBZYKF9WHJ3vUNNzCL+9WjckpiTvRrBPk/NisD7raU= 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=RJgr4eth; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=x209WDNp; 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="RJgr4eth"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="x209WDNp" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1736957207; 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=JAS0JFRdp2EsjTMoz3cYUhkwyAbrK5qbTdf+V6Lu6Ss=; b=RJgr4ethWrW8lpXqmQ7FHumGoeun8UqKdIyKC4T3cfAmwCx00hatuNhN5WDGi6fOsMOuIq TyqbEkHuKxSEFXncU6kpHMGQaydN4Fycb8QB/1cEp0YyRVJpJYQWfEdCdOaSseGwyWveub HtlTkU72iFhqUTT1sZTWWsswFNpHwbDyYwIQWq0skIdvjS6d+b7NAS+U99H+dJeIBnZEAD MW6b8eCgET95ckGUo4qphB1Wpa4PKvr24EuWIfhBKbBjNWkDLcpk+MPvDRrAGkUzwo6ssE TT9f3ap3LZ9vDouHf8ESsrQo4HmGdnCFgVvefPP6igVsdTxefbwTM4YSa3tpnA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1736957207; 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=JAS0JFRdp2EsjTMoz3cYUhkwyAbrK5qbTdf+V6Lu6Ss=; b=x209WDNp/1ENbP+PdqRYpFb02H/cFjYmIUk6Bt9idKV9vHAvTMH1BUJBMOREbo8NfikB/Z PU+CzsB30+/1uRDA== To: Daniel Lezcano , Randy Dunlap , linux-kernel@vger.kernel.org Cc: Ulf Hansson Subject: Re: [PATCH] genirq/timings: add kernel-doc for a function param In-Reply-To: References: <20250111062954.910657-1-rdunlap@infradead.org> <87a5bscs82.ffs@tglx> Date: Wed, 15 Jan 2025 17:06:46 +0100 Message-ID: <87sepkawo9.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Wed, Jan 15 2025 at 13:09, Daniel Lezcano wrote: > On 15/01/2025 10:59, Thomas Gleixner wrote: > So, here is my proposal. Ulf and I will do the changes for the DSU power > down which is reasonable to say it can happen during the next cycle. If > there is nothing for the end of the next cycle, then we remove the code. > > Does it sound good ? Fair enough.