All of lore.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 patches for 3.10-rc1
Date: Mon, 29 Apr 2013 09:21:57 -0700	[thread overview]
Message-ID: <20130429162157.GA6908@kroah.com> (raw)

The following changes since commit 41ef2d5678d83af030125550329b6ae8b74618fa:

  Linux 3.9-rc7 (2013-04-14 17:45:16 -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.10-rc1

for you to fetch changes up to 0d1d392f011b284bb4af0411b2d36e5d04e0f058:

  Merge 3.9-rc7 into driver-core-next (2013-04-14 18:37:05 -0700)

----------------------------------------------------------------

Driver core update for 3.10-rc1

Here's the merge request for the driver core tree for 3.10-rc1

It's pretty small, just a number of driver core and sysfs updates and
fixes, all of which have been in linux-next for a while now.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Arnd Bergmann (1):
      sysfs: fix crash_notes_size build warning

Fabio Porcedda (3):
      driver core: warn that platform_driver_probe can not use deferred probing
      driver core: platform.c: fix checkpatch errors and warnings
      driver core: platform_device.h: fix checkpatch errors and warnings

Felipe Balbi (1):
      base: core: WARN() about bogus permissions on device attributes

Greg Kroah-Hartman (6):
      Merge 3.9-rc4 into driver-core-next
      rtmutex-tester: fix mode of sysfs files
      Merge v3.9-rc5 into driver-core-next
      devtmpfs: add base.h include
      driver core: handle user namespaces properly with the uid/gid devtmpfs change
      Merge 3.9-rc7 into driver-core-next

Kay Sievers (1):
      driver core: add uid and gid to devtmpfs

Maarten Lankhorst (1):
      sysfs: use atomic_inc_unless_negative in sysfs_get_active

Michal Hocko (1):
      device: separate all subsys mutexes

Ming Lei (3):
      sysfs: fix use after free in case of concurrent read/write and readdir
      sysfs: check if one entry has been removed before freeing
      driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKS

Ulf Hansson (1):
      PM / Runtime: Idle devices asynchronously after probe|release

Zhang Yanfei (2):
      sysfs: Add crash_notes_size to export percpu note size
      Documentation: Add ABI entry for crash_notes and crash_notes_size

 Documentation/ABI/testing/sysfs-devices-system-cpu | 12 +++++++
 block/genhd.c                                      |  3 +-
 drivers/base/bus.c                                 |  8 ++---
 drivers/base/core.c                                | 26 +++++++++++---
 drivers/base/cpu.c                                 | 14 ++++++++
 drivers/base/dd.c                                  |  6 ++--
 drivers/base/devtmpfs.c                            | 28 +++++++++------
 drivers/base/platform.c                            | 24 +++++++------
 drivers/usb/core/usb.c                             |  3 +-
 fs/sysfs/dir.c                                     | 41 +++++++++++-----------
 include/linux/device.h                             | 19 +++++-----
 include/linux/platform_device.h                    | 25 +++++++------
 kernel/rtmutex-tester.c                            |  4 +--
 13 files changed, 135 insertions(+), 78 deletions(-)

                 reply	other threads:[~2013-04-29 16:24 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=20130429162157.GA6908@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.