From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753103AbYLIInW (ORCPT ); Tue, 9 Dec 2008 03:43:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751593AbYLIInN (ORCPT ); Tue, 9 Dec 2008 03:43:13 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:42975 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751466AbYLIInM (ORCPT ); Tue, 9 Dec 2008 03:43:12 -0500 Date: Tue, 9 Dec 2008 08:43:11 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [git pull] final 2.6.28 audit bits Message-ID: <20081209084311.GC28946@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Assorted bits and pieces for .28-final; please pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b59 Shortlog: Al Viro (2): return records for fork() both to child and parent fix broken timestamps in AVC generated by kernel threads Eric Paris (1): Audit: make audit=0 actually turn off audit Mike Frysinger (1): asm/generic: fix bug - kernel fails to build when enable some common audit code on Blackfin Randy Dunlap (1): [patch 1/1] audit: remove excess kernel-doc Diffstat: include/asm-generic/audit_write.h | 2 ++ include/linux/audit.h | 6 ++++-- kernel/audit.c | 32 ++++++++++++++++++++++---------- kernel/auditsc.c | 24 +++++++++++++++++++++--- kernel/fork.c | 1 + 5 files changed, 50 insertions(+), 15 deletions(-)