]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Drivers: hv: Use kzalloc for panic page allocation
authorLong Li <longli@microsoft.com>
Tue, 6 May 2025 00:56:36 +0000 (17:56 -0700)
committerWei Liu <wei.liu@kernel.org>
Fri, 23 May 2025 16:30:56 +0000 (16:30 +0000)
commita60822bc11b12e6c43cf25a610174ac44f744b27
tree6bd2401fa3f797f4bf424d62e6d66434ad7335a9
parent0315fef2aff9f251ddef8a4b53db9187429c3553
Drivers: hv: Use kzalloc for panic page allocation

To prepare for removal of hv_alloc_* and hv_free* functions, use
kzalloc/kfree directly for panic reporting page.

Signed-off-by: Long Li <longli@microsoft.com>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Link: https://lore.kernel.org/r/1746492997-4599-5-git-send-email-longli@linuxonhyperv.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <1746492997-4599-5-git-send-email-longli@linuxonhyperv.com>
drivers/hv/hv_common.c