Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756834AbcCUQji (ORCPT ); Mon, 21 Mar 2016 12:39:38 -0400 Received: from mail-pf0-f182.google.com ([209.85.192.182]:34024 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756767AbcCUQjg (ORCPT ); Mon, 21 Mar 2016 12:39:36 -0400 Message-ID: <56F023C4.6060501@gmail.com> Date: Mon, 21 Mar 2016 09:39:32 -0700 From: David Daney User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Rob Landley CC: Andrew Morton , "linux-kernel@vger.kernel.org" , Greg Ungerer Subject: Re: [PATCH] Remove v850 from linux/elf-em.h References: <56E87A63.8020703@landley.net> <56E89928.1010008@gmail.com> <56E90733.4010805@landley.net> <56EB2B0B.7080209@gmail.com> <56EB68B0.8060208@landley.net> <56EC3F0E.8060004@gmail.com> <56ECA836.7030307@landley.net> In-Reply-To: <56ECA836.7030307@landley.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1225 Lines: 43 On 03/18/2016 06:15 PM, Rob Landley wrote: > On 03/18/2016 12:46 PM, David Daney wrote: >> I am not going to comment on it any more, but [commenting more] > > Yes you are. (And did then too.) > >> On 03/17/2016 07:32 PM, Rob Landley wrote: >> [...] >>> >>> As I explained last email, userspace uses the libc header, not the linux >>> header, >> >> The fallacy in this argument is the assertion that we know what >> userspace does. > > Userspace programs that did that already broke on earlier symbol removals. > >> Userspace could easily do: >> >> #include >> . >> case SYMBOL_YOU_WANT_TO_REMOVE: >> >> ¡BOOM! it is broken. > > So you're assuming I don't know how headers get used by userspace. Yes, exactly. Don't feel bad about it though, because nobody else knows either. > That's nice. Clearly, I never would have thought of that. > > Once again, "As I explained last email", symbols have been removed from > this particular header before. Since you know, a priori, that symbols in that file are never used by userspace, why not send a patch that moves it to include/linux/elf-em.h so that userspace doesn't see it? Then you could remove as many symbols as you like. David Daney [...]