rpms/kernel/F-9 kernel.spec, 1.741, 1.742 linux-2.6-silence-noise.patch, 1.15, 1.16

Dave Jones (davej) fedora-extras-commits at redhat.com
Thu Aug 14 19:05:20 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9253

Modified Files:
	kernel.spec linux-2.6-silence-noise.patch 
Log Message:
Silence MMCONFIG printk during boot.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/kernel.spec,v
retrieving revision 1.741
retrieving revision 1.742
diff -u -r1.741 -r1.742
--- kernel.spec	12 Aug 2008 18:03:38 -0000	1.741
+++ kernel.spec	14 Aug 2008 19:04:50 -0000	1.742
@@ -1777,6 +1777,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 Aug 14 2008 Dave Jones <davej at redhat.com>
+- Silence MMCONFIG printk during boot.
+
 * Sat Aug 09 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.26.2-14
 - Fix obvious bug in ACPI processor driver.
 

linux-2.6-silence-noise.patch:

Index: linux-2.6-silence-noise.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/linux-2.6-silence-noise.patch,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- linux-2.6-silence-noise.patch	4 Aug 2008 22:20:04 -0000	1.15
+++ linux-2.6-silence-noise.patch	14 Aug 2008 19:04:50 -0000	1.16
@@ -145,3 +145,14 @@
 -- 
 1.5.6
 
+--- linux-2.6.26.noarch/arch/x86/pci/mmconfig-shared.c~	2008-08-14 15:04:05.000000000 -0400
++++ linux-2.6.26.noarch/arch/x86/pci/mmconfig-shared.c	2008-08-14 15:04:14.000000000 -0400
+@@ -365,7 +365,7 @@ static void __init pci_mmcfg_reject_brok
+ 	return;
+ 
+ reject:
+-	printk(KERN_ERR "PCI: Not using MMCONFIG.\n");
++	printk(KERN_INFO "PCI: Not using MMCONFIG.\n");
+ 	pci_mmcfg_arch_free();
+ 	kfree(pci_mmcfg_config);
+ 	pci_mmcfg_config = NULL;




More information about the fedora-extras-commits mailing list