aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/clang-tools/gen_compile_commands.py
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2025-02-13 15:05:13 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-20 13:26:30 +0100
commit78eb41f518f414378643ab022241df2a9dcd008b (patch)
treed1992eff3737e36f4fef4ec5a1ad6deeefe62b29 /scripts/clang-tools/gen_compile_commands.py
parentLinux 6.14-rc3 (diff)
downloadlinux-78eb41f518f414378643ab022241df2a9dcd008b.tar.gz
linux-78eb41f518f414378643ab022241df2a9dcd008b.zip
drivers: core: fix device leak in __fw_devlink_relax_cycles()
Commit bac3b10b78e5 ("driver core: fw_devlink: Stop trying to optimize cycle detection logic") introduced a new struct device *con_dev and a get_dev_from_fwnode() call to get it, but without adding a corresponding put_device(). Closes: https://lore.kernel.org/all/20241204124826.2e055091@booty/ Fixes: bac3b10b78e5 ("driver core: fw_devlink: Stop trying to optimize cycle detection logic") Cc: stable@vger.kernel.org Reviewed-by: Saravana Kannan <saravanak@google.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Link: https://lore.kernel.org/r/20250213-fix__fw_devlink_relax_cycles_missing_device_put-v2-1-8cd3b03e6a3f@bootlin.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions
6:45 -0800'>2006-01-11update-index: work with c-quoted nameJunio C Hamano1-1/+8 update-index --stdin did not work with c-style quoted names even though update-index --index-info did. This fixes the inconsistency. Signed-off-by: Junio C Hamano <junkio@cox.net> 2006-01-11Add git-describe to .gitignore.Tom Prince1-0/+1 Signed-off-by: Junio C Hamano <junkio@cox.net> 2006-01-10glossary: explain "master" and "origin"Johannes Schindelin1-0/+11 If you are a long time git user/developer, you forget that to a new git user, these words have not the same meaning as to you. [jc: with updates from J. Bruce Fields.] Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net> 2006-01-09GIT-VERSION-GEN: detect dirty tree and mark the version accordingly.Junio C Hamano1-0/+9 If we are building from a working tree with local modifications, mark the version accordingly. Deliberately uses '-' to prevent RPM from being built from such a tree. Signed-off-by: Junio C Hamano <junkio@cox.net> 2006-01-09For release tarballs, include the proper versionH. Peter Anvin2-3/+11 When producing a release tarball, include a "version" file, which GIT-VERSION-GEN can then use to do the right thing when building from a tarball. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Junio C Hamano <junkio@cox.net>