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.4-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.4 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.4-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 @@ -584,14 +584,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.4/mm-prevent-mmap_cache-race-in-find_vma.patch queue-3.4/x86-fix-rebuild-with-efi_stub-enabled.patch queue-3.4/asoc-dma-sh7760-fix-compile-error.patch queue-3.4/alsa-hda-fix-typo-in-proc-output.patch queue-3.4/alpha-add-irongate_io-to-pci-bus-resources.patch queue-3.4/alsa-hda-bug-fix-on-return-value-when-getting-hdmi-eld-info.patch queue-3.4/thermal-return-an-error-on-failure-to-register-thermal-class.patch queue-3.4/panic-fix-a-possible-deadlock-in-panic.patch queue-3.4/spi-mpc512x-psc-optionally-keep-psc-ss-asserted-across-xfer-segmensts.patch queue-3.4/powerpc-pseries_lpar_hpte_remove-fails-from-adjunct-partition-being-performed-before-the-andcond-test.patch queue-3.4/ftrace-consistently-restore-trace-function-on-sysctl-enabling.patch queue-3.4/ata_piix-fix-dvd-not-dectected-at-some-haswell-platforms.patch queue-3.4/block-avoid-using-uninitialized-value-in-from-queue_var_store.patch queue-3.4/revert-mwifiex-cancel-cmd-timer-and-free-curr_cmd-in-shutdown-process.patch queue-3.4/regmap-cache-fix-regcache-rbtree-sync.patch queue-3.4/libata-set-max-sector-to-65535-for-slimtype-dvd-a-ds8a8sh-drive.patch queue-3.4/crypto-gcm-fix-assumption-that-assoc-has-one-segment.patch queue-3.4/ubifs-make-space-fixup-work-in-the-remount-case.patch queue-3.4/spinlocks-and-preemption-points-need-to-be-at-least-compiler-barriers.patch queue-3.4/spi-s3c64xx-modified-error-interrupt-handling-and-init.patch queue-3.4/eisa-pci-fix-bus-res-reference.patch queue-3.4/rt2x00-rt2x00pci_regbusy_read-only-print-register-access-failure-once.patch queue-3.4/x86-remove-the-x32-syscall-bitmask-from-syscall_get_nr.patch queue-3.4/alsa-hda-enabling-realtek-alc-671-codec.patch queue-3.4/libata-use-integer-return-value-for-atapi_command_packet_set.patch queue-3.4/reiserfs-fix-warning-and-inode-leak-when-deleting-inode-with-xattrs.patch queue-3.4/eisa-pci-init-eisa-early-before-pnp.patch queue-3.4/can-gw-use-kmem_cache_free-instead-of-kfree.patch queue-3.4/hwspinlock-fix-__hwspin_lock_request-error-path.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