From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751661AbdG0R4O (ORCPT ); Thu, 27 Jul 2017 13:56:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52466 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751637AbdG0R4M (ORCPT ); Thu, 27 Jul 2017 13:56:12 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 558BFA24DB Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=acme@redhat.com Date: Thu, 27 Jul 2017 14:56:07 -0300 From: Arnaldo Carvalho de Melo To: Stephen Rothwell Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Linux-Next Mailing List , Linux Kernel Mailing List , Taeung Song Subject: Re: linux-next: Signed-off-by missing from a commit in the tip tree Message-ID: <20170727175607.GF24815@redhat.com> References: <20170727094834.371f005e@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170727094834.371f005e@canb.auug.org.au> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Thu, 27 Jul 2017 17:56:12 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Jul 27, 2017 at 09:48:34AM +1000, Stephen Rothwell escreveu: > Hi all, > > Commit > > 585d93c5ffcc ("perf annotate stdio: Fix --show-total-period") > > has no Signed-off-by for its author. Ouch, my bad, will have this added to my git hooks... - Arnaldo