summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorLong Li <longli@microsoft.com>2025-05-05 17:56:36 -0700
committerWei Liu <wei.liu@kernel.org>2025-05-23 16:30:56 +0000
commita60822bc11b12e6c43cf25a610174ac44f744b27 (patch)
tree6bd2401fa3f797f4bf424d62e6d66434ad7335a9 /scripts/objdiff
parent0315fef2aff9f251ddef8a4b53db9187429c3553 (diff)
downloadkernel-a60822bc11b12e6c43cf25a610174ac44f744b27.tar.gz
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>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
-03-12staging: rtl8723bs: remove typedefs in basic_types.hMarco Cesati 2020-12-28Staging: rtl8723bs/core: fix braces coding style issuesBrother Matthew De Angelis 2020-12-08staging: rtl8723bs: replace _MME_IE_Ross Schmidt 2020-11-13staging: rtl8723bs: clean up open ended linesRoss Schmidt 2020-11-13staging: rtl8723bs: clean up space before tabsRoss Schmidt 2020-11-13staging: rtl8723bs: clean up bracesRoss Schmidt 2020-11-13staging: rtl8723bs: clean up line spacingRoss Schmidt 2020-11-06staging: rtl8723bs: remove ADPT_FMT macroRoss Schmidt 2020-10-27staging: rtl8723bs: Rewrite comparison to NULLIzabela Bakollari 2020-10-05staging: rtl8723bs: replace RND4 with round_up()Ross Schmidt 2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long 2020-07-17staging: rtl*/security: Use static const in array declarationsJoe Perches 2020-05-19staging: rtl8723bs: Using comparison to true is error proneJohn Oldman 2020-03-25staging: rtl8723bs: Remove blank line before '}' braceSimran Singhal 2019-11-15staging: rtl8723bs: fix indentation issueColin Ian King 2019-10-26staging: rtl8723bs: Change tabs for spacesJavier F. Arias 2019-10-26staging: rtl8723bs: Fix function call formatJavier F. Arias 2019-10-26staging: rtl8723bs: Fix indentation warningsJavier F. Arias 2019-10-26staging: rtl8723bs: Remove commented codeJavier F. Arias 2019-10-26staging: rtl8723bs: Add spaces between operatorsJavier F. Arias 2019-10-26staging: rtl8723bs: Fix lines over 80 charactersJavier F. Arias 2019-10-26staging: rtl8723bs: Replace string with identifierJavier F. Arias 2019-10-07staging: rtl8723bs: Remove set but not used variable 'prwskeylen'zhengbin 2019-09-30staging: rtl8723bs: remove return statements from void functionsMichael Straube 2019-09-04Staging: rtl8723bs: Use kzfree rather than its implementationzhong jiang