login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
June
»
19
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction abstraction
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Ingo Molnar <mingo@...>
To: Linus Torvalds <torvalds@...>
Cc: Jeremy Fitzhardinge <jeremy@...>, <benh@...>, xen-devel <xen-devel@...>, Peter Zijlstra <a.p.zijlstra@...>, kvm-devel <kvm-devel@...>, <x86@...>, LKML <linux-kernel@...>, Virtualization Mailing List <virtualization@...>, Hugh Dickins <hugh@...>, Thomas Gleixner <tglx@...>
Subject:
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction abstraction
Date: Thursday, June 19, 2008 - 12:47 pm
* Linus Torvalds <torvalds@linux-foundation.org> wrote:
quoted text
> On Thu, 19 Jun 2008, Ingo Molnar wrote: > > > > Below is the commit, it needed a small amount of massaging to apply the > > void * -> unsigned long * change in the x86/bitops topic. > > Well, that's your bug right there. > > The macros very much depended on the pointers being "void *", due to > the pointer arithmetic (which is a gcc extension that we use > extensively - "void *" arithmetic works as if it was a byte pointer).
duh, yeah - of course. Will retry with that fixed :) 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 0 of 4] mm+paravirt+xen: add pte read-modify-write ab...
, Jeremy Fitzhardinge
, (Mon Jun 16, 7:29 am)
[PATCH 2 of 4] paravirt: add hooks for ptep_modify_prot_star...
, Jeremy Fitzhardinge
, (Mon Jun 16, 7:30 am)
[PATCH 4 of 4] xen: add mechanism to extend existing multica...
, Jeremy Fitzhardinge
, (Mon Jun 16, 7:30 am)
[PATCH 3 of 4] xen: implement ptep_modify_prot_start/commit
, Jeremy Fitzhardinge
, (Mon Jun 16, 7:30 am)
[PATCH 1 of 4] mm: add a ptep_modify_prot transaction abstra...
, Jeremy Fitzhardinge
, (Mon Jun 16, 7:30 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Benjamin Herrenschmidt
, (Wed Jun 18, 7:23 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Jeremy Fitzhardinge
, (Wed Jun 18, 7:59 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Jeremy Fitzhardinge
, (Wed Jun 18, 8:15 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Linus Torvalds
, (Wed Jun 18, 8:24 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Benjamin Herrenschmidt
, (Wed Jun 18, 8:39 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Jeremy Fitzhardinge
, (Thu Jun 19, 1:03 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Benjamin Herrenschmidt
, (Thu Jun 19, 3:20 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Jeremy Fitzhardinge
, (Thu Jun 19, 1:57 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Jeremy Fitzhardinge
, (Wed Jun 18, 8:37 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Linus Torvalds
, (Wed Jun 18, 8:49 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Linus Torvalds
, (Thu Jun 19, 12:03 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Ingo Molnar
, (Thu Jun 19, 7:58 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Linus Torvalds
, (Thu Jun 19, 12:30 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Ingo Molnar
, (Thu Jun 19, 12:47 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Ingo Molnar
, (Fri Jun 20, 6:10 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Jeremy Fitzhardinge
, (Fri Jun 20, 3:06 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Linus Torvalds
, (Fri Jun 20, 3:15 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Ingo Molnar
, (Fri Jun 20, 3:56 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Jeremy Fitzhardinge
, (Fri Jun 20, 4:05 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Linus Torvalds
, (Fri Jun 20, 4:03 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Jeremy Fitzhardinge
, (Fri Jun 20, 4:16 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Jeremy Fitzhardinge
, (Fri Jun 20, 4:22 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Ingo Molnar
, (Sat Jun 21, 2:06 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Akinobu Mita
, (Thu Jun 19, 8:20 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Ingo Molnar
, (Thu Jun 19, 8:03 am)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Linus Torvalds
, (Mon Jun 16, 1:29 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Hugh Dickins
, (Mon Jun 16, 2:13 pm)
Re: [PATCH 1 of 4] mm: add a ptep_modify_prot transaction ab...
, Ingo Molnar
, (Mon Jun 16, 2:49 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Jan Engelhardt
intel iommu (Re: -mm merge plans for 2.6.23)
Roland Dreier
Re: Integration of SCST in the mainstream Linux kernel
Andrew Morton
Re: 2.6.24-rc3-mm1 make headers_check fails
git
:
linux-netdev
:
Ingo Molnar
iwlwifi: fix build bug in "iwlwifi: fix LED stall"
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
0 users
and
581 guests
online.
Syndicate