LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Nikolaus Rath <Nikolaus@rath.org>
To: linux-kernel@vger.kernel.org
Subject: Reversing a memory mapping?
Date: Thu, 03 Feb 2011 15:50:21 -0500 [thread overview]
Message-ID: <87k4hgn8qa.fsf@inspiron.ap.columbia.edu> (raw)
Hello,
I am trying to outsmart the proprietary nvidia driver to get my own
driver to access to a memory region set up by the nvidia driver.
Strace tells me that the nividia userspace library is calling
mmap2(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0x35375)
to get a userspace pointer to the kernel memory that I'm interested in.
Is there a way that my own kernel module can "reverse" this mmap call?
I.e. given the userspace pointer, how do I get access to the physical
location of the memory that has been mapped?
I know that the region is pinned and used as a DMA buffer for
communication with the GPU. I want my own device to do DMA transfers to
and from the same location.
Thanks,
-Nikolaus
--
»Time flies like an arrow, fruit flies like a Banana.«
PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C
next reply other threads:[~2011-02-03 21:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-03 20:50 Nikolaus Rath [this message]
2011-02-05 21:04 ` virt_to_page for userspace pointers (was: Reversing a memory mapping?) Nikolaus Rath
2011-02-05 21:36 ` virt_to_page for userspace pointers Brice Goglin
2011-02-13 20:24 ` Nikolaus Rath
2011-02-13 20:37 ` Brice Goglin
2011-02-13 21:56 ` Nikolaus Rath
2011-02-13 22:06 ` Alan Cox
2011-02-13 22:11 ` Nikolaus Rath
2011-02-14 22:46 ` Nikolaus Rath
2011-07-26 12:03 ` Alexey Skidanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k4hgn8qa.fsf@inspiron.ap.columbia.edu \
--to=nikolaus@rath.org \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: Reversing a memory mapping?' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).