[GIT PATCH] Driver core fixes for 3.12-rc3

From: Greg KH
Date: Sun Sep 29 2013 - 16:01:38 EST


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@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/