The patch titled iwlwifi 4965: fix race conditional panic has been removed from the -mm tree. Its filename was iwlwifi-4965-fix-race-conditional-panic.patch This patch was dropped because I've lost track of what's happening ------------------------------------------------------ Subject: iwlwifi 4965: fix race conditional panic From: "Joonwoo Park" <joonwpark81@xxxxxxxxx> Signed-off-by: Joonwoo Park <joonwpark81@xxxxxxxxx> Cc: "Zhu, Yi" <yi.zhu@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/wireless/iwlwifi/iwl4965-base.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/net/wireless/iwlwifi/iwl4965-base.c~iwlwifi-4965-fix-race-conditional-panic drivers/net/wireless/iwlwifi/iwl4965-base.c --- a/drivers/net/wireless/iwlwifi/iwl4965-base.c~iwlwifi-4965-fix-race-conditional-panic +++ a/drivers/net/wireless/iwlwifi/iwl4965-base.c @@ -9306,6 +9306,7 @@ static void iwl4965_pci_remove(struct pc IWL_DEBUG_INFO("*** UNLOAD DRIVER ***\n"); mutex_lock(&priv->mutex); + cancel_delayed_work_sync(&priv->init_alive_start); set_bit(STATUS_EXIT_PENDING, &priv->status); __iwl4965_down(priv); mutex_unlock(&priv->mutex); _ Patches currently in -mm which might be from joonwpark81@xxxxxxxxx are git-net.patch iwlwifi-4965-fix-race-conditional-panic.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html