From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753551AbaLBKUF (ORCPT ); Tue, 2 Dec 2014 05:20:05 -0500 Received: from cantor2.suse.de ([195.135.220.15]:59721 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751873AbaLBKT4 (ORCPT ); Tue, 2 Dec 2014 05:19:56 -0500 Message-ID: <547D924A.2010205@suse.cz> Date: Tue, 02 Dec 2014 11:19:54 +0100 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Nicholas Mc Guire CC: Randy Dunlap , Christoph Hellwig , Joe Perches , LKML Subject: Re: [PATCH 4/5] limit _shipped to c h and S files References: <20141202091621.GE13909@opentech.at> In-Reply-To: <20141202091621.GE13909@opentech.at> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dne 2.12.2014 v 10:16 Nicholas Mc Guire napsal(a): > > limit _shipped to c h and S files > > _shipped targets are intended for generated source files which should > not permit .o binary blobs which is currently the case. This patch > simply restricts _shipped targets to .c, .h and .S files. IMO this just adds lines of code without any obvious advantage. The other patches in the series are fine. Michal