From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965261Ab2JYH56 (ORCPT ); Thu, 25 Oct 2012 03:57:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31754 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934569Ab2JYH5s (ORCPT ); Thu, 25 Oct 2012 03:57:48 -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: <20121024194619.GC17945@liondog.tnic> References: <20121024194619.GC17945@liondog.tnic> <20121019165558.23037.40181.stgit@warthog.procyon.org.uk> <20121024184337.GD13993@ghostprotocols.net> To: Borislav Petkov Cc: dhowells@redhat.com, Arnaldo Carvalho de Melo , Namhyung Kim , mingo@kernel.org, tglx@linutronix.de, davem@davemloft.net, torvalds@linux-foundation.org, paulus@samba.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration Date: Thu, 25 Oct 2012 08:57:20 +0100 Message-ID: <8477.1351151840@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Borislav Petkov wrote: > David, where can get that x86 UAPI disintegration patch? The tip tree has it in branch x86/uapi or you can get it from: git://git.infradead.org/users/dhowells/linux-headers.git branch disintegrate-x86 or tag disintegrate-x86-20121009. I've posted a couple of additional patches to deal with files that became empty, but they're only for dealing with people who construct their kernel sources with the patch program. David