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=-2.3 required=3.0 tests=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 EB711C2D0DC for ; Thu, 2 Jan 2020 11:15:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C88A320863 for ; Thu, 2 Jan 2020 11:15:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728121AbgABLPO (ORCPT ); Thu, 2 Jan 2020 06:15:14 -0500 Received: from foss.arm.com ([217.140.110.172]:46458 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728115AbgABLPO (ORCPT ); Thu, 2 Jan 2020 06:15:14 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8226731B; Thu, 2 Jan 2020 03:15:13 -0800 (PST) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D361B3F703; Thu, 2 Jan 2020 03:15:12 -0800 (PST) Date: Thu, 2 Jan 2020 11:15:10 +0000 From: Sudeep Holla To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , Sudeep Holla Subject: Re: linux-next: Signed-off-by missing for commit in the scmi tree Message-ID: <20200102111510.GB4864@bogus> References: <20200101173801.2e9a1758@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200101173801.2e9a1758@canb.auug.org.au> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, Jan 01, 2020 at 05:38:01PM +1100, Stephen Rothwell wrote: > Hi all, > > Commits > > 75ee475c4018 ("drivers: firmware: scmi: Extend SCMI transport layer by trace events") > 60542ecbce11 ("include: trace: Add SCMI header with trace events") Thanks for the report, I noticed this before I sent PR to ARM SoC but forgot to update for-linux-next branch, now fixed. -- Regards, Sudeep