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 C48721DB122; Mon, 1 Dec 2025 05:57:39 +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=1764568659; cv=none; b=l+5zy/motIMc0hNLLO6rQzJtPoYAvR9PAWCk6woc8iJyJ2szTOkqpKkMmG/7mcZnWR4379/zzJozERQDPvL2HmQV/brT3sHiHXDx1AN7+AD6JTMJfVJVLHFw7U10sBZj34Nbf09Fey1wJc1R9Go0m+F3FsaDbkd9IBlTz3J6AAY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764568659; c=relaxed/simple; bh=pfg/mmf1mnG5ocEkGQqr7uB+mBIYup2D8ga7YwXFpm4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jlxMkuvirvGkPSet4RJsdMHPPHljq5VdV5cfssCRyaeIFi1O6Fv1nT0j+qdiBZOw2zwxzTC3KSA0gCf9uaVKq1joUrDj/bx4G/Wq2Hc9j+CsJS+3/sjiZtGuHWzwD2i1iCEVsWVszmR8TW+r6pUd4mgxMHyNVz8sjcLTXKz36O0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pXO4U63z; 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="pXO4U63z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C34E5C4CEF1; Mon, 1 Dec 2025 05:57:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764568659; bh=pfg/mmf1mnG5ocEkGQqr7uB+mBIYup2D8ga7YwXFpm4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pXO4U63z3roMzDGR696SZODz84edaXlEp+eNqJ3fsv0qoW8WqXJmMk7JzQ6pSX3E7 OcVceDnzYmZMypzrVrx/mUuR5q0F+Ke5lkrxHbz8q9U6ImwCp8ZhGVkxJuDzMpdVMu UWc+ezgacvt78wMQQKQVqBSVhUft4Px/qn8eZ5BsE5FcvlLP9W+a02d0+SlhuMcL09 hf1NXYgheL+baaCsbxXxr/irjIcKmzlGngXxJyfeHD++kVP2q+F+k5j899inyT/D3M S5gBypNJVF0vsdOyXLg4vIEG/FDOVnDlAogDAuaAWu8luNuMJSP4c36+XCxUx0uLvb fZpbulaDYYfnA== Date: Mon, 1 Dec 2025 06:57:35 +0100 From: Ingo Molnar To: Stephen Rothwell Cc: Thomas Gleixner , "H. Peter Anvin" , Peter Zijlstra , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the tip tree Message-ID: References: <20251201062717.09db0560@canb.auug.org.au> 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=us-ascii Content-Disposition: inline In-Reply-To: <20251201062717.09db0560@canb.auug.org.au> * Stephen Rothwell wrote: > Hi all, > > Commit > > 01f38611a451 ("locking/mutex: Redo __mutex_init()") > > is missing a Signed-off-by from its committer. This should be fixed in: 51d7a054521d ("locking/mutex: Redo __mutex_init() to reduce generated code size") Thanks, Ingo