From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nd215.dnsexit.com ([64.182.102.215]:47337 "EHLO box7.911domain.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754071Ab1DZVFQ (ORCPT ); Tue, 26 Apr 2011 17:05:16 -0400 Message-ID: <4DB73357.5020403@verizon.net> Date: Tue, 26 Apr 2011 17:04:23 -0400 From: Peter Foley Reply-To: MIME-Version: 1.0 Subject: Re: [PATCH] kbuild: mark unicore32 header export as broken References: <4DB4AEF7.3090607@verizon.net> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: =?ISO-8859-1?Q?Am=E9rico_Wang?= Cc: Arnaud Lacombe , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, mmarek@suse.cz, gxt@mprc.pku.edu.cn On 4/26/2011 1:07 PM, Américo Wang wrote: > On Tue, Apr 26, 2011 at 2:48 PM, Arnaud Lacombe wrote: >> Hi, >> >> On Sun, Apr 24, 2011 at 7:15 PM, Peter Foley wrote: >>> This patch marks userspace header export for unicore32 as broken so that >>> it is skipped when running make headers_install_all. >>> >> Why ? >> >> I would expect you to send this to arch/unicore32 maintainer too, he >> is not in the CC: list. > > +1 > > If you see errors when install kernel headers on unicore32, fix them instead > of marking it as broken. The problem with unicore32 is that it generates various stub headers at compile time in include/generated/asm. I believe the unicore32 maintainer is already aware of headers_install not working (see https://lkml.org/lkml/2011/1/8/11). I'm adding him to the CC list on this email.