summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2016-08-24 14:36:15 +0200
committerRichard Weinberger <richard@nod.at>2016-10-02 22:55:02 +0200
commitf7d11b33d4e8cedf19367c09b891bbc705163976 (patch)
treed2f47e8298c10817fb230b9a446df010d89df3bd /tools/perf/scripts/python/bin/stackcollapse-report
parent2e8f08deabbc7eefe4c5838aaa6aa9a23a8acf2e (diff)
downloadkernel-f7d11b33d4e8cedf19367c09b891bbc705163976.tar.gz
ubi: Fix Fastmap's update_vol()
Usually Fastmap is free to consider every PEB in one of the pools as newer than the existing PEB. Since PEBs in a pool are by definition newer than everything else. But update_vol() missed the case that a pool can contain more than one candidate. Cc: <stable@vger.kernel.org> Fixes: dbb7d2a88d ("UBI: Add fastmap core") Signed-off-by: Richard Weinberger <richard@nod.at> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
filenameLepton Wu 2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain 2020-04-21coredump: fix null pointer dereference on coredumpSudip Mukherjee 2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds 2019-08-03coredump: split pipe command whitespace before expanding templatePaul Wise 2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman 2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2017-11-10coredump: call do_unlinkat directly instead of sys_unlinkChristoph Hellwig 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko