]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- grsec fixes
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 19 Sep 2010 18:22:54 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-grsec_fixes.patch -> 1.14

kernel-grsec_fixes.patch

index fcb7871318d90fceac371c7c1b9401b409007d14..da991d743bfc510b0dedb9b36454b4d8276a64aa 100644 (file)
@@ -165,3 +165,29 @@ diff -upr a/security/commoncap.c c/security/commoncap.c
        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,
This page took 1.849347 seconds and 4 git commands to generate.