From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D07B5C7EE23 for ; Tue, 16 May 2023 22:55:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230055AbjEPWzD (ORCPT ); Tue, 16 May 2023 18:55:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229533AbjEPWzB (ORCPT ); Tue, 16 May 2023 18:55:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57C3230E6; Tue, 16 May 2023 15:54:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E866B63FF2; Tue, 16 May 2023 22:54:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C8BCC433D2; Tue, 16 May 2023 22:54:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684277686; bh=QrNDGnyMaSEthEcXR/IV3o6pP/XdxCB34fP/wowmY+0=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=pULmLRfRGs8wiCu+2uPN8y9gajJXRd8gar+WX71N7jt+jLAMnztBSpqYBU1n9phZL /DwsXx3xsXTeE6QxwRbm83iHnYDXi4RDRviVYoQFH4ueEsFpywvjvZ3vwTE6O+2fXV SbV1LJImlCRsOQaAPMU8z7T4dDG2yZ14d+9fRANyVQQq464fMMT4m/7bMDtTgZz1Yi H6fLIkTWFblQAuG5vEo0FhVBwRGsVR7onT3mNuwBUCvkbPYkZS8fd3n+WcDJDIPaxe /zNzwSVRf/CA9RPwCWTPSbeI5zqI8WWAk2h/tVRgpAsOJdhdlrELBtLrn4WiUTJg2Y x/J6HrxFrbgew== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id 0087FCE1143; Tue, 16 May 2023 15:54:45 -0700 (PDT) Date: Tue, 16 May 2023 15:54:45 -0700 From: "Paul E. McKenney" To: Stephen Rothwell Cc: Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the rcu tree Message-ID: <078c7d36-7655-4516-8552-a94eaa6051e3@paulmck-laptop> Reply-To: paulmck@kernel.org References: <20230517084116.17be78d7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230517084116.17be78d7@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 17, 2023 at 08:41:15AM +1000, Stephen Rothwell wrote: > Hi all, > > Commits > > 1d29b558483d ("tools/nolibc: remove LINUX_REBOOT_ constants") > 09efff85e556 ("tools/nolibc: add testcase for fork()/waitpid()") > d9d16cc80854 ("tools/nolibc: s390: provide custom implementation for sys_fork") > c792624d254d ("tools/nolibc: validate C89 compatibility") > d7644912ea9c ("tools/nolibc: use C89 comment syntax") > 9cd4e2eb852c ("tools/nolibc: use __inline__ syntax") > 367742887f79 ("tools/nolibc: use standard __asm__ statements") > > are missing a Signed-off-by from their committer. Apologies, thank you, and will fix! Thanx, Paul