From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 112FB4746A9; Wed, 29 Jul 2026 11:21:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.92.199 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785324118; cv=none; b=KoFn1rfDQmXezRvhgGCmtOIKkG04pEx+nldMpreLn03bMc20ffCvHKnomVlCKyq0KsNP6j9yZI9rP/Li9/4Haye4iocr0MvChDo55l48wS2FTburzFMiuYYfECyo7B/REiVCLMqMf7VGNLCFHRsASVGLdpRF/Yc/sG2dAvRhQuI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785324118; c=relaxed/simple; bh=QXcLXTISyYzsGbVfckKk6ygfB0PeyHBNWQpOngaxXb0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=t71oXL4+4qZ4Q9xYKCmtRgwZ/NmU6+L3mshUyKRBFGHd2gSkb8SrzWDSAZPKrX52xgErEbWTJXn4TBRG75PXqyT3Tnr6oC3iWPzfGr/5sLKUiBX01g1+tTvIPhM4MJiCP78S07rUjt0QUy/zBhEYlJpovX+TFPb0gmXxlJ1zVUI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=pass smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=MZuB0jy8; arc=none smtp.client-ip=90.155.92.199 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="MZuB0jy8" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=1CgtGc8dfQDg8cEl3e37lBqi4AckPB1wOQzQzsFdZIk=; b=MZuB0jy8WPwdmFw0qXcrwDexzn FpG3roe4fWQKWDYtvqS5x/RW2l5o7vjt5pdBMJLUapvR9i1NpbOjRjTUgbbtoccORpiEUS65/3E2j OrJgQoZzS6DFWv/qgyvbihHean0Ct/283Yk2WOJffnyClwIv+463/jLXl0pQLnYZAo7b0Sov/5r/v hQAH03Pjpaj2lRoD3fVj0Ms2Q4DQFSpigiT7LkbXnGVHsrDCkhsDaqsJzui/ZwtbESae3ArgmJ35m kZV1KsFJ8Cr+V6S96ClQyukwqOhyz6qIeTFBSRpHC3n2/QLPWSIeMmCImWogbHdradbUElhaz5ZH4 ZtSJJNQg==; Received: from 77-249-17-252.cable.dynamic.v4.ziggo.nl ([77.249.17.252] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.99.2 #2 (Red Hat Linux)) id 1wp2MC-00000005iMS-2KnM; Wed, 29 Jul 2026 11:21:52 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id C9E8F3004C9; Wed, 29 Jul 2026 13:21:51 +0200 (CEST) Date: Wed, 29 Jul 2026 13:21:51 +0200 From: Peter Zijlstra To: K Prateek Nayak Cc: Ingo Molnar , linux-kernel@vger.kernel.org, linux-tip-commits@vger.kernel.org, Samuel Holland , Charlie Jenkins , x86@kernel.org Subject: Re: [tip: locking/core] riscv/runtime-const: Introduce runtime_const_mask_32() Message-ID: <20260729112151.GM49951@noisy.programming.kicks-ass.net> 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: On Wed, Jul 29, 2026 at 03:59:51PM +0530, K Prateek Nayak wrote: > Hello Ingo, Peter, > > On 7/29/2026 3:33 PM, Ingo Molnar wrote: > > > > * 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? > > That was b4 picking up a S-o-b for a parallel suggestion here > https://lore.kernel.org/lkml/alXQY4hgZYLmr8x7@blinky/ > > Sorry I didn't catch this earlier. Could you please drop that tag. No problem, should be fixed now.