commit | a952d608f0bef10359449692e0fcff6608b6cd40 | [log] [tgz] |
---|---|---|
author | Li RongQing <lirongqing@baidu.com> | Wed Jan 31 09:23:57 2024 +0800 |
committer | Sean Christopherson <seanjc@google.com> | Tue Apr 09 12:18:38 2024 -0700 |
tree | a41ae5c428d9f8ff28139bfb8a422fb6e2c1b795 | |
parent | b628cb523c65420031b310050a3733aa7fbe2e88 [diff] |
KVM: Use vfree for memory allocated by vcalloc()/__vcalloc() commit 37b2a6510a48("KVM: use __vcalloc for very large allocations") replaced kvzalloc()/kvcalloc() with vcalloc(), but didn't replace kvfree() with vfree(). Signed-off-by: Li RongQing <lirongqing@baidu.com> Link: https://lore.kernel.org/r/20240131012357.53563-1-lirongqing@baidu.com Signed-off-by: Sean Christopherson <seanjc@google.com>