From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@osdl.org>
Subject: Re: 2.6.5-rc1-mm1
Date: Tue, 16 Mar 2004 21:24:19 +0100 [thread overview]
Message-ID: <200403162124.19075@WOLK> (raw)
In-Reply-To: <20040316015338.39e2c48e.akpm@osdl.org>
[-- Attachment #1: Type: text/plain, Size: 672 bytes --]
On Tuesday 16 March 2004 10:53, Andrew Morton wrote:
Hi Andrew,
> move-job-control-stuff-tosignal_struct.patch
> moef job control fields from task_struct to signal_struct
>
> move-job-control-stuff-tosignal_struct-s390-fix.patch
> s390 fix for move-job-control-stuff-tosignal_struct.patch
>
> move-job-control-stuff-tosignal_struct-sx-fix.patch
>
> move-job-control-stuff-tosignal_struct-sn-fix.patch
> From: John Hawkes <hawkes@babylon.engr.sgi.com>
> Subject: [PATCH] 2.6.4-mm1 for ia64
Please add attached patch to next -mm.
move-job-control-stuff-tosignal_struct-sparc64-fix.patch
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
;-)
ciao, Marc
[-- Attachment #2: move-job-control-stuff-tosignal_struct-sparc64-fix.patch --]
[-- Type: text/x-diff, Size: 418 bytes --]
--- old/arch/sparc64/solaris/misc.c 2003-12-18 03:59:42.000000000 +0100
+++ new/arch/sparc64/solaris/misc.c 2004-03-16 21:20:56.000000000 +0100
@@ -402,7 +402,7 @@ asmlinkage int solaris_procids(int cmd,
Solaris setpgrp and setsid? */
ret = sys_setpgid(0, 0);
if (ret) return ret;
- current->tty = NULL;
+ current->signal->tty = NULL;
return process_group(current);
}
case 2: /* getsid */
next prev parent reply other threads:[~2004-03-16 20:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-16 9:53 2.6.5-rc1-mm1 Andrew Morton
2004-03-16 10:53 ` 2.6.5-rc1-mm1 - looks better Neil Brown
2004-03-16 12:40 ` 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile Adrian Bunk
2004-03-16 22:31 ` Corey Minyard
2004-03-16 22:58 ` Andrew Morton
2004-03-16 20:14 ` 2.6.5-rc1-mm1 (compile stats) John Cherry
2004-03-16 20:24 ` Marc-Christian Petersen [this message]
2004-03-17 10:08 ` 2.6.5-rc1-mm1 reboots before the boot completes Helge Hafting
2004-03-17 10:15 ` Andrew Morton
2004-03-17 14:39 ` Felipe Alfaro Solana
2004-03-17 14:59 ` Helge Hafting
2004-03-17 12:50 ` Felipe Alfaro Solana
2004-03-17 14:14 ` Danny ter Haar
2004-03-22 12:53 ` 2.6.5-rc1-mm1 Pedro Larroy
2004-03-22 15:33 ` 2.6.5-rc1-mm1 Andrew Morton
2004-03-22 19:54 ` 2.6.5-rc1-mm1 Pedro Larroy
2004-03-23 3:35 ` 2.6.5-rc1-mm1 Andrew Morton
2004-03-23 13:05 ` 2.6.5-rc1-mm1 Marc-Christian Petersen
2004-03-22 21:29 ` 2.6.5-rc1-mm1 Ed Tomlinson
2004-03-22 15:38 ` 2.6.5-rc1-mm1 Marc-Christian Petersen
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=200403162124.19075@WOLK \
--to=m.c.p@wolk-project.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.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 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.