-
Notifications
You must be signed in to change notification settings - Fork 14
[rlc-10/6.12.0-211.47.1.el10_2] Multiple patches tested (26 commits) #1556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ciq-kernel-automation
wants to merge
26
commits into
rlc-10/6.12.0-211.47.1.el10_2
Choose a base branch
from
{jallison-fips}_rlc-10/6.12.0-211.47.1.el10_2
base: rlc-10/6.12.0-211.47.1.el10_2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
1eb0f80
crypto: ecdh - implement FIPS PCT
jallisonciq 2830aab
crypto: essiv - Zeroize keys on exit in essiv_aead_setkey()
jason-rodri fb885bb
crypto: drbg - Align buffers to at least a cache line
kerneltoast d170483
mm/gup: introduce pin_user_pages_fast_only()
kerneltoast bce559a
crypto: rng - Convert crypto_default_rng_refcnt into an unsigned int
kerneltoast 207ebdb
crypto: rng - Fix priority inversions due to mutex locks
kerneltoast ed937bc
crypto: sha1 - Add FIPS known answer test for lib/crypto path
jallisonciq 6992a02
crypto: sha256 - Add FIPS known answer test for lib/crypto path
jallisonciq 8f43ea4
crypto: testmgr - block Crypto API xxhash64 in FIPS mode
jallisonciq b009a9f
When in fips mode, self-test errors must panic.
jallisonciq 454dc7f
When in fips mode, self-test errors must panic.
jallisonciq 2a8d7f9
In crypto_kdf108_ctr_generate() there is no minimum length check for …
jallisonciq 08455ae
crypto: Kconfig - Make CRYPTO_FIPS depend on the DRBG being built-in
jallisonciq 9bcfc9f
crypto: rng - Ensure set_ent is always present
herbertx 9ea284e
crypto: rng - Override drivers/char/random in FIPS mode
jallisonciq 84ce836
crypto: rng - Implement fast per-CPU DRBG instances
kerneltoast 5604cfc
random: Restrict extrng registration to init time
kerneltoast 670c8be
crypto: rng - Only allow the DRBG to register as "stdrng" in FIPS mode
kerneltoast 6367294
crypto: rng - Fix tabs vs spaces in the per-CPU DRBG code
kerneltoast 4aa4e02
crypto: rng - Make the per-CPU DRBG instances permanent
kerneltoast 8d22437
crypto: rng - Skip leading zero-length iovec segments
kerneltoast dc845a8
crypto: rng - Fix spurious EFAULT when the destination PTE is zapped
kerneltoast 1b6fdf9
Revert "mm/gup: reintroduce pin_user_pages_fast_only()"
kerneltoast 19cabdd
crypto: rng - Fix double percpu offset in local_unlock() calls
kerneltoast deb56da
Add CONFIG_CRYPTO_FIPS_CUSTOM_VERSION=y,
jallisonciq 6072e6f
Unset CRYPTO_JITTERENTROPY_MEMSIZE_2, set CRYPTO_JITTERENTROPY_MEMSIZ…
jallisonciq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
256?