> Hi Emmanuel, > > was debugging some issue in ath9k with UDP bidirectional traffic and > then used my inbuilt iwlwifi with bidirectional UDP had this warnings > > * iwlagn_mac_ampdu_action->iwlagn_tx_agg_start -> (we take spinlock > 'sta_lock' ) -> iwl_trans_tx_agg_alloc (which has might_sleep) > * iwlagn_mac_ampdu_action->iwlagn_tx_agg_stop -> (we take spinlock > 'sta_lock' ) -> iwl_trans_tx_agg_disable (which has might_sleep) > So I was hoping that nobody would hit that one before we push the next batch of patches that includes the fix for this (courtesy of Johannes). In vain. Sorry, this is stupid bug: iwl_trans_tx_agg_{alloc,disable} must be atomic... --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html