Open
Conversation
lealem47
previously approved these changes
Mar 4, 2026
* add --enable-wolfentropy as a synonym for --enable-wolfEntropy; * avoid -Wno-deprecated-enum-enum-conversion when KERNEL_MODE_DEFAULTS, to work around old gcc with broken results from AX_CHECK_COMPILE_FLAG(); * rework help messages for several synonym options to refer to the canonical option (--enable-linuxkm-pie, --enable-kyber, --enable-dilithium, --enable-amdrand, --enable-entropy-memues).
* for aarch64/arm64, only add -mno-outline-atomics if the compiler supports it. * in ENABLED_LINUXKM_PIE setup, avoid -fPIE on arm32 <5.11 (missing reloc support). linuxkm/linuxkm_wc_port.h, linuxkm/module_hooks.c, and wolfcrypt/src/wc_port.c: gate interception of alt_cb_patch_nops() on kernel >= 6.1. linuxkm/linuxkm_wc_port.h: define WC_LINUXKM_SUPPORT_DUMP_TO_FILE implicitly when WC_SYM_RELOC_TABLES && DEBUG_LINUXKM_PIE_SUPPORT. linuxkm/module_hooks.c: fixes for text_dump_path and rodata_dump_path handler code.
… kernel_write() in kernels 3.9-4.13.
* skip pkcs12_test() if NO_SHA; * sha3_224_test(): fix error-path leak and possible uninited-read of shaCopy.
ca423ba to
1297a85
Compare
…ble-all` (PRB-single-flag.txt line 3).
Contributor
Author
|
retest this please |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
linuxkm/Kbuild:-mno-outline-atomicsif the compiler supports it.ENABLED_LINUXKM_PIEsetup, avoid-fPIEon arm32 <5.11 (missing reloc support).linuxkm/linuxkm_wc_port.h,linuxkm/module_hooks.c, andwolfcrypt/src/wc_port.c: gate interception ofalt_cb_patch_nops()on kernel >= 6.1.linuxkm/linuxkm_wc_port.h: defineWC_LINUXKM_SUPPORT_DUMP_TO_FILEimplicitly whenWC_SYM_RELOC_TABLES&&DEBUG_LINUXKM_PIE_SUPPORT.linuxkm/module_hooks.c: fixes fortext_dump_pathandrodata_dump_pathhandler code.configure.ac:--enable-wolfentropyas a synonym for--enable-wolfEntropy;-Wno-deprecated-enum-enum-conversionwhenKERNEL_MODE_DEFAULTS, to work around oldgccwith broken results fromAX_CHECK_COMPILE_FLAG();--enable-linuxkm-pie,--enable-kyber,--enable-dilithium,--enable-amdrand,--enable-entropy-memues).wolfcrypt/test/test.c: add FIPS gates around "Copy cleanup test" exercises added by 4713ad5 (#9829).tested with
and with a manual ARM32 linuxkm
make module-with-matching-fips-hash