Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1614808imm; Thu, 19 Jul 2018 05:04:17 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfHRnUPhS50Oxc9IhUE4JwFGFpthYQJD67Yld2GfW0JKx4R925k1oXhz/X0uSjAUaeUNV4i X-Received: by 2002:a17:902:28e4:: with SMTP id f91-v6mr9915247plb.70.1532001857524; Thu, 19 Jul 2018 05:04:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532001857; cv=none; d=google.com; s=arc-20160816; b=ShcIzhfLMuusfIQyJSDjvI9NrQCfSDsS7/TmdikFcfZdh9W9y4IEYijLVQ1Gfcz70z th7T4Gl0YlnA5KkbOudeogzMWAGw3itWgqOw/m0IExYVa3f8ykbIc0/fnAOW45xwvxsy U1rbJwx+xn4japKtLBtyDtsvg7A7ePmi1xWDNpr1MF/yLnm5dma1AC0nFzWfk+y/rN3H jPsH1JqROoF+ZDJkYgFiDWOXvrK/3c59aXrl30ytEz35FsbZt3Zl27MHIp99uDUfofXu JdvbdFAZrESi/h42FqYv9umJ1swIPl+DHJfdLl1RaC7KI0yLNRoxiZdWgQQI6giVmjfp kCxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=aIAiLQ3b7m4TQB3UgnVOjnoeNd11TnyXTtJpZ68OKF4=; b=Scl/5TmIldtHOUsmgrIlKLCAXRne9bjiGPR23s4/K3Sh+H0mykceeBA7SOT8geOA2B 0sQX0GG2Az9F87pkfQIj8Y+uFNt6VLJLFFB17rw+s8jg3wDK0lQwoj0LCDDE9JhE370E j780co/30rJKcEeW2epYzaZMkSa73+CCarIjqaUjzlBPHBnlizijdfqbvy7sSxqsumP1 krY05526mXJIf8/bDduPbkRU1bw+rEoY6Lnu01pNneLPLjh4qPkYJvb88pzxHgHjtHS8 USVfbn4lXeOA1r98Fk83pkMGbJy+WC4scH2VCZbBrHU3mEeIonmK9zh4/FZNAUdQDbhv pErw== 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 f2-v6si5636900pgh.661.2018.07.19.05.04.02; Thu, 19 Jul 2018 05:04:17 -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 S1731105AbeGSMqR (ORCPT + 99 others); Thu, 19 Jul 2018 08:46:17 -0400 Received: from ozlabs.org ([203.11.71.1]:54021 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730316AbeGSMqR (ORCPT ); Thu, 19 Jul 2018 08:46:17 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 41WXj72ZP9z9rxs; Thu, 19 Jul 2018 22:03:22 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Murilo Opsfelder Araujo Cc: linux-kernel@vger.kernel.org, "Aneesh Kumar K . V" , Kees Cook , Mathieu Malaterre , Bharata B Rao , Nicholas Piggin , Alexey Kardashevskiy , Michael Bringmann , Paul Mackerras , =?utf-8?Q?C=C3=A9dric?= Le Goater , Nathan Fontenot , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] powerpc/prom_init: remove linux,stdout-package property In-Reply-To: <20180718162116.GA24748@kermit-br-ibm-com> References: <20180712171904.18971-1-muriloo@linux.ibm.com> <87a7qoq3z2.fsf@concordia.ellerman.id.au> <20180718162116.GA24748@kermit-br-ibm-com> Date: Thu, 19 Jul 2018 22:03:19 +1000 Message-ID: <878t67cu0o.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Murilo Opsfelder Araujo writes: > On Wed, Jul 18, 2018 at 07:37:37PM +1000, Michael Ellerman wrote: >> Murilo Opsfelder Araujo writes: >> > This property was added in 2004 by >> > >> > https://github.com/mpe/linux-fullhistory/commit/689fe5072fe9a0dec914bfa4fa60aed1e54563e6 >> > >> > and the only use of it, which was already inside `#if 0`, was removed a month >> > later by >> > >> > https://github.com/mpe/linux-fullhistory/commit/1fbe5a6d90f6cd4ea610737ef488719d1a875de7 >> > >> > Fixes: https://github.com/linuxppc/linux/issues/125 >> >> That is going to confuse some scripts that are expecting that to be a >> "Fixes: " tag :) >> >> The proper tag to use there would be "Link:". >> >> But, I'd prefer we didn't add github issue links to the history, as I'm >> not sure they won't bit-rot eventually. Not because I'm a anti-Microsoft >> conspiracy person but just because it's a repo I set up and manage and >> there's no long term plan for it necessarily. >> >> > --- >> > arch/powerpc/kernel/prom_init.c | 2 -- >> > 1 file changed, 2 deletions(-) >> >> Including the link here would be ideal, as it means it doesn't end up in >> the commit history, but it does end up in the mail archive. So if we >> ever really need to find it, it should be there. >> >> cheers > > Hi, Michael. > > Thanks for reviewing it. I've sent v2 with your suggestions: > > https://lkml.kernel.org/r/20180718161544.12134-1-muriloo@linux.ibm.com Thanks. I had actually already applied the first version, but I didn't say that in my email did I :} So I've rebased and applied your v2, thanks. cheers