mirror of https://github.com/torvalds/linux.git
The EFI platform firmware fallback would clobber any pre-allocated
buffers. Instead, correctly refuse to reallocate when too small (as
already done in the sysfs fallback), or perform allocation normally
when needed.
Fixes:
|
||
|---|---|---|
| .. | ||
| builtin | ||
| Kconfig | ||
| Makefile | ||
| fallback.c | ||
| fallback.h | ||
| fallback_platform.c | ||
| fallback_table.c | ||
| firmware.h | ||
| main.c | ||