[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20161113101640.GA7196@kroah.com>
Date: Sun, 13 Nov 2016 11:16:40 +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.9-rc5
The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:
Linux 4.9-rc3 (2016-10-29 13:52:02 -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.9-rc5
for you to fetch changes up to bdacd1b426db83ac8ecf21aef1848120ffe53c07:
driver core: fix smatch warning on dev->bus check (2016-10-31 09:15:22 -0600)
----------------------------------------------------------------
driver core fixes for 4.9-rc5
Here are two driver core fixes for 4.9-rc5.
The first resolves an issue with some drivers not liking to be unbound
and bound again (if CONFIG_DEBUG_TEST_DRIVER_REMOVE is enabled), which
solves some reported problems with graphics and storage drivers. The
other resolves a smatch error with the 4.9-rc1 driver core changes
around this feature.
Both have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Rob Herring (2):
driver core: skip removal test for non-removable drivers
driver core: fix smatch warning on dev->bus check
drivers/base/dd.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Powered by blists - more mailing lists