CVE-2022-49525 Information
Description
In the Linux kernel the following vulnerability has been resolved:
media: cx25821: Fix the warning when removing the module
When removing the module we will get the following warning:
[ 14.746697] remove_proc_entry: removing non-empty directory ‘irq/21’ leaking at least ‘cx25821[1]’
[ 14.747449] WARNING: CPU: 4 PID: 368 at fs/proc/generic.c:717 remove_proc_entry+0x389/0x3f0
[ 14.751611] RIP: 0010:remove_proc_entry+0x389/0x3f0
[ 14.759589] Call Trace:
[ 14.759792]
Fix this by freeing the irq before call pci_disable_device().
Reference
https://git.kernel.org/stable/c/005fd553f5f10fe8618d92f94ad10f9051eac331 https://git.kernel.org/stable/c/1f0fc1dfb5fdd456657519a97fab83691b96c6a0 https://git.kernel.org/stable/c/2203436a4d24302871617373a7eb21bc17e38762 https://git.kernel.org/stable/c/222292930c8ecc3516e03ec1f9fa8448be7ff496 https://git.kernel.org/stable/c/258639bc55a586ee6df92d89786ccf1c71546d70 https://git.kernel.org/stable/c/3f94169affa33c9db4a439d88f09cb2ed3a33332 https://git.kernel.org/stable/c/4d6295b6d986476232332fffd08575b185f90d81 https://git.kernel.org/stable/c/5beb85ff7d005ddb7bf604a4f2dc76f01b84b318 https://git.kernel.org/stable/c/9d92291698e5cc35a2b8a1106a01ddd7d60ade2d
Share on: