aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorZhihao Cheng <chengzhihao1@huawei.com>2020-07-07 21:41:00 +0800
committerRichard Weinberger <richard@nod.at>2020-08-02 23:56:13 +0200
commit3b185255bb2f34fa6927619b9ef27f192a3d9f5a (patch)
tree80bdf908124243d22548080f619d146461aac55b /tools/perf/scripts/python/task-analyzer.py
parentubifs: misc.h: delete a duplicated word (diff)
downloadlinux-3b185255bb2f34fa6927619b9ef27f192a3d9f5a.tar.gz
linux-3b185255bb2f34fa6927619b9ef27f192a3d9f5a.zip
ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabled
Following process triggers a memleak caused by forgetting to release the initial next anchor PEB (CONFIG_MTD_UBI_FASTMAP is disabled): 1. attach -> __erase_worker -> produce the initial next anchor PEB 2. detach -> ubi_fastmap_close (Do nothing, it should have released the initial next anchor PEB) Don't produce the initial next anchor PEB in __erase_worker() when fastmap is disabled. Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com> Suggested-by: Sascha Hauer <s.hauer@pengutronix.de> Fixes: f9c34bb529975fe ("ubi: Fix producing anchor PEBs") Reported-by: syzbot+d9aab50b1154e3d163f5@syzkaller.appspotmail.com Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
an> 2020-12-08rt2x00: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1 2020-12-08airo: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1 2020-12-08rtw88: reduce polling time of IQ calibrationChin-Yen Lee1-9/+8 2020-12-08rtw88: fix multiple definition of rtw_pm_opsPing-Ke Shih1-1/+1 2020-12-08mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui1-0/+2 2020-12-07brcmfmac: remove redundant assignment to pointer 'entry'Colin Ian King1-1/+1 2020-12-07adm8211: fix error return code in adm8211_probe()Zhang Changzhong1-2/+4 2020-12-07rtw88: declare hw supports ch 144Zong-Zhe Yang1-0/+1 2020-12-07rtw88: coex: fix missing unitialization of variable 'interval'Colin Ian King1-1/+1 2020-12-07wilc1000: remove redundant assignment to pointer vifColin Ian King1-1/+0 2020-12-07mwifiex: change license text of Makefile and README from MARVELL to NXPGanapathi Bhat2-6/+7 2020-12-07mwl8k: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-33/+39 2020-12-07rtw88: pci: Add prototypes for .probe, .remove and .shutdownLee Jones9-16/+12 2020-12-06mlxsw: spectrum_router: Reduce mlxsw_sp_ipip_fib_entry_op_gre4()Jiri Pirko4-56/+19 2020-12-06mlxsw: spectrum: Bump minimum FW version to xx.2008.2018Petr Machata1-3/+3 2020-12-06mlxsw: core_acl: Use an array instead of a struct with a zero-length arrayIdo Schimmel1-15/+11 2020-12-06mlxsw: spectrum_mr: Use flexible-array member instead of zero-length arrayIdo Schimmel1-1/+1 2020-12-06mlxsw: core: Trace EMAD eventsIdo Schimmel1-0/+7 2020-12-06selftests: mlxsw: Test RIF's reference count when joining a LAGIdo Schimmel1-0/+43 2020-12-06mlxsw: spectrum: Apply RIF configuration when joining a LAGIdo Schimmel3-7/+45 2020-12-05r8169: make NUM_RX_DESC a signed intHeiner Kallweit1-3/+3 2020-12-05r8169: improve rtl_rxHeiner Kallweit1-10/+5 2020-12-05net: fix spelling mistake "wil" -> "will" in KconfigColin Ian King1-1/+1 2020-12-05enetc: Fix unused var build warning for CONFIG_OFArnd Bergmann1-11/+10 2020-12-05ptp: Add clock driver for the OpenCompute TimeCard.Jonathan Lemon3-0/+413 2020-12-04net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon4-16/+138 2020-12-04selftests: forwarding: Add MPLS L2VPN testGuillaume Nault3-0/+196 2020-12-04net: bna: remove trailing semicolon in macro definitionTom Rix1-9/+9 2020-12-04tipc: support 128bit node identity for peer removingHoang Le1-3/+18 2020-12-04nfp: Replace zero-length array with flexible-array memberSimon Horman2-2/+2 2020-12-04nfc: s3fwrn5: skip the NFC bootloader modeBongsu Jeon3-12/+23 2020-12-04net-zerocopy: Defer vm zap unless actually needed.Arjun Roy2-50/+99 2020-12-04net-zerocopy: Set zerocopy hint when data is copiedArjun Roy1-0/+45 2020-12-04net-zerocopy: Introduce short-circuit small reads.Arjun Roy1-0/+36 2020-12-04net-zerocopy: Fast return if inq < PAGE_SIZEArjun Roy1-0/+8 2020-12-04net-zerocopy: Refactor frag-is-remappable test.Arjun Roy1-8/+26 2020-12-04net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy1-9/+26 2020-12-04net-tcp: Introduce tcp_recvmsg_locked().Arjun Roy1-30/+39 2020-12-04net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy2-16/+70