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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 AC9EDC433E6 for ; Fri, 15 Jan 2021 09:23:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C86B23434 for ; Fri, 15 Jan 2021 09:23:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728006AbhAOJXg (ORCPT ); Fri, 15 Jan 2021 04:23:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:38858 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727128AbhAOJXg (ORCPT ); Fri, 15 Jan 2021 04:23:36 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1148A2339D; Fri, 15 Jan 2021 09:22:54 +0000 (UTC) Date: Fri, 15 Jan 2021 09:22:52 +0000 From: Catalin Marinas To: Stephen Rothwell Cc: Will Deacon , Mark Rutland , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the arm64-fixes tree Message-ID: <20210115092250.GA16707@gaia> References: <20210115062448.484390ab@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210115062448.484390ab@canb.auug.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, Jan 15, 2021 at 06:24:48AM +1100, Stephen Rothwell wrote: > Hi all, > > Commit > > b5639879902a ("arm64: syscall: include prototype for EL0 SVC functions") > > is missing a Signed-off-by from its author. Thanks Stephen. Fixed. -- Catalin