WARNING: Possible repeated word: 'Google' #73: Hardware name: Google Google Compute Engine/Google Compute Engine, ERROR: Unrecognized email address: 'Opus Sonnet 4.6 1M window.' #81: Tested-by: Opus Sonnet 4.6 1M window. WARNING: data_race without comment #97: FILE: include/linux/ptr_ring.h:51: + return data_race(r->queue[r->producer]); WARNING: data_race without comment #106: FILE: include/linux/ptr_ring.h:106: + if (unlikely(!r->size) || data_race(r->queue[r->producer])) WARNING: data_race without comment #115: FILE: include/linux/ptr_ring.h:197: + return !data_race(r->queue[READ_ONCE(r->consumer_head)]); WARNING: data_race without comment #124: FILE: include/linux/ptr_ring.h:259: + data_race(r->queue[--head] = NULL); WARNING: The commit message has 'syzkaller', perhaps it also needs a 'Fixes:' tag? total: 1 errors, 6 warnings, 0 checks, 32 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 652ef7f8fc2e ("ptr_ring: disable KCSAN warnings") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.