In the Linux kernel, the following vulnerability has been resolved:EOL][EOL]rxrpc: Fix oops due to non-existence of prealloc backlog struct[EOL][EOL]If an AF_RXRPC service socket is opened and bound, but calls are[EOL]preallocated, then rxrpc_alloc_incoming_call() will oops because the[EOL]rxrpc_backlog struct doesn't get allocated until the first preallocation is[EOL]made.[EOL][EOL]Fix this by returning NULL from rxrpc_alloc_incoming_call() if there is no[EOL]backlog struct. This will cause the incoming call to be aborted. CREATE(Triage):(User=pbi-cn) [CVE-2025-38514 (https://nvd.nist.gov/vuln/detail/CVE-2025-38514)