SOURCES (LINUX_2_6_28): linux-2.6-grsec_full.patch - adapted for bzip2-lzma...

baggins baggins at pld-linux.org
Wed Apr 1 17:47:38 CEST 2009


Author: baggins                      Date: Wed Apr  1 15:47:38 2009 GMT
Module: SOURCES                       Tag: LINUX_2_6_28
---- Log message:
- adapted for bzip2-lzma patch

---- Files affected:
SOURCES:
   linux-2.6-grsec_full.patch (1.1.2.55 -> 1.1.2.55.4.1) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-grsec_full.patch
diff -u SOURCES/linux-2.6-grsec_full.patch:1.1.2.55 SOURCES/linux-2.6-grsec_full.patch:1.1.2.55.4.1
--- SOURCES/linux-2.6-grsec_full.patch:1.1.2.55	Thu Feb 12 21:53:14 2009
+++ SOURCES/linux-2.6-grsec_full.patch	Wed Apr  1 17:47:31 2009
@@ -4104,7 +4104,7 @@
 --- linux-2.6.28/arch/x86/include/asm/boot.h	2008-12-24 18:26:37.000000000 -0500
 +++ linux-2.6.28/arch/x86/include/asm/boot.h	2009-01-11 07:20:06.000000000 -0500
 @@ -11,10 +11,15 @@
- #define ASK_VGA		0xfffd		/* ask for it at bootup */
+ #ifdef __KERNEL__
  
  /* Physical address where kernel should be loaded. */
 -#define LOAD_PHYSICAL_ADDR ((CONFIG_PHYSICAL_START \
@@ -4117,9 +4117,9 @@
 +#define LOAD_PHYSICAL_ADDR ((unsigned long)__LOAD_PHYSICAL_ADDR)
 +#endif
 +
- #ifdef CONFIG_X86_64
- #define BOOT_HEAP_SIZE	0x7000
- #define BOOT_STACK_SIZE	0x4000
+ #ifdef CONFIG_KERNEL_BZIP2
+ #define BOOT_HEAP_SIZE             0x400000
+ #else /* !CONFIG_KERNEL_BZIP2 */
 diff -urNp linux-2.6.28/arch/x86/include/asm/cache.h linux-2.6.28/arch/x86/include/asm/cache.h
 --- linux-2.6.28/arch/x86/include/asm/cache.h	2008-12-24 18:26:37.000000000 -0500
 +++ linux-2.6.28/arch/x86/include/asm/cache.h	2009-01-11 07:20:06.000000000 -0500
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-grsec_full.patch?r1=1.1.2.55&r2=1.1.2.55.4.1&f=u



More information about the pld-cvs-commit mailing list