From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753116AbdLEPp7 (ORCPT ); Tue, 5 Dec 2017 10:45:59 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:33656 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752638AbdLEPp6 (ORCPT ); Tue, 5 Dec 2017 10:45:58 -0500 Date: Tue, 5 Dec 2017 16:46:05 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Driver core fixes for 4.15-rc3 Message-ID: <20171205154605.GA4690@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)