Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp16597pxu; Thu, 10 Dec 2020 16:53:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJx2xkHS6KbdTaMhjIDC5O8DmluxS8ku2nQ5Z780UHee+g6bcXh9dsWJsH1+jnixDcQVJ9s7 X-Received: by 2002:a17:906:27d1:: with SMTP id k17mr9069108ejc.325.1607647986503; Thu, 10 Dec 2020 16:53:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607647986; cv=none; d=google.com; s=arc-20160816; b=P6EIisfb/XjFif4XYAqtycNLkTquWQiG7GkaPHYlZo95IQFgjA4q71MPudWtr56Zns KYKumu7dRSIlP2FFKRrmXP3Cz03M79bK0ojUOigql2vVx0folm+Yxbw2dFVV9/ewuyzP a7KDv1n65DBsAb8h3P+nwR6tZDS1y3lzgLBPmFtlx1oUsWVUZkcoBjuKgZeX2jnK1OMA tb3Kt4j8iii65TBkXi1WxSLHy/+vP634fqWgedgUzbyWcCfZQMuq7hq4JOtF03+a3WVD ulr2GDd20s/WiJQBAcpEjuLHIz1oRStrm+j9+E9dD862yGNLLv0izxXJtklvkwz4WRKU 15ow== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=gMiGAGkFKuxOiqxO0l3m54ZCx9f0cvO+F2LHLR0cGn8=; b=j9d7t6RMx3ML+fKwQ9VJVQ2pi2bSffkVeDJg4GLE0EpFkxUAwFMBYKx9gWSJr29Qc5 lpbkPOHaIypbH6zUwQ/GzzSy32EkQLgjfzld3sRbHJ9rzXbLyhuqZ1O/Aq5nYWcsX4jk Xu25wpwhmKwCzI0KIpy+XHr81X4P3rMcgE/DGy6TJEvvNa2bAiNSj8uIzqjz8rNzKEIs s8IWnE4C7N2jcgP/1h5DIEG7he0S8S3iJPg1ofYNM0kOc7WXvskSJG852JrYvevvcmVZ l0S4uAC0Oiu72frCeu1yAu3P77aJwcEYqinT5CeiBNLQrKjEzzytwQC6fv6NtKjFxcGH SErQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j24si3463714ejt.651.2020.12.10.16.52.40; Thu, 10 Dec 2020 16:53:06 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387856AbgLJMvf (ORCPT + 99 others); Thu, 10 Dec 2020 07:51:35 -0500 Received: from mx2.suse.de ([195.135.220.15]:54914 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731240AbgLJMvR (ORCPT ); Thu, 10 Dec 2020 07:51:17 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 84AFEACF4; Thu, 10 Dec 2020 12:50:31 +0000 (UTC) Message-ID: <1607604631.22066.41.camel@suse.cz> Subject: Re: linux-next: Signed-off-by missing for commit in the tip tree From: Giovanni Gherdovich To: Stephen Rothwell , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: Linux Kernel Mailing List , Linux Next Mailing List Date: Thu, 10 Dec 2020 13:50:31 +0100 In-Reply-To: <20201210215210.2c432324@canb.auug.org.au> References: <20201210215210.2c432324@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2020-12-10 at 21:52 +1100, Stephen Rothwell wrote: > Hi all, > > Commit > > 46609527577d ("x86, sched: Use midpoint of max_boost and max_P for frequency invariance on AMD EPYC") > > is missing a Signed-off-by from its author. > Hello, I'm the author of that commit and the missing Signed-off-by is not intentional but due to a mistake I made. I used the string "------------" in the commit message and git interpreted it as "drop everything from here onwards", including the Signed-off-by. According to the maintainer's preference, I agree to either them adding Signed-off-by: Giovanni Gherdovich or to resend them the patch with a better commit message if they prefer. Sorry for the inconvenience, Giovanni Gherdovich