From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758925Ab2JKQqp (ORCPT ); Thu, 11 Oct 2012 12:46:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43823 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758266Ab2JKQqo (ORCPT ); Thu, 11 Oct 2012 12:46:44 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1349972285-22830-1-git-send-email-catalin.marinas@arm.com> References: <1349972285-22830-1-git-send-email-catalin.marinas@arm.com> To: Catalin Marinas Cc: dhowells@redhat.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] uapi: Allow automatic generation of trivial headers Date: Thu, 11 Oct 2012 17:46:40 +0100 Message-ID: <19626.1349974000@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Catalin Marinas wrote: > The asm/Kbuild allows automatic generation of header files by specifying > "generic-y += ...". The first patch in the series allows the same thing > to be specified in uapi/asm/Kbuild. > > The subsequent patches remove some of the trivial header files in arm64, > s390 and sparc. Please note that the series has only been tested on > arm64. I can test the others but not until tomorrow. It should be noted that the arm64 patch is dependent on the disintegrate-arm64 branch of my UAPI disintegration patches, which I don't believe is upstream yet. David