summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorDavid Yang <mmyangfl@gmail.com>2025-11-26 16:40:19 +0800
committerJakub Kicinski <kuba@kernel.org>2025-11-27 17:55:53 -0800
commit510026a39849ae7066dce17343caba4550e2a977 (patch)
tree850804fb33e25aa0526b116fb074814d92487d10 /tools/perf/scripts/python/bin/stackcollapse-report
parent17e9f841dd227a4dc976b22d000d5f669bc14493 (diff)
downloadkernel-510026a39849ae7066dce17343caba4550e2a977.tar.gz
net: dsa: yt921x: Fix parsing MIB attributes
There are hard-to-find unused fields in the MIB table I didn't notice in the example driver code, causing wrong interpretation of the MIB data. For some 64-bit attributes, the current (wrong) implementation took the correct lower 32 bits, but messed up the upper 32 bits, so it would work accidentally until 32-bit overflows happen. Fix that too. Fixes: 186623f4aa72 ("net: dsa: yt921x: Add support for Motorcomm YT921x") Signed-off-by: David Yang <mmyangfl@gmail.com> Link: https://patch.msgid.link/20251126084024.2843851-2-mmyangfl@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
: Enable USB_CHIPIDEA_HOST and remove USB_EHCI_TEGRADmitry Osipenko 2020-12-08ARM: configs: drop unused BACKLIGHT_GENERIC optionAndrey Zhizhikin 2020-07-20Merge tag 'tegra-for-5.9-arm-defconfig' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann 2020-07-17arm/arm64: defconfig: Update configs to use the new CROS_EC optionsEnric Balletbo i Serra 2020-07-16ARM: tegra_defconfig: Enable options useful for Nexus 7 and Acer A500Dmitry Osipenko 2020-07-14ARM: tegra: Enable CPUFREQ userspace governorJon Hunter 2020-03-12ARM: tegra: Enable Tegra cpuidle driver in tegra_defconfigDmitry Osipenko