]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rxrpc: rxperf: Fix missing decoding of terminal magic cookie
authorDavid Howells <dhowells@redhat.com>
Tue, 18 Feb 2025 19:22:44 +0000 (19:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2025 15:45:38 +0000 (16:45 +0100)
commit2c8de882158d6bf5204c9bb3dd662ebd858f253e
tree75b203532edbcaac7b450fe518de42445c3bc605
parentfbe5582ad767e7fe2a714369aa66d7f509b323e6
rxrpc: rxperf: Fix missing decoding of terminal magic cookie

[ Upstream commit c34d999ca3145d9fe858258cc3342ec493f47d2e ]

The rxperf RPCs seem to have a magic cookie at the end of the request that
was failing to be taken account of by the unmarshalling of the request.
Fix the rxperf code to expect this.

Fixes: 75bfdbf2fca3 ("rxrpc: Implement an in-kernel rxperf server for testing purposes")
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: Simon Horman <horms@kernel.org>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20250218192250.296870-2-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/rxrpc/rxperf.c