aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorMiaoqian Lin <linmq006@gmail.com>2022-02-04 01:30:08 +0800
committerWei Liu <wei.liu@kernel.org>2022-02-07 17:52:22 +0000
commit8bc69f86328e87a0ffa79438430cc82f3aa6a194 (patch)
tree47d6730bbb16206ae674374ea22223bccd583d83 /tools/perf/scripts/python/bin/stackcollapse-report
parentPCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology (diff)
downloadlinux-8bc69f86328e87a0ffa79438430cc82f3aa6a194.tar.gz
linux-8bc69f86328e87a0ffa79438430cc82f3aa6a194.zip
Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj
kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add(): If this function returns an error, kobject_put() must be called to properly clean up the memory associated with the object. Fix memory leak by calling kobject_put(). Fixes: c2e5df616e1a ("vmbus: add per-channel sysfs info") Signed-off-by: Miaoqian Lin <linmq006@gmail.com> Reviewed-by: Juan Vazquez <juvazq@linux.microsoft.com> Link: https://lore.kernel.org/r/20220203173008.43480-1-linmq006@gmail.com Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
se dev_get_drvdata where possibleHeiner Kallweit1-10/+5 2018-11-19r8169: merge rtl_irq_enable and rtl_irq_enable_allHeiner Kallweit1-9/+4 2018-11-19sctp: add sockopt SCTP_EVENTXin Long2-0/+95 2018-11-19sctp: rename enum sctp_event to sctp_event_typeXin Long5-11/+11 2018-11-19sctp: add subscribe per asocXin Long6-10/+17 2018-11-19sctp: define subscribe in sctp_sock as __u16Xin Long7-37/+68 2018-11-18tuntap: fix multiqueue rxMatthew Cover1-1/+6 2018-11-18ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern1-2/+5 2018-11-18mlxsw: spectrum: Expose discard counters via ethtoolShalom Toledo2-0/+297 2018-11-18tun: use netdev_alloc_frag() in tun_napi_alloc_frags()Eric Dumazet1-8/+7 2018-11-18net: phy: icplus: allow configuring the interrupt function on IP101GRMartin Blumenstingl1-1/+80 2018-11-18net: phy: icplus: implement .did_interrupt for IP101A/GMartin Blumenstingl1-0/+16 2018-11-18net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASKMartin Blumenstingl1-2/+2 2018-11-18net: phy: icplus: use the BIT macro where possibleMartin Blumenstingl1-3/+3 2018-11-18net: phy: icplus: keep all ip101a_g functions togetherMartin Blumenstingl1-15/+15