rpms/kernel/devel kernel.spec, 1.608, 1.609 linux-2.6-silence-noise.patch, 1.13, 1.14

Dave Jones (davej) fedora-extras-commits at redhat.com
Sun Apr 13 00:09:19 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27297

Modified Files:
	kernel.spec linux-2.6-silence-noise.patch 
Log Message:
Silence some noisy printks caused by BIOS bugs.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.608
retrieving revision 1.609
diff -u -r1.608 -r1.609
--- kernel.spec	12 Apr 2008 21:02:49 -0000	1.608
+++ kernel.spec	13 Apr 2008 00:08:40 -0000	1.609
@@ -1756,6 +1756,9 @@
 
 %changelog
 * Sat Apr 12 2008 Dave Jones <davej at redhat.com>
+- Silence some noisy printks caused by BIOS bugs.
+
+* Sat Apr 12 2008 Dave Jones <davej at redhat.com>
 - Fix NFS Client mounts hang when exported directory do not exist
 
 * Sat Apr 12 2008 Dave Jones <davej at redhat.com>

linux-2.6-silence-noise.patch:

Index: linux-2.6-silence-noise.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-silence-noise.patch,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- linux-2.6-silence-noise.patch	5 Mar 2008 15:12:35 -0000	1.13
+++ linux-2.6-silence-noise.patch	13 Apr 2008 00:08:40 -0000	1.14
@@ -102,3 +102,31 @@
  	mutex_lock(&dpm_list_mtx);
  	dpm_sysfs_remove(dev);
  	list_del_init(&dev->power.entry);
+--- linux-2.6.24.noarch/arch/x86/pci/mmconfig-shared.c~	2008-04-12 20:04:01.000000000 -0400
++++ linux-2.6.24.noarch/arch/x86/pci/mmconfig-shared.c	2008-04-12 20:05:35.000000000 -0400
+@@ -191,7 +191,7 @@ static void __init pci_mmcfg_reject_brok
+ 	if (pci_mmcfg_config_num == 1 &&
+ 	    cfg->pci_segment == 0 &&
+ 	    (cfg->start_bus_number | cfg->end_bus_number) == 0) {
+-		printk(KERN_ERR "PCI: start and end of bus number is 0. "
++		printk(KERN_DEBUG "PCI: start and end of bus number is 0. "
+ 		       "Rejected as broken MCFG.\n");
+ 		goto reject;
+ 	}
+@@ -203,14 +203,14 @@ static void __init pci_mmcfg_reject_brok
+ 	if (type == 1 && !e820_all_mapped(cfg->address,
+ 					  cfg->address + MMCONFIG_APER_MIN,
+ 					  E820_RESERVED)) {
+-		printk(KERN_ERR "PCI: BIOS Bug: MCFG area at %Lx is not"
++		printk(KERN_DEBUG "PCI: BIOS Bug: MCFG area at %Lx is not"
+ 		       " E820-reserved\n", cfg->address);
+ 		goto reject;
+ 	}
+ 	return;
+ 
+ reject:
+-	printk(KERN_ERR "PCI: Not using MMCONFIG.\n");
++	printk(KERN_DEBUG "PCI: Not using MMCONFIG.\n");
+ 	kfree(pci_mmcfg_config);
+ 	pci_mmcfg_config = NULL;
+ 	pci_mmcfg_config_num = 0;




More information about the fedora-extras-commits mailing list