]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'fixes-for-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jun 2017 14:02:19 +0000 (16:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jun 2017 14:02:19 +0000 (16:02 +0200)
commitfd553dd8cae6b87283711eef899a1bb142483e2d
treec099e28c6c8c7b167db3f380d85814142202b3df
parentd3add402c89192df5bac6bd430c3865ad409843b
parent2c8a15e1a98810e8403f5b6ca650653b6043a249
Merge tag 'fixes-for-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus

Felipe writes:

usb: fixes for v4.12-rc5

Alan Stern fixed a GPF in gadgetfs found by the kernel fuzzying project

composite.c learned that if it deactivates a function during bind, it
must reactivate it during unbind.