kernel-source/series.conf

883 lines
51 KiB
Plaintext

# Kernel patches configuration file
# vim: set ts=8 sw=8 noet:
#
# There are three kinds of rules (see guards.1 for details):
# +symbol include this patch if symbol is defined; otherwise exclude.
# -symbol exclude this patch if symbol is defined; otherwise include.
# - exclude this patch.
#
# Using symbols means that an entirely different source tree will be
# generated depending on which symbols are defined. This used to be
# a good thing when arch-specific patches contained conflicts with other
# patches, but we now have a policy that patches must build everywhere.
# The result is a unified source tree that allows us to do neat things
# like ship kernel module packages. Creating a divergent tree breaks
# these # so you'd better have an extraordinary reason for using them.
# For example, the openSUSE 10.3 kernel uses them for segregating the
# -rt patches until they can be integrated completely, and these are
# only applied at the very end of the series.
#
# The most common use in recent kernels is to disable a patch with a
# username as the symbol to indicate responsbility. Another use is
# to check in a patch for testing, but have it disabled in all but your
# own build environment.
########################################################
# latest standard kernel patches
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/4.18.1-001-x86-paravirt-Fix-spectre-v2-mitigations-for-pa.patch
patches.kernel.org/4.18.1-002-x86-speculation-Protect-against-userspace-user.patch
patches.kernel.org/4.18.1-003-kprobes-x86-Fix-p-uses-in-error-messages.patch
patches.kernel.org/4.18.1-004-x86-irqflags-Provide-a-declaration-for-native_.patch
patches.kernel.org/4.18.1-005-x86-speculation-l1tf-Increase-32bit-PAE-__PHYS.patch
patches.kernel.org/4.18.1-006-x86-speculation-l1tf-Change-order-of-offset-ty.patch
patches.kernel.org/4.18.1-007-x86-speculation-l1tf-Protect-swap-entries-agai.patch
patches.kernel.org/4.18.1-008-x86-speculation-l1tf-Protect-PROT_NONE-PTEs-ag.patch
patches.kernel.org/4.18.1-009-x86-speculation-l1tf-Make-sure-the-first-page-.patch
patches.kernel.org/4.18.1-010-x86-speculation-l1tf-Add-sysfs-reporting-for-l.patch
patches.kernel.org/4.18.1-011-x86-speculation-l1tf-Disallow-non-privileged-h.patch
patches.kernel.org/4.18.1-012-x86-speculation-l1tf-Limit-swap-file-size-to-M.patch
patches.kernel.org/4.18.1-013-x86-bugs-Move-the-l1tf-function-and-define-pr_.patch
patches.kernel.org/4.18.1-014-sched-smt-Update-sched_smt_present-at-runtime.patch
patches.kernel.org/4.18.1-015-x86-smp-Provide-topology_is_primary_thread.patch
patches.kernel.org/4.18.1-016-x86-topology-Provide-topology_smt_supported.patch
patches.kernel.org/4.18.1-017-cpu-hotplug-Make-bringup-teardown-of-smp-threa.patch
patches.kernel.org/4.18.1-018-cpu-hotplug-Split-do_cpu_down.patch
patches.kernel.org/4.18.1-019-cpu-hotplug-Provide-knobs-to-control-SMT.patch
patches.kernel.org/4.18.1-020-x86-cpu-Remove-the-pointless-CPU-printout.patch
patches.kernel.org/4.18.1-021-x86-cpu-AMD-Remove-the-pointless-detect_ht-cal.patch
patches.kernel.org/4.18.1-022-x86-cpu-common-Provide-detect_ht_early.patch
patches.kernel.org/4.18.1-023-x86-cpu-topology-Provide-detect_extended_topol.patch
patches.kernel.org/4.18.1-024-x86-cpu-intel-Evaluate-smp_num_siblings-early.patch
patches.kernel.org/4.18.1-025-x86-CPU-AMD-Do-not-check-CPUID-max-ext-level-b.patch
patches.kernel.org/4.18.1-026-x86-cpu-AMD-Evaluate-smp_num_siblings-early.patch
patches.kernel.org/4.18.1-027-x86-apic-Ignore-secondary-threads-if-nosmt-for.patch
patches.kernel.org/4.18.1-028-x86-speculation-l1tf-Extend-64bit-swap-file-si.patch
patches.kernel.org/4.18.1-029-x86-cpufeatures-Add-detection-of-L1D-cache-flu.patch
patches.kernel.org/4.18.1-030-x86-CPU-AMD-Move-TOPOEXT-reenablement-before-r.patch
patches.kernel.org/4.18.1-031-x86-speculation-l1tf-Protect-PAE-swap-entries-.patch
patches.kernel.org/4.18.1-032-x86-speculation-l1tf-Fix-up-pte-pfn-conversion.patch
patches.kernel.org/4.18.1-033-Revert-x86-apic-Ignore-secondary-threads-if-no.patch
patches.kernel.org/4.18.1-034-cpu-hotplug-Boot-HT-siblings-at-least-once.patch
patches.kernel.org/4.18.1-035-x86-KVM-Warn-user-if-KVM-is-loaded-SMT-and-L1T.patch
patches.kernel.org/4.18.1-036-x86-KVM-VMX-Add-module-argument-for-L1TF-mitig.patch
patches.kernel.org/4.18.1-037-x86-KVM-VMX-Add-L1D-flush-algorithm.patch
patches.kernel.org/4.18.1-038-x86-KVM-VMX-Add-L1D-MSR-based-flush.patch
patches.kernel.org/4.18.1-039-x86-KVM-VMX-Add-L1D-flush-logic.patch
patches.kernel.org/4.18.1-040-x86-KVM-VMX-Split-the-VMX-MSR-LOAD-structures-.patch
patches.kernel.org/4.18.1-041-x86-KVM-VMX-Add-find_msr-helper-function.patch
patches.kernel.org/4.18.1-042-x86-KVM-VMX-Separate-the-VMX-AUTOLOAD-guest-ho.patch
patches.kernel.org/4.18.1-043-x86-KVM-VMX-Extend-add_atomic_switch_msr-to-al.patch
patches.kernel.org/4.18.1-044-x86-KVM-VMX-Use-MSR-save-list-for-IA32_FLUSH_C.patch
patches.kernel.org/4.18.1-045-cpu-hotplug-Online-siblings-when-SMT-control-i.patch
patches.kernel.org/4.18.1-046-x86-litf-Introduce-vmx-status-variable.patch
patches.kernel.org/4.18.1-047-x86-kvm-Drop-L1TF-MSR-list-approach.patch
patches.kernel.org/4.18.1-048-x86-l1tf-Handle-EPT-disabled-state-proper.patch
patches.kernel.org/4.18.1-049-x86-kvm-Move-l1tf-setup-function.patch
patches.kernel.org/4.18.1-050-x86-kvm-Add-static-key-for-flush-always.patch
patches.kernel.org/4.18.1-051-x86-kvm-Serialize-L1D-flush-parameter-setter.patch
patches.kernel.org/4.18.1-052-x86-kvm-Allow-runtime-control-of-L1D-flush.patch
patches.kernel.org/4.18.1-053-cpu-hotplug-Expose-SMT-control-init-function.patch
patches.kernel.org/4.18.1-054-cpu-hotplug-Set-CPU_SMT_NOT_SUPPORTED-early.patch
patches.kernel.org/4.18.1-055-x86-bugs-kvm-Introduce-boot-time-control-of-L1.patch
patches.kernel.org/4.18.1-056-Documentation-Add-section-about-CPU-vulnerabil.patch
patches.kernel.org/4.18.1-057-x86-speculation-l1tf-Unbreak-__HAVE_ARCH_PFN_M.patch
patches.kernel.org/4.18.1-058-x86-KVM-VMX-Initialize-the-vmx_l1d_flush_pages.patch
patches.kernel.org/4.18.1-059-Documentation-l1tf-Fix-typos.patch
patches.kernel.org/4.18.1-060-cpu-hotplug-detect-SMT-disabled-by-BIOS.patch
patches.kernel.org/4.18.1-061-x86-KVM-VMX-Don-t-set-l1tf_flush_l1d-to-true-f.patch
patches.kernel.org/4.18.1-062-x86-KVM-VMX-Replace-vmx_l1d_flush_always-with-.patch
patches.kernel.org/4.18.1-063-x86-KVM-VMX-Move-the-l1tf_flush_l1d-test-to-vm.patch
patches.kernel.org/4.18.1-064-x86-irq-Demote-irq_cpustat_t-__softirq_pending.patch
patches.kernel.org/4.18.1-065-x86-KVM-VMX-Introduce-per-host-cpu-analogue-of.patch
patches.kernel.org/4.18.1-066-x86-Don-t-include-linux-irq.h-from-asm-hardirq.patch
patches.kernel.org/4.18.1-067-x86-irq-Let-interrupt-handlers-set-kvm_cpu_l1t.patch
patches.kernel.org/4.18.1-068-x86-KVM-VMX-Don-t-set-l1tf_flush_l1d-from-vmx_.patch
patches.kernel.org/4.18.1-069-Documentation-l1tf-Remove-Yonah-processors-fro.patch
patches.kernel.org/4.18.1-070-x86-speculation-Simplify-sysfs-report-of-VMX-L.patch
patches.kernel.org/4.18.1-071-x86-speculation-Use-ARCH_CAPABILITIES-to-skip-.patch
patches.kernel.org/4.18.1-072-KVM-VMX-Tell-the-nested-hypervisor-to-skip-L1D.patch
patches.kernel.org/4.18.1-073-cpu-hotplug-Fix-SMT-supported-evaluation.patch
patches.kernel.org/4.18.1-074-x86-speculation-l1tf-Invert-all-not-present-ma.patch
patches.kernel.org/4.18.1-075-x86-speculation-l1tf-Make-pmd-pud_mknotpresent.patch
patches.kernel.org/4.18.1-076-x86-mm-pat-Make-set_memory_np-L1TF-safe.patch
patches.kernel.org/4.18.1-077-x86-mm-kmmio-Make-the-tracer-robust-against-L1.patch
patches.kernel.org/4.18.1-078-tools-headers-Synchronise-x86-cpufeatures.h-fo.patch
patches.kernel.org/4.18.1-079-x86-microcode-Allow-late-microcode-loading-wit.patch
patches.kernel.org/4.18.1-080-x86-smp-fix-non-SMP-broken-build-due-to-redefi.patch
patches.kernel.org/4.18.1-081-cpu-hotplug-Non-SMP-machines-do-not-make-use-o.patch
patches.kernel.org/4.18.1-082-x86-init-fix-build-with-CONFIG_SWAP-n.patch
patches.kernel.org/4.18.1-083-Linux-4.18.1.patch
patches.kernel.org/4.18.2-001-x86-l1tf-Fix-build-error-seen-if-CONFIG_KVM_IN.patch
patches.kernel.org/4.18.2-002-x86-i8259-Add-missing-include-file.patch
patches.kernel.org/4.18.2-003-x86-hyper-v-Check-for-VP_INVAL-in-hyperv_flush.patch
patches.kernel.org/4.18.2-004-x86-platform-UV-Mark-memblock-related-init-cod.patch
patches.kernel.org/4.18.2-005-x86-mm-pti-Clear-Global-bit-more-aggressively.patch
patches.kernel.org/4.18.2-006-xen-pv-Call-get_cpu_address_sizes-to-set-x86_v.patch
patches.kernel.org/4.18.2-007-x86-mm-Disable-ioremap-free-page-handling-on-x.patch
patches.kernel.org/4.18.2-008-kbuild-verify-that-DEPMOD-is-installed.patch
patches.kernel.org/4.18.2-009-crypto-ccree-fix-finup.patch
patches.kernel.org/4.18.2-010-crypto-ccree-fix-iv-handling.patch
patches.kernel.org/4.18.2-011-crypto-ccp-Check-for-NULL-PSP-pointer-at-modul.patch
patches.kernel.org/4.18.2-012-crypto-ccp-Fix-command-completion-detection-ra.patch
patches.kernel.org/4.18.2-013-crypto-x86-sha256-mb-fix-digest-copy-in-sha256.patch
patches.kernel.org/4.18.2-014-crypto-vmac-require-a-block-cipher-with-128-bi.patch
patches.kernel.org/4.18.2-015-crypto-vmac-separate-tfm-and-request-context.patch
patches.kernel.org/4.18.2-016-crypto-blkcipher-fix-crash-flushing-dcache-in-.patch
patches.kernel.org/4.18.2-017-crypto-ablkcipher-fix-crash-flushing-dcache-in.patch
patches.kernel.org/4.18.2-018-crypto-skcipher-fix-aligning-block-size-in-skc.patch
patches.kernel.org/4.18.2-019-crypto-skcipher-fix-crash-flushing-dcache-in-e.patch
patches.kernel.org/4.18.2-020-Bluetooth-hidp-buffer-overflow-in-hidp_process.patch
patches.kernel.org/4.18.2-021-ioremap-Update-pgtable-free-interfaces-with-ad.patch
patches.kernel.org/4.18.2-022-x86-mm-Add-TLB-purge-to-free-pmd-pte-page-inte.patch
patches.kernel.org/4.18.2-023-Linux-4.18.2.patch
patches.kernel.org/4.18.3-001-x86-speculation-l1tf-Exempt-zeroed-PTEs-from-i.patch
patches.kernel.org/4.18.3-002-Linux-4.18.3.patch
patches.kernel.org/4.18.4-001-l2tp-use-sk_dst_check-to-avoid-race-on-sk-sk_d.patch
patches.kernel.org/4.18.4-002-net_sched-fix-NULL-pointer-dereference-when-de.patch
patches.kernel.org/4.18.4-003-net_sched-Fix-missing-res-info-when-create-new.patch
patches.kernel.org/4.18.4-004-r8169-don-t-use-MSI-X-on-RTL8168g.patch
patches.kernel.org/4.18.4-005-ALSA-hda-Sleep-for-10ms-after-entering-D3-on-C.patch
patches.kernel.org/4.18.4-006-ALSA-hda-Turn-CX8200-into-D3-as-well-upon-rebo.patch
patches.kernel.org/4.18.4-007-ALSA-vx222-Fix-invalid-endian-conversions.patch
patches.kernel.org/4.18.4-008-ALSA-virmidi-Fix-too-long-output-trigger-loop.patch
patches.kernel.org/4.18.4-009-ALSA-cs5535audio-Fix-invalid-endian-conversion.patch
patches.kernel.org/4.18.4-010-ALSA-dice-fix-wrong-copy-to-rx-parameters-for-.patch
patches.kernel.org/4.18.4-011-ALSA-hda-Correct-Asrock-B85M-ITX-power_save-bl.patch
patches.kernel.org/4.18.4-012-ALSA-memalloc-Don-t-exceed-over-the-requested-.patch
patches.kernel.org/4.18.4-013-ALSA-vxpocket-Fix-invalid-endian-conversions.patch
patches.kernel.org/4.18.4-014-ALSA-seq-Fix-poll-error-return.patch
patches.kernel.org/4.18.4-015-media-gl861-fix-probe-of-dvb_usb_gl861.patch
patches.kernel.org/4.18.4-016-USB-serial-sierra-fix-potential-deadlock-at-cl.patch
patches.kernel.org/4.18.4-017-USB-serial-pl2303-add-a-new-device-id-for-ATEN.patch
patches.kernel.org/4.18.4-018-USB-option-add-support-for-DW5821e.patch
patches.kernel.org/4.18.4-019-ACPI-PM-save-NVS-memory-for-ASUS-1025C-laptop.patch
patches.kernel.org/4.18.4-020-tty-serial-8250-Revert-NXP-SC16C2552-workaroun.patch
patches.kernel.org/4.18.4-021-serial-8250_exar-Read-INT0-from-slave-device-t.patch
patches.kernel.org/4.18.4-022-serial-8250_dw-always-set-baud-rate-in-dw8250_.patch
patches.kernel.org/4.18.4-023-serial-8250_dw-Add-ACPI-support-for-uart-on-Br.patch
patches.kernel.org/4.18.4-024-uio-fix-wrong-return-value-from-uio_mmap.patch
patches.kernel.org/4.18.4-025-misc-sram-fix-resource-leaks-in-probe-error-pa.patch
patches.kernel.org/4.18.4-026-Revert-uio-use-request_threaded_irq-instead.patch
patches.kernel.org/4.18.4-027-Bluetooth-avoid-killing-an-already-killed-sock.patch
patches.kernel.org/4.18.4-028-isdn-Disable-IIOCDBGVAR.patch
patches.kernel.org/4.18.4-029-net-sock_diag-Fix-spectre-v1-gadget-in-__sock_.patch
patches.kernel.org/4.18.4-030-hv-netvsc-Fix-NULL-dereference-at-single-queue.patch
patches.kernel.org/4.18.4-031-r8169-don-t-use-MSI-X-on-RTL8106e.patch
patches.kernel.org/4.18.4-032-ip_vti-fix-a-null-pointer-deferrence-when-crea.patch
patches.kernel.org/4.18.4-033-net-ethernet-mvneta-Fix-napi-structure-mixup-o.patch
patches.kernel.org/4.18.4-034-net-mvneta-fix-mvneta_config_rss-on-armada-370.patch
patches.kernel.org/4.18.4-035-cls_matchall-fix-tcf_unbind_filter-missing.patch
patches.kernel.org/4.18.4-036-Linux-4.18.4.patch
patches.kernel.org/4.18.5-001-EDAC-Add-missing-MEM_LRDDR4-entry-in-edac_mem_.patch
patches.kernel.org/4.18.5-002-pty-fix-O_CLOEXEC-for-TIOCGPTPEER.patch
patches.kernel.org/4.18.5-003-mm-Allow-non-direct-map-arguments-to-free_rese.patch
patches.kernel.org/4.18.5-004-x86-mm-init-Pass-unconverted-symbol-addresses-.patch
patches.kernel.org/4.18.5-005-x86-mm-init-Add-helper-for-freeing-kernel-imag.patch
patches.kernel.org/4.18.5-006-x86-mm-init-Remove-freed-kernel-image-areas-fr.patch
patches.kernel.org/4.18.5-007-powerpc64s-Show-ori31-availability-in-spectre_.patch
patches.kernel.org/4.18.5-008-ext4-fix-spectre-gadget-in-ext4_mb_regular_all.patch
patches.kernel.org/4.18.5-009-drm-i915-kvmgt-Fix-potential-Spectre-v1.patch
patches.kernel.org/4.18.5-010-drm-amdgpu-pm-Fix-potential-Spectre-v1.patch
patches.kernel.org/4.18.5-011-parisc-Remove-unnecessary-barriers-from-spinlo.patch
patches.kernel.org/4.18.5-012-parisc-Remove-ordered-stores-from-syscall.S.patch
patches.kernel.org/4.18.5-013-PCI-Restore-resized-BAR-state-on-resume.patch
patches.kernel.org/4.18.5-014-PCI-ACPI-PM-Resume-all-bridges-on-suspend-to-R.patch
patches.kernel.org/4.18.5-015-PCI-hotplug-Don-t-leak-pci_slot-on-registratio.patch
patches.kernel.org/4.18.5-016-PCI-aardvark-Size-bridges-before-resources-all.patch
patches.kernel.org/4.18.5-017-PCI-Skip-MPS-logic-for-Virtual-Functions-VFs.patch
patches.kernel.org/4.18.5-018-PCI-pciehp-Fix-use-after-free-on-unplug.patch
patches.kernel.org/4.18.5-019-PCI-pciehp-Fix-unprotected-list-iteration-in-I.patch
patches.kernel.org/4.18.5-020-i2c-core-ACPI-Properly-set-status-byte-to-0-fo.patch
patches.kernel.org/4.18.5-021-i2c-imx-Fix-race-condition-in-dma-read.patch
patches.kernel.org/4.18.5-022-reiserfs-fix-broken-xattr-handling-heap-corrup.patch
patches.kernel.org/4.18.5-023-Linux-4.18.5.patch
patches.kernel.org/4.18.6-001-PATCH-scripts-kernel-doc.patch
patches.kernel.org/4.18.6-002-scripts-kernel-doc-Escape-all-literal-braces-i.patch
patches.kernel.org/4.18.6-003-scsi-libsas-dynamically-allocate-and-free-ata-.patch
patches.kernel.org/4.18.6-004-xprtrdma-Fix-disconnect-regression.patch
patches.kernel.org/4.18.6-005-mei-don-t-update-offset-in-write.patch
patches.kernel.org/4.18.6-006-cifs-add-missing-support-for-ACLs-in-SMB-3.11.patch
patches.kernel.org/4.18.6-007-CIFS-fix-uninitialized-ptr-deref-in-smb2-signi.patch
patches.kernel.org/4.18.6-008-cifs-add-missing-debug-entries-for-kconfig-opt.patch
patches.kernel.org/4.18.6-009-cifs-use-a-refcount-to-protect-open-closing-th.patch
patches.kernel.org/4.18.6-010-cifs-check-kmalloc-before-use.patch
patches.kernel.org/4.18.6-011-smb3-enumerating-snapshots-was-leaving-part-of.patch
patches.kernel.org/4.18.6-012-smb3-Do-not-send-SMB3-SET_INFO-if-nothing-chan.patch
patches.kernel.org/4.18.6-013-smb3-don-t-request-leases-in-symlink-creation-.patch
patches.kernel.org/4.18.6-014-smb3-fill-in-statfs-fsid-and-correct-namelen.patch
patches.kernel.org/4.18.6-015-btrfs-use-correct-compare-function-of-dirty_me.patch
patches.kernel.org/4.18.6-016-btrfs-don-t-leak-ret-from-do_chunk_alloc.patch
patches.kernel.org/4.18.6-017-Btrfs-fix-mount-failure-after-fsync-due-to-har.patch
patches.kernel.org/4.18.6-018-Btrfs-fix-btrfs_write_inode-vs-delayed-iput-de.patch
patches.kernel.org/4.18.6-019-Btrfs-fix-send-failure-when-root-has-deleted-f.patch
patches.kernel.org/4.18.6-020-Btrfs-send-fix-incorrect-file-layout-after-hol.patch
patches.kernel.org/4.18.6-021-hwmon-k10temp-27C-Offset-needed-for-Threadripp.patch
patches.kernel.org/4.18.6-022-bpf-arm32-fix-stack-var-offset-in-jit.patch
patches.kernel.org/4.18.6-023-regulator-arizona-ldo1-Use-correct-device-to-g.patch
patches.kernel.org/4.18.6-024-iommu-arm-smmu-Error-out-only-if-not-enough-co.patch
patches.kernel.org/4.18.6-025-printk-Split-the-code-for-storing-a-message-in.patch
patches.kernel.org/4.18.6-026-printk-Create-helper-function-to-queue-deferre.patch
patches.kernel.org/4.18.6-027-printk-nmi-Prevent-deadlock-when-accessing-the.patch
patches.kernel.org/4.18.6-028-kprobes-arm64-Fix-p-uses-in-error-messages.patch
patches.kernel.org/4.18.6-029-arm64-Fix-mismatched-cache-line-size-detection.patch
patches.kernel.org/4.18.6-030-arm64-Handle-mismatched-cache-type.patch
patches.kernel.org/4.18.6-031-arm64-mm-check-for-upper-PAGE_SHIFT-bits-in-pf.patch
patches.kernel.org/4.18.6-032-arm64-dts-rockchip-corrected-uart1-clock-names.patch
patches.kernel.org/4.18.6-033-KVM-arm-arm64-Fix-potential-loss-of-ptimer-int.patch
patches.kernel.org/4.18.6-034-KVM-arm-arm64-Fix-lost-IRQs-from-emulated-phys.patch
patches.kernel.org/4.18.6-035-KVM-arm-arm64-Skip-updating-PMD-entry-if-no-ch.patch
patches.kernel.org/4.18.6-036-KVM-arm-arm64-Skip-updating-PTE-entry-if-no-ch.patch
patches.kernel.org/4.18.6-037-s390-kvm-fix-deadlock-when-killed-by-oom.patch
patches.kernel.org/4.18.6-038-perf-kvm-Fix-subcommands-on-s390.patch
patches.kernel.org/4.18.6-039-stop_machine-Reflow-cpu_stop_queue_two_works.patch
patches.kernel.org/4.18.6-040-stop_machine-Atomically-queue-and-wake-stopper.patch
patches.kernel.org/4.18.6-041-ext4-check-for-NUL-characters-in-extended-attr.patch
patches.kernel.org/4.18.6-042-ext4-use-ext4_warning-for-sb_getblk-failure.patch
patches.kernel.org/4.18.6-043-ext4-sysfs-print-ext4_super_block-fields-as-li.patch
patches.kernel.org/4.18.6-044-ext4-reset-error-code-in-ext4_find_entry-in-fa.patch
patches.kernel.org/4.18.6-045-ext4-fix-race-when-setting-the-bitmap-corrupte.patch
patches.kernel.org/4.18.6-046-nvme-pci-add-a-memory-barrier-to-nvme_dbbuf_up.patch
patches.kernel.org/4.18.6-047-x86-gpu-reserve-ICL-s-graphics-stolen-memory.patch
patches.kernel.org/4.18.6-048-platform-x86-wmi-Do-not-mix-pages-and-kmalloc.patch
patches.kernel.org/4.18.6-049-platform-x86-ideapad-laptop-Apply-no_hw_rfkill.patch
patches.kernel.org/4.18.6-050-mm-move-tlb_table_flush-to-tlb_flush_mmu_free.patch
patches.kernel.org/4.18.6-051-mm-tlb-x86-mm-Support-invalidating-TLB-caches-.patch
patches.kernel.org/4.18.6-052-x86-speculation-l1tf-Fix-overflow-in-l1tf_pfn_.patch
patches.kernel.org/4.18.6-053-x86-speculation-l1tf-Fix-off-by-one-error-when.patch
patches.kernel.org/4.18.6-054-x86-speculation-l1tf-Suggest-what-to-do-on-sys.patch
patches.kernel.org/4.18.6-055-x86-vdso-Fix-vDSO-build-if-a-retpoline-is-emit.patch
patches.kernel.org/4.18.6-056-x86-process-Re-export-start_thread.patch
patches.kernel.org/4.18.6-057-KVM-x86-ensure-all-MSRs-can-always-be-KVM_GET-.patch
patches.kernel.org/4.18.6-058-KVM-x86-SVM-Call-x86_spec_ctrl_set_guest-host-.patch
patches.kernel.org/4.18.6-059-fuse-Don-t-access-pipe-buffers-without-pipe_lo.patch
patches.kernel.org/4.18.6-060-fuse-fix-initial-parallel-dirops.patch
patches.kernel.org/4.18.6-061-fuse-fix-double-request_end.patch
patches.kernel.org/4.18.6-062-fuse-fix-unlocked-access-to-processing-queue.patch
patches.kernel.org/4.18.6-063-fuse-umount-should-wait-for-all-requests.patch
patches.kernel.org/4.18.6-064-fuse-Fix-oops-at-process_init_reply.patch
patches.kernel.org/4.18.6-065-fuse-Add-missed-unlock_page-to-fuse_readpages_.patch
patches.kernel.org/4.18.6-066-lib-vsprintf-Do-not-handle-pO-F-as-px.patch
patches.kernel.org/4.18.6-067-udl-kms-change-down_interruptible-to-down.patch
patches.kernel.org/4.18.6-068-udl-kms-handle-allocation-failure.patch
patches.kernel.org/4.18.6-069-udl-kms-fix-crash-due-to-uninitialized-memory.patch
patches.kernel.org/4.18.6-070-udl-kms-avoid-division.patch
patches.kernel.org/4.18.6-071-b43legacy-leds-Ensure-NUL-termination-of-LED-n.patch
patches.kernel.org/4.18.6-072-b43-leds-Ensure-NUL-termination-of-LED-name-st.patch
patches.kernel.org/4.18.6-073-ASoC-dpcm-don-t-merge-format-from-invalid-code.patch
patches.kernel.org/4.18.6-074-ASoC-zte-Fix-incorrect-PCM-format-bit-usages.patch
patches.kernel.org/4.18.6-075-ASoC-sirf-Fix-potential-NULL-pointer-dereferen.patch
patches.kernel.org/4.18.6-076-ASoC-wm_adsp-Correct-DSP-pointer-for-preloader.patch
patches.kernel.org/4.18.6-077-soc-qcom-rmtfs-mem-fix-memleak-in-probe-error-.patch
patches.kernel.org/4.18.6-078-pinctrl-freescale-off-by-one-in-imx1_pinconf_g.patch
patches.kernel.org/4.18.6-079-scsi-qla2xxx-Fix-stalled-relogin.patch
patches.kernel.org/4.18.6-080-x86-vdso-Fix-lsl-operand-order.patch
patches.kernel.org/4.18.6-081-x86-nmi-Fix-NMI-uaccess-race-against-CR3-switc.patch
patches.kernel.org/4.18.6-082-x86-irqflags-Mark-native_restore_fl-extern-inl.patch
patches.kernel.org/4.18.6-083-x86-spectre-Add-missing-family-6-check-to-micr.patch
patches.kernel.org/4.18.6-084-x86-speculation-l1tf-Increase-l1tf-memory-limi.patch
patches.kernel.org/4.18.6-085-hwmon-nct6775-Fix-potential-Spectre-v1.patch
patches.kernel.org/4.18.6-086-x86-entry-64-Wipe-KASAN-stack-shadow-before-re.patch
patches.kernel.org/4.18.6-087-x86-Allow-generating-user-space-headers-withou.patch
patches.kernel.org/4.18.6-088-s390-mm-fix-addressing-exception-after-suspend.patch
patches.kernel.org/4.18.6-089-s390-lib-use-expoline-for-all-bcr-instructions.patch
patches.kernel.org/4.18.6-090-s390-fix-br_r1_trampoline-for-machines-without.patch
patches.kernel.org/4.18.6-091-s390-qdio-reset-old-sbal_state-flags.patch
patches.kernel.org/4.18.6-092-s390-numa-move-initial-setup-of-node_to_cpumas.patch
patches.kernel.org/4.18.6-093-s390-pci-fix-out-of-bounds-access-during-irq-s.patch
patches.kernel.org/4.18.6-094-s390-purgatory-Fix-crash-with-expoline-enabled.patch
patches.kernel.org/4.18.6-095-s390-purgatory-Add-missing-FORCE-to-Makefile-t.patch
patches.kernel.org/4.18.6-096-kprobes-Show-blacklist-addresses-as-same-as-ka.patch
patches.kernel.org/4.18.6-097-kprobes-Replace-p-with-other-pointer-types.patch
patches.kernel.org/4.18.6-098-kprobes-arm-Fix-p-uses-in-error-messages.patch
patches.kernel.org/4.18.6-099-kprobes-Make-list-and-blacklist-root-user-read.patch
patches.kernel.org/4.18.6-100-MIPS-Correct-the-64-bit-DSP-accumulator-regist.patch
patches.kernel.org/4.18.6-101-MIPS-memset.S-Fix-byte_fixup-for-MIPSr6.patch
patches.kernel.org/4.18.6-102-MIPS-Always-use-march-arch-not-arch-shortcuts.patch
patches.kernel.org/4.18.6-103-MIPS-Change-definition-of-cpu_relax-for-Loongs.patch
patches.kernel.org/4.18.6-104-MIPS-lib-Provide-MIPS64r6-__multi3-for-GCC-7.patch
patches.kernel.org/4.18.6-105-tpm-Return-the-actual-size-when-receiving-an-u.patch
patches.kernel.org/4.18.6-106-tpm-separate-cmd_ready-go_idle-from-runtime_pm.patch
patches.kernel.org/4.18.6-107-scsi-mpt3sas-Fix-calltrace-observed-while-runn.patch
patches.kernel.org/4.18.6-108-scsi-mpt3sas-Fix-_transport_smp_handler-error-.patch
patches.kernel.org/4.18.6-109-scsi-sysfs-Introduce-sysfs_-un-break_active_pr.patch
patches.kernel.org/4.18.6-110-scsi-core-Avoid-that-SCSI-device-removal-throu.patch
patches.kernel.org/4.18.6-111-iscsi-target-fix-session-creation-failure-hand.patch
patches.kernel.org/4.18.6-112-mtd-rawnand-hynix-Use-exec_op-in-hynix_nand_re.patch
patches.kernel.org/4.18.6-113-mtd-rawnand-fsmc-Stop-using-chip-read_buf.patch
patches.kernel.org/4.18.6-114-mtd-rawnand-marvell-add-suspend-and-resume-hoo.patch
patches.kernel.org/4.18.6-115-mtd-rawnand-qcom-wait-for-desc-completion-in-a.patch
patches.kernel.org/4.18.6-116-clk-rockchip-fix-clk_i2sout-parent-selection-b.patch
patches.kernel.org/4.18.6-117-clk-npcm7xx-fix-memory-allocation.patch
patches.kernel.org/4.18.6-118-PM-clk-signedness-bug-in-of_pm_clk_add_clks.patch
patches.kernel.org/4.18.6-119-power-generic-adc-battery-fix-out-of-bounds-wr.patch
patches.kernel.org/4.18.6-120-power-generic-adc-battery-check-for-duplicate-.patch
patches.kernel.org/4.18.6-121-watchdog-Mark-watchdog-touch-functions-as-notr.patch
patches.kernel.org/4.18.6-122-cdrom-Fix-info-leak-OOB-read-in-cdrom_ioctl_dr.patch
patches.kernel.org/4.18.6-123-x86-dumpstack-Don-t-dump-kernel-memory-based-o.patch
patches.kernel.org/4.18.6-124-Linux-4.18.6.patch
patches.kernel.org/4.18.7-001-rcu-Make-expedited-GPs-handle-CPU-0-being-offl.patch
patches.kernel.org/4.18.7-002-net-6lowpan-fix-reserved-space-for-single-fram.patch
patches.kernel.org/4.18.7-003-net-mac802154-tx-expand-tailroom-if-necessary.patch
patches.kernel.org/4.18.7-004-9p-net-Fix-zero-copy-path-in-the-9p-virtio-tra.patch
patches.kernel.org/4.18.7-005-spi-davinci-fix-a-NULL-pointer-dereference.patch
patches.kernel.org/4.18.7-006-spi-pxa2xx-Add-support-for-Intel-Ice-Lake.patch
patches.kernel.org/4.18.7-007-spi-spi-fsl-dspi-Fix-imprecise-abort-on-VF500-.patch
patches.kernel.org/4.18.7-008-spi-cadence-Change-usleep_range-to-udelay-for-.patch
patches.kernel.org/4.18.7-009-mmc-block-Fix-unsupported-parallel-dispatch-of.patch
patches.kernel.org/4.18.7-010-mmc-renesas_sdhi_internal_dmac-mask-DMAC-inter.patch
patches.kernel.org/4.18.7-011-mmc-renesas_sdhi_internal_dmac-fix-define-RST_.patch
patches.kernel.org/4.18.7-012-readahead-stricter-check-for-bdi-io_pages.patch
patches.kernel.org/4.18.7-013-block-fix-infinite-loop-if-the-device-loses-di.patch
patches.kernel.org/4.18.7-014-block-blk_init_allocated_queue-set-q-fq-as-NUL.patch
patches.kernel.org/4.18.7-015-block-really-disable-runtime-pm-for-blk-mq.patch
patches.kernel.org/4.18.7-016-blkcg-Introduce-blkg_root_lookup.patch
patches.kernel.org/4.18.7-017-block-Introduce-blk_exit_queue.patch
patches.kernel.org/4.18.7-018-block-Ensure-that-a-request-queue-is-dissociat.patch
patches.kernel.org/4.18.7-019-apparmor-fix-bad-debug-check-in-apparmor_secid.patch
patches.kernel.org/4.18.7-020-dma-buf-Move-BUG_ON-from-_add_shared_fence-to-.patch
patches.kernel.org/4.18.7-021-libertas-fix-suspend-and-resume-for-SDIO-conne.patch
patches.kernel.org/4.18.7-022-media-Revert-media-tvp5150-fix-pad-format-fram.patch
patches.kernel.org/4.18.7-023-mailbox-xgene-slimpro-Fix-potential-NULL-point.patch
patches.kernel.org/4.18.7-024-Replace-magic-for-trusting-the-secondary-keyri.patch
patches.kernel.org/4.18.7-025-Fix-kexec-forbidding-kernels-signed-with-keys-.patch
patches.kernel.org/4.18.7-026-powerpc-fadump-handle-crash-memory-ranges-arra.patch
patches.kernel.org/4.18.7-027-powerpc-64s-Fix-page-table-fragment-refcount-r.patch
patches.kernel.org/4.18.7-028-powerpc-pseries-Fix-endianness-while-restoring.patch
patches.kernel.org/4.18.7-029-powerpc-pkeys-Give-all-threads-control-of-thei.patch
patches.kernel.org/4.18.7-030-powerpc-pkeys-Deny-read-write-execute-by-defau.patch
patches.kernel.org/4.18.7-031-powerpc-pkeys-key-allocation-deallocation-must.patch
patches.kernel.org/4.18.7-032-powerpc-pkeys-Save-the-pkey-registers-before-f.patch
patches.kernel.org/4.18.7-033-powerpc-pkeys-Fix-calculation-of-total-pkeys.patch
patches.kernel.org/4.18.7-034-powerpc-pkeys-Preallocate-execute-only-key.patch
patches.kernel.org/4.18.7-035-powerpc-nohash-fix-pte_access_permitted.patch
patches.kernel.org/4.18.7-036-powerpc64-ftrace-Include-ftrace.h-needed-for-e.patch
patches.kernel.org/4.18.7-037-powerpc-powernv-pci-Work-around-races-in-PCI-b.patch
patches.kernel.org/4.18.7-038-cxl-Fix-wrong-comparison-in-cxl_adapter_contex.patch
patches.kernel.org/4.18.7-039-ocxl-Fix-page-fault-handler-in-case-of-fault-o.patch
patches.kernel.org/4.18.7-040-IB-mlx5-Honor-cnt_set_id_valid-flag-instead-of.patch
patches.kernel.org/4.18.7-041-IB-mlx5-Fix-leaking-stack-memory-to-userspace.patch
patches.kernel.org/4.18.7-042-IB-srpt-Fix-srpt_cm_req_recv-error-path-1-2.patch
patches.kernel.org/4.18.7-043-IB-srpt-Fix-srpt_cm_req_recv-error-path-2-2.patch
patches.kernel.org/4.18.7-044-IB-srpt-Support-HCAs-with-more-than-two-ports.patch
patches.kernel.org/4.18.7-045-overflow.h-Add-arithmetic-shift-helper.patch
patches.kernel.org/4.18.7-046-RDMA-mlx5-Fix-shift-overflow-in-mlx5_ib_create.patch
patches.kernel.org/4.18.7-047-ib_srpt-Fix-a-use-after-free-in-srpt_close_ch.patch
patches.kernel.org/4.18.7-048-ib_srpt-Fix-a-use-after-free-in-__srpt_close_a.patch
patches.kernel.org/4.18.7-049-RDMA-rxe-Set-wqe-status-correctly-if-an-unexpe.patch
patches.kernel.org/4.18.7-050-9p-fix-multiple-NULL-pointer-dereferences.patch
patches.kernel.org/4.18.7-051-fs-9p-xattr.c-catch-the-error-of-p9_client_clu.patch
patches.kernel.org/4.18.7-052-9p-virtio-fix-off-by-one-error-in-sg-list-boun.patch
patches.kernel.org/4.18.7-053-net-9p-client.c-version-pointer-uninitialized.patch
patches.kernel.org/4.18.7-054-net-9p-trans_fd.c-fix-race-condition-by-flushi.patch
patches.kernel.org/4.18.7-055-dm-integrity-change-suspending-variable-from-b.patch
patches.kernel.org/4.18.7-056-dm-thin-stop-no_space_timeout-worker-when-swit.patch
patches.kernel.org/4.18.7-057-dm-cache-metadata-save-in-core-policy_hint_siz.patch
patches.kernel.org/4.18.7-058-dm-cache-metadata-set-dirty-on-all-cache-block.patch
patches.kernel.org/4.18.7-059-dm-crypt-don-t-decrease-device-limits.patch
patches.kernel.org/4.18.7-060-dm-writecache-fix-a-crash-due-to-reading-past-.patch
patches.kernel.org/4.18.7-061-uart-fix-race-between-uart_put_char-and-uart_s.patch
patches.kernel.org/4.18.7-062-Drivers-hv-vmbus-Fix-the-offer_in_progress-in-.patch
patches.kernel.org/4.18.7-063-Drivers-hv-vmbus-Reset-the-channel-callback-in.patch
patches.kernel.org/4.18.7-064-iio-sca3000-Fix-missing-return-in-switch.patch
patches.kernel.org/4.18.7-065-iio-ad9523-Fix-displayed-phase.patch
patches.kernel.org/4.18.7-066-iio-ad9523-Fix-return-value-for-ad952x_store.patch
patches.kernel.org/4.18.7-067-extcon-Release-locking-when-sending-the-notifi.patch
patches.kernel.org/4.18.7-068-eventpoll.h-wrap-casts-in-properly.patch
patches.kernel.org/4.18.7-069-vmw_balloon-fix-inflation-of-64-bit-GFNs.patch
patches.kernel.org/4.18.7-070-vmw_balloon-do-not-use-2MB-without-batching.patch
patches.kernel.org/4.18.7-071-vmw_balloon-VMCI_DOORBELL_SET-does-not-check-s.patch
patches.kernel.org/4.18.7-072-vmw_balloon-fix-VMCI-use-when-balloon-built-in.patch
patches.kernel.org/4.18.7-073-rtc-omap-fix-resource-leak-in-registration-err.patch
patches.kernel.org/4.18.7-074-rtc-omap-fix-potential-crash-on-power-off.patch
patches.kernel.org/4.18.7-075-tracing-Do-not-call-start-stop-functions-when-.patch
patches.kernel.org/4.18.7-076-tracing-blktrace-Fix-to-allow-setting-same-val.patch
patches.kernel.org/4.18.7-077-printk-tracing-Do-not-trace-printk_nmi_enter.patch
patches.kernel.org/4.18.7-078-livepatch-Validate-module-old-func-name-length.patch
patches.kernel.org/4.18.7-079-uprobes-Use-synchronize_rcu-not-synchronize_sc.patch
patches.kernel.org/4.18.7-080-mfd-hi655x-Fix-regmap-area-declared-size-for-h.patch
patches.kernel.org/4.18.7-081-ovl-fix-wrong-use-of-impure-dir-cache-in-ovl_i.patch
patches.kernel.org/4.18.7-082-ACPICA-AML-Parser-skip-opcodes-that-open-a-sco.patch
patches.kernel.org/4.18.7-083-ACPICA-Clear-status-of-all-events-when-enterin.patch
patches.kernel.org/4.18.7-084-drivers-block-zram-zram_drv.c-fix-bug-storing-.patch
patches.kernel.org/4.18.7-085-sched-idle-Avoid-retaining-the-tick-when-it-ha.patch
patches.kernel.org/4.18.7-086-cpuidle-menu-Handle-stopped-tick-more-aggressi.patch
patches.kernel.org/4.18.7-087-cpufreq-governor-Avoid-accessing-invalid-gover.patch
patches.kernel.org/4.18.7-088-PM-sleep-wakeup-Fix-build-error-caused-by-miss.patch
patches.kernel.org/4.18.7-089-ALSA-ac97-fix-device-initialization-in-the-com.patch
patches.kernel.org/4.18.7-090-ALSA-ac97-fix-check-of-pm_runtime_get_sync-fai.patch
patches.kernel.org/4.18.7-091-ALSA-ac97-fix-unbalanced-pm_runtime_enable.patch
patches.kernel.org/4.18.7-092-i2c-designware-Re-init-controllers-with-pm_dis.patch
patches.kernel.org/4.18.7-093-KVM-VMX-fixes-for-vmentry_l1d_flush-module-par.patch
patches.kernel.org/4.18.7-094-KVM-PPC-Book3S-Fix-guest-DMA-when-guest-partia.patch
patches.kernel.org/4.18.7-095-xtensa-limit-offsets-in-__loop_cache_-all-page.patch
patches.kernel.org/4.18.7-096-xtensa-increase-ranges-in-___invalidate_-i-d-c.patch
patches.kernel.org/4.18.7-097-block-bfq-return-nbytes-and-not-zero-from-stru.patch
patches.kernel.org/4.18.7-098-pnfs-blocklayout-off-by-one-in-bl_map_stripe.patch
patches.kernel.org/4.18.7-099-nfsd-fix-leaked-file-lock-with-nfs-exported-ov.patch
patches.kernel.org/4.18.7-100-NFSv4-client-live-hangs-after-live-data-migrat.patch
patches.kernel.org/4.18.7-101-NFSv4-Fix-locking-in-pnfs_generic_recover_comm.patch
patches.kernel.org/4.18.7-102-NFSv4-Fix-a-sleep-in-atomic-context-in-nfs4_ca.patch
patches.kernel.org/4.18.7-103-ARM-tegra-Fix-Tegra30-Cardhu-PCA954x-reset.patch
patches.kernel.org/4.18.7-104-ARM-dts-am57xx-idk-Enable-dual-role-for-USB2-p.patch
patches.kernel.org/4.18.7-105-pwm-omap-dmtimer-Return-EPROBE_DEFER-if-no-dmt.patch
patches.kernel.org/4.18.7-106-mm-tlb-Remove-tlb_remove_table-non-concurrent-.patch
patches.kernel.org/4.18.7-107-iommu-ipmmu-vmsa-Don-t-register-as-BUS-IOMMU-i.patch
patches.kernel.org/4.18.7-108-iommu-vt-d-Add-definitions-for-PFSID.patch
patches.kernel.org/4.18.7-109-iommu-vt-d-Fix-dev-iotlb-pfsid-use.patch
patches.kernel.org/4.18.7-110-sys-don-t-hold-uts_sem-while-accessing-userspa.patch
patches.kernel.org/4.18.7-111-userns-move-user-access-out-of-the-mutex.patch
patches.kernel.org/4.18.7-112-ubifs-Fix-memory-leak-in-lprobs-self-check.patch
patches.kernel.org/4.18.7-113-Revert-UBIFS-Fix-potential-integer-overflow-in.patch
patches.kernel.org/4.18.7-114-ubifs-Check-data-node-size-before-truncate.patch
patches.kernel.org/4.18.7-115-ubifs-xattr-Don-t-operate-on-deleted-inodes.patch
patches.kernel.org/4.18.7-116-ubifs-Fix-directory-size-calculation-for-symli.patch
patches.kernel.org/4.18.7-117-ubifs-Fix-synced_i_size-calculation-for-xattr-.patch
patches.kernel.org/4.18.7-118-pwm-tiehrpwm-Don-t-use-emulation-mode-bits-to-.patch
patches.kernel.org/4.18.7-119-pwm-tiehrpwm-Fix-disabling-of-output-of-PWMs.patch
patches.kernel.org/4.18.7-120-fb-fix-lost-console-when-the-user-unplugs-a-US.patch
patches.kernel.org/4.18.7-121-udlfb-fix-semaphore-value-leak.patch
patches.kernel.org/4.18.7-122-udlfb-fix-display-corruption-of-the-last-line.patch
patches.kernel.org/4.18.7-123-udlfb-don-t-switch-if-we-are-switching-to-the-.patch
patches.kernel.org/4.18.7-124-udlfb-set-optimal-write-delay.patch
patches.kernel.org/4.18.7-125-udlfb-make-a-local-copy-of-fb_ops.patch
patches.kernel.org/4.18.7-126-udlfb-handle-allocation-failure.patch
patches.kernel.org/4.18.7-127-udlfb-set-line_length-in-dlfb_ops_set_par.patch
patches.kernel.org/4.18.7-128-getxattr-use-correct-xattr-length.patch
patches.kernel.org/4.18.7-129-libnvdimm-Use-max-contiguous-area-for-namespac.patch
patches.kernel.org/4.18.7-130-libnvdimm-fix-ars_status-output-length-calcula.patch
patches.kernel.org/4.18.7-131-bcache-release-dc-writeback_lock-properly-in-b.patch
patches.kernel.org/4.18.7-132-kconfig-fix-Can-t-open-.-in-parallel-build.patch
patches.kernel.org/4.18.7-133-cap_inode_getsecurity-use-d_find_any_alias-ins.patch
patches.kernel.org/4.18.7-134-mm-dev_pagemap-Do-not-clear-mapping-on-final-p.patch
patches.kernel.org/4.18.7-135-perf-auxtrace-Fix-queue-resize.patch
patches.kernel.org/4.18.7-136-crypto-vmx-Fix-sleep-in-atomic-bugs.patch
patches.kernel.org/4.18.7-137-crypto-aesni-Use-unaligned-loads-from-gcm_cont.patch
patches.kernel.org/4.18.7-138-crypto-arm64-sm4-ce-check-for-the-right-CPU-fe.patch
patches.kernel.org/4.18.7-139-crypto-caam-fix-DMA-mapping-direction-for-RSA-.patch
patches.kernel.org/4.18.7-140-crypto-caam-jr-fix-descriptor-DMA-unmapping.patch
patches.kernel.org/4.18.7-141-crypto-caam-qi-fix-error-path-in-xts-setkey.patch
patches.kernel.org/4.18.7-142-fs-quota-Fix-spectre-gadget-in-do_quotactl.patch
patches.kernel.org/4.18.7-143-udf-Fix-mounting-of-Win7-created-UDF-filesyste.patch
patches.kernel.org/4.18.7-144-cpuidle-menu-Retain-tick-when-shallow-state-is.patch
patches.kernel.org/4.18.7-145-arm64-mm-always-enable-CONFIG_HOLES_IN_ZONE.patch
patches.kernel.org/4.18.7-146-Linux-4.18.7.patch
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
# and patched flavors.
########################################################
patches.rpmify/powerpc-Blacklist-GCC-5.4-6.1-and-6.2.patch
patches.rpmify/Add-ksym-provides-tool.patch
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
########################################################
# kABI consistency patches
########################################################
########################################################
#
# packaging-specific patches (tweaks for autobuild,
# CONFIG_SUSE_KERNEL, config/version tracking and other
# build stuff like that ...).
#
# Note that every patch in the patches.rpmify directory
# will be included in the vanilla package.
########################################################
########################################################
# kbuild/module infrastructure fixes
########################################################
patches.suse/rpm-kernel-config
patches.suse/supported-flag
patches.suse/supported-flag-underscores
patches.suse/supported-flag-wildcards
patches.suse/supported-flag-external
patches.suse/genksyms-add-override-flag.diff
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
patches.suse/kernel-add-release-status-to-kernel-build.patch
########################################################
# Simple export additions/removals
########################################################
########################################################
# Bug workarounds for binutils
########################################################
+testing patches.suse/binutils2_26.patch
########################################################
# Scheduler / Core
########################################################
patches.suse/setuid-dumpable-wrongdir
patches.suse/0001-x86-speculation-Add-basic-IBRS-support-infrastructur.patch
patches.suse/0002-x86-speculation-Add-inlines-to-control-Indirect-Bran.patch
patches.suse/0003-x86-idle-Control-Indirect-Branch-Speculation-in-idle.patch
patches.suse/0004-x86-enter-Create-macros-to-restrict-unrestrict-Indir.patch
patches.suse/0005-x86-enter-Use-IBRS-on-syscall-and-interrupts.patch
patches.suse/alarmtimer-Prevent-overflow-for-relative-nanosleep.patch
########################################################
# Architecture-specific patches. These used to be all
# at the end of series.conf, but since we don't do
# conditional builds anymore, there's no point.
########################################################
########################################################
# i386
########################################################
# amd64 | x86-64 | x86_64
# 'Intel(r) Extended Memory 64 Technology' | 'Intel(r) EM64T'
# x64
# Intel 64
# "the architecture with too many names"
# TAWTMN
########################################################
# x86_64/i386 biarch
########################################################
# Upstream commit c8b5db7de66b75330a96f9f1ad7376b89646c953
# changed this area a lot.
+needs_updating patches.suse/x86_64-hpet-64bit-timer.patch
########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
########################################################
########################################################
# x86_64/4096CPUS - from SGI
########################################################
patches.suse/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
########################################################
# x86 UV patches from SGI
########################################################
########################################################
# x86_64/i386 depending on the UV patchset
########################################################
########################################################
# powerpc/generic
########################################################
########################################################
# powerpc/little endian
########################################################
########################################################
# PS3
########################################################
########################################################
# ARM
########################################################
+ykaukab patches.suse/0036-arm-Add-BTB-invalidation-on-switch_mm-for-Cortex-A9-.patch
+ykaukab patches.suse/0037-arm-Invalidate-BTB-on-prefetch-abort-outside-of-user.patch
+ykaukab patches.suse/0038-arm-KVM-Invalidate-BTB-on-guest-exit.patch
+ykaukab patches.suse/0039-arm-Add-icache-invalidation-on-switch_mm-for-Cortex-.patch
+ykaukab patches.suse/0040-arm-Invalidate-icache-on-prefetch-abort-outside-of-u.patch
+ykaukab patches.suse/0041-arm-KVM-Invalidate-icache-on-guest-exit-for-Cortex-A.patch
patches.suse/arm64-kvm-aarch32-fpu.patch
########################################################
# S/390
########################################################
########################################################
# VM/FS patches
########################################################
# Patches to export btrfs anonymous devices (VFS portion)
patches.suse/vfs-add-super_operations-get_inode_dev
# Changes to tunable defaults
patches.suse/readahead-request-tunables.patch
patches.suse/VFS-expedite-umount.patch
########################################################
# IPC patches
########################################################
########################################################
# nfsacl protocol (agruen)
########################################################
########################################################
# misc small fixes
########################################################
patches.suse/kbd-ignore-gfx.patch
########################################################
#
# ACPI patches
#
########################################################
patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
patches.suse/acpi_thermal_passive_blacklist.patch
########################################################
# CPUFREQ
########################################################
## cpuidle perf events cleanups and related
patches.suse/perf_timechart_fix_zero_timestamps.patch
########################################################
# AGP, graphics related stuff
########################################################
########################################################
# Suse specific stuff
########################################################
patches.suse/suse-hv-guest-os-id.patch
########################################################
# Networking Core
########################################################
########################################################
# Netfilter
########################################################
patches.suse/netfilter-ip_conntrack_slp.patch
########################################################
# NFS
########################################################
########################################################
# lockd + statd
########################################################
########################################################
# cifs patches
########################################################
########################################################
# ext2/ext3
########################################################
# patches.suse/ext2-fsync-err
########################################################
# ext4
########################################################
########################################################
# btrfs
########################################################
# Not upstream yet
patches.suse/uapi-add-a-compatibility-layer-between-linux-uio-h-and-glibc
# SUSE-specific
patches.suse/btrfs-provide-super_operations-get_inode_dev
patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
########################################################
# Reiserfs Patches
########################################################
########################################################
# dlm
########################################################
########################################################
# ocfs2
########################################################
########################################################
# gfs2
########################################################
########################################################
# xfs
########################################################
########################################################
# other filesystem stuff
########################################################
patches.suse/pstore_disable_efi_backend_by_default.patch
+duwe patches.suse/pstore-backend-autoaction
########################################################
# Overlayfs
########################################################
########################################################
# Swap-over-NFS
########################################################
########################################################
#
# Device drivers
#
########################################################
########################################################
# Storage
########################################################
patches.suse/scsi-retry-alua-transition-in-progress
patches.suse/megaraid-mbox-fix-SG_IO
########################################################
# DRM/Video
########################################################
########################################################
# video4linux
########################################################
########################################################
# Network
########################################################
########################################################
# Wireless Networking
########################################################
patches.suse/b43-missing-firmware-info.patch
########################################################
# ISDN
########################################################
patches.suse/misdn-add-support-for-group-membership-check
########################################################
# iSCSI
########################################################
########################################################
# PCI and PCI hotplug
########################################################
########################################################
# sysfs / driver core
########################################################
########################################################
# USB
########################################################
########################################################
# I2C
########################################################
########################################################
# Input & Console
########################################################
##########################################################
# Sound
##########################################################
########################################################
# Char / serial
########################################################
########################################################
# Other driver fixes
########################################################
########################################################
# Other drivers we have added to the tree
########################################################
########################################################
# Suspend/Resume stuff
########################################################
########################################################
# device-mapper
########################################################
patches.suse/dm-mpath-leastpending-path-update
+review patches.suse/dm-mpath-accept-failed-paths
patches.suse/dm-table-switch-to-readonly
patches.suse/dm-mpath-no-partitions-feature
########################################################
# md
########################################################
##########################################################
#
# Security stuff
#
##########################################################
##########################################################
# Audit
##########################################################
##########################################################
# AppArmor
##########################################################
patches.suse/apparmor-compatibility-with-v2.x-net.patch
########################################################
# Address space layout randomization
########################################################
########################################################
# KDB v4.4
########################################################
########################################################
# Other patches for debugging
########################################################
patches.suse/crasher.patch
patches.suse/0001-x86-stacktrace-Do-not-unwind-after-user-regs.patch
patches.suse/0002-x86-stacktrace-Remove-STACKTRACE_DUMP_ONCE.patch
patches.suse/0003-x86-stacktrace-Clarify-the-reliable-success-paths.patch
patches.suse/0004-x86-stacktrace-Do-not-fail-for-ORC-with-regs-on-stac.patch
patches.suse/0005-x86-unwind-orc-Detect-the-end-of-the-stack.patch
patches.suse/0006-x86-stacktrace-Enable-HAVE_RELIABLE_STACKTRACE-for-t.patch
########################################################
# Kdump
########################################################
########################################################
# cgroups
########################################################
########################################################
# audit subsystem
########################################################
########################################################
# Performance Monitoring, Tracing etc
########################################################
########################################################
# KVM patches
########################################################
########################################################
# documentation
########################################################
########################################################
# Staging tree patches
# new drivers that are going upstream
########################################################
########################################################
# You'd better have a good reason for adding a patch
# below here.
########################################################