search for: keshavamurthy

Displaying 4 results from an estimated 4 matches for "keshavamurthy".

2006 Oct 17
4
Warning of protential probs with 2.6.9-42.0.3.EL update
Not sure yet what or where the problems are but having just done a jum update on my HP laptop (nw8240) and my IBM desktop from 2.6.9.42.0.2.EL the laptop is locking up during boot sequence and the desktop when running VMware Workstation seems to take all CPU and makes strange noises from the loudspeaker. Using grub to fall back to last kernel all is ok again !!. Ian -------------- next part
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...remapping hardware\n"); + pr_warn("Not all IO-APIC's listed under remapping hardware\n"); return -1; } diff --git a/drivers/pci/iova.c b/drivers/pci/iova.c index c5c274a..4a4e652 100644 --- a/drivers/pci/iova.c +++ b/drivers/pci/iova.c @@ -17,6 +17,8 @@ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy at intel.com> */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/iova.h> void @@ -428,8 +430,8 @@ copy_reserved_iova(struct iova_domain *from, struct iova_domain *to) struct iova *new_iova; new_iova = reserve_iova(to, iova-&gt...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...remapping hardware\n"); + pr_warn("Not all IO-APIC's listed under remapping hardware\n"); return -1; } diff --git a/drivers/pci/iova.c b/drivers/pci/iova.c index c5c274a..4a4e652 100644 --- a/drivers/pci/iova.c +++ b/drivers/pci/iova.c @@ -17,6 +17,8 @@ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy at intel.com> */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/iova.h> void @@ -428,8 +430,8 @@ copy_reserved_iova(struct iova_domain *from, struct iova_domain *to) struct iova *new_iova; new_iova = reserve_iova(to, iova-&gt...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...remapping hardware\n"); + pr_warn("Not all IO-APIC's listed under remapping hardware\n"); return -1; } diff --git a/drivers/pci/iova.c b/drivers/pci/iova.c index c5c274a..4a4e652 100644 --- a/drivers/pci/iova.c +++ b/drivers/pci/iova.c @@ -17,6 +17,8 @@ * Author: Anil S Keshavamurthy <anil.s.keshavamurthy at intel.com> */ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include <linux/iova.h> void @@ -428,8 +430,8 @@ copy_reserved_iova(struct iova_domain *from, struct iova_domain *to) struct iova *new_iova; new_iova = reserve_iova(to, iova-&gt...