login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
June
»
20
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction abstraction
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Jeremy Fitzhardinge
Subject:
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction abstraction
Date: Friday, June 20, 2008 - 1:16 pm
Linus Torvalds wrote:
quoted text
> On Fri, 20 Jun 2008, Ingo Molnar wrote: > >> okay - Jeremy, could you try the fix below? (or tip/master, i just >> pushed this out) >> > > Actually, don't try that one. > > It needs to be a _byte_ registers, so "ir" was wrong. You need "iq". >
Doesn't work, unfortunately: {standard input}:20511: Error: Incorrect register `%eax' used with `b' suffix lock; orb %eax,1(%rdi) # tmp64, J --
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 0 of 4] mm+paravirt+xen: add pte read-modify-write ...
, Jeremy Fitzhardinge
, (Mon Jun 16, 4:29 am)
[PATCH 1 of 4] mm: add a ptep_modify_prot transaction abst ...
, Jeremy Fitzhardinge
, (Mon Jun 16, 4:30 am)
[PATCH 2 of 4] paravirt: add hooks for ptep_modify_prot_st ...
, Jeremy Fitzhardinge
, (Mon Jun 16, 4:30 am)
[PATCH 3 of 4] xen: implement ptep_modify_prot_start/commit
, Jeremy Fitzhardinge
, (Mon Jun 16, 4:30 am)
[PATCH 4 of 4] xen: add mechanism to extend existing multi ...
, Jeremy Fitzhardinge
, (Mon Jun 16, 4:30 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Linus Torvalds
, (Mon Jun 16, 10:29 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Hugh Dickins
, (Mon Jun 16, 11:13 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Ingo Molnar
, (Mon Jun 16, 11:49 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Benjamin Herrenschmidt
, (Wed Jun 18, 4:23 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Jeremy Fitzhardinge
, (Wed Jun 18, 4:59 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Jeremy Fitzhardinge
, (Wed Jun 18, 5:15 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Linus Torvalds
, (Wed Jun 18, 5:24 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Jeremy Fitzhardinge
, (Wed Jun 18, 5:37 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Benjamin Herrenschmidt
, (Wed Jun 18, 5:39 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Linus Torvalds
, (Wed Jun 18, 5:49 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Linus Torvalds
, (Wed Jun 18, 9:03 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Jeremy Fitzhardinge
, (Wed Jun 18, 10:03 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Benjamin Herrenschmidt
, (Thu Jun 19, 12:20 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Ingo Molnar
, (Thu Jun 19, 4:58 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Ingo Molnar
, (Thu Jun 19, 5:03 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Akinobu Mita
, (Thu Jun 19, 5:20 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Linus Torvalds
, (Thu Jun 19, 9:30 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Ingo Molnar
, (Thu Jun 19, 9:47 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Jeremy Fitzhardinge
, (Thu Jun 19, 10:57 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Ingo Molnar
, (Fri Jun 20, 3:10 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Jeremy Fitzhardinge
, (Fri Jun 20, 12:06 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Linus Torvalds
, (Fri Jun 20, 12:15 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Ingo Molnar
, (Fri Jun 20, 12:56 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Linus Torvalds
, (Fri Jun 20, 1:03 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Jeremy Fitzhardinge
, (Fri Jun 20, 1:05 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Jeremy Fitzhardinge
, (Fri Jun 20, 1:16 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Jeremy Fitzhardinge
, (Fri Jun 20, 1:22 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ...
, Ingo Molnar
, (Fri Jun 20, 11:06 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Pekka Enberg
Re: latest -git: suspend: unable to handle kernel paging request (was Re: no_conso...
Trent Waddington
Re: Gaming Interface
Dan Carpenter
Re: [patch] dma-debug: off by one issue
Adrian McMenamin
time_after - what on earth???
Paul E. McKenney
Re: [PATCH, RFC] v4 scalable classic RCU implementation
git
:
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Christian Stimming
git-gui: Fix broken revert confirmation.
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
linux-netdev
:
Nick Piggin
Re: Kernel WARNING: at net/core/dev.c:1330 __netif_schedule+0x2c/0x98()
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Ingo Molnar
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
Gerrit Renker
[PATCH 37/37] dccp: Debugging functions for feature negotiation
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
markup_oops.pl: fix for faulting instruction in the first line of a range
openbsd-misc
:
Christophe Rioux
Implementation example of snmp
Ryan McBride
Re: Packets Per Second Limit?
Nick Holland
Re: booting openbsd on eee without cd-rom
Bryan Irvine
Re: OpenBSD 4.7 Released, May 19 2010
Marco Peereboom
Re: Singularity OS
Colocation donated by:
Syndicate