rpms/kernel/F-10 patch-2.6.27.40.bz2.sign, NONE, 1.1.2.1 .cvsignore, 1.960.2.29, 1.960.2.30 kernel.spec, 1.1206.2.114, 1.1206.2.115 linux-2.6-compile-fixes.patch, 1.178.12.2, 1.178.12.3 sources, 1.922.2.29, 1.922.2.30 upstream, 1.834.2.29, 1.834.2.30 patch-2.6.27.39.bz2.sign, 1.1.2.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Tue Dec 8 21:49:53 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14864

Modified Files:
      Tag: private-fedora-10-2_6_27
	.cvsignore kernel.spec linux-2.6-compile-fixes.patch sources 
	upstream 
Added Files:
      Tag: private-fedora-10-2_6_27
	patch-2.6.27.40.bz2.sign 
Removed Files:
      Tag: private-fedora-10-2_6_27
	patch-2.6.27.39.bz2.sign 
Log Message:
Linux 2.6.27.40


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

iD8DBQBLHqjEyGugalF9Dw4RAufvAJ9/NZ1CBYbRB4sFiF/rOEqwk4tA8wCfSHrO
lp9DntkNLh+fLzUNrTrbpm4=
=CMEc
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.960.2.29
retrieving revision 1.960.2.30
diff -u -p -r1.960.2.29 -r1.960.2.30
--- .cvsignore	12 Nov 2009 01:00:03 -0000	1.960.2.29
+++ .cvsignore	8 Dec 2009 21:49:52 -0000	1.960.2.30
@@ -4,4 +4,4 @@ kernel-2.6.*.config
 temp-*
 kernel-2.6.27
 linux-2.6.27.tar.bz2
-patch-2.6.27.39.bz2
+patch-2.6.27.40.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1206.2.114
retrieving revision 1.1206.2.115
diff -u -p -r1.1206.2.114 -r1.1206.2.115
--- kernel.spec	12 Nov 2009 01:00:04 -0000	1.1206.2.114
+++ kernel.spec	8 Dec 2009 21:49:52 -0000	1.1206.2.115
@@ -39,7 +39,7 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 39
+%define stable_update 40
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -2018,6 +2018,9 @@ fi
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Tue Dec 08 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.27.40-170.2.115
+- Linux 2.6.27.40
+
 * Mon Nov 09 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.27.39-170.2.114
 - Linux 2.6.27.39
 - Drop merged patches:

linux-2.6-compile-fixes.patch:
 arch/powerpc/sysdev/fsl_lbc.c             |    1 +
 drivers/media/video/em28xx/em28xx-audio.c |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-compile-fixes.patch,v
retrieving revision 1.178.12.2
retrieving revision 1.178.12.3
diff -u -p -r1.178.12.2 -r1.178.12.3
--- linux-2.6-compile-fixes.patch	15 Sep 2009 19:42:14 -0000	1.178.12.2
+++ linux-2.6-compile-fixes.patch	8 Dec 2009 21:49:52 -0000	1.178.12.3
@@ -22,3 +22,21 @@ index 422c8fa..1c6c522 100644
  
  struct fsl_lbc_regs __iomem *fsl_lbc_regs;
  EXPORT_SYMBOL(fsl_lbc_regs);
+
+drivers/media/video/em28xx/em28xx-audio.c: In function 'snd_em28xx_prepare':
+drivers/media/video/em28xx/em28xx-audio.c:370: error: request for member 'hwptr_done_capture' in something not a structure or union
+drivers/media/video/em28xx/em28xx-audio.c:371: error: request for member 'capture_transfer_done' in something not a structure or union
+diff -u a/drivers/media/video/em28xx/em28xx-audio.c b/drivers/media/video/em28xx/em28xx-audio.c
+--- a/drivers/media/video/em28xx/em28xx-audio.c
++++ b/drivers/media/video/em28xx/em28xx-audio.c
+@@ -365,8 +365,8 @@
+ {
+ 	struct em28xx *dev = snd_pcm_substream_chip(substream);
+ 
+-	dev->adev.hwptr_done_capture = 0;
+-	dev->adev.capture_transfer_done = 0;
++	dev->adev->hwptr_done_capture = 0;
++	dev->adev->capture_transfer_done = 0;
+ 
+ 	return 0;
+ } 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.922.2.29
retrieving revision 1.922.2.30
diff -u -p -r1.922.2.29 -r1.922.2.30
--- sources	12 Nov 2009 01:00:05 -0000	1.922.2.29
+++ sources	8 Dec 2009 21:49:52 -0000	1.922.2.30
@@ -1,2 +1,2 @@
 b3e78977aa79d3754cb7f8143d7ddabd  linux-2.6.27.tar.bz2
-9ce07344e2d9e5fe77ca474e8f5bd83a  patch-2.6.27.39.bz2
+f9048ef4c9a7bf3cda7b50d4fef94143  patch-2.6.27.40.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/upstream,v
retrieving revision 1.834.2.29
retrieving revision 1.834.2.30
diff -u -p -r1.834.2.29 -r1.834.2.30
--- upstream	12 Nov 2009 01:00:05 -0000	1.834.2.29
+++ upstream	8 Dec 2009 21:49:52 -0000	1.834.2.30
@@ -1,2 +1,2 @@
 linux-2.6.27.tar.bz2
-patch-2.6.27.39.bz2
+patch-2.6.27.40.bz2


--- patch-2.6.27.39.bz2.sign DELETED ---




More information about the scm-commits mailing list