Re: [PATCH net v2 4/4] rxrpc: Fix RESPONSE packet verification to extract skb to a linear buffer
From: David Howells
Date: Wed May 13 2026 - 11:46:42 EST
David Howells <dhowells@xxxxxxxxxx> wrote:
> Further, since the way the RESPONSE data is handled is being overhauled,
> add an XDR decode abstraction that hides the details of buffer advancement
> and length checking. At some point it may be worth seeing if NFS's XDR
> stuff can be used, but that involves linking against the sunrpc module
> which is undesirable.
Can this bit be removed if/when the patch is applied to the networking tree?
As Jeff points out this is no longer true.
David