summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorJared Kangas <jkangas@redhat.com>2025-11-11 13:54:12 -0800
committerLinus Walleij <linus.walleij@linaro.org>2025-11-18 23:56:11 +0100
commit6010d4d8b55b5d3ae1efb5502c54312e15c14f21 (patch)
tree7caa4c9ce93bcfd9c170c3f47d1f448fc58a8b27 /tools/perf/scripts/python/bin/stackcollapse-report
parent97ea34defbb57bfaf71ce487b1b0865ffd186e81 (diff)
downloadkernel-6010d4d8b55b5d3ae1efb5502c54312e15c14f21.tar.gz
pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()
s32_pmx_gpio_request_enable() does not initialize the newly-allocated gpio_pin_config::list before adding it to s32_pinctrl::gpio_configs. This could result in a linked list corruption. Initialize the new list_head with INIT_LIST_HEAD() to fix this. Fixes: fd84aaa8173d ("pinctrl: add NXP S32 SoC family support") Signed-off-by: Jared Kangas <jkangas@redhat.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
h=linux-6.12.y&id=6a54f9ab0d65a2095de50160b8ca7ce6469aaac0'>lguest: decode mmio accesses for PCI in example launcher.Rusty Russell 2015-02-11lguest: add MMIO region allocator in example launcher.Rusty Russell 2015-02-11lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell 2015-02-11lguest: suppress PS/2 keyboard polling.Rusty Russell 2015-02-11lguest: send trap 13 through to userspace.Rusty Russell 2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell 2015-02-11lguest: have --rng read from /dev/urandom not /dev/random.Rusty Russell 2013-07-15tools/lguest: offer VIRTIO_F_ANY_LAYOUT for net device.Rusty Russell 2013-07-04lguest: fix example launcher compilation for broken glibc headers.Rusty Russell 2013-07-02tools/lguest: real barriers.Rusty Russell 2013-07-02tools/lguest: fix missing rmb().Rusty Russell 2012-10-22lguest: fix block request handling in example launcher.Rusty Russell 2012-10-04lguest: fix occasional crash in example launcher.Rusty Russell 2012-01-12lguest: move the lguest tool to the tools directoryDavidlohr Bueso