public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Dike <jdike@addtoit.com>
To: Zachary Amsden <zach@vmware.com>
Cc: linux-kernel@vger.kernel.org, Chris Wright <chrisw@osdl.org>,
	akpm@osdl.org, chrisl@vmware.com, pratap@vmware.com,
	virtualization@lists.osdl.org
Subject: Re: [RFC] [PATCH] Split host arch headers for UML's benefit
Date: Wed, 17 Aug 2005 12:59:32 -0400	[thread overview]
Message-ID: <20050817165932.GA6072@ccure.user-mode-linux.org> (raw)
In-Reply-To: <43022690.1090209@vmware.com>

On Tue, Aug 16, 2005 at 10:46:56AM -0700, Zachary Amsden wrote:
> I like this approach.  In general, it seems beneficial to split these 
> into ABI and kernel implementation.  Also, this stuff eventually works 
> its way into userspace headers.  It is not really clear which asm-xxx 
> kernel headers are valid to include in userspace.  There are definitely 
> multiple classes of things in the kernel header files : ABI definitions, 
> user-useful macros and inlines, and things that are privately useful the 
> kernel.  The ptrace split seems quite well defined here; the system 
> split is a little less obvious, but I don't object to the way you have 
> done it.

Yeah, the ptrace split is nice and ABI-like - the system split is more
of a mess.

> I've always wondered why we didn't have memory barriers in either 
> asm/atomic.h or asm/barrier.h; system.h seems to just have a mixed bag 
> of goodies.

That may make sense.

> Two things about the system.h split - do you use
> arch_align_stack()?.  

Something does, UML doesn't build without one.


> Also, do you use the alternative instruction replacement functionality, 
> or do you just need the macro?  If you don't actually implement 
> instruction replacement, it seems you could more easily redefine these to be
> 
> #define alternative(oldinstr, newinstr, feature) \
>    asm volatile(oldinstr) ::: "memory")

Possibly, I don't knowingly use it, but given my borrowing of host
arch headers, and most asm works just as well in UML as on the host,
there could be some use in UML.

				Jeff

      reply	other threads:[~2005-08-17 17:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-16 15:42 [RFC] [PATCH] Split host arch headers for UML's benefit Jeff Dike
2005-08-16 17:46 ` Zachary Amsden
2005-08-17 16:59   ` Jeff Dike [this message]

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=20050817165932.GA6072@ccure.user-mode-linux.org \
    --to=jdike@addtoit.com \
    --cc=akpm@osdl.org \
    --cc=chrisl@vmware.com \
    --cc=chrisw@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pratap@vmware.com \
    --cc=virtualization@lists.osdl.org \
    --cc=zach@vmware.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