2008-08-14 00:11:03

by James Morris

[permalink] [raw]
Subject: [GIT] Credentials API wrappers for 2.6.27

The patch below from David Howells adds wrappers for the new credentials
wrappers without utilizing them (except for XFS per below), so that
subsystems may be converted over to the new API in smaller pieces.

This approach was suggested by Stephen here:
http://marc.info/?l=linux-kernel&m=121843301206340&w=2

Some changes were made to the XFS code to eliminate namespace collisions,
and these have been updated according to feedback from Christoph (who has
also since ok'd them to me personally).

Please pull.

The following changes since commit 8d0968abd03ec6b407df117adc773562386702fa:
Linus Torvalds (1):
Merge git://git.kernel.org/.../herbert/crypto-2.6

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 for-linus

David Howells (1):
CRED: Introduce credential access wrappers

fs/xfs/linux-2.6/xfs_linux.h | 2 -
fs/xfs/xfs_inode.c | 4 +-
fs/xfs/xfs_vnodeops.c | 8 +++---
include/linux/cred.h | 50 ++++++++++++++++++++++++++++++++++++++++++
include/linux/sched.h | 1 +
5 files changed, 57 insertions(+), 8 deletions(-)
create mode 100644 include/linux/cred.h