From: The NeverGone <never@delfin.klte.hu>
To: Tupshin Harper <tupshin@tupshin.com>
Cc: Kernel List <linux-kernel@vger.kernel.org>
Subject: Re: UML (user-mode-linux) kernel-2.6.x
Date: Sun, 11 Jan 2004 23:15:03 +0100 (CET) [thread overview]
Message-ID: <Pine.LNX.4.58.0401112313350.1696@localhost> (raw)
In-Reply-To: <4001C9DC.4070505@tupshin.com>
On Sun, 11 Jan 2004, Tupshin Harper wrote:
> Is that guest 2.4.23 kernel stock, with only the mentioned patch (pasted
> below) applied?
>
> Are you absolutely positive that you rebuilt that guest kernel with the
> patch???(I'm guessing that this is really the problem)
>
> Are you still getting the same error message? ("I'm tracing myself...")
>
> -Tupshin
>
> --- 1.5/arch/um/os-Linux/process.c Sat Jan 18 12:29:27 2003
> +++ 1.6/arch/um/os-Linux/process.c Thu Oct 2 14:27:57 2003
> @@ -7,6 +7,7 @@
> #include <stdio.h>
> #include <errno.h>
> #include <signal.h>
> +#include <linux/unistd.h>
> #include <sys/mman.h>
> #include <sys/wait.h>
> #include "os.h"
> @@ -87,7 +88,8 @@
>
> void os_usr1_process(int pid)
> {
> - kill(pid, SIGUSR1);
> + syscall(__NR_tkill, pid, SIGUSR1);
> +/* tkill(pid, SIGUSR1);*/
> }
>
> int os_getpid(void)
Hi...
It's also included in the host kernel (2.6.1-mm2) ...
Thx...
The NeverGone :)
==============================================================
--------- Csatlakozz: http://arenaportal.hix.com/ ---------
----- http://arenazo.cjb.net/ -- http://ironiq.hu/aDP/ -----
--- Kurucz "The NeverGone" Istvan: never@delfin.klte.hu ---
-------------- http://delfin.klte.hu/~ki0029/ --------------
==============================================================
next prev parent reply other threads:[~2004-01-11 22:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-11 21:31 The NeverGone
2004-01-11 21:56 ` Tupshin Harper
2004-01-11 22:06 ` The NeverGone
2004-01-11 22:10 ` Tupshin Harper
2004-01-11 22:15 ` The NeverGone [this message]
2004-01-11 22:33 ` Tupshin Harper
2004-01-11 22:45 ` The NeverGone
2004-01-11 22:48 ` Tupshin Harper
-- strict thread matches above, loose matches on Subject: below --
2004-01-11 15:47 The NeverGone
2004-01-11 18:21 ` Tupshin Harper
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=Pine.LNX.4.58.0401112313350.1696@localhost \
--to=never@delfin.klte.hu \
--cc=linux-kernel@vger.kernel.org \
--cc=tupshin@tupshin.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
Powered by JetHome