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 82A41265CDD; Fri, 14 Nov 2025 14:51:35 +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=1763131895; cv=none; b=H6slyROCfidL5ql/hkMCWGKAy3EAXdO9Fdpj6LObV5PLhHLFdt+VTCbXkCxhsGvCEnj2zblBzFrJCoZRJBjCX+OoXhbxzHYooGXq7n3rQ42kJ3yizj/sTzIYE/G3bb7kLUJGtXJGnjN2+oB/SRb5FmrclmGbgtCq/wvfBEXNm0w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763131895; c=relaxed/simple; bh=8c+mjANGBZmTTvPYjYFOxgUGb0hYcU1VZLSNLhXpbiE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Qmc4oIbxjwSuBEe3wf05xwurZt69d7Pu14qjDk1O15VYCfriLDVZvozbbz/dWRgmoBrXkRrwUe/0mrhLJi2hMQrGqRa7J8fAhZ+08j8s3upFqjdI2vwFK/gjGvQVRTEREs/pRgwj/17TIk+aD8TeHa51jr3EIh3+57KWfKuv6/4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HdhGazUU; 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="HdhGazUU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A51DFC4CEFB; Fri, 14 Nov 2025 14:51:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763131895; bh=8c+mjANGBZmTTvPYjYFOxgUGb0hYcU1VZLSNLhXpbiE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HdhGazUUheK/g0saMvEvIcXHL4WyP6Y+OWpIKfJSO6Ujg+WUXP9yTlSiAI11074Wy RMdQPjlP34Nhapi8XRwPWr3TRdPEQuWI+8fW5HD2p7/SLE+4x/ew3P8m0O2oT9NFDa pxBNlrzhJSYHGyI2UnTMRw3jt6unvYDpyeZI8/2Cnxb9Eiu29ZiN7TuV1idTIATuLx vNdCQSrPz+mkXiBgizNRai1j+tXCVsirZGyGZzmdoNGC2FhwmZ83bboAvjB6YkzNb7 oTwsIDsN2cyhw3IDkOvwyi8r37nN83xsCgTBwuL61IVirf6fdDNbd1z/ehplotoQUH E7tg1SZhNywXw== Date: Fri, 14 Nov 2025 15:51:32 +0100 From: Frederic Weisbecker To: "Paul E. McKenney" Cc: Stephen Rothwell , Neeraj Upadhyay , Boqun Feng , Uladzislau Rezki , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the rcu tree Message-ID: References: <20251114085932.18e76047@canb.auug.org.au> <56daa042-9d2f-483f-9b10-8a26635b17b9@paulmck-laptop> Precedence: bulk X-Mailing-List: linux-next@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: <56daa042-9d2f-483f-9b10-8a26635b17b9@paulmck-laptop> Le Thu, Nov 13, 2025 at 02:28:02PM -0800, Paul E. McKenney a écrit : > On Fri, Nov 14, 2025 at 08:59:32AM +1100, Stephen Rothwell wrote: > > Hi all, > > > > Commit > > > > 35587dbc58dd ("tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast") > > > > is missing a Signed-off-by from its committer. > > Plus it needs to be see by git as being authored by Steven Rostedt, > apologies, my mistake. Forgot that --author command-line argument. :-/ My bad, I forgot to check all these details. And yet I knew that the sleep-deprived yesterday was not the best time to apply a patch :-) I zapped the commit for now since Steve has complains to discuss. Thanks. -- Frederic Weisbecker SUSE Labs