[PATCH 09/59] CRED: Wrap task credential accesses in the DRM driver

2008-08-27 Thread David Howells
directly rather than a convenient wrapper; these will be addressed by later patches. Signed-off-by: David Howells [EMAIL PROTECTED] Reviewed-by: James Morris [EMAIL PROTECTED] Acked-by: Serge Hallyn [EMAIL PROTECTED] Cc: David Airlie [EMAIL PROTECTED] Cc: dri-devel@lists.sourceforge.net --- drivers

[PATCH 2/2] Fix a pointer cast warning in the SIS DRM code

2008-07-09 Thread David Howells
Fix a pointer cast warning in the SIS DRM code. This was introduced in patch ce65a44de07f73ceda1749812b75086b7add408d. Signed-off-by: David Howells [EMAIL PROTECTED] --- drivers/char/drm/sis_mm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/char/drm

[PATCH 1/2] Fix the SIS DRM memory allocator if the SIS FB is built as a module

2008-07-09 Thread David Howells
as well. Signed-off-by: David Howells [EMAIL PROTECTED] --- drivers/char/drm/sis_mm.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/char/drm/sis_mm.c b/drivers/char/drm/sis_mm.c index b387877..c4debfd 100644 --- a/drivers/char/drm/sis_mm.c +++ b/drivers/char