summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorPaul Chaignon <paul.chaignon@gmail.com>2025-07-01 20:36:15 +0200
committerAlexei Starovoitov <ast@kernel.org>2025-07-01 12:38:30 -0700
commit0df1a55afa832f463f9ad68ddc5de92230f1bc8a (patch)
treece3bce94ef1e187d6849bb85a3195db412e254d3 /tools/perf/scripts/python/stackcollapse.py
parent26d0e5324677dc0acce4c0fda52316154a1d689e (diff)
downloadkernel-0df1a55afa832f463f9ad68ddc5de92230f1bc8a.tar.gz
bpf: Warn on internal verifier errors
This patch is a follow up to commit 1cb0f56d9618 ("bpf: WARN_ONCE on verifier bugs"). It generalizes the use of verifier_error throughout the verifier, in particular for logs previously marked "verifier internal error". As a consequence, all of those verifier bugs will now come with a kernel warning (under CONFIG_DBEUG_KERNEL) detectable by fuzzers. While at it, some error messages that were too generic (ex., "bpf verifier is misconfigured") have been reworded. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com> Link: https://lore.kernel.org/r/aGQqnzMyeagzgkCK@Tunnel Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
descLarry Finger 2011-08-24staging: rtl8192e: Convert typedef ACM to struct acmLarry Finger 2011-08-24staging: rtl8192e: Convert typedef phy_sts_ofdm_819xpci_t to struct phy_sts_o...Larry Finger 2011-08-24staging: rtl8192e: Convert typedef phy_ofdm_rx_status_rxsc_sgien_exintfflag t...Larry Finger 2011-08-24staging: rtl8192e: Convert typedef TX_FWINFO_8190PCI to struct tx_fwinfo_8190pciLarry Finger 2011-08-23staging: rtl8192e: Remove dead code associated with _ENABLE_SW_BEACONLarry Finger 2011-08-23staging: rtl8192e: Remove ifdefs that depend on ENABLE_DOT11DLarry Finger 2011-08-23staging: rtl8192e: Remove dead code associated with CONFIG_ASPM_OR_D3Larry Finger 2011-08-23staging: rtl8192e: Remove dead code involved with TO_DO_LISTLarry Finger 2011-08-23staging: rtl8192e: Remove dead code inside 'ifdef MERGE_TO_DO'Larry Finger 2011-08-23staging: rtl8192e: Fix edit error in removal of dead code associated with RTL...Larry Finger 2011-08-23staging: rtl8192e: Remove internal references to RTL8192ELarry Finger 2011-08-23staging: rtl8192e: Remove dead code associated with RTL8192CELarry Finger 2011-08-23staging: rtl8192e: Remove dead code associated with RTL8192SELarry Finger 2011-08-23staging: rtl8192e: Remove code dependent on RTL8190PLarry Finger 2011-08-23From: wlanfae <wlanfae@realtek.com>Larry Finger