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 <[email protected]>

----------------------------------------------------------------
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to