From patchwork Mon Jul 25 18:47:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kees Cook X-Patchwork-Id: 106734 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 9E530B6F8E for ; Tue, 26 Jul 2011 04:48:07 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QlQC3-0003Qc-E2; Mon, 25 Jul 2011 18:47:55 +0000 Received: from smtp.outflux.net ([198.145.64.163]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QlQBz-0003Px-Vh for kernel-team@lists.ubuntu.com; Mon, 25 Jul 2011 18:47:52 +0000 Received: from www.outflux.net (serenity-end.outflux.net [10.2.0.2]) by vinyl.outflux.net (8.14.4/8.14.4/Debian-2ubuntu1) with ESMTP id p6PIlod8013461 for ; Mon, 25 Jul 2011 11:47:50 -0700 Date: Mon, 25 Jul 2011 11:47:49 -0700 From: Kees Cook To: kernel-team@lists.ubuntu.com Subject: [Oneiric][pull request] modernize ACPI custom_method protection Message-ID: <20110725184749.GE4946@outflux.net> MIME-Version: 1.0 Content-Disposition: inline Organization: Ubuntu X-MIMEDefang-Filter: outflux$Revision: 1.316 $ X-HELO: www.outflux.net X-Scanned-By: MIMEDefang 2.71 on 10.2.0.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com The following changes since commit da27f8a84be7e41142188556cf9ab80caaca77ad: UBUNTU: Ubuntu-3.0.0-7.8 (2011-07-22 11:17:22 -0700) are available in the git repository at: git://kernel.ubuntu.com/kees/ubuntu-oneiric.git master Kees Cook (2): UBUNTU: [Config] enforce ACPI_CUSTOM_METHOD disabled Revert "UBUNTU: SAUCE: (no-up) Disable building the ACPI debugfs source" debian.master/config/enforce | 1 + drivers/acpi/Makefile | 2 +- drivers/acpi/bus.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) This gets rid of a sauce patch in preference to the upstream way to deal with it. Thanks, -Kees