Re: [PATCH 1/4] hvc_console: do not set low_latency

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Hendrik Brueckner
Date: Tuesday, January 13, 2009 - 4:35 am

Here is yet another bug trace related to the low_latency issue, that is
experienced using the hvc_iucv backend.  The hvc_iucv backend now also uses irq
notifiers.
The bug trace below appears if hvc_kick() is called.

On Tue, Jan 13, 2009 at 10:04:22AM +0100, Christian Borntraeger wrote:
It seems that if low_latency is set, tty_flip_buffer_push() should also not be
called within an atomic context, because echo_char_raw() and other echo* calls
might sleep.

Christian's patch solves this problem for irq driven backends.
However, there might be still a problem with polled backends since the khvcd()
thread calls hvc_poll() while hvc_structs_lock is held.

I think the hvc_udbg backend is based on polling.
David, could you check if you experience any problems with your hvc_udbg
backend on latest git.

BUG: sleeping function called from invalid context at /root/cvs/linux-2.6.git/kernel/mutex.c:207
in_atomic(): 1, irqs_disabled(): 0, pid: 748, name: khvcd
1 lock held by khvcd/748:
 #0:  (hvc_structs_lock){--..}, at: [<00000000002ceb50>] khvcd+0x58/0x12c
CPU: 0 Not tainted 2.6.29-rc1git #29
Process khvcd (pid: 748, task: 000000002fb9a480, ksp: 000000002f66bd78)
070000000000000a 000000002f66ba00 0000000000000002 (null) 
       000000002f66baa0 000000002f66ba18 000000002f66ba18 0000000000104f08 
       ffffffffffffc000 000000002f66bd78 (null) (null) 
       000000002f66ba00 000000000000000c 000000002f66ba00 000000002f66ba70 
       0000000000466af8 0000000000104f08 000000002f66ba00 000000002f66ba50 
Call Trace:
([<0000000000104e7c>] show_trace+0x138/0x158)
 [<0000000000104f62>] show_stack+0xc6/0xf8
 [<0000000000105740>] dump_stack+0xb0/0xc0
 [<000000000013144a>] __might_sleep+0x14e/0x17c
 [<000000000045e226>] mutex_lock_nested+0x42/0x3b4
 [<00000000002c443e>] echo_char_raw+0x3a/0x9c
 [<00000000002c688c>] n_tty_receive_buf+0x1154/0x1208
 [<00000000002ca0a2>] flush_to_ldisc+0x152/0x220
 [<00000000002ca1da>] tty_flip_buffer_push+0x6a/0x90
 [<00000000002cea74>] hvc_poll+0x244/0x2c8
 [<00000000002ceb68>] khvcd+0x70/0x12c
 [<000000000015bbd0>] kthread+0x68/0xa0
 [<0000000000109d5a>] kernel_thread_starter+0x6/0xc
 [<0000000000109d54>] kernel_thread_starter+0x0/0xc
1 lock held by khvcd/748:
 #0:  (hvc_structs_lock){--..}, at: [<00000000002ceb50>] khvcd+0x58/0x12c


Acked-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/4] hvc_console: do not set low_latency, Milton Miller, (Thu Jan 8, 5:14 am)
Re: [PATCH 1/4] hvc_console: do not set low_latency, Milton Miller, (Thu Jan 8, 6:25 am)
Re: [PATCH 1/4] hvc_console: do not set low_latency, Christian Borntraeger, (Tue Jan 13, 2:04 am)
Re: [PATCH 1/4] hvc_console: do not set low_latency, Christian Borntraeger, (Tue Jan 13, 4:28 am)
Re: [PATCH 1/4] hvc_console: do not set low_latency, Hendrik Brueckner, (Tue Jan 13, 4:35 am)
Re: [PATCH 1/4] hvc_console: do not set low_latency, Milton Miller, (Tue Jan 13, 9:03 am)
Re: [PATCH 1/4] hvc_console: do not set low_latency, Benjamin Herrenschmidt, (Tue Jan 13, 2:04 pm)
Re: [PATCH 1/4 v2] hvc_console: remove tty-&gt;low_latency, Hendrik Brueckner, (Thu Jan 15, 2:15 am)
Re: [PATCH 1/4 v2] hvc_console: remove tty-&gt;low_latency, Christian Borntraeger, (Thu Jan 15, 2:17 am)