All of lore.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
Subject: [GIT PULL] Driver core fixes for 4.15-rc3
Date: Tue, 5 Dec 2017 16:46:05 +0100	[thread overview]
Message-ID: <20171205154605.GA4690@kroah.com> (raw)

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.15-rc3

for you to fetch changes up to 0946b2fb38fdb6585a5ac3ca84ac73924f645952:

  firmware: cleanup FIRMWARE_IN_KERNEL message (2017-11-28 16:47:46 +0100)

----------------------------------------------------------------
driver core fixes for 4.15-rc3

Here are 3 small fixes for some reported issues:
	- a debugfs build error that lots of people have reported
	- a Kconfig help text cleanup now that the firmware is not in
	  the kernel tree
	- a isa bus bug fix for a reported issue that has been there
	  since 2.6.18.

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

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

----------------------------------------------------------------
Arnd Bergmann (1):
      debugfs: fix debugfs_real_fops() build error

Robin H. Johnson (1):
      firmware: cleanup FIRMWARE_IN_KERNEL message

William Breathitt Gray (1):
      isa: Prevent NULL dereference in isa_bus driver callbacks

 drivers/base/Kconfig    | 25 +++++++++++++------------
 drivers/base/isa.c      | 10 +++++-----
 include/linux/debugfs.h |  2 ++
 3 files changed, 20 insertions(+), 17 deletions(-)

                 reply	other threads:[~2017-12-05 15:45 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=20171205154605.GA4690@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.