From: clownix <clownix@clownix.net>
To: uml-devel <user-mode-linux-devel@lists.sourceforge.net>,
uml-user <user-mode-linux-user@lists.sourceforge.net>
Subject: [uml-devel] linux-2.6.32 uml Segmentation fault
Date: Sat, 19 Dec 2009 12:33:21 +0100 [thread overview]
Message-ID: <1261222401.435.6.camel@localhost> (raw)
Hello
For the 2.6.32 kernel there are 2 problems:
1: Compile error, this patch works for it:
--------------------------------------------
diff -Naur old_linux-2.6.32.1/security/keys/keyctl.c
linux-2.6.32.1/security/keys/keyctl.c
--- old_linux-2.6.32.1/security/keys/keyctl.c 2009-12-14
18:47:25.000000000 +0100
+++ linux-2.6.32.1/security/keys/keyctl.c 2009-12-15 22:40:32.565286766
+0100
@@ -1236,6 +1236,7 @@
*/
long keyctl_session_to_parent(void)
{
+#ifdef TIF_NOTIFY_RESUME
struct task_struct *me, *parent;
const struct cred *mycred, *pcred;
struct cred *cred, *oldcred;
@@ -1326,6 +1327,9 @@
error_keyring:
key_ref_put(keyring_r);
return ret;
+#else /* !TIF_NOTIFY_RESUME */
+ return -EOPNOTSUPP;
+#endif /* !TIF_NOTIFY_RESUME */
}
2 A segfault during launch:
-----------------------------
Program received signal SIGSEGV, Segmentation fault.
0x0842487f in __libc_setup_tls ()
(gdb) bt
#0 0x0842487f in __libc_setup_tls ()
#1 0x08424a9a in __pthread_initialize_minimal ()
#2 0x08424525 in __libc_start_main ()
#3 0x08061021 in _start ()
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next reply other threads:[~2009-12-19 22:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-19 11:33 clownix [this message]
2009-12-20 8:45 ` [uml-devel] [uml-user] linux-2.6.32 uml Segmentation fault clownix
2009-12-20 9:07 ` [uml-devel] " Geert Uytterhoeven
2010-01-04 22:39 ` [stable] " Greg KH
2010-01-04 22:39 ` Greg KH
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=1261222401.435.6.camel@localhost \
--to=clownix@clownix.net \
--cc=user-mode-linux-devel@lists.sourceforge.net \
--cc=user-mode-linux-user@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 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.