Messages in this thread |  | | Date | Sat, 21 Jan 2023 16:30:01 +0100 | From | Greg KH <> | Subject | [GIT PULL] Driver core fixes for 6.2-rc5 |
| |
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(-)
|  |