All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Dike <jdike@addtoit.com>
To: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Cc: Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org,
	user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] [PATCH 03/10] uml: fix prototypes
Date: Wed, 18 Oct 2006 14:32:22 -0400	[thread overview]
Message-ID: <20061018183222.GA6566@ccure.user-mode-linux.org> (raw)
In-Reply-To: <20061017212709.26445.54420.stgit@americanbeauty.home.lan>

On Tue, Oct 17, 2006 at 11:27:09PM +0200, Paolo 'Blaisorblade' Giarrusso wrote:
> Fix prototypes in user.h - was needed when including user.h in kernelspace, 
> as we did in previous patch.

user.h shouldn't be included in kernelspace - its purpose is to
provide kernel prototypes to userspace code.

				Jeff

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

WARNING: multiple messages have this Message-ID (diff)
From: Jeff Dike <jdike@addtoit.com>
To: "Paolo 'Blaisorblade' Giarrusso" <blaisorblade@yahoo.it>
Cc: Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org,
	user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] [PATCH 03/10] uml: fix prototypes
Date: Wed, 18 Oct 2006 14:32:22 -0400	[thread overview]
Message-ID: <20061018183222.GA6566@ccure.user-mode-linux.org> (raw)
In-Reply-To: <20061017212709.26445.54420.stgit@americanbeauty.home.lan>

On Tue, Oct 17, 2006 at 11:27:09PM +0200, Paolo 'Blaisorblade' Giarrusso wrote:
> Fix prototypes in user.h - was needed when including user.h in kernelspace, 
> as we did in previous patch.

user.h shouldn't be included in kernelspace - its purpose is to
provide kernel prototypes to userspace code.

				Jeff

  reply	other threads:[~2006-10-18 18:33 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-17 21:19 [uml-devel] [PATCH 00/10] Various UML patches for 2.6.19 Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:19 ` Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27 ` [uml-devel] [PATCH 01/10] uml: remove some leftover PPC code Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27   ` Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27 ` [uml-devel] [PATCH 02/10] uml: split memory allocation prototypes out of user.h Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27   ` Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27 ` [uml-devel] [PATCH 03/10] uml: fix prototypes Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27   ` Paolo 'Blaisorblade' Giarrusso
2006-10-18 18:32   ` Jeff Dike [this message]
2006-10-18 18:32     ` [uml-devel] " Jeff Dike
2006-10-21  1:42     ` Blaisorblade
2006-10-21  1:42       ` Blaisorblade
2006-10-17 21:27 ` [uml-devel] [PATCH 04/10] uml: make execvp safe for our usage Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27   ` Paolo 'Blaisorblade' Giarrusso
2006-10-18 18:37   ` [uml-devel] " Jeff Dike
2006-10-18 18:37     ` Jeff Dike
2006-10-21  0:11     ` Blaisorblade
2006-10-21  0:11       ` Blaisorblade
2006-10-25 15:10       ` Jeff Dike
2006-10-25 15:10         ` Jeff Dike
2006-10-21  1:16     ` Blaisorblade
2006-10-21  1:16       ` Blaisorblade
2006-10-17 21:27 ` [uml-devel] [PATCH 05/10] uml: code convention cleanup of a file Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27   ` Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27 ` [uml-devel] [PATCH 06/10] uml: reenable compilation of enable_timer, disabled by mistake Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27   ` Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27 ` [uml-devel] [PATCH 07/10] uml: use DEFCONFIG_LIST to avoid reading host's config Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27   ` Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27 ` [uml-devel] [PATCH 08/10] uml: cleanup run_helper() API to fix a leak Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27   ` Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27 ` [uml-devel] [PATCH 09/10] uml: kconfig - silence warning Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27   ` Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27 ` [uml-devel] [PATCH 10/10] uml: mmapper - remove just added but wrong "const" attribute Paolo 'Blaisorblade' Giarrusso
2006-10-17 21:27   ` Paolo 'Blaisorblade' Giarrusso
2006-10-18 18:41 ` [uml-devel] [PATCH 00/10] Various UML patches for 2.6.19 Jeff Dike
2006-10-18 18:41   ` Jeff Dike

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=20061018183222.GA6566@ccure.user-mode-linux.org \
    --to=jdike@addtoit.com \
    --cc=akpm@osdl.org \
    --cc=blaisorblade@yahoo.it \
    --cc=linux-kernel@vger.kernel.org \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.