From: Andrew Morton <akpm@osdl.org>
To: "Robert P. J. Day" <rpjday@mindspring.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: why "probe_kernel_address()", not "probe_user_address()"?
Date: Sat, 28 Oct 2006 09:29:06 -0700 [thread overview]
Message-ID: <20061028092906.6c1562e3.akpm@osdl.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0610281153180.2091@localhost.localdomain>
On Sat, 28 Oct 2006 11:56:24 -0400 (EDT)
"Robert P. J. Day" <rpjday@mindspring.com> wrote:
>
> it seems odd that the purpose of the "probe_kernel_address()" macro
> is, in fact, to probe a *user* address (from linux/uaccess.h):
>
> #define probe_kernel_address(addr, retval) \
> ({ \
> long ret; \
> \
> inc_preempt_count(); \
> ret = __get_user(retval, addr); \
> dec_preempt_count(); \
> ret; \
> })
>
> given that that routine is referenced only 5 places in the entire
> source tree, wouldn't it be more meaningful to use a more appropriate
> name?
>
You'll notice that all callers are indeed probing kernel addresses. The
function _could_ be used for user addresses and could perhaps be called
probe_address().
One of the reasons this wrapper exists is to communicate that the
__get_user() it is in fact not being used to access user memory.
next prev parent reply other threads:[~2006-10-28 16:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-28 15:56 Robert P. J. Day
2006-10-28 16:29 ` Andrew Morton [this message]
2006-10-28 16:52 ` Robert P. J. Day
2006-10-28 17:02 ` Robert P. J. Day
2006-10-28 20:30 ` Luca Tettamanti
2006-10-28 21:01 ` Robert P. J. Day
2006-10-29 15:49 ` Luca Tettamanti
2006-10-29 13:02 ` Denis Vlasenko
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=20061028092906.6c1562e3.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rpjday@mindspring.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®