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, Tejun Heo <tj@kernel.org>
Subject: [GIT PULL] Driver core / sysfs fixes for 3.15-rc2
Date: Fri, 18 Apr 2014 14:38:30 -0700	[thread overview]
Message-ID: <20140418213830.GA3780@kroah.com> (raw)

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -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.15-rc2

for you to fetch changes up to 94f8cc0eea03648e5cc5de1a4e7dc464de92cc74:

  drivers/base/dd.c incorrect pr_debug() parameters (2014-04-16 19:34:46 -0700)

----------------------------------------------------------------
driver core fixes for 3.15-rc2

Here are some driver core fixes for 3.15-rc2.  Also in here are some
documentation updates, as well as an API removal that had to wait for
after -rc1 due to the cleanups coming into you from multiple developer
trees (this one and the PPC tree.)

All have been in linux next successfully.

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

----------------------------------------------------------------
Brian Norris (1):
      stable_kernel_rules: spelling/word usage

Frank Rowand (1):
      drivers/base/dd.c incorrect pr_debug() parameters

Geert Uytterhoeven (1):
      Documentation: Update stable address in Chinese and Japanese translations

Lin Yongting (1):
      Chinese: add translation of io_ordering.txt

Tejun Heo (2):
      kernfs: protect lazy kernfs_iattrs allocation with mutex
      sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()

Thomas Bächler (1):
      fs: Don't return 0 from get_anon_bdev

Vincent Stehlé (1):
      topology: Fix compilation warning when not in SMP

 Documentation/ja_JP/HOWTO                   |  2 +-
 Documentation/ja_JP/stable_kernel_rules.txt |  6 +-
 Documentation/stable_kernel_rules.txt       |  2 +-
 Documentation/zh_CN/HOWTO                   |  2 +-
 Documentation/zh_CN/io_ordering.txt         | 67 +++++++++++++++++++++
 Documentation/zh_CN/stable_kernel_rules.txt |  2 +-
 drivers/base/core.c                         | 33 -----------
 drivers/base/dd.c                           |  4 +-
 drivers/base/topology.c                     |  3 +-
 fs/kernfs/inode.c                           | 14 +++--
 fs/super.c                                  |  5 +-
 fs/sysfs/file.c                             | 92 -----------------------------
 include/linux/device.h                      | 11 +---
 include/linux/sysfs.h                       |  9 ---
 14 files changed, 92 insertions(+), 160 deletions(-)
 create mode 100644 Documentation/zh_CN/io_ordering.txt

                 reply	other threads:[~2014-04-18 21:38 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=20140418213830.GA3780@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tj@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.