summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorMurad Masimov <m.masimov@mt-integration.ru>2025-10-09 17:53:08 +0300
committerSebastian Reichel <sebastian.reichel@collabora.com>2025-11-03 01:01:57 +0100
commit15aca30cc6c69806054b896a2ccf7577239cb878 (patch)
tree6f29eab93dc66c5ceb97732927ceff9d0ab81778 /tools/perf/scripts/python/syscall-counts.py
parent8b27fe2d8d2380118c343629175385ff587e2fe4 (diff)
downloadkernel-15aca30cc6c69806054b896a2ccf7577239cb878.tar.gz
power: supply: rt9467: Prevent using uninitialized local variable in rt9467_set_value_from_ranges()
There is a typo in rt9467_set_value_from_ranges() that can cause leaving local variable sel with an undefined value which is then used in regmap_field_write(). Found by Linux Verification Center (linuxtesting.org) with SVACE. Fixes: 6f7f70e3a8dd ("power: supply: rt9467: Add Richtek RT9467 charger driver") Signed-off-by: Murad Masimov <m.masimov@mt-integration.ru> Link: https://patch.msgid.link/20251009145308.1830893-1-m.masimov@mt-integration.ru Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
ers/misc/cardreader/rts5261.c?h=linux-6.6.y&id=ed86a9877d05b99088a409a7603828b818a433dc'>misc: rtsx: Find L1 PM Substates capability instead of hard-codingBjorn Helgaas 2020-07-22misc: rtsx: Remove rtsx_pci_read/write_config() wrappersBjorn Helgaas 2020-05-22misc: rtsx: Use pcie_capability_clear_and_set_word() for PCI_EXP_LNKCTLBjorn Helgaas 2020-05-22misc: rtsx: Removed unused dev_aspm_modeBjorn Helgaas 2020-04-23misc: rtsx: Improve compatibility for rts5261Rui Feng 2020-03-18mmc: rtsx_pci: Fix support for speed-modes that relies on tuningRicky Wu 2020-01-14misc: rtsx: Fix impossible conditionRui Feng 2019-11-14misc: rtsx: Add support for RTS5261Rui Feng