In the Linux kernel, the following vulnerability has been resolved:
afs: Fix server->active leak in afsputserver
The atomicread was accidentally replaced with atomicinc_return, which prevents the server from getting cleaned up and causes rmmod to hang with a warning:
Can't purge s=00000001
[
{
"signature_type": "Line",
"deprecated": false,
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ef4d3ea40565a781c25847e9cb96c1bd9f462bc6",
"target": {
"file": "fs/afs/server.c"
},
"id": "CVE-2022-49012-d0f2f77d",
"signature_version": "v1",
"digest": {
"line_hashes": [
"184430763485514340936324412580493271764",
"330452101722559758507734115030933352985",
"298028617758088957419971004201566862884",
"72117745883859291260440465050832807130"
],
"threshold": 0.9
}
}
]