On Mon, Apr 01, 2024 at 09:59:14AM -0400, Alan Stern wrote: > On Mon, Apr 01, 2024 at 11:42:57AM +0200, gregkh@xxxxxxxxxxxxxxxxxxx wrote: > > > > The patch below does not apply to the 4.19-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to <stable@xxxxxxxxxxxxxxx>. > > > > To reproduce the conflict and resubmit, you may use the following commands: > > > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-4.19.y > > git checkout FETCH_HEAD > > git cherry-pick -x 80ba43e9f799cbdd83842fc27db667289b3150f5 > > # <resolve conflicts, build, test, etc.> > > git commit -s > > git send-email --to '<stable@xxxxxxxxxxxxxxx>' --in-reply-to '2024040157-entrench-clicker-d3df@gregkh' --subject-prefix 'PATCH 4.19.y' HEAD^.. > > > > Possible dependencies: > > > > 80ba43e9f799 ("USB: core: Fix deadlock in usb_deauthorize_interface()") > > > > thanks, > > > > greg k-h > > Here is the back-ported version of the patch. It was necessary to change > kstrtobool to strtobool. > > This should apply to the -stable kernels from 4.19 up to 6.1. Thanks, now queued up! greg k-h