[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130929200132.GA31045@kroah.com>
Date: Sun, 29 Sep 2013 13:01:32 -0700
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 PATCH] Driver core fixes for 3.12-rc3
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:
Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-3.12-rc3
for you to fetch changes up to f123db8e9d6c84c863cb3c44d17e61995dc984fb:
driver core : Fix use after free of dev->parent in device_shutdown (2013-09-26 14:46:11 -0700)
----------------------------------------------------------------
Driver core / sysfs fixes for 3.12-rc3
Here are 2 fixes for 3.12-rc3. One fixes a sysfs problem with mounting caused
by 3.12-rc1, and the other is a bug reported by the chromeos developers with
the driver core.
Both have been in linux-next for a bit.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Benson Leung (1):
driver core : Fix use after free of dev->parent in device_shutdown
Eric W. Biederman (1):
sysfs: Allow mounting without CONFIG_NET
drivers/base/core.c | 14 +++++++-------
lib/kobject.c | 5 +----
2 files changed, 8 insertions(+), 11 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists