summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorPaul Chaignon <paul.chaignon@gmail.com>2025-07-03 23:35:09 +0200
committerAlexei Starovoitov <ast@kernel.org>2025-07-03 19:30:54 -0700
commit032547272eb0884470165e6a8fd73b80688e847f (patch)
tree3f54d544fb308e4ac8db50da9c73c883efdc38f7 /tools/perf/scripts/python/exported-sql-viewer.py
parent71b4a9959e228708c702008d99273ad65442e21e (diff)
downloadkernel-032547272eb0884470165e6a8fd73b80688e847f.tar.gz
bpf: Avoid warning on unexpected map for tail call
Before handling the tail call in record_func_key(), we check that the map is of the expected type and log a verifier error if it isn't. Such an error however doesn't indicate anything wrong with the verifier. The check for map<>func compatibility is done after record_func_key(), by check_map_func_compatibility(). Therefore, this patch logs the error as a typical reject instead of a verifier error. Fixes: d2e4c1e6c294 ("bpf: Constant map key tracking for prog array pokes") Fixes: 0df1a55afa83 ("bpf: Warn on internal verifier errors") Reported-by: syzbot+efb099d5833bca355e51@syzkaller.appspotmail.com Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com> Acked-by: Eduard Zingerman <eddyz87@gmail.com> Link: https://lore.kernel.org/r/1f395b74e73022e47e04a31735f258babf305420.1751578055.git.paul.chaignon@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
mp;id=4f7f418c4835d3ce1b66d00502df41f324d13ec0'>blk-mq: handle dma_drain_sizeChristoph Hellwig 2014-02-07blk-mq: support at_head inserations for blk_execute_rqChristoph Hellwig 2014-01-30blk-mq: Don't reserve a tag for flush requestShaohua Li 2014-01-08blk-mq: uses page->list incorrectlyDave Hansen 2014-01-08blk-mq: use __smp_call_function_single directlyChristoph Hellwig 2014-01-03blk-mq: fix initializing request's start timeMing Lei 2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei 2013-12-31block: blk-mq: make blk_sync_queue support mqMing Lei 2013-12-31block: blk-mq: support draining mq queueMing Lei 2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe 2013-12-05blk-mq: fix use-after-free of requestMing Lei 2013-12-03blk-mq: fix dereference of rq->mq_ctx if allocation failsJeff Moyer 2013-11-23block: Abstract out bvec iteratorKent Overstreet 2013-11-19blk-mq: add blktrace insert event traceJens Axboe 2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe 2013-11-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds 2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig 2013-11-14blk-mq: remove newly added instances of __cpuinitPaul Gortmaker 2013-10-29blk-mq: mq plug list breakageShaohua Li 2013-10-28blk-mq: fix for flush deadlockChristoph Hellwig 2013-10-25blk-mq: add blk_mq_stop_hw_queuesChristoph Hellwig 2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe