From patchwork Sat Feb 5 22:08:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kees Cook X-Patchwork-Id: 82022 X-Patchwork-Delegate: tim.gardner@canonical.com 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 75C13B711E for ; Sun, 6 Feb 2011 09:08:49 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PlqJ0-0007uz-SL; Sat, 05 Feb 2011 22:08:34 +0000 Received: from smtp.outflux.net ([198.145.64.163]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PlqIy-0007us-Da for kernel-team@lists.ubuntu.com; Sat, 05 Feb 2011 22:08:32 +0000 Received: from www.outflux.net (serenity-end.outflux.net [10.2.0.2]) by vinyl.outflux.net (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id p15M8U8b013188 for ; Sat, 5 Feb 2011 14:08:31 -0800 Date: Sat, 5 Feb 2011 14:08:30 -0800 From: Kees Cook To: kernel-team@lists.ubuntu.com Subject: [pull request] natty: use %pK from -mm instead of 0400 kallsyms Message-ID: <20110205220830.GA6761@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.67 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 This is to replace the kallsyms 0400 protection with the %pK-usage patches, which are living in -mm at the moment... The following changes since commit 80ff90a8a268e91b4b23db3c81f985f5d216f1d5: UBUNTU: Ubuntu-2.6.38-2.29 (2011-02-04 10:00:23 +0000) are available in the git repository at: git://kernel.ubuntu.com/kees/ubuntu-natty.git master Dan Rosenberg (1): Convert net %p usage %pK Kees Cook (2): Revert "UBUNTU: SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking" use %pK for /proc/kallsyms and /proc/modules kernel/kallsyms.c | 12 +++++------- kernel/module.c | 4 ++-- lib/vsprintf.c | 2 +- net/atm/proc.c | 4 ++-- net/can/bcm.c | 6 +++--- net/ipv4/raw.c | 2 +- net/ipv4/tcp_ipv4.c | 6 +++--- net/ipv4/udp.c | 2 +- net/ipv6/raw.c | 2 +- net/ipv6/tcp_ipv6.c | 6 +++--- net/ipv6/udp.c | 2 +- net/key/af_key.c | 2 +- net/netlink/af_netlink.c | 2 +- net/packet/af_packet.c | 2 +- net/phonet/socket.c | 2 +- net/sctp/proc.c | 4 ++-- net/unix/af_unix.c | 2 +- 17 files changed, 30 insertions(+), 32 deletions(-)