public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Tejun Heo <tj@kernel.org>
Subject: [GIT PULL] Driver core patches for 4.2-rc1
Date: Fri, 26 Jun 2015 12:23:31 -0700	[thread overview]
Message-ID: <20150626192331.GA25551@kroah.com> (raw)

The following changes since commit d4a4f75cd8f29cd9464a5a32e9224a91571d6649:

  Linux 4.1-rc7 (2015-06-07 20:23:50 -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.2-rc1

for you to fetch changes up to 0e6c861f73ec42ab5c89fda9892f2173c7aaf6cf:

  Revert "base/platform: Only insert MEM and IO resources" (2015-06-10 08:38:29 -0700)

----------------------------------------------------------------
Driver core patches for 4.2-rc1

Here is the driver core / firmware changes for 4.2-rc1.

A number of small changes all over the place in the driver core, and in
the firmware subsystem.  Nothing really major, full details in the
shortlog.  Some of it is a bit of churn, given that the platform driver
probing changes was found to not work well, so they were reverted.

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Antonio Ospite (1):
      sysfs: disambiguate between "error code" and "failure" in comments

Dmitry Torokhov (5):
      driver-core: add asynchronous probing support for drivers
      driver-core: platform_driver_probe() must probe synchronously
      module: add core_param_unsafe
      driver-core: make __device_attach() static
      driver-core: fix build for !CONFIG_MODULES

Greg Kroah-Hartman (5):
      Merge 4.1-rc7 into driver-core-next
      Revert "base/platform: Remove code duplication"
      Revert "of/platform: Use platform_device interface"
      Revert "base/platform: Continue on insert_resource() error"
      Revert "base/platform: Only insert MEM and IO resources"

Luis R. Rodriguez (9):
      module: add extra argument for parse_params() callback
      driver-core: add driver module asynchronous probe support
      driver-core: enable drivers to opt-out of async probe
      amd64_edac: enforce synchronous probe
      firmware: fix __getname() missing failure check
      firmware: check for file truncation on direct firmware loading
      firmware: fix possible use after free on name on asynchronous request
      firmware: use const for remaining firmware names
      firmware: add missing kfree for work on async call

Ricardo Ribalda Delgado (4):
      base/platform: Only insert MEM and IO resources
      base/platform: Continue on insert_resource() error
      of/platform: Use platform_device interface
      base/platform: Remove code duplication

Rik van Riel (2):
      show isolated cpus in sysfs
      show nohz_full cpus in sysfs

Shailendra Verma (1):
      base:dd - Fix for typo in comment to function driver_deferred_probe_trigger().

Sudeep Holla (1):
      drivers: of/base: move of_init to driver_init

Vladimir Zapolskiy (1):
      fs: sysfs: don't pass count == 0 to bin file readers

Will Deacon (1):
      drivers/base: cacheinfo: fix annoying typo when DT nodes are absent

Wolfram Sang (2):
      kernfs: remove outdated and confusing comment
      MAINTAINERS: add kernfs entry

 Documentation/ABI/testing/sysfs-devices-system-cpu |   2 +-
 Documentation/kernel-parameters.txt                |   3 +
 MAINTAINERS                                        |   7 +-
 arch/powerpc/mm/hugetlbpage.c                      |   4 +-
 drivers/base/base.h                                |   1 +
 drivers/base/bus.c                                 |  31 +++-
 drivers/base/cacheinfo.c                           |   4 +-
 drivers/base/cpu.c                                 |  29 ++++
 drivers/base/dd.c                                  | 163 ++++++++++++++++++---
 drivers/base/firmware_class.c                      |  63 ++++++--
 drivers/base/platform.c                            |  13 ++
 drivers/edac/amd64_edac.c                          |   1 +
 fs/kernfs/file.c                                   |   1 -
 fs/sysfs/file.c                                    |   2 +-
 fs/sysfs/group.c                                   |   6 +-
 include/linux/cacheinfo.h                          |   2 +-
 include/linux/device.h                             |  31 ++++
 include/linux/module.h                             |  13 ++
 include/linux/moduleparam.h                        |  12 +-
 init/main.c                                        |  25 ++--
 kernel/module.c                                    |  18 ++-
 kernel/params.c                                    |  11 +-
 lib/dynamic_debug.c                                |   4 +-
 23 files changed, 367 insertions(+), 79 deletions(-)

                 reply	other threads:[~2015-06-26 19:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150626192331.GA25551@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tj@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox