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 991B8C43461 for ; Tue, 8 Sep 2020 07:46:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 68A9121D46 for ; Tue, 8 Sep 2020 07:46:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729257AbgIHHqI (ORCPT ); Tue, 8 Sep 2020 03:46:08 -0400 Received: from mx2.suse.de ([195.135.220.15]:49198 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728786AbgIHHqD (ORCPT ); Tue, 8 Sep 2020 03:46:03 -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 D5FB8AE24; Tue, 8 Sep 2020 07:46:02 +0000 (UTC) Date: Tue, 8 Sep 2020 09:46:01 +0200 From: Petr Mladek To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List , John Ogness , Sergey Senozhatsky , Sergey Senozhatsky , Steven Rostedt Subject: Re: linux-next: Signed-off-by missing for commit in the printk tree Message-ID: <20200908074601.GA3864@alley> References: <20200905121827.22fb4037@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200905121827.22fb4037@canb.auug.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org 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 I have just rebased it once again and added my newly required Signed-of-by. [0] https://lore.kernel.org/lkml/20200903091436.GA5012@alley/ Best Regards, Petr