Commit abe1756
committed
rxrpc: Offload the completion of service conn security to the I/O thread
jira LE-1907
Rebuild_History Non-Buildable kernel-rt-5.14.0-284.30.1.rt14.315.el9_2
commit-author David Howells <dhowells@redhat.com>
commit 2953d3b
Empty-Commit: Cherry-Pick Conflicts during history rebuild.
Will be included in final tarball splat. Ref for failed cherry-pick at:
ciq/ciq_backports/kernel-rt-5.14.0-284.30.1.rt14.315.el9_2/2953d3b8.failed
Offload the completion of the challenge/response cycle on a service
connection to the I/O thread. After the RESPONSE packet has been
successfully decrypted and verified by the work queue, offloading the
changing of the call states to the I/O thread makes iteration over the
conn's channel list simpler.
Do this by marking the RESPONSE skbuff and putting it onto the receive
queue for the I/O thread to collect. We put it on the front of the queue
as we've already received the packet for it.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
(cherry picked from commit 2953d3b)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
# Conflicts:
# include/trace/events/rxrpc.h
# net/rxrpc/ar-internal.h
# net/rxrpc/conn_event.c
# net/rxrpc/io_thread.c1 parent cb0e28f commit abe1756
File tree
1 file changed
+484
-0
lines changed- ciq/ciq_backports/kernel-rt-5.14.0-284.30.1.rt14.315.el9_2
1 file changed
+484
-0
lines changed
0 commit comments