From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 C62923DA7F3; Wed, 29 Jul 2026 10:03:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785319436; cv=none; b=EeQ3LFJakM0xRSxKTBTT2RKAWcz3oAKKvMC9mdSk1J1hBqOieYVtWH7IaO36KIFxxNQEvvTv9XixDFy61GGGP40X9x8czi33iJjXIfQl6pE1wJdbpduchyoDpkBmGMNazL41xrystoHSmN32qfkidHUCfekTA6m/uAOhuPnQbKQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785319436; c=relaxed/simple; bh=K24wxYhYxokEUavZWeUpW7t5vXrb/dkW/WazpEqo16A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Avot4AVnI66Smam+XVZFOEzzFb+1dxxQBoTvYZPhWTfZY0o/B6OPCcLrVMjLMHmdzIW3/c/dyaCaXld8JC7UzC7hyR3wFPOhEERHs4F/w3tGcPLAyIpi8Lw+jiu8TfTBYAzqLH9vqxI81++JGMCrO+2JCD7+pMw3hniH543SvsE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=T5+y10ZW; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="T5+y10ZW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACE8E1F000E9; Wed, 29 Jul 2026 10:03:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785319435; bh=36i0UiGa20LzwwPiQR7Zva2Zw9vRXuCsZHJzxqZDVE0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=T5+y10ZWUNZxD7JVZhMTAIUvHuvY9LfS67vOdizaxRCoru2yAje8p5P0CvxE7icXS Nq76gLLAb6z0OlBPGoYGnaaMKpX+GfVScJxWyuMGsiGpSXLZMzblrT7TszYS2Ms7OO F57E6uRlKBjJXwCz1H+6blcMTKw414Vt60E8YfKAs5Slo+SuKm6RFWpRLUS3v/glwZ DGsdsVhLwZiF5RqhUgV/iGLa+Sojm9p9HsgdoZ3JfCxxlVaIL6q/Ov2Dm/uHEOG00H 5MOWpE3SzPtqFjed7ZsEA9eYWiX5HiTuqsbQKus53qZlrNWRYHoRGu/QexlR5kOdD0 tzqvaakOsiv4w== Date: Wed, 29 Jul 2026 12:03:50 +0200 From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: linux-tip-commits@vger.kernel.org, Samuel Holland , Charlie Jenkins , K Prateek Nayak , "Peter Zijlstra (Intel)" , x86@kernel.org Subject: Re: [tip: locking/core] riscv/runtime-const: Introduce runtime_const_mask_32() Message-ID: References: <20260728052540.4728-6-kprateek.nayak@amd.com> <178531891265.112641.4565394699740685507.tip-bot2@tip-bot2> 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=us-ascii Content-Disposition: inline In-Reply-To: <178531891265.112641.4565394699740685507.tip-bot2@tip-bot2> * tip-bot2 for K Prateek Nayak wrote: > The following commit has been merged into the locking/core branch of tip: > > Commit-ID: 3f0d06613ae58ae09c48915638692d093168abc1 > Gitweb: https://git.kernel.org/tip/3f0d06613ae58ae09c48915638692d093168abc1 > Author: K Prateek Nayak > AuthorDate: Tue, 28 Jul 2026 05:25:37 > Committer: Peter Zijlstra > CommitterDate: Tue, 28 Jul 2026 13:07:15 +02:00 > > riscv/runtime-const: Introduce runtime_const_mask_32() > Suggested-by: Samuel Holland > Suggested-by: Charlie Jenkins > Assisted-by: Claude:claude-sonnet-4-5 > Signed-off-by: Charlie Jenkins > Signed-off-by: K Prateek Nayak > Signed-off-by: Peter Zijlstra (Intel) So author is Prateek, but the first SOB is Chalie Jenkins's? That's not a valid SOB chain. Is a 'From: Charlie' line missing, or was it Co-developed-by? Thanks, Ingo