rpms/kernel/F-9 kernel.spec, 1.816, 1.817 linux-2.6-compile-fixes.patch, 1.164, 1.165 linux-2.6-compile-fix-gcc-43.patch, 1.8, NONE

Chuck Ebbert cebbert at fedoraproject.org
Thu Oct 30 06:05:05 UTC 2008


Author: cebbert

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

Modified Files:
	kernel.spec linux-2.6-compile-fixes.patch 
Removed Files:
	linux-2.6-compile-fix-gcc-43.patch 
Log Message:
Compile fixes from rawhide, drop gcc43 compile fix.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/kernel.spec,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -r1.816 -r1.817
--- kernel.spec	30 Oct 2008 05:59:18 -0000	1.816
+++ kernel.spec	30 Oct 2008 06:04:35 -0000	1.817
@@ -578,7 +578,6 @@
 
 # we also need compile fixes for -vanilla
 Patch07: linux-2.6-compile-fixes.patch
-Patch08: linux-2.6-compile-fix-gcc-43.patch
 
 # build tweak for build ID magic, even for -vanilla
 Patch05: linux-2.6-makefile-after_link.patch
@@ -1028,7 +1027,6 @@
 if [ "$C" -gt 10 ]; then
 ApplyPatch linux-2.6-compile-fixes.patch
 fi
-ApplyPatch linux-2.6-compile-fix-gcc-43.patch
 
 %if !%{nopatches}
 
@@ -1829,6 +1827,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Thu Oct 30 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.27.4-4
+- Compile fixes from rawhide, drop gcc43 compile fix.
+
 * Thu Oct 30 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.27.4-3
 - e1000e and r8169 network driver patches from rawhide.
 

linux-2.6-compile-fixes.patch:

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/linux-2.6-compile-fixes.patch,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- linux-2.6-compile-fixes.patch	10 Sep 2008 15:11:05 -0000	1.164
+++ linux-2.6-compile-fixes.patch	30 Oct 2008 06:04:35 -0000	1.165
@@ -4,3 +4,21 @@
 # Please add the errors from gcc before the diffs to save others having
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
+
+CONFIG_MTD_NAND_FSL_UPM can be built modular, but needs to
+use fsl_lbc_lock, which isn't currently exported.
+
+Signed-off-by: Dave Jones <davej at redhat.com>
+
+diff --git a/arch/powerpc/sysdev/fsl_lbc.c b/arch/powerpc/sysdev/fsl_lbc.c
+index 422c8fa..1c6c522 100644
+--- a/arch/powerpc/sysdev/fsl_lbc.c
++++ b/arch/powerpc/sysdev/fsl_lbc.c
+@@ -16,6 +16,7 @@
+ #include <asm/fsl_lbc.h>
+ 
+ spinlock_t fsl_lbc_lock = __SPIN_LOCK_UNLOCKED(fsl_lbc_lock);
++EXPORT_SYMBOL(fsl_lbc_lock);
+ 
+ struct fsl_lbc_regs __iomem *fsl_lbc_regs;
+ EXPORT_SYMBOL(fsl_lbc_regs);


--- linux-2.6-compile-fix-gcc-43.patch DELETED ---




More information about the scm-commits mailing list