* [uml-devel] winch_thread : TIOCSCTTY failed on fd 1 err = 1
@ 2013-09-11 14:37 Toralf Förster
0 siblings, 0 replies; only message in thread
From: Toralf Förster @ 2013-09-11 14:37 UTC (permalink / raw)
To: user-mode-linux-devel@lists.sourceforge.net
Using Linus' current git tree to bisect a fs/dcache.c issue I realized
this message (newly introduced in one of the last few pulls, meaning
between linux-v3.11-8718 and v3.11-9031-ga22a0fd):
...
Netdevice 0 (72:ef:3d:fd:4a:0b) :
TUN/TAP backend -
winch_thread : TIOCSCTTY failed on fd 1 err = 1
...
Do I have to worry about ?
FWIW I just patched the kernel by this :
--- x/kernel/exit.c
+++ x/kernel/exit.c
@@ -783,8 +783,8 @@ void do_exit(long code)
exit_shm(tsk);
exit_files(tsk);
exit_fs(tsk);
- exit_task_namespaces(tsk);
exit_task_work(tsk);
+ exit_task_namespaces(tsk);
check_stack_usage();
exit_thread();
(got from Oleg Nesterov)
--
MfG/Sincerely
Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
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] only message in thread
only message in thread, other threads:[~2013-09-11 14:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-11 14:37 [uml-devel] winch_thread : TIOCSCTTY failed on fd 1 err = 1 Toralf Förster
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.