aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen <toke@redhat.com>2020-09-29 14:30:04 +0200
committerAlexei Starovoitov <ast@kernel.org>2020-09-29 11:18:19 -0700
commitd2197c7ff171e7ab6272fbe0e20d95057748d82a (patch)
tree87a00faddae7d5cd0dedba9445c5912e3d95595f /tools/perf/scripts/python/stackcollapse.py
parentbpf/preload: Make sure Makefile cleans up after itself, and add .gitignore (diff)
downloadlinux-d2197c7ff171e7ab6272fbe0e20d95057748d82a.tar.gz
linux-d2197c7ff171e7ab6272fbe0e20d95057748d82a.zip
selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_id
The new test for task iteration in bpf_iter checks (in do_btf_read()) if it should be skipped due to missing __builtin_btf_type_id. However, this 'skip' verdict is not propagated to the caller, so the parent test will still fail. Fix this by also skipping the rest of the parent test if the skip condition was reached. Fixes: b72091bd4ee4 ("selftests/bpf: Add test for bpf_seq_printf_btf helper") Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Reviewed-by: Alan Maguire <alan.maguire@oracle.com> Link: https://lore.kernel.org/bpf/20200929123004.46694-1-toke@redhat.com
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
Joern Rennecke1-0/+10 2013-08-24VFS: collect_mounts() should return an ERR_PTRDan Carpenter1-1/+1 2013-08-24bfs: iget_locked() doesn't return an ERR_PTRDan Carpenter1-1/+1 2013-08-24efs: iget_locked() doesn't return an ERR_PTR()Dan Carpenter1-1/+1 2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov1-2/+0 2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro4-14/+14 2013-08-23usb: phy: fix build breakageAnatolij Gustschin2-2/+2 2013-08-23USB: OHCI: add missing PCI PM callbacks to ohci-pci.cAlan Stern1-0/+5 2013-08-23staging: comedi: bug-fix NULL pointer dereference on failed attachIan Abbott1-1/+1 2013-08-23lib/lz4: correct the LZ4 licenseRichard Laager3-7/+7 2013-08-23memcg: get rid of swapaccount leftoversMichal Hocko3-3/+2 2013-08-23nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko1-1/+1 2013-08-23nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko1-2/+1 2013-08-23drivers/platform/olpc/olpc-ec.c: initialise earlierDaniel Drake1-1/+1 2013-08-23spi/qspi: Add dual/quad spi read supportSourav Poddar1-1/+12 2013-08-22ipv4: expose IPV4_DEVCONFstephen hemminger2-33/+35 2013-08-22ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong3-1/+26 2013-08-22be2net: fix disabling TX in be_close()Sathya Perla1-1/+1 2013-08-22Revert "ACPI / video: Always call acpi_video_init_brightness() on init"Rafael J. Wysocki1-8/+3 2013-08-22Revert "genetlink: fix family dump race"Johannes Berg1-7/+0 2013-08-22spi: bcm2835: Add spi_master_get() call to prevent use after freeAxel Lin1-1/+1 2013-08-22spi: Remove a redundant test for master->running in spi_queued_transferAxel Lin1-1/+1 2013-08-22spi: conditional checking of mode and transfer bits.Sourav Poddar1-26/+30 2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea3-3/+6 2013-08-22Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds3-3/+2 2013-08-22[SCSI] zfcp: remove access control tables interface (keep sysfs files)Martin Peschke1-0/+14 2013-08-22[SCSI] zfcp: fix schedule-inside-lock in scsi_device list loopsMartin Peschke1-7/+22 2013-08-22[SCSI] zfcp: fix lock imbalance by reworking request queue lockingMartin Peschke2-6/+59 2013-08-22spi: DUAL and QUAD supportwangyuhang2-2/+116 2013-08-22spi/qspi: Add qspi flash controllerSourav Poddar4-0/+592 2013-08-22spi: spi-efm32: remove redundant dev_err call in efm32_spi_probe()Wei Yongjun1-1/+0 2013-08-22spi:Add Freescale DSPI driver for Vybrid VF610 platformChao Fu3-0/+565