From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932427AbaHVQZg (ORCPT ); Fri, 22 Aug 2014 12:25:36 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:3253 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932098AbaHVQZf (ORCPT ); Fri, 22 Aug 2014 12:25:35 -0400 X-IronPort-AV: E=Sophos;i="5.04,382,1406584800"; d="scan'208";a="90639469" Date: Fri, 22 Aug 2014 18:25:32 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@localhost6.localdomain6 To: Joe Perches cc: Rasmus Villemoes , Greg Kroah-Hartman , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] Remove various orphaned header files In-Reply-To: <1408724465.13483.17.camel@joe-AO725> Message-ID: References: <1403630855-29186-1-git-send-email-linux@rasmusvillemoes.dk> <1403631263.29061.17.camel@joe-AO725> <8761hksfnf.fsf@rasmusvillemoes.dk> <1408724465.13483.17.camel@joe-AO725> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 22 Aug 2014, Joe Perches wrote: > On Fri, 2014-08-22 at 17:33 +0200, Rasmus Villemoes wrote: > > Joe Perches writes: > > > > > On Tue, 2014-06-24 at 19:27 +0200, Rasmus Villemoes wrote: > > >> AFAICT, these headers are not used anywhere, and are just accidental > > >> leftovers from past cleanups. > > > > > > Thanks. > > > > Did anyone pick these [1] up? All six files still seem to be present. > > Doesn't look like it. There is no guaranteed > mechanism to get these types of patches applied. > > I suggest you resend these to a wider audience. > > Jiri Kosina is the maintainer of > the "trivial" tree, some patches of this type go > through that tree every once in awhile. > > Andrew Morton sometimes > picks up things like this. > > Also, make sure to send the individual deletions to the > original maintainers, authors and signers of each file. > > For instance: > > $ ./scripts/get_maintainer.pl -f include/linux/platform_data/tegra_emc.h > Stephen Warren (supporter:TEGRA ARCHITECTUR...) > Thierry Reding (supporter:TEGRA ARCHITECTUR...) > linux-tegra@vger.kernel.org (open list:TEGRA ARCHITECTUR...) > > $ git log --format="Author: %an <%ae>" include/linux/platform_data/tegra_emc.h > Author: Olof Johansson > > Lastly, if none of that works within a couple of > release cycles, send them directly to Linus. If the individual patches are independent, I was told to make that explicit. Otherwise, each person thinks someone else should take care of it. julia