public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] Driver core fixes for 3.12-rc3
Date: Sun, 29 Sep 2013 13:01:32 -0700	[thread overview]
Message-ID: <20130929200132.GA31045@kroah.com> (raw)

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@linuxfoundation.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(-)

                 reply	other threads:[~2013-09-29 20:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130929200132.GA31045@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox