[GIT,PULL] Driver core fixes for 6.2-rc5

Message ID Y8wE+Zifm+0wcajr@kroah.com
State New
Headers
Series [GIT,PULL] Driver core fixes for 6.2-rc5 |

Pull-request

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

Message

Greg KH Jan. 21, 2023, 3:30 p.m. UTC
  The following changes since commit b7bfaa761d760e72a969d116517eaa12e404c262:

  Linux 6.2-rc3 (2023-01-08 11:49:43 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 739790605705ddcf18f21782b9c99ad7d53a8c11:

  prlimit: do_prlimit needs to have a speculation check (2023-01-21 16:14:17 +0100)

----------------------------------------------------------------
Driver core fixes for 6.2-rc5

Here are 3 small driver and kernel core fixes for 6.2-rc5.  They
include:
  - potential gadget fixup in do_prlimit
  - device property refcount leak fix
  - test_async_probe bugfix for reported problem.

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

----------------------------------------------------------------
Chen Zhongjin (1):
      driver core: Fix test_async_probe_init saves device in wrong array

Greg Kroah-Hartman (1):
      prlimit: do_prlimit needs to have a speculation check

Yang Yingliang (1):
      device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()

 drivers/base/property.c                     | 18 ++++++++++++------
 drivers/base/test/test_async_driver_probe.c |  2 +-
 kernel/sys.c                                |  2 ++
 3 files changed, 15 insertions(+), 7 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 21, 2023, 7:23 p.m. UTC | #1
The pull request you sent on Sat, 21 Jan 2023 16:30:01 +0100:

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

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

Thank you!