]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.9-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Apr 2018 12:10:21 +0000 (14:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Apr 2018 12:10:21 +0000 (14:10 +0200)
commit1e6145017b02df46f7843cc1d9dca49468cd4b71
tree76c88b0a35c1d46a04807e730e48357e4c44473a
parent8a23fd9d1b3a4271ec374308026cab7da444227b
4.9-stable patches

added patches:
arm-arm64-kvm-add-psci_version-helper.patch
arm-arm64-kvm-add-smccc-accessors-to-psci-code.patch
arm-arm64-kvm-advertise-smccc-v1.1.patch
arm-arm64-kvm-consolidate-the-psci-include-files.patch
arm-arm64-kvm-implement-psci-1.0-support.patch
arm-arm64-kvm-turn-kvm_psci_version-into-a-static-inline.patch
arm-arm64-smccc-implement-smccc-v1.1-inline-primitive.patch
arm-arm64-smccc-make-function-identifiers-an-unsigned-quantity.patch
arm64-add-arm_smccc_arch_workaround_1-bp-hardening-support.patch
arm64-add-skeleton-to-harden-the-branch-predictor-against-aliasing-attacks.patch
arm64-barrier-add-csdb-macros-to-control-data-value-prediction.patch
arm64-branch-predictor-hardening-for-cavium-thunderx2.patch
arm64-cpu_errata-allow-an-erratum-to-be-match-for-all-revisions-of-a-core.patch
arm64-cpufeature-__this_cpu_has_cap-shouldn-t-stop-early.patch
arm64-cpufeature-pass-capability-structure-to-enable-callback.patch
arm64-cputype-add-missing-midr-values-for-cortex-a72-and-cortex-a75.patch
arm64-entry-apply-bp-hardening-for-high-priority-synchronous-exceptions.patch
arm64-entry-apply-bp-hardening-for-suspicious-interrupts-from-el0.patch
arm64-entry-ensure-branch-through-syscall-table-is-bounded-under-speculation.patch
arm64-factor-out-ttbr0_el1-post-update-workaround-into-a-specific-asm-macro.patch
arm64-implement-array_index_mask_nospec.patch
arm64-implement-branch-predictor-hardening-for-affected-cortex-a-cpus.patch
arm64-kill-psci_get_version-as-a-variant-2-workaround.patch
arm64-kvm-add-smccc_arch_workaround_1-fast-handling.patch
arm64-kvm-increment-pc-after-handling-an-smc-trap.patch
arm64-kvm-make-psci_version-a-fast-path.patch
arm64-kvm-report-smccc_arch_workaround_1-bp-hardening-support.patch
arm64-kvm-use-per-cpu-vector-when-bp-hardening-is-enabled.patch
arm64-make-user_ds-an-inclusive-limit.patch
arm64-move-bp-hardening-to-check_and_switch_context.patch
arm64-move-post_ttbr_update_workaround-to-c-code.patch
arm64-move-task_-definitions-to-asm-processor.h.patch
arm64-run-enable-method-for-errata-work-arounds-on-late-cpus.patch
arm64-uaccess-don-t-bother-eliding-access_ok-checks-in-__-get-put-_user.patch
arm64-uaccess-mask-__user-pointers-for-__arch_-clear-copy_-_user.patch
arm64-uaccess-prevent-speculative-use-of-the-current-addr_limit.patch
arm64-use-pointer-masking-to-limit-uaccess-speculation.patch
drivers-firmware-expose-psci_get_version-through-psci_ops-structure.patch
firmware-psci-expose-psci-conduit.patch
firmware-psci-expose-smccc-version-through-psci_ops.patch
mm-introduce-lm_alias.patch
42 files changed:
queue-4.9/arm-arm64-kvm-add-psci_version-helper.patch [new file with mode: 0644]
queue-4.9/arm-arm64-kvm-add-smccc-accessors-to-psci-code.patch [new file with mode: 0644]
queue-4.9/arm-arm64-kvm-advertise-smccc-v1.1.patch [new file with mode: 0644]
queue-4.9/arm-arm64-kvm-consolidate-the-psci-include-files.patch [new file with mode: 0644]
queue-4.9/arm-arm64-kvm-implement-psci-1.0-support.patch [new file with mode: 0644]
queue-4.9/arm-arm64-kvm-turn-kvm_psci_version-into-a-static-inline.patch [new file with mode: 0644]
queue-4.9/arm-arm64-smccc-implement-smccc-v1.1-inline-primitive.patch [new file with mode: 0644]
queue-4.9/arm-arm64-smccc-make-function-identifiers-an-unsigned-quantity.patch [new file with mode: 0644]
queue-4.9/arm64-add-arm_smccc_arch_workaround_1-bp-hardening-support.patch [new file with mode: 0644]
queue-4.9/arm64-add-skeleton-to-harden-the-branch-predictor-against-aliasing-attacks.patch [new file with mode: 0644]
queue-4.9/arm64-barrier-add-csdb-macros-to-control-data-value-prediction.patch [new file with mode: 0644]
queue-4.9/arm64-branch-predictor-hardening-for-cavium-thunderx2.patch [new file with mode: 0644]
queue-4.9/arm64-cpu_errata-allow-an-erratum-to-be-match-for-all-revisions-of-a-core.patch [new file with mode: 0644]
queue-4.9/arm64-cpufeature-__this_cpu_has_cap-shouldn-t-stop-early.patch [new file with mode: 0644]
queue-4.9/arm64-cpufeature-pass-capability-structure-to-enable-callback.patch [new file with mode: 0644]
queue-4.9/arm64-cputype-add-missing-midr-values-for-cortex-a72-and-cortex-a75.patch [new file with mode: 0644]
queue-4.9/arm64-entry-apply-bp-hardening-for-high-priority-synchronous-exceptions.patch [new file with mode: 0644]
queue-4.9/arm64-entry-apply-bp-hardening-for-suspicious-interrupts-from-el0.patch [new file with mode: 0644]
queue-4.9/arm64-entry-ensure-branch-through-syscall-table-is-bounded-under-speculation.patch [new file with mode: 0644]
queue-4.9/arm64-factor-out-ttbr0_el1-post-update-workaround-into-a-specific-asm-macro.patch [new file with mode: 0644]
queue-4.9/arm64-implement-array_index_mask_nospec.patch [new file with mode: 0644]
queue-4.9/arm64-implement-branch-predictor-hardening-for-affected-cortex-a-cpus.patch [new file with mode: 0644]
queue-4.9/arm64-kill-psci_get_version-as-a-variant-2-workaround.patch [new file with mode: 0644]
queue-4.9/arm64-kvm-add-smccc_arch_workaround_1-fast-handling.patch [new file with mode: 0644]
queue-4.9/arm64-kvm-increment-pc-after-handling-an-smc-trap.patch [new file with mode: 0644]
queue-4.9/arm64-kvm-make-psci_version-a-fast-path.patch [new file with mode: 0644]
queue-4.9/arm64-kvm-report-smccc_arch_workaround_1-bp-hardening-support.patch [new file with mode: 0644]
queue-4.9/arm64-kvm-use-per-cpu-vector-when-bp-hardening-is-enabled.patch [new file with mode: 0644]
queue-4.9/arm64-make-user_ds-an-inclusive-limit.patch [new file with mode: 0644]
queue-4.9/arm64-move-bp-hardening-to-check_and_switch_context.patch [new file with mode: 0644]
queue-4.9/arm64-move-post_ttbr_update_workaround-to-c-code.patch [new file with mode: 0644]
queue-4.9/arm64-move-task_-definitions-to-asm-processor.h.patch [new file with mode: 0644]
queue-4.9/arm64-run-enable-method-for-errata-work-arounds-on-late-cpus.patch [new file with mode: 0644]
queue-4.9/arm64-uaccess-don-t-bother-eliding-access_ok-checks-in-__-get-put-_user.patch [new file with mode: 0644]
queue-4.9/arm64-uaccess-mask-__user-pointers-for-__arch_-clear-copy_-_user.patch [new file with mode: 0644]
queue-4.9/arm64-uaccess-prevent-speculative-use-of-the-current-addr_limit.patch [new file with mode: 0644]
queue-4.9/arm64-use-pointer-masking-to-limit-uaccess-speculation.patch [new file with mode: 0644]
queue-4.9/drivers-firmware-expose-psci_get_version-through-psci_ops-structure.patch [new file with mode: 0644]
queue-4.9/firmware-psci-expose-psci-conduit.patch [new file with mode: 0644]
queue-4.9/firmware-psci-expose-smccc-version-through-psci_ops.patch [new file with mode: 0644]
queue-4.9/mm-introduce-lm_alias.patch [new file with mode: 0644]
queue-4.9/series