This is a note to let you know that I've just added the patch titled [PATCH] Revert "usb: musb: fix tx fifo flush handling again" to the 3.18-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-usb-musb-fix-tx-fifo-flush-handling-again.patch and it can be found in the queue-3.18 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 817bdbb406234e405e01790dfc6fffd91a15367e Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Date: Wed, 20 Sep 2017 12:31:05 +0200 Subject: [PATCH] Revert "usb: musb: fix tx fifo flush handling again" This reverts commit 98b91bfa5e478b9bf332f9f149b1c25ffd58f877 which is commit 45d73860530a14c608f410b91c6c341777bfa85d upstream. It should not have been applied to the 3.18-stable tree at all. Reported-by: Greg Kaiser <gkaiser@xxxxxxxxxx> Cc: Bin Liu <b-liu@xxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/usb/musb/musb_host.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/usb/musb/musb_host.c +++ b/drivers/usb/musb/musb_host.c @@ -1294,7 +1294,6 @@ void musb_host_tx(struct musb *musb, u8 | MUSB_TXCSR_TXPKTRDY); } return; - mdelay(1); } done: Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-3.18/qlge-avoid-memcpy-buffer-overflow.patch queue-3.18/revert-net-phy-correctly-process-phy_halted-in-phy_stop_machine.patch queue-3.18/f2fs-check-hot_data-for-roll-forward-recovery.patch queue-3.18/ipv6-fix-memory-leak-with-multiple-tables-during-netns-destruction.patch queue-3.18/tcp-initialize-rcv_mss-to-tcp_min_mss-instead-of-0.patch queue-3.18/ipv6-fix-typo-in-fib6_net_exit.patch queue-3.18/ipv6-accept-64k-1-packet-length-in-ip6_find_1stfragopt.patch queue-3.18/revert-usb-musb-fix-tx-fifo-flush-handling-again.patch