From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-x242.google.com (mail-pg0-x242.google.com [IPv6:2607:f8b0:400e:c05::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xyTBk29C7zDqT0 for ; Thu, 21 Sep 2017 17:43:58 +1000 (AEST) Received: by mail-pg0-x242.google.com with SMTP id m30so3009496pgn.5 for ; Thu, 21 Sep 2017 00:43:57 -0700 (PDT) Date: Thu, 21 Sep 2017 16:43:51 +0900 From: Sergey Senozhatsky To: Helge Deller , Joe Perches Cc: Sergey Senozhatsky , Tony Luck , Fenghua Yu , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , James Bottomley , Petr Mladek , Steven Rostedt , Andrew Morton , Jessica Yu , Alexei Starovoitov , linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Andy Whitcroft Subject: Re: [RFC][PATCH v2 7/7] checkpatch: add pF/pf deprecation warning Message-ID: <20170921074351.GC773@jagdpanzerIV.localdomain> References: <20170920162910.32053-1-sergey.senozhatsky@gmail.com> <20170920162910.32053-8-sergey.senozhatsky@gmail.com> <1505929138.12311.5.camel@perches.com> <1505931868.12311.7.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1505931868.12311.7.camel@perches.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On (09/20/17 11:24), Joe Perches wrote: > On Wed, 2017-09-20 at 19:53 +0200, Helge Deller wrote: [..] > > Is it worth to mention, that it's still needed in older kernels? > > Just in case some patch get's backported. good question. > I think probably not. > > There are relatively few references and > modifications are unlikely to be backported. I tend to agree. unlikely anyone backports printk message updates. I have quickly glanced through stable-4.9 and haven't seen such backports. well, may be there are some. can tweak the warning a bit, probably. e.g. "if you are planning to backport your change to kernels older than 4.14 then ignore this warning". but not sure if it's worth it. -ss