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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,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 D5629C2D0EB for ; Sun, 29 Mar 2020 22:01:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9F2B920838 for ; Sun, 29 Mar 2020 22:01:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="hcdht7gX" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729119AbgC2WBE (ORCPT ); Sun, 29 Mar 2020 18:01:04 -0400 Received: from mail-yb1-f172.google.com ([209.85.219.172]:39742 "EHLO mail-yb1-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728823AbgC2WBD (ORCPT ); Sun, 29 Mar 2020 18:01:03 -0400 Received: by mail-yb1-f172.google.com with SMTP id h205so7963559ybg.6; Sun, 29 Mar 2020 15:01:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=kAA7/YzGXhcKB7pmnLDjhGtQei6hSiehda0pcnmqcxs=; b=hcdht7gX/aAluLAcaUADD2aqp8ZKzKIFjkVyXd94dF0qE/edx1HS8GuGeAWWOeIfLo 8WVBDqF9Oy7vA0OpD1zDT1LlxrVmhAGNFVN1CwfKgQI+stjW4fhWbKiPFLYLnkHlIbTu nwLTvEENn3CDe5dHKuIruzmTZNLTZ06cHckHBtkHncUD3UE5ejNi7qOQ/gcKjesw3wi1 9wxNeK3lQQ1MKXYJyUCXQYmRTtqgpSjCzGZznP6Lhk3R/Gs+a8MiuiGn8k7AmrbulE3L cYtJJyTkQQM6kmCupI7Xp13YQIUiwjRcmon0mdJfSckS90o3q5png4ZJ1hQFgKZo8P2p gKLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kAA7/YzGXhcKB7pmnLDjhGtQei6hSiehda0pcnmqcxs=; b=W3nvP+SzGEkQPMr3Ctq4ZIVPLx+8jTwYPTvuUJ4RjARg/FynV94VHbgeGUaEDbN4T9 bSDFKregWN+DwUKlTjd0zI6Ixd+qLFZEKc+bh14kt2sOmAIK2gRV9QcmnjFWe/kIicD0 fAYimoK6+f57DwMVDg7mv6D9IuVhU5L1RQ/Ah1JyowUbLnLU3Qhi72uG4WZBVhZnv0Ku xKO4ivE3Hgo9MipWxmLzhHHNfIyEBf84rA6gX3kt2WTcs3WJEqL3O6cMkZooXdi5lUGo IViEtS3hkZyvBI83J7mKMyAZbsmEpCpXfwsVGPM2Z8m8oyFSmTfrWWC6cLhFlNDCRlVk 8ItA== X-Gm-Message-State: ANhLgQ1jwWKztBdMuphS9N7awJETeeBD9oGSvKzcNMaAvdEKjXAJHWq/ /WBemJFlpg6sidOAlsnSz29vK+hE5Tpadu2LnWgDSPZc X-Google-Smtp-Source: ADFU+vsUE4odt8ZrG8rT7+n/iARZ44nDnTbOYlD8uPNBIvBlzkdgRjKnout8R4kZAhGYFLeRl0SoeUrxykAMT3/EXa0= X-Received: by 2002:a25:cf12:: with SMTP id f18mr9868965ybg.167.1585519262570; Sun, 29 Mar 2020 15:01:02 -0700 (PDT) MIME-Version: 1.0 References: <20200330085747.082749d4@canb.auug.org.au> In-Reply-To: <20200330085747.082749d4@canb.auug.org.au> From: Steve French Date: Sun, 29 Mar 2020 17:00:51 -0500 Message-ID: Subject: Re: linux-next: Signed-off-by missing for commit in the cifs tree To: Stephen Rothwell Cc: CIFS , Linux Next Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org fixed On Sun, Mar 29, 2020 at 4:57 PM Stephen Rothwell wrote: > > Hi all, > > ommit > > cfc825ccc046 ("cifs: update internal module version number") > > is missing a Signed-off-by from its author and committer. > > -- > Cheers, > Stephen Rothwell -- Thanks, Steve