diff options
author | Borislav Petkov <[email protected]> | 2022-04-05 17:15:14 +0200 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2022-04-10 15:19:48 +0300 |
commit | dbc2b1764734857d68425468ffa8486e97ab89df (patch) | |
tree | ec5dd566ea80ca2b3af45d97939f5df493ed18ce /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 10cb21f4ff3f9cb36d1e1c39bf80426f02f4986a (diff) |
mt76: Fix undefined behavior due to shift overflowing the constant
Fix:
drivers/net/wireless/mediatek/mt76/mt76x2/pci.c: In function ‘mt76x2e_probe’:
././include/linux/compiler_types.h:352:38: error: call to ‘__compiletime_assert_946’ \
declared with attribute error: FIELD_PREP: mask is not constant
_compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
See https://lore.kernel.org/r/YkwQ6%[email protected] for the gory
details as to why it triggers with older gccs only.
Signed-off-by: Borislav Petkov <[email protected]>
Cc: Felix Fietkau <[email protected]>
Cc: Lorenzo Bianconi <[email protected]>
Cc: Ryder Lee <[email protected]>
Cc: Shayne Chen <[email protected]>
Cc: Sean Wang <[email protected]>
Cc: Kalle Valo <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions