Re: [PATCH net-next 1/3] llc: do not run the state machine on out of service connections

From: Jakub Kicinski

Date: Sat Sep 05 2026 - 15:28:59 EST


On Tue, 1 Sep 2026 14:03:03 -0700 Kees Cook wrote:
> + /*
> + * An out of service connection has no row in llc_conn_state_table[],
> + * so it cannot be driven by any event.

Networking comment format, assuming the comment is indeed necessary and
not pure slop.

> + */
> + if (unlikely(!llc_conn_state_in_service(llc->state))) {
--
pw-bot: cr