mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
a5bcd72e05
The burning process requires to perform internal allocations of large
chunks of memory. This memory doesn't need to be contiguous and can be
safely allocated by vzalloc() instead of kzalloc(). This patch changes
such allocation to avoid possible out-of-memory failure.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
mlxfw_fsm.c | ||
mlxfw_mfa2_file.h | ||
mlxfw_mfa2_format.h | ||
mlxfw_mfa2_tlv_multi.c | ||
mlxfw_mfa2_tlv_multi.h | ||
mlxfw_mfa2_tlv.h | ||
mlxfw_mfa2.c | ||
mlxfw_mfa2.h | ||
mlxfw.h |