Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp132849imm; Mon, 1 Oct 2018 07:43:35 -0700 (PDT) X-Google-Smtp-Source: ACcGV63BPfRfNFZ5N5QxwUOTYJp6vizq8I9AdLTQgFukxr7JnacTGt1RksocrcKG+ltbCh2wkfUJ X-Received: by 2002:a17:902:292a:: with SMTP id g39-v6mr12262440plb.269.1538405015486; Mon, 01 Oct 2018 07:43:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538405015; cv=none; d=google.com; s=arc-20160816; b=zU3Sb0N8lQCo2fnX6V6r1hy31sRFMnRnYzNGY3MjZEOqeo2qVtg63NN9surq7aw8Kn qm9xyceG6WedojjTPPG4o3JSZTkxZgPsrv8T6cJfPgQlxR/FidUBKmRBwkhnVszniMJ4 cMmHm00Bfd+bPVrVYcJ1D4/5zLPOlerQaPDj0MiAqu0fcxFjP+nUIBtKxhDYImX1/N8g IwEnnfjSlpCFa9leg4b9uATooOqi8hSvM6tHKd5MzUa1hjxxDkNaajsASpNk4tNYr432 sXwn/xjz87vJBP1dT6gPgRmHI8HyRrErHu6MB1lzS3xfSwVhxCmSzcvrQVBJamBzaMMc RDdA== 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=Iuu3W8J9bJDH5+7Evppz8XvqmiKGp5RH3/g/39E1cQ8=; b=vbN2jJRpD+/ejhyiTCQeWPgss8Yi02Dg3OZ09iw2NitZGIdFgZTyCfu5zG9+u/mnaf y4JjR0Cx9KqB6X8v5bLO1BLkwg5MCNE6zbTt57m57/lIQSe3HtOuapaiPA9pbjfV8+ii nxod/RS2PT3wJ1qtF1U98e6QChgTXAEJKcgp/Zsj5kGG1IJTP9vQnaIf1ao/+stUUmkQ EIRIsFxG8vh2fpUiAVnlB9fsLnbfUA9GjWnzcgDo0TrZmR/6kKsibOx0TzsJ/XFvkn8S DH2TBBHmVBFXbfzc7WT6NlB9Bwv37NR5QoFoNT9fhbzR5ZriW7WRxBAwSnpZzBJvcha7 ZAkw== 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 44-v6si13671040plc.409.2018.10.01.07.43.20; Mon, 01 Oct 2018 07:43:35 -0700 (PDT) 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 S1729540AbeJAVVH (ORCPT + 99 others); Mon, 1 Oct 2018 17:21:07 -0400 Received: from ec2-34-208-57-251.us-west-2.compute.amazonaws.com ([34.208.57.251]:49832 "EHLO ip-172-31-12-36.us-west-2.compute.internal" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729497AbeJAVVG (ORCPT ); Mon, 1 Oct 2018 17:21:06 -0400 Received: by ip-172-31-12-36.us-west-2.compute.internal (Postfix, from userid 1001) id F306E4021D; Mon, 1 Oct 2018 07:42:57 -0700 (PDT) Date: Mon, 1 Oct 2018 07:42:57 -0700 From: dwalker@fifo99.com To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: commits in the cisco tree Message-ID: <20181001144257.GA13523@fifo99.com> References: <20180930112419.6f880e46@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180930112419.6f880e46@canb.auug.org.au> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 30, 2018 at 11:24:19AM +1000, Stephen Rothwell wrote: > Hi Daniel, > > I noticed that you have added some commits to the cisco tree today. Just a couple of comments: > > Fristly, commits > > 734245aec283 ("This code allows architectures to use a generic builtin command line." > > and > > b17f223f16f2 ("This code allows architectures to use a generic builtin command line.") > > are identical (though in different branches). > > Secondly, commits > > 2c070709ea75 ("his updates the x86 code to use the CONFIG_GENERIC_CMDLINE") > a5c4647c26da ("This updates the powerpc code to use the CONFIG_GENERIC_CMDLINE") > > have no Acked-by or Reviewed-by from the repspective architecture > maintainers/developers. Is this just an alert , or are you not merging for these reasons ? Daniel