Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1509314imu; Sun, 16 Dec 2018 02:20:14 -0800 (PST) X-Google-Smtp-Source: AFSGD/WKsXmNxNi7qUs4Hn9/i1WKKtRI3aUjAbxZjObmQ10vzbNXYpYMhwstT4TVaszED/rQ+NFk X-Received: by 2002:a62:1a44:: with SMTP id a65mr9333672pfa.30.1544955614603; Sun, 16 Dec 2018 02:20:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544955614; cv=none; d=google.com; s=arc-20160816; b=TsXTpvATM5l2nxplxuHntEqWMwQlZFaVne0MgoAUg2ZqubbXGiDacE5IdhbtvcvK8+ T81gBffDzNHd0ImCrUYKtVs2iCqTOBuB35t3J86M9VFB5mPy8J4ulstnxxaYFH20VHKI 08wpAEXRyx0/RNCWyAEYtZaVj1A06fzfTr3enlNEf52FkDlCXZOdpo0tVfF3N51gQ1Fv yfw17M8fFoWegZIY9BLDxVhr6+qF9MAtbbna5ssaxUC+ZUCVVn4yshFaEb3Pm2YZaRqN iqu2U3ypShEAW1g5ybbbbMWTtWieG43NGj6lDMG9OjdOZrMPwjyNWNBS0XT6p9Z9EdEJ PYjg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=MzAc0JObRdHREiKsd/0h2E20jag9gKBcQ5nWZOlPYoE=; b=wTimCt5OF/RO3DnOBBSmeFVCb5XbgOuX60366Zul7Pa2/MgDqdNhhCNAus2GxqG3cz H3vQ//ZW92AE+GbHPOUSF6sZT5ovXbKTScmOHFiKxWqwEOrXniwgFrOvC1929gNC9Hqw yG9m+cN8a3yyVekvLDw17/ZK7KzBYmkYVnmSSv/KQtgghMvlMFEo+nH3QeySahrUI24w 7JbHZNS8JZGiBEkNYFBzHKeE1vBNINinRlRWb9tciLGCts4QTN1YpPTjugyKkQhDUthn 9ArjEiYT+QcCQpLTFWuheRc1cFDRc2s/DT1shc0acwbRhPvlXWeRj58n+iKOYAvKR+q2 jCvg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i17si4759326pgk.233.2018.12.16.02.19.46; Sun, 16 Dec 2018 02:20:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729910AbeLPKSS (ORCPT + 99 others); Sun, 16 Dec 2018 05:18:18 -0500 Received: from verein.lst.de ([213.95.11.211]:56639 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729784AbeLPKSS (ORCPT ); Sun, 16 Dec 2018 05:18:18 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id D59F868D93; Sun, 16 Dec 2018 11:18:16 +0100 (CET) Date: Sun, 16 Dec 2018 11:18:16 +0100 From: Christoph Hellwig To: Stephen Rothwell Cc: Jens Axboe , Linux Next Mailing List , Linux Kernel Mailing List , Christoph Hellwig Subject: Re: linux-next: Signed-off-by missing for commit in the block tree Message-ID: <20181216101816.GA31756@lst.de> References: <20181216172649.5278d8e6@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181216172649.5278d8e6@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 16, 2018 at 05:26:49PM +1100, Stephen Rothwell wrote: > Hi Jens, > > Commit > > 6f7ceaa0559b ("block: remove the bioset_integrity_free export") > > is missing a Signed-off-by from its author. Ooops. Jens, in case you still feel ok ammending the tree: Signed-off-by: Christoph Hellwig