* [uml-devel] sys_ptrace consolidation and S390 port
@ 2005-08-12 16:55 Blaisorblade
2005-08-12 17:46 ` [uml-devel] " Jeff Dike
2005-09-13 13:13 ` Bodo Stroesser
0 siblings, 2 replies; 4+ messages in thread
From: Blaisorblade @ 2005-08-12 16:55 UTC (permalink / raw)
To: Jeff Dike, Bodo Stroesser; +Cc: user-mode-linux-devel
I just ran through this article:
http://lwn.net/Articles/146973/
and it seems that it's dropping some of the early bits of s390 merge (I
guess). Note the mention to SUBARCH_PTRACE_SPECIAL - I guess that's there for
s390, right Bodo?
This patch is not going to be merged today, but it'll be soon I guess.
--
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade
___________________________________
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
http://mail.yahoo.it
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [uml-devel] Re: sys_ptrace consolidation and S390 port
2005-08-12 16:55 [uml-devel] sys_ptrace consolidation and S390 port Blaisorblade
@ 2005-08-12 17:46 ` Jeff Dike
2005-09-13 13:13 ` Bodo Stroesser
1 sibling, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2005-08-12 17:46 UTC (permalink / raw)
To: Blaisorblade; +Cc: Bodo Stroesser, user-mode-linux-devel
On Fri, Aug 12, 2005 at 06:55:02PM +0200, Blaisorblade wrote:
> I just ran through this article:
>
> http://lwn.net/Articles/146973/
>
> and it seems that it's dropping some of the early bits of s390 merge (I
> guess). Note the mention to SUBARCH_PTRACE_SPECIAL - I guess that's there for
> s390, right Bodo?
>
> This patch is not going to be merged today, but it'll be soon I guess.
Yeah, I guessed the same, but it was premature to get that in mainline
without the actual port being ready.
So, we can look at that and see if we can do it without
unconsolidating sys_ptrace. If that's not possible, then we just
revert the UML portion of the patch.
Jeff
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [uml-devel] Re: sys_ptrace consolidation and S390 port
2005-08-12 16:55 [uml-devel] sys_ptrace consolidation and S390 port Blaisorblade
2005-08-12 17:46 ` [uml-devel] " Jeff Dike
@ 2005-09-13 13:13 ` Bodo Stroesser
2005-09-13 19:02 ` Jeff Dike
1 sibling, 1 reply; 4+ messages in thread
From: Bodo Stroesser @ 2005-09-13 13:13 UTC (permalink / raw)
To: Blaisorblade; +Cc: Jeff Dike, user-mode-linux-devel
Blaisorblade wrote:
> I just ran through this article:
>
> http://lwn.net/Articles/146973/
>
> and it seems that it's dropping some of the early bits of s390 merge (I
> guess). Note the mention to SUBARCH_PTRACE_SPECIAL - I guess that's there for
> s390, right Bodo?
>
> This patch is not going to be merged today, but it'll be soon I guess.
Thank you for the hint.
I'll have to reinsert SUBARCH_PTRACE_SPECIAL later.
Bodo
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [uml-devel] Re: sys_ptrace consolidation and S390 port
2005-09-13 13:13 ` Bodo Stroesser
@ 2005-09-13 19:02 ` Jeff Dike
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2005-09-13 19:02 UTC (permalink / raw)
To: Bodo Stroesser; +Cc: Blaisorblade, user-mode-linux-devel
On Tue, Sep 13, 2005 at 03:13:14PM +0200, Bodo Stroesser wrote:
> Thank you for the hint.
> I'll have to reinsert SUBARCH_PTRACE_SPECIAL later.
Yes, it's generally a good idea to submit a user whenever you add
infrastructure. Makes it easier to review.
So, this should be closely tied to the s390 patch.
Jeff
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-09-13 19:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-12 16:55 [uml-devel] sys_ptrace consolidation and S390 port Blaisorblade
2005-08-12 17:46 ` [uml-devel] " Jeff Dike
2005-09-13 13:13 ` Bodo Stroesser
2005-09-13 19:02 ` Jeff Dike
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.