login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
6
Re: [PATCH 1/4] x86 mmiotrace: use lookup_address()
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Christoph Hellwig
Subject:
Re: [PATCH 1/4] x86 mmiotrace: use lookup_address()
Date: Tuesday, February 5, 2008 - 10:00 pm
On Tue, Feb 05, 2008 at 10:28:07PM +0200, Pekka Paalanen wrote:
quoted text
> Use lookup_address() from pageattr.c instead of doing the same > manually. Also had to EXPORT_SYMBOL(lookup_address) to make this > work for modules. This also fixes "undefined symbol 'init_mm'" > compile error for x86_32.
This should be a _GPL export for sure. --
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: Add a list for custom page fault handlers.
, Pekka Paalanen
, (Sun Jan 27, 9:52 am)
[RFC PATCH] x86: mmiotrace - trace memory mapped IO
, Pekka Paalanen
, (Sun Jan 27, 10:55 am)
Re: [PATCH] x86: Add a list for custom page fault handlers.
, Ingo Molnar
, (Sun Jan 27, 12:29 pm)
Re: [PATCH] x86: Add a list for custom page fault handlers.
, Peter Zijlstra
, (Sun Jan 27, 2:03 pm)
Re: [PATCH] x86: Add a list for custom page fault handlers.
, Harvey Harrison
, (Tue Jan 29, 7:28 pm)
Re: [PATCH] x86: Add a list for custom page fault handlers.
, Harvey Harrison
, (Tue Jan 29, 7:34 pm)
Re: [PATCH] x86: Add a list for custom page fault handlers.
, Pekka Paalanen
, (Wed Jan 30, 11:08 am)
Re: [PATCH] x86: Add a list for custom page fault handlers.
, Arjan van de Ven
, (Wed Jan 30, 11:20 am)
Re: [RFC PATCH] x86: mmiotrace - trace memory mapped IO
, Pekka Paalanen
, (Wed Jan 30, 3:39 pm)
Re: [PATCH] x86: Add a list for custom page fault handlers.
, Ingo Molnar
, (Thu Jan 31, 8:07 am)
[PATCH v2] x86: Add a list for custom page fault handlers.
, Pekka Paalanen
, (Thu Jan 31, 9:02 am)
Re: [PATCH v2] x86: Add a list for custom page fault handlers.
, Arjan van de Ven
, (Thu Jan 31, 9:15 am)
[RFC PATCH v2] x86: mmiotrace - trace memory mapped IO
, Pekka Paalanen
, (Thu Jan 31, 9:16 am)
Re: [RFC PATCH v2] x86: mmiotrace - trace memory mapped IO
, Arjan van de Ven
, (Thu Jan 31, 9:29 am)
Re: [PATCH v2] x86: Add a list for custom page fault handlers.
, Pekka Paalanen
, (Sat Feb 2, 11:55 pm)
Re: [PATCH v2] x86: Add a list for custom page fault handlers.
, Ingo Molnar
, (Sun Feb 3, 12:03 am)
Re: [RFC PATCH v2] x86: mmiotrace - trace memory mapped IO
, Pekka Paalanen
, (Sun Feb 3, 12:21 am)
Re: [PATCH v2] x86: Add a list for custom page fault handlers.
, Pekka Paalanen
, (Sun Feb 3, 2:40 pm)
[PATCH 1/4] x86 mmiotrace: use lookup_address()
, Pekka Paalanen
, (Tue Feb 5, 1:28 pm)
[PATCH 2/4] x86 mmiotrace: fix relay-buffer-full flag for SMP
, Pekka Paalanen
, (Tue Feb 5, 1:30 pm)
[PATCH 3/4] x86 mmiotrace: comment about user space ABI
, Pekka Paalanen
, (Tue Feb 5, 1:31 pm)
[PATCH 4/4] x86 mmiotrace: move files into arch/x86/mm/
, Pekka Paalanen
, (Tue Feb 5, 1:39 pm)
Re: [PATCH 2/4] x86 mmiotrace: fix relay-buffer-full flag ...
, Eric Dumazet
, (Tue Feb 5, 1:44 pm)
Re: [PATCH 2/4] x86 mmiotrace: fix relay-buffer-full flag ...
, Pekka Paalanen
, (Tue Feb 5, 2:14 pm)
Re: [PATCH 2/4] x86 mmiotrace: fix relay-buffer-full flag ...
, Eric Dumazet
, (Tue Feb 5, 2:35 pm)
Re: [PATCH 4/4] x86 mmiotrace: move files into arch/x86/mm/
, Randy Dunlap
, (Tue Feb 5, 8:02 pm)
Re: [PATCH 1/4] x86 mmiotrace: use lookup_address()
, Christoph Hellwig
, (Tue Feb 5, 10:00 pm)
Re: [PATCH 1/4] x86 mmiotrace: use lookup_address()
, Ingo Molnar
, (Thu Feb 7, 5:52 am)
Re: [PATCH 4/4] x86 mmiotrace: move files into arch/x86/mm/
, Ingo Molnar
, (Thu Feb 7, 5:53 am)
Re: [PATCH 4/4] x86 mmiotrace: move files into arch/x86/mm/
, Christoph Hellwig
, (Thu Feb 7, 5:56 am)
Re: [PATCH 4/4] x86 mmiotrace: move files into arch/x86/mm/
, Pekka Paalanen
, (Sat Feb 9, 4:21 am)
[RFC PATCH] x86: explicit call to mmiotrace in do_page_fault()
, Pekka Paalanen
, (Sat Feb 9, 10:52 am)
[PATCH] x86 mmiotrace: Use percpu instead of arrays.
, Pekka Paalanen
, (Sat Feb 9, 10:53 am)
Re: [RFC PATCH] x86: explicit call to mmiotrace in do_page ...
, Arjan van de Ven
, (Sat Feb 9, 11:01 am)
Re: [RFC PATCH] x86: explicit call to mmiotrace in do_page ...
, Pekka Paalanen
, (Sat Feb 9, 11:23 am)
Re: [RFC PATCH] x86: explicit call to mmiotrace in do_page ...
, Peter Zijlstra
, (Sat Feb 9, 11:39 am)
Re: [RFC PATCH] x86: explicit call to mmiotrace in do_page ...
, Peter Zijlstra
, (Sat Feb 9, 11:39 am)
Re: [RFC PATCH] x86: explicit call to mmiotrace in do_page ...
, Pekka Enberg
, (Sat Feb 9, 11:56 am)
Re: [RFC PATCH] x86: explicit call to mmiotrace in do_page ...
, Pekka Paalanen
, (Sat Feb 9, 12:11 pm)
Re: [RFC PATCH] x86: explicit call to mmiotrace in do_page ...
, Pekka Enberg
, (Sat Feb 9, 12:19 pm)
[RFC PATCH v2] x86: explicit call to mmiotrace in do_page_ ...
, Pekka Paalanen
, (Sun Feb 10, 11:05 am)
Re: [RFC PATCH v2] x86: explicit call to mmiotrace in do_p ...
, Pavel Roskin
, (Sun Feb 10, 7:12 pm)
Re: [RFC PATCH v2] x86: explicit call to mmiotrace in do_p ...
, Pekka Paalanen
, (Mon Feb 11, 11:04 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michael Moore
Re: underage models, pre teen models, lolita porn, young preteens, little lolitas
Alex Riesen
Re: [PATCH 4/7] lib: Introduce strnstr()
Thomas Gleixner
[ANNOUNCE] 2.6.31-rc6-rt2
Mathieu Desnoyers
Re: Linux 2.6.25-rc2
git
:
Blaisorblade
git-unpack-objects < pack file in repository doesn't work!
Matthieu Moy
Re: Cloning empty repositories, was Re: What is the idea for bare repositories?
Linus Torvalds
Re: Untracked working tree files
Peter Karlsson
Re: CRLF problems with Git on Win32
Johannes Schindelin
Re: [PATCH 4/4] git-rebase -i: New option to support rebase with merges
linux-netdev
:
Alan Menegotto
Re: Linux networking implementation and packet capture
Andrew Morton
Re: [PATCH] PHYLIB: IRQ event workqueue handling fixes
Timo Teräs
ip xfrm policy semantics
Jarek Poplawski
Re: [PATCH]: Fix queueing return values...
David Miller
Re: [PATCH 1/2] netdev: bfin_mac: enable bfin_mac net dev driver for BF51x
git-commits-head
:
Linux Kernel Mailing List
Blackfin: don't give CPU its own line in traps output
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
MIPS: SMTC: Fix lockup in smtc_distribute_timer
Linux Kernel Mailing List
powerpc: gamecube/wii: usbgecko bootwrapper console support
openbsd-misc
:
Aaron Mason
Re: Defending OpenBSD Performance
Henning Brauer
Re: Defending OpenBSD Performance
Henning Brauer
Re: Defending OpenBSD Performance
Christiano Farina Haesbaert
Re: Defending OpenBSD Performance
Nick Holland
Re: 1 out of 3 hunks failed--saving rejects to kerberosV/src/lib/krb5/crypto.c.rej
Colocation donated by:
Syndicate