databases/redis: Add MODULES option
Modules greatly extend the functionality of the Redis server. As a
starting point make the redisjson module available as an option. More
modules to follow.
Reported by: kalin.staykov at redis.com
[flang][NFC] Converted five tests from old lowering to new lowering (part 36) (#187628)
Tests converted from test/Lower/Intrinsics: maxloc.f90, maxval.f90,
merge.f90, merge_bits.f90, minloc.f90
[VPlan] Skip epilogue vectorization if dead after narrowing IGs. (#187016)
When narrowing interleave groups, the main vector loop processes IC
iterations instead of VF * IC. Update selectEpilogueVectorizationFactor
to use the effective VF, checking if the canonical IV controlling the
loop now steps by UF instead of VFxUF.
This avoids epilogue vectorization with dead epilogue vector loops and
also prevents crashes in cases where we can prove both the epilogue and
scalar loop are dead.
Fixes https://github.com/llvm/llvm-project/issues/186846
PR: https://github.com/llvm/llvm-project/pull/187016
[libc][NFC] Fix typo in file.cpp (#91192) (#187688)
Corrected language and spelling errors in a comment within file.cpp.
Credit GH user @iBlanket for identifying this typo.
NAS-140376 / 26.0.0-BETA.2 / Add fixture for enabling sudo auditing on CE (by anodos325) (#18526)
This commit adds test scaffolding so that we have better coverage of
sudo tests on single-node systems.
Original PR: https://github.com/truenas/middleware/pull/18523
Co-authored-by: Andrew Walker <andrew.walker at truenas.com>