Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'driver-core-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core fix from Greg KH:
"Here is a single driver core fix that resolves a reported memory leak.

It's been in linux-next for 2 weeks now with no reported problems"

* tag 'driver-core-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
drivers: core: fix device leak in __fw_devlink_relax_cycles()

+1
+1
drivers/base/core.c
··· 2079 2079 out: 2080 2080 sup_handle->flags &= ~FWNODE_FLAG_VISITED; 2081 2081 put_device(sup_dev); 2082 + put_device(con_dev); 2082 2083 put_device(par_dev); 2083 2084 return ret; 2084 2085 }