diff options
| author | Borislav Petkov <[email protected]> | 2022-04-05 17:15:10 +0200 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2022-05-21 18:02:47 +0200 |
| commit | 6556551f8848f98eff356c8aacae42c8dd65b2df (patch) | |
| tree | 540553db65eb027d2551f6ce2d3b164324d9a222 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 0b4c48f3e315d172e4cc06e10f2c8ba180788baf (diff) | |
drm/r128: Fix undefined behavior due to shift overflowing the constant
Fix:
drivers/gpu/drm/r128/r128_cce.c: In function ‘r128_do_init_cce’:
drivers/gpu/drm/r128/r128_cce.c:417:2: error: case label does not reduce to an integer constant
case R128_PM4_64BM_64VCBM_64INDBM:
^~~~
drivers/gpu/drm/r128/r128_cce.c:418:2: error: case label does not reduce to an integer constant
case R128_PM4_64PIO_64VCPIO_64INDPIO:
^~~~
See https://lore.kernel.org/r/YkwQ6%[email protected] for the gory
details as to why it triggers with older gccs only.
Reviewed-by: Randy Dunlap <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions