mirror of https://lore.kernel.org/lkml/
 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
Subject: [GIT PULL] Driver core fixes for 4.7-rc4
Date: Sat, 18 Jun 2016 08:52:33 -0700	[thread overview]
Message-ID: <20160618155233.GA23651@kroah.com> (raw)

The following changes since commit 5edb56491d4812c42175980759da53388e5d86f5:

  Linux 4.7-rc3 (2016-06-12 07:20:35 -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.7-rc4

for you to fetch changes up to 5e25db870ec983be138b343a3d04c79a5c1f1703:

  isa: Dummy isa_register_driver should return error code (2016-06-17 20:47:11 -0700)

----------------------------------------------------------------
Driver core fixes for 4.7-rc4

Here are a small number of debugfs, ISA, and one driver core fix for 4.7-rc4.

All of these resolve reported issues.  The ISA ones have spent the least
amount of time in linux-next, sorry about that, I didn't realize they
were regressions that needed to get in now (thanks to Thorsten for the
prodding!) but they do all pass the 0-day bot tests.  The others have
been in linux-next for a while now.

Full details about them are in the shortlog below.

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

----------------------------------------------------------------
Jiri Slaby (1):
      base: make module_create_drivers_dir race-free

Nicolai Stange (3):
      kernel/kcov: unproxify debugfs file's fops
      debugfs: full_proxy_open(): free proxy on ->open() failure
      debugfs: open_proxy_open(): avoid double fops release

William Breathitt Gray (6):
      isa: Allow ISA-style drivers on modern systems
      gpio: Allow PC/104 devices on X86_64
      iio: stx104: Allow build for X86_64
      watchdog: ebc-c384_wdt: Allow build for X86_64
      isa: Call isa_bus_init before dependent ISA bus drivers register
      isa: Dummy isa_register_driver should return error code

 arch/Kconfig             | 3 +++
 arch/x86/Kconfig         | 9 +++++++++
 drivers/base/Makefile    | 2 +-
 drivers/base/isa.c       | 2 +-
 drivers/base/module.c    | 8 +++++---
 drivers/gpio/Kconfig     | 8 ++++----
 drivers/iio/dac/Kconfig  | 2 +-
 drivers/watchdog/Kconfig | 2 +-
 fs/debugfs/file.c        | 7 ++++---
 include/linux/isa.h      | 5 +++--
 kernel/kcov.c            | 7 ++++++-
 11 files changed, 38 insertions(+), 17 deletions(-)

                 reply	other threads:[~2016-06-18 15:52 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=20160618155233.GA23651@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.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

Powered by JetHome