From: "Ulrich Drepper" <drepper@gmail.com>
To: "Davide Libenzi" <davidel@xmailserver.org>
Cc: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
"Andrew Morton" <akpm@linux-foundation.org>,
"Linus Torvalds" <torvalds@linux-foundation.org>,
"Ingo Molnar" <mingo@elte.hu>
Subject: Re: [patch 0/6] sys_indirect RFC - sys_indirect introduction
Date: Mon, 2 Jul 2007 07:09:26 -0700 [thread overview]
Message-ID: <a36005b50707020709s87bde71m325a4ced02eb6e2b@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0707011003510.7547@alien.or.mcafeemobile.com>
On 7/1/07, Davide Libenzi <davidel@xmailserver.org> wrote:
> With the current API design you'd able to easily confine the "pre" code
> inside the "set" function, and the "post" code inside the "unset"
> function. It looks pretty clean to me, and allows to limit the knowledge
> of sys_indirect, the more as possible inside kernel/indirect.c.
But this will not be applicable. We already discussed that each
syscall likely needs its own set of flags etc. There really isn't
much overlap if any which cannot be handled at least as well using a
flat structure. You're adding major complications for something which
IMO will never be usable. With the flat structure to whole overhead
of sys_indirect is limited to a test for valid syscalls, copying the
struct, making the call to the syscall function, and resetting the
value in current. Very simple and fast.
next prev parent reply other threads:[~2007-07-02 14:09 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-29 21:48 Davide Libenzi
2007-06-30 1:48 ` Ulrich Drepper
2007-06-30 19:23 ` Davide Libenzi
2007-06-30 21:54 ` Ulrich Drepper
2007-06-30 22:27 ` Davide Libenzi
2007-06-30 22:32 ` Davide Libenzi
2007-07-01 16:25 ` Ulrich Drepper
2007-07-01 17:09 ` Davide Libenzi
2007-07-02 14:09 ` Ulrich Drepper [this message]
2007-07-02 22:37 ` Davide Libenzi
2007-07-03 0:28 ` Ulrich Drepper
2007-07-03 0:37 ` Davide Libenzi
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=a36005b50707020709s87bde71m325a4ced02eb6e2b@mail.gmail.com \
--to=drepper@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=davidel@xmailserver.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=torvalds@linux-foundation.org \
/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®