[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20171205154605.GA4690@kroah.com>
Date: Tue, 5 Dec 2017 16:46:05 +0100
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.15-rc3
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@...uxfoundation.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(-)
Powered by blists - more mailing lists