All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Driver core fixes for 5.11-rc5
@ 2021-01-24 12:58 Greg KH
  2021-01-24 19:33 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2021-01-24 12:58 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, Stephen Rothwell

The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

  Linux 5.11-rc2 (2021-01-03 15:55:30 -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.11-rc5

for you to fetch changes up to e020ff611ba9be54e959e6b548038f8a020da1c9:

  driver core: Fix device link device name collision (2021-01-21 20:12:40 +0100)

----------------------------------------------------------------
Driver core fixes for 5.11-rc5

Here are some small driver core fixes for 5.11-rc5 that resolve some
reported problems:
	- revert of a -rc1 patch that was causing problems with some
	  machines
	- device link device name collision problem fix (busses only
	  have to name devices unique to their bus, not unique to all
	  busses)
	- kernfs splice bugfixes to resolve firmware loading problems
	  for Qualcomm systems.
	- other tiny driver core fixes for minor issues reported.

All of these have been in linux-next with no reported problems.

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

----------------------------------------------------------------
Christoph Hellwig (3):
      kernfs: implement ->read_iter
      kernfs: implement ->write_iter
      kernfs: wire up ->splice_read and ->splice_write

Greg Kroah-Hartman (1):
      Revert "driver core: Reorder devices on successful probe"

John Garry (1):
      Driver core: platform: Add extra error check in devm_platform_get_irqs_affinity()

Meng Li (1):
      drivers core: Free dma_range_map when driver probe failed

Rafael J. Wysocki (1):
      driver core: Extend device_is_dependent()

Saravana Kannan (1):
      driver core: Fix device link device name collision

 Documentation/ABI/testing/sysfs-class-devlink    |  4 +-
 Documentation/ABI/testing/sysfs-devices-consumer |  5 +-
 Documentation/ABI/testing/sysfs-devices-supplier |  5 +-
 drivers/base/core.c                              | 44 +++++++++++-----
 drivers/base/dd.c                                |  9 +---
 drivers/base/platform.c                          |  2 +
 fs/kernfs/file.c                                 | 65 +++++++++---------------
 include/linux/device.h                           | 12 +++++
 8 files changed, 79 insertions(+), 67 deletions(-)

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

* Re: [GIT PULL] Driver core fixes for 5.11-rc5
  2021-01-24 12:58 [GIT PULL] Driver core fixes for 5.11-rc5 Greg KH
@ 2021-01-24 19:33 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-01-24 19:33 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, Stephen Rothwell

The pull request you sent on Sun, 24 Jan 2021 13:58:32 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.11-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/443d11297b5c00b9ce6ba6e67c766296c96f8945

Thank you!

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

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

end of thread, other threads:[~2021-01-24 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-24 12:58 [GIT PULL] Driver core fixes for 5.11-rc5 Greg KH
2021-01-24 19:33 ` pr-tracker-bot

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.