20260604-asm-and-linuxkm-fixes#10600
Merged
Merged
Conversation
…rm/armv8-32-curve25519_c.c: fix MPI overflow in L_curve25519_inv_8, similar to fix in wolfSSL#10536 (efabd1844a).
…kallsyms_lookup_name(), moving wc_linuxkm_can_block() to where it's really needed in my_kallsyms_lookup_name().
…_H to avoid conflicts with linux/stddef.h, which is always included indirectly in linuxkm_wc_port.h (via linux/kernel.h); fix indentation in WOLFSSL_uITRON4 section.
… consistently, and add ELFv2 global-entry prologues.
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #10600
Scan targets checked: linuxkm-bugs, linuxkm-src, wolfcrypt-bugs, wolfcrypt-rs-bugs, wolfcrypt-src, wolfssl-bugs, wolfssl-src
No new issues found in the changed files. ✅
SparkiDev
approved these changes
Jun 5, 2026
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.
wolfcrypt/src/port/arm/armv8-32-curve25519.Sandwolfcrypt/src/port/arm/armv8-32-curve25519_c.c: fix MPI overflow inL_curve25519_inv_8, similar to fix in #10536 (efabd1844a).wolfcrypt/src/port/ppc64/ppc64-aes-asm.S: use TOC-relative addressing consistently, and add ELFv2 global-entry prologues. fixes runtime linker errors on #9852 (9c78fe2).wolfssl/wolfcrypt/settings.h: forWOLFSSL_LINUXKM, force onNO_STDDEF_Hto avoid conflicts withlinux/stddef.h, which is always included indirectly inlinuxkm_wc_port.h(vialinux/kernel.h); fix indentation inWOLFSSL_uITRON4section.linuxkm/module_hooks.c: tweakwc_linuxkm_malloc_usable_size()andmy_kallsyms_lookup_name(), movingwc_linuxkm_can_block()to where it's really needed inmy_kallsyms_lookup_name().fixes ARM32 asm
and ppc64 asm
Also fixes noise in some
wolfguard.kobuilds around redefinition ofoffsetof().detected by and tested with