kernel-source/series.conf

1789 lines
124 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
patches.kernel.org/4.18.8-001-act_ife-fix-a-potential-use-after-free.patch
patches.kernel.org/4.18.8-002-ipv4-tcp-send-zero-IPID-for-RST-and-ACK-sent-i.patch
patches.kernel.org/4.18.8-003-net-bcmgenet-use-MAC-link-status-for-fixed-phy.patch
patches.kernel.org/4.18.8-004-net-macb-do-not-disable-MDIO-bus-at-open-close.patch
patches.kernel.org/4.18.8-005-net-sched-Fix-memory-exposure-from-short-TCA_U.patch
patches.kernel.org/4.18.8-006-qlge-Fix-netdev-features-configuration.patch
patches.kernel.org/4.18.8-007-r8152-disable-RX-aggregation-on-new-Dell-TB16-.patch
patches.kernel.org/4.18.8-008-r8169-add-support-for-NCube-8168-network-card.patch
patches.kernel.org/4.18.8-009-tcp-do-not-restart-timewait-timer-on-rst-recep.patch
patches.kernel.org/4.18.8-010-vti6-remove-skb-ignore_df-check-from-vti6_xmit.patch
patches.kernel.org/4.18.8-011-act_ife-move-tcfa_lock-down-to-where-necessary.patch
patches.kernel.org/4.18.8-012-act_ife-fix-a-potential-deadlock.patch
patches.kernel.org/4.18.8-013-net-sched-action_ife-take-reference-to-meta-mo.patch
patches.kernel.org/4.18.8-014-bnxt_en-Clean-up-unused-functions.patch
patches.kernel.org/4.18.8-015-bnxt_en-Do-not-adjust-max_cp_rings-by-the-ones.patch
patches.kernel.org/4.18.8-016-net-sched-act_pedit-fix-dump-of-extended-layer.patch
patches.kernel.org/4.18.8-017-tipc-fix-a-missing-rhashtable_walk_exit.patch
patches.kernel.org/4.18.8-018-hv_netvsc-Fix-a-deadlock-by-getting-rtnl-lock-.patch
patches.kernel.org/4.18.8-019-tipc-fix-the-big-little-endian-issue-in-tipc_d.patch
patches.kernel.org/4.18.8-020-sctp-remove-useless-start_fail-from-sctp_ht_it.patch
patches.kernel.org/4.18.8-021-erspan-set-erspan_ver-to-1-by-default-when-add.patch
patches.kernel.org/4.18.8-022-net-macb-Fix-regression-breaking-non-MDIO-fixe.patch
patches.kernel.org/4.18.8-023-ipv6-don-t-get-lwtstate-twice-in-ip6_rt_copy_i.patch
patches.kernel.org/4.18.8-024-net-ipv6-init-ip6-anycast-rt-dst.input-as-ip6_.patch
patches.kernel.org/4.18.8-025-net-ipv6-Only-update-MTU-metric-if-it-set.patch
patches.kernel.org/4.18.8-026-net-ipv6-Put-lwtstate-when-destroying-fib6_inf.patch
patches.kernel.org/4.18.8-027-net-mlx5-Fix-SQ-offset-in-QPs-with-small-RQ.patch
patches.kernel.org/4.18.8-028-r8169-set-RxConfig-after-tx-rx-is-enabled-for-.patch
patches.kernel.org/4.18.8-029-Revert-net-stmmac-Do-not-keep-rearming-the-coa.patch
patches.kernel.org/4.18.8-030-ip6_vti-fix-creating-fallback-tunnel-device-fo.patch
patches.kernel.org/4.18.8-031-ip6_vti-fix-a-null-pointer-deference-when-dest.patch
patches.kernel.org/4.18.8-032-nfp-wait-for-posted-reconfigs-when-disabling-t.patch
patches.kernel.org/4.18.8-033-sctp-hold-transport-before-accessing-its-asoc-.patch
patches.kernel.org/4.18.8-034-mlxsw-spectrum_switchdev-Do-not-leak-RIFs-when.patch
patches.kernel.org/4.18.8-035-vhost-correctly-check-the-iova-range-when-waki.patch
patches.kernel.org/4.18.8-036-hv_netvsc-ignore-devices-that-are-not-PCI.patch
patches.kernel.org/4.18.8-037-cifs-check-if-SMB2-PDU-size-has-been-padded-an.patch
patches.kernel.org/4.18.8-038-hfsplus-don-t-return-0-when-fill_super-failed.patch
patches.kernel.org/4.18.8-039-hfs-prevent-crash-on-exit-from-failed-search.patch
patches.kernel.org/4.18.8-040-sunrpc-Don-t-use-stack-buffer-with-scatterlist.patch
patches.kernel.org/4.18.8-041-fork-don-t-copy-inconsistent-signal-handler-st.patch
patches.kernel.org/4.18.8-042-fs-proc-vmcore.c-hide-vmcoredd_mmap_dumps-for-.patch
patches.kernel.org/4.18.8-043-reiserfs-change-j_timestamp-type-to-time64_t.patch
patches.kernel.org/4.18.8-044-iommu-rockchip-Handle-errors-returned-from-PM-.patch
patches.kernel.org/4.18.8-045-hfsplus-fix-NULL-dereference-in-hfsplus_lookup.patch
patches.kernel.org/4.18.8-046-iommu-rockchip-Move-irq-request-past-pm_runtim.patch
patches.kernel.org/4.18.8-047-fs-proc-kcore.c-use-__pa_symbol-for-KCORE_TEXT.patch
patches.kernel.org/4.18.8-048-fat-validate-i_start-before-using.patch
patches.kernel.org/4.18.8-049-workqueue-skip-lockdep-wq-dependency-in-cancel.patch
patches.kernel.org/4.18.8-050-workqueue-re-add-lockdep-dependencies-for-flus.patch
patches.kernel.org/4.18.8-051-scripts-modpost-check-memory-allocation-result.patch
patches.kernel.org/4.18.8-052-apparmor-fix-an-error-code-in-__aa_create_ns.patch
patches.kernel.org/4.18.8-053-virtio-pci-legacy-Validate-queue-pfn.patch
patches.kernel.org/4.18.8-054-x86-mce-Add-notifier_block-forward-declaration.patch
patches.kernel.org/4.18.8-055-i2c-core-ACPI-Make-acpi_gsb_i2c_read_bytes-che.patch
patches.kernel.org/4.18.8-056-IB-hfi1-Invalid-NUMA-node-information-can-caus.patch
patches.kernel.org/4.18.8-057-pwm-meson-Fix-mux-clock-names.patch
patches.kernel.org/4.18.8-058-powerpc-topology-Get-topology-for-shared-proce.patch
patches.kernel.org/4.18.8-059-mm-fadvise.c-fix-signed-overflow-UBSAN-complai.patch
patches.kernel.org/4.18.8-060-mm-make-DEFERRED_STRUCT_PAGE_INIT-explicitly-d.patch
patches.kernel.org/4.18.8-061-fs-dcache.c-fix-kmemcheck-splat-at-take_dentry.patch
patches.kernel.org/4.18.8-062-platform-x86-intel_punit_ipc-fix-build-errors.patch
patches.kernel.org/4.18.8-063-bpf-sockmap-fix-map-elem-deletion-race-with-sm.patch
patches.kernel.org/4.18.8-064-tcp-ulp-fix-leftover-icsk_ulp_ops-preventing-s.patch
patches.kernel.org/4.18.8-065-bpf-sockmap-fix-sock_map_ctx_update_elem-race-.patch
patches.kernel.org/4.18.8-066-net-xdp-Fix-suspicious-RCU-usage-warning.patch
patches.kernel.org/4.18.8-067-bpf-sockmap-fix-leakage-of-smap_psock_map_entr.patch
patches.kernel.org/4.18.8-068-samples-bpf-all-XDP-samples-should-unload-xdp-.patch
patches.kernel.org/4.18.8-069-netfilter-ip6t_rpfilter-set-F_IFACE-for-linklo.patch
patches.kernel.org/4.18.8-070-s390-kdump-Fix-memleak-in-nt_vmcoreinfo.patch
patches.kernel.org/4.18.8-071-ipvs-fix-race-between-ip_vs_conn_new-and-ip_vs.patch
patches.kernel.org/4.18.8-072-mfd-sm501-Set-coherent_dma_mask-when-creating-.patch
patches.kernel.org/4.18.8-073-netfilter-x_tables-do-not-fail-xt_alloc_table_.patch
patches.kernel.org/4.18.8-074-platform-x86-asus-nb-wmi-Add-keymap-entry-for-.patch
patches.kernel.org/4.18.8-075-netfilter-fix-memory-leaks-on-netlink_dump_sta.patch
patches.kernel.org/4.18.8-076-tcp-ulp-add-alias-for-all-ulp-modules.patch
patches.kernel.org/4.18.8-077-ubi-Initialize-Fastmap-checkmapping-correctly.patch
patches.kernel.org/4.18.8-078-RDMA-hns-Fix-usage-of-bitmap-allocation-functi.patch
patches.kernel.org/4.18.8-079-ACPICA-ACPICA-add-status-check-for-acpi_hw_rea.patch
patches.kernel.org/4.18.8-080-perf-arm-spe-Fix-uninitialized-record-error-va.patch
patches.kernel.org/4.18.8-081-net-hns3-Fix-for-command-format-parsing-error-.patch
patches.kernel.org/4.18.8-082-block-don-t-warn-for-flush-on-read-only-device.patch
patches.kernel.org/4.18.8-083-net-hns3-Fix-for-phy-link-issue-when-using-mar.patch
patches.kernel.org/4.18.8-084-PCI-Match-Root-Port-s-MPS-to-endpoint-s-MPSS-a.patch
patches.kernel.org/4.18.8-085-drm-amd-display-Guard-against-null-crtc-in-CRC.patch
patches.kernel.org/4.18.8-086-coccicheck-return-proper-error-code-on-fail.patch
patches.kernel.org/4.18.8-087-perf-tools-Check-for-null-when-copying-nsinfo.patch
patches.kernel.org/4.18.8-088-f2fs-avoid-race-between-zero_range-and-backgro.patch
patches.kernel.org/4.18.8-089-f2fs-fix-avoid-race-between-truncate-and-backg.patch
patches.kernel.org/4.18.8-090-RISC-V-Use-KBUILD_CFLAGS-instead-of-KCFLAGS-wh.patch
patches.kernel.org/4.18.8-091-irqchip-stm32-Fix-init-error-handling.patch
patches.kernel.org/4.18.8-092-irqchip-bcm7038-l1-Hide-cpu-offline-callback-w.patch
patches.kernel.org/4.18.8-093-net-9p-trans_fd.c-fix-race-by-holding-the-lock.patch
patches.kernel.org/4.18.8-094-net-9p-fix-error-path-of-p9_virtio_probe.patch
patches.kernel.org/4.18.8-095-f2fs-fix-to-clear-PG_checked-flag-in-set_page_.patch
patches.kernel.org/4.18.8-096-pinctrl-axp209-Fix-NULL-pointer-dereference-af.patch
patches.kernel.org/4.18.8-097-bpf-fix-bpffs-non-array-map-seq_show-issue.patch
patches.kernel.org/4.18.8-098-powerpc-uaccess-Enable-get_user-u64-p-on-32-bi.patch
patches.kernel.org/4.18.8-099-powerpc-Fix-size-calculation-using-resource_si.patch
patches.kernel.org/4.18.8-100-perf-probe-powerpc-Fix-trace-event-post-proces.patch
patches.kernel.org/4.18.8-101-block-bvec_nr_vecs-returns-value-for-wrong-sla.patch
patches.kernel.org/4.18.8-102-brcmfmac-fix-brcmf_wiphy_wowl_params-NULL-poin.patch
patches.kernel.org/4.18.8-103-s390-dasd-fix-hanging-offline-processing-due-t.patch
patches.kernel.org/4.18.8-104-s390-dasd-fix-panic-for-failed-online-processi.patch
patches.kernel.org/4.18.8-105-ACPI-scan-Initialize-status-to-ACPI_STA_DEFAUL.patch
patches.kernel.org/4.18.8-106-blk-mq-count-the-hctx-as-active-before-allocat.patch
patches.kernel.org/4.18.8-107-scsi-aic94xx-fix-an-error-code-in-aic94xx_init.patch
patches.kernel.org/4.18.8-108-NFSv4-Fix-error-handling-in-nfs4_sp4_select_mo.patch
patches.kernel.org/4.18.8-109-Input-do-not-use-WARN-in-input_alloc_absinfo.patch
patches.kernel.org/4.18.8-110-xen-balloon-fix-balloon-initialization-for-PVH.patch
patches.kernel.org/4.18.8-111-PCI-mvebu-Fix-I-O-space-end-address-calculatio.patch
patches.kernel.org/4.18.8-112-dm-kcopyd-avoid-softlockup-in-run_complete_job.patch
patches.kernel.org/4.18.8-113-staging-comedi-ni_mio_common-fix-subdevice-fla.patch
patches.kernel.org/4.18.8-114-ASoC-rt5677-Fix-initialization-of-rt5677_of_ma.patch
patches.kernel.org/4.18.8-115-iommu-omap-Fix-cache-flushes-on-L2-table-entri.patch
patches.kernel.org/4.18.8-116-selftests-powerpc-Kill-child-processes-on-SIGI.patch
patches.kernel.org/4.18.8-117-selinux-cleanup-dentry-and-inodes-on-error-in-.patch
patches.kernel.org/4.18.8-118-RDS-IB-fix-passing-zero-to-ERR_PTR-warning.patch
patches.kernel.org/4.18.8-119-cfq-Suppress-compiler-warnings-about-compariso.patch
patches.kernel.org/4.18.8-120-smb3-fix-reset-of-bytes-read-and-written-stats.patch
patches.kernel.org/4.18.8-121-CIFS-fix-memory-leak-and-remove-dead-code.patch
patches.kernel.org/4.18.8-122-SMB3-Number-of-requests-sent-should-be-display.patch
patches.kernel.org/4.18.8-123-smb3-if-server-does-not-support-posix-do-not-a.patch
patches.kernel.org/4.18.8-124-powerpc-platforms-85xx-fix-t1042rdb_diu.c-buil.patch
patches.kernel.org/4.18.8-125-powerpc-64s-Make-rfi_flush_fallback-a-little-m.patch
patches.kernel.org/4.18.8-126-um-fix-parallel-building-with-O-option.patch
patches.kernel.org/4.18.8-127-powerpc-pseries-Avoid-using-the-size-greater-t.patch
patches.kernel.org/4.18.8-128-clk-rockchip-Add-pclk_rkpwm_pmu-to-PMU-critica.patch
patches.kernel.org/4.18.8-129-drm-amd-display-Read-back-max-backlight-value-.patch
patches.kernel.org/4.18.8-130-KVM-vmx-track-host_state.loaded-using-a-loaded.patch
patches.kernel.org/4.18.8-131-kvm-nVMX-Fix-fault-vector-for-VMX-operation-at.patch
patches.kernel.org/4.18.8-132-drm-etnaviv-fix-crash-in-GPU-suspend-when-init.patch
patches.kernel.org/4.18.8-133-btrfs-Exit-gracefully-when-chunk-map-cannot-be.patch
patches.kernel.org/4.18.8-134-btrfs-replace-Reset-on-disk-dev-stats-value-af.patch
patches.kernel.org/4.18.8-135-btrfs-fix-in-memory-value-of-total_devices-aft.patch
patches.kernel.org/4.18.8-136-btrfs-relocation-Only-remove-reloc-rb_trees-if.patch
patches.kernel.org/4.18.8-137-btrfs-tree-checker-Detect-invalid-and-empty-es.patch
patches.kernel.org/4.18.8-138-btrfs-check-integrity-Fix-NULL-pointer-derefer.patch
patches.kernel.org/4.18.8-139-btrfs-lift-uuid_mutex-to-callers-of-btrfs_open.patch
patches.kernel.org/4.18.8-140-btrfs-Don-t-remove-block-group-that-still-has-.patch
patches.kernel.org/4.18.8-141-btrfs-Fix-a-C-compliance-issue.patch
patches.kernel.org/4.18.8-142-arm64-rockchip-Force-CONFIG_PM-on-Rockchip-sys.patch
patches.kernel.org/4.18.8-143-ARM-rockchip-Force-CONFIG_PM-on-Rockchip-syste.patch
patches.kernel.org/4.18.8-144-btrfs-do-btrfs_free_stale_devices-outside-of-d.patch
patches.kernel.org/4.18.8-145-btrfs-extend-locked-section-when-adding-a-new-.patch
patches.kernel.org/4.18.8-146-btrfs-rename-local-devices-for-fs_devices-in-b.patch
patches.kernel.org/4.18.8-147-btrfs-use-device_list_mutex-when-removing-stal.patch
patches.kernel.org/4.18.8-148-btrfs-lift-uuid_mutex-to-callers-of-btrfs_scan.patch
patches.kernel.org/4.18.8-149-btrfs-lift-uuid_mutex-to-callers-of-btrfs_pars.patch
patches.kernel.org/4.18.8-150-btrfs-reorder-initialization-before-the-mount-.patch
patches.kernel.org/4.18.8-151-btrfs-fix-mount-and-ioctl-device-scan-ioctl-ra.patch
patches.kernel.org/4.18.8-152-drm-i915-lpe-Mark-LPE-audio-runtime-pm-as-no-c.patch
patches.kernel.org/4.18.8-153-drm-i915-Nuke-the-LVDS-lid-notifier.patch
patches.kernel.org/4.18.8-154-drm-i915-Increase-LSPCON-timeout.patch
patches.kernel.org/4.18.8-155-drm-i915-Free-write_buf-that-we-allocated-with.patch
patches.kernel.org/4.18.8-156-drm-amdgpu-update-uvd_v6_0_ring_vm_funcs-to-us.patch
patches.kernel.org/4.18.8-157-drm-amdgpu-fix-a-reversed-condition.patch
patches.kernel.org/4.18.8-158-drm-amdgpu-Fix-RLC-safe-mode-test-in-gfx_v9_0_.patch
patches.kernel.org/4.18.8-159-drm-amd-pp-Convert-voltage-unit-in-mV-4-to-mV-.patch
patches.kernel.org/4.18.8-160-drm-amd-powerplay-fixed-uninitialized-value.patch
patches.kernel.org/4.18.8-161-drm-amd-pp-Polaris12-Fix-a-chunk-of-registers-.patch
patches.kernel.org/4.18.8-162-drm-edid-Quirk-Vive-Pro-VR-headset-non-desktop.patch
patches.kernel.org/4.18.8-163-drm-edid-Add-6-bpc-quirk-for-SDC-panel-in-Leno.patch
patches.kernel.org/4.18.8-164-drm-amd-display-fix-type-of-variable.patch
patches.kernel.org/4.18.8-165-drm-amd-display-Don-t-share-clk-source-between.patch
patches.kernel.org/4.18.8-166-drm-amd-display-update-clk-for-various-HDMI-co.patch
patches.kernel.org/4.18.8-167-drm-amd-display-Use-requested-HDMI-aspect-rati.patch
patches.kernel.org/4.18.8-168-drm-amd-display-Report-non-DP-display-as-disco.patch
patches.kernel.org/4.18.8-169-drm-rockchip-lvds-add-missing-of_node_put.patch
patches.kernel.org/4.18.8-170-drm-rockchip-vop-split-out-core-clock-enableme.patch
patches.kernel.org/4.18.8-171-drm-rockchip-vop-fix-irq-disabled-after-vop-dr.patch
patches.kernel.org/4.18.8-172-drm-amd-display-Pass-connector-id-when-executi.patch
patches.kernel.org/4.18.8-173-drm-amd-display-Check-if-clock-source-in-use-b.patch
patches.kernel.org/4.18.8-174-drm-amdgpu-update-tmr-mc-address.patch
patches.kernel.org/4.18.8-175-drm-amdgpu-add-tmr-mc-address-into-amdgpu_firm.patch
patches.kernel.org/4.18.8-176-drm-amdgpu-add-new-firmware-id-for-VCN.patch
patches.kernel.org/4.18.8-177-drm-amdgpu-add-VCN-support-in-PSP-driver.patch
patches.kernel.org/4.18.8-178-drm-amdgpu-add-VCN-booting-with-firmware-loade.patch
patches.kernel.org/4.18.8-179-drm-amdgpu-fix-incorrect-use-of-fcheck.patch
patches.kernel.org/4.18.8-180-drm-amdgpu-fix-incorrect-use-of-drm_file-pid.patch
patches.kernel.org/4.18.8-181-drm-i915-Re-apply-Perform-link-quality-check-u.patch
patches.kernel.org/4.18.8-182-uapi-linux-keyctl.h-don-t-use-C-reserved-keywo.patch
patches.kernel.org/4.18.8-183-mm-respect-arch_dup_mmap-return-value.patch
patches.kernel.org/4.18.8-184-drm-i915-set-DP-Main-Stream-Attribute-for-colo.patch
patches.kernel.org/4.18.8-185-x86-tsc-Prevent-result-truncation-on-32bit.patch
patches.kernel.org/4.18.8-186-drm-amdgpu-Keep-track-of-amount-of-pinned-CPU-.patch
patches.kernel.org/4.18.8-187-drm-amdgpu-Make-pin_size-values-atomic.patch
patches.kernel.org/4.18.8-188-drm-amdgpu-Warn-and-update-pin_size-values-whe.patch
patches.kernel.org/4.18.8-189-drm-amdgpu-Don-t-warn-on-destroying-a-pinned-B.patch
patches.kernel.org/4.18.8-190-debugobjects-Make-stack-check-warning-more-inf.patch
patches.kernel.org/4.18.8-191-x86-pae-use-64-bit-atomic-xchg-function-in-nat.patch
patches.kernel.org/4.18.8-192-x86-xen-don-t-write-ptes-directly-in-32-bit-PV.patch
patches.kernel.org/4.18.8-193-kbuild-make-missing-DEPMOD-a-Warning-instead-o.patch
patches.kernel.org/4.18.8-194-kvm-x86-Set-highest-physical-address-bits-in-n.patch
patches.kernel.org/4.18.8-195-x86-kvm-avoid-unused-variable-warning.patch
patches.kernel.org/4.18.8-196-HID-redragon-fix-num-lock-and-caps-lock-LEDs.patch
patches.kernel.org/4.18.8-197-ASoC-wm8994-Fix-missing-break-in-switch.patch
patches.kernel.org/4.18.8-198-Linux-4.18.8.patch
patches.kernel.org/4.18.9-001-i2c-xiic-Make-the-start-and-the-byte-count-wri.patch
patches.kernel.org/4.18.9-002-i2c-i801-fix-DNV-s-SMBCTRL-register-offset.patch
patches.kernel.org/4.18.9-003-HID-multitouch-fix-Elan-panels-with-2-input-mo.patch
patches.kernel.org/4.18.9-004-HID-core-fix-grouping-by-application.patch
patches.kernel.org/4.18.9-005-HID-i2c-hid-Fix-flooded-incomplete-report-afte.patch
patches.kernel.org/4.18.9-006-HID-input-fix-leaking-custom-input-node-name.patch
patches.kernel.org/4.18.9-007-mm-hugetlb-filter-out-hugetlb-pages-if-HUGEPAG.patch
patches.kernel.org/4.18.9-008-memory_hotplug-fix-kernel_panic-on-offline-pag.patch
patches.kernel.org/4.18.9-009-mac80211-don-t-update-the-PM-state-of-a-peer-u.patch
patches.kernel.org/4.18.9-010-scsi-lpfc-Correct-MDS-diag-and-nvmet-configura.patch
patches.kernel.org/4.18.9-011-nbd-don-t-allow-invalid-blocksize-settings.patch
patches.kernel.org/4.18.9-012-block-don-t-warn-when-doing-fsync-on-read-only.patch
patches.kernel.org/4.18.9-013-block-bfq-swap-puts-in-bfqg_and_blkg_put.patch
patches.kernel.org/4.18.9-014-android-binder-fix-the-race-mmap-and-alloc_new.patch
patches.kernel.org/4.18.9-015-MIPS-VDSO-Match-data-page-cache-colouring-when.patch
patches.kernel.org/4.18.9-016-SMB3-Backup-intent-flag-missing-for-directory-.patch
patches.kernel.org/4.18.9-017-smb3-check-for-and-properly-advertise-director.patch
patches.kernel.org/4.18.9-018-cifs-connect-to-servername-instead-of-IP-for-I.patch
patches.kernel.org/4.18.9-019-btrfs-fix-qgroup_free-wrong-num_bytes-in-btrfs.patch
patches.kernel.org/4.18.9-020-Btrfs-fix-data-corruption-when-deduplicating-b.patch
patches.kernel.org/4.18.9-021-arm64-KVM-Only-force-FPEXC32_EL2.EN-if-trappin.patch
patches.kernel.org/4.18.9-022-KVM-arm-arm64-Clean-dcache-to-PoC-when-changin.patch
patches.kernel.org/4.18.9-023-KVM-PPC-Book3S-HV-Use-correct-pagesize-in-kvm_.patch
patches.kernel.org/4.18.9-024-KVM-s390-vsie-copy-wrapping-keys-to-right-plac.patch
patches.kernel.org/4.18.9-025-KVM-x86-SVM-Set-EMULTYPE_NO_REEXECUTE-for-RSM-.patch
patches.kernel.org/4.18.9-026-KVM-VMX-Do-not-allow-reexecute_instruction-whe.patch
patches.kernel.org/4.18.9-027-KVM-x86-Invert-emulation-re-execute-behavior-t.patch
patches.kernel.org/4.18.9-028-KVM-x86-Merge-EMULTYPE_RETRY-and-EMULTYPE_ALLO.patch
patches.kernel.org/4.18.9-029-KVM-x86-Default-to-not-allowing-emulation-retr.patch
patches.kernel.org/4.18.9-030-KVM-x86-Do-not-re-try-execute-after-failed-emu.patch
patches.kernel.org/4.18.9-031-ARC-plat-axs-plat-hsdk-Allow-U-Boot-to-pass-MA.patch
patches.kernel.org/4.18.9-032-ACPI-LPSS-Force-LPSS-quirks-on-boot.patch
patches.kernel.org/4.18.9-033-memory-ti-aemif-fix-a-potential-NULL-pointer-d.patch
patches.kernel.org/4.18.9-034-ALSA-hda-Fix-cancel_work_sync-stall-from-jackp.patch
patches.kernel.org/4.18.9-035-cpu-hotplug-Adjust-misplaced-smb-in-cpuhp_thre.patch
patches.kernel.org/4.18.9-036-cpu-hotplug-Prevent-state-corruption-on-error-.patch
patches.kernel.org/4.18.9-037-x86-microcode-Make-sure-boot_cpu_data.microcod.patch
patches.kernel.org/4.18.9-038-x86-microcode-Update-the-new-microcode-revisio.patch
patches.kernel.org/4.18.9-039-x86-process-Don-t-mix-user-kernel-regs-in-64bi.patch
patches.kernel.org/4.18.9-040-x86-apic-vector-Make-error-return-value-negati.patch
patches.kernel.org/4.18.9-041-switchtec-Fix-Spectre-v1-vulnerability.patch
patches.kernel.org/4.18.9-042-ARC-plat-axs-Enable-SWAP.patch
patches.kernel.org/4.18.9-043-tc-testing-flush-gact-actions-on-test-teardown.patch
patches.kernel.org/4.18.9-044-tc-testing-remove-duplicate-spaces-in-connmark.patch
patches.kernel.org/4.18.9-045-misc-mic-SCIF-Fix-scif_get_new_port-error-hand.patch
patches.kernel.org/4.18.9-046-ALSA-hda-realtek-Add-mute-LED-quirk-for-HP-Spe.patch
patches.kernel.org/4.18.9-047-ethtool-Remove-trailing-semicolon-for-static-i.patch
patches.kernel.org/4.18.9-048-i2c-aspeed-Add-an-explicit-type-casting-for-ge.patch
patches.kernel.org/4.18.9-049-Bluetooth-h5-Fix-missing-dependency-on-BT_HCIU.patch
patches.kernel.org/4.18.9-050-pinctrl-berlin-fix-pctrl-functions-allocation-.patch
patches.kernel.org/4.18.9-051-gpio-tegra-Move-driver-registration-to-subsys_.patch
patches.kernel.org/4.18.9-052-powerpc-powernv-Fix-concurrency-issue-with-npu.patch
patches.kernel.org/4.18.9-053-powerpc-4xx-Fix-error-return-path-in-ppc4xx_ms.patch
patches.kernel.org/4.18.9-054-selftests-bpf-fix-a-typo-in-map-in-map-test.patch
patches.kernel.org/4.18.9-055-media-davinci-vpif_display-Mix-memory-leak-on-.patch
patches.kernel.org/4.18.9-056-media-dw2102-Fix-memleak-on-sequence-of-probes.patch
patches.kernel.org/4.18.9-057-net-phy-Fix-the-register-offsets-in-Broadcom-i.patch
patches.kernel.org/4.18.9-058-scsi-qla2xxx-Fix-unintended-Logout.patch
patches.kernel.org/4.18.9-059-scsi-qla2xxx-Fix-session-state-stuck-in-Get-Po.patch
patches.kernel.org/4.18.9-060-scsi-qla2xxx-Silent-erroneous-message.patch
patches.kernel.org/4.18.9-061-clk-scmi-Fix-the-rounding-of-clock-rate.patch
patches.kernel.org/4.18.9-062-blk-mq-fix-updating-tags-depth.patch
patches.kernel.org/4.18.9-063-scsi-lpfc-Fix-driver-crash-when-re-registering.patch
patches.kernel.org/4.18.9-064-scsi-target-fix-__transport_register_session-l.patch
patches.kernel.org/4.18.9-065-md-raid5-fix-data-corruption-of-replacements-a.patch
patches.kernel.org/4.18.9-066-timers-Clear-timer_base-must_forward_clk-with-.patch
patches.kernel.org/4.18.9-067-media-camss-csid-Configure-data-type-and-decod.patch
patches.kernel.org/4.18.9-068-gpu-ipu-v3-default-to-id-0-on-missing-OF-alias.patch
patches.kernel.org/4.18.9-069-misc-ti-st-Fix-memory-leak-in-the-error-path-o.patch
patches.kernel.org/4.18.9-070-uio-potential-double-frees-if-__uio_register_d.patch
patches.kernel.org/4.18.9-071-firmware-vpd-Fix-section-enabled-flag-on-vpd_s.patch
patches.kernel.org/4.18.9-072-Drivers-hv-vmbus-Cleanup-synic-memory-free-pat.patch
patches.kernel.org/4.18.9-073-tty-rocket-Fix-possible-buffer-overwrite-on-re.patch
patches.kernel.org/4.18.9-074-uio-fix-possible-circular-locking-dependency.patch
patches.kernel.org/4.18.9-075-iwlwifi-pcie-don-t-access-periphery-registers-.patch
patches.kernel.org/4.18.9-076-IB-IPoIB-Set-ah-valid-flag-in-multicast-send-f.patch
patches.kernel.org/4.18.9-077-f2fs-fix-to-active-page-in-lru-list-for-read-p.patch
patches.kernel.org/4.18.9-078-f2fs-do-not-set-free-of-current-section.patch
patches.kernel.org/4.18.9-079-f2fs-Keep-alloc_valid_block_count-in-sync.patch
patches.kernel.org/4.18.9-080-f2fs-issue-discard-align-to-section-in-LFS-mod.patch
patches.kernel.org/4.18.9-081-f2fs-fix-defined-but-not-used-build-warnings.patch
patches.kernel.org/4.18.9-082-f2fs-fix-to-detect-looped-node-chain-correctly.patch
patches.kernel.org/4.18.9-083-ASoC-soc-pcm-Use-delay-set-in-component-pointe.patch
patches.kernel.org/4.18.9-084-perf-tools-Allow-overriding-MAX_NR_CPUS-at-com.patch
patches.kernel.org/4.18.9-085-device-dax-avoid-hang-on-error-before-devm_mem.patch
patches.kernel.org/4.18.9-086-NFSv4.0-fix-client-reference-leak-in-callback.patch
patches.kernel.org/4.18.9-087-perf-c2c-report-Fix-crash-for-empty-browser.patch
patches.kernel.org/4.18.9-088-perf-evlist-Fix-error-out-while-applying-initi.patch
patches.kernel.org/4.18.9-089-powerpc-pseries-fix-EEH-recovery-of-some-IOV-d.patch
patches.kernel.org/4.18.9-090-macintosh-via-pmu-Add-missing-mmio-accessors.patch
patches.kernel.org/4.18.9-091-perf-build-Fix-installation-directory-for-eBPF.patch
patches.kernel.org/4.18.9-092-ath9k-report-tx-status-on-EOSP.patch
patches.kernel.org/4.18.9-093-ath9k_hw-fix-channel-maximum-power-level-test.patch
patches.kernel.org/4.18.9-094-ath10k-prevent-active-scans-on-potential-unusa.patch
patches.kernel.org/4.18.9-095-wlcore-Set-rx_status-boottime_ns-field-on-rx.patch
patches.kernel.org/4.18.9-096-rpmsg-core-add-support-to-power-domains-for-de.patch
patches.kernel.org/4.18.9-097-mtd-rawnand-make-subop-helpers-return-unsigned.patch
patches.kernel.org/4.18.9-098-scsi-tcmu-do-not-set-max_blocks-if-data_bitmap.patch
patches.kernel.org/4.18.9-099-MIPS-Fix-ISA-virt-bus-conversion-for-non-zero-.patch
patches.kernel.org/4.18.9-100-ata-libahci-Allow-reconfigure-of-DEVSLP-regist.patch
patches.kernel.org/4.18.9-101-ata-libahci-Correct-setting-of-DEVSLP-register.patch
patches.kernel.org/4.18.9-102-nfs-Referrals-not-inheriting-proto-setting-fro.patch
patches.kernel.org/4.18.9-103-scsi-3ware-fix-return-0-on-the-error-path-of-p.patch
patches.kernel.org/4.18.9-104-tools-testing-nvdimm-kaddr-and-pfn-can-be-NULL.patch
patches.kernel.org/4.18.9-105-ath10k-disable-bundle-mgmt-tx-completion-event.patch
patches.kernel.org/4.18.9-106-media-em28xx-explicitly-disable-TS-packet-filt.patch
patches.kernel.org/4.18.9-107-PCI-mobiveil-Add-missing-.-pci.h-include.patch
patches.kernel.org/4.18.9-108-PCI-mobiveil-Fix-struct-mobiveil_pcie.pcie_reg.patch
patches.kernel.org/4.18.9-109-powerpc-mm-Don-t-report-PUDs-as-memory-leaks-w.patch
patches.kernel.org/4.18.9-110-Bluetooth-hidp-Fix-handling-of-strncpy-for-hid.patch
patches.kernel.org/4.18.9-111-x86-mm-Remove-in_nmi-warning-from-vmalloc_faul.patch
patches.kernel.org/4.18.9-112-regulator-tps65217-Fix-NULL-pointer-dereferenc.patch
patches.kernel.org/4.18.9-113-pinctrl-imx-off-by-one-in-imx_pinconf_group_db.patch
patches.kernel.org/4.18.9-114-gpio-pxa-disable-pinctrl-calls-for-PXA3xx.patch
patches.kernel.org/4.18.9-115-gpio-ml-ioh-Fix-buffer-underwrite-on-probe-err.patch
patches.kernel.org/4.18.9-116-pinctrl-amd-only-handle-irq-if-it-is-pending-a.patch
patches.kernel.org/4.18.9-117-net-mvneta-fix-mtu-change-on-port-without-link.patch
patches.kernel.org/4.18.9-118-f2fs-try-grabbing-node-page-lock-aggressively-.patch
patches.kernel.org/4.18.9-119-pktcdvd-Fix-possible-Spectre-v1-for-pkt_devs.patch
patches.kernel.org/4.18.9-120-f2fs-fix-to-skip-GC-if-type-in-SSA-and-SIT-is-.patch
patches.kernel.org/4.18.9-121-tpm_tis_spi-Pass-the-SPI-IRQ-down-to-the-drive.patch
patches.kernel.org/4.18.9-122-tpm-tpm_i2c_infineon-switch-to-i2c_lock_bus-.-.patch
patches.kernel.org/4.18.9-123-f2fs-fix-to-do-sanity-check-with-reserved-blka.patch
patches.kernel.org/4.18.9-124-MIPS-Octeon-add-missing-of_node_put.patch
patches.kernel.org/4.18.9-125-MIPS-generic-fix-missing-of_node_put.patch
patches.kernel.org/4.18.9-126-thermal-rcar_thermal-avoid-NULL-dereference-in.patch
patches.kernel.org/4.18.9-127-thermal_hwmon-Sanitize-attribute-name-passed-t.patch
patches.kernel.org/4.18.9-128-net-dcb-For-wild-card-lookups-use-priority-1-n.patch
patches.kernel.org/4.18.9-129-dm-cache-only-allow-a-single-io_mode-cache-fea.patch
patches.kernel.org/4.18.9-130-Input-atmel_mxt_ts-only-use-first-T9-instance.patch
patches.kernel.org/4.18.9-131-media-s5p-mfc-Fix-buffer-look-up-in-s5p_mfc_ha.patch
patches.kernel.org/4.18.9-132-partitions-aix-append-null-character-to-print-.patch
patches.kernel.org/4.18.9-133-partitions-aix-fix-usage-of-uninitialized-lv_i.patch
patches.kernel.org/4.18.9-134-media-rcar-csi2-update-stream-start-for-V3M.patch
patches.kernel.org/4.18.9-135-media-helene-fix-xtal-frequency-setting-at-pow.patch
patches.kernel.org/4.18.9-136-drm-amd-display-Prevent-PSR-from-being-enabled.patch
patches.kernel.org/4.18.9-137-media-em28xx-Fix-dual-transport-stream-operati.patch
patches.kernel.org/4.18.9-138-iommu-arm-smmu-v3-Abort-all-transactions-if-SM.patch
patches.kernel.org/4.18.9-139-f2fs-fix-to-wait-on-page-writeback-before-upda.patch
patches.kernel.org/4.18.9-140-f2fs-Fix-uninitialized-return-in-f2fs_ioc_shut.patch
patches.kernel.org/4.18.9-141-media-em28xx-Fix-DualHD-disconnect-oops.patch
patches.kernel.org/4.18.9-142-f2fs-avoid-potential-deadlock-in-f2fs_sbi_stor.patch
patches.kernel.org/4.18.9-143-f2fs-fix-to-do-sanity-check-with-secs_per_zone.patch
patches.kernel.org/4.18.9-144-mfd-rave-sp-Initialize-flow-control-and-parity.patch
patches.kernel.org/4.18.9-145-iommu-ipmmu-vmsa-Fix-allocation-in-atomic-cont.patch
patches.kernel.org/4.18.9-146-mfd-ti_am335x_tscadc-Fix-struct-clk-memory-lea.patch
patches.kernel.org/4.18.9-147-f2fs-fix-to-do-sanity-check-with-sit-nat-_ver_.patch
patches.kernel.org/4.18.9-148-f2fs-fix-to-propagate-return-value-of-scan_nat.patch
patches.kernel.org/4.18.9-149-f2fs-fix-to-do-sanity-check-with-extra_attr-fe.patch
patches.kernel.org/4.18.9-150-RDMA-hns-Add-illegal-hop_num-judgement.patch
patches.kernel.org/4.18.9-151-NFSv4.1-Fix-a-potential-layoutget-layoutrecall.patch
patches.kernel.org/4.18.9-152-RDMA-hns-Update-the-data-type-of-immediate-dat.patch
patches.kernel.org/4.18.9-153-MIPS-WARN_ON-invalid-DMA-cache-maintenance-not.patch
patches.kernel.org/4.18.9-154-MIPS-mscc-ocelot-fix-length-of-memory-address-.patch
patches.kernel.org/4.18.9-155-RDMA-cma-Do-not-ignore-net-namespace-for-unbou.patch
patches.kernel.org/4.18.9-156-clocksource-Revert-Remove-kthread.patch
patches.kernel.org/4.18.9-157-autofs-fix-autofs_sbi-does-not-check-super-blo.patch
patches.kernel.org/4.18.9-158-mm-get-rid-of-vmacache_flush_all-entirely.patch
patches.kernel.org/4.18.9-159-Linux-4.18.9.patch
patches.kernel.org/4.18.10-001-be2net-Fix-memory-leak-in-be_cmd_get_profile_.patch
patches.kernel.org/4.18.10-002-net-mlx5-Fix-use-after-free-in-self-healing-f.patch
patches.kernel.org/4.18.10-003-net-qca_spi-Fix-race-condition-in-spi-transfe.patch
patches.kernel.org/4.18.10-004-rds-fix-two-RCU-related-problems.patch
patches.kernel.org/4.18.10-005-tipc-orphan-sock-in-tipc_release.patch
patches.kernel.org/4.18.10-006-net-mlx5-E-Switch-Fix-memory-leak-when-creati.patch
patches.kernel.org/4.18.10-007-net-tls-Set-count-of-SG-entries-if-sk_alloc_s.patch
patches.kernel.org/4.18.10-008-net-mlx5-Check-for-error-in-mlx5_attach_inter.patch
patches.kernel.org/4.18.10-009-net-mlx5-Fix-debugfs-cleanup-in-the-device-in.patch
patches.kernel.org/4.18.10-010-erspan-fix-error-handling-for-erspan-tunnel.patch
patches.kernel.org/4.18.10-011-erspan-return-PACKET_REJECT-when-the-appropri.patch
patches.kernel.org/4.18.10-012-tcp-really-ignore-MSG_ZEROCOPY-if-no-SO_ZEROC.patch
patches.kernel.org/4.18.10-013-net-mlx5-Fix-not-releasing-read-lock-when-add.patch
patches.kernel.org/4.18.10-014-net-mlx5-Fix-possible-deadlock-from-lockdep-w.patch
patches.kernel.org/4.18.10-015-net-mlx5-Use-u16-for-Work-Queue-buffer-fragme.patch
patches.kernel.org/4.18.10-016-usb-dwc3-change-stream-event-enable-bit-back-.patch
patches.kernel.org/4.18.10-017-iommu-arm-smmu-v3-sync-the-OVACKFLG-to-PRIQ-c.patch
patches.kernel.org/4.18.10-018-iommu-io-pgtable-arm-v7s-Abort-allocation-whe.patch
patches.kernel.org/4.18.10-019-iommu-io-pgtable-arm-Fix-pgtable-allocation-i.patch
patches.kernel.org/4.18.10-020-ALSA-msnd-Fix-the-default-sample-sizes.patch
patches.kernel.org/4.18.10-021-ALSA-usb-audio-Add-support-for-Encore-mDSD-US.patch
patches.kernel.org/4.18.10-022-ALSA-usb-audio-Fix-multiple-definitions-in-AU.patch
patches.kernel.org/4.18.10-023-xfrm-fix-passing-zero-to-ERR_PTR-warning.patch
patches.kernel.org/4.18.10-024-amd-xgbe-use-dma_mapping_error-to-check-map-e.patch
patches.kernel.org/4.18.10-025-nfp-don-t-fail-probe-on-pci_sriov_set_totalvf.patch
patches.kernel.org/4.18.10-026-iwlwifi-cancel-the-injective-function-between.patch
patches.kernel.org/4.18.10-027-gfs2-Special-case-rindex-for-gfs2_grow.patch
patches.kernel.org/4.18.10-028-clk-imx6ul-fix-missing-of_node_put.patch
patches.kernel.org/4.18.10-029-clk-imx6sll-fix-missing-of_node_put.patch
patches.kernel.org/4.18.10-030-clk-mvebu-armada-37xx-periph-Fix-wrong-return.patch
patches.kernel.org/4.18.10-031-Input-pxrc-fix-freeing-URB-on-device-teardown.patch
patches.kernel.org/4.18.10-032-clk-core-Potentially-free-connection-id.patch
patches.kernel.org/4.18.10-033-clk-clk-fixed-factor-Clear-OF_POPULATED-flag-.patch
patches.kernel.org/4.18.10-034-kbuild-add-.DELETE_ON_ERROR-special-target.patch
patches.kernel.org/4.18.10-035-kbuild-do-not-update-config-when-running-inst.patch
patches.kernel.org/4.18.10-036-media-tw686x-Fix-oops-on-buffer-alloc-failure.patch
patches.kernel.org/4.18.10-037-dmaengine-pl330-fix-irq-race-with-terminate_a.patch
patches.kernel.org/4.18.10-038-MIPS-ath79-fix-system-restart.patch
patches.kernel.org/4.18.10-039-media-videobuf2-core-check-for-q-error-in-vb2.patch
patches.kernel.org/4.18.10-040-IB-rxe-Drop-QP0-silently.patch
patches.kernel.org/4.18.10-041-block-allow-max_discard_segments-to-be-stacke.patch
patches.kernel.org/4.18.10-042-IB-ipoib-Fix-error-return-code-in-ipoib_dev_i.patch
patches.kernel.org/4.18.10-043-mtd-maps-fix-solutionengine.c-printk-format-w.patch
patches.kernel.org/4.18.10-044-media-ov5645-Supported-external-clock-is-24MH.patch
patches.kernel.org/4.18.10-045-perf-test-Fix-subtest-number-when-showing-res.patch
patches.kernel.org/4.18.10-046-gfs2-Don-t-reject-a-supposedly-full-bitmap-if.patch
patches.kernel.org/4.18.10-047-perf-tools-Synthesize-GROUP_DESC-feature-in-p.patch
patches.kernel.org/4.18.10-048-perf-tests-Fix-record-probe_libc_inet_pton.sh.patch
patches.kernel.org/4.18.10-049-perf-tests-Fix-record-probe_libc_inet_pton.sh.patch
patches.kernel.org/4.18.10-050-perf-tests-Fix-record-probe_libc_inet_pton.sh.patch
patches.kernel.org/4.18.10-051-fbdev-omapfb-off-by-one-in-omapfb_register_cl.patch
patches.kernel.org/4.18.10-052-perf-tools-Fix-struct-comm_str-removal-crash.patch
patches.kernel.org/4.18.10-053-video-goldfishfb-fix-memory-leak-on-driver-re.patch
patches.kernel.org/4.18.10-054-fbdev-via-fix-defined-but-not-used-warning.patch
patches.kernel.org/4.18.10-055-perf-powerpc-Fix-callchain-ip-filtering-when-.patch
patches.kernel.org/4.18.10-056-video-fbdev-pxafb-clear-allocated-memory-for-.patch
patches.kernel.org/4.18.10-057-fbdev-Distinguish-between-interlaced-and-prog.patch
patches.kernel.org/4.18.10-058-omapfb-rename-omap2-module-to-omap2fb.ko.patch
patches.kernel.org/4.18.10-059-ARM-exynos-Clear-global-variable-on-init-erro.patch
patches.kernel.org/4.18.10-060-perf-powerpc-Fix-callchain-ip-filtering.patch
patches.kernel.org/4.18.10-061-nvmet-fix-file-discard-return-status.patch
patches.kernel.org/4.18.10-062-nvme-rdma-unquiesce-queues-when-deleting-the-.patch
patches.kernel.org/4.18.10-063-KVM-arm-arm64-vgic-Fix-possible-spectre-v1-wr.patch
patches.kernel.org/4.18.10-064-powerpc-powernv-opal_put_chars-partial-write-.patch
patches.kernel.org/4.18.10-065-perf-script-Show-correct-offsets-for-DWARF-ba.patch
patches.kernel.org/4.18.10-066-staging-bcm2835-camera-fix-timeout-handling-i.patch
patches.kernel.org/4.18.10-067-staging-bcm2835-camera-handle-wait_for_comple.patch
patches.kernel.org/4.18.10-068-ASoC-rt5514-Fix-the-issue-of-the-delay-volume.patch
patches.kernel.org/4.18.10-069-MIPS-jz4740-Bump-zload-address.patch
patches.kernel.org/4.18.10-070-mac80211-restrict-delayed-tailroom-needed-dec.patch
patches.kernel.org/4.18.10-071-Smack-Fix-handling-of-IPv4-traffic-received-b.patch
patches.kernel.org/4.18.10-072-wan-fsl_ucc_hdlc-use-IS_ERR_VALUE-to-check-re.patch
patches.kernel.org/4.18.10-073-arm64-fix-possible-spectre-v1-write-in-ptrace.patch
patches.kernel.org/4.18.10-074-reset-imx7-Fix-always-writing-bits-as-0.patch
patches.kernel.org/4.18.10-075-efi-arm-preserve-early-mapping-of-UEFI-memory.patch
patches.kernel.org/4.18.10-076-ALSA-usb-audio-Generic-DSD-detection-for-Thes.patch
patches.kernel.org/4.18.10-077-nfp-avoid-buffer-leak-when-FW-communication-f.patch
patches.kernel.org/4.18.10-078-xen-netfront-fix-queue-name-setting.patch
patches.kernel.org/4.18.10-079-arm64-dts-qcom-db410c-Fix-Bluetooth-LED-trigg.patch
patches.kernel.org/4.18.10-080-ARM-dts-qcom-msm8974-hammerhead-increase-load.patch
patches.kernel.org/4.18.10-081-soc-qcom-smem-Correct-check-for-global-partit.patch
patches.kernel.org/4.18.10-082-s390-qeth-fix-race-in-used-buffer-accounting.patch
patches.kernel.org/4.18.10-083-s390-qeth-reset-layer2-attribute-on-layer-swi.patch
patches.kernel.org/4.18.10-084-platform-x86-toshiba_acpi-Fix-defined-but-not.patch
patches.kernel.org/4.18.10-085-KVM-arm-arm64-Fix-vgic-init-race.patch
patches.kernel.org/4.18.10-086-drivers-base-stop-new-probing-during-shutdown.patch
patches.kernel.org/4.18.10-087-i2c-aspeed-Fix-initial-values-of-master-and-s.patch
patches.kernel.org/4.18.10-088-drm-amd-pp-Set-Max-clock-level-to-display-by-.patch
patches.kernel.org/4.18.10-089-regulator-qcom_spmi-Use-correct-regmap-when-c.patch
patches.kernel.org/4.18.10-090-regulator-qcom_spmi-Fix-warning-Bad-of_node_p.patch
patches.kernel.org/4.18.10-091-iommu-ipmmu-vmsa-IMUCTRn.TTSEL-needs-a-specia.patch
patches.kernel.org/4.18.10-092-dmaengine-mv_xor_v2-kill-the-tasklets-upon-ex.patch
patches.kernel.org/4.18.10-093-crypto-sharah-Unregister-correct-algorithms-f.patch
patches.kernel.org/4.18.10-094-x86-pti-Check-the-return-value-of-pti_user_pa.patch
patches.kernel.org/4.18.10-095-x86-pti-Check-the-return-value-of-pti_user_pa.patch
patches.kernel.org/4.18.10-096-x86-mm-pti-Add-an-overflow-check-to-pti_clone.patch
patches.kernel.org/4.18.10-097-PCI-AER-Honor-pcie_ports-native-even-if-HEST-.patch
patches.kernel.org/4.18.10-098-xen-netfront-fix-warn-message-as-irq-device-n.patch
patches.kernel.org/4.18.10-099-RDMA-cma-Protect-cma-dev-list-with-lock.patch
patches.kernel.org/4.18.10-100-pstore-Fix-incorrect-persistent-ram-buffer-ma.patch
patches.kernel.org/4.18.10-101-xen-netfront-fix-waiting-for-xenbus-state-cha.patch
patches.kernel.org/4.18.10-102-IB-ipoib-Avoid-a-race-condition-between-start.patch
patches.kernel.org/4.18.10-103-s390-crypto-Fix-return-code-checking-in-cbc_p.patch
patches.kernel.org/4.18.10-104-mmc-omap_hsmmc-fix-wakeirq-handling-on-remova.patch
patches.kernel.org/4.18.10-105-ipmi-Rework-SMI-registration-failure.patch
patches.kernel.org/4.18.10-106-ipmi-Move-BT-capabilities-detection-to-the-de.patch
patches.kernel.org/4.18.10-107-ipmi-Fix-I2C-client-removal-in-the-SSIF-drive.patch
patches.kernel.org/4.18.10-108-ovl-fix-oopses-in-ovl_fill_super-failure-path.patch
patches.kernel.org/4.18.10-109-vmbus-don-t-return-values-for-uninitalized-ch.patch
patches.kernel.org/4.18.10-110-Tools-hv-Fix-a-bug-in-the-key-delete-code.patch
patches.kernel.org/4.18.10-111-misc-ibmvsm-Fix-wrong-assignment-of-return-co.patch
patches.kernel.org/4.18.10-112-misc-hmc6352-fix-potential-Spectre-v1.patch
patches.kernel.org/4.18.10-113-xhci-Fix-use-after-free-for-URB-cancellation-.patch
patches.kernel.org/4.18.10-114-usb-Don-t-die-twice-if-PCI-xhci-host-is-not-r.patch
patches.kernel.org/4.18.10-115-usb-xhci-fix-interrupt-transfer-error-happene.patch
patches.kernel.org/4.18.10-116-usb-mtu3-fix-error-of-xhci-port-id-when-enabl.patch
patches.kernel.org/4.18.10-117-mei-ignore-not-found-client-in-the-enumeratio.patch
patches.kernel.org/4.18.10-118-mei-bus-fix-hw-module-get-put-balance.patch
patches.kernel.org/4.18.10-119-mei-bus-need-to-unlink-client-before-freeing.patch
patches.kernel.org/4.18.10-120-dm-verity-fix-crash-on-bufio-buffer-that-was-.patch
patches.kernel.org/4.18.10-121-USB-Add-quirk-to-support-DJI-CineSSD.patch
patches.kernel.org/4.18.10-122-usb-uas-add-support-for-more-quirk-flags.patch
patches.kernel.org/4.18.10-123-usb-Avoid-use-after-free-by-flushing-endpoint.patch
patches.kernel.org/4.18.10-124-usb-host-u132-hcd-Fix-a-sleep-in-atomic-conte.patch
patches.kernel.org/4.18.10-125-USB-add-quirk-for-WORLDE-Controller-KS49-or-P.patch
patches.kernel.org/4.18.10-126-usb-gadget-udc-renesas_usb3-fix-maxpacket-siz.patch
patches.kernel.org/4.18.10-127-USB-net2280-Fix-erroneous-synchronization-cha.patch
patches.kernel.org/4.18.10-128-USB-serial-io_ti-fix-array-underflow-in-compl.patch
patches.kernel.org/4.18.10-129-usb-misc-uss720-Fix-two-sleep-in-atomic-conte.patch
patches.kernel.org/4.18.10-130-USB-serial-ti_usb_3410_5052-fix-array-underfl.patch
patches.kernel.org/4.18.10-131-USB-yurex-Fix-buffer-over-read-in-yurex_write.patch
patches.kernel.org/4.18.10-132-usb-cdc-wdm-Fix-a-sleep-in-atomic-context-bug.patch
patches.kernel.org/4.18.10-133-Revert-cdc-acm-implement-put_char-and-flush_c.patch
patches.kernel.org/4.18.10-134-cifs-prevent-integer-overflow-in-nxt_dir_entr.patch
patches.kernel.org/4.18.10-135-CIFS-fix-wrapping-bugs-in-num_entries.patch
patches.kernel.org/4.18.10-136-cifs-integer-overflow-in-in-SMB2_ioctl.patch
patches.kernel.org/4.18.10-137-xtensa-ISS-don-t-allocate-memory-in-platform_.patch
patches.kernel.org/4.18.10-138-perf-core-Force-USER_DS-when-recording-user-s.patch
patches.kernel.org/4.18.10-139-perf-tools-Fix-maps__find_symbol_by_name.patch
patches.kernel.org/4.18.10-140-of-fix-phandle-cache-creation-for-DTs-with-no.patch
patches.kernel.org/4.18.10-141-x86-EISA-Don-t-probe-EISA-bus-for-Xen-PV-gues.patch
patches.kernel.org/4.18.10-142-NFSv4-Fix-a-tracepoint-Oops-in-initiate_file_.patch
patches.kernel.org/4.18.10-143-NFSv4.1-fix-infinite-loop-on-I-O.patch
patches.kernel.org/4.18.10-144-of-add-helper-to-lookup-compatible-child-node.patch
patches.kernel.org/4.18.10-145-mmc-meson-mx-sdio-fix-OF-child-node-lookup.patch
patches.kernel.org/4.18.10-146-binfmt_elf-Respect-error-return-from-regset-a.patch
patches.kernel.org/4.18.10-147-net-mlx5-Add-missing-SET_DRIVER_VERSION-comma.patch
patches.kernel.org/4.18.10-148-arm64-dts-uniphier-Add-missing-cooling-device.patch
patches.kernel.org/4.18.10-149-audit-fix-use-after-free-in-audit_add_watch.patch
patches.kernel.org/4.18.10-150-mtdchar-fix-overflows-in-adjustment-of-count.patch
patches.kernel.org/4.18.10-151-vfs-fix-freeze-protection-in-mnt_want_write_f.patch
patches.kernel.org/4.18.10-152-bpf-fix-rcu-annotations-in-compute_effective_.patch
patches.kernel.org/4.18.10-153-spi-dw-fix-possible-race-condition.patch
patches.kernel.org/4.18.10-154-Bluetooth-Use-lock_sock_nested-in-bt_accept_e.patch
patches.kernel.org/4.18.10-155-evm-Don-t-deadlock-if-a-crypto-algorithm-is-u.patch
patches.kernel.org/4.18.10-156-KVM-PPC-Book3S-HV-Add-of_node_put-in-success-.patch
patches.kernel.org/4.18.10-157-security-check-for-kstrdup-failure-in-lsm_app.patch
patches.kernel.org/4.18.10-158-PM-devfreq-use-put_device-instead-of-kfree.patch
patches.kernel.org/4.18.10-159-KVM-PPC-Book3S-Fix-matching-of-hardware-and-e.patch
patches.kernel.org/4.18.10-160-MIPS-loongson64-cs5536-Fix-PCI_OHCI_INT_REG-r.patch
patches.kernel.org/4.18.10-161-configfs-fix-registered-group-removal.patch
patches.kernel.org/4.18.10-162-pinctrl-mt7622-Fix-probe-fail-by-misuse-the-s.patch
patches.kernel.org/4.18.10-163-pinctrl-rza1-Fix-selector-use-for-groups-and-.patch
patches.kernel.org/4.18.10-164-arm64-dts-mt7622-update-a-clock-property-for-.patch
patches.kernel.org/4.18.10-165-sched-core-Use-smp_mb-in-wake_woken_function.patch
patches.kernel.org/4.18.10-166-efi-esrt-Only-call-efi_mem_reserve-for-boot-s.patch
patches.kernel.org/4.18.10-167-net-hns3-Reset-net-device-with-rtnl_lock.patch
patches.kernel.org/4.18.10-168-net-hns3-Fix-for-reset_level-default-assignme.patch
patches.kernel.org/4.18.10-169-ARM-hisi-handle-of_iomap-and-fix-missing-of_n.patch
patches.kernel.org/4.18.10-170-ARM-hisi-fix-error-handling-and-missing-of_no.patch
patches.kernel.org/4.18.10-171-net-hns3-Fix-return-value-error-in-hns3_reset.patch
patches.kernel.org/4.18.10-172-ARM-hisi-check-of_iomap-and-fix-missing-of_no.patch
patches.kernel.org/4.18.10-173-liquidio-fix-hang-when-re-binding-VF-host-drv.patch
patches.kernel.org/4.18.10-174-gpu-ipu-v3-csi-pass-back-mbus_code_to_bus_cfg.patch
patches.kernel.org/4.18.10-175-ASoC-hdmi-codec-fix-routing.patch
patches.kernel.org/4.18.10-176-serial-8250-of-Correct-of_platform_serial_set.patch
patches.kernel.org/4.18.10-177-tty-fix-termios-input-speed-encoding-when-usi.patch
patches.kernel.org/4.18.10-178-tty-fix-termios-input-speed-encoding.patch
patches.kernel.org/4.18.10-179-mmc-sdhci-of-esdhc-set-proper-dma-mask-for-ls.patch
patches.kernel.org/4.18.10-180-mmc-tegra-prevent-HS200-on-Tegra-3.patch
patches.kernel.org/4.18.10-181-mmc-sdhci-do-not-try-to-use-3.3V-signaling-if.patch
patches.kernel.org/4.18.10-182-drm-nouveau-Fix-runtime-PM-leak-in-drm_open.patch
patches.kernel.org/4.18.10-183-drm-nouveau-debugfs-Wake-up-GPU-before-doing-.patch
patches.kernel.org/4.18.10-184-drm-nouveau-tegra-Detach-from-ARM-DMA-IOMMU-m.patch
patches.kernel.org/4.18.10-185-tls-Fix-zerocopy_from_iter-iov-handling.patch
patches.kernel.org/4.18.10-186-parport-sunbpp-fix-error-return-code.patch
patches.kernel.org/4.18.10-187-sched-fair-Fix-util_avg-of-new-tasks-for-asym.patch
patches.kernel.org/4.18.10-188-coresight-Handle-errors-in-finding-input-outp.patch
patches.kernel.org/4.18.10-189-coresight-tpiu-Fix-disabling-timeouts.patch
patches.kernel.org/4.18.10-190-coresight-ETM-Add-support-for-Arm-Cortex-A73-.patch
patches.kernel.org/4.18.10-191-f2fs-do-checkpoint-in-kill_sb.patch
patches.kernel.org/4.18.10-192-tools-testing-nvdimm-Fix-support-for-emulatin.patch
patches.kernel.org/4.18.10-193-drm-amd-display-support-access-ddc-for-mst-br.patch
patches.kernel.org/4.18.10-194-ASoC-qdsp6-q6afe-dai-fix-a-range-check-in-of_.patch
patches.kernel.org/4.18.10-195-lightnvm-pblk-assume-that-chunks-are-closed-o.patch
patches.kernel.org/4.18.10-196-lightnvm-pblk-enable-line-minor-version-detec.patch
patches.kernel.org/4.18.10-197-staging-bcm2835-audio-Don-t-leak-workqueue-if.patch
patches.kernel.org/4.18.10-198-gpio-pxa-Fix-potential-NULL-dereference.patch
patches.kernel.org/4.18.10-199-gpiolib-Mark-gpio_suffixes-array-with-__maybe.patch
patches.kernel.org/4.18.10-200-net-gemini-Allow-multiple-ports-to-instantiat.patch
patches.kernel.org/4.18.10-201-net-mvpp2-make-sure-we-use-single-queue-mode-.patch
patches.kernel.org/4.18.10-202-rcutorture-Use-monotonic-timestamp-for-stall-.patch
patches.kernel.org/4.18.10-203-mfd-88pm860x-i2c-switch-to-i2c_lock_bus-.-I2C.patch
patches.kernel.org/4.18.10-204-input-rohm_bu21023-switch-to-i2c_lock_bus-.-I.patch
patches.kernel.org/4.18.10-205-drm-amdkfd-Fix-kernel-queue-64-bit-doorbell-o.patch
patches.kernel.org/4.18.10-206-drm-amdkfd-Fix-error-codes-in-kfd_get_process.patch
patches.kernel.org/4.18.10-207-rtc-bq4802-add-error-handling-for-devm_iorema.patch
patches.kernel.org/4.18.10-208-selftests-vDSO-fix-to-return-KSFT_SKIP-when-t.patch
patches.kernel.org/4.18.10-209-selftests-android-initialize-heap_type-to-avo.patch
patches.kernel.org/4.18.10-210-ALSA-pcm-Fix-snd_interval_refine-first-last-w.patch
patches.kernel.org/4.18.10-211-scsi-libfc-fixup-sleeping-function-called-fro.patch
patches.kernel.org/4.18.10-212-scsi-lpfc-Fix-NVME-Target-crash-in-defer-rcv-.patch
patches.kernel.org/4.18.10-213-scsi-lpfc-Fix-panic-if-driver-unloaded-when-p.patch
patches.kernel.org/4.18.10-214-remoteproc-qcom-q6v5-pil-fix-modem-hang-on-SD.patch
patches.kernel.org/4.18.10-215-selftest-timers-Tweak-raw_skew-to-SKIP-when-A.patch
patches.kernel.org/4.18.10-216-ASoC-rt5651-Fix-workqueue-cancel-vs-irq-free-.patch
patches.kernel.org/4.18.10-217-drm-panel-type-promotion-bug-in-s6e8aa0_read_.patch
patches.kernel.org/4.18.10-218-arm64-perf-Disable-PMU-while-processing-count.patch
patches.kernel.org/4.18.10-219-drm-amd-pp-Send-khz-clock-values-to-DC-for-sm.patch
patches.kernel.org/4.18.10-220-dmaengine-sh-rcar-dmac-avoid-to-write-CHCR.TE.patch
patches.kernel.org/4.18.10-221-staging-fsl-dpaa2-eth-Fix-DMA-mapping-directi.patch
patches.kernel.org/4.18.10-222-block-DAC960.c-fix-defined-but-not-used-build.patch
patches.kernel.org/4.18.10-223-IB-mlx5-fix-uaccess-beyond-count-in-debugfs-r.patch
patches.kernel.org/4.18.10-224-blk-mq-only-attempt-to-merge-bio-if-there-is-.patch
patches.kernel.org/4.18.10-225-blk-mq-avoid-to-synchronize-rcu-inside-blk_cl.patch
patches.kernel.org/4.18.10-226-pinctrl-msm-Fix-msm_config_group_get-to-be-co.patch
patches.kernel.org/4.18.10-227-pinctrl-qcom-spmi-gpio-Fix-pmic_gpio_config_g.patch
patches.kernel.org/4.18.10-228-clk-tegra-bpmp-Don-t-crash-when-a-clock-fails.patch
patches.kernel.org/4.18.10-229-mei-bus-type-promotion-bug-in-mei_nfc_if_vers.patch
patches.kernel.org/4.18.10-230-crypto-ccp-add-timeout-support-in-the-SEV-com.patch
patches.kernel.org/4.18.10-231-Linux-4.18.10.patch
patches.kernel.org/4.18.11-001-gso_segment-Reset-skb-mac_len-after-modifying.patch
patches.kernel.org/4.18.11-002-ipv6-fix-possible-use-after-free-in-ip6_xmit.patch
patches.kernel.org/4.18.11-003-net-appletalk-fix-minor-pointer-leak-to-users.patch
patches.kernel.org/4.18.11-004-net-hp100-fix-always-true-check-for-link-up-s.patch
patches.kernel.org/4.18.11-005-pppoe-fix-reception-of-frames-with-no-mac-hea.patch
patches.kernel.org/4.18.11-006-qmi_wwan-set-DTR-for-modems-in-forced-USB2-mo.patch
patches.kernel.org/4.18.11-007-udp4-fix-IP_CMSG_CHECKSUM-for-connected-socke.patch
patches.kernel.org/4.18.11-008-tls-don-t-copy-the-key-out-of-tls12_crypto_in.patch
patches.kernel.org/4.18.11-009-tls-zero-the-crypto-information-from-tls_cont.patch
patches.kernel.org/4.18.11-010-tls-clear-key-material-from-kernel-memory-whe.patch
patches.kernel.org/4.18.11-011-neighbour-confirm-neigh-entries-when-ARP-pack.patch
patches.kernel.org/4.18.11-012-udp6-add-missing-checks-on-edumux-packet-proc.patch
patches.kernel.org/4.18.11-013-net-sched-act_sample-fix-NULL-dereference-in-.patch
patches.kernel.org/4.18.11-014-hv_netvsc-fix-schedule-in-RCU-context.patch
patches.kernel.org/4.18.11-015-net-dsa-mv88e6xxx-Fix-ATU-Miss-Violation.patch
patches.kernel.org/4.18.11-016-socket-fix-struct-ifreq-size-in-compat-ioctl.patch
patches.kernel.org/4.18.11-017-tls-fix-currently-broken-MSG_PEEK-behavior.patch
patches.kernel.org/4.18.11-018-bnxt_en-Fix-VF-mac-address-regression.patch
patches.kernel.org/4.18.11-019-ipv6-use-rt6_info-members-when-dst-is-set-in-.patch
patches.kernel.org/4.18.11-020-net-ipv6-do-not-copy-dst-flags-on-rt-init.patch
patches.kernel.org/4.18.11-021-net-mvpp2-let-phylink-manage-the-carrier-stat.patch
patches.kernel.org/4.18.11-022-net-rtnl_configure_link-fix-dev-flags-changes.patch
patches.kernel.org/4.18.11-023-NFC-Fix-possible-memory-corruption-when-handl.patch
patches.kernel.org/4.18.11-024-NFC-Fix-the-number-of-pipes.patch
patches.kernel.org/4.18.11-025-ASoC-wm9712-fix-replace-codec-to-component.patch
patches.kernel.org/4.18.11-026-ASoC-cs4265-fix-MMTLR-Data-switch-control.patch
patches.kernel.org/4.18.11-027-ASoC-tas6424-Save-last-fault-register-even-wh.patch
patches.kernel.org/4.18.11-028-ASoC-rsnd-fixup-not-to-call-clk_get-set-under.patch
patches.kernel.org/4.18.11-029-ASoC-uapi-fix-sound-skl-tplg-interface.h-user.patch
patches.kernel.org/4.18.11-030-ALSA-bebob-fix-memory-leak-for-M-Audio-FW1814.patch
patches.kernel.org/4.18.11-031-ALSA-bebob-use-address-returned-by-kmalloc-in.patch
patches.kernel.org/4.18.11-032-ALSA-emu10k1-fix-possible-info-leak-to-usersp.patch
patches.kernel.org/4.18.11-033-ALSA-fireface-fix-memory-leak-in-ff400_switch.patch
patches.kernel.org/4.18.11-034-ALSA-firewire-digi00x-fix-memory-leak-of-priv.patch
patches.kernel.org/4.18.11-035-ALSA-firewire-tascam-fix-memory-leak-of-priva.patch
patches.kernel.org/4.18.11-036-ALSA-fireworks-fix-memory-leak-of-response-bu.patch
patches.kernel.org/4.18.11-037-ALSA-oxfw-fix-memory-leak-for-model-dependent.patch
patches.kernel.org/4.18.11-038-ALSA-oxfw-fix-memory-leak-of-discovered-strea.patch
patches.kernel.org/4.18.11-039-ALSA-oxfw-fix-memory-leak-of-private-data.patch
patches.kernel.org/4.18.11-040-mtd-devices-m25p80-Make-sure-the-buffer-passe.patch
patches.kernel.org/4.18.11-041-mtd-rawnand-denali-fix-a-race-condition-when-.patch
patches.kernel.org/4.18.11-042-platform-x86-dell-smbios-wmi-Correct-a-memory.patch
patches.kernel.org/4.18.11-043-platform-x86-alienware-wmi-Correct-a-memory-l.patch
patches.kernel.org/4.18.11-044-xen-netfront-don-t-bug-in-case-of-too-many-fr.patch
patches.kernel.org/4.18.11-045-xen-x86-vpmu-Zero-struct-pt_regs-before-calli.patch
patches.kernel.org/4.18.11-046-spi-fix-IDR-collision-on-systems-with-both-fi.patch
patches.kernel.org/4.18.11-047-Revert-PCI-Add-ACS-quirk-for-Intel-300-series.patch
patches.kernel.org/4.18.11-048-ring-buffer-Allow-for-rescheduling-when-remov.patch
patches.kernel.org/4.18.11-049-crypto-x86-aegis-morus-Do-not-require-OSXSAVE.patch
patches.kernel.org/4.18.11-050-fork-report-pid-exhaustion-correctly.patch
patches.kernel.org/4.18.11-051-mm-disable-deferred-struct-page-for-32-bit-ar.patch
patches.kernel.org/4.18.11-052-mm-shmem.c-Correctly-annotate-new-inodes-for-.patch
patches.kernel.org/4.18.11-053-Revert-rpmsg-core-add-support-to-power-domain.patch
patches.kernel.org/4.18.11-054-bpf-verifier-disallow-pointer-subtraction.patch
patches.kernel.org/4.18.11-055-Revert-uapi-linux-keyctl.h-don-t-use-C-reserv.patch
patches.kernel.org/4.18.11-056-scsi-target-iscsi-Use-hex2bin-instead-of-a-re.patch
patches.kernel.org/4.18.11-057-scsi-target-iscsi-Use-bin2hex-instead-of-a-re.patch
patches.kernel.org/4.18.11-058-Revert-ubifs-xattr-Don-t-operate-on-deleted-i.patch
patches.kernel.org/4.18.11-059-libata-mask-swap-internal-and-hardware-tag.patch
patches.kernel.org/4.18.11-060-ocfs2-fix-ocfs2-read-block-panic.patch
patches.kernel.org/4.18.11-061-drm-i915-bdw-Increase-IPS-disable-timeout-to-.patch
patches.kernel.org/4.18.11-062-drm-nouveau-Reset-MST-branching-unit-before-e.patch
patches.kernel.org/4.18.11-063-drm-nouveau-Only-write-DP_MSTM_CTRL-when-need.patch
patches.kernel.org/4.18.11-064-drm-nouveau-Remove-duplicate-poll_enable-in-p.patch
patches.kernel.org/4.18.11-065-drm-nouveau-Fix-deadlocks-in-nouveau_connecto.patch
patches.kernel.org/4.18.11-066-drm-nouveau-drm-nouveau-Don-t-forget-to-cance.patch
patches.kernel.org/4.18.11-067-drm-nouveau-drm-nouveau-Fix-bogus-drm_kms_hel.patch
patches.kernel.org/4.18.11-068-drm-nouveau-drm-nouveau-Fix-deadlock-with-fb_.patch
patches.kernel.org/4.18.11-069-drm-nouveau-drm-nouveau-Use-pm_runtime_get_no.patch
patches.kernel.org/4.18.11-070-drm-nouveau-drm-nouveau-Prevent-handling-ACPI.patch
patches.kernel.org/4.18.11-071-drm-vc4-Fix-the-no-scaling-case-on-multi-plan.patch
patches.kernel.org/4.18.11-072-drm-udl-Destroy-framebuffer-only-if-it-was-in.patch
patches.kernel.org/4.18.11-073-drm-amdgpu-add-new-polaris-pci-id.patch
patches.kernel.org/4.18.11-074-tty-vt_ioctl-fix-potential-Spectre-v1.patch
patches.kernel.org/4.18.11-075-ext4-check-to-make-sure-the-rename-2-s-destin.patch
patches.kernel.org/4.18.11-076-ext4-avoid-divide-by-zero-fault-when-deleting.patch
patches.kernel.org/4.18.11-077-ext4-avoid-arithemetic-overflow-that-can-trig.patch
patches.kernel.org/4.18.11-078-ext4-recalucate-superblock-checksum-after-upd.patch
patches.kernel.org/4.18.11-079-ext4-fix-online-resize-s-handling-of-a-too-sm.patch
patches.kernel.org/4.18.11-080-ext4-fix-online-resizing-for-bigalloc-file-sy.patch
patches.kernel.org/4.18.11-081-ext4-don-t-mark-mmp-buffer-head-dirty.patch
patches.kernel.org/4.18.11-082-ext4-show-test_dummy_encryption-mount-option-.patch
patches.kernel.org/4.18.11-083-ext4-dax-add-ext4_bmap-to-ext4_dax_aops.patch
patches.kernel.org/4.18.11-084-ext4-dax-set-ext4_dax_aops-for-dax-files.patch
patches.kernel.org/4.18.11-085-sched-fair-Fix-vruntime_normalized-for-remote.patch
patches.kernel.org/4.18.11-086-vmw_balloon-include-asm-io.h.patch
patches.kernel.org/4.18.11-087-iw_cxgb4-only-allow-1-flush-on-user-qps.patch
patches.kernel.org/4.18.11-088-spi-Fix-double-IDR-allocation-with-DT-aliases.patch
patches.kernel.org/4.18.11-089-Linux-4.18.11.patch
patches.kernel.org/4.18.12-001-crypto-skcipher-Fix-Wstringop-truncation-warn.patch
patches.kernel.org/4.18.12-002-iio-adc-ina2xx-avoid-kthread_stop-with-stale-.patch
patches.kernel.org/4.18.12-003-tsl2550-fix-lux1_input-error-in-low-light.patch
patches.kernel.org/4.18.12-004-misc-ibmvmc-Use-GFP_ATOMIC-under-spin-lock.patch
patches.kernel.org/4.18.12-005-vmci-type-promotion-bug-in-qp_host_get_user_m.patch
patches.kernel.org/4.18.12-006-siox-don-t-create-a-thread-without-starting-i.patch
patches.kernel.org/4.18.12-007-net-hns3-Fix-for-mailbox-message-truncated-pr.patch
patches.kernel.org/4.18.12-008-net-hns3-Fix-for-mac-pause-not-disable-in-pfc.patch
patches.kernel.org/4.18.12-009-net-hns3-Fix-warning-bug-when-doing-lp-selfte.patch
patches.kernel.org/4.18.12-010-net-hns3-Fix-get_vector-ops-in-hclgevf_main-m.patch
patches.kernel.org/4.18.12-011-x86-numa_emulation-Fix-emulated-to-physical-n.patch
patches.kernel.org/4.18.12-012-staging-rts5208-fix-missing-error-check-on-ca.patch
patches.kernel.org/4.18.12-013-power-supply-axp288_charger-Fix-initial-const.patch
patches.kernel.org/4.18.12-014-misc-sram-enable-clock-before-registering-reg.patch
patches.kernel.org/4.18.12-015-serial-sh-sci-Stop-RX-FIFO-timer-during-port-.patch
patches.kernel.org/4.18.12-016-uwb-hwa-rc-fix-memory-leak-at-probe.patch
patches.kernel.org/4.18.12-017-power-vexpress-fix-corruption-in-notifier-reg.patch
patches.kernel.org/4.18.12-018-iommu-amd-make-sure-TLB-to-be-flushed-before-.patch
patches.kernel.org/4.18.12-019-Bluetooth-Add-a-new-Realtek-8723DE-ID-0bda-b0.patch
patches.kernel.org/4.18.12-020-USB-serial-kobil_sct-fix-modem-status-error-h.patch
patches.kernel.org/4.18.12-021-6lowpan-iphc-reset-mac_header-after-decompres.patch
patches.kernel.org/4.18.12-022-iommu-msm-Don-t-call-iommu_device_-un-link-fr.patch
patches.kernel.org/4.18.12-023-s390-mm-correct-allocate_pgste-proc_handler-c.patch
patches.kernel.org/4.18.12-024-power-remove-possible-deadlock-when-unregiste.patch
patches.kernel.org/4.18.12-025-drm-amd-display-dc-dce-Fix-multiple-potential.patch
patches.kernel.org/4.18.12-026-drm-amd-display-fix-use-of-uninitialized-memo.patch
patches.kernel.org/4.18.12-027-md-cluster-clear-another-node-s-suspend_area-.patch
patches.kernel.org/4.18.12-028-cxgb4-Fix-the-condition-to-check-if-the-card-.patch
patches.kernel.org/4.18.12-029-RDMA-bnxt_re-Fix-a-couple-off-by-one-bugs.patch
patches.kernel.org/4.18.12-030-RDMA-i40w-Hold-read-semaphore-while-looking-a.patch
patches.kernel.org/4.18.12-031-RDMA-bnxt_re-Fix-a-bunch-of-off-by-one-bugs-i.patch
patches.kernel.org/4.18.12-032-IB-core-type-promotion-bug-in-rdma_rw_init_on.patch
patches.kernel.org/4.18.12-033-media-exynos4-is-Prevent-NULL-pointer-derefer.patch
patches.kernel.org/4.18.12-034-IB-mlx4-Test-port-number-before-querying-type.patch
patches.kernel.org/4.18.12-035-powerpc-kdump-Handle-crashkernel-memory-reser.patch
patches.kernel.org/4.18.12-036-media-fsl-viu-fix-error-handling-in-viu_of_pr.patch
patches.kernel.org/4.18.12-037-vhost_net-Avoid-tx-vring-kicks-during-busyloo.patch
patches.kernel.org/4.18.12-038-media-staging-imx-fill-vb2_v4l2_buffer-field-.patch
patches.kernel.org/4.18.12-039-IB-mlx5-Fix-GRE-flow-specification.patch
patches.kernel.org/4.18.12-040-include-rdma-opa_addr.h-Fix-an-endianness-iss.patch
patches.kernel.org/4.18.12-041-x86-tsc-Add-missing-header-to-tsc_msr.c.patch
patches.kernel.org/4.18.12-042-ARM-hwmod-RTC-Don-t-assume-lock-unlock-will-b.patch
patches.kernel.org/4.18.12-043-x86-entry-64-Add-two-more-instruction-suffixe.patch
patches.kernel.org/4.18.12-044-ARM-dts-ls1021a-Add-missing-cooling-device-pr.patch
patches.kernel.org/4.18.12-045-scsi-target-iscsi-Make-iscsit_ta_authenticati.patch
patches.kernel.org/4.18.12-046-thermal-i.MX-Allow-thermal-probe-to-fail-grac.patch
patches.kernel.org/4.18.12-047-scsi-klist-Make-it-safe-to-use-klists-in-atom.patch
patches.kernel.org/4.18.12-048-scsi-ibmvscsi-Improve-strings-handling.patch
patches.kernel.org/4.18.12-049-scsi-target-Avoid-that-EXTENDED-COPY-commands.patch
patches.kernel.org/4.18.12-050-usb-wusbcore-security-cast-sizeof-to-int-for-.patch
patches.kernel.org/4.18.12-051-ath10k-sdio-use-same-endpoint-id-for-all-pack.patch
patches.kernel.org/4.18.12-052-ath10k-sdio-set-skb-len-for-all-rx-packets.patch
patches.kernel.org/4.18.12-053-powerpc-powernv-ioda2-Reduce-upper-limit-for-.patch
patches.kernel.org/4.18.12-054-platform-x86-asus-wireless-Fix-uninitialized-.patch
patches.kernel.org/4.18.12-055-ACPI-button-increment-wakeup-count-only-when-.patch
patches.kernel.org/4.18.12-056-s390-sysinfo-add-missing-ifdef-CONFIG_PROC_FS.patch
patches.kernel.org/4.18.12-057-alarmtimer-Prevent-overflow-for-relative-nano.patch
patches.kernel.org/4.18.12-058-s390-dasd-correct-numa_node-in-dasd_alloc_que.patch
patches.kernel.org/4.18.12-059-s390-scm_blk-correct-numa_node-in-scm_blk_dev.patch
patches.kernel.org/4.18.12-060-s390-extmem-fix-gcc-8-stringop-overflow-warni.patch
patches.kernel.org/4.18.12-061-mtd-rawnand-atmel-add-module-param-to-avoid-u.patch
patches.kernel.org/4.18.12-062-iio-accel-adxl345-convert-address-field-usage.patch
patches.kernel.org/4.18.12-063-posix-timers-Make-forward-callback-return-s64.patch
patches.kernel.org/4.18.12-064-posix-timers-Sanitize-overrun-handling.patch
patches.kernel.org/4.18.12-065-ALSA-snd-aoa-add-of_node_put-in-error-path.patch
patches.kernel.org/4.18.12-066-selftests-forwarding-Tweak-tc-filters-for-mir.patch
patches.kernel.org/4.18.12-067-ath10k-use-locked-skb_dequeue-for-rx-completi.patch
patches.kernel.org/4.18.12-068-media-s3c-camif-ignore-ENOIOCTLCMD-from-v4l2_.patch
patches.kernel.org/4.18.12-069-media-soc_camera-ov772x-correct-setting-of-ba.patch
patches.kernel.org/4.18.12-070-media-omap3isp-zero-initialize-the-isp-cam_xc.patch
patches.kernel.org/4.18.12-071-media-ov772x-add-checks-for-register-read-err.patch
patches.kernel.org/4.18.12-072-staging-android-ashmem-Fix-mmap-size-validati.patch
patches.kernel.org/4.18.12-073-media-ov772x-allow-i2c-controllers-without-I2.patch
patches.kernel.org/4.18.12-074-staging-mt7621-eth-Fix-memory-leak-in-mtk_add.patch
patches.kernel.org/4.18.12-075-drivers-tty-add-error-handling-for-pcmcia_loo.patch
patches.kernel.org/4.18.12-076-arm64-dts-renesas-salvator-common-Fix-adv7482.patch
patches.kernel.org/4.18.12-077-serial-pxa-Fix-an-error-handling-path-in-seri.patch
patches.kernel.org/4.18.12-078-staging-mt7621-dts-Fix-remaining-pcie-warning.patch
patches.kernel.org/4.18.12-079-media-tm6000-add-error-handling-for-dvb_regis.patch
patches.kernel.org/4.18.12-080-ASoC-qdsp6-qdafe-fix-some-off-by-one-bugs.patch
patches.kernel.org/4.18.12-081-ALSA-hda-Add-AZX_DCAPS_PM_RUNTIME-for-AMD-Rav.patch
patches.kernel.org/4.18.12-082-net-phy-xgmiitorgmii-Check-read_status-result.patch
patches.kernel.org/4.18.12-083-ath10k-protect-ath10k_htt_rx_ring_free-with-r.patch
patches.kernel.org/4.18.12-084-drm-sun4i-Enable-DW-HDMI-PHY-clock.patch
patches.kernel.org/4.18.12-085-net-phy-xgmiitorgmii-Check-phy_driver-ready-b.patch
patches.kernel.org/4.18.12-086-drm-sun4i-Fix-releasing-node-when-enumerating.patch
patches.kernel.org/4.18.12-087-ath10k-transmit-queued-frames-after-processin.patch
patches.kernel.org/4.18.12-088-mt76x2-fix-mrr-idx-count-estimation-in-mt76x2.patch
patches.kernel.org/4.18.12-089-rndis_wlan-potential-buffer-overflow-in-rndis.patch
patches.kernel.org/4.18.12-090-brcmsmac-fix-wrap-around-in-conversion-from-c.patch
patches.kernel.org/4.18.12-091-bitfield-fix-_encode_bits.patch
patches.kernel.org/4.18.12-092-wlcore-Add-missing-PM-call-for-wlcore_cmd_wai.patch
patches.kernel.org/4.18.12-093-drm-omap-gem-Fix-mm_list-locking.patch
patches.kernel.org/4.18.12-094-ARM-mvebu-declare-asm-symbols-as-character-ar.patch
patches.kernel.org/4.18.12-095-RDMA-uverbs-Don-t-overwrite-NULL-pointer-with.patch
patches.kernel.org/4.18.12-096-Documentation-process-fix-reST-table-border-e.patch
patches.kernel.org/4.18.12-097-perf-hw_breakpoint-Split-attribute-parse-and-.patch
patches.kernel.org/4.18.12-098-arm-dts-mediatek-Add-missing-cooling-device-p.patch
patches.kernel.org/4.18.12-099-HID-hid-ntrig-add-error-handling-for-sysfs_cr.patch
patches.kernel.org/4.18.12-100-HID-i2c-hid-Use-devm-to-allocate-i2c_hid-stru.patch
patches.kernel.org/4.18.12-101-MIPS-boot-fix-build-rule-of-vmlinux.its.S.patch
patches.kernel.org/4.18.12-102-arm64-dts-renesas-Fix-VSPD-registers-range.patch
patches.kernel.org/4.18.12-103-drm-v3d-Take-a-lock-across-GPU-scheduler-job-.patch
patches.kernel.org/4.18.12-104-perf-x86-intel-lbr-Fix-incomplete-LBR-call-st.patch
patches.kernel.org/4.18.12-105-scsi-bnx2i-add-error-handling-for-ioremap_noc.patch
patches.kernel.org/4.18.12-106-iomap-complete-partial-direct-I-O-writes-sync.patch
patches.kernel.org/4.18.12-107-scsi-hisi_sas-Fix-the-conflict-between-dev-go.patch
patches.kernel.org/4.18.12-108-spi-orion-fix-CS-GPIO-handling-again.patch
patches.kernel.org/4.18.12-109-scsi-megaraid_sas-Update-controller-info-duri.patch
patches.kernel.org/4.18.12-110-ASoC-Intel-bytcr_rt5640-Fix-Acer-Iconia-8-ove.patch
patches.kernel.org/4.18.12-111-ASoC-rt1305-Use-ULL-suffixes-for-64-bit-const.patch
patches.kernel.org/4.18.12-112-ASoC-rsnd-SSI-parent-cares-SWSP-bit.patch
patches.kernel.org/4.18.12-113-EDAC-i7core-Fix-memleaks-and-use-after-free-o.patch
patches.kernel.org/4.18.12-114-ASoC-dapm-Fix-potential-DAI-widget-pointer-de.patch
patches.kernel.org/4.18.12-115-module-exclude-SHN_UNDEF-symbols-from-kallsym.patch
patches.kernel.org/4.18.12-116-gpio-Fix-wrong-rounding-in-gpio-menz127.patch
patches.kernel.org/4.18.12-117-nfsd-fix-corrupted-reply-to-badly-ordered-com.patch
patches.kernel.org/4.18.12-118-EDAC-Fix-memleak-in-module-init-error-path.patch
patches.kernel.org/4.18.12-119-EDAC-altera-Fix-an-error-handling-path-in-alt.patch
patches.kernel.org/4.18.12-120-staging-pi433-fix-race-condition-in-pi433_ioc.patch
patches.kernel.org/4.18.12-121-ath10k-fix-incorrect-size-of-dma_free_coheren.patch
patches.kernel.org/4.18.12-122-ath10k-snoc-use-correct-bus-specific-pointer-.patch
patches.kernel.org/4.18.12-123-fs-lock-skip-lock-owner-pid-translation-in-ca.patch
patches.kernel.org/4.18.12-124-ath10k-fix-memory-leak-of-tpc_stats.patch
patches.kernel.org/4.18.12-125-Input-xen-kbdfront-fix-multi-touch-XenStore-n.patch
patches.kernel.org/4.18.12-126-iio-104-quad-8-Fix-off-by-one-error-in-regist.patch
patches.kernel.org/4.18.12-127-drm-vc4-Add-missing-formats-to-vc4_format_mod.patch
patches.kernel.org/4.18.12-128-ARM-dts-dra7-fix-DCAN-node-addresses.patch
patches.kernel.org/4.18.12-129-drm-vc4-plane-Expand-the-lower-bits-by-repeat.patch
patches.kernel.org/4.18.12-130-perf-tests-Fix-indexing-when-invoking-subtest.patch
patches.kernel.org/4.18.12-131-gpio-tegra-Fix-tegra_gpio_irq_set_type.patch
patches.kernel.org/4.18.12-132-floppy-Do-not-copy-a-kernel-pointer-to-user-m.patch
patches.kernel.org/4.18.12-133-block-fix-deadline-elevator-drain-for-zoned-b.patch
patches.kernel.org/4.18.12-134-x86-mm-Expand-static-page-table-for-fixmap-sp.patch
patches.kernel.org/4.18.12-135-tty-serial-lpuart-avoid-leaking-struct-tty_st.patch
patches.kernel.org/4.18.12-136-serial-imx-restore-handshaking-irq-for-imx1.patch
patches.kernel.org/4.18.12-137-serial-mvebu-uart-Fix-reporting-of-effective-.patch
patches.kernel.org/4.18.12-138-serial-cpm_uart-return-immediately-from-conso.patch
patches.kernel.org/4.18.12-139-intel_th-Fix-device-removal-logic.patch
patches.kernel.org/4.18.12-140-intel_th-Fix-resource-handling-for-ACPI-glue-.patch
patches.kernel.org/4.18.12-141-spi-tegra20-slink-explicitly-enable-disable-c.patch
patches.kernel.org/4.18.12-142-spi-sh-msiof-Fix-invalid-SPI-use-during-syste.patch
patches.kernel.org/4.18.12-143-spi-sh-msiof-Fix-handling-of-write-value-for-.patch
patches.kernel.org/4.18.12-144-spi-rspi-Fix-invalid-SPI-use-during-system-su.patch
patches.kernel.org/4.18.12-145-spi-rspi-Fix-interrupted-DMA-transfers.patch
patches.kernel.org/4.18.12-146-regulator-fix-crash-caused-by-null-driver-dat.patch
patches.kernel.org/4.18.12-147-regulator-Fix-do-nothing-value-for-regulators.patch
patches.kernel.org/4.18.12-148-USB-fix-error-handling-in-usb_driver_claim_in.patch
patches.kernel.org/4.18.12-149-USB-handle-NULL-config-in-usb_find_alt_settin.patch
patches.kernel.org/4.18.12-150-usb-roles-Take-care-of-driver-module-referenc.patch
patches.kernel.org/4.18.12-151-usb-core-safely-deal-with-the-dynamic-quirk-l.patch
patches.kernel.org/4.18.12-152-usb-musb-dsps-do-not-disable-CPPI41-irq-in-dr.patch
patches.kernel.org/4.18.12-153-USB-usbdevfs-sanitize-flags-more.patch
patches.kernel.org/4.18.12-154-USB-usbdevfs-restore-warning-for-nonsensical-.patch
patches.kernel.org/4.18.12-155-Revert-usb-cdc-wdm-Fix-a-sleep-in-atomic-cont.patch
patches.kernel.org/4.18.12-156-USB-remove-LPM-management-from-usb_driver_cla.patch
patches.kernel.org/4.18.12-157-uaccess-Fix-is_source-param-for-check_copy_si.patch
patches.kernel.org/4.18.12-158-ext2-dax-set-ext2_dax_aops-for-dax-files.patch
patches.kernel.org/4.18.12-159-filesystem-dax-Fix-use-of-zero-page.patch
patches.kernel.org/4.18.12-160-Input-elantech-enable-middle-button-of-touchp.patch
patches.kernel.org/4.18.12-161-IB-srp-Avoid-that-sg_reset-d-srp_device-trigg.patch
patches.kernel.org/4.18.12-162-IB-hfi1-Fix-SL-array-bounds-check.patch
patches.kernel.org/4.18.12-163-IB-hfi1-Invalid-user-input-can-result-in-cras.patch
patches.kernel.org/4.18.12-164-IB-hfi1-Fix-context-recovery-when-PBC-has-an-.patch
patches.kernel.org/4.18.12-165-IB-hfi1-Fix-destroy_qp-hang-after-a-link-down.patch
patches.kernel.org/4.18.12-166-ACPI-hotplug-PCI-Don-t-scan-for-non-hotplug-b.patch
patches.kernel.org/4.18.12-167-RDMA-uverbs-Atomically-flush-and-mark-closed-.patch
patches.kernel.org/4.18.12-168-arm64-KVM-Tighten-guest-core-register-access-.patch
patches.kernel.org/4.18.12-169-ARM-OMAP2-Fix-null-hwmod-for-ti-sysc-debug.patch
patches.kernel.org/4.18.12-170-ARM-OMAP2-Fix-module-address-for-modules-usin.patch
patches.kernel.org/4.18.12-171-bus-ti-sysc-Fix-module-register-ioremap-for-l.patch
patches.kernel.org/4.18.12-172-qed-Wait-for-ready-indication-before-rereadin.patch
patches.kernel.org/4.18.12-173-qed-Wait-for-MCP-halt-and-resume-commands-to-.patch
patches.kernel.org/4.18.12-174-qed-Prevent-a-possible-deadlock-during-driver.patch
patches.kernel.org/4.18.12-175-qed-Avoid-sending-mailbox-commands-when-MFW-i.patch
patches.kernel.org/4.18.12-176-thermal-of-thermal-disable-passive-polling-wh.patch
patches.kernel.org/4.18.12-177-isofs-reject-hardware-sector-size-2048-bytes.patch
patches.kernel.org/4.18.12-178-mmc-atmel-mci-fix-bad-logic-of-sg_copy_-from-.patch
patches.kernel.org/4.18.12-179-mmc-android-goldfish-fix-bad-logic-of-sg_copy.patch
patches.kernel.org/4.18.12-180-bus-ti-sysc-Fix-no_console_suspend-handling.patch
patches.kernel.org/4.18.12-181-ARM-dts-omap4-droid4-fix-vibrations-on-Droid-.patch
patches.kernel.org/4.18.12-182-bpf-sockmap-fix-sock_hash_alloc-and-reject-ze.patch
patches.kernel.org/4.18.12-183-bpf-sockmap-fix-sock-hash-count-in-alloc_sock.patch
patches.kernel.org/4.18.12-184-tls-possible-hang-when-do_tcp_sendpages-hits-.patch
patches.kernel.org/4.18.12-185-bpf-sockmap-write_space-events-need-to-be-pas.patch
patches.kernel.org/4.18.12-186-drm-amdgpu-fix-VM-clearing-for-the-root-PD.patch
patches.kernel.org/4.18.12-187-drm-amdgpu-fix-preamble-handling.patch
patches.kernel.org/4.18.12-188-amdgpu-fix-multi-process-hang-issue.patch
patches.kernel.org/4.18.12-189-net-ncsi-Fixup-.dumpit-message-flags-and-ID-c.patch
patches.kernel.org/4.18.12-190-tcp_bbr-add-bbr_check_probe_rtt_done-helper.patch
patches.kernel.org/4.18.12-191-tcp_bbr-in-restart-from-idle-see-if-we-should.patch
patches.kernel.org/4.18.12-192-net-hns-fix-length-and-page_offset-overflow-w.patch
patches.kernel.org/4.18.12-193-net-hns-fix-skb-truesize-underestimation.patch
patches.kernel.org/4.18.12-194-net-hns3-fix-page_offset-overflow-when-CONFIG.patch
patches.kernel.org/4.18.12-195-ice-Fix-multiple-static-analyser-warnings.patch
patches.kernel.org/4.18.12-196-ice-Report-stats-for-allocated-queues-via-eth.patch
patches.kernel.org/4.18.12-197-ice-Clean-control-queues-only-when-they-are-i.patch
patches.kernel.org/4.18.12-198-ice-Fix-bugs-in-control-queue-processing.patch
patches.kernel.org/4.18.12-199-ice-Use-order_base_2-to-calculate-higher-powe.patch
patches.kernel.org/4.18.12-200-ice-Set-VLAN-flags-correctly.patch
patches.kernel.org/4.18.12-201-tools-bpftool-return-from-do_event_pipe-on-ba.patch
patches.kernel.org/4.18.12-202-ice-Fix-a-few-null-pointer-dereference-issues.patch
patches.kernel.org/4.18.12-203-ice-Fix-potential-return-of-uninitialized-val.patch
patches.kernel.org/4.18.12-204-e1000-check-on-netif_running-before-calling-e.patch
patches.kernel.org/4.18.12-205-e1000-ensure-to-free-old-tx-rx-rings-in-set_r.patch
patches.kernel.org/4.18.12-206-ixgbe-fix-driver-behaviour-after-issuing-VFLR.patch
patches.kernel.org/4.18.12-207-i40e-Fix-for-Tx-timeouts-when-interface-is-br.patch
patches.kernel.org/4.18.12-208-i40e-fix-condition-of-WARN_ONCE-for-stat-stri.patch
patches.kernel.org/4.18.12-209-crypto-chtls-fix-null-dereference-chtls_free_.patch
patches.kernel.org/4.18.12-210-crypto-cavium-nitrox-fix-for-command-corrupti.patch
patches.kernel.org/4.18.12-211-hwmon-ina2xx-fix-sysfs-shunt-resistor-read-ac.patch
patches.kernel.org/4.18.12-212-hwmon-adt7475-Make-adt7475_read_word-return-e.patch
patches.kernel.org/4.18.12-213-Revert-ARM-dts-imx7d-Invert-legacy-PCI-irq-ma.patch
patches.kernel.org/4.18.12-214-drm-amdgpu-Enable-disable-gfx-PG-feature-in-r.patch
patches.kernel.org/4.18.12-215-drm-amdgpu-Update-power-state-at-the-end-of-s.patch
patches.kernel.org/4.18.12-216-ata-ftide010-Add-a-quirk-for-SQ201.patch
patches.kernel.org/4.18.12-217-nvme-fcloop-Fix-dropped-LS-s-to-removed-targe.patch
patches.kernel.org/4.18.12-218-ARM-dts-omap4-droid4-Fix-emmc-errors-seen-on-.patch
patches.kernel.org/4.18.12-219-drm-amdgpu-Need-to-set-moved-to-true-when-evi.patch
patches.kernel.org/4.18.12-220-arm-arm64-smccc-1.1-Make-return-values-unsign.patch
patches.kernel.org/4.18.12-221-arm-arm64-smccc-1.1-Handle-function-result-as.patch
patches.kernel.org/4.18.12-222-i2c-i801-Allow-ACPI-AML-access-I-O-ports-not-.patch
patches.kernel.org/4.18.12-223-clk-x86-Set-default-parent-to-48Mhz.patch
patches.kernel.org/4.18.12-224-x86-pti-Fix-section-mismatch-warning-error.patch
patches.kernel.org/4.18.12-225-KVM-PPC-Book3S-HV-Fix-guest-r11-corruption-wi.patch
patches.kernel.org/4.18.12-226-powerpc-fix-csum_ipv6_magic-on-little-endian-.patch
patches.kernel.org/4.18.12-227-powerpc-pkeys-Fix-reading-of-ibm-processor-st.patch
patches.kernel.org/4.18.12-228-powerpc-pseries-Fix-unitialized-timer-reset-o.patch
patches.kernel.org/4.18.12-229-arm64-KVM-Sanitize-PSTATE.M-when-being-set-fr.patch
patches.kernel.org/4.18.12-230-media-v4l-event-Prevent-freeing-event-subscri.patch
patches.kernel.org/4.18.12-231-Linux-4.18.12.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
########################################################
# 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
########################################################
# 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.
########################################################