linux-kernel.vger.kernel.org archive mirror
 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, Stephen Rothwell <sfr@canb.auug.org.au>
Subject: [GIT PULL] Driver core patches for 5.6-rc1
Date: Wed, 29 Jan 2020 11:15:03 +0100	[thread overview]
Message-ID: <20200129101503.GA3858516@kroah.com> (raw)

The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:

  Linux 5.5-rc2 (2019-12-15 15:16:08 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 85db1cde825344cc1419d3adadaf4187154ad687:

  firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS (2020-01-24 09:56:58 +0100)

----------------------------------------------------------------
Driver core changes for 5.6-rc1

Here is a small set of changes for 5.6-rc1 for the driver core and some
firmware subsystem changes.

Included in here are:
	- device.h splitup like you asked for months ago
	- devtmpfs minor cleanups
	- firmware core minor changes
	- debugfs fix for lockdown mode
	- kernfs cleanup fix
	- cpu topology minor fix

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Colin Ian King (1):
      driver core: platform: fix u32 greater or equal to zero comparison

Daniel W. S. Almeida (1):
      debugfs: Fix warnings when building documentation

Eric Snowberg (1):
      debugfs: Return -EPERM when locked down

Geert Uytterhoeven (1):
      driver core: Print device when resources present in really_probe()

Greg Kroah-Hartman (7):
      drivers/base: base.h: add proper copyright and header info
      Merge 5.5-rc2 into driver-core-next
      device.h: move devtmpfs prototypes out of the file
      device.h: move dev_printk()-like functions to dev_printk.h
      device.h: move 'struct bus' stuff out to device/bus.h
      device.h: move 'struct class' stuff out to device/class.h
      device.h: move 'struct driver' stuff out to device/driver.h

Guenter Roeck (1):
      driver core: Fix test_async_driver_probe if NUMA is disabled

Hans de Goede (1):
      firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS

Lubomir Rintel (1):
      component: do not dereference opaque pointer in debugfs

Masahiro Yamada (1):
      drivers/component: remove modular code

Mateusz Nosek (1):
      fs/kernfs/dir.c: Clean code by removing always true condition

Rasmus Villemoes (5):
      devtmpfs: fix theoretical stale pointer deref in devtmpfsd()
      devtmpfs: factor out setup part of devtmpfsd()
      devtmpfs: simplify initialization of mount_dev
      devtmpfs: initify a bit
      devtmpfs: factor out common tail of devtmpfs_{create,delete}_node

Simon Schwartz (1):
      driver core: platform: Prevent resouce overflow from causing infinite loops

Zeng Tao (1):
      cpu-topology: Don't error on more than CONFIG_NR_CPUS CPUs in device tree

 drivers/base/arch_topology.c                |  20 +-
 drivers/base/base.h                         |  19 +
 drivers/base/bus.c                          |   1 +
 drivers/base/class.c                        |   1 +
 drivers/base/component.c                    |  11 +-
 drivers/base/dd.c                           |   5 +-
 drivers/base/devtmpfs.c                     |  79 ++-
 drivers/base/driver.c                       |   1 +
 drivers/base/firmware_loader/fallback.c     |  11 +-
 drivers/base/firmware_loader/firmware.h     |  16 +-
 drivers/base/firmware_loader/main.c         |   2 +-
 drivers/base/platform.c                     |  12 +-
 drivers/base/test/test_async_driver_probe.c |   3 +-
 fs/debugfs/file.c                           |  38 +-
 fs/debugfs/inode.c                          |   9 +-
 fs/kernfs/dir.c                             |   2 +-
 include/linux/dev_printk.h                  | 235 +++++++
 include/linux/device.h                      | 999 +---------------------------
 include/linux/device/bus.h                  | 288 ++++++++
 include/linux/device/class.h                | 266 ++++++++
 include/linux/device/driver.h               | 292 ++++++++
 init/main.c                                 |   2 +-
 22 files changed, 1219 insertions(+), 1093 deletions(-)
 create mode 100644 include/linux/dev_printk.h
 create mode 100644 include/linux/device/bus.h
 create mode 100644 include/linux/device/class.h
 create mode 100644 include/linux/device/driver.h

             reply	other threads:[~2020-01-29 10:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-29 10:15 Greg KH [this message]
2020-01-29 19:00 ` [GIT PULL] Driver core patches for 5.6-rc1 pr-tracker-bot

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=20200129101503.GA3858516@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).