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.2 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 EB4BEC43461 for ; Wed, 9 Sep 2020 08:17:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B653F208FE for ; Wed, 9 Sep 2020 08:17:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727804AbgIIIRE (ORCPT ); Wed, 9 Sep 2020 04:17:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:48608 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725917AbgIIIQ7 (ORCPT ); Wed, 9 Sep 2020 04:16:59 -0400 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 40927AFA0; Wed, 9 Sep 2020 08:16:58 +0000 (UTC) Date: Wed, 9 Sep 2020 10:16:56 +0200 From: Petr Mladek To: Sergey Senozhatsky Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , John Ogness , Sergey Senozhatsky , Steven Rostedt Subject: Re: linux-next: Signed-off-by missing for commit in the printk tree Message-ID: <20200909081656.GD3864@alley> References: <20200905121827.22fb4037@canb.auug.org.au> <20200908074601.GA3864@alley> <20200908095924.GA74028@jagdpanzerIV.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200908095924.GA74028@jagdpanzerIV.localdomain> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 2020-09-08 18:59:24, Sergey Senozhatsky wrote: > On (20/09/08 09:46), Petr Mladek wrote: > > On Sat 2020-09-05 12:18:27, Stephen Rothwell wrote: > > > Hi all, > > > > > > Commit > > > > > > 4c31ead75f41 ("printk: ringbuffer: support dataless records") > > > > > > is missing a Signed-off-by from its committer. > > > > Thanks for catching this. It should be fixed now. > > > > It has been originally committed by Sergey. I rebased it to add the > > missing SHA1[0] and suddenly became committer, see > > Oh. > I missed it somehow that b4/git-am didn't add all the required fields. > That wasn't the only patch that I applied. So, well.. Sorry and thanks > for catching and fixing this up. It was actually my mistake. I should have added my SOB when rebased the commit. Best Regards, Petr