]>
git.ipfire.org Git - thirdparty/kernel/stable-queue.git/log
Greg Kroah-Hartman [Fri, 17 Jun 2022 07:01:01 +0000 (09:01 +0200)]
4.19-stable patches
added patches:
alpha-define-get_cycles-macro-for-arch-override.patch
arm-use-fallback-for-random_get_entropy-instead-of-zero.patch
char-random-add-a-newline-at-the-end-of-the-file.patch
char-random-silence-a-lockdep-splat-with-printk.patch
crypto-blake2s-adjust-include-guard-naming.patch
crypto-blake2s-generic-c-library-implementation-and-selftest.patch
crypto-blake2s-include-linux-bug.h-instead-of-asm-bug.h.patch
crypto-drbg-add-fips-140-2-ctrng-for-noise-source.patch
crypto-drbg-always-seeded-with-sp800-90b-compliant-noise-source.patch
crypto-drbg-always-try-to-free-jitter-rng-instance.patch
crypto-drbg-make-reseeding-from-get_random_bytes-synchronous.patch
crypto-drbg-move-dynamic-reseed_threshold-adjustments-to-__drbg_seed.patch
crypto-drbg-prepare-for-more-fine-grained-tracking-of-seeding-state.patch
crypto-drbg-track-whether-drbg-was-seeded-with-rng_is_initialized.patch
drivers-char-random.c-constify-poolinfo_table.patch
drivers-char-random.c-make-primary_crng-static.patch
drivers-char-random.c-remove-unused-stuct-poolinfo-poolbits.patch
fdt-add-support-for-rng-seed.patch
ia64-define-get_cycles-macro-for-arch-override.patch
init-call-time_init-before-rand_initialize.patch
latent_entropy-avoid-build-error-when-plugin-cflags-are-not-set.patch
lib-crypto-blake2s-move-hmac-construction-into-wireguard.patch
lib-crypto-sha1-re-roll-loops-to-reduce-code-size.patch
linux-random.h-mark-config_arch_random-functions-__must_check.patch
linux-random.h-remove-arch_has_random-arch_has_random_seed.patch
linux-random.h-use-false-with-bool.patch
m68k-use-fallback-for-random_get_entropy-instead-of-zero.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
powerpc-remove-arch_has_random-arch_has_random_seed.patch
powerpc-use-bool-in-archrandom.h.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-account-for-arch-randomness-in-bits.patch
random-add-a-urandom_read_nowait-for-random-apis-that-don-t-warn.patch
random-add-and-use-pr_fmt.patch
random-add-arch_get_random_-long_early.patch
random-add-grnd_insecure-to-return-best-effort-non-cryptographic-bytes.patch
random-add-proper-spdx-header.patch
random-always-wake-up-entropy-writers-after-extraction.patch
random-avoid-arch_get_random_seed_long-when-collecting-irq-randomness.patch
random-avoid-checking-crng_ready-twice-in-random_init.patch
random-avoid-initializing-twice-in-credit-race.patch
random-avoid-superfluous-call-to-rdrand-in-crng-extraction.patch
random-avoid-warnings-for-config_numa-builds.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-entropy_bits-for-better-code-readability.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-delete-code-to-pull-data-into-pools.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-document-get_random_int-family.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-don-t-wake-crng_init_wait-when-crng_init-1.patch
random-early-initialization-of-chacha-constants.patch
random-ensure-early-rdseed-goes-through-mixer-on-init.patch
random-fix-crash-on-multiple-early-calls-to-add_bootloader_randomness.patch
random-fix-locking-in-crng_fast_load.patch
random-fix-soft-lockup-when-trying-to-read-from-an-uninitialized-blocking-pool.patch
random-fix-sysctl-documentation-nits.patch
random-fix-typo-in-add_timer_randomness.patch
random-fix-typo-in-comments.patch
random-give-sysctl_random_min_urandom_seed-a-more-sensible-value.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-ignore-grnd_random-in-getentropy-2.patch
random-initialize-chacha20-constants-with-correct-endianness.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-credit_entropy_bits-always-safe.patch
random-make-dev-random-be-almost-like-dev-urandom.patch
random-make-random_get_entropy-return-an-unsigned-long.patch
random-mark-bootloader-randomness-code-as-__init.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-rand_initialize-earlier.patch
random-move-randomize_page-into-mm-where-it-belongs.patch
random-only-call-crng_finalize_init-for-primary_crng.patch
random-only-read-from-dev-random-after-its-pool-has-received-128-bits.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-kernel.random.read_wakeup_threshold.patch
random-remove-outdated-int_max-6-check-in-urandom_read.patch
random-remove-ratelimiting-for-in-kernel-unseeded-randomness.patch
random-remove-some-dead-code-of-poolinfo.patch
random-remove-the-blocking-pool.patch
random-remove-unnecessary-unlikely.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-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-split-primary-secondary-crng-init-paths.patch
random-support-freezable-kthreads-in-add_hwgenerator_randomness.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-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-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-siphash-as-interrupt-entropy-accumulator.patch
random-use-static-branch-for-crng_ready.patch
random-use-symbolic-constants-for-crng_init-states.patch
random-use-wait_event_freezable-in-add_hwgenerator_randomness.patch
random-wire-up-fops-splice_-read-write-_iter.patch
random-zero-buffer-after-reading-entropy-from-userspace.patch
revert-hwrng-core-freeze-khwrng-thread-during-suspend.patch
revert-random-use-static-branch-for-crng_ready.patch
s390-define-get_cycles-macro-for-arch-override.patch
s390-remove-arch_has_random-arch_has_random_seed.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-remove-arch_has_random-arch_has_random_seed.patch
x86-tsc-use-fallback-for-random_get_entropy-instead-of-zero.patch
xtensa-use-fallback-for-random_get_entropy-instead-of-zero.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 17:10:11 +0000 (19:10 +0200)]
4.14-stable patches
added patches:
alpha-define-get_cycles-macro-for-arch-override.patch
arm-use-fallback-for-random_get_entropy-instead-of-zero.patch
char-random-add-a-newline-at-the-end-of-the-file.patch
char-random-silence-a-lockdep-splat-with-printk.patch
crypto-blake2s-adjust-include-guard-naming.patch
crypto-blake2s-generic-c-library-implementation-and-selftest.patch
crypto-blake2s-include-linux-bug.h-instead-of-asm-bug.h.patch
crypto-chacha20-fix-chacha20_block-keystream-alignment-again.patch
crypto-chacha20-fix-keystream-alignment-for-chacha20_block.patch
crypto-deduplicate-le32_to_cpu_array-and-cpu_to_le32_array.patch
crypto-drbg-add-fips-140-2-ctrng-for-noise-source.patch
crypto-drbg-always-seeded-with-sp800-90b-compliant-noise-source.patch
crypto-drbg-always-try-to-free-jitter-rng-instance.patch
crypto-drbg-make-reseeding-from-get_random_bytes-synchronous.patch
crypto-drbg-move-dynamic-reseed_threshold-adjustments-to-__drbg_seed.patch
crypto-drbg-prepare-for-more-fine-grained-tracking-of-seeding-state.patch
crypto-drbg-track-whether-drbg-was-seeded-with-rng_is_initialized.patch
drivers-char-random.c-constify-poolinfo_table.patch
drivers-char-random.c-make-primary_crng-static.patch
drivers-char-random.c-remove-unused-dont_count_entropy.patch
drivers-char-random.c-remove-unused-stuct-poolinfo-poolbits.patch
fdt-add-support-for-rng-seed.patch
ia64-define-get_cycles-macro-for-arch-override.patch
init-call-time_init-before-rand_initialize.patch
latent_entropy-avoid-build-error-when-plugin-cflags-are-not-set.patch
lib-crypto-blake2s-move-hmac-construction-into-wireguard.patch
lib-crypto-sha1-re-roll-loops-to-reduce-code-size.patch
linux-random.h-mark-config_arch_random-functions-__must_check.patch
linux-random.h-remove-arch_has_random-arch_has_random_seed.patch
linux-random.h-use-false-with-bool.patch
m68k-use-fallback-for-random_get_entropy-instead-of-zero.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
powerpc-remove-arch_has_random-arch_has_random_seed.patch
powerpc-use-bool-in-archrandom.h.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-account-for-arch-randomness-in-bits.patch
random-add-a-config-option-to-trust-the-cpu-s-hwrng.patch
random-add-a-urandom_read_nowait-for-random-apis-that-don-t-warn.patch
random-add-and-use-pr_fmt.patch
random-add-arch_get_random_-long_early.patch
random-add-grnd_insecure-to-return-best-effort-non-cryptographic-bytes.patch
random-add-proper-spdx-header.patch
random-always-fill-buffer-in-get_random_bytes_wait.patch
random-always-wake-up-entropy-writers-after-extraction.patch
random-avoid-arch_get_random_seed_long-when-collecting-irq-randomness.patch
random-avoid-checking-crng_ready-twice-in-random_init.patch
random-avoid-initializing-twice-in-credit-race.patch
random-avoid-superfluous-call-to-rdrand-in-crng-extraction.patch
random-avoid-warnings-for-config_numa-builds.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-entropy_bits-for-better-code-readability.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-delete-code-to-pull-data-into-pools.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-document-get_random_int-family.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-don-t-wake-crng_init_wait-when-crng_init-1.patch
random-early-initialization-of-chacha-constants.patch
random-ensure-early-rdseed-goes-through-mixer-on-init.patch
random-fix-crash-on-multiple-early-calls-to-add_bootloader_randomness.patch
random-fix-locking-in-crng_fast_load.patch
random-fix-soft-lockup-when-trying-to-read-from-an-uninitialized-blocking-pool.patch
random-fix-sysctl-documentation-nits.patch
random-fix-typo-in-add_timer_randomness.patch
random-fix-typo-in-comments.patch
random-fix-whitespace-pre-random-bytes-work.patch
random-give-sysctl_random_min_urandom_seed-a-more-sensible-value.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-ignore-grnd_random-in-getentropy-2.patch
random-initialize-chacha20-constants-with-correct-endianness.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-cpu-trust-a-boot-parameter.patch
random-make-credit_entropy_bits-always-safe.patch
random-make-crng-state-queryable.patch
random-make-dev-random-be-almost-like-dev-urandom.patch
random-make-random_get_entropy-return-an-unsigned-long.patch
random-mark-bootloader-randomness-code-as-__init.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-rand_initialize-earlier.patch
random-move-randomize_page-into-mm-where-it-belongs.patch
random-only-call-crng_finalize_init-for-primary_crng.patch
random-only-read-from-dev-random-after-its-pool-has-received-128-bits.patch
random-only-wake-up-writers-after-zap-if-threshold-was-passed.patch
random-optimize-add_interrupt_randomness.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-kernel.random.read_wakeup_threshold.patch
random-remove-outdated-int_max-6-check-in-urandom_read.patch
random-remove-preempt-disabled-region.patch
random-remove-ratelimiting-for-in-kernel-unseeded-randomness.patch
random-remove-some-dead-code-of-poolinfo.patch
random-remove-the-blocking-pool.patch
random-remove-unnecessary-unlikely.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-return-nbytes-filled-from-hw-rng.patch
random-rewrite-header-introductory-comment.patch
random-round-robin-registers-as-ulong-not-u32.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-split-primary-secondary-crng-init-paths.patch
random-support-freezable-kthreads-in-add_hwgenerator_randomness.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-try-to-actively-add-entropy-rather-than-passively-wait-for-it.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-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-siphash-as-interrupt-entropy-accumulator.patch
random-use-static-branch-for-crng_ready.patch
random-use-symbolic-constants-for-crng_init-states.patch
random-use-wait_event_freezable-in-add_hwgenerator_randomness.patch
random-wire-up-fops-splice_-read-write-_iter.patch
random-zero-buffer-after-reading-entropy-from-userspace.patch
revert-hwrng-core-freeze-khwrng-thread-during-suspend.patch
revert-random-use-static-branch-for-crng_ready.patch
s390-define-get_cycles-macro-for-arch-override.patch
s390-remove-arch_has_random-arch_has_random_seed.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-remove-arch_has_random-arch_has_random_seed.patch
x86-tsc-use-fallback-for-random_get_entropy-instead-of-zero.patch
xtensa-use-fallback-for-random_get_entropy-instead-of-zero.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 17:01:06 +0000 (19:01 +0200)]
4.9-stable patches
added patches:
alpha-define-get_cycles-macro-for-arch-override.patch
arm-use-fallback-for-random_get_entropy-instead-of-zero.patch
char-random-add-a-newline-at-the-end-of-the-file.patch
char-random-silence-a-lockdep-splat-with-printk.patch
crypto-blake2s-adjust-include-guard-naming.patch
crypto-blake2s-generic-c-library-implementation-and-selftest.patch
crypto-blake2s-include-linux-bug.h-instead-of-asm-bug.h.patch
crypto-chacha20-fix-chacha20_block-keystream-alignment-again.patch
crypto-chacha20-fix-keystream-alignment-for-chacha20_block.patch
crypto-deduplicate-le32_to_cpu_array-and-cpu_to_le32_array.patch
crypto-drbg-add-fips-140-2-ctrng-for-noise-source.patch
crypto-drbg-always-seeded-with-sp800-90b-compliant-noise-source.patch
crypto-drbg-always-try-to-free-jitter-rng-instance.patch
crypto-drbg-make-reseeding-from-get_random_bytes-synchronous.patch
crypto-drbg-move-dynamic-reseed_threshold-adjustments-to-__drbg_seed.patch
crypto-drbg-prepare-for-more-fine-grained-tracking-of-seeding-state.patch
crypto-drbg-track-whether-drbg-was-seeded-with-rng_is_initialized.patch
drivers-char-random.c-constify-poolinfo_table.patch
drivers-char-random.c-make-primary_crng-static.patch
drivers-char-random.c-remove-unused-dont_count_entropy.patch
drivers-char-random.c-remove-unused-stuct-poolinfo-poolbits.patch
fdt-add-support-for-rng-seed.patch
hwrng-core-do-not-use-multiple-blank-lines.patch
hwrng-core-move-hwrng-miscdev-minor-number-to-include-linux-miscdevice.h.patch
hwrng-core-remove-unused-pfx-macro.patch
hwrng-core-rewrite-better-comparison-to-null.patch
hwrng-core-rewrite-the-header.patch
hwrng-remember-rng-chosen-by-user.patch
hwrng-use-rng-source-with-best-quality.patch
ia64-define-get_cycles-macro-for-arch-override.patch
init-call-time_init-before-rand_initialize.patch
latent_entropy-avoid-build-error-when-plugin-cflags-are-not-set.patch
lib-crypto-blake2s-move-hmac-construction-into-wireguard.patch
lib-crypto-sha1-re-roll-loops-to-reduce-code-size.patch
linux-random.h-mark-config_arch_random-functions-__must_check.patch
linux-random.h-remove-arch_has_random-arch_has_random_seed.patch
linux-random.h-use-false-with-bool.patch
m68k-use-fallback-for-random_get_entropy-instead-of-zero.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
powerpc-remove-arch_has_random-arch_has_random_seed.patch
powerpc-use-bool-in-archrandom.h.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-account-for-arch-randomness-in-bits.patch
random-add-a-config-option-to-trust-the-cpu-s-hwrng.patch
random-add-a-spinlock_t-to-struct-batched_entropy.patch
random-add-a-urandom_read_nowait-for-random-apis-that-don-t-warn.patch
random-add-and-use-pr_fmt.patch
random-add-arch_get_random_-long_early.patch
random-add-get_random_-bytes-u32-u64-int-long-once-_wait-family.patch
random-add-grnd_insecure-to-return-best-effort-non-cryptographic-bytes.patch
random-add-proper-spdx-header.patch
random-add-wait_for_random_bytes-api.patch
random-always-fill-buffer-in-get_random_bytes_wait.patch
random-always-use-batched-entropy-for-get_random_u-32-64.patch
random-always-wake-up-entropy-writers-after-extraction.patch
random-avoid-arch_get_random_seed_long-when-collecting-irq-randomness.patch
random-avoid-checking-crng_ready-twice-in-random_init.patch
random-avoid-initializing-twice-in-credit-race.patch
random-avoid-superfluous-call-to-rdrand-in-crng-extraction.patch
random-avoid-warnings-for-config_numa-builds.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-get_random_int-long-into-get_random_u32-u64.patch
random-convert-to-entropy_bits-for-better-code-readability.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-delete-code-to-pull-data-into-pools.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-ignore-early-device-randomness.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-document-get_random_int-family.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-don-t-wake-crng_init_wait-when-crng_init-1.patch
random-early-initialization-of-chacha-constants.patch
random-ensure-early-rdseed-goes-through-mixer-on-init.patch
random-fix-comment-for-unused-random_min_urandom_seed.patch
random-fix-crash-on-multiple-early-calls-to-add_bootloader_randomness.patch
random-fix-data-race-on-crng_node_pool.patch
random-fix-locking-in-crng_fast_load.patch
random-fix-possible-sleeping-allocation-from-irq-context.patch
random-fix-soft-lockup-when-trying-to-read-from-an-uninitialized-blocking-pool.patch
random-fix-sysctl-documentation-nits.patch
random-fix-typo-in-add_timer_randomness.patch
random-fix-typo-in-comments.patch
random-fix-warning-message-on-ia64-and-parisc.patch
random-fix-whitespace-pre-random-bytes-work.patch
random-give-sysctl_random_min_urandom_seed-a-more-sensible-value.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-ignore-grnd_random-in-getentropy-2.patch
random-initialize-chacha20-constants-with-correct-endianness.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-invalidate-batched-entropy-after-crng-init.patch
random-make-consistent-usage-of-crng_ready.patch
random-make-cpu-trust-a-boot-parameter.patch
random-make-credit_entropy_bits-always-safe.patch
random-make-crng-state-queryable.patch
random-make-dev-random-be-almost-like-dev-urandom.patch
random-make-random_get_entropy-return-an-unsigned-long.patch
random-mark-bootloader-randomness-code-as-__init.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-rand_initialize-earlier.patch
random-move-random_min_urandom_seed-into-config_sysctl-ifdef-block.patch
random-move-randomize_page-into-mm-where-it-belongs.patch
random-only-call-crng_finalize_init-for-primary_crng.patch
random-only-read-from-dev-random-after-its-pool-has-received-128-bits.patch
random-only-wake-up-writers-after-zap-if-threshold-was-passed.patch
random-optimize-add_interrupt_randomness.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-rate-limit-unseeded-randomness-warnings.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-kernel.random.read_wakeup_threshold.patch
random-remove-outdated-int_max-6-check-in-urandom_read.patch
random-remove-preempt-disabled-region.patch
random-remove-ratelimiting-for-in-kernel-unseeded-randomness.patch
random-remove-some-dead-code-of-poolinfo.patch
random-remove-stale-maybe_reseed_primary_crng.patch
random-remove-stale-urandom_init_wait.patch
random-remove-the-blocking-pool.patch
random-remove-unnecessary-unlikely.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-variable-limit.patch
random-remove-whitespace-and-reorder-includes.patch
random-reorder-read_once-in-get_random_uxx.patch
random-replace-custom-notifier-chain-with-standard-one.patch
random-reseed-more-often-immediately-after-booting.patch
random-return-nbytes-filled-from-hw-rng.patch
random-rewrite-header-introductory-comment.patch
random-round-robin-registers-as-ulong-not-u32.patch
random-set-up-the-numa-crng-instances-after-the-crng-is-fully-initialized.patch
random-silence-compiler-warnings-and-fix-race.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-split-primary-secondary-crng-init-paths.patch
random-support-freezable-kthreads-in-add_hwgenerator_randomness.patch
random-suppress-spammy-warnings-about-unseeded-randomness.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-try-to-actively-add-entropy-rather-than-passively-wait-for-it.patch
random-unify-cycles_t-and-jiffies-usage-and-types.patch
random-unify-early-init-crng-load-accounting.patch
random-use-a-different-mixing-algorithm-for-add_device_randomness.patch
random-use-blake2s-instead-of-sha1-in-extraction.patch
random-use-computational-hash-for-entropy-extraction.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-siphash-as-interrupt-entropy-accumulator.patch
random-use-static-branch-for-crng_ready.patch
random-use-symbolic-constants-for-crng_init-states.patch
random-use-wait_event_freezable-in-add_hwgenerator_randomness.patch
random-warn-when-kernel-uses-unseeded-randomness.patch
random-wire-up-fops-splice_-read-write-_iter.patch
random-zero-buffer-after-reading-entropy-from-userspace.patch
revert-char-random-silence-a-lockdep-splat-with-printk.patch
revert-hwrng-core-freeze-khwrng-thread-during-suspend.patch
revert-random-use-static-branch-for-crng_ready.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
uapi-rename-ext2_swab-to-swab-and-share-globally-in-swab.h.patch
um-use-fallback-for-random_get_entropy-instead-of-zero.patch
workqueue-make-workqueue-available-early-during-boot.patch
x86-remove-arch_has_random-arch_has_random_seed.patch
x86-tsc-use-fallback-for-random_get_entropy-instead-of-zero.patch
xtensa-use-fallback-for-random_get_entropy-instead-of-zero.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 16:56:09 +0000 (18:56 +0200)]
5.18-stable patches
added patches:
io_uring-reinstate-the-inflight-tracking.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 13:13:06 +0000 (15:13 +0200)]
5.18-stable patches
added patches:
arm64-dts-imx8mm-beacon-enable-rts-cts-on-uart3.patch
arm64-dts-imx8mn-beacon-enable-rts-cts-on-uart3.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 13:13:01 +0000 (15:13 +0200)]
5.15-stable patches
added patches:
arm64-dts-imx8mm-beacon-enable-rts-cts-on-uart3.patch
arm64-dts-imx8mn-beacon-enable-rts-cts-on-uart3.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 13:12:51 +0000 (15:12 +0200)]
5.10-stable patches
added patches:
arm64-dts-imx8mm-beacon-enable-rts-cts-on-uart3.patch
bpf-fix-incorrect-memory-charge-cost-calculation-in-stack_map_alloc.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 13:12:45 +0000 (15:12 +0200)]
5.4-stable patches
added patches:
bpf-fix-incorrect-memory-charge-cost-calculation-in-stack_map_alloc.patch
nfc-st21nfca-fix-incorrect-sizing-calculations-in-evt_transaction.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 13:08:06 +0000 (15:08 +0200)]
5.18-stable patches
added patches:
revert-drm-amd-display-fix-dcn3-b0-dp-alt-mapping.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 13:08:01 +0000 (15:08 +0200)]
5.15-stable patches
added patches:
nfsd-replace-use-of-rwsem-with-errseq_t.patch
revert-drm-amd-display-fix-dcn3-b0-dp-alt-mapping.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 13:07:52 +0000 (15:07 +0200)]
5.10-stable patches
added patches:
nfsd-replace-use-of-rwsem-with-errseq_t.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 12:57:16 +0000 (14:57 +0200)]
5.10-stable patches
added patches:
9p-missing-chunk-of-fs-9p-don-t-update-file-type-when-updating-file-attributes.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 12:57:10 +0000 (14:57 +0200)]
5.4-stable patches
added patches:
9p-missing-chunk-of-fs-9p-don-t-update-file-type-when-updating-file-attributes.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 12:57:05 +0000 (14:57 +0200)]
4.19-stable patches
added patches:
9p-missing-chunk-of-fs-9p-don-t-update-file-type-when-updating-file-attributes.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 12:57:00 +0000 (14:57 +0200)]
4.14-stable patches
added patches:
9p-missing-chunk-of-fs-9p-don-t-update-file-type-when-updating-file-attributes.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 12:56:51 +0000 (14:56 +0200)]
4.9-stable patches
added patches:
9p-missing-chunk-of-fs-9p-don-t-update-file-type-when-updating-file-attributes.patch
Greg Kroah-Hartman [Thu, 16 Jun 2022 11:32:22 +0000 (13:32 +0200)]
Linux 5.18.5
Greg Kroah-Hartman [Thu, 16 Jun 2022 11:30:55 +0000 (13:30 +0200)]
Linux 5.15.48
Greg Kroah-Hartman [Thu, 16 Jun 2022 11:28:21 +0000 (13:28 +0200)]
Linux 5.10.123
Greg Kroah-Hartman [Thu, 16 Jun 2022 11:23:46 +0000 (13:23 +0200)]
Linux 5.4.199
Greg Kroah-Hartman [Thu, 16 Jun 2022 11:19:09 +0000 (13:19 +0200)]
Linux 4.19.248
Greg Kroah-Hartman [Thu, 16 Jun 2022 11:04:02 +0000 (13:04 +0200)]
Linux 4.14.284
Greg Kroah-Hartman [Thu, 16 Jun 2022 11:01:11 +0000 (13:01 +0200)]
Linux 4.9.319
Greg Kroah-Hartman [Tue, 14 Jun 2022 17:26:57 +0000 (19:26 +0200)]
5.18-stable patches
added patches:
documentation-add-documentation-for-processor-mmio-stale-data.patch
kvm-x86-speculation-disable-fill-buffer-clear-within-guests.patch
x86-bugs-group-mds-taa-processor-mmio-stale-data-mitigations.patch
x86-speculation-add-a-common-function-for-md_clear-mitigation-update.patch
x86-speculation-mmio-add-mitigation-for-processor-mmio-stale-data.patch
x86-speculation-mmio-add-sysfs-reporting-for-processor-mmio-stale-data.patch
x86-speculation-mmio-enable-cpu-fill-buffer-clearing-on-idle.patch
x86-speculation-mmio-enumerate-processor-mmio-stale-data-bug.patch
x86-speculation-mmio-print-smt-warning.patch
x86-speculation-mmio-reuse-srbds-mitigation-for-sbds.patch
x86-speculation-srbds-update-srbds-mitigation-selection.patch
Greg Kroah-Hartman [Tue, 14 Jun 2022 17:26:46 +0000 (19:26 +0200)]
5.15-stable patches
added patches:
documentation-add-documentation-for-processor-mmio-stale-data.patch
kvm-x86-speculation-disable-fill-buffer-clear-within-guests.patch
x86-bugs-group-mds-taa-processor-mmio-stale-data-mitigations.patch
x86-speculation-add-a-common-function-for-md_clear-mitigation-update.patch
x86-speculation-mmio-add-mitigation-for-processor-mmio-stale-data.patch
x86-speculation-mmio-add-sysfs-reporting-for-processor-mmio-stale-data.patch
x86-speculation-mmio-enable-cpu-fill-buffer-clearing-on-idle.patch
x86-speculation-mmio-enumerate-processor-mmio-stale-data-bug.patch
x86-speculation-mmio-print-smt-warning.patch
x86-speculation-mmio-reuse-srbds-mitigation-for-sbds.patch
x86-speculation-srbds-update-srbds-mitigation-selection.patch
Greg Kroah-Hartman [Tue, 14 Jun 2022 17:26:40 +0000 (19:26 +0200)]
5.10-stable patches
added patches:
documentation-add-documentation-for-processor-mmio-stale-data.patch
kvm-x86-speculation-disable-fill-buffer-clear-within-guests.patch
x86-bugs-group-mds-taa-processor-mmio-stale-data-mitigations.patch
x86-speculation-add-a-common-function-for-md_clear-mitigation-update.patch
x86-speculation-mmio-add-mitigation-for-processor-mmio-stale-data.patch
x86-speculation-mmio-add-sysfs-reporting-for-processor-mmio-stale-data.patch
x86-speculation-mmio-enable-cpu-fill-buffer-clearing-on-idle.patch
x86-speculation-mmio-enumerate-processor-mmio-stale-data-bug.patch
x86-speculation-mmio-print-smt-warning.patch
x86-speculation-mmio-reuse-srbds-mitigation-for-sbds.patch
x86-speculation-srbds-update-srbds-mitigation-selection.patch
Greg Kroah-Hartman [Tue, 14 Jun 2022 17:26:33 +0000 (19:26 +0200)]
5.4-stable patches
added patches:
cpu-speculation-add-prototype-for-cpu_show_srbds.patch
documentation-add-documentation-for-processor-mmio-stale-data.patch
kvm-x86-speculation-disable-fill-buffer-clear-within-guests.patch
x86-bugs-group-mds-taa-processor-mmio-stale-data-mitigations.patch
x86-cpu-add-another-alder-lake-cpu-to-the-intel-family.patch
x86-cpu-add-jasper-lake-to-intel-family.patch
x86-cpu-add-lakefield-alder-lake-and-rocket-lake-models-to-the-to-intel-cpu-family.patch
x86-speculation-add-a-common-function-for-md_clear-mitigation-update.patch
x86-speculation-mmio-add-mitigation-for-processor-mmio-stale-data.patch
x86-speculation-mmio-add-sysfs-reporting-for-processor-mmio-stale-data.patch
x86-speculation-mmio-enable-cpu-fill-buffer-clearing-on-idle.patch
x86-speculation-mmio-enumerate-processor-mmio-stale-data-bug.patch
x86-speculation-mmio-print-smt-warning.patch
x86-speculation-mmio-reuse-srbds-mitigation-for-sbds.patch
x86-speculation-srbds-update-srbds-mitigation-selection.patch
Greg Kroah-Hartman [Tue, 14 Jun 2022 17:26:27 +0000 (19:26 +0200)]
4.19-stable patches
added patches:
cpu-speculation-add-prototype-for-cpu_show_srbds.patch
documentation-add-documentation-for-processor-mmio-stale-data.patch
kvm-x86-speculation-disable-fill-buffer-clear-within-guests.patch
x86-bugs-group-mds-taa-processor-mmio-stale-data-mitigations.patch
x86-cpu-add-another-alder-lake-cpu-to-the-intel-family.patch
x86-cpu-add-elkhart-lake-to-intel-family.patch
x86-cpu-add-jasper-lake-to-intel-family.patch
x86-cpu-add-lakefield-alder-lake-and-rocket-lake-models-to-the-to-intel-cpu-family.patch
x86-speculation-add-a-common-function-for-md_clear-mitigation-update.patch
x86-speculation-mmio-add-mitigation-for-processor-mmio-stale-data.patch
x86-speculation-mmio-add-sysfs-reporting-for-processor-mmio-stale-data.patch
x86-speculation-mmio-enable-cpu-fill-buffer-clearing-on-idle.patch
x86-speculation-mmio-enumerate-processor-mmio-stale-data-bug.patch
x86-speculation-mmio-print-smt-warning.patch
x86-speculation-mmio-reuse-srbds-mitigation-for-sbds.patch
x86-speculation-srbds-update-srbds-mitigation-selection.patch
Greg Kroah-Hartman [Tue, 14 Jun 2022 17:26:20 +0000 (19:26 +0200)]
4.14-stable patches
added patches:
cpu-speculation-add-prototype-for-cpu_show_srbds.patch
documentation-add-documentation-for-processor-mmio-stale-data.patch
kvm-x86-speculation-disable-fill-buffer-clear-within-guests.patch
x86-bugs-group-mds-taa-processor-mmio-stale-data-mitigations.patch
x86-cpu-add-another-alder-lake-cpu-to-the-intel-family.patch
x86-cpu-add-cannonlake-to-intel-family.patch
x86-cpu-add-comet-lake-to-the-intel-cpu-models-header.patch
x86-cpu-add-elkhart-lake-to-intel-family.patch
x86-cpu-add-icelake-model-number.patch
x86-cpu-add-jasper-lake-to-intel-family.patch
x86-cpu-add-lakefield-alder-lake-and-rocket-lake-models-to-the-to-intel-cpu-family.patch
x86-cpu-add-more-icelake-model-numbers.patch
x86-speculation-add-a-common-function-for-md_clear-mitigation-update.patch
x86-speculation-mmio-add-mitigation-for-processor-mmio-stale-data.patch
x86-speculation-mmio-add-sysfs-reporting-for-processor-mmio-stale-data.patch
x86-speculation-mmio-enable-cpu-fill-buffer-clearing-on-idle.patch
x86-speculation-mmio-enumerate-processor-mmio-stale-data-bug.patch
x86-speculation-mmio-print-smt-warning.patch
x86-speculation-mmio-reuse-srbds-mitigation-for-sbds.patch
x86-speculation-srbds-update-srbds-mitigation-selection.patch
Greg Kroah-Hartman [Tue, 14 Jun 2022 17:26:08 +0000 (19:26 +0200)]
4.9-stable patches
added patches:
cpu-speculation-add-prototype-for-cpu_show_srbds.patch
documentation-add-documentation-for-processor-mmio-stale-data.patch
kvm-x86-speculation-disable-fill-buffer-clear-within-guests.patch
x86-bugs-group-mds-taa-processor-mmio-stale-data-mitigations.patch
x86-cpu-add-another-alder-lake-cpu-to-the-intel-family.patch
x86-cpu-add-cannonlake-to-intel-family.patch
x86-cpu-add-comet-lake-to-the-intel-cpu-models-header.patch
x86-cpu-add-elkhart-lake-to-intel-family.patch
x86-cpu-add-icelake-model-number.patch
x86-cpu-add-jasper-lake-to-intel-family.patch
x86-cpu-add-lakefield-alder-lake-and-rocket-lake-models-to-the-to-intel-cpu-family.patch
x86-cpu-add-more-icelake-model-numbers.patch
x86-speculation-add-a-common-function-for-md_clear-mitigation-update.patch
x86-speculation-mmio-add-mitigation-for-processor-mmio-stale-data.patch
x86-speculation-mmio-add-sysfs-reporting-for-processor-mmio-stale-data.patch
x86-speculation-mmio-enable-cpu-fill-buffer-clearing-on-idle.patch
x86-speculation-mmio-enumerate-processor-mmio-stale-data-bug.patch
x86-speculation-mmio-print-smt-warning.patch
x86-speculation-mmio-reuse-srbds-mitigation-for-sbds.patch
x86-speculation-srbds-update-srbds-mitigation-selection.patch
Greg Kroah-Hartman [Tue, 14 Jun 2022 16:45:39 +0000 (18:45 +0200)]
Linux 5.18.4
Greg Kroah-Hartman [Tue, 14 Jun 2022 16:43:23 +0000 (18:43 +0200)]
Linux 5.17.15
Greg Kroah-Hartman [Tue, 14 Jun 2022 16:36:43 +0000 (18:36 +0200)]
Linux 5.15.47
Greg Kroah-Hartman [Tue, 14 Jun 2022 16:33:37 +0000 (18:33 +0200)]
Linux 5.10.122
Greg Kroah-Hartman [Tue, 14 Jun 2022 16:12:31 +0000 (18:12 +0200)]
Linux 5.4.198
Greg Kroah-Hartman [Tue, 14 Jun 2022 15:01:24 +0000 (17:01 +0200)]
Linux 4.19.247
Greg Kroah-Hartman [Tue, 14 Jun 2022 14:55:03 +0000 (16:55 +0200)]
Linux 4.14.283
Greg Kroah-Hartman [Tue, 14 Jun 2022 14:53:00 +0000 (16:53 +0200)]
Linux 4.9.318
Greg Kroah-Hartman [Mon, 13 Jun 2022 19:58:36 +0000 (21:58 +0200)]
5.10-stable patches
added patches:
tcp-fix-tcp_mtup_probe_success-vs-wrong-snd_cwnd.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 19:58:30 +0000 (21:58 +0200)]
5.4-stable patches
added patches:
tcp-fix-tcp_mtup_probe_success-vs-wrong-snd_cwnd.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 19:58:25 +0000 (21:58 +0200)]
4.19-stable patches
added patches:
tcp-fix-tcp_mtup_probe_success-vs-wrong-snd_cwnd.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 19:58:19 +0000 (21:58 +0200)]
4.14-stable patches
added patches:
tcp-fix-tcp_mtup_probe_success-vs-wrong-snd_cwnd.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 19:58:09 +0000 (21:58 +0200)]
4.9-stable patches
added patches:
tcp-fix-tcp_mtup_probe_success-vs-wrong-snd_cwnd.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 18:17:56 +0000 (20:17 +0200)]
5.15-stable patches
added patches:
xsk-fix-possible-crash-when-multiple-sockets-are-created.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 18:14:36 +0000 (20:14 +0200)]
5.17-stable patches
added patches:
xsk-fix-possible-crash-when-multiple-sockets-are-created.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 18:07:13 +0000 (20:07 +0200)]
5.15-stable patches
added patches:
dmaengine-idxd-add-missing-callback-function-to-support-dma_interrupt.patch
tcp-fix-tcp_mtup_probe_success-vs-wrong-snd_cwnd.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 18:07:03 +0000 (20:07 +0200)]
5.10-stable patches
added patches:
dmaengine-idxd-add-missing-callback-function-to-support-dma_interrupt.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 18:05:14 +0000 (20:05 +0200)]
5.17-stable patches
added patches:
dmaengine-idxd-add-missing-callback-function-to-support-dma_interrupt.patch
net-mlx5-e-switch-pair-only-capable-devices.patch
tcp-fix-tcp_mtup_probe_success-vs-wrong-snd_cwnd.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 18:05:04 +0000 (20:05 +0200)]
5.18-stable patches
added patches:
dmaengine-idxd-add-missing-callback-function-to-support-dma_interrupt.patch
net-mlx5-e-switch-pair-only-capable-devices.patch
tcp-fix-tcp_mtup_probe_success-vs-wrong-snd_cwnd.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 17:48:25 +0000 (19:48 +0200)]
5.18-stable patches
added patches:
iov_iter-fix-build-issue-due-to-possible-type-mis-match.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 17:48:19 +0000 (19:48 +0200)]
5.17-stable patches
added patches:
iov_iter-fix-build-issue-due-to-possible-type-mis-match.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 17:48:08 +0000 (19:48 +0200)]
5.15-stable patches
added patches:
iov_iter-fix-build-issue-due-to-possible-type-mis-match.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:47:03 +0000 (11:47 +0200)]
5.18-stable patches
added patches:
zonefs-fix-handling-of-explicit_open-option-on-mount.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:46:57 +0000 (11:46 +0200)]
5.17-stable patches
added patches:
zonefs-fix-handling-of-explicit_open-option-on-mount.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:46:51 +0000 (11:46 +0200)]
5.15-stable patches
added patches:
zonefs-fix-handling-of-explicit_open-option-on-mount.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:46:42 +0000 (11:46 +0200)]
5.10-stable patches
added patches:
zonefs-fix-handling-of-explicit_open-option-on-mount.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:32:18 +0000 (11:32 +0200)]
drop net-remove-two-bug-from-skb_checksum_help.patch from 5.4 and older
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:24:40 +0000 (11:24 +0200)]
5.17-stable patches
added patches:
block-loop-support-partitions-without-scanning.patch
pci-qcom-fix-pipe-clock-imbalance.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:24:35 +0000 (11:24 +0200)]
5.15-stable patches
added patches:
pci-qcom-fix-pipe-clock-imbalance.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:24:29 +0000 (11:24 +0200)]
5.10-stable patches
added patches:
pci-qcom-fix-pipe-clock-imbalance.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:24:23 +0000 (11:24 +0200)]
5.4-stable patches
added patches:
mtd-cfi_cmdset_0002-use-chip_ready-for-write-on-s29gl064n.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:24:17 +0000 (11:24 +0200)]
4.19-stable patches
added patches:
mtd-cfi_cmdset_0002-move-and-rename-chip_check-chip_ready-chip_good_for_write.patch
mtd-cfi_cmdset_0002-use-chip_ready-for-write-on-s29gl064n.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:24:11 +0000 (11:24 +0200)]
4.14-stable patches
added patches:
mtd-cfi_cmdset_0002-move-and-rename-chip_check-chip_ready-chip_good_for_write.patch
mtd-cfi_cmdset_0002-use-chip_ready-for-write-on-s29gl064n.patch
pci-qcom-fix-unbalanced-phy-init-on-probe-errors.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:24:04 +0000 (11:24 +0200)]
4.9-stable patches
added patches:
mtd-cfi_cmdset_0002-move-and-rename-chip_check-chip_ready-chip_good_for_write.patch
mtd-cfi_cmdset_0002-use-chip_ready-for-write-on-s29gl064n.patch
pci-qcom-fix-unbalanced-phy-init-on-probe-errors.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:15:40 +0000 (11:15 +0200)]
5.18-stable patches
added patches:
md-raid0-ignore-raid0-layout-if-the-second-zone-has-only-one-device.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:15:32 +0000 (11:15 +0200)]
5.17-stable patches
added patches:
md-raid0-ignore-raid0-layout-if-the-second-zone-has-only-one-device.patch
net-sched-act_police-more-accurate-mtu-policing.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:15:24 +0000 (11:15 +0200)]
5.15-stable patches
added patches:
md-raid0-ignore-raid0-layout-if-the-second-zone-has-only-one-device.patch
net-sched-act_police-more-accurate-mtu-policing.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:15:15 +0000 (11:15 +0200)]
5.10-stable patches
added patches:
md-raid0-ignore-raid0-layout-if-the-second-zone-has-only-one-device.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:15:07 +0000 (11:15 +0200)]
5.4-stable patches
added patches:
md-raid0-ignore-raid0-layout-if-the-second-zone-has-only-one-device.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:14:59 +0000 (11:14 +0200)]
4.19-stable patches
added patches:
md-raid0-ignore-raid0-layout-if-the-second-zone-has-only-one-device.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:14:49 +0000 (11:14 +0200)]
4.14-stable patches
added patches:
md-raid0-ignore-raid0-layout-if-the-second-zone-has-only-one-device.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:14:13 +0000 (11:14 +0200)]
drop platform-finally-disallow-irq0-in-platform_get_irq-a.patch from everywhere
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:01:52 +0000 (11:01 +0200)]
5.18-stable patches
added patches:
random-account-for-arch-randomness-in-bits.patch
random-avoid-checking-crng_ready-twice-in-random_init.patch
random-mark-bootloader-randomness-code-as-__init.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:01:42 +0000 (11:01 +0200)]
5.17-stable patches
added patches:
random-account-for-arch-randomness-in-bits.patch
random-avoid-checking-crng_ready-twice-in-random_init.patch
random-mark-bootloader-randomness-code-as-__init.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 09:01:30 +0000 (11:01 +0200)]
5.15-stable patches
added patches:
random-account-for-arch-randomness-in-bits.patch
random-avoid-checking-crng_ready-twice-in-random_init.patch
random-mark-bootloader-randomness-code-as-__init.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 08:11:38 +0000 (10:11 +0200)]
5.17-stable patches
added patches:
cpuidle-intel_idle-fix-cpuidle_flag_irq_enable.patch
drm-amdgpu-jpeg2-add-jpeg-vmid-update-under-ib-submit.patch
drm-amdgpu-update-vcn-codec-support-for-yellow-carp.patch
drm-ast-create-threshold-values-for-ast2600.patch
drm-atomic-force-bridge-self-refresh-exit-on-crtc-switch.patch
drm-bridge-analogix_dp-support-psr-exit-to-disable-transition.patch
input-bcm5974-set-missing-urb_no_transfer_dma_map-urb-flag.patch
ixgbe-fix-bcast-packets-rx-on-vf-after-promisc-removal.patch
ixgbe-fix-unexpected-vlan-rx-in-promisc-mode-on-vf.patch
mm-huge_memory-fix-xarray-node-memory-leak.patch
nfc-st21nfca-fix-incorrect-sizing-calculations-in-evt_transaction.patch
nfc-st21nfca-fix-incorrect-validating-logic-in-evt_transaction.patch
nfc-st21nfca-fix-memory-leaks-in-evt_transaction-handling.patch
powerpc-32-fix-overread-overwrite-of-thread_struct-via-ptrace.patch
powerpc-don-t-select-have_irq_exit_on_irq_stack.patch
vduse-fix-null-pointer-dereference-on-sysfs-access.patch
virtio-rng-make-device-ready-before-making-request.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 08:11:26 +0000 (10:11 +0200)]
5.15-stable patches
added patches:
drm-amdgpu-update-vcn-codec-support-for-yellow-carp.patch
drm-ast-create-threshold-values-for-ast2600.patch
drm-atomic-force-bridge-self-refresh-exit-on-crtc-switch.patch
drm-bridge-analogix_dp-support-psr-exit-to-disable-transition.patch
input-bcm5974-set-missing-urb_no_transfer_dma_map-urb-flag.patch
ixgbe-fix-bcast-packets-rx-on-vf-after-promisc-removal.patch
ixgbe-fix-unexpected-vlan-rx-in-promisc-mode-on-vf.patch
nfc-st21nfca-fix-incorrect-sizing-calculations-in-evt_transaction.patch
nfc-st21nfca-fix-incorrect-validating-logic-in-evt_transaction.patch
nfc-st21nfca-fix-memory-leaks-in-evt_transaction-handling.patch
powerpc-32-fix-overread-overwrite-of-thread_struct-via-ptrace.patch
powerpc-don-t-select-have_irq_exit_on_irq_stack.patch
powerpc-mm-switch-obsolete-dssall-to-.long.patch
vduse-fix-null-pointer-dereference-on-sysfs-access.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 08:03:36 +0000 (10:03 +0200)]
5.10-stable patches
added patches:
drm-atomic-force-bridge-self-refresh-exit-on-crtc-switch.patch
drm-bridge-analogix_dp-support-psr-exit-to-disable-transition.patch
input-bcm5974-set-missing-urb_no_transfer_dma_map-urb-flag.patch
interconnect-qcom-sc7180-drop-ip0-interconnects.patch
interconnect-restore-sync-state-by-ignoring-ipa-virt-in-provider-count.patch
ixgbe-fix-bcast-packets-rx-on-vf-after-promisc-removal.patch
ixgbe-fix-unexpected-vlan-rx-in-promisc-mode-on-vf.patch
nfc-st21nfca-fix-incorrect-sizing-calculations-in-evt_transaction.patch
nfc-st21nfca-fix-incorrect-validating-logic-in-evt_transaction.patch
nfc-st21nfca-fix-memory-leaks-in-evt_transaction-handling.patch
powerpc-32-fix-overread-overwrite-of-thread_struct-via-ptrace.patch
powerpc-mm-switch-obsolete-dssall-to-.long.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 08:02:45 +0000 (10:02 +0200)]
5.18-stable patches
added patches:
cpuidle-intel_idle-fix-cpuidle_flag_irq_enable.patch
drm-amd-display-remove-stale-config-guards.patch
drm-amdgpu-jpeg2-add-jpeg-vmid-update-under-ib-submit.patch
drm-amdgpu-update-vcn-codec-support-for-yellow-carp.patch
drm-amdkfd-fix-fw-version-for-10.3.6.patch
drm-atomic-force-bridge-self-refresh-exit-on-crtc-switch.patch
drm-bridge-analogix_dp-support-psr-exit-to-disable-transition.patch
input-bcm5974-set-missing-urb_no_transfer_dma_map-urb-flag.patch
ixgbe-fix-bcast-packets-rx-on-vf-after-promisc-removal.patch
ixgbe-fix-unexpected-vlan-rx-in-promisc-mode-on-vf.patch
mm-huge_memory-fix-xarray-node-memory-leak.patch
nfc-st21nfca-fix-incorrect-sizing-calculations-in-evt_transaction.patch
nfc-st21nfca-fix-incorrect-validating-logic-in-evt_transaction.patch
nfc-st21nfca-fix-memory-leaks-in-evt_transaction-handling.patch
powerpc-32-fix-overread-overwrite-of-thread_struct-via-ptrace.patch
powerpc-don-t-select-have_irq_exit_on_irq_stack.patch
vduse-fix-null-pointer-dereference-on-sysfs-access.patch
virtio-rng-make-device-ready-before-making-request.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:56:41 +0000 (09:56 +0200)]
5.4-stable patches
added patches:
powerpc-32-fix-overread-overwrite-of-thread_struct-via-ptrace.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:55:25 +0000 (09:55 +0200)]
4.19-stable patches
added patches:
powerpc-32-fix-overread-overwrite-of-thread_struct-via-ptrace.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:55:19 +0000 (09:55 +0200)]
4.14-stable patches
added patches:
powerpc-32-fix-overread-overwrite-of-thread_struct-via-ptrace.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:55:14 +0000 (09:55 +0200)]
4.9-stable patches
added patches:
powerpc-32-fix-overread-overwrite-of-thread_struct-via-ptrace.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:52:13 +0000 (09:52 +0200)]
5.4-stable patches
added patches:
input-bcm5974-set-missing-urb_no_transfer_dma_map-urb-flag.patch
ixgbe-fix-bcast-packets-rx-on-vf-after-promisc-removal.patch
ixgbe-fix-unexpected-vlan-rx-in-promisc-mode-on-vf.patch
nfc-st21nfca-fix-incorrect-validating-logic-in-evt_transaction.patch
nfc-st21nfca-fix-memory-leaks-in-evt_transaction-handling.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:44:07 +0000 (09:44 +0200)]
4.19-stable patches
added patches:
input-bcm5974-set-missing-urb_no_transfer_dma_map-urb-flag.patch
ixgbe-fix-bcast-packets-rx-on-vf-after-promisc-removal.patch
ixgbe-fix-unexpected-vlan-rx-in-promisc-mode-on-vf.patch
nfc-st21nfca-fix-incorrect-validating-logic-in-evt_transaction.patch
nfc-st21nfca-fix-memory-leaks-in-evt_transaction-handling.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:43:57 +0000 (09:43 +0200)]
4.14-stable patches
added patches:
input-bcm5974-set-missing-urb_no_transfer_dma_map-urb-flag.patch
ixgbe-fix-bcast-packets-rx-on-vf-after-promisc-removal.patch
ixgbe-fix-unexpected-vlan-rx-in-promisc-mode-on-vf.patch
nfc-st21nfca-fix-incorrect-validating-logic-in-evt_transaction.patch
nfc-st21nfca-fix-memory-leaks-in-evt_transaction-handling.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:43:46 +0000 (09:43 +0200)]
4.9-stable patches
added patches:
input-bcm5974-set-missing-urb_no_transfer_dma_map-urb-flag.patch
nfc-st21nfca-fix-incorrect-validating-logic-in-evt_transaction.patch
nfc-st21nfca-fix-memory-leaks-in-evt_transaction-handling.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:31:43 +0000 (09:31 +0200)]
5.17-stable patches
added patches:
ata-libata-transport-fix-dma-pio-xfer-_mode-sysfs-files.patch
keys-trusted-tpm2-fix-migratable-logic.patch
libata-fix-reading-concurrent-positioning-ranges-log.patch
libata-fix-translation-of-concurrent-positioning-ranges.patch
mmc-block-fix-cqe-recovery-reset-success.patch
net-openvswitch-fix-misuse-of-the-cached-connection-on-tuple-changes.patch
net-phy-dp83867-retrigger-sgmii-an-when-link-change.patch
scsi-sd-fix-interpretation-of-vpd-b9h-length.patch
writeback-fix-inode-i_io_list-not-be-protected-by-inode-i_lock-error.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:31:34 +0000 (09:31 +0200)]
5.15-stable patches
added patches:
ata-libata-transport-fix-dma-pio-xfer-_mode-sysfs-files.patch
keys-trusted-tpm2-fix-migratable-logic.patch
mmc-block-fix-cqe-recovery-reset-success.patch
net-openvswitch-fix-misuse-of-the-cached-connection-on-tuple-changes.patch
net-phy-dp83867-retrigger-sgmii-an-when-link-change.patch
writeback-fix-inode-i_io_list-not-be-protected-by-inode-i_lock-error.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:31:26 +0000 (09:31 +0200)]
5.10-stable patches
added patches:
ata-libata-transport-fix-dma-pio-xfer-_mode-sysfs-files.patch
mmc-block-fix-cqe-recovery-reset-success.patch
net-phy-dp83867-retrigger-sgmii-an-when-link-change.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:31:19 +0000 (09:31 +0200)]
5.4-stable patches
added patches:
ata-libata-transport-fix-dma-pio-xfer-_mode-sysfs-files.patch
mmc-block-fix-cqe-recovery-reset-success.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:30:27 +0000 (09:30 +0200)]
4.19-stable patches
added patches:
ata-libata-transport-fix-dma-pio-xfer-_mode-sysfs-files.patch
mmc-block-fix-cqe-recovery-reset-success.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:30:21 +0000 (09:30 +0200)]
4.14-stable patches
added patches:
ata-libata-transport-fix-dma-pio-xfer-_mode-sysfs-files.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:30:15 +0000 (09:30 +0200)]
4.9-stable patches
added patches:
ata-libata-transport-fix-dma-pio-xfer-_mode-sysfs-files.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:29:43 +0000 (09:29 +0200)]
5.18-stable patches
added patches:
ata-libata-transport-fix-dma-pio-xfer-_mode-sysfs-files.patch
filemap-cache-the-value-of-vm_flags.patch
keys-trusted-tpm2-fix-migratable-logic.patch
kvm-svm-fix-tsc-scaling-cache-logic.patch
kvm-x86-mmu-check-every-prev_roots-in-__kvm_mmu_free_obsolete_roots.patch
libata-fix-reading-concurrent-positioning-ranges-log.patch
libata-fix-translation-of-concurrent-positioning-ranges.patch
mmc-block-fix-cqe-recovery-reset-success.patch
mmc-sdhci-pci-gli-fix-gl9763e-runtime-pm-when-the-system-resumes-from-suspend.patch
net-openvswitch-fix-misuse-of-the-cached-connection-on-tuple-changes.patch
net-phy-dp83867-retrigger-sgmii-an-when-link-change.patch
scsi-lpfc-address-null-pointer-dereference-after-starget_to_rport.patch
scsi-lpfc-resolve-some-cleanup-issues-following-abort-path-refactoring.patch
scsi-lpfc-resolve-some-cleanup-issues-following-sli-path-refactoring.patch
scsi-sd-fix-interpretation-of-vpd-b9h-length.patch
writeback-fix-inode-i_io_list-not-be-protected-by-inode-i_lock-error.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:10:58 +0000 (09:10 +0200)]
5.18-stable patches
added patches:
cifs-fix-reconnect-on-smb3-mount-types.patch
cifs-populate-empty-hostnames-for-extra-channels.patch
cifs-return-errors-during-session-setup-during-reconnects.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:10:50 +0000 (09:10 +0200)]
5.17-stable patches
added patches:
cifs-fix-reconnect-on-smb3-mount-types.patch
cifs-populate-empty-hostnames-for-extra-channels.patch
cifs-return-errors-during-session-setup-during-reconnects.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:10:40 +0000 (09:10 +0200)]
5.15-stable patches
added patches:
alsa-hda-conexant-fix-loopback-issue-with-cx20632.patch
alsa-hda-realtek-add-quirk-for-hp-dev-one.patch
alsa-hda-realtek-fix-for-quirk-to-enable-speaker-output-on-the-lenovo-yoga-duetitl-2021.patch
alsa-usb-audio-set-up-implicit-sync-for-saffire-6.patch
alsa-usb-audio-skip-generic-sync-ep-parse-for-secondary-ep.patch
cifs-fix-reconnect-on-smb3-mount-types.patch
cifs-return-errors-during-session-setup-during-reconnects.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:10:32 +0000 (09:10 +0200)]
5.10-stable patches
added patches:
alsa-hda-conexant-fix-loopback-issue-with-cx20632.patch
alsa-hda-realtek-fix-for-quirk-to-enable-speaker-output-on-the-lenovo-yoga-duetitl-2021.patch
cifs-fix-reconnect-on-smb3-mount-types.patch
cifs-return-errors-during-session-setup-during-reconnects.patch
Greg Kroah-Hartman [Mon, 13 Jun 2022 07:10:25 +0000 (09:10 +0200)]
5.4-stable patches
added patches:
alsa-hda-conexant-fix-loopback-issue-with-cx20632.patch
cifs-return-errors-during-session-setup-during-reconnects.patch