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 X-Spam-Level: X-Spam-Status: No, score=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64811C2B9F4 for ; Fri, 25 Jun 2021 14:18:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 43FFF6194C for ; Fri, 25 Jun 2021 14:18:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229782AbhFYOUh (ORCPT ); Fri, 25 Jun 2021 10:20:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:44208 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229653AbhFYOUh (ORCPT ); Fri, 25 Jun 2021 10:20:37 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CC6956162F; Fri, 25 Jun 2021 14:18:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624630696; bh=LSdeyXiFoE3OXeWs86ZxNRD8nrKgnMYz0WptQuMdPWU=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=ER3qOtf15njO4d4mAqvqJQ6QBupd4fpuOJ8aoFrUh7aDKPUGO4/KP6yj0GgK85uDw QoEiufnOikvrMSHI/ZeyJeDtV/1i0XyI5bX+AORCrFUQ8bsUgNLrX1EpsSLg6QjU4e rFOSvqApcz2SVRlxT5FXQ5S+I5lwFZRhftL6hKYaxtsLIdiyOggZRuqILci67WKlBz MT5gFWLFdjuUN2HlAjEs3dD2Au9oe0adS7b04jvYkkUrhjE/GMh/03zhVhZTojBg+W uS7CnwaBmpCTWZ0YUbuc2eCQjTQ+NFSaOd6IRazXlvIDtus37MW41PETsQKX9E2mTH YP9CITTNU9+vg== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id ADEA85C065A; Fri, 25 Jun 2021 07:18:16 -0700 (PDT) Date: Fri, 25 Jun 2021 07:18:16 -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 commits in the rcu tree Message-ID: <20210625141816.GA4397@paulmck-ThinkPad-P17-Gen-1> Reply-To: paulmck@kernel.org References: <20210625141844.2f196aeb@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210625141844.2f196aeb@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, Jun 25, 2021 at 02:18:44PM +1000, Stephen Rothwell wrote: > Hi all, > > Commits > > c6f5e7e1ac95 ("tools/nolibc: Implement msleep()") > d7c47ea32af0 ("tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.h") > > are missing a Signed-off-by from their committer. Fixed, and apologies for the hassle! Thanx, Paul