From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933550AbcKMKQb (ORCPT ); Sun, 13 Nov 2016 05:16:31 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34864 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932652AbcKMKQ3 (ORCPT ); Sun, 13 Nov 2016 05:16:29 -0500 Date: Sun, 13 Nov 2016 11:16:40 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Driver core fixes for 4.9-rc5 Message-ID: <20161113101640.GA7196@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)