* [uml-devel] 2.6.9-bb2 released.
@ 2004-11-10 19:07 Blaisorblade
2004-11-11 18:29 ` [uml-devel] " Bodo Stroesser
0 siblings, 1 reply; 2+ messages in thread
From: Blaisorblade @ 2004-11-10 19:07 UTC (permalink / raw)
To: user-mode-linux-devel, user-mode-linux-user, Jeff Dike,
Bodo Stroesser; +Cc: LKML
[-- Attachment #1: Type: text/plain, Size: 783 bytes --]
You can find all on http://www.user-mode-linux.org/~blaisorblade/.
Changes in both 2.6.9-bb2 against 2.6.9-bb1:
- updated most bugs of -bb1 which were reported
- fixed the Gentoo/NPTL issue, thanks to Bodo Stroesser (sorry for forgetting
the credit on the changelog, but I'm leaving for one day in a few minutes):
but you must still compile Uml disabling CONFIG_MODE_TT (and obviously use the
SKAS patch you find on the same site).
More info on the website "Changelog" page.
Distribution (like -bb1):
* the patch are also in split-out form, both web-browsable and tarballed.
* md5sums are available (to test with "md5sum -c *.md5").
Any testing and report is welcome.
Hope It Rocks!
--
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [uml-devel] Re: 2.6.9-bb2 released.
2004-11-10 19:07 [uml-devel] 2.6.9-bb2 released Blaisorblade
@ 2004-11-11 18:29 ` Bodo Stroesser
0 siblings, 0 replies; 2+ messages in thread
From: Bodo Stroesser @ 2004-11-11 18:29 UTC (permalink / raw)
To: Blaisorblade; +Cc: user-mode-linux-devel, Jeff Dike
Blaisorblade wrote:
> You can find all on http://www.user-mode-linux.org/~blaisorblade/.
>
> Changes in both 2.6.9-bb2 against 2.6.9-bb1:
> - updated most bugs of -bb1 which were reported
> - fixed the Gentoo/NPTL issue, thanks to Bodo Stroesser (sorry for forgetting
> the credit on the changelog, but I'm leaving for one day in a few minutes):
> but you must still compile Uml disabling CONFIG_MODE_TT (and obviously use the
> SKAS patch you find on the same site).
>
> More info on the website "Changelog" page.
>
> Distribution (like -bb1):
>
> * the patch are also in split-out form, both web-browsable and tarballed.
> * md5sums are available (to test with "md5sum -c *.md5").
>
> Any testing and report is welcome.
>
> Hope It Rocks!
Fine!
Here is a little fix, that removes doubly inserted code.
Bodo
---
--- a/arch/um/kernel/tt/trap_user.c 2004-11-11 16:54:12.370670328 +0100
+++ b/arch/um/kernel/tt/trap_user.c 2004-11-11 16:54:40.850340760 +0100
@@ -30,13 +30,6 @@ void sig_handler_common_tt(int sig, void
if(sig == SIGSEGV)
change_sig(SIGSEGV, 1);
- /* This is done because to allow SIGSEGV to be delivered inside a SEGV
- * handler. This can happen in copy_user, and if SEGV is disabled,
- * the process will die.
- */
- if(sig == SIGSEGV)
- change_sig(SIGSEGV, 1);
-
r = &TASK_REGS(get_current())->tt;
save_regs = *r;
is_user = user_context(SC_SP(sc));
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
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] 2+ messages in thread
end of thread, other threads:[~2004-11-11 18:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-10 19:07 [uml-devel] 2.6.9-bb2 released Blaisorblade
2004-11-11 18:29 ` [uml-devel] " Bodo Stroesser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox