[crac] RFR: 8372863: [CRaC] Fix glibc IFUNC for AVX_Fast_Unaligned_Load [v5]
Jan Kratochvil
jkratochvil at openjdk.org
Wed Dec 3 18:59:04 UTC 2025
> glibc derives `AVX_Fast_Unaligned_Load` from CPU features but it is based on hardware CPU features and so disabling a CPU feature required for `AVX_Fast_Unaligned_Load` will not disable `AVX_Fast_Unaligned_Load` itself and it needs an explicit `GLIBC_TUNABLES` environment variable disabling.
>
> There is a whole such category of 'preferred' bits. I hope no other bit causes crash (as they are there primarily for performance benefits) but that should be still verified.
Jan Kratochvil has updated the pull request incrementally with one additional commit since the last revision:
make AVX_Fast_Unaligned_Load lowercase as required
-------------
Changes:
- all: https://git.openjdk.org/crac/pull/277/files
- new: https://git.openjdk.org/crac/pull/277/files/1d3aac02..8951ab0b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=crac&pr=277&range=04
- incr: https://webrevs.openjdk.org/?repo=crac&pr=277&range=03-04
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/crac/pull/277.diff
Fetch: git fetch https://git.openjdk.org/crac.git pull/277/head:pull/277
PR: https://git.openjdk.org/crac/pull/277
More information about the crac-dev
mailing list