summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2020-05-27 10:42:00 +0200
committerAlexei Starovoitov <ast@kernel.org>2020-06-01 14:38:21 -0700
commit601b05ca6edb0422bf6ce313fbfd55ec7bbbc0fd (patch)
tree9f30bade6912c01daf605dae76521b213c80f368 /scripts/stackusage
parentee103e9f1544e04ecd1db5eb5e9eb9a8b8698879 (diff)
downloadkernel-601b05ca6edb0422bf6ce313fbfd55ec7bbbc0fd.tar.gz
libbpf: Fix perf_buffer__free() API for sparse allocs
In case the cpu_bufs are sparsely allocated they are not all free'ed. These changes will fix this. Fixes: fb84b8224655 ("libbpf: add perf buffer API") Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/159056888305.330763.9684536967379110349.stgit@ebuild Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
n title='2019-12-03 10:18:22 -0700'>2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig 2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig 2019-12-03block: allocate the zone bitmaps lazilyChristoph Hellwig 2019-12-03block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig 2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig 2019-12-03block: remove the empty line at the end of blk-zoned.cChristoph Hellwig 2019-11-12block: rework zone reportingChristoph Hellwig 2019-11-12block: Remove partition support for zoned block devicesDamien Le Moal 2019-11-12block: Simplify report zones executionDamien Le Moal 2019-11-12block: cleanup the !zoned case in blk_revalidate_disk_zonesChristoph Hellwig 2019-11-12block: Enhance blk_revalidate_disk_zones()Damien Le Moal 2019-11-07block: add zone open, close and finish ioctl supportAjay Joshi 2019-11-07block: add zone open, close and finish operationsAjay Joshi 2019-11-07block: Simplify REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal 2019-11-07block: Remove REQ_OP_ZONE_RESET pluggingDamien Le Moal 2019-08-04blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni 2019-07-11block: Limit zone array allocation sizeDamien Le Moal 2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal 2019-07-10block: Fix potential overflow in blk_report_zones()Damien Le Moal 2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig 2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds 2018-12-11block: Fix null_blk_zoned creation failure with small number of zonesShin'ichiro Kawasaki 2018-11-16block: add queue_is_mq() helperJens Axboe 2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal 2018-10-25block: add a report_zones methodChristoph Hellwig 2018-10-25block: Improve zone reset executionDamien Le Moal 2018-10-25block: Limit allocation of zone descriptors for report zonesDamien Le Moal 2018-10-25block: Introduce blkdev_nr_zones() helperDamien Le Moal 2018-07-09block: Remove a superfluous cast from blkdev_report_zones()Bart Van Assche 2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook 2018-05-22blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffersBart Van Assche 2018-03-09block: Suppress kernel-doc warnings triggered by blk-zoned.cBart Van Assche 2018-01-05block: introduce zoned block devices zone write lockingChristoph Hellwig 2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig