[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180427144122.GA9293@kroah.com>
Date: Fri, 27 Apr 2018 16:41:22 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] Driver core fixes for 4.17-rc3
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.17-rc3
for you to fetch changes up to b93815d0f37e7c4a056a143e6d782abc084ea56b:
firmware: some documentation fixes (2018-04-25 18:37:20 +0200)
----------------------------------------------------------------
Driver core fixes for 4.17-rc3
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.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Andres Rodriguez (1):
firmware: some documentation fixes
Arend van Spriel (1):
drivers: change struct device_driver::coredump() return type to void
Ben Hutchings (2):
test_firmware: Install all scripts
test_firmware: fix setting old custom fw path back on exit, second try
Dmitry Vyukov (1):
kobject: don't use WARN for registration failures
Hans de Goede (1):
firmware: Fix firmware documentation for recent file renames
Jeffrin Jose T (1):
selftests:firmware: fixes a call to a wrong function name
Documentation/driver-api/firmware/request_firmware.rst | 16 ++++++++--------
Documentation/driver-api/infrastructure.rst | 2 +-
Documentation/power/suspend-and-cpuhotplug.txt | 2 +-
drivers/base/firmware_loader/fallback.c | 4 ++--
drivers/base/firmware_loader/fallback.h | 2 +-
include/linux/device.h | 6 ++++--
lib/kobject.c | 11 +++++------
tools/testing/selftests/firmware/Makefile | 1 +
tools/testing/selftests/firmware/fw_lib.sh | 10 ++++++----
tools/testing/selftests/firmware/fw_run_tests.sh | 2 +-
10 files changed, 30 insertions(+), 26 deletions(-)
Powered by blists - more mailing lists