login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
21
Re: 2.6.25-git2: BUG: unable to handle kernel paging request at ffffffffffffffff
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Rafael J. Wysocki
Subject:
Re: 2.6.25-git2: BUG: unable to handle kernel paging request at ffffffffffffffff
Date: Monday, April 21, 2008 - 9:24 am
On Monday, 21 of April 2008, Linus Torvalds wrote:
quoted text
> > On Sun, 20 Apr 2008, Paul E. McKenney wrote: > > > > And it passes. > > Ok, I applied it, with hopefully an understandable commit message. > > That said, now we just need to figure out what actually caused the bug in > question. > > Rafael: if it's a too-early free of the dentry (which could be because > somebody didn't do a proper rcu read-lock, or maybe the rcu grace period > logic itself got broken?), then enabling SLUB/SLAB debugging should catch > it much more quickly (and hopefully we'd see the signature of a > use-after-free - the poisoning byte pattern rather than the -1). > > The other alternative is simply memory corruption. Ie the -1 may well be > somebody *else* overwritin the ->next pointer because they did a > use-after-free and maybe the dentry_cache is shared with some other > allocation of the same size (SLUB does that, no?) > > Rafael: your last oops does seem to imply that there is some strange > memory corruption going on, because in that case the invalid pointer is > different: instead of being all-ones, it is "fff0810023444c98", which is > not a possible pointer. It very much looks like a single nybble got > cleared (because ffff810023444c98 _would_ be a valid pointer, notice the > "fff0" vs "ffff" prefix). > > So I do suspect it's *some* kind of use-after-free thing. But nothing in > fs/ has changed, so it's not a dentry bug, I think. Which is why my > "preferred" suspect is that "somebody else also does allocations of the > same size as the dentry code, and shares the same SLUB alloc space, and > does something bad". > > So Rafael - are you using SLUB, and if you are, can you enable SLUB_DEBUG, > and then use the "slub_debug" kernel command line to enable it?
Sure, I have SLUB_DEBUG on already, rebooting with "slub_debug". Thanks, Rafael --
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:
2.6.25-git1: Solid hang on HP nx6325 (64-bit)
, Rafael J. Wysocki
, (Sat Apr 19, 6:22 am)
2.6.25-git2: BUG: unable to handle kernel paging request a ...
, Rafael J. Wysocki
, (Sun Apr 20, 12:04 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Sun Apr 20, 12:14 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Sun Apr 20, 2:31 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Herbert Xu
, (Sun Apr 20, 6:18 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Paul E. McKenney
, (Sun Apr 20, 7:08 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Paul E. McKenney
, (Sun Apr 20, 9:59 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Paul E. McKenney
, (Sun Apr 20, 10:47 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Ingo Molnar
, (Mon Apr 21, 6:00 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Ingo Molnar
, (Mon Apr 21, 6:17 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Mon Apr 21, 6:35 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Mon Apr 21, 8:49 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Mon Apr 21, 9:06 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Mon Apr 21, 9:12 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Mon Apr 21, 9:24 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Mon Apr 21, 9:54 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Paul E. McKenney
, (Mon Apr 21, 10:05 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Mon Apr 21, 10:06 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Mon Apr 21, 10:19 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Mon Apr 21, 10:30 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Paul E. McKenney
, (Mon Apr 21, 10:43 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Mon Apr 21, 10:48 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Mon Apr 21, 11:22 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Ingo Molnar
, (Mon Apr 21, 11:56 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Mon Apr 21, 12:38 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, David Miller
, (Mon Apr 21, 1:39 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Mon Apr 21, 2:18 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Mon Apr 21, 2:19 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, David Miller
, (Mon Apr 21, 2:54 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Mon Apr 21, 2:58 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Mon Apr 21, 3:26 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Paul E. McKenney
, (Mon Apr 21, 3:54 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Mon Apr 21, 4:02 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Zdenek Kabelac
, (Mon Apr 21, 4:11 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Mon Apr 21, 4:17 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Mon Apr 21, 5:54 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Herbert Xu
, (Mon Apr 21, 6:03 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Mon Apr 21, 6:14 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Mon Apr 21, 6:15 pm)
Re: [ProbableSpam]Re: 2.6.25-git2: BUG: unable to handle k ...
, Paul E. McKenney
, (Mon Apr 21, 6:25 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Mon Apr 21, 6:30 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Tue Apr 22, 2:49 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Ingo Molnar
, (Tue Apr 22, 2:53 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Paul E. McKenney
, (Tue Apr 22, 6:36 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Zdenek Kabelac
, (Tue Apr 22, 11:35 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Tue Apr 22, 11:48 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Ingo Molnar
, (Tue Apr 22, 12:09 pm)
device_pm_add (was: Re: 2.6.25-git2: BUG: unable to handle ...
, Rafael J. Wysocki
, (Tue Apr 22, 1:34 pm)
Re: device_pm_add (was: Re: 2.6.25-git2: BUG: unable to ha ...
, Rafael J. Wysocki
, (Tue Apr 22, 1:57 pm)
Re: device_pm_add (was: Re: 2.6.25-git2: BUG: unable to ha ...
, Linus Torvalds
, (Tue Apr 22, 1:58 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Tue Apr 22, 2:46 pm)
Re: device_pm_add (was: Re: 2.6.25-git2: BUG: unable to ha ...
, Greg KH
, (Tue Apr 22, 3:11 pm)
Re: device_pm_add (was: Re: 2.6.25-git2: BUG: unable to ha ...
, Greg KH
, (Tue Apr 22, 3:12 pm)
Re: device_pm_add (was: Re: 2.6.25-git2: BUG: unable to ha ...
, Rafael J. Wysocki
, (Tue Apr 22, 3:48 pm)
Re: device_pm_add (was: Re: 2.6.25-git2: BUG: unable to ha ...
, Rafael J. Wysocki
, (Tue Apr 22, 5:50 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Zdenek Kabelac
, (Wed Apr 23, 1:50 am)
Re: device_pm_add (was: Re: 2.6.25-git2: BUG: unable to ha ...
, Alan Stern
, (Wed Apr 23, 7:56 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Wed Apr 23, 8:53 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Pekka Enberg
, (Wed Apr 23, 9:58 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Zdenek Kabelac
, (Wed Apr 23, 10:28 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Ingo Molnar
, (Wed Apr 23, 10:40 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Pekka Enberg
, (Wed Apr 23, 11:52 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Christoph Lameter
, (Wed Apr 23, 12:05 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Pekka J Enberg
, (Wed Apr 23, 12:19 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Christoph Lameter
, (Wed Apr 23, 12:28 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Zdenek Kabelac
, (Wed Apr 23, 1:27 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Thu Apr 24, 3:26 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Thu Apr 24, 3:41 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Thu Apr 24, 4:45 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Thu Apr 24, 5:57 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, David Miller
, (Thu Apr 24, 6:35 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Linus Torvalds
, (Thu Apr 24, 6:48 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, David Miller
, (Thu Apr 24, 6:57 pm)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Fri Apr 25, 12:36 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Fri Apr 25, 12:41 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Fri Apr 25, 12:42 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, David Miller
, (Fri Apr 25, 12:45 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, David Miller
, (Fri Apr 25, 12:49 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Fri Apr 25, 12:56 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, David Miller
, (Fri Apr 25, 12:58 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Fri Apr 25, 1:00 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Fri Apr 25, 1:02 am)
pci commands resume order [Was: 2.6.25-git2: BUG: unable t ...
, Jiri Slaby
, (Fri Apr 25, 1:18 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, David Miller
, (Fri Apr 25, 2:13 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Craig Schlenter
, (Fri Apr 25, 3:53 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Zdenek Kabelac
, (Fri Apr 25, 5:15 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Zdenek Kabelac
, (Fri Apr 25, 5:27 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Pavel Machek
, (Fri Apr 25, 7:09 am)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 8:03 am)
Re: [PATCH 1/1] x86: fix text_poke
, Andi Kleen
, (Fri Apr 25, 8:17 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 8:19 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 8:26 am)
Re: [PATCH 1/1] x86: fix text_poke
, Andi Kleen
, (Fri Apr 25, 8:27 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Rafael J. Wysocki
, (Fri Apr 25, 8:30 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 8:32 am)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 8:33 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Randy Dunlap
, (Fri Apr 25, 8:47 am)
Re: [PATCH 1/1] x86: fix text_poke
, Andi Kleen
, (Fri Apr 25, 8:48 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 8:50 am)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 8:54 am)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 8:57 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 8:59 am)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 9:06 am)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 9:11 am)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 9:11 am)
Re: [PATCH 1/1] x86: fix text_poke
, Andi Kleen
, (Fri Apr 25, 9:19 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 9:22 am)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 9:24 am)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 9:30 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 9:33 am)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 9:37 am)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 9:42 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 9:43 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 9:45 am)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 9:51 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 9:52 am)
Re: [PATCH 1/1] x86: fix text_poke
, Andi Kleen
, (Fri Apr 25, 9:56 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 10:02 am)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 10:09 am)
Re: 2.6.25-git2: BUG: unable to handle kernel paging reque ...
, Jiri Slaby
, (Fri Apr 25, 10:10 am)
Re: pci commands resume order [Was: 2.6.25-git2: BUG: unab ...
, Jesse Barnes
, (Fri Apr 25, 10:11 am)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 10:13 am)
Re: [PATCH 1/1] x86: fix text_poke
, Andi Kleen
, (Fri Apr 25, 10:26 am)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 10:29 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 10:53 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 11:04 am)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 11:09 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 11:13 am)
Re: [PATCH 1/1] x86: fix text_poke
, Jeremy Fitzhardinge
, (Fri Apr 25, 11:13 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 11:19 am)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 11:37 am)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 11:47 am)
Re: [PATCH 1/1] x86: fix text_poke
, Pavel Machek
, (Fri Apr 25, 11:53 am)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Fri Apr 25, 11:56 am)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 12:19 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Christoph Lameter
, (Fri Apr 25, 12:36 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 1:04 pm)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 1:09 pm)
Re: [PATCH 1/1] x86: fix text_poke
, David Miller
, (Fri Apr 25, 1:18 pm)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 1:18 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 1:37 pm)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 1:41 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 1:51 pm)
Re: [PATCH 1/1] x86: fix text_poke
, David Miller
, (Fri Apr 25, 2:02 pm)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 2:11 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 2:12 pm)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 2:15 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 2:47 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 3:04 pm)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 3:07 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 3:30 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Linus Torvalds
, (Fri Apr 25, 3:36 pm)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Fri Apr 25, 3:38 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Fri Apr 25, 4:00 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Jeremy Fitzhardinge
, (Fri Apr 25, 4:13 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Masami Hiramatsu
, (Fri Apr 25, 4:34 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Frank Ch. Eigler
, (Fri Apr 25, 7:12 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Jeremy Fitzhardinge
, (Fri Apr 25, 11:21 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Jeremy Fitzhardinge
, (Fri Apr 25, 11:50 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Andi Kleen
, (Sat Apr 26, 2:59 am)
Re: [PATCH 1/1] x86: fix text_poke
, Jiri Slaby
, (Sat Apr 26, 4:16 am)
Re: [PATCH 1/1] x86: fix text_poke
, Andi Kleen
, (Sat Apr 26, 4:34 am)
Re: [PATCH 1/1] x86: fix text_poke
, Arnaldo Carvalho de Melo
, (Sat Apr 26, 4:56 am)
Re: [PATCH 1/1] x86: fix text_poke
, Jeremy Fitzhardinge
, (Sat Apr 26, 4:38 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Arnaldo Carvalho de Melo
, (Sat Apr 26, 6:00 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Masami Hiramatsu
, (Sun Apr 27, 5:49 pm)
[PATCH 1/1] x86: fix text_poke
, Jiri Slaby
, (Sun Apr 27, 5:51 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Ingo Molnar
, (Mon Apr 28, 1:21 pm)
VIRTUAL_BUG_ON()
, Christoph Lameter
, (Mon Apr 28, 1:24 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Mon Apr 28, 1:43 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Jeremy Fitzhardinge
, (Mon Apr 28, 1:55 pm)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Mon Apr 28, 2:01 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Jeremy Fitzhardinge
, (Mon Apr 28, 2:02 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Mon Apr 28, 3:42 pm)
[RFC 1/1] mm: add virt to phys debug
, Jiri Slaby
, (Thu May 1, 12:22 pm)
Re: [RFC 1/1] mm: add virt to phys debug
, Christoph Lameter
, (Thu May 1, 1:18 pm)
Re: [PATCH 1/1] x86: fix text_poke
, Mathieu Desnoyers
, (Sun May 4, 8:03 am)
Re: [PATCH 1/1] x86: fix text_poke
, H. Peter Anvin
, (Sun May 4, 9:18 am)
Re: [PATCH 1/1] x86: fix text_poke
, Nick Piggin
, (Sun May 4, 7:36 pm)
Re: [RFC 1/1] mm: add virt to phys debug
, Jiri Slaby
, (Tue May 6, 2:54 pm)
Re: [RFC 1/1] mm: add virt to phys debug
, Christoph Lameter
, (Wed May 7, 10:30 am)
Re: [RFC 1/1] mm: add virt to phys debug
, Jiri Slaby
, (Tue May 13, 7:38 am)
Re: [PATCH 1/1] x86: fix text_poke
, Frank Ch. Eigler
, (Thu Jun 5, 10:44 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
Re: [PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing
Jeremy Fitzhardinge
Re: Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in BUILD
Nick Piggin
Re: [patch] CFS (Completely Fair Scheduler), v2
Gary Hade
Re: [PATCH 0/5][RFC] Physical PCI slot objects
Dave Johnson
Re: expected behavior of PF_PACKET on NETIF_F_HW_VLAN_RX device?
linux-netdev
:
Arnd Bergmann
Re: 64-bit net_device_stats
Stephens, Allan
RE: [PATCH]: tipc: Fix oops on send prior to entering networked mode
frank.blaschka
[patch 3/5] [PATCH] qeth: support z/VM VSWITCH Port Isolation
Wu Fengguang
Re: [PATCH] dm9601: handle corrupt mac address
David Miller
Re: [PATCH net-2.6.24] Fix refcounting problem with netif_rx_reschedule()
git
:
Junio C Hamano
Re: [PATCH] [RFC] add Message-ID field to log on git-am operation
Junio C Hamano
Re: Handling large files with GIT
Karl
Re: [ANNOUNCE] pg - A patch porcelain for GIT
Josh Triplett
Re: [RFC][PATCH 00/10] Sparse: Git's "make check" target
Pierre Habouzit
Re: [PATCH] git-daemon: more powerful base-path/user-path settings, using formats.
git-commits-head
:
Linux Kernel Mailing List
MIPS: RBTX4939: Fix IOC pin-enable register updating
Linux Kernel Mailing List
regulator: update email address for Liam Girdwood
Linux Kernel Mailing List
[SCSI] ipr: add message to error table
Linux Kernel Mailing List
powerpc/32: Wire up the trampoline code for kdump
Linux Kernel Mailing List
USB: omap_udc: sync with OMAP tree
openbsd-misc
:
Josh Grosse
Re: error : pkg add phpMyAdmin
Brian Candler
Re: OBSD's perspective on SELinux
Jacob Meuser
Re: /dev/audio: Device busy
David Vasek
Re: Inexpensive, low power, "wall wart" computer
William Boshuck
Re: Richard Stallman...
Colocation donated by:
Syndicate