From: Tupshin Harper <tupshin@tupshin.com>
To: The NeverGone <never@delfin.klte.hu>
Cc: Kernel List <linux-kernel@vger.kernel.org>
Subject: Re: UML (user-mode-linux) kernel-2.6.x
Date: Sun, 11 Jan 2004 14:10:36 -0800 [thread overview]
Message-ID: <4001C9DC.4070505@tupshin.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0401112300020.1585@localhost>
The NeverGone wrote:
>On Sun, 11 Jan 2004, Tupshin Harper wrote:
>
>
>
>>The guest UML kernel??? Works for me. What guest kernel are you running?
>>
>>
>
>The guest UML using 2.4.23, and it works properly with 2.4.24 host kernel,
>but not with 2.6.x ...
>
>
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)
next prev parent reply other threads:[~2004-01-11 22:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-11 21:31 UML (user-mode-linux) kernel-2.6.x The NeverGone
2004-01-11 21:56 ` Tupshin Harper
2004-01-11 22:06 ` The NeverGone
2004-01-11 22:10 ` Tupshin Harper [this message]
2004-01-11 22:15 ` The NeverGone
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=4001C9DC.4070505@tupshin.com \
--to=tupshin@tupshin.com \
--cc=linux-kernel@vger.kernel.org \
--cc=never@delfin.klte.hu \
/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