]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.18-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 May 2022 14:44:20 +0000 (16:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 May 2022 14:44:20 +0000 (16:44 +0200)
commit56f4345999929227f1857ba99c24733009e890b5
treea787128f158e5b7bb487de6f041e04f8a228416f
parent7f27992b450cbf3ce09f2fe9c38ecb24bb0132b1
5.18-stable patches

added patches:
alpha-define-get_cycles-macro-for-arch-override.patch
arm-use-fallback-for-random_get_entropy-instead-of-zero.patch
ia64-define-get_cycles-macro-for-arch-override.patch
init-call-time_init-before-rand_initialize.patch
m68k-use-fallback-for-random_get_entropy-instead-of-zero.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-avoid-initializing-twice-in-credit-race.patch
random-check-for-signals-after-page-of-pool-writes.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-do-not-pretend-to-handle-premature-next-security-model.patch
random-do-not-use-batches-when-crng_ready.patch
random-do-not-use-input-pool-from-hard-irqs.patch
random-fix-sysctl-documentation-nits.patch
random-handle-latent-entropy-and-command-line-from-random_init.patch
random-help-compiler-out-with-fast_mix-by-using-simpler-arguments.patch
random-insist-on-random_get_entropy-existing-in-order-to-simplify.patch
random-make-consistent-use-of-buf-and-len.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-order-timer-entropy-functions-below-interrupt-functions.patch
random-remove-extern-from-functions-in-header.patch
random-remove-ratelimiting-for-in-kernel-unseeded-randomness.patch
random-unify-batched-entropy-implementations.patch
random-use-first-128-bits-of-input-as-fast-init.patch
random-use-proper-jiffies-comparison-macro.patch
random-use-proper-return-types-on-get_random_-int-long-_wait.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
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
44 files changed:
queue-5.18/alpha-define-get_cycles-macro-for-arch-override.patch [new file with mode: 0644]
queue-5.18/arm-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.18/ia64-define-get_cycles-macro-for-arch-override.patch [new file with mode: 0644]
queue-5.18/init-call-time_init-before-rand_initialize.patch [new file with mode: 0644]
queue-5.18/m68k-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.18/mips-use-fallback-for-random_get_entropy-instead-of-just-c0-random.patch [new file with mode: 0644]
queue-5.18/nios2-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.18/parisc-define-get_cycles-macro-for-arch-override.patch [new file with mode: 0644]
queue-5.18/powerpc-define-get_cycles-macro-for-arch-override.patch [new file with mode: 0644]
queue-5.18/random-avoid-initializing-twice-in-credit-race.patch [new file with mode: 0644]
queue-5.18/random-check-for-signals-after-page-of-pool-writes.patch [new file with mode: 0644]
queue-5.18/random-convert-to-using-fops-read_iter.patch [new file with mode: 0644]
queue-5.18/random-convert-to-using-fops-write_iter.patch [new file with mode: 0644]
queue-5.18/random-credit-architectural-init-the-exact-amount.patch [new file with mode: 0644]
queue-5.18/random-do-not-pretend-to-handle-premature-next-security-model.patch [new file with mode: 0644]
queue-5.18/random-do-not-use-batches-when-crng_ready.patch [new file with mode: 0644]
queue-5.18/random-do-not-use-input-pool-from-hard-irqs.patch [new file with mode: 0644]
queue-5.18/random-fix-sysctl-documentation-nits.patch [new file with mode: 0644]
queue-5.18/random-handle-latent-entropy-and-command-line-from-random_init.patch [new file with mode: 0644]
queue-5.18/random-help-compiler-out-with-fast_mix-by-using-simpler-arguments.patch [new file with mode: 0644]
queue-5.18/random-insist-on-random_get_entropy-existing-in-order-to-simplify.patch [new file with mode: 0644]
queue-5.18/random-make-consistent-use-of-buf-and-len.patch [new file with mode: 0644]
queue-5.18/random-move-initialization-functions-out-of-hot-pages.patch [new file with mode: 0644]
queue-5.18/random-move-initialization-out-of-reseeding-hot-path.patch [new file with mode: 0644]
queue-5.18/random-move-randomize_page-into-mm-where-it-belongs.patch [new file with mode: 0644]
queue-5.18/random-order-timer-entropy-functions-below-interrupt-functions.patch [new file with mode: 0644]
queue-5.18/random-remove-extern-from-functions-in-header.patch [new file with mode: 0644]
queue-5.18/random-remove-ratelimiting-for-in-kernel-unseeded-randomness.patch [new file with mode: 0644]
queue-5.18/random-unify-batched-entropy-implementations.patch [new file with mode: 0644]
queue-5.18/random-use-first-128-bits-of-input-as-fast-init.patch [new file with mode: 0644]
queue-5.18/random-use-proper-jiffies-comparison-macro.patch [new file with mode: 0644]
queue-5.18/random-use-proper-return-types-on-get_random_-int-long-_wait.patch [new file with mode: 0644]
queue-5.18/random-use-static-branch-for-crng_ready.patch [new file with mode: 0644]
queue-5.18/random-use-symbolic-constants-for-crng_init-states.patch [new file with mode: 0644]
queue-5.18/random-wire-up-fops-splice_-read-write-_iter.patch [new file with mode: 0644]
queue-5.18/riscv-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.18/s390-define-get_cycles-macro-for-arch-override.patch [new file with mode: 0644]
queue-5.18/series
queue-5.18/siphash-use-one-source-of-truth-for-siphash-permutations.patch [new file with mode: 0644]
queue-5.18/sparc-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.18/timekeeping-add-raw-clock-fallback-for-random_get_entropy.patch [new file with mode: 0644]
queue-5.18/um-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.18/x86-tsc-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]
queue-5.18/xtensa-use-fallback-for-random_get_entropy-instead-of-zero.patch [new file with mode: 0644]