login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
21
Re: [PATCH] X86: remove WARN_ON if MTRRs are all blank
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Ingo Molnar
Subject:
Re: [PATCH] X86: remove WARN_ON if MTRRs are all blank
Date: Thursday, February 21, 2008 - 6:03 am
* Joerg Roedel <joerg.roedel@amd.com> wrote:
quoted text
> > > if (!highest_pfn) { > > > printk(KERN_WARNING "WARNING: strange, CPU MTRRs all blank?\n"); > > > - WARN_ON(1); > > > return 0; > > > } > > > > instead of obscuring a possibly useful warning, please instead > > detect that it's a KVM guest and skip both the warning and the > > backtrace in that case. > > How usefull is the backtrace in that place? I agree that the printk > warning may be usefull, but I don't see why the backtrace from the > WARN_ON is necessary.
it allows us to collect such things on kerneloops.org for example. Ingo --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] X86: remove WARN_ON if MTRRs are all blank
, Joerg Roedel
, (Thu Feb 21, 4:32 am)
Re: [PATCH] X86: remove WARN_ON if MTRRs are all blank
, Ingo Molnar
, (Thu Feb 21, 4:54 am)
Re: [PATCH] X86: remove WARN_ON if MTRRs are all blank
, Joerg Roedel
, (Thu Feb 21, 5:47 am)
Re: [PATCH] X86: remove WARN_ON if MTRRs are all blank
, Ingo Molnar
, (Thu Feb 21, 6:03 am)
Re: [PATCH] X86: remove WARN_ON if MTRRs are all blank
, Joerg Roedel
, (Thu Feb 21, 6:27 am)
[PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Sun Sep 7, 4:45 pm)
[PATCH 2/2] avoid mtrr warning message when running as VMw ...
, Yan Li
, (Sun Sep 7, 4:47 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, David Dillow
, (Sun Sep 7, 5:36 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Sun Sep 7, 6:49 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Ingo Molnar
, (Mon Sep 8, 7:04 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Mon Sep 8, 5:20 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Mon Sep 8, 5:34 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Tue Sep 9, 5:28 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Tue Sep 9, 1:12 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Tue Sep 16, 6:32 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Ingo Molnar
, (Wed Sep 17, 3:52 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Wed Sep 17, 7:03 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Ingo Molnar
, (Wed Sep 17, 7:10 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 17, 8:38 am)
[PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 5:22 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Cristi Magherusan
, (Wed Sep 24, 7:10 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 7:23 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 9:19 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Alok kataria
, (Wed Sep 24, 9:19 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 9:21 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Cristi Magherusan
, (Wed Sep 24, 11:13 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 11:16 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 5:15 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 5:19 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 5:23 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 5:26 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 5:32 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 5:37 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Bernd Eckenfels
, (Wed Sep 24, 6:28 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Greg KH
, (Wed Sep 24, 7:23 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Alok kataria
, (Wed Sep 24, 7:28 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 7:34 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 7:47 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 7:48 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Greg KH
, (Wed Sep 24, 7:55 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 8:29 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 9:38 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Alok Kataria
, (Wed Sep 24, 9:46 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 9:54 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 9:54 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Alok Kataria
, (Wed Sep 24, 10:02 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 10:04 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Alok Kataria
, (Wed Sep 24, 10:23 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 10:30 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Alan Cox
, (Thu Sep 25, 1:45 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, David Sanders
, (Thu Sep 25, 2:56 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Thu Sep 25, 3:23 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Greg KH
, (Thu Sep 25, 5:56 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Thu Sep 25, 7:38 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Zachary Amsden
, (Thu Sep 25, 1:48 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Thu Sep 25, 2:59 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, David Sanders
, (Thu Sep 25, 3:17 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Zachary Amsden
, (Thu Sep 25, 3:20 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Thu Sep 25, 3:27 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Valdis.Kletnieks
, (Fri Sep 26, 5:27 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Gerd Hoffmann
, (Fri Sep 26, 5:47 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Valdis.Kletnieks
, (Fri Sep 26, 6:22 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Fri Sep 26, 10:37 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Zachary Amsden
, (Fri Sep 26, 1:35 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Pavel Machek
, (Fri Oct 3, 7:12 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Christoph Lameter
[PATCH 1/2] Make page->private usable in compound pages V1
Luben Tuikov
Re: Integration of SCST in the mainstream Linux kernel
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Jesse Barnes
Re: PCI probing changes
git
:
Jakub Narebski
Re: GSoC 2008 - Mentors Wanted!
Jan Harkes
Re: git-svn and huge data and modifying the git-svn-HEAD branch directly
Andy Parkins
git-fetch fails with error code 128
Marcus Griep
Re: [PATCH 1/3] Git.pm: Add faculties to allow temp files to be cached
Junio C Hamano
Re: [JGIT PATCH 2/2] Decrease the fetch pack client buffer to the lower minimum
git-commits-head
:
Linux Kernel Mailing List
ARM: 5970/1: nomadik-gpio: fix spinlock usage
Linux Kernel Mailing List
sh-sci: update receive error handling for muxed irqs
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
Input: gpio-keys - add support for disabling gpios through sysfs
linux-netdev
:
Eric Dumazet
[PATCH] net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Patrick McHardy
[NET_SCHED]: sch_ingress: remove netfilter support
Rose, Gregory V
RE: __bad_udelay in network driver breaks build
Patrick McHardy
Re: no reassembly for outgoing packets on RAW socket
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
ropers
Re: Real men don't attack straw men
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Marcus Andree
Re: This is what Linus Torvalds calls openBSD crowd
Lars D. Noodén
Re: sshd.config and AllowUsers
Henning Brauer
Re: Sun Blade 1000?
Colocation donated by:
Syndicate