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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 7314FC43381 for ; Thu, 14 Feb 2019 20:21:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 48BB12192B for ; Thu, 14 Feb 2019 20:21:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2503043AbfBNUVn (ORCPT ); Thu, 14 Feb 2019 15:21:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43800 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387849AbfBNUVn (ORCPT ); Thu, 14 Feb 2019 15:21:43 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2BC82F2BA6; Thu, 14 Feb 2019 20:21:43 +0000 (UTC) Received: from redhat.com (ovpn-122-218.rdu2.redhat.com [10.10.122.218]) by smtp.corp.redhat.com (Postfix) with SMTP id 95C4E611A1; Thu, 14 Feb 2019 20:21:42 +0000 (UTC) Date: Thu, 14 Feb 2019 15:21:37 -0500 From: "Michael S. Tsirkin" To: Stephen Rothwell Cc: Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the vhost tree Message-ID: <20190214152115-mutt-send-email-mst@kernel.org> References: <20190215071702.56ca522f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190215071702.56ca522f@canb.auug.org.au> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 14 Feb 2019 20:21:43 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 15, 2019 at 07:17:02AM +1100, Stephen Rothwell wrote: > Hi all, > > Commit > > 8fcf13f6be52 ("mm/page_poison: update comment after code moved") > > is missing a Signed-off-by from its author and committer. Thanks! It's upstream already anyway, I will drop it. > -- > Cheers, > Stephen Rothwell