From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754641Ab2JDUWy (ORCPT ); Thu, 4 Oct 2012 16:22:54 -0400 Received: from service87.mimecast.com ([91.220.42.44]:60693 "EHLO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752124Ab2JDUWw convert rfc822-to-8bit (ORCPT ); Thu, 4 Oct 2012 16:22:52 -0400 Date: Thu, 4 Oct 2012 21:22:05 +0100 From: Catalin Marinas To: David Howells Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [GIT PULL] Disintegrate UAPI for arm64 Message-ID: <20121004202204.GA6256@arm.com> References: <17350.1349380264@warthog.procyon.org.uk> MIME-Version: 1.0 In-Reply-To: <17350.1349380264@warthog.procyon.org.uk> User-Agent: Mutt/1.5.20 (2009-06-14) X-OriginalArrivalTime: 04 Oct 2012 20:22:51.0198 (UTC) FILETIME=[070C95E0:01CDA26E] X-MC-Unique: 112100421225100401 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 04, 2012 at 08:51:04PM +0100, David Howells wrote: > Can you merge the following branch into the arm64 tree please. > > This is to complete part of the UAPI disintegration for which the preparatory > patches were pulled recently. > > Note that there are some fixup patches which are at the base of the branch > aimed at you, plus all arches get the asm-generic branch merged in too. > > The following changes since commit 612a9aab56a93533e76e3ad91642db7033e03b69: > > Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux (2012-10-03 23:29:23 -0700) > > are available in the git repository at: > > > git://git.infradead.org/users/dhowells/linux-headers.git disintegrate-arm64 > > for you to fetch changes up to ae4f6c65798014d5d7a88d03e58faba53c0a92e1: > > UAPI: (Scripted) Disintegrate arch/arm64/include/asm (2012-10-04 18:20:24 +0100) ... > arch/c6x/Makefile | 2 + > arch/c6x/include/asm/Kbuild | 1 + > arch/c6x/include/asm/signal.h | 17 - > arch/c6x/include/asm/unistd.h | 4 - > arch/hexagon/include/asm/unistd.h | 5 - > arch/openrisc/include/asm/unistd.h | 5 - > arch/score/include/asm/unistd.h | 5 - > arch/tile/include/asm/unistd.h | 5 - > arch/unicore32/include/asm/unistd.h | 4 - It seems that this branch contains more than just arm64 changes. Are they going into mainline separately? -- Catalin