From: Russ Gorby Date: Mon, 13 Aug 2012 12:44:40 +0000 (+0100) Subject: n_gsm: added interlocking for gsm_data_lock for certain code paths X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e44708f75b0f8712da715d6babb0c21089b2317;p=pandora-kernel.git n_gsm: added interlocking for gsm_data_lock for certain code paths There were some locking holes in the management of the MUX's message queue for 2 code paths: 1) gsmld_write_wakeup 2) receipt of CMD_FCON flow-control message In both cases gsm_data_kick is called w/o locking so it can collide with other other instances of gsm_data_kick (pulling messages tx_tail) or potentially other instances of __gsm_data_queu (adding messages to tx_head) Changed to take the tx_lock in these 2 cases Signed-off-by: Russ Gorby Tested-by: Yin, Fengwei Signed-off-by: Alan Cox Cc: Riding School Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed