From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758773AbeAITiT (ORCPT + 1 other); Tue, 9 Jan 2018 14:38:19 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:49098 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754145AbeAITiR (ORCPT ); Tue, 9 Jan 2018 14:38:17 -0500 Date: Tue, 9 Jan 2018 20:38:19 +0100 From: Greg KH To: Joe Perches Cc: Andrew Morton , LKML , Petr Vandrovec , Samuel Ortiz , netdev Subject: Re: [PATCH] MAINTAINERS: Mark some staging directories as "Obsolete" Message-ID: <20180109193819.GA22528@kroah.com> References: <1515526436.9619.112.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1515526436.9619.112.camel@perches.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Tue, Jan 09, 2018 at 11:33:56AM -0800, Joe Perches wrote: > Several staging directories have TODO files that indicate a > subsystem will be removed in the future. > > Using a status entry of "S: Obsolete" helps indicate the > subsystem files should not be modified unnecessarily. > > checkpatch also tests this setting and emits a warning that > the matching subsystem files should not be modified. > > This might help avoid receiving patches that will be dropped. > > Signed-off-by: Joe Perches Ah nice, I didn't know about this, I'll go queue this up, thanks. greg k-h