From 7838e83d9cbfbcc19c54719b6e6a5be0dadead0d Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Mon, 17 Jan 2011 11:04:55 -0500 Subject: [PATCH] snapshot 2.6.37-git16 --- config-arm | 2 ++ config-generic | 1 + kernel.spec | 8 +++++++- sources | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config-arm b/config-arm index bb746fa59..e2d8af390 100644 --- a/config-arm +++ b/config-arm @@ -133,3 +133,5 @@ CONFIG_STRICT_DEVMEM=y # CONFIG_AMBA_PL08X is not set # CONFIG_HVC_DCC is not set + +CONFIG_SPARSE_IRQ=y diff --git a/config-generic b/config-generic index d707e3bf8..aac9610c5 100644 --- a/config-generic +++ b/config-generic @@ -3516,6 +3516,7 @@ CONFIG_CRAMFS=m CONFIG_SQUASHFS=m CONFIG_SQUASHFS_XATTR=y CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XZ=y # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_VXFS_FS=m # CONFIG_HPFS_FS is not set diff --git a/kernel.spec b/kernel.spec index e59340482..567a1f7fd 100644 --- a/kernel.spec +++ b/kernel.spec @@ -84,7 +84,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 13 +%define gitrev 16 # Set rpm version accordingly %define rpmversion 2.6.%{upstream_sublevel} %endif @@ -1956,6 +1956,12 @@ fi # ||----w | # || || %changelog +* Mon Jan 17 2011 Kyle McMartin 2.6.38-0.rc0.git16.1 +- Linux 2.6.37-git16 +- config changes: + - CONFIG_SQUASHFS_XZ=y [generic] + - CONFIG_SPARSE_IRQ=y [arm] + * Sat Jan 15 2011 Kyle McMartin 2.6.38-0.rc0.git13.1 - Linux 2.6.37-git13 - Drop xen_export-arbitrary_virt_to_machine.patch, upstream. diff --git a/sources b/sources index 9e3d37abb..185294275 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ c8ee37b4fdccdb651e0603d35350b434 linux-2.6.37.tar.bz2 -347731580c0e5cd2719c268f39100261 patch-2.6.37-git13.bz2 +baacd5fdd4930e6771dfbef753cdd883 patch-2.6.37-git16.bz2