[GIT PULL] Driver core patches for 4.12-rc1

From: Greg KH
Date: Thu May 04 2017 - 20:17:53 EST


The following changes since commit 39da7c509acff13fc8cb12ec1bb20337c988ed36:

Linux 4.11-rc6 (2017-04-09 09:49:44 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.12-rc1

for you to fetch changes up to 523aa3586ffb1fc11a9bf88f77ebaf71a15eb998:

Merge 4.11-rc6 into driver-core-next (2017-04-10 15:13:06 +0200)

----------------------------------------------------------------
Driver core patches for 4.12-rc1

Very tiny pull request for 4.12-rc1 for the driver core this time
around.

There are some documentation fixes, an eventpoll.h fixup to make it
easier for the libc developers to take our header files directly, and
some very minor driver core fixes and changes.

All have been in linux-next for a very long time with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Geliang Tang (2):
debugfs: set no_llseek in DEFINE_DEBUGFS_ATTRIBUTE
drivers: base: dma-mapping: use nth_page helper

Greg KH (2):
eventpoll.h: fix epoll event masks
eventpoll.h: add missing epoll event masks

Greg Kroah-Hartman (2):
Merge 4.11-rc4 into driver-core-next
Merge 4.11-rc6 into driver-core-next

Juri Lelli (1):
Documentation/ABI: add information about cpu_capacity

Thomas Hellstrom (1):
Revert "kref: double kref_put() in my_data_handler()"

Viresh Kumar (1):
driver core: don't initialize 'parent' in device_add()

Documentation/ABI/testing/sysfs-devices-system-cpu | 7 +++++++
Documentation/kref.txt | 1 +
drivers/base/core.c | 2 +-
drivers/base/dma-mapping.c | 5 ++---
include/linux/debugfs.h | 2 +-
include/uapi/linux/eventpoll.h | 21 +++++++++++++++++----
6 files changed, 29 insertions(+), 9 deletions(-)