linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Driver core patches for 5.6-rc1
@ 2020-01-29 10:15 Greg KH
  2020-01-29 19:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2020-01-29 10:15 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Driver core patches for 5.6-rc1
  2020-01-29 10:15 [GIT PULL] Driver core patches for 5.6-rc1 Greg KH
@ 2020-01-29 19:00 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-01-29 19:00 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, Stephen Rothwell

The pull request you sent on Wed, 29 Jan 2020 11:15:03 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/975f9ce9a067a82b89d49e63938e01b2773ac9d4

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-29 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-29 10:15 [GIT PULL] Driver core patches for 5.6-rc1 Greg KH
2020-01-29 19:00 ` pr-tracker-bot

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).