aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJiri Slaby (SUSE) <[email protected]>2024-01-22 12:03:17 +0100
committerGreg Kroah-Hartman <[email protected]>2024-01-27 18:08:52 -0800
commit0e6a92f67c8a94707f7bb27ac29e2bdf3e7c167d (patch)
tree87136b4b609ea37a8663304c2f98ea6866feee84 /tools/perf/scripts/python/bin/stackcollapse-record
parentb041c60590ddb891e361468494c5f6d10305d893 (diff)
tty: vt: fix 20 vs 0x20 typo in EScsiignore
The if (c >= 20 && c <= 0x3f) test added in commit 7a99565f8732 is wrong. 20 is DC4 in ascii and it makes no sense to consider that as the bottom limit. Instead, it should be 0x20 as in the other test in the commit above. This is supposed to NOT change anything as we handle interesting 20-0x20 asciis far before this if. So for sakeness, change to 0x20 (which is SPACE). Signed-off-by: "Jiri Slaby (SUSE)" <[email protected]> Fixes: 7a99565f8732 ("vt: ignore csi sequences with intermediate characters.") Cc: Martin Hostettler <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Tested-by: Helge Deller <[email protected]> # parisc STI console Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions