diff options
author | Agathe Porte <agathe.porte@canonical.com> | 2024-11-12 15:18:25 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2024-11-13 03:02:12 +0300 |
commit | 6cfe56fbad32c8c5b50e82d9109413566d691569 (patch) | |
tree | 180f0e7d91f101c759405b5e43417cc0915176bb /tools/perf/scripts/python/stackcollapse.py | |
parent | b57c010e70ff11cce7f6b702d2e3bba1d893580b (diff) | |
download | linux-6cfe56fbad32c8c5b50e82d9109413566d691569.tar.xz |
ufs: ufs_sb_private_info: remove unused s_{2,3}apb fields
These two fields are populated and stored as a "frequently used value"
in ufs_fill_super, but are not used afterwards in the driver.
Moreover, one of the shifts triggers UBSAN: shift-out-of-bounds when
apbshift is 12 because 12 * 3 = 36 and 1 << 36 does not fit in the 32
bit integer used to store the value.
Closes: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2087853
Signed-off-by: Agathe Porte <agathe.porte@canonical.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions