Merge tag 'driver-core-4.17-rc3' of...
Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core Pull driver core fixes from Greg Kroah-Hartman: "Here are some small driver core and firmware fixes for 4.17-rc3 There's a kobject WARN() removal to make syzkaller a lot happier about some "normal" error paths that it keeps hitting, which should reduce the number of false-positives we have been getting recently. There's also some fimware test and documentation fixes, and the coredump() function signature change that needed to happen after -rc1 before drivers started to take advantage of it. All of these have been in linux-next with no reported issues" * tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: firmware: some documentation fixes selftests:firmware: fixes a call to a wrong function name kobject: don't use WARN for registration failures firmware: Fix firmware documentation for recent file renames test_firmware: fix setting old custom fw path back on exit, second try test_firmware: Install all scripts drivers: change struct device_driver::coredump() return type to void
No related branches found
No related tags found
Showing
- Documentation/driver-api/firmware/request_firmware.rst 8 additions, 8 deletionsDocumentation/driver-api/firmware/request_firmware.rst
- Documentation/driver-api/infrastructure.rst 1 addition, 1 deletionDocumentation/driver-api/infrastructure.rst
- Documentation/power/suspend-and-cpuhotplug.txt 1 addition, 1 deletionDocumentation/power/suspend-and-cpuhotplug.txt
- drivers/base/firmware_loader/fallback.c 2 additions, 2 deletionsdrivers/base/firmware_loader/fallback.c
- drivers/base/firmware_loader/fallback.h 1 addition, 1 deletiondrivers/base/firmware_loader/fallback.h
- include/linux/device.h 4 additions, 2 deletionsinclude/linux/device.h
- lib/kobject.c 5 additions, 6 deletionslib/kobject.c
- tools/testing/selftests/firmware/Makefile 1 addition, 0 deletionstools/testing/selftests/firmware/Makefile
- tools/testing/selftests/firmware/fw_lib.sh 6 additions, 4 deletionstools/testing/selftests/firmware/fw_lib.sh
- tools/testing/selftests/firmware/fw_run_tests.sh 1 addition, 1 deletiontools/testing/selftests/firmware/fw_run_tests.sh
Loading
Please register or sign in to comment