From: John Harrison <John.C.Harrison@xxxxxxxxx> The buffer decoding code doesn't cope well with unknown buffers. So add an entry for the GuC CTB so that it gets decoded correctly. Signed-off-by: John Harrison <John.C.Harrison@xxxxxxxxx> --- tools/intel_error_decode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/intel_error_decode.c b/tools/intel_error_decode.c index 99680bedc785..451608826be3 100644 --- a/tools/intel_error_decode.c +++ b/tools/intel_error_decode.c @@ -617,6 +617,7 @@ read_data_file(FILE *file) { "user", "user", 0 }, { "semaphores", "semaphores", 0 }, { "guc log buffer", "GuC log", 0 }, + { "guc ct buffer", "GuC CTB", 0 }, { }, }, *b; char *new_ring_name; -- 2.39.1