mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 19:24:09 +00:00
In the current code we accidentally return the successful result from
idr_alloc() instead of a negative error pointer. The caller is looking
for an error pointer and so it treats the returned value as a valid
pointer.
This one might be a bit serious because if it lets people get around the
kernel's protection for remapping NULL. I'm not sure.
Fixes:
|
||
|---|---|---|
| .. | ||
| intel_rapl.c | ||
| Kconfig | ||
| Makefile | ||
| powercap_sys.c | ||