SOURCES (LINUX_2_6): kernel-bzip2-lzma.patch - updated for 2.6.28

zbyniu zbyniu at pld-linux.org
Fri Jan 2 19:20:23 CET 2009


Author: zbyniu                       Date: Fri Jan  2 18:20:23 2009 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- updated for 2.6.28

---- Files affected:
SOURCES:
   kernel-bzip2-lzma.patch (1.1.2.7 -> 1.1.2.8) 

---- Diffs:

================================================================
Index: SOURCES/kernel-bzip2-lzma.patch
diff -u SOURCES/kernel-bzip2-lzma.patch:1.1.2.7 SOURCES/kernel-bzip2-lzma.patch:1.1.2.8
--- SOURCES/kernel-bzip2-lzma.patch:1.1.2.7	Thu Oct 30 23:46:05 2008
+++ SOURCES/kernel-bzip2-lzma.patch	Fri Jan  2 19:20:18 2009
@@ -28,7 +28,7 @@
  endif
  LDFLAGS_piggy.o := -r --format binary --oformat elf32-i386 -T
  
-@@ -56,9 +64,17 @@ else
+@@ -56,8 +64,16 @@ else
  $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
  	$(call if_changed,gzip)
  
@@ -39,7 +39,6 @@
  LDFLAGS_piggy.o := -r --format binary --oformat elf64-x86-64 -T
  endif
  
- 
 -$(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.gz FORCE
 +suffix_$(CONFIG_KERNEL_GZIP)  = gz
 +suffix_$(CONFIG_KERNEL_BZIP2) = bz2
@@ -250,9 +249,9 @@
  config CDROM_PKTCDVD
  	tristate "Packet writing on CD/DVD media"
  	depends on !UML
-diff -urNp linux-2.6.27.orig/include/asm-x86/boot.h linux-2.6.27/include/asm-x86/boot.h
---- linux-2.6.27.orig/include/asm-x86/boot.h	2008-10-29 08:47:54.000000000 +0100
-+++ linux-2.6.27/include/asm-x86/boot.h	2008-10-30 22:27:38.000000000 +0100
+diff -urNp linux-2.6.28/arch/x86/include/asm/boot.h linux-2.6.28/arch/x86/include/asm/boot.h
+--- linux-2.6.28/arch/x86/include/asm/boot.h	2008-10-29 08:47:54.000000000 +0100
++++ linux-2.6.28/arch/x86/include/asm/boot.h	2008-10-30 22:27:38.000000000 +0100
 @@ -17,11 +17,21 @@
  				+ (CONFIG_PHYSICAL_ALIGN - 1)) \
  				& ~(CONFIG_PHYSICAL_ALIGN - 1))
@@ -828,7 +827,7 @@
  	state = Start;
  	this_header = 0;
  	message = NULL;
-@@ -452,21 +397,39 @@ static char * __init unpack_to_rootfs(ch
+@@ -452,22 +397,40 @@ static char * __init unpack_to_rootfs(ch
  			continue;
  		}
  		this_header = 0;
@@ -877,6 +876,7 @@
 +		buf += my_inptr;
 +		len -= my_inptr;
  	}
+ 	dir_utime();
 -	kfree(window);
  	kfree(name_buf);
  	kfree(symlink_buf);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-bzip2-lzma.patch?r1=1.1.2.7&r2=1.1.2.8&f=u



More information about the pld-cvs-commit mailing list