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 - 6:35 am
On Monday, 21 of April 2008, Ingo Molnar wrote:
quoted text
> > * Rafael J. Wysocki <rjw@sisk.pl> wrote: > > > Hi, > > > > I've just got the following traces from 2.6.25-git2 on HP nx6325 > > (64-bit). I think they are related to the hang I described yesterday: > > > [12844.112673] [<ffffffff8029e236>] do_lookup+0x2c/0x1b2 > > [12844.112683] [<ffffffff802a04b4>] __link_path_walk+0x8e6/0xdbd > > [12844.112707] [<ffffffffa004deb4>] ? :ext3:ext3_xattr_get_acl_default+0x18/0x1a > > [12844.112714] [<ffffffff802b0869>] ? generic_getxattr+0x4e/0x5c > > so you've got ext3. Nothing changed in the VFS or in ext3 in -git yet. > > the instruction pattern: > > Code: f6 43 04 10 75 06 f0 ff 03 48 89 d8 fe 43 08 eb 31 fe 43 08 48 8b > 45 d0 48 8b 00 48 89 45 d0 48 8b 45 d0 48 85 c0 74 18 48 89 c2 <48> 8b > 00 48 8d 5a e8 44 39 73 30 0f 18 08 75 d9 e9 6a ff ff ff > ======== > > shows that you've got "prefetchnta (%esi)" indirect: > > 0f 18 00 prefetcht0 (%eax) > > so the prefetch instructions are patched in, neither the compiler nor > the CPU should ignore them.
Well, I don't really know what that means ... Besides, that's 64-bit code, but I guess that doesn't matter here. 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
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Mr. James W. Laferriere
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
Chuck Ebbert
Re: PCI: Unable to reserve mem region problem
Linus Torvalds
Linux 2.6.34-rc4
David Miller
Re: 'global' rq->clock
git
:
Ralf Wildenhues
[PATCH] Fix typos in the documentation
Len Brown
Re: fatal: unable to create '.git/index': File exists
Oliver Hoffmann
git init --bare versus git --bare init
Sam Vilain
Re: RFC: Flat directory for notes, or fan-out? Both!
Ilari Liusvaara
Re: git access using SSL certificates
openbsd-misc
:
Sevan / Venture37
Re: This is what Linus Torvalds calls openBSD crowd
Netmaffia.hu
Tini Lányok AKCIÓBAN OTTHON
Siju George
This is what Linus Torvalds calls openBSD crowd
Darrin Chandler
Re: OT: Python (was Re: vi in /bin)
Gilles Chehade
Re: Longest Uptime?
git-commits-head
:
Linux Kernel Mailing List
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
nfsd41: sanity check client drc maxreqs
Linux Kernel Mailing List
bnx2x: Moving includes
Linux Kernel Mailing List
[CIFS] if get root inode fails during mount, cleanup tree connection
linux-netdev
:
Kurt Van Dijck
Re: [PATCH net-next-2.6 1/2] can: add driver for Softing card
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
David Miller
Re: [PATCH v2] net: typos in comments in include/linux/igmp.h
Ramachandra K
Re: [ofa-general] Re: [PATCH 10/13] QLogic VNIC: Driver Statistics collection
Colocation donated by:
Syndicate