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=-1.1 required=3.0 tests=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 D52A6C433DF for ; Sat, 30 May 2020 19:28:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE8AD2074D for ; Sat, 30 May 2020 19:28:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590866881; bh=ffeRgnoB73U8G+9CbTcdGz+cRwm33EHgvBLxDiU91RI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=PGoVUnHhtFiO+WG90735AbWkyPz8d2imXOkvZfLelkvo/bJgl82TVP9EvhGPuAPnb R06CY7LTA9p2+3KWMQCwuVY28dIEgKJDWOMWOEs2fZA4Gkxtu9kUI1cy2YSyJb+pCH WrYO8iRNYJpHwJh2IvMcJSbGEzRIkDETpMh6Z7bE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729006AbgE3T2B (ORCPT ); Sat, 30 May 2020 15:28:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:59290 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726898AbgE3T2B (ORCPT ); Sat, 30 May 2020 15:28:01 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6ED4B20722; Sat, 30 May 2020 19:28:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590866880; bh=ffeRgnoB73U8G+9CbTcdGz+cRwm33EHgvBLxDiU91RI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=RvnX5HHCuabrUwqsAJPFuDt4YmnKEyHblTBaIgWyxgST3eLccTX0JKpSUqpVLxi+6 6OzlJgTGN/YVcNz9iMZoyV/sm6R9WDM79IsW+JbTYBiWOZItCOKhqFDvhjFydzUsz5 nHRIazVT0ffd3erjPH7PDIeYGDSTnWHBT+NogK58= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20200530145624.30d0e400@canb.auug.org.au> References: <20200530145624.30d0e400@canb.auug.org.au> Subject: Re: linux-next: Signed-off-by missing for commit in the clk tree From: Stephen Boyd Cc: Linux Next Mailing List , Linux Kernel Mailing List To: Mike Turquette , Stephen Rothwell Date: Sat, 30 May 2020 12:27:59 -0700 Message-ID: <159086687976.69627.3942972165401760107@swboyd.mtv.corp.google.com> User-Agent: alot/0.9 Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Quoting Stephen Rothwell (2020-05-29 21:56:24) > Hi all, >=20 > Commit >=20 > 5f2feacb7639 ("clk: vc5: Add support for IDT VersaClock 5P49V6965") >=20 > is missing a Signed-off-by from its committer. >=20 Thanks. I don't know what went wrong with that patch application but I've fixed it now.