]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 May 2022 17:18:46 +0000 (19:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 May 2022 17:18:46 +0000 (19:18 +0200)
commit28f1b055764fb257274f67c4163aeaa222daadaf
treecfa8e1acc8e3965bdc5bec15edae04fef84fe049
parent01d7ffec580aa483126899b8fff62917d0490dfa
5.10-stable patches

added patches:
alpha-define-get_cycles-macro-for-arch-override.patch
arm-use-fallback-for-random_get_entropy-instead-of-zero.patch
crypto-blake2s-add-comment-for-blake2s_state-fields.patch
crypto-blake2s-adjust-include-guard-naming.patch
crypto-blake2s-define-shash_alg-structs-using-macros.patch
crypto-blake2s-include-linux-bug.h-instead-of-asm-bug.h.patch
crypto-blake2s-move-update-and-final-logic-to-internal-blake2s.h.patch
crypto-blake2s-optimize-blake2s-initialization.patch
crypto-blake2s-remove-unneeded-includes.patch
crypto-blake2s-share-the-shash-api-boilerplate-code.patch
crypto-lib-blake2s-move-selftest-prototype-into-header-file.patch
crypto-x86-blake2s-define-shash_alg-structs-using-macros.patch
ia64-define-get_cycles-macro-for-arch-override.patch
init-call-time_init-before-rand_initialize.patch
lib-crypto-blake2s-avoid-indirect-calls-to-compression-function-for-clang-cfi.patch
lib-crypto-blake2s-include-as-built-in.patch
lib-crypto-blake2s-move-hmac-construction-into-wireguard.patch
lib-crypto-sha1-re-roll-loops-to-reduce-code-size.patch
m68k-use-fallback-for-random_get_entropy-instead-of-zero.patch
maintainers-add-git-tree-for-random.c.patch
maintainers-co-maintain-random.c.patch
mips-use-fallback-for-random_get_entropy-instead-of-just-c0-random.patch
nios2-use-fallback-for-random_get_entropy-instead-of-zero.patch
parisc-define-get_cycles-macro-for-arch-override.patch
powerpc-define-get_cycles-macro-for-arch-override.patch
random-absorb-fast-pool-into-input-pool-after-fast-load.patch
random-access-input_pool_data-directly-rather-than-through-pointer.patch
random-access-primary_pool-directly-rather-than-through-pointer.patch
random-add-proper-spdx-header.patch
random-allow-partial-reads-if-later-user-copies-fail.patch
random-always-wake-up-entropy-writers-after-extraction.patch
random-avoid-arch_get_random_seed_long-when-collecting-irq-randomness.patch
random-avoid-initializing-twice-in-credit-race.patch
random-avoid-superfluous-call-to-rdrand-in-crng-extraction.patch
random-check-for-crng_init-0-in-add_device_randomness.patch
random-check-for-signal-and-try-earlier-when-generating-entropy.patch
random-check-for-signal_pending-outside-of-need_resched-check.patch
random-check-for-signals-after-page-of-pool-writes.patch
random-check-for-signals-every-page_size-chunk-of-dev-random.patch
random-cleanup-fractional-entropy-shift-constants.patch
random-cleanup-integer-types.patch
random-cleanup-poolinfo-abstraction.patch
random-cleanup-uuid-handling.patch
random-clear-fast-pool-crng-and-batches-in-cpuhp-bring-up.patch
random-continually-use-hwgenerator-randomness.patch
random-convert-to-using-fops-read_iter.patch
random-convert-to-using-fops-write_iter.patch
random-credit-architectural-init-the-exact-amount.patch
random-de-duplicate-input_pool-constants.patch
random-defer-fast-pool-mixing-to-worker.patch
random-deobfuscate-irq-u32-u64-contributions.patch
random-do-crng-pre-init-loading-in-worker-rather-than-irq.patch
random-do-not-allow-user-to-keep-crng-key-around-on-stack.patch
random-do-not-pretend-to-handle-premature-next-security-model.patch
random-do-not-re-init-if-crng_reseed-completes-before-primary-init.patch
random-do-not-sign-extend-bytes-for-rotation-when-mixing.patch
random-do-not-split-fast-init-input-in-add_hwgenerator_randomness.patch
random-do-not-take-pool-spinlock-at-boot.patch
random-do-not-use-batches-when-crng_ready.patch
random-do-not-use-input-pool-from-hard-irqs.patch
random-do-not-xor-rdrand-when-writing-into-dev-random.patch
random-document-add_hwgenerator_randomness-with-other-input-functions.patch
random-document-crng_fast_key_erasure-destination-possibility.patch
random-don-t-let-644-read-only-sysctls-be-written-to.patch
random-don-t-reset-crng_init_cnt-on-urandom_read.patch
random-early-initialization-of-chacha-constants.patch
random-ensure-early-rdseed-goes-through-mixer-on-init.patch
random-fix-locking-for-crng_init-in-crng_reseed.patch
random-fix-locking-in-crng_fast_load.patch
random-fix-sysctl-documentation-nits.patch
random-fix-typo-in-comments.patch
random-get-rid-of-secondary-crngs.patch
random-give-sysctl_random_min_urandom_seed-a-more-sensible-value.patch
random-group-crng-functions.patch
random-group-entropy-collection-functions.patch
random-group-entropy-extraction-functions.patch
random-group-initialization-wait-functions.patch
random-group-sysctl-functions.patch
random-group-userspace-read-write-functions.patch
random-handle-latent-entropy-and-command-line-from-random_init.patch
random-harmonize-crng-init-done-messages.patch
random-help-compiler-out-with-fast_mix-by-using-simpler-arguments.patch
random-inline-leaves-of-rand_initialize.patch
random-insist-on-random_get_entropy-existing-in-order-to-simplify.patch
random-introduce-drain_entropy-helper-to-declutter-crng_reseed.patch
random-make-consistent-usage-of-crng_ready.patch
random-make-consistent-use-of-buf-and-len.patch
random-make-credit_entropy_bits-always-safe.patch
random-make-more-consistent-use-of-integer-types.patch
random-make-random_get_entropy-return-an-unsigned-long.patch
random-mix-bootloader-randomness-into-pool.patch
random-mix-build-time-latent-entropy-into-pool-at-init.patch
random-move-initialization-functions-out-of-hot-pages.patch
random-move-initialization-out-of-reseeding-hot-path.patch
random-move-randomize_page-into-mm-where-it-belongs.patch
random-only-call-crng_finalize_init-for-primary_crng.patch
random-only-wake-up-writers-after-zap-if-threshold-was-passed.patch
random-order-timer-entropy-functions-below-interrupt-functions.patch
random-prepend-remaining-pool-constants-with-pool_.patch
random-pull-add_hwgenerator_randomness-declaration-into-random.h.patch
random-rather-than-entropy_store-abstraction-use-global.patch
random-re-add-removed-comment-about-get_random_-u32-u64-reseeding.patch
random-remove-batched-entropy-locking.patch
random-remove-dead-code-left-over-from-blocking-pool.patch
random-remove-extern-from-functions-in-header.patch
random-remove-ifdef-d-out-interrupt-bench.patch
random-remove-incomplete-last_data-logic.patch
random-remove-outdated-int_max-6-check-in-urandom_read.patch
random-remove-ratelimiting-for-in-kernel-unseeded-randomness.patch
random-remove-unused-extract_entropy-reserved-argument.patch
random-remove-unused-irq_flags-argument-from-add_interrupt_randomness.patch
random-remove-unused-output_pool-constants.patch
random-remove-unused-tracepoints.patch
random-remove-use_input_pool-parameter-from-crng_reseed.patch
random-remove-useless-header-comment.patch
random-remove-whitespace-and-reorder-includes.patch
random-replace-custom-notifier-chain-with-standard-one.patch
random-reseed-more-often-immediately-after-booting.patch
random-rewrite-header-introductory-comment.patch
random-round-robin-registers-as-ulong-not-u32.patch
random-selectively-clang-format-where-it-makes-sense.patch
random-simplify-arithmetic-function-flow-in-account.patch
random-simplify-entropy-debiting.patch
random-skip-fast_init-if-hwrng-provides-large-chunk-of-entropy.patch
random-tie-batched-entropy-generation-to-base_crng-generation.patch
random-treat-bootloader-trust-toggle-the-same-way-as-cpu-trust-toggle.patch
random-unify-batched-entropy-implementations.patch
random-unify-cycles_t-and-jiffies-usage-and-types.patch
random-unify-early-init-crng-load-accounting.patch
random-use-blake2s-instead-of-sha1-in-extraction.patch
random-use-computational-hash-for-entropy-extraction.patch
random-use-first-128-bits-of-input-as-fast-init.patch
random-use-hash-function-for-crng_slow_load.patch
random-use-is_enabled-config_numa-instead-of-ifdefs.patch
random-use-linear-min-entropy-accumulation-crediting.patch
random-use-proper-jiffies-comparison-macro.patch
random-use-proper-return-types-on-get_random_-int-long-_wait.patch
random-use-rdseed-instead-of-rdrand-in-entropy-extraction.patch
random-use-simpler-fast-key-erasure-flow-on-per-cpu-keys.patch
random-use-siphash-as-interrupt-entropy-accumulator.patch
random-use-static-branch-for-crng_ready.patch
random-use-symbolic-constants-for-crng_init-states.patch
random-wire-up-fops-splice_-read-write-_iter.patch
random-zero-buffer-after-reading-entropy-from-userspace.patch
riscv-use-fallback-for-random_get_entropy-instead-of-zero.patch
s390-define-get_cycles-macro-for-arch-override.patch
siphash-use-one-source-of-truth-for-siphash-permutations.patch
sparc-use-fallback-for-random_get_entropy-instead-of-zero.patch
timekeeping-add-raw-clock-fallback-for-random_get_entropy.patch
um-use-fallback-for-random_get_entropy-instead-of-zero.patch
x86-tsc-use-fallback-for-random_get_entropy-instead-of-zero.patch
xtensa-use-fallback-for-random_get_entropy-instead-of-zero.patch
153 files changed:
queue-5.10/alpha-define-get_cycles-macro-for-arch-override.patch [new file with mode: 0644]
queue-5.10/arm-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.10/crypto-blake2s-add-comment-for-blake2s_state-fields.patch [new file with mode: 0644]
queue-5.10/crypto-blake2s-adjust-include-guard-naming.patch [new file with mode: 0644]
queue-5.10/crypto-blake2s-define-shash_alg-structs-using-macros.patch [new file with mode: 0644]
queue-5.10/crypto-blake2s-include-linux-bug.h-instead-of-asm-bug.h.patch [new file with mode: 0644]
queue-5.10/crypto-blake2s-move-update-and-final-logic-to-internal-blake2s.h.patch [new file with mode: 0644]
queue-5.10/crypto-blake2s-optimize-blake2s-initialization.patch [new file with mode: 0644]
queue-5.10/crypto-blake2s-remove-unneeded-includes.patch [new file with mode: 0644]
queue-5.10/crypto-blake2s-share-the-shash-api-boilerplate-code.patch [new file with mode: 0644]
queue-5.10/crypto-lib-blake2s-move-selftest-prototype-into-header-file.patch [new file with mode: 0644]
queue-5.10/crypto-x86-blake2s-define-shash_alg-structs-using-macros.patch [new file with mode: 0644]
queue-5.10/ia64-define-get_cycles-macro-for-arch-override.patch [new file with mode: 0644]
queue-5.10/init-call-time_init-before-rand_initialize.patch [new file with mode: 0644]
queue-5.10/lib-crypto-blake2s-avoid-indirect-calls-to-compression-function-for-clang-cfi.patch [new file with mode: 0644]
queue-5.10/lib-crypto-blake2s-include-as-built-in.patch [new file with mode: 0644]
queue-5.10/lib-crypto-blake2s-move-hmac-construction-into-wireguard.patch [new file with mode: 0644]
queue-5.10/lib-crypto-sha1-re-roll-loops-to-reduce-code-size.patch [new file with mode: 0644]
queue-5.10/m68k-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.10/maintainers-add-git-tree-for-random.c.patch [new file with mode: 0644]
queue-5.10/maintainers-co-maintain-random.c.patch [new file with mode: 0644]
queue-5.10/mips-use-fallback-for-random_get_entropy-instead-of-just-c0-random.patch [new file with mode: 0644]
queue-5.10/nios2-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.10/parisc-define-get_cycles-macro-for-arch-override.patch [new file with mode: 0644]
queue-5.10/powerpc-define-get_cycles-macro-for-arch-override.patch [new file with mode: 0644]
queue-5.10/random-absorb-fast-pool-into-input-pool-after-fast-load.patch [new file with mode: 0644]
queue-5.10/random-access-input_pool_data-directly-rather-than-through-pointer.patch [new file with mode: 0644]
queue-5.10/random-access-primary_pool-directly-rather-than-through-pointer.patch [new file with mode: 0644]
queue-5.10/random-add-proper-spdx-header.patch [new file with mode: 0644]
queue-5.10/random-allow-partial-reads-if-later-user-copies-fail.patch [new file with mode: 0644]
queue-5.10/random-always-wake-up-entropy-writers-after-extraction.patch [new file with mode: 0644]
queue-5.10/random-avoid-arch_get_random_seed_long-when-collecting-irq-randomness.patch [new file with mode: 0644]
queue-5.10/random-avoid-initializing-twice-in-credit-race.patch [new file with mode: 0644]
queue-5.10/random-avoid-superfluous-call-to-rdrand-in-crng-extraction.patch [new file with mode: 0644]
queue-5.10/random-check-for-crng_init-0-in-add_device_randomness.patch [new file with mode: 0644]
queue-5.10/random-check-for-signal-and-try-earlier-when-generating-entropy.patch [new file with mode: 0644]
queue-5.10/random-check-for-signal_pending-outside-of-need_resched-check.patch [new file with mode: 0644]
queue-5.10/random-check-for-signals-after-page-of-pool-writes.patch [new file with mode: 0644]
queue-5.10/random-check-for-signals-every-page_size-chunk-of-dev-random.patch [new file with mode: 0644]
queue-5.10/random-cleanup-fractional-entropy-shift-constants.patch [new file with mode: 0644]
queue-5.10/random-cleanup-integer-types.patch [new file with mode: 0644]
queue-5.10/random-cleanup-poolinfo-abstraction.patch [new file with mode: 0644]
queue-5.10/random-cleanup-uuid-handling.patch [new file with mode: 0644]
queue-5.10/random-clear-fast-pool-crng-and-batches-in-cpuhp-bring-up.patch [new file with mode: 0644]
queue-5.10/random-continually-use-hwgenerator-randomness.patch [new file with mode: 0644]
queue-5.10/random-convert-to-using-fops-read_iter.patch [new file with mode: 0644]
queue-5.10/random-convert-to-using-fops-write_iter.patch [new file with mode: 0644]
queue-5.10/random-credit-architectural-init-the-exact-amount.patch [new file with mode: 0644]
queue-5.10/random-de-duplicate-input_pool-constants.patch [new file with mode: 0644]
queue-5.10/random-defer-fast-pool-mixing-to-worker.patch [new file with mode: 0644]
queue-5.10/random-deobfuscate-irq-u32-u64-contributions.patch [new file with mode: 0644]
queue-5.10/random-do-crng-pre-init-loading-in-worker-rather-than-irq.patch [new file with mode: 0644]
queue-5.10/random-do-not-allow-user-to-keep-crng-key-around-on-stack.patch [new file with mode: 0644]
queue-5.10/random-do-not-pretend-to-handle-premature-next-security-model.patch [new file with mode: 0644]
queue-5.10/random-do-not-re-init-if-crng_reseed-completes-before-primary-init.patch [new file with mode: 0644]
queue-5.10/random-do-not-sign-extend-bytes-for-rotation-when-mixing.patch [new file with mode: 0644]
queue-5.10/random-do-not-split-fast-init-input-in-add_hwgenerator_randomness.patch [new file with mode: 0644]
queue-5.10/random-do-not-take-pool-spinlock-at-boot.patch [new file with mode: 0644]
queue-5.10/random-do-not-use-batches-when-crng_ready.patch [new file with mode: 0644]
queue-5.10/random-do-not-use-input-pool-from-hard-irqs.patch [new file with mode: 0644]
queue-5.10/random-do-not-xor-rdrand-when-writing-into-dev-random.patch [new file with mode: 0644]
queue-5.10/random-document-add_hwgenerator_randomness-with-other-input-functions.patch [new file with mode: 0644]
queue-5.10/random-document-crng_fast_key_erasure-destination-possibility.patch [new file with mode: 0644]
queue-5.10/random-don-t-let-644-read-only-sysctls-be-written-to.patch [new file with mode: 0644]
queue-5.10/random-don-t-reset-crng_init_cnt-on-urandom_read.patch [new file with mode: 0644]
queue-5.10/random-early-initialization-of-chacha-constants.patch [new file with mode: 0644]
queue-5.10/random-ensure-early-rdseed-goes-through-mixer-on-init.patch [new file with mode: 0644]
queue-5.10/random-fix-locking-for-crng_init-in-crng_reseed.patch [new file with mode: 0644]
queue-5.10/random-fix-locking-in-crng_fast_load.patch [new file with mode: 0644]
queue-5.10/random-fix-sysctl-documentation-nits.patch [new file with mode: 0644]
queue-5.10/random-fix-typo-in-comments.patch [new file with mode: 0644]
queue-5.10/random-get-rid-of-secondary-crngs.patch [new file with mode: 0644]
queue-5.10/random-give-sysctl_random_min_urandom_seed-a-more-sensible-value.patch [new file with mode: 0644]
queue-5.10/random-group-crng-functions.patch [new file with mode: 0644]
queue-5.10/random-group-entropy-collection-functions.patch [new file with mode: 0644]
queue-5.10/random-group-entropy-extraction-functions.patch [new file with mode: 0644]
queue-5.10/random-group-initialization-wait-functions.patch [new file with mode: 0644]
queue-5.10/random-group-sysctl-functions.patch [new file with mode: 0644]
queue-5.10/random-group-userspace-read-write-functions.patch [new file with mode: 0644]
queue-5.10/random-handle-latent-entropy-and-command-line-from-random_init.patch [new file with mode: 0644]
queue-5.10/random-harmonize-crng-init-done-messages.patch [new file with mode: 0644]
queue-5.10/random-help-compiler-out-with-fast_mix-by-using-simpler-arguments.patch [new file with mode: 0644]
queue-5.10/random-inline-leaves-of-rand_initialize.patch [new file with mode: 0644]
queue-5.10/random-insist-on-random_get_entropy-existing-in-order-to-simplify.patch [new file with mode: 0644]
queue-5.10/random-introduce-drain_entropy-helper-to-declutter-crng_reseed.patch [new file with mode: 0644]
queue-5.10/random-make-consistent-usage-of-crng_ready.patch [new file with mode: 0644]
queue-5.10/random-make-consistent-use-of-buf-and-len.patch [new file with mode: 0644]
queue-5.10/random-make-credit_entropy_bits-always-safe.patch [new file with mode: 0644]
queue-5.10/random-make-more-consistent-use-of-integer-types.patch [new file with mode: 0644]
queue-5.10/random-make-random_get_entropy-return-an-unsigned-long.patch [new file with mode: 0644]
queue-5.10/random-mix-bootloader-randomness-into-pool.patch [new file with mode: 0644]
queue-5.10/random-mix-build-time-latent-entropy-into-pool-at-init.patch [new file with mode: 0644]
queue-5.10/random-move-initialization-functions-out-of-hot-pages.patch [new file with mode: 0644]
queue-5.10/random-move-initialization-out-of-reseeding-hot-path.patch [new file with mode: 0644]
queue-5.10/random-move-randomize_page-into-mm-where-it-belongs.patch [new file with mode: 0644]
queue-5.10/random-only-call-crng_finalize_init-for-primary_crng.patch [new file with mode: 0644]
queue-5.10/random-only-wake-up-writers-after-zap-if-threshold-was-passed.patch [new file with mode: 0644]
queue-5.10/random-order-timer-entropy-functions-below-interrupt-functions.patch [new file with mode: 0644]
queue-5.10/random-prepend-remaining-pool-constants-with-pool_.patch [new file with mode: 0644]
queue-5.10/random-pull-add_hwgenerator_randomness-declaration-into-random.h.patch [new file with mode: 0644]
queue-5.10/random-rather-than-entropy_store-abstraction-use-global.patch [new file with mode: 0644]
queue-5.10/random-re-add-removed-comment-about-get_random_-u32-u64-reseeding.patch [new file with mode: 0644]
queue-5.10/random-remove-batched-entropy-locking.patch [new file with mode: 0644]
queue-5.10/random-remove-dead-code-left-over-from-blocking-pool.patch [new file with mode: 0644]
queue-5.10/random-remove-extern-from-functions-in-header.patch [new file with mode: 0644]
queue-5.10/random-remove-ifdef-d-out-interrupt-bench.patch [new file with mode: 0644]
queue-5.10/random-remove-incomplete-last_data-logic.patch [new file with mode: 0644]
queue-5.10/random-remove-outdated-int_max-6-check-in-urandom_read.patch [new file with mode: 0644]
queue-5.10/random-remove-ratelimiting-for-in-kernel-unseeded-randomness.patch [new file with mode: 0644]
queue-5.10/random-remove-unused-extract_entropy-reserved-argument.patch [new file with mode: 0644]
queue-5.10/random-remove-unused-irq_flags-argument-from-add_interrupt_randomness.patch [new file with mode: 0644]
queue-5.10/random-remove-unused-output_pool-constants.patch [new file with mode: 0644]
queue-5.10/random-remove-unused-tracepoints.patch [new file with mode: 0644]
queue-5.10/random-remove-use_input_pool-parameter-from-crng_reseed.patch [new file with mode: 0644]
queue-5.10/random-remove-useless-header-comment.patch [new file with mode: 0644]
queue-5.10/random-remove-whitespace-and-reorder-includes.patch [new file with mode: 0644]
queue-5.10/random-replace-custom-notifier-chain-with-standard-one.patch [new file with mode: 0644]
queue-5.10/random-reseed-more-often-immediately-after-booting.patch [new file with mode: 0644]
queue-5.10/random-rewrite-header-introductory-comment.patch [new file with mode: 0644]
queue-5.10/random-round-robin-registers-as-ulong-not-u32.patch [new file with mode: 0644]
queue-5.10/random-selectively-clang-format-where-it-makes-sense.patch [new file with mode: 0644]
queue-5.10/random-simplify-arithmetic-function-flow-in-account.patch [new file with mode: 0644]
queue-5.10/random-simplify-entropy-debiting.patch [new file with mode: 0644]
queue-5.10/random-skip-fast_init-if-hwrng-provides-large-chunk-of-entropy.patch [new file with mode: 0644]
queue-5.10/random-tie-batched-entropy-generation-to-base_crng-generation.patch [new file with mode: 0644]
queue-5.10/random-treat-bootloader-trust-toggle-the-same-way-as-cpu-trust-toggle.patch [new file with mode: 0644]
queue-5.10/random-unify-batched-entropy-implementations.patch [new file with mode: 0644]
queue-5.10/random-unify-cycles_t-and-jiffies-usage-and-types.patch [new file with mode: 0644]
queue-5.10/random-unify-early-init-crng-load-accounting.patch [new file with mode: 0644]
queue-5.10/random-use-blake2s-instead-of-sha1-in-extraction.patch [new file with mode: 0644]
queue-5.10/random-use-computational-hash-for-entropy-extraction.patch [new file with mode: 0644]
queue-5.10/random-use-first-128-bits-of-input-as-fast-init.patch [new file with mode: 0644]
queue-5.10/random-use-hash-function-for-crng_slow_load.patch [new file with mode: 0644]
queue-5.10/random-use-is_enabled-config_numa-instead-of-ifdefs.patch [new file with mode: 0644]
queue-5.10/random-use-linear-min-entropy-accumulation-crediting.patch [new file with mode: 0644]
queue-5.10/random-use-proper-jiffies-comparison-macro.patch [new file with mode: 0644]
queue-5.10/random-use-proper-return-types-on-get_random_-int-long-_wait.patch [new file with mode: 0644]
queue-5.10/random-use-rdseed-instead-of-rdrand-in-entropy-extraction.patch [new file with mode: 0644]
queue-5.10/random-use-simpler-fast-key-erasure-flow-on-per-cpu-keys.patch [new file with mode: 0644]
queue-5.10/random-use-siphash-as-interrupt-entropy-accumulator.patch [new file with mode: 0644]
queue-5.10/random-use-static-branch-for-crng_ready.patch [new file with mode: 0644]
queue-5.10/random-use-symbolic-constants-for-crng_init-states.patch [new file with mode: 0644]
queue-5.10/random-wire-up-fops-splice_-read-write-_iter.patch [new file with mode: 0644]
queue-5.10/random-zero-buffer-after-reading-entropy-from-userspace.patch [new file with mode: 0644]
queue-5.10/riscv-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.10/s390-define-get_cycles-macro-for-arch-override.patch [new file with mode: 0644]
queue-5.10/series
queue-5.10/siphash-use-one-source-of-truth-for-siphash-permutations.patch [new file with mode: 0644]
queue-5.10/sparc-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.10/timekeeping-add-raw-clock-fallback-for-random_get_entropy.patch [new file with mode: 0644]
queue-5.10/um-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.10/x86-tsc-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.10/xtensa-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]