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 patches for 3.4-rc2
Date: Thu, 12 Apr 2012 15:25:37 -0700 [thread overview]
Message-ID: <20120412222537.GA11612@kroah.com> (raw)
The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
Linux 3.4-rc2 (2012-04-07 18:30:41 -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.4-rc2
for you to fetch changes up to 282029c005e65ffdce3aa9f8220f88a8bbbc4dae:
kobject: provide more diagnostic info for kobject_add_internal() failures (2012-04-10 14:48:51 -0700)
----------------------------------------------------------------
Driver core and kobject fixes for 3.4-rc2
Here are some minor fixes for the driver core and kobjects that people have
reported recently.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Axel Lin (1):
drivers/base: Remove unneeded spin_lock_init call for soc_lock
Bruno Prémont (1):
sysfs: Prevent crash on unset sysfs group attributes
Dan Williams (2):
sysfs: handle 'parent deleted before child added'
kobject: provide more diagnostic info for kobject_add_internal() failures
Lee Jones (1):
drivers/base: fix compiler warning in SoC export driver - idr should be ida
Tom Goff (1):
sysfs: Update the name hash for an entry after changing the namespace
drivers/base/soc.c | 4 +---
fs/sysfs/dir.c | 5 ++++-
fs/sysfs/group.c | 6 +++++-
lib/kobject.c | 14 +++++++-------
4 files changed, 17 insertions(+), 12 deletions(-)
reply other threads:[~2012-04-12 22:25 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=20120412222537.GA11612@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.