From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751546AbcBNTCa (ORCPT ); Sun, 14 Feb 2016 14:02:30 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:48657 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751180AbcBNTC3 (ORCPT ); Sun, 14 Feb 2016 14:02:29 -0500 Date: Sun, 14 Feb 2016 11:02:28 -0800 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Driver core fix for 4.5-rc4 Message-ID: <20160214190228.GA23813@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95: Linux 4.5-rc3 (2016-02-07 15:38:30 -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.5-rc4 for you to fetch changes up to 00cd29b799e3449f0c68b1cc77cd4a5f95b42d17: klist: fix starting point removed bug in klist iterators (2016-02-07 22:18:47 -0800) ---------------------------------------------------------------- driver core fix for 4.5-rc4 Here is one driver core, well klist, fix for 4.5-rc4. It fixes a problem found in the scsi device list traversal that probably also could be triggered by other subsystems. The fix has been in linux-next for a while with no reported problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- James Bottomley (1): klist: fix starting point removed bug in klist iterators lib/klist.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)