summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2025-10-20 13:29:29 +0100
committerThomas Gleixner <tglx@linutronix.de>2025-10-27 17:16:34 +0100
commit5c2b2cc472e015e79c4f0170893a1e0883bd3bb4 (patch)
tree99692a2497a8731e88c59db3768d0967b7fb7091 /tools/perf/scripts/python/netdev-times.py
parent5ff78c8de9d83ad6fc0553bf8f2edc816385837d (diff)
downloadkernel-5c2b2cc472e015e79c4f0170893a1e0883bd3bb4.tar.gz
genirq: Merge irqaction::{dev_id,percpu_dev_id}
When irqaction::percpu_dev_id was introduced, it was hoped that it could be part of an anonymous union with dev_id, as the two fields are mutually exclusive. However, toolchains used at the time were often showing terrible support for anonymous unions, breaking the build on a number of architectures. It was therefore decided to keep the two fields separate and address this down the line. 14 years later, the compiler dark age is over, and there is universal support for anonymous unions. Get a whole pointer back that can immediately be spent on something else. Signed-off-by: Marc Zyngier <maz@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Will Deacon <will@kernel.org> Link: https://patch.msgid.link/20251020122944.3074811-13-maz@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
adapt kmalloc_uaf2 test to HW_TAGS modeAndrey Konovalov 2021-02-24kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAILAndrey Konovalov 2021-02-24kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov 2021-02-24kasan: add match-all tag testsAndrey Konovalov 2021-02-24kasan: add macros to simplify checking test constraintsAndrey Konovalov 2021-02-24kasan: clean up comments in testsAndrey Konovalov 2020-12-22kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*Andrey Konovalov 2020-11-02kasan: adopt KUNIT tests to SW_TAGS modeAndrey Konovalov 2020-10-13KASAN: port KASAN Tests to KUnitPatricia Alfonso 2020-10-13KUnit: KASAN IntegrationPatricia Alfonso 2020-08-07kasan: adjust kasan_stack_oob for tag-based modeAndrey Konovalov 2020-08-07lib/test_kasan.c: fix KASAN unit tests for tag-based KASANWalter Wu 2020-08-07kasan: add tests for call_rcu stack recordingWalter Wu 2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long 2020-06-03kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens 2020-04-02kasan: add test for invalid size in memmoveWalter Wu 2020-01-31lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva 2019-12-01kasan: add test for vmallocDaniel Axtens 2019-09-24lib/test_kasan.c: add roundtrip testsMark Rutland 2019-07-12lib/test_kasan: Add test for double-kzfree detectionMarco Elver 2019-07-12lib/test_kasan: add bitops testsMarco Elver 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner 2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin