packages: kernel/kernel-grsec_fixes.patch - grsec fixes

arekm arekm at pld-linux.org
Sun Sep 19 20:22:59 CEST 2010


Author: arekm                        Date: Sun Sep 19 18:22:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- grsec fixes

---- Files affected:
packages/kernel:
   kernel-grsec_fixes.patch (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/kernel/kernel-grsec_fixes.patch
diff -u packages/kernel/kernel-grsec_fixes.patch:1.13 packages/kernel/kernel-grsec_fixes.patch:1.14
--- packages/kernel/kernel-grsec_fixes.patch:1.13	Sun Sep 19 19:29:42 2010
+++ packages/kernel/kernel-grsec_fixes.patch	Sun Sep 19 20:22:54 2010
@@ -165,3 +165,29 @@
  	err = gr_search_accept(sock);
  	if (err) {
  		sock_release(newsock);
+--- linux-2.6.35/drivers/gpu/drm/ttm/ttm_bo_vm.c~	2010-09-19 19:36:39.949113195 +0200
++++ linux-2.6.35/drivers/gpu/drm/ttm/ttm_bo_vm.c	2010-09-19 19:55:58.391246082 +0200
+@@ -216,6 +216,7 @@
+ 	ttm_bo_unreserve(bo);
+ 	return retval;
+ }
++EXPORT_SYMBOL_GPL(ttm_bo_vm_fault);
+ 
+ void ttm_bo_vm_open(struct vm_area_struct *vma)
+ {
+@@ -224,6 +225,7 @@
+ 
+ 	(void)ttm_bo_reference(bo);
+ }
++EXPORT_SYMBOL_GPL(ttm_bo_vm_open);
+ 
+ void ttm_bo_vm_close(struct vm_area_struct *vma)
+ {
+@@ -232,6 +234,7 @@
+ 	ttm_bo_unref(&bo);
+ 	vma->vm_private_data = NULL;
+ }
++EXPORT_SYMBOL_GPL(ttm_bo_vm_close);
+ 
+ static const struct vm_operations_struct ttm_bo_vm_ops = {
+ 	.fault = ttm_bo_vm_fault,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-grsec_fixes.patch?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list