This is a note to let you know that I've just added the patch titled Revert "mwifiex: cancel cmd timer and free curr_cmd in shutdown process to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: revert-mwifiex-cancel-cmd-timer-and-free-curr_cmd-in-shutdown-process.patch and it can be found in the queue-3.0 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From foo@baz Wed Apr 10 15:21:39 PDT 2013 Date: Wed, 10 Apr 2013 15:21:39 -0700 From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> To: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> Subject: Revert "mwifiex: cancel cmd timer and free curr_cmd in shutdown process From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> revert commit b9f1f48ce20a1b923429c216669d03b5a900a8cf which is commit 084c7189acb3f969c855536166042e27f5dd703f upstream. It shouldn't have been applied to the 3.0-stable tree. Reported-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> Cc: Marco Cesarano <marco@xxxxxxxxxxx> Reported-by: Bing Zhao <bzhao@xxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/net/wireless/mwifiex/init.c | 8 -------- 1 file changed, 8 deletions(-) --- a/drivers/net/wireless/mwifiex/init.c +++ b/drivers/net/wireless/mwifiex/init.c @@ -561,14 +561,6 @@ mwifiex_shutdown_drv(struct mwifiex_adap return ret; } - /* cancel current command */ - if (adapter->curr_cmd) { - dev_warn(adapter->dev, "curr_cmd is still in processing\n"); - del_timer(&adapter->cmd_timer); - mwifiex_insert_cmd_to_free_q(adapter, adapter->curr_cmd); - adapter->curr_cmd = NULL; - } - /* shut down mwifiex */ dev_dbg(adapter->dev, "info: shutdown mwifiex...\n"); Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-3.0/mm-prevent-mmap_cache-race-in-find_vma.patch queue-3.0/asoc-dma-sh7760-fix-compile-error.patch queue-3.0/alsa-hda-fix-typo-in-proc-output.patch queue-3.0/alpha-add-irongate_io-to-pci-bus-resources.patch queue-3.0/ext4-fixup-64-bit-divides-in-3.0-stable-backport-of-upstream-fix.patch queue-3.0/alsa-hda-bug-fix-on-return-value-when-getting-hdmi-eld-info.patch queue-3.0/thermal-return-an-error-on-failure-to-register-thermal-class.patch queue-3.0/powerpc-pseries_lpar_hpte_remove-fails-from-adjunct-partition-being-performed-before-the-andcond-test.patch queue-3.0/ftrace-consistently-restore-trace-function-on-sysctl-enabling.patch queue-3.0/block-avoid-using-uninitialized-value-in-from-queue_var_store.patch queue-3.0/revert-mwifiex-cancel-cmd-timer-and-free-curr_cmd-in-shutdown-process.patch queue-3.0/libata-set-max-sector-to-65535-for-slimtype-dvd-a-ds8a8sh-drive.patch queue-3.0/crypto-gcm-fix-assumption-that-assoc-has-one-segment.patch queue-3.0/ubifs-make-space-fixup-work-in-the-remount-case.patch queue-3.0/spinlocks-and-preemption-points-need-to-be-at-least-compiler-barriers.patch queue-3.0/x86-32-mm-rip-out-x86_32-numa-remapping-code.patch queue-3.0/rt2x00-rt2x00pci_regbusy_read-only-print-register-access-failure-once.patch queue-3.0/libata-use-integer-return-value-for-atapi_command_packet_set.patch queue-3.0/reiserfs-fix-warning-and-inode-leak-when-deleting-inode-with-xattrs.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html