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=-10.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham 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 50DACC433E6 for ; Tue, 1 Sep 2020 10:52:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1A031206C0 for ; Tue, 1 Sep 2020 10:52:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598957546; bh=bWvYKwlpWZO5Zw1aWUwfX5i8uZ3+gv1jjP96lc2FIvU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=K2O50UcxRy0Rbs094bzHy0KGEX53wqIkwRA3DVNkEnQfdOUmfWRcCQkyRYBK7A3oM BugO8XJfUNQBWgGAjgTKvcikCcPmdFpPnFVb7WMM/18iX07EuPrlc4RPeF9S02yfCq isN4n3lxwnZgC/utih8k/qqxbSHZiSiN9M7v7ss4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726091AbgIAKwW (ORCPT ); Tue, 1 Sep 2020 06:52:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:41784 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725949AbgIAKwU (ORCPT ); Tue, 1 Sep 2020 06:52:20 -0400 Received: from coco.lan (ip5f5ad5cf.dynamic.kabel-deutschland.de [95.90.213.207]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F398D206C0; Tue, 1 Sep 2020 10:52:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598957540; bh=bWvYKwlpWZO5Zw1aWUwfX5i8uZ3+gv1jjP96lc2FIvU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ajCANOr80wiHcf/hz3lTLyY6Z7Ly9mYNkjIKiEh6+J3DrAPJc7EkPgOowRlAumh7i s0lPEGM8kAQm4+kV44O+jlbTJSVNGEmw6gP7wxjLjgcIRgDAvwrmn9Js8jcr8/jzmW q6QWwaPRSxAsaOuiq/6/yXe4FxrqlOjf62c+uO18= Date: Tue, 1 Sep 2020 12:52:16 +0200 From: Mauro Carvalho Chehab To: Julia Lawall Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Hans Verkuil Subject: Re: linux-next: Signed-off-by missing for commits in the v4l-dvb tree Message-ID: <20200901125216.5ae2ecbf@coco.lan> In-Reply-To: References: <20200901190354.38b0d16c@canb.auug.org.au> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Julia, Em Tue, 1 Sep 2020 12:05:51 +0200 (CEST) Julia Lawall escreveu: > On Tue, 1 Sep 2020, Stephen Rothwell wrote: > > > Hi all, > > > > Commits > > > > 063a27cb9820 ("media: tm6000: drop unnecessary list_empty") > > 1c047c859965 ("media: saa7134: drop unnecessary list_empty") > > 3fdcea7c763a ("media: cx231xx: drop unnecessary list_empty") > > > > are missing a Signed-off-by from their author. > > My record of these patches all have their Signed-off-bys. Mauro, do you > want me to send them again? No need. Yeah, I received them with your SoB, at least on my e-mail. The one I applied came from this pull request: https://patchwork.linuxtv.org/project/linux-media/patch/87327e52-44cc-a2b8-c3fe-619bd6022264@xs4all.nl/ Unfortunately, it sounds that Hans already dropped the original tag: https://git.linuxtv.org/hverkuil/media_tree.git/refs/tags So, hard to know where the SoB got dropped. It could be due to some bug on my scripts - or it can be due to some issue when Hans picked them. In any case, I'll rewrite the git history with your SoB properly added. Thanks, Mauro