]> git.pld-linux.org Git - packages/kernel.git/blobdiff - grsecurity-2.0-rc4-2.4.25-O1.patch
- added description of djurban's branch
[packages/kernel.git] / grsecurity-2.0-rc4-2.4.25-O1.patch
index ce0937ca5a34d7f16a143fa95790ab141f29af62..f3e27fd220ff11f6c1643e80cd782903924c00e7 100644 (file)
@@ -6494,7 +6494,7 @@ diff -urN linux-2.4.24.org/fs/Makefile linux-2.4.24/fs/Makefile
  
 -export-objs :=        filesystems.o open.o dcache.o buffer.o dquot.o
 +export-objs :=        filesystems.o open.o dcache.o buffer.o dquot.o exec.o
- mod-subdirs :=        nls xfs
+ mod-subdirs :=        nls
  
  obj-y :=      open.o read_write.o devices.o file_table.o buffer.o \
 diff -urN linux-2.4.24.org/fs/namei.c linux-2.4.24/fs/namei.c
@@ -14450,7 +14450,7 @@ diff -urN linux-2.4.24.org/include/asm-i386/desc.h linux-2.4.24/include/asm-i386
 +static inline void _load_LDT (mm_context_t *pc)
 +{
 +      int cpu = smp_processor_id();
-+      const void *segments = pc->segments;
++      const void *segments = pc->ldt;
 +      int count = LDT_ENTRIES;
 +
 +      if (!segments) {
This page took 0.077891 seconds and 4 git commands to generate.