[PATCH net v4 8/9] rxrpc: Fix CHALLENGE packet overqueuing and simplify RESPONSE generation

David Howells dhowells at redhat.com
Tue Jul 28 10:39:04 PDT 2026


Jakub Kicinski <kuba at kernel.org> 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




More information about the linux-afs mailing list