LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] Driver core fixes for 4.17-rc3
@ 2018-04-27 14:41 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2018-04-27 14:41 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

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@linuxfoundation.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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-27 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 14:41 [GIT PULL] Driver core fixes for 4.17-rc3 Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).