rpms/kernel/devel patch-2.6.32-rc8-git2.bz2.sign, NONE, 1.1 .cvsignore, 1.1145, 1.1146 config-generic, 1.339, 1.340 kernel.spec, 1.1857, 1.1858 sources, 1.1104, 1.1105 upstream, 1.1017, 1.1018 crypto-2.6.git-e8edb3cbd7dd8acf6c748a02d06ec1d82c4124ea.patch, 1.1, NONE patch-2.6.32-rc8-git1.bz2.sign, 1.1, NONE

Kyle McMartin kyle at fedoraproject.org
Tue Dec 1 06:28:51 UTC 2009


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9763

Modified Files:
	.cvsignore config-generic kernel.spec sources upstream 
Added Files:
	patch-2.6.32-rc8-git2.bz2.sign 
Removed Files:
	crypto-2.6.git-e8edb3cbd7dd8acf6c748a02d06ec1d82c4124ea.patch 
	patch-2.6.32-rc8-git1.bz2.sign 
Log Message:
* Mon Nov 30 2009 Kyle McMartin <kyle at redhat.com> 2.6.32-0.60.rc8.git2
- 2.6.32-rc8-git2 daily snapshot
- nuke include/generated nuke-age since the patch was reverted upstream
- config changes:
 - generic:
  +CONFIG_FSCACHE_OBJECT_LIST=y
  +CONFIG_SLOW_WORK_PROC=y



--- NEW FILE patch-2.6.32-rc8-git2.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBLFFzayGugalF9Dw4RAsPbAJ40nM85iM+SsOaF3x14RWv4F4ChZACfVmGz
ifu5XVMiHG/Za1Ed68oVIxE=
=DiJa
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1145
retrieving revision 1.1146
diff -u -p -r1.1145 -r1.1146
--- .cvsignore	20 Nov 2009 23:02:09 -0000	1.1145
+++ .cvsignore	1 Dec 2009 06:28:49 -0000	1.1146
@@ -6,4 +6,4 @@ temp-*
 kernel-2.6.31
 linux-2.6.31.tar.bz2
 patch-2.6.32-rc8.bz2
-patch-2.6.32-rc8-git1.bz2
+patch-2.6.32-rc8-git2.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -p -r1.339 -r1.340
--- config-generic	28 Nov 2009 06:49:32 -0000	1.339
+++ config-generic	1 Dec 2009 06:28:50 -0000	1.340
@@ -3190,6 +3190,7 @@ CONFIG_FSCACHE=m
 CONFIG_FSCACHE_STATS=y
 # CONFIG_FSCACHE_HISTOGRAM is not set
 # CONFIG_FSCACHE_DEBUG is not set
+CONFIG_FSCACHE_OBJECT_LIST=y
 
 CONFIG_CACHEFILES=m
 # CONFIG_CACHEFILES_DEBUG is not set
@@ -4094,6 +4095,7 @@ CONFIG_LSM_MMAP_MIN_ADDR=65536
 # CONFIG_PAGE_POISONING is not set
 
 CONFIG_SLOW_WORK=y
+CONFIG_SLOW_WORK_PROC=y
 
 # CONFIG_CRASH_DUMP is not set
 # CONFIG_CRASH is not set


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1857
retrieving revision 1.1858
diff -u -p -r1.1857 -r1.1858
--- kernel.spec	30 Nov 2009 19:20:53 -0000	1.1857
+++ kernel.spec	1 Dec 2009 06:28:50 -0000	1.1858
@@ -61,7 +61,7 @@ Summary: The Linux kernel
 # The rc snapshot level
 %define rcrev 8
 # The git snapshot level
-%define gitrev 1
+%define gitrev 2
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -719,9 +719,6 @@ Patch12010: linux-2.6-dell-laptop-rfkill
 Patch12011: linux-2.6-block-silently-error-unsupported-empty-barriers-too.patch
 Patch12013: linux-2.6-rfkill-all.patch
 
-# Fix oops in VIA Padlock driver.
-Patch12020: crypto-2.6.git-e8edb3cbd7dd8acf6c748a02d06ec1d82c4124ea.patch
-
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1328,9 +1325,6 @@ ApplyPatch linux-2.6-silence-acpi-blackl
 # Patches headed upstream
 ApplyPatch linux-2.6-rfkill-all.patch
 
-# Fix oops in VIA Padlock driver.
-ApplyPatch crypto-2.6.git-e8edb3cbd7dd8acf6c748a02d06ec1d82c4124ea.patch
-
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -1363,8 +1357,6 @@ do
   make ARCH=$Arch %{oldconfig_target} > /dev/null
   echo "# $Arch" > configs/$i
   cat .config >> configs/$i
-  rm -f include/generated/kernel.arch
-  rm -f include/generated/kernel.cross
 done
 # end of kernel config
 %endif
@@ -1988,6 +1980,14 @@ fi
 # and build.
 
 %changelog
+* Mon Nov 30 2009 Kyle McMartin <kyle at redhat.com> 2.6.32-0.60.rc8.git2
+- 2.6.32-rc8-git2 daily snapshot
+- nuke include/generated nuke-age since the patch was reverted upstream
+- config changes:
+ - generic:
+  +CONFIG_FSCACHE_OBJECT_LIST=y
+  +CONFIG_SLOW_WORK_PROC=y
+
 * Mon Nov 30 2009 Kyle McMartin <kyle at redhat.com>
 - drm-i915-fix-sync-to-vbl-when-vga-is-off.patch: add, (rhbz#541670) 
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1104
retrieving revision 1.1105
diff -u -p -r1.1104 -r1.1105
--- sources	20 Nov 2009 23:02:10 -0000	1.1104
+++ sources	1 Dec 2009 06:28:50 -0000	1.1105
@@ -1,3 +1,3 @@
 84c077a37684e4cbfa67b18154390d8a  linux-2.6.31.tar.bz2
 043dae863c41ea8d56dc3da55e241069  patch-2.6.32-rc8.bz2
-9c35d36a789f0ac712f3b0139f73ad6c  patch-2.6.32-rc8-git1.bz2
+4d90333761ee4d8318a0c3415452304b  patch-2.6.32-rc8-git2.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.1017
retrieving revision 1.1018
diff -u -p -r1.1017 -r1.1018
--- upstream	20 Nov 2009 23:02:10 -0000	1.1017
+++ upstream	1 Dec 2009 06:28:50 -0000	1.1018
@@ -1,3 +1,3 @@
 linux-2.6.31.tar.bz2
 patch-2.6.32-rc8.bz2
-patch-2.6.32-rc8-git1.bz2
+patch-2.6.32-rc8-git2.bz2


--- crypto-2.6.git-e8edb3cbd7dd8acf6c748a02d06ec1d82c4124ea.patch DELETED ---


--- patch-2.6.32-rc8-git1.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list