diff options
| author | Kyle McMartin <kyle@redhat.com> | 2011-01-17 11:04:55 -0500 |
|---|---|---|
| committer | Kyle McMartin <kyle@redhat.com> | 2011-01-17 11:04:55 -0500 |
| commit | 7838e83d9cbfbcc19c54719b6e6a5be0dadead0d (patch) | |
| tree | f5927971d945211040ce37a259250f140f070a11 | |
| parent | 126cc8b40c71d8f67f7cab6e9e3e5bbb5af986ed (diff) | |
snapshot 2.6.37-git16
| -rw-r--r-- | config-arm | 2 | ||||
| -rw-r--r-- | config-generic | 1 | ||||
| -rw-r--r-- | kernel.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
4 files changed, 11 insertions, 2 deletions
@@ -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 d707e3bf..aac9610c 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 e5934048..567a1f7f 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 <kmcmartin@redhat.com> 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 <kmcmartin@redhat.com> 2.6.38-0.rc0.git13.1 - Linux 2.6.37-git13 - Drop xen_export-arbitrary_virt_to_machine.patch, upstream. @@ -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 |
