Re: [PATCH net v4 8/9] rxrpc: Fix CHALLENGE packet overqueuing and simplify RESPONSE generation
From: David Howells
Date: Tue Jul 28 2026 - 13:44:43 EST
Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
> net/rxrpc/sendmsg.c:383:37: warning: implicit conversion from 'int' to 'enum rxrpc_abort_reason' changes value from 128 to -128 [-Wconstant-conversion]
> 383 | trace_rxrpc_abort(call->debug_id, rxrpc_sendmsg_late_send,
> | ~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
Yeah - I overran the capacity of the signed mode(byte) enum.
David