| Submitter | David Howells |
|---|---|
| Date | Oct. 9, 2012, 1:30 p.m. |
| Message ID | <30720.1349789431@warthog.procyon.org.uk> |
| Download | mbox |
| Permalink | /patch/190304/ |
| State | New |
| Headers | show
Return-Path: <linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A425C2C0291 for <incoming@patchwork.ozlabs.org>; Wed, 10 Oct 2012 00:31:27 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TLZtU-0006p9-T5; Tue, 09 Oct 2012 13:30:44 +0000 Received: from mx1.redhat.com ([209.132.183.28]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TLZtS-0006oi-1Q for linux-mtd@lists.infradead.org; Tue, 09 Oct 2012 13:30:43 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q99DUXxG024243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 9 Oct 2012 09:30:33 -0400 Received: from warthog.procyon.org.uk (ovpn-113-58.phx2.redhat.com [10.3.113.58]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q99DUVsd019462; Tue, 9 Oct 2012 09:30:32 -0400 From: David Howells <dhowells@redhat.com> To: dwmw2@infradead.org Subject: [GIT PULL] Disintegrate UAPI for mtd Date: Tue, 09 Oct 2012 14:30:31 +0100 Message-ID: <30720.1349789431@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -9.0 (---------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-9.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [209.132.183.28 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -2.1 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: dhowells@redhat.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Linux MTD discussion mailing list <linux-mtd.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-mtd/> List-Post: <mailto:linux-mtd@lists.infradead.org> List-Help: <mailto:linux-mtd-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org |
Can you merge the following branch into the mtd tree please. This is to complete part of the Userspace API (UAPI) disintegration for which the preparatory patches were pulled recently. After these patches, userspace headers will be segregated into: include/uapi/linux/.../foo.h for the userspace interface stuff, and: include/linux/.../foo.h for the strictly kernel internal stuff. --- The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8: Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900) are available in the git repository at: git://git.infradead.org/users/dhowells/linux-headers.git tags/disintegrate-mtd-20121009 for you to fetch changes up to 4a8e43feeac7996b8de2d5b2823e316917493df4: UAPI: (Scripted) Disintegrate include/mtd (2012-10-09 09:49:09 +0100) ---------------------------------------------------------------- UAPI Disintegration 2012-10-09 ---------------------------------------------------------------- David Howells (1): UAPI: (Scripted) Disintegrate include/mtd include/mtd/Kbuild | 5 ----- include/uapi/mtd/Kbuild | 5 +++++ include/{ => uapi}/mtd/inftl-user.h | 0 include/{ => uapi}/mtd/mtd-abi.h | 0 include/{ => uapi}/mtd/mtd-user.h | 0 include/{ => uapi}/mtd/nftl-user.h | 0 include/{ => uapi}/mtd/ubi-user.h | 0 7 files changed, 5 insertions(+), 5 deletions(-) rename include/{ => uapi}/mtd/inftl-user.h (100%) rename include/{ => uapi}/mtd/mtd-abi.h (100%) rename include/{ => uapi}/mtd/mtd-user.h (100%) rename include/{ => uapi}/mtd/nftl-user.h (100%) rename include/{ => uapi}/mtd/ubi-user.h (100%) .