Merge branch 'rxrpc-fixes-for-af_rxrpc'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 14 Mar 2024 12:09:53 +0000 (13:09 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 14 Mar 2024 12:09:53 +0000 (13:09 +0100)
commit7278c70ab74956462d30ebe7b5506c5dd0b4b19c
tree6a9e4f74e7e9eb3d454c285e7fcf4b0581159680
parentddbec99f58571301679addbc022256970ca3eac6
parent89e4354110ca64bf4949cca83b55149bc80733bc
Merge branch 'rxrpc-fixes-for-af_rxrpc'

David Howells says:

====================
rxrpc: Fixes for AF_RXRPC

Here are a couple of fixes for the AF_RXRPC changes[1] in net-next.

 (1) Fix a runtime warning introduced by a patch that changed how
     page_frag_alloc_align() works.

 (2) Fix an is-NULL vs IS_ERR error handling bug.

The patches are tagged here:

git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/rxrpc-iothread-20240312

And can be found on this branch:

http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-iothread

Link: https://lore.kernel.org/r/20240306000655.1100294-1-dhowells@redhat.com/
====================

Link: https://lore.kernel.org/r/20240312233723.2984928-1-dhowells@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>