From: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
To: Blaisorblade <blaisorblade_spam@yahoo.it>
Cc: user-mode-linux-devel@lists.sourceforge.net,
Jeff Dike <jdike@addtoit.com>
Subject: [uml-devel] Re: 2.6.9-bb2 released.
Date: Thu, 11 Nov 2004 19:29:00 +0100 [thread overview]
Message-ID: <4193AF6C.1050108@fujitsu-siemens.com> (raw)
In-Reply-To: <200411102008.02212.blaisorblade_spam@yahoo.it>
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
prev parent reply other threads:[~2004-11-11 18:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-10 19:07 [uml-devel] 2.6.9-bb2 released Blaisorblade
2004-11-11 18:29 ` Bodo Stroesser [this message]
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=4193AF6C.1050108@fujitsu-siemens.com \
--to=bstroesser@fujitsu-siemens.com \
--cc=blaisorblade_spam@yahoo.it \
--cc=jdike@addtoit.com \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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