# 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.14.1-001-EDAC-sb_edac-Don-t-create-a-second-memory-cont.patch patches.kernel.org/4.14.1-002-dmaengine-dmatest-warn-user-when-dma-test-time.patch patches.kernel.org/4.14.1-003-media-imon-Fix-null-ptr-deref-in-imon_probe.patch patches.kernel.org/4.14.1-004-media-dib0700-fix-invalid-dvb_detach-argument.patch patches.kernel.org/4.14.1-005-crypto-dh-Fix-double-free-of-ctx-p.patch patches.kernel.org/4.14.1-006-crypto-dh-Don-t-permit-p-to-be-0.patch patches.kernel.org/4.14.1-007-crypto-dh-Don-t-permit-key-or-g-size-longer-th.patch patches.kernel.org/4.14.1-008-crypto-brcm-Explicity-ACK-mailbox-message.patch patches.kernel.org/4.14.1-009-USB-early-Use-new-USB-product-ID-and-strings-f.patch patches.kernel.org/4.14.1-010-USB-usbfs-compute-urb-actual_length-for-isochr.patch patches.kernel.org/4.14.1-011-USB-Add-delay-init-quirk-for-Corsair-K70-LUX-k.patch patches.kernel.org/4.14.1-012-usb-gadget-f_fs-Fix-use-after-free-in-ffs_free.patch patches.kernel.org/4.14.1-013-USB-serial-metro-usb-stop-I-O-after-failed-ope.patch patches.kernel.org/4.14.1-014-USB-serial-Change-DbC-debug-device-binding-ID.patch patches.kernel.org/4.14.1-015-USB-serial-qcserial-add-pid-vid-for-Sierra-Wir.patch patches.kernel.org/4.14.1-016-USB-serial-garmin_gps-fix-I-O-after-failed-pro.patch patches.kernel.org/4.14.1-017-USB-serial-garmin_gps-fix-memory-leak-on-probe.patch patches.kernel.org/4.14.1-018-selftests-x86-protection_keys-Fix-syscall-NR-r.patch patches.kernel.org/4.14.1-019-x86-MCE-AMD-Always-give-panic-severity-for-UC-.patch patches.kernel.org/4.14.1-020-platform-x86-peaq-wmi-Add-DMI-check-before-bin.patch patches.kernel.org/4.14.1-021-platform-x86-peaq_wmi-Fix-missing-terminating-.patch patches.kernel.org/4.14.1-022-HID-cp2112-add-HIDRAW-dependency.patch patches.kernel.org/4.14.1-023-HID-wacom-generic-Recognize-WACOM_HID_WD_PEN-a.patch patches.kernel.org/4.14.1-024-rpmsg-glink-Add-missing-MODULE_LICENSE.patch patches.kernel.org/4.14.1-025-staging-wilc1000-Fix-bssid-buffer-offset-in-Tx.patch patches.kernel.org/4.14.1-026-staging-sm750fb-Fix-parameter-mistake-in-poke3.patch patches.kernel.org/4.14.1-027-staging-ccree-fix-64-bit-scatter-gather-DMA-op.patch patches.kernel.org/4.14.1-028-staging-greybus-spilib-fix-use-after-free-afte.patch patches.kernel.org/4.14.1-029-staging-vboxvideo-Fix-reporting-invalid-sugges.patch patches.kernel.org/4.14.1-030-staging-rtl8188eu-Revert-4-commits-breaking-AR.patch patches.kernel.org/4.14.1-031-spi-fix-use-after-free-at-controller-deregistr.patch patches.kernel.org/4.14.1-032-sparc32-Add-cmpxchg64.patch patches.kernel.org/4.14.1-033-sparc64-mmu_context-Add-missing-include-files.patch patches.kernel.org/4.14.1-034-sparc64-Fix-page-table-walk-for-PUD-hugepages.patch patches.kernel.org/4.14.1-035-Linux-4.14.1.patch patches.kernel.org/4.14.2-001-bio-ensure-__bio_clone_fast-copies-bi_partno.patch patches.kernel.org/4.14.2-002-af_netlink-ensure-that-NLMSG_DONE-never-fails-.patch patches.kernel.org/4.14.2-003-vxlan-fix-the-issue-that-neigh-proxy-blocks-al.patch patches.kernel.org/4.14.2-004-net-cdc_ncm-GetNtbFormat-endian-fix.patch patches.kernel.org/4.14.2-005-fealnx-Fix-building-error-on-MIPS.patch patches.kernel.org/4.14.2-006-net-sctp-Always-set-scope_id-in-sctp_inet6_skb.patch patches.kernel.org/4.14.2-007-ima-do-not-update-security.ima-if-appraisal-st.patch patches.kernel.org/4.14.2-008-serial-omap-Fix-EFR-write-on-RTS-deassertion.patch patches.kernel.org/4.14.2-009-serial-8250_fintek-Fix-finding-base_port-with-.patch patches.kernel.org/4.14.2-010-tpm-dev-common-Reject-too-short-writes.patch patches.kernel.org/4.14.2-011-rcu-Fix-up-pending-cbs-check-in-rcu_prepare_fo.patch patches.kernel.org/4.14.2-012-mm-pagewalk.c-report-holes-in-hugetlb-ranges.patch patches.kernel.org/4.14.2-013-ocfs2-fix-cluster-hang-after-a-node-dies.patch patches.kernel.org/4.14.2-014-ocfs2-should-wait-dio-before-inode-lock-in-ocf.patch patches.kernel.org/4.14.2-015-ipmi-fix-unsigned-long-underflow.patch patches.kernel.org/4.14.2-016-mm-page_alloc.c-broken-deferred-calculation.patch patches.kernel.org/4.14.2-017-mm-page_ext.c-check-if-page_ext-is-not-prepare.patch patches.kernel.org/4.14.2-018-coda-fix-kernel-memory-exposure-attempt-in-fsy.patch patches.kernel.org/4.14.2-019-ipmi-Prefer-ACPI-system-interfaces-over-SMBIOS.patch patches.kernel.org/4.14.2-020-Linux-4.14.2.patch patches.kernel.org/4.14.3-001-s390-fix-transactional-execution-control-regis.patch patches.kernel.org/4.14.3-002-s390-noexec-execute-kexec-datamover-without-DA.patch patches.kernel.org/4.14.3-003-s390-runtime-instrumention-fix-possible-memory.patch patches.kernel.org/4.14.3-004-s390-guarded-storage-fix-possible-memory-corru.patch patches.kernel.org/4.14.3-005-s390-disassembler-add-missing-end-marker-for-e.patch patches.kernel.org/4.14.3-006-s390-disassembler-increase-show_code-buffer-si.patch patches.kernel.org/4.14.3-007-ACPI-PM-Fix-acpi_pm_notifier_lock-vs-flush_wor.patch patches.kernel.org/4.14.3-008-ACPI-EC-Fix-regression-related-to-triggering-s.patch patches.kernel.org/4.14.3-009-cpufreq-schedutil-Reset-cached_raw_freq-when-n.patch patches.kernel.org/4.14.3-010-serdev-fix-registration-of-second-slave.patch patches.kernel.org/4.14.3-011-sched-Make-resched_cpu-unconditional.patch patches.kernel.org/4.14.3-012-lib-mpi-call-cond_resched-from-mpi_powm-loop.patch patches.kernel.org/4.14.3-013-x86-boot-Fix-boot-failure-when-SMP-MP-table-is.patch patches.kernel.org/4.14.3-014-x86-decoder-Add-new-TEST-instruction-pattern.patch patches.kernel.org/4.14.3-015-x86-entry-64-Fix-entry_SYSCALL_64_after_hwfram.patch patches.kernel.org/4.14.3-016-x86-entry-64-Add-missing-irqflags-tracing-to-n.patch patches.kernel.org/4.14.3-017-perf-x86-intel-Hide-TSX-events-when-RTM-is-not.patch patches.kernel.org/4.14.3-018-arm64-Implement-arch-specific-pte_access_permi.patch patches.kernel.org/4.14.3-019-ARM-8722-1-mm-make-STRICT_KERNEL_RWX-effective.patch patches.kernel.org/4.14.3-020-ARM-8721-1-mm-dump-check-hardware-RO-bit-for-L.patch patches.kernel.org/4.14.3-021-uapi-fix-linux-tls.h-userspace-compilation-err.patch patches.kernel.org/4.14.3-022-uapi-fix-linux-rxrpc.h-userspace-compilation-e.patch patches.kernel.org/4.14.3-023-MIPS-cmpxchg64-and-HAVE_VIRT_CPU_ACCOUNTING_GE.patch patches.kernel.org/4.14.3-024-MIPS-ralink-Fix-MT7628-pinmux.patch patches.kernel.org/4.14.3-025-MIPS-ralink-Fix-typo-in-mt7628-pinmux-function.patch patches.kernel.org/4.14.3-026-net-mvneta-fix-handling-of-the-Tx-descriptor-c.patch patches.kernel.org/4.14.3-027-nbd-wait-uninterruptible-for-the-dead-timeout.patch patches.kernel.org/4.14.3-028-nbd-don-t-start-req-until-after-the-dead-conne.patch patches.kernel.org/4.14.3-029-PM-OPP-Add-missing-of_node_put-np.patch patches.kernel.org/4.14.3-030-PCI-ASPM-Account-for-downstream-device-s-Port-.patch patches.kernel.org/4.14.3-031-PCI-ASPM-Use-correct-capability-pointer-to-pro.patch patches.kernel.org/4.14.3-032-PCI-hv-Use-effective-affinity-mask.patch patches.kernel.org/4.14.3-033-PCI-Set-Cavium-ACS-capability-quirk-flags-to-a.patch patches.kernel.org/4.14.3-034-PCI-Apply-Cavium-ThunderX-ACS-quirk-to-more-Ro.patch patches.kernel.org/4.14.3-035-ALSA-hda-Add-Raven-PCI-ID.patch patches.kernel.org/4.14.3-036-dm-integrity-allow-unaligned-bv_offset.patch patches.kernel.org/4.14.3-037-dm-cache-fix-race-condition-in-the-writeback-m.patch patches.kernel.org/4.14.3-038-dm-crypt-allow-unaligned-bv_offset.patch patches.kernel.org/4.14.3-039-dm-zoned-ignore-last-smaller-runt-zone.patch patches.kernel.org/4.14.3-040-dm-mpath-remove-annoying-message-of-blk_get_re.patch patches.kernel.org/4.14.3-041-dm-bufio-fix-integer-overflow-when-limiting-ma.patch patches.kernel.org/4.14.3-042-ovl-Put-upperdentry-if-ovl_check_origin-fails.patch patches.kernel.org/4.14.3-043-dm-allocate-struct-mapped_device-with-kvzalloc.patch patches.kernel.org/4.14.3-044-sched-rt-Simplify-the-IPI-based-RT-balancing-l.patch patches.kernel.org/4.14.3-045-MIPS-pci-Remove-KERN_WARN-instance-inside-the-.patch patches.kernel.org/4.14.3-046-dm-fix-race-between-dm_get_from_kobject-and-__.patch patches.kernel.org/4.14.3-047-dm-discard-support-requires-all-targets-in-a-t.patch patches.kernel.org/4.14.3-048-MIPS-Fix-odd-fp-register-warnings-with-MIPS64r.patch patches.kernel.org/4.14.3-049-MIPS-Fix-MIPS64-FP-save-restore-on-32-bit-kern.patch patches.kernel.org/4.14.3-050-MIPS-dts-remove-bogus-bcm96358nb4ser.dtb-from-.patch patches.kernel.org/4.14.3-051-MIPS-Fix-an-n32-core-file-generation-regset-su.patch patches.kernel.org/4.14.3-052-MIPS-BCM47XX-Fix-LED-inversion-for-WRT54GSv1.patch patches.kernel.org/4.14.3-053-MIPS-math-emu-Fix-final-emulation-phase-for-ce.patch patches.kernel.org/4.14.3-054-rt2x00usb-mark-device-removed-when-get-ENOENT-.patch patches.kernel.org/4.14.3-055-mm-z3fold.c-use-kref-to-prevent-page-free-comp.patch patches.kernel.org/4.14.3-056-autofs-don-t-fail-mount-for-transient-error.patch patches.kernel.org/4.14.3-057-nilfs2-fix-race-condition-that-causes-file-sys.patch patches.kernel.org/4.14.3-058-fscrypt-lock-mutex-before-checking-for-bounce-.patch patches.kernel.org/4.14.3-059-eCryptfs-use-after-free-in-ecryptfs_release_me.patch patches.kernel.org/4.14.3-060-libceph-don-t-WARN-if-user-tries-to-add-invali.patch patches.kernel.org/4.14.3-061-bcache-check-ca-alloc_thread-initialized-befor.patch patches.kernel.org/4.14.3-062-fs-guard_bio_eod-needs-to-consider-partitions.patch patches.kernel.org/4.14.3-063-fanotify-fix-fsnotify_prepare_user_wait-failur.patch patches.kernel.org/4.14.3-064-isofs-fix-timestamps-beyond-2027.patch patches.kernel.org/4.14.3-065-btrfs-change-how-we-decide-to-commit-transacti.patch patches.kernel.org/4.14.3-066-f2fs-expose-some-sectors-to-user-in-inline-dat.patch patches.kernel.org/4.14.3-067-NFS-Fix-typo-in-nomigration-mount-option.patch patches.kernel.org/4.14.3-068-NFS-Revert-NFS-Move-the-flock-open-mode-check-.patch patches.kernel.org/4.14.3-069-nfs-Fix-ugly-referral-attributes.patch patches.kernel.org/4.14.3-070-NFS-Avoid-RCU-usage-in-tracepoints.patch patches.kernel.org/4.14.3-071-NFS-revalidate-.-etc-correctly-on-open.patch patches.kernel.org/4.14.3-072-nfsd-deal-with-revoked-delegations-appropriate.patch patches.kernel.org/4.14.3-073-rtlwifi-rtl8192ee-Fix-memory-leak-when-loading.patch patches.kernel.org/4.14.3-074-rtlwifi-fix-uninitialized-rtlhal-last_suspend_.patch patches.kernel.org/4.14.3-075-iwlwifi-fix-firmware-names-for-9000-and-A000-s.patch patches.kernel.org/4.14.3-076-md-fix-deadlock-error-in-recent-patch.patch patches.kernel.org/4.14.3-077-md-don-t-check-MD_SB_CHANGE_CLEAN-in-md_allow_.patch patches.kernel.org/4.14.3-078-Bluetooth-btqcomsmd-Add-support-for-BD-address.patch patches.kernel.org/4.14.3-079-md-bitmap-revert-a-patch.patch patches.kernel.org/4.14.3-080-fsnotify-clean-up-fsnotify_prepare-finish_user.patch patches.kernel.org/4.14.3-081-fsnotify-pin-both-inode-and-vfsmount-mark.patch patches.kernel.org/4.14.3-082-fsnotify-fix-pinning-group-in-fsnotify_prepare.patch patches.kernel.org/4.14.3-083-ata-fixes-kernel-crash-while-tracing-ata_eh_li.patch patches.kernel.org/4.14.3-084-ext4-fix-interaction-between-i_size-fallocate-.patch patches.kernel.org/4.14.3-085-ext4-prevent-data-corruption-with-inline-data-.patch patches.kernel.org/4.14.3-086-ext4-prevent-data-corruption-with-journaling-D.patch patches.kernel.org/4.14.3-087-ALSA-pcm-update-tstamp-only-if-audio_tstamp-ch.patch patches.kernel.org/4.14.3-088-ALSA-usb-audio-Add-sanity-checks-to-FE-parser.patch patches.kernel.org/4.14.3-089-ALSA-usb-audio-Fix-potential-out-of-bound-acce.patch patches.kernel.org/4.14.3-090-ALSA-usb-audio-Add-sanity-checks-in-v2-clock-p.patch patches.kernel.org/4.14.3-091-ALSA-timer-Remove-kernel-warning-at-compat-ioc.patch patches.kernel.org/4.14.3-092-ALSA-hda-realtek-Fix-ALC275-no-sound-issue.patch patches.kernel.org/4.14.3-093-ALSA-hda-Fix-too-short-HDMI-DP-chmap-reporting.patch patches.kernel.org/4.14.3-094-ALSA-hda-Fix-yet-remaining-issue-with-vmaster-.patch patches.kernel.org/4.14.3-095-ALSA-hda-realtek-Fix-ALC700-family-no-sound-is.patch patches.kernel.org/4.14.3-096-ASoC-sun8i-codec-Invert-Master-Slave-condition.patch patches.kernel.org/4.14.3-097-ASoC-sun8i-codec-Fix-left-and-right-channels-i.patch patches.kernel.org/4.14.3-098-ASoC-sun8i-codec-Set-the-BCLK-divider.patch patches.kernel.org/4.14.3-099-mfd-lpc_ich-Avoton-Rangeley-uses-SPI_BYT-metho.patch patches.kernel.org/4.14.3-100-fix-a-page-leak-in-vhost_scsi_iov_to_sgl-error.patch patches.kernel.org/4.14.3-101-9p-Fix-missing-commas-in-mount-options.patch patches.kernel.org/4.14.3-102-fs-9p-Compare-qid.path-in-v9fs_test_inode.patch patches.kernel.org/4.14.3-103-net-9p-Switch-to-wait_event_killable.patch patches.kernel.org/4.14.3-104-scsi-qla2xxx-Suppress-a-kernel-complaint-in-ql.patch patches.kernel.org/4.14.3-105-scsi-sd_zbc-Fix-sd_zbc_read_zoned_characterist.patch patches.kernel.org/4.14.3-106-scsi-lpfc-fix-pci-hot-plug-crash-in-timer-mana.patch patches.kernel.org/4.14.3-107-scsi-lpfc-fix-pci-hot-plug-crash-in-list_add-c.patch patches.kernel.org/4.14.3-108-scsi-lpfc-Fix-crash-receiving-ELS-while-detach.patch patches.kernel.org/4.14.3-109-scsi-lpfc-Fix-FCP-hba_wqidx-assignment.patch patches.kernel.org/4.14.3-110-scsi-lpfc-Fix-oops-if-nvmet_fc_register_target.patch patches.kernel.org/4.14.3-111-iscsi-target-Make-TASK_REASSIGN-use-proper-se_.patch patches.kernel.org/4.14.3-112-iscsi-target-Fix-non-immediate-TMR-reference-l.patch patches.kernel.org/4.14.3-113-target-fix-null-pointer-regression-in-core_tmr.patch patches.kernel.org/4.14.3-114-target-fix-buffer-offset-in-core_scsi3_pri_rea.patch patches.kernel.org/4.14.3-115-target-Fix-QUEUE_FULL-SCSI-task-attribute-hand.patch patches.kernel.org/4.14.3-116-target-Fix-caw_sem-leak-in-transport_generic_r.patch patches.kernel.org/4.14.3-117-target-Fix-quiese-during-transport_write_pendi.patch patches.kernel.org/4.14.3-118-target-Avoid-early-CMD_T_PRE_EXECUTE-failures-.patch patches.kernel.org/4.14.3-119-mtd-Avoid-probe-failures-when-mtd-dbg.dfs_dir-.patch patches.kernel.org/4.14.3-120-mtd-nand-Export-nand_reset-symbol.patch patches.kernel.org/4.14.3-121-mtd-nand-atmel-Actually-use-the-PM-ops.patch patches.kernel.org/4.14.3-122-mtd-nand-omap2-Fix-subpage-write.patch patches.kernel.org/4.14.3-123-mtd-nand-Fix-writing-mtdoops-to-nand-flash.patch patches.kernel.org/4.14.3-124-mtd-nand-mtk-fix-infinite-ECC-decode-IRQ-issue.patch patches.kernel.org/4.14.3-125-mailbox-bcm-flexrm-mailbox-Fix-FlexRM-ring-flu.patch patches.kernel.org/4.14.3-126-p54-don-t-unregister-leds-when-they-are-not-in.patch patches.kernel.org/4.14.3-127-block-Fix-a-race-between-blk_cleanup_queue-and.patch patches.kernel.org/4.14.3-128-raid1-prevent-freeze_array-wait_all_barriers-d.patch patches.kernel.org/4.14.3-129-genirq-Track-whether-the-trigger-type-has-been.patch patches.kernel.org/4.14.3-130-irqchip-gic-v3-Fix-ppi-partitions-lookup.patch patches.kernel.org/4.14.3-131-lockd-double-unregister-of-inetaddr-notifiers.patch patches.kernel.org/4.14.3-132-KVM-PPC-Book3S-HV-Don-t-call-real-mode-XICS-hy.patch patches.kernel.org/4.14.3-133-KVM-nVMX-set-IDTR-and-GDTR-limits-when-loading.patch patches.kernel.org/4.14.3-134-KVM-SVM-obey-guest-PAT.patch patches.kernel.org/4.14.3-135-kvm-vmx-Reinstate-support-for-CPUs-without-vir.patch patches.kernel.org/4.14.3-136-dax-fix-PMD-faults-on-zero-length-files.patch patches.kernel.org/4.14.3-137-dax-fix-general-protection-fault-in-dax_alloc_.patch patches.kernel.org/4.14.3-138-SUNRPC-Fix-tracepoint-storage-issues-with-svc_.patch patches.kernel.org/4.14.3-139-clk-ti-dra7-atl-clock-fix-child-node-lookups.patch patches.kernel.org/4.14.3-140-libnvdimm-dimm-clear-locked-status-on-successf.patch patches.kernel.org/4.14.3-141-libnvdimm-pfn-make-resource-attribute-only-rea.patch patches.kernel.org/4.14.3-142-libnvdimm-namespace-fix-label-initialization-t.patch patches.kernel.org/4.14.3-143-libnvdimm-region-make-resource-attribute-only-.patch patches.kernel.org/4.14.3-144-libnvdimm-namespace-make-resource-attribute-on.patch patches.kernel.org/4.14.3-145-svcrdma-Preserve-CB-send-buffer-across-retrans.patch patches.kernel.org/4.14.3-146-IB-srpt-Do-not-accept-invalid-initiator-port-n.patch patches.kernel.org/4.14.3-147-IB-cm-Fix-memory-corruption-in-handling-CM-req.patch patches.kernel.org/4.14.3-148-IB-hfi1-Fix-incorrect-available-receive-user-c.patch patches.kernel.org/4.14.3-149-IB-srp-Avoid-that-a-cable-pull-can-trigger-a-k.patch patches.kernel.org/4.14.3-150-IB-core-Avoid-crash-on-pkey-enforcement-failed.patch patches.kernel.org/4.14.3-151-IB-core-Only-maintain-real-QPs-in-the-security.patch patches.kernel.org/4.14.3-152-NFC-fix-device-allocation-error-return.patch patches.kernel.org/4.14.3-153-spi-nor-intel-spi-Fix-broken-software-sequenci.patch patches.kernel.org/4.14.3-154-i40e-Use-smp_rmb-rather-than-read_barrier_depe.patch patches.kernel.org/4.14.3-155-igb-Use-smp_rmb-rather-than-read_barrier_depen.patch patches.kernel.org/4.14.3-156-igbvf-Use-smp_rmb-rather-than-read_barrier_dep.patch patches.kernel.org/4.14.3-157-ixgbevf-Use-smp_rmb-rather-than-read_barrier_d.patch patches.kernel.org/4.14.3-158-i40evf-Use-smp_rmb-rather-than-read_barrier_de.patch patches.kernel.org/4.14.3-159-fm10k-Use-smp_rmb-rather-than-read_barrier_dep.patch patches.kernel.org/4.14.3-160-ixgbe-Fix-skb-list-corruption-on-Power-systems.patch patches.kernel.org/4.14.3-161-parisc-Fix-validity-check-of-pointer-size-argu.patch patches.kernel.org/4.14.3-162-powerpc-Fix-boot-on-BOOK3S_32-with-CONFIG_STRI.patch patches.kernel.org/4.14.3-163-powerpc-mm-radix-Fix-crashes-on-Power9-DD1-wit.patch patches.kernel.org/4.14.3-164-powerpc-perf-imc-Use-cpu_to_node-not-topology_.patch patches.kernel.org/4.14.3-165-powerpc-signal-Properly-handle-return-value-fr.patch patches.kernel.org/4.14.3-166-powerpc-64s-Fix-masking-of-SRR1-bits-on-instru.patch patches.kernel.org/4.14.3-167-powerpc-64s-radix-Fix-128TB-512TB-virtual-addr.patch patches.kernel.org/4.14.3-168-powerpc-64s-hash-Fix-512T-hint-detection-to-us.patch patches.kernel.org/4.14.3-169-powerpc-64s-hash-Fix-128TB-512TB-virtual-addre.patch patches.kernel.org/4.14.3-170-powerpc-64s-hash-Fix-fork-with-512TB-process-a.patch patches.kernel.org/4.14.3-171-powerpc-64s-hash-Allow-MAP_FIXED-allocations-t.patch patches.kernel.org/4.14.3-172-media-Don-t-do-DMA-on-stack-for-firmware-uploa.patch patches.kernel.org/4.14.3-173-media-rc-check-for-integer-overflow.patch patches.kernel.org/4.14.3-174-media-rc-nec-decoder-should-not-send-both-repe.patch patches.kernel.org/4.14.3-175-cx231xx-cards-fix-NULL-deref-on-missing-associ.patch patches.kernel.org/4.14.3-176-media-v4l2-ctrl-Fix-flags-field-on-Control-eve.patch patches.kernel.org/4.14.3-177-media-venus-fix-wrong-size-on-dma_free.patch patches.kernel.org/4.14.3-178-media-venus-venc-fix-bytesused-v4l2_plane-fiel.patch patches.kernel.org/4.14.3-179-media-venus-reimplement-decoder-stop-command.patch patches.kernel.org/4.14.3-180-ARM64-dts-meson-gxl-Add-alternate-ARM-Trusted-.patch patches.kernel.org/4.14.3-181-iwlwifi-fix-wrong-struct-for-a000-device.patch patches.kernel.org/4.14.3-182-iwlwifi-add-a-new-a000-device.patch patches.kernel.org/4.14.3-183-iwlwifi-pcie-sort-IDs-for-the-9000-series-for-.patch patches.kernel.org/4.14.3-184-iwlwifi-add-new-cards-for-a000-series.patch patches.kernel.org/4.14.3-185-iwlwifi-add-new-cards-for-8265-series.patch patches.kernel.org/4.14.3-186-iwlwifi-add-new-cards-for-8260-series.patch patches.kernel.org/4.14.3-187-iwlwifi-fix-PCI-IDs-and-configuration-mapping-.patch patches.kernel.org/4.14.3-188-iwlwifi-mvm-support-version-7-of-the-SCAN_REQ_.patch patches.kernel.org/4.14.3-189-e1000e-Fix-error-path-in-link-detection.patch patches.kernel.org/4.14.3-190-e1000e-Fix-return-value-test.patch patches.kernel.org/4.14.3-191-e1000e-Separate-signaling-for-link-check-link-.patch patches.kernel.org/4.14.3-192-e1000e-Avoid-receiver-overrun-interrupt-bursts.patch patches.kernel.org/4.14.3-193-e1000e-fix-buffer-overrun-while-the-I219-is-pr.patch patches.kernel.org/4.14.3-194-Linux-4.14.3.patch patches.kernel.org/4.14.4-001-platform-x86-hp-wmi-Fix-tablet-mode-detection-.patch patches.kernel.org/4.14.4-002-mm-memory_hotplug-do-not-back-off-draining-pcp.patch patches.kernel.org/4.14.4-003-mm-oom_reaper-gather-each-vma-to-prevent-leaki.patch patches.kernel.org/4.14.4-004-mm-thp-Do-not-make-page-table-dirty-unconditio.patch patches.kernel.org/4.14.4-005-mm-cma-fix-alloc_contig_range-ret-code-potenti.patch patches.kernel.org/4.14.4-006-mm-fix-device-dax-pud-write-faults-triggered-b.patch patches.kernel.org/4.14.4-007-mm-hugetlbfs-introduce-split-to-vm_operations_.patch patches.kernel.org/4.14.4-008-device-dax-implement-split-to-catch-invalid-mu.patch patches.kernel.org/4.14.4-009-mm-introduce-get_user_pages_longterm.patch patches.kernel.org/4.14.4-010-mm-fail-get_vaddr_frames-for-filesystem-dax-ma.patch patches.kernel.org/4.14.4-011-v4l2-disable-filesystem-dax-mapping-support.patch patches.kernel.org/4.14.4-012-IB-core-disable-memory-registration-of-filesys.patch patches.kernel.org/4.14.4-013-exec-avoid-RLIMIT_STACK-races-with-prlimit.patch patches.kernel.org/4.14.4-014-mm-madvise.c-fix-madvise-infinite-loop-under-s.patch patches.kernel.org/4.14.4-015-mm-migrate-fix-an-incorrect-call-of-prep_trans.patch patches.kernel.org/4.14.4-016-mm-memcg-fix-mem_cgroup_swapout-for-THPs.patch patches.kernel.org/4.14.4-017-fs-fat-inode.c-fix-sb_rdonly-change.patch patches.kernel.org/4.14.4-018-autofs-revert-autofs-take-more-care-to-not-upd.patch patches.kernel.org/4.14.4-019-autofs-revert-autofs-fix-AT_NO_AUTOMOUNT-not-b.patch patches.kernel.org/4.14.4-020-mm-hugetlb-fix-NULL-pointer-dereference-on-5-l.patch patches.kernel.org/4.14.4-021-btrfs-clear-space-cache-inode-generation-alway.patch patches.kernel.org/4.14.4-022-nfsd-Fix-stateid-races-between-OPEN-and-CLOSE.patch patches.kernel.org/4.14.4-023-nfsd-Fix-another-OPEN-stateid-race.patch patches.kernel.org/4.14.4-024-nfsd-fix-panic-in-posix_unblock_lock-called-fr.patch patches.kernel.org/4.14.4-025-crypto-algif_aead-skip-SGL-entries-with-NULL-p.patch patches.kernel.org/4.14.4-026-crypto-af_alg-remove-locking-in-async-callback.patch patches.kernel.org/4.14.4-027-crypto-skcipher-Fix-skcipher_walk_aead_common.patch patches.kernel.org/4.14.4-028-lockd-lost-rollback-of-set_grace_period-in-loc.patch patches.kernel.org/4.14.4-029-s390-revert-ELF_ET_DYN_BASE-base-changes.patch patches.kernel.org/4.14.4-030-drm-omapdrm-Fix-DPI-on-platforms-using-the-DSI.patch patches.kernel.org/4.14.4-031-omapdrm-hdmi4-Correct-the-SoC-revision-matchin.patch patches.kernel.org/4.14.4-032-apparmor-fix-oops-in-audit_signal_cb-hook.patch patches.kernel.org/4.14.4-033-arm64-module-plts-factor-out-PLT-generation-co.patch patches.kernel.org/4.14.4-034-arm64-ftrace-emit-ftrace-mod.o-contents-throug.patch patches.kernel.org/4.14.4-035-powerpc-powernv-Fix-kexec-crashes-caused-by-tl.patch patches.kernel.org/4.14.4-036-powerpc-kexec-Fix-kexec-kdump-in-P9-guest-kern.patch patches.kernel.org/4.14.4-037-KVM-x86-pvclock-Handle-first-time-write-to-pvc.patch patches.kernel.org/4.14.4-038-KVM-x86-Exit-to-user-mode-on-UD-intercept-when.patch patches.kernel.org/4.14.4-039-KVM-x86-inject-exceptions-produced-by-x86_deco.patch patches.kernel.org/4.14.4-040-KVM-lapic-Split-out-x2apic-ldr-calculation.patch patches.kernel.org/4.14.4-041-KVM-lapic-Fixup-LDR-on-load-in-x2apic.patch patches.kernel.org/4.14.4-042-mmc-sdhci-Avoid-swiotlb-buffer-being-full.patch patches.kernel.org/4.14.4-043-mmc-block-Fix-missing-blk_put_request.patch patches.kernel.org/4.14.4-044-mmc-block-Check-return-value-of-blk_get_reques.patch patches.kernel.org/4.14.4-045-mmc-core-Do-not-leave-the-block-driver-in-a-su.patch patches.kernel.org/4.14.4-046-mmc-block-Ensure-that-debugfs-files-are-remove.patch patches.kernel.org/4.14.4-047-mmc-core-prepend-0x-to-pre_eol_info-entry-in-s.patch patches.kernel.org/4.14.4-048-mmc-core-prepend-0x-to-OCR-entry-in-sysfs.patch patches.kernel.org/4.14.4-049-ACPI-EC-Fix-regression-related-to-PM-ops-suppo.patch patches.kernel.org/4.14.4-050-eeprom-at24-fix-reading-from-24MAC402-24MAC602.patch patches.kernel.org/4.14.4-051-eeprom-at24-correctly-set-the-size-for-at24mac.patch patches.kernel.org/4.14.4-052-eeprom-at24-check-at24_read-write-arguments.patch patches.kernel.org/4.14.4-053-i2c-i801-Fix-Failed-to-allocate-irq-2147483648.patch patches.kernel.org/4.14.4-054-cxl-Check-if-vphb-exists-before-iterating-over.patch patches.kernel.org/4.14.4-055-bcache-Fix-building-error-on-MIPS.patch patches.kernel.org/4.14.4-056-bcache-only-permit-to-recovery-read-error-when.patch patches.kernel.org/4.14.4-057-bcache-recover-data-from-backing-when-data-is-.patch patches.kernel.org/4.14.4-058-hwmon-jc42-optionally-try-to-disable-the-SMBUS.patch patches.kernel.org/4.14.4-059-nvme-pci-add-quirk-for-delay-before-CHK-RDY-fo.patch patches.kernel.org/4.14.4-060-Revert-drm-radeon-dont-switch-vt-on-suspend.patch patches.kernel.org/4.14.4-061-drm-amdgpu-potential-uninitialized-variable-in.patch patches.kernel.org/4.14.4-062-drm-amdgpu-Potential-uninitialized-variable-in.patch patches.kernel.org/4.14.4-063-drm-amdgpu-correct-reference-clock-value-on-ve.patch patches.kernel.org/4.14.4-064-drm-amdgpu-fix-error-handling-in-amdgpu_bo_do_.patch patches.kernel.org/4.14.4-065-drm-amdgpu-Properly-allocate-VM-invalidate-eng.patch patches.kernel.org/4.14.4-066-drm-amdgpu-Remove-check-which-is-not-valid-for.patch patches.kernel.org/4.14.4-067-drm-ttm-fix-ttm_bo_cleanup_refs_or_queue-once-.patch patches.kernel.org/4.14.4-068-dma-buf-make-reservation_object_copy_fences-rc.patch patches.kernel.org/4.14.4-069-drm-amdgpu-reserve-root-PD-while-releasing-it.patch patches.kernel.org/4.14.4-070-drm-ttm-Always-and-only-destroy-bo-ttm_resv-in.patch patches.kernel.org/4.14.4-071-drm-vblank-Fix-flip-event-vblank-count.patch patches.kernel.org/4.14.4-072-drm-vblank-Tune-drm_crtc_accurate_vblank_count.patch patches.kernel.org/4.14.4-073-drm-tilcdc-Precalculate-total-frametime-in-til.patch patches.kernel.org/4.14.4-074-drm-radeon-fix-atombios-on-big-endian.patch patches.kernel.org/4.14.4-075-drm-panel-simple-Add-missing-panel_simple_unpr.patch patches.kernel.org/4.14.4-076-drm-hisilicon-Ensure-LDI-regs-are-properly-con.patch patches.kernel.org/4.14.4-077-drm-ttm-once-more-fix-ttm_buffer_object_transf.patch patches.kernel.org/4.14.4-078-drm-amd-pp-fix-typecast-error-in-powerplay.patch patches.kernel.org/4.14.4-079-drm-fb_helper-Disable-all-crtc-s-when-initial-.patch patches.kernel.org/4.14.4-080-drm-fsl-dcu-Don-t-set-connector-DPMS-property.patch patches.kernel.org/4.14.4-081-drm-edid-Don-t-send-non-zero-YQ-in-AVI-infofra.patch patches.kernel.org/4.14.4-082-drm-amdgpu-move-UVD-VCE-and-VCN-structure-out-.patch patches.kernel.org/4.14.4-083-drm-amdgpu-Set-adev-vcn.irq.num_types-for-VCN.patch patches.kernel.org/4.14.4-084-include-linux-compiler-clang.h-handle-randomiz.patch patches.kernel.org/4.14.4-085-IB-core-Do-not-warn-on-lid-conversions-for-OPA.patch patches.kernel.org/4.14.4-086-IB-hfi1-Do-not-warn-on-lid-conversions-for-OPA.patch patches.kernel.org/4.14.4-087-e1000e-fix-the-use-of-magic-numbers-for-buffer.patch patches.kernel.org/4.14.4-088-md-forbid-a-RAID5-from-having-both-a-bitmap-an.patch patches.kernel.org/4.14.4-089-drm-i915-Fix-false-positive-assert_rpm_wakeloc.patch patches.kernel.org/4.14.4-090-drm-i915-Re-register-PMIC-bus-access-notifier-.patch patches.kernel.org/4.14.4-091-drm-i915-fbdev-Serialise-early-hotplug-events-.patch patches.kernel.org/4.14.4-092-drm-i915-gvt-Correct-ADDR_4K-2M-1G_MASK-defini.patch patches.kernel.org/4.14.4-093-drm-i915-Don-t-try-indexed-reads-to-alternate-.patch patches.kernel.org/4.14.4-094-drm-i915-Prevent-zero-length-index-write.patch patches.kernel.org/4.14.4-095-Revert-x86-entry-64-Add-missing-irqflags-traci.patch patches.kernel.org/4.14.4-096-Linux-4.14.4.patch patches.kernel.org/4.14.5-001-drm-fsl-dcu-avoid-disabling-pixel-clock-twice-.patch patches.kernel.org/4.14.5-002-drm-fsl-dcu-enable-IRQ-before-drm_atomic_helpe.patch patches.kernel.org/4.14.5-003-drm-amdgpu-Use-unsigned-ring-indices-in-amdgpu.patch patches.kernel.org/4.14.5-004-s390-runtime-instrumentation-simplify-task-exi.patch patches.kernel.org/4.14.5-005-usbip-fix-usbip-attach-to-find-a-port-that-mat.patch patches.kernel.org/4.14.5-006-usbip-Fix-USB-device-hang-due-to-wrong-enablin.patch patches.kernel.org/4.14.5-007-uas-Always-apply-US_FL_NO_ATA_1X-quirk-to-Seag.patch patches.kernel.org/4.14.5-008-usb-quirks-Add-no-lpm-quirk-for-KY-688-USB-3.1.patch patches.kernel.org/4.14.5-009-serial-8250_pci-Add-Amazon-PCI-serial-device-I.patch patches.kernel.org/4.14.5-010-ANDROID-binder-fix-transaction-leak.patch patches.kernel.org/4.14.5-011-USB-serial-option-add-Quectel-BG96-id.patch patches.kernel.org/4.14.5-012-USB-serial-usb_debug-add-new-USB-device-id.patch patches.kernel.org/4.14.5-013-serial-8250_early-Only-set-divisor-if-valid-cl.patch patches.kernel.org/4.14.5-014-MIPS-Add-custom-serial.h-with-BASE_BAUD-overri.patch patches.kernel.org/4.14.5-015-ima-fix-hash-algorithm-initialization.patch patches.kernel.org/4.14.5-016-s390-vfio-ccw-Do-not-attempt-to-free-no-op-tes.patch patches.kernel.org/4.14.5-017-PM-Domains-Fix-genpd-to-deal-with-drivers-retu.patch patches.kernel.org/4.14.5-018-s390-pci-do-not-require-AIS-facility.patch patches.kernel.org/4.14.5-019-selftests-x86-ldt_get-Add-a-few-additional-tes.patch patches.kernel.org/4.14.5-020-selftests-x86-ldt_gdt-Robustify-against-set_th.patch patches.kernel.org/4.14.5-021-staging-greybus-loopback-Fix-iteration-count-o.patch patches.kernel.org/4.14.5-022-m68k-fix-ColdFire-node-shift-size-calculation.patch patches.kernel.org/4.14.5-023-serial-8250_fintek-Fix-rs485-disablement-on-in.patch patches.kernel.org/4.14.5-024-staging-rtl8822be-fix-wrong-dma-unmap-len.patch patches.kernel.org/4.14.5-025-staging-rtl8188eu-avoid-a-null-dereference-on-.patch patches.kernel.org/4.14.5-026-spi-sh-msiof-Fix-DMA-transfer-size-check.patch patches.kernel.org/4.14.5-027-spi-spi-axi-fix-potential-use-after-free-after.patch patches.kernel.org/4.14.5-028-mmc-tmio-check-mmc_regulator_get_supply-return.patch patches.kernel.org/4.14.5-029-mmc-sdhci-msm-fix-issue-with-power-irq.patch patches.kernel.org/4.14.5-030-hwmon-pmbus-core-Prevent-unintentional-setting.patch patches.kernel.org/4.14.5-031-perf-core-Fix-__perf_read_group_add-locking.patch patches.kernel.org/4.14.5-032-usb-phy-tahvo-fix-error-handling-in-tahvo_usb_.patch patches.kernel.org/4.14.5-033-PCI-dra7xx-Create-functional-dependency-betwee.patch patches.kernel.org/4.14.5-034-x86-intel_rdt-Initialize-bitmask-of-shareable-.patch patches.kernel.org/4.14.5-035-x86-intel_rdt-Fix-potential-deadlock-during-re.patch patches.kernel.org/4.14.5-036-serial-8250-Preserve-DLD-7-4-for-PORT_XR17V35X.patch patches.kernel.org/4.14.5-037-kprobes-Use-synchronize_rcu_tasks-for-optprobe.patch patches.kernel.org/4.14.5-038-x86-entry-Use-SYSCALL_DEFINE-macros-for-sys_mo.patch patches.kernel.org/4.14.5-039-clocksource-drivers-arm_arch_timer-Validate-CN.patch patches.kernel.org/4.14.5-040-dt-bindings-timer-renesas-cmt-Fix-SoC-specific.patch patches.kernel.org/4.14.5-041-EDAC-sb_edac-Fix-missing-break-in-switch.patch patches.kernel.org/4.14.5-042-usb-mtu3-fix-error-return-code-in-ssusb_gadget.patch patches.kernel.org/4.14.5-043-staging-fsl-dpaa2-eth-Account-for-Rx-FD-buffer.patch patches.kernel.org/4.14.5-044-staging-rtl8822be-Keep-array-subscript-no-lowe.patch patches.kernel.org/4.14.5-045-ARM-cpuidle-Correct-driver-unregistration-if-i.patch patches.kernel.org/4.14.5-046-usb-xhci-Return-error-when-host-is-dead-in-xhc.patch patches.kernel.org/4.14.5-047-sysrq-fix-Show-Regs-call-trace-on-ARM.patch patches.kernel.org/4.14.5-048-serial-sh-sci-suppress-warning-for-ports-witho.patch patches.kernel.org/4.14.5-049-usbip-tools-Install-all-headers-needed-for-lib.patch patches.kernel.org/4.14.5-050-serial-imx-Update-cached-mctrl-value-when-chan.patch patches.kernel.org/4.14.5-051-staging-fsl-mc-dpio-Fix-incorrect-comparison.patch patches.kernel.org/4.14.5-052-perf-test-attr-Fix-ignored-test-case-result.patch patches.kernel.org/4.14.5-053-perf-test-attr-Fix-python-error-on-empty-resul.patch patches.kernel.org/4.14.5-054-kprobes-x86-Disable-preemption-in-ftrace-based.patch patches.kernel.org/4.14.5-055-locking-refcounts-x86-asm-Use-unique-.text-sec.patch patches.kernel.org/4.14.5-056-s390-ptrace-fix-guarded-storage-regset-handlin.patch patches.kernel.org/4.14.5-057-tools-include-Do-not-use-poison-with-C.patch patches.kernel.org/4.14.5-058-perf-tools-Fix-leaking-rec_argv-in-error-cases.patch patches.kernel.org/4.14.5-059-mm-x86-mm-Fix-performance-regression-in-get_us.patch patches.kernel.org/4.14.5-060-iio-adc-ti-ads1015-add-10-to-conversion-wait-t.patch patches.kernel.org/4.14.5-061-iio-multiplexer-add-NULL-check-on-devm_kzalloc.patch patches.kernel.org/4.14.5-062-locking-refcounts-x86-asm-Enable-CONFIG_ARCH_H.patch patches.kernel.org/4.14.5-063-powerpc-jprobes-Disable-preemption-when-trigge.patch patches.kernel.org/4.14.5-064-powerpc-kprobes-Disable-preemption-before-invo.patch patches.kernel.org/4.14.5-065-dma-buf-sw_sync-force-signal-all-unsignaled-fe.patch patches.kernel.org/4.14.5-066-staging-ccree-fix-leak-of-import-after-init.patch patches.kernel.org/4.14.5-067-usb-hub-Cycle-HUB-power-when-initialization-fa.patch patches.kernel.org/4.14.5-068-USB-ulpi-fix-bus-node-lookup.patch patches.kernel.org/4.14.5-069-xhci-Don-t-show-incorrect-WARN-message-about-e.patch patches.kernel.org/4.14.5-070-usb-xhci-fix-panic-in-xhci_free_virt_devices_d.patch patches.kernel.org/4.14.5-071-USB-core-Add-type-specific-length-check-of-BOS.patch patches.kernel.org/4.14.5-072-USB-usbfs-Filter-flags-passed-in-from-user-spa.patch patches.kernel.org/4.14.5-073-usb-host-fix-incorrect-updating-of-offset.patch patches.kernel.org/4.14.5-074-locking-refcounts-Do-not-force-refcount_t-usag.patch patches.kernel.org/4.14.5-075-Linux-4.14.5.patch patches.kernel.org/4.14.6-001-usb-gadget-udc-renesas_usb3-fix-number-of-the-.patch patches.kernel.org/4.14.6-002-usb-gadget-core-Fix-udc_set_speed-speed-handli.patch patches.kernel.org/4.14.6-003-serdev-ttyport-add-missing-receive_buf-sanity-.patch patches.kernel.org/4.14.6-004-serdev-ttyport-fix-NULL-deref-on-hangup.patch patches.kernel.org/4.14.6-005-serdev-ttyport-fix-tty-locking-in-close.patch patches.kernel.org/4.14.6-006-usb-f_fs-Force-Reserved1-1-in-OS_DESC_EXT_COMP.patch patches.kernel.org/4.14.6-007-can-mcba_usb-fix-device-disconnect-bug.patch patches.kernel.org/4.14.6-008-can-peak-pci-fix-potential-bug-when-probe-fail.patch patches.kernel.org/4.14.6-009-can-flexcan-fix-VF610-state-transition-issue.patch patches.kernel.org/4.14.6-010-can-ti_hecc-Fix-napi-poll-return-value-for-rep.patch patches.kernel.org/4.14.6-011-can-kvaser_usb-free-buf-in-error-paths.patch patches.kernel.org/4.14.6-012-can-kvaser_usb-Fix-comparison-bug-in-kvaser_us.patch patches.kernel.org/4.14.6-013-can-kvaser_usb-ratelimit-errors-if-incomplete-.patch patches.kernel.org/4.14.6-014-can-kvaser_usb-cancel-urb-on-EPIPE-and-EPROTO.patch patches.kernel.org/4.14.6-015-can-mcba_usb-cancel-urb-on-EPROTO.patch patches.kernel.org/4.14.6-016-can-ems_usb-cancel-urb-on-EPIPE-and-EPROTO.patch patches.kernel.org/4.14.6-017-can-esd_usb2-cancel-urb-on-EPIPE-and-EPROTO.patch patches.kernel.org/4.14.6-018-can-usb_8dev-cancel-urb-on-EPIPE-and-EPROTO.patch patches.kernel.org/4.14.6-019-can-peak-pcie_fd-fix-potential-bug-in-restarti.patch patches.kernel.org/4.14.6-020-virtio-release-virtio-index-when-fail-to-devic.patch patches.kernel.org/4.14.6-021-iio-stm32-fix-adc-trigger-link-error.patch patches.kernel.org/4.14.6-022-iio-health-max30102-Temperature-should-be-in-m.patch patches.kernel.org/4.14.6-023-iio-adc-cpcap-fix-incorrect-validation.patch patches.kernel.org/4.14.6-024-iio-adc-meson-saradc-fix-the-bit_idx-of-the-ad.patch patches.kernel.org/4.14.6-025-iio-adc-meson-saradc-initialize-the-bandgap-co.patch patches.kernel.org/4.14.6-026-iio-adc-meson-saradc-Meson8-and-Meson8b-do-not.patch patches.kernel.org/4.14.6-027-pinctrl-armada-37xx-Fix-direction_output-callb.patch patches.kernel.org/4.14.6-028-Drivers-hv-vmbus-Fix-a-rescind-issue.patch patches.kernel.org/4.14.6-029-hv-kvp-Avoid-reading-past-allocated-blocks-fro.patch patches.kernel.org/4.14.6-030-firmware-cleanup-FIRMWARE_IN_KERNEL-message.patch patches.kernel.org/4.14.6-031-firmware-vpd-Destroy-vpd-sections-in-remove-fu.patch patches.kernel.org/4.14.6-032-firmware-vpd-Tie-firmware-kobject-to-device-li.patch patches.kernel.org/4.14.6-033-firmware-vpd-Fix-platform-driver-and-device-re.patch patches.kernel.org/4.14.6-034-isa-Prevent-NULL-dereference-in-isa_bus-driver.patch patches.kernel.org/4.14.6-035-scsi-dma-mapping-always-provide-dma_get_cache_.patch patches.kernel.org/4.14.6-036-scsi-use-dma_get_cache_alignment-as-minimum-DM.patch patches.kernel.org/4.14.6-037-scsi-libsas-align-sata_device-s-rps_resp-on-a-.patch patches.kernel.org/4.14.6-038-efi-Move-some-sysfs-files-to-be-read-only-by-r.patch patches.kernel.org/4.14.6-039-efi-esrt-Use-memunmap-instead-of-kfree-to-free.patch patches.kernel.org/4.14.6-040-ASN.1-fix-out-of-bounds-read-when-parsing-inde.patch patches.kernel.org/4.14.6-041-ASN.1-check-for-error-from-ASN1_OP_END__ACT-ac.patch patches.kernel.org/4.14.6-042-KEYS-add-missing-permission-check-for-request_.patch patches.kernel.org/4.14.6-043-KEYS-reject-NULL-restriction-string-when-type-.patch patches.kernel.org/4.14.6-044-X.509-reject-invalid-BIT-STRING-for-subjectPub.patch patches.kernel.org/4.14.6-045-X.509-fix-comparisons-of-pkey_algo.patch patches.kernel.org/4.14.6-046-x86-idt-Load-idt-early-in-start_secondary.patch patches.kernel.org/4.14.6-047-x86-PCI-Make-broadcom_postcore_init-check-acpi.patch patches.kernel.org/4.14.6-048-KVM-x86-fix-APIC-page-invalidation.patch patches.kernel.org/4.14.6-049-btrfs-fix-missing-error-return-in-btrfs_drop_s.patch patches.kernel.org/4.14.6-050-btrfs-handle-errors-while-updating-refcounts-i.patch patches.kernel.org/4.14.6-051-ALSA-hda-realtek-New-codec-support-for-ALC257.patch patches.kernel.org/4.14.6-052-ALSA-pcm-prevent-UAF-in-snd_pcm_info.patch patches.kernel.org/4.14.6-053-ALSA-seq-Remove-spurious-WARN_ON-at-timer-chec.patch patches.kernel.org/4.14.6-054-ALSA-usb-audio-Fix-out-of-bound-error.patch patches.kernel.org/4.14.6-055-ALSA-usb-audio-Add-check-return-value-for-usb_.patch patches.kernel.org/4.14.6-056-iommu-vt-d-Fix-scatterlist-offset-handling.patch patches.kernel.org/4.14.6-057-smp-hotplug-Move-step-CPUHP_AP_SMPCFD_DYING-to.patch patches.kernel.org/4.14.6-058-s390-always-save-and-restore-all-registers-on-.patch patches.kernel.org/4.14.6-059-s390-mm-fix-off-by-one-bug-in-5-level-page-tab.patch patches.kernel.org/4.14.6-060-s390-fix-compat-system-call-table.patch patches.kernel.org/4.14.6-061-KVM-s390-Fix-skey-emulation-permission-check.patch patches.kernel.org/4.14.6-062-Revert-powerpc-Do-not-call-ppc_md.panic-in-fad.patch patches.kernel.org/4.14.6-063-powerpc-64s-Initialize-ISAv3-MMU-registers-bef.patch patches.kernel.org/4.14.6-064-iwlwifi-mvm-mark-MIC-stripped-MPDUs.patch patches.kernel.org/4.14.6-065-iwlwifi-mvm-don-t-use-transmit-queue-hang-dete.patch patches.kernel.org/4.14.6-066-iwlwifi-mvm-flush-queue-before-deleting-ROC.patch patches.kernel.org/4.14.6-067-iwlwifi-add-new-cards-for-9260-and-22000-serie.patch patches.kernel.org/4.14.6-068-iwlwifi-mvm-fix-packet-injection.patch patches.kernel.org/4.14.6-069-iwlwifi-mvm-enable-RX-offloading-with-TKIP-and.patch patches.kernel.org/4.14.6-070-brcmfmac-change-driver-unbind-order-of-the-sdi.patch patches.kernel.org/4.14.6-071-kdb-Fix-handling-of-kallsyms_symbol_next-retur.patch patches.kernel.org/4.14.6-072-md-r5cache-move-mddev_lock-out-of-r5c_journal_.patch patches.kernel.org/4.14.6-073-drm-bridge-analogix-dp-Fix-runtime-PM-state-in.patch patches.kernel.org/4.14.6-074-drm-exynos-gem-Drop-NONCONTIG-flag-for-buffers.patch patches.kernel.org/4.14.6-075-drm-i915-Fix-vblank-timestamp-frame-counter-ju.patch patches.kernel.org/4.14.6-076-media-dvb-i2c-transfers-over-usb-cannot-be-don.patch patches.kernel.org/4.14.6-077-media-rc-sir_ir-detect-presence-of-port.patch patches.kernel.org/4.14.6-078-media-rc-partial-revert-of-media-rc-per-protoc.patch patches.kernel.org/4.14.6-079-arm64-KVM-fix-VTTBR_BADDR_MASK-BUG_ON-off-by-o.patch patches.kernel.org/4.14.6-080-arm-KVM-Fix-VTTBR_BADDR_MASK-BUG_ON-off-by-one.patch patches.kernel.org/4.14.6-081-KVM-VMX-remove-I-O-port-0x80-bypass-on-Intel-h.patch patches.kernel.org/4.14.6-082-KVM-arm-arm64-Fix-broken-GICH_ELRSR-big-endian.patch patches.kernel.org/4.14.6-083-KVM-arm-arm64-vgic-irqfd-Fix-MSI-entry-allocat.patch patches.kernel.org/4.14.6-084-KVM-arm-arm64-vgic-Preserve-the-revious-read-f.patch patches.kernel.org/4.14.6-085-KVM-arm-arm64-vgic-its-Check-result-of-allocat.patch patches.kernel.org/4.14.6-086-arm64-fpsimd-Prevent-registers-leaking-from-de.patch patches.kernel.org/4.14.6-087-arm64-SW-PAN-Point-saved-ttbr0-at-the-zero-pag.patch patches.kernel.org/4.14.6-088-arm64-SW-PAN-Update-saved-ttbr0-value-on-enter.patch patches.kernel.org/4.14.6-089-Revert-ARM-dts-imx53-add-srtc-node.patch patches.kernel.org/4.14.6-090-bus-arm-cci-Fix-use-of-smp_processor_id-in-pre.patch patches.kernel.org/4.14.6-091-bus-arm-ccn-Check-memory-allocation-failure.patch patches.kernel.org/4.14.6-092-bus-arm-ccn-Fix-use-of-smp_processor_id-in-pre.patch patches.kernel.org/4.14.6-093-bus-arm-ccn-fix-module-unloading-Error-Removin.patch patches.kernel.org/4.14.6-094-IB-core-Avoid-unnecessary-return-value-check.patch patches.kernel.org/4.14.6-095-IB-core-Only-enforce-security-for-InfiniBand.patch patches.kernel.org/4.14.6-096-crypto-talitos-fix-AEAD-test-failures.patch patches.kernel.org/4.14.6-097-crypto-talitos-fix-memory-corruption-on-SEC2.patch patches.kernel.org/4.14.6-098-crypto-talitos-fix-setkey-to-check-key-weaknes.patch patches.kernel.org/4.14.6-099-crypto-talitos-fix-AEAD-for-sha224-on-non-sha2.patch patches.kernel.org/4.14.6-100-crypto-talitos-fix-use-of-sg_link_tbl_len.patch patches.kernel.org/4.14.6-101-crypto-talitos-fix-ctr-aes-talitos.patch patches.kernel.org/4.14.6-102-ARM-BUG-if-jumping-to-usermode-address-in-kern.patch patches.kernel.org/4.14.6-103-ARM-avoid-faulting-on-qemu.patch patches.kernel.org/4.14.6-104-irqchip-qcom-Fix-u32-comparison-with-value-les.patch patches.kernel.org/4.14.6-105-net-smc-use-sk_rcvbuf-as-start-for-rmb-creatio.patch patches.kernel.org/4.14.6-106-kbuild-pkg-use-transform-option-to-prefix-path.patch patches.kernel.org/4.14.6-107-coccinelle-fix-parallel-build-with-CHECK-scrip.patch patches.kernel.org/4.14.6-108-powerpc-perf-Fix-pmu_count-to-count-only-nest-.patch patches.kernel.org/4.14.6-109-apparmor-fix-leak-of-null-profile-name-if-prof.patch patches.kernel.org/4.14.6-110-x86-mpx-selftests-Fix-up-weird-arrays.patch patches.kernel.org/4.14.6-111-mac80211_hwsim-Fix-memory-leak-in-hwsim_new_ra.patch patches.kernel.org/4.14.6-112-gre6-use-log_ecn_error-module-parameter-in-ip6.patch patches.kernel.org/4.14.6-113-route-also-update-fnhe_genid-when-updating-a-r.patch patches.kernel.org/4.14.6-114-route-update-fnhe_expires-for-redirect-when-th.patch patches.kernel.org/4.14.6-115-rsi-fix-memory-leak-on-buf-and-usb_reg_buf.patch patches.kernel.org/4.14.6-116-drivers-rapidio-devices-rio_mport_cdev.c-fix-r.patch patches.kernel.org/4.14.6-117-pipe-match-pipe_max_size-data-type-with-procfs.patch patches.kernel.org/4.14.6-118-lib-genalloc.c-make-the-avail-variable-an-atom.patch patches.kernel.org/4.14.6-119-dynamic-debug-howto-fix-optional-omitted-endin.patch patches.kernel.org/4.14.6-120-NFS-Fix-a-typo-in-nfs_rename.patch patches.kernel.org/4.14.6-121-sunrpc-Fix-rpc_task_begin-trace-point.patch patches.kernel.org/4.14.6-122-nfp-inherit-the-max_mtu-from-the-PF-netdev.patch patches.kernel.org/4.14.6-123-nfp-fix-flower-offload-metadata-flag-usage.patch patches.kernel.org/4.14.6-124-xfs-fix-forgotten-rcu-read-unlock-when-skippin.patch patches.kernel.org/4.14.6-125-dt-bindings-usb-fix-reg-property-port-number-r.patch patches.kernel.org/4.14.6-126-block-wake-up-all-tasks-blocked-in-get_request.patch patches.kernel.org/4.14.6-127-sparc64-mm-set-fields-in-deferred-pages.patch patches.kernel.org/4.14.6-128-zsmalloc-calling-zs_map_object-from-irq-is-a-b.patch patches.kernel.org/4.14.6-129-slub-fix-sysfs-duplicate-filename-creation-whe.patch patches.kernel.org/4.14.6-130-sctp-do-not-free-asoc-when-it-is-already-dead-.patch patches.kernel.org/4.14.6-131-sctp-use-the-right-sk-after-waking-up-from-wai.patch patches.kernel.org/4.14.6-132-fcntl-don-t-leak-fd-reference-when-fixup_compa.patch patches.kernel.org/4.14.6-133-geneve-fix-fill_info-when-link-down.patch patches.kernel.org/4.14.6-134-bpf-fix-lockdep-splat.patch patches.kernel.org/4.14.6-135-clk-stm32h7-fix-test-of-clock-config.patch patches.kernel.org/4.14.6-136-clk-sunxi-ng-a83t-Fix-i2c-buses-bits.patch patches.kernel.org/4.14.6-137-clk-qcom-common-fix-legacy-board-clock-registr.patch patches.kernel.org/4.14.6-138-clk-uniphier-fix-DAPLL2-clock-rate-of-Pro5.patch patches.kernel.org/4.14.6-139-clk-hi3660-fix-incorrect-uart3-clock-freqency.patch patches.kernel.org/4.14.6-140-mailbox-mailbox-test-don-t-rely-on-rx_buffer-c.patch patches.kernel.org/4.14.6-141-kbuild-rpm-pkg-fix-jobserver-unavailable-warni.patch patches.kernel.org/4.14.6-142-atm-horizon-Fix-irq-release-error.patch patches.kernel.org/4.14.6-143-jump_label-Invoke-jump_label_test-via-early_in.patch patches.kernel.org/4.14.6-144-tls-Use-kzalloc-for-aead_request-allocation.patch patches.kernel.org/4.14.6-145-xfrm-Copy-policy-family-in-clone_policy.patch patches.kernel.org/4.14.6-146-f2fs-fix-to-clear-FI_NO_PREALLOC.patch patches.kernel.org/4.14.6-147-bnxt_re-changing-the-ip-address-shouldn-t-affe.patch patches.kernel.org/4.14.6-148-IB-mlx4-Increase-maximal-message-size-under-UD.patch patches.kernel.org/4.14.6-149-IB-mlx5-Assign-send-CQ-and-recv-CQ-of-UMR-QP.patch patches.kernel.org/4.14.6-150-afs-Fix-total-length-calculation-for-multiple-.patch patches.kernel.org/4.14.6-151-afs-Connect-up-the-CB.ProbeUuid.patch patches.kernel.org/4.14.6-152-Linux-4.14.6.patch patches.kernel.org/4.14.7-001-net-qmi_wwan-add-Quectel-BG96-2c7c-0296.patch patches.kernel.org/4.14.7-002-net-thunderx-Fix-TCP-UDP-checksum-offload-for-.patch patches.kernel.org/4.14.7-003-net-thunderx-Fix-TCP-UDP-checksum-offload-for-.patch patches.kernel.org/4.14.7-004-net-realtek-r8169-implement-set_link_ksettings.patch patches.kernel.org/4.14.7-005-s390-qeth-fix-early-exit-from-error-path.patch patches.kernel.org/4.14.7-006-tipc-fix-memory-leak-in-tipc_accept_from_sock.patch patches.kernel.org/4.14.7-007-vhost-fix-skb-leak-in-handle_rx.patch patches.kernel.org/4.14.7-008-rds-Fix-NULL-pointer-dereference-in-__rds_rdma.patch patches.kernel.org/4.14.7-009-sit-update-frag_off-info.patch patches.kernel.org/4.14.7-010-tcp-add-tcp_v4_fill_cb-tcp_v4_restore_cb.patch patches.kernel.org/4.14.7-011-packet-fix-crash-in-fanout_demux_rollover.patch patches.kernel.org/4.14.7-012-net-packet-fix-a-race-in-packet_bind-and-packe.patch patches.kernel.org/4.14.7-013-tcp-remove-buggy-call-to-tcp_v6_restore_cb.patch patches.kernel.org/4.14.7-014-usbnet-fix-alignment-for-frames-with-no-ethern.patch patches.kernel.org/4.14.7-015-net-remove-hlist_nulls_add_tail_rcu.patch patches.kernel.org/4.14.7-016-stmmac-reset-last-TSO-segment-size-after-devic.patch patches.kernel.org/4.14.7-017-tcp-dccp-block-bh-before-arming-time_wait-time.patch patches.kernel.org/4.14.7-018-s390-qeth-build-max-size-GSO-skbs-on-L2-device.patch patches.kernel.org/4.14.7-019-s390-qeth-fix-thinko-in-IPv4-multicast-address.patch patches.kernel.org/4.14.7-020-s390-qeth-fix-GSO-throughput-regression.patch patches.kernel.org/4.14.7-021-tcp-use-IPCB-instead-of-TCP_SKB_CB-in-inet_exa.patch patches.kernel.org/4.14.7-022-tipc-call-tipc_rcv-only-if-bearer-is-up-in-tip.patch patches.kernel.org/4.14.7-023-tcp-use-current-time-in-tcp_rcv_space_adjust.patch patches.kernel.org/4.14.7-024-net-sched-cbq-create-block-for-q-link.block.patch patches.kernel.org/4.14.7-025-tap-free-skb-if-flags-error.patch patches.kernel.org/4.14.7-026-tcp-when-scheduling-TLP-time-of-RTO-should-acc.patch patches.kernel.org/4.14.7-027-tun-free-skb-in-early-errors.patch patches.kernel.org/4.14.7-028-net-ipv6-Fixup-device-for-anycast-routes-durin.patch patches.kernel.org/4.14.7-029-tun-fix-rcu_read_lock-imbalance-in-tun_build_s.patch patches.kernel.org/4.14.7-030-net-accept-UFO-datagrams-from-tuntap-and-packe.patch patches.kernel.org/4.14.7-031-net-openvswitch-datapath-fix-data-type-in-queu.patch patches.kernel.org/4.14.7-032-cls_bpf-don-t-decrement-net-s-refcount-when-of.patch patches.kernel.org/4.14.7-033-sctp-use-right-member-as-the-param-of-list_for.patch patches.kernel.org/4.14.7-034-ipmi-Stop-timers-before-cleaning-up-the-module.patch patches.kernel.org/4.14.7-035-usb-gadget-ffs-Forbid-usb_ep_alloc_request-fro.patch patches.kernel.org/4.14.7-036-fcntl-don-t-cap-l_start-and-l_end-values-for-F.patch patches.kernel.org/4.14.7-037-fix-kcm_clone.patch patches.kernel.org/4.14.7-038-KVM-arm-arm64-vgic-its-Preserve-the-revious-re.patch patches.kernel.org/4.14.7-039-kbuild-do-not-call-cc-option-before-KBUILD_CFL.patch patches.kernel.org/4.14.7-040-powerpc-powernv-idle-Round-up-latency-and-resi.patch patches.kernel.org/4.14.7-041-ipvlan-fix-ipv6-outbound-device.patch patches.kernel.org/4.14.7-042-ide-ide-atapi-fix-compile-error-with-defining-.patch patches.kernel.org/4.14.7-043-blk-mq-Avoid-that-request-queue-removal-can-tr.patch patches.kernel.org/4.14.7-044-nvmet-rdma-update-queue-list-during-ib_device-.patch patches.kernel.org/4.14.7-045-audit-Allow-auditd-to-set-pid-to-0-to-end-audi.patch patches.kernel.org/4.14.7-046-audit-ensure-that-audit-1-actually-enables-aud.patch patches.kernel.org/4.14.7-047-dm-raid-fix-panic-when-attempting-to-force-a-r.patch patches.kernel.org/4.14.7-048-md-free-unused-memory-after-bitmap-resize.patch patches.kernel.org/4.14.7-049-RDMA-cxgb4-Annotate-r2-and-stag-as-__be32.patch patches.kernel.org/4.14.7-050-x86-intel_rdt-Fix-potential-deadlock-during-re.patch patches.kernel.org/4.14.7-051-media-dvb-core-always-call-invoke_release-in-f.patch patches.kernel.org/4.14.7-052-dvb_frontend-don-t-use-after-free-the-frontend.patch patches.kernel.org/4.14.7-053-Linux-4.14.7.patch patches.kernel.org/4.14.8-001-mfd-fsl-imx25-Clean-up-irq-settings-during-rem.patch patches.kernel.org/4.14.8-002-crypto-algif_aead-fix-reference-counting-of-nu.patch patches.kernel.org/4.14.8-003-crypto-rsa-fix-buffer-overread-when-stripping-.patch patches.kernel.org/4.14.8-004-crypto-hmac-require-that-the-underlying-hash-a.patch patches.kernel.org/4.14.8-005-crypto-salsa20-fix-blkcipher_walk-API-usage.patch patches.kernel.org/4.14.8-006-crypto-af_alg-fix-NULL-pointer-dereference-in.patch patches.kernel.org/4.14.8-007-cifs-fix-NULL-deref-in-SMB2_read.patch patches.kernel.org/4.14.8-008-string.h-workaround-for-increased-stack-usage.patch patches.kernel.org/4.14.8-009-autofs-fix-careless-error-in-recent-commit.patch patches.kernel.org/4.14.8-010-kernel-make-groups_sort-calling-a-responsibili.patch patches.kernel.org/4.14.8-011-mm-oom_reaper-fix-memory-corruption.patch patches.kernel.org/4.14.8-012-tracing-Allocate-mask_str-buffer-dynamically.patch patches.kernel.org/4.14.8-013-USB-uas-and-storage-Add-US_FL_BROKEN_FUA-for-a.patch patches.kernel.org/4.14.8-014-USB-core-prevent-malicious-bNumInterfaces-over.patch patches.kernel.org/4.14.8-015-ovl-Pass-ovl_get_nlink-parameters-in-right-ord.patch patches.kernel.org/4.14.8-016-ovl-update-ctx-pos-on-impure-dir-iteration.patch patches.kernel.org/4.14.8-017-usbip-fix-stub_rx-get_pipe-to-validate-endpoin.patch patches.kernel.org/4.14.8-018-usbip-fix-stub_rx-harden-CMD_SUBMIT-path-to-ha.patch patches.kernel.org/4.14.8-019-usbip-prevent-vhci_hcd-driver-from-leaking-a-s.patch patches.kernel.org/4.14.8-020-usbip-fix-stub_send_ret_submit-vulnerability-t.patch patches.kernel.org/4.14.8-021-mmc-core-apply-NO_CMD23-quirk-to-some-specific.patch patches.kernel.org/4.14.8-022-ceph-drop-negative-child-dentries-before-try-p.patch patches.kernel.org/4.14.8-023-usb-xhci-fix-TDS-for-MTK-xHCI1.1.patch patches.kernel.org/4.14.8-024-xhci-Don-t-add-a-virt_dev-to-the-devs-array-be.patch patches.kernel.org/4.14.8-025-IB-core-Bound-check-alternate-path-port-number.patch patches.kernel.org/4.14.8-026-IB-core-Don-t-enforce-PKey-security-on-SMI-MAD.patch patches.kernel.org/4.14.8-027-nfs-don-t-wait-on-commit-in-nfs_commit_inode-i.patch patches.kernel.org/4.14.8-028-arm64-mm-Fix-pte_mkclean-pte_mkdirty-semantics.patch patches.kernel.org/4.14.8-029-arm64-Initialise-high_memory-global-variable-e.patch patches.kernel.org/4.14.8-030-arm64-fix-CONFIG_DEBUG_WX-address-reporting.patch patches.kernel.org/4.14.8-031-scsi-core-Fix-a-scsi_show_rq-NULL-pointer-dere.patch patches.kernel.org/4.14.8-032-scsi-libsas-fix-length-error-in-sas_smp_handle.patch patches.kernel.org/4.14.8-033-sched-rt-Do-not-pull-from-current-CPU-if-only-.patch patches.kernel.org/4.14.8-034-dm-fix-various-targets-to-dm_register_target-a.patch patches.kernel.org/4.14.8-035-SUNRPC-Fix-a-race-in-the-receive-code-path.patch patches.kernel.org/4.14.8-036-iw_cxgb4-only-insert-drain-cqes-if-wq-is-flush.patch patches.kernel.org/4.14.8-037-x86-boot-compressed-64-Detect-and-handle-5-lev.patch patches.kernel.org/4.14.8-038-x86-boot-compressed-64-Print-error-if-5-level-.patch patches.kernel.org/4.14.8-039-eeprom-at24-change-nvmem-stride-to-1.patch patches.kernel.org/4.14.8-040-posix-timer-Properly-check-sigevent-sigev_noti.patch patches.kernel.org/4.14.8-041-dmaengine-dmatest-move-callback-wait-queue-to-.patch patches.kernel.org/4.14.8-042-Revert-exec-avoid-RLIMIT_STACK-races-with-prli.patch patches.kernel.org/4.14.8-043-ext4-support-fast-symlinks-from-ext3-file-syst.patch patches.kernel.org/4.14.8-044-ext4-fix-fdatasync-2-after-fallocate-2-operati.patch patches.kernel.org/4.14.8-045-ext4-add-missing-error-check-in-__ext4_new_ino.patch patches.kernel.org/4.14.8-046-ext4-fix-crash-when-a-directory-s-i_size-is-to.patch patches.kernel.org/4.14.8-047-IB-mlx4-Fix-RSS-s-QPC-attributes-assignments.patch patches.kernel.org/4.14.8-048-HID-cp2112-fix-broken-gpio_direction_input-cal.patch patches.kernel.org/4.14.8-049-sfc-don-t-warn-on-successful-change-of-MAC.patch patches.kernel.org/4.14.8-050-fbdev-controlfb-Add-missing-modes-to-fix-out-o.patch patches.kernel.org/4.14.8-051-video-udlfb-Fix-read-EDID-timeout.patch patches.kernel.org/4.14.8-052-video-fbdev-au1200fb-Release-some-resources-if.patch patches.kernel.org/4.14.8-053-video-fbdev-au1200fb-Return-an-error-code-if-a.patch patches.kernel.org/4.14.8-054-rtc-pcf8563-fix-output-clock-rate.patch patches.kernel.org/4.14.8-055-scsi-aacraid-use-timespec64-instead-of-timeval.patch patches.kernel.org/4.14.8-056-drm-amdgpu-bypass-lru-touch-for-KIQ-ring-submi.patch patches.kernel.org/4.14.8-057-PM-s2idle-Clear-the-events_check_enabled-flag.patch patches.kernel.org/4.14.8-058-ASoC-Intel-Skylake-Fix-uuid_module-memory-leak.patch patches.kernel.org/4.14.8-059-dmaengine-ti-dma-crossbar-Correct-am335x-am43x.patch patches.kernel.org/4.14.8-060-mlxsw-spectrum-Fix-error-return-code-in-mlxsw_.patch patches.kernel.org/4.14.8-061-PCI-PME-Handle-invalid-data-when-reading-Root-.patch patches.kernel.org/4.14.8-062-powerpc-powernv-cpufreq-Fix-the-frequency-read.patch patches.kernel.org/4.14.8-063-PCI-Do-not-allocate-more-buses-than-available-.patch patches.kernel.org/4.14.8-064-iommu-mediatek-Fix-driver-name.patch patches.kernel.org/4.14.8-065-thunderbolt-tb-fix-use-after-free-in-tb_activa.patch patches.kernel.org/4.14.8-066-netfilter-ipvs-Fix-inappropriate-output-of-pro.patch patches.kernel.org/4.14.8-067-powerpc-opal-Fix-EBUSY-bug-in-acquiring-tokens.patch patches.kernel.org/4.14.8-068-powerpc-ipic-Fix-status-get-and-status-clear.patch patches.kernel.org/4.14.8-069-powerpc-pseries-vio-Dispose-of-virq-mapping-on.patch patches.kernel.org/4.14.8-070-platform-x86-intel_punit_ipc-Fix-resource-iore.patch patches.kernel.org/4.14.8-071-target-iscsi-Detect-conn_cmd_list-corruption-e.patch patches.kernel.org/4.14.8-072-target-iscsi-Fix-a-race-condition-in-iscsit_ad.patch patches.kernel.org/4.14.8-073-iscsi-target-fix-memory-leak-in-lio_target_tiq.patch patches.kernel.org/4.14.8-074-target-fix-condition-return-in-core_pr_dump_in.patch patches.kernel.org/4.14.8-075-target-file-Do-not-return-error-for-UNMAP-if-l.patch patches.kernel.org/4.14.8-076-badblocks-fix-wrong-return-value-in-badblocks_.patch patches.kernel.org/4.14.8-077-iommu-amd-Limit-the-IOVA-page-range-to-the-spe.patch patches.kernel.org/4.14.8-078-xfs-truncate-pagecache-before-writeback-in-xfs.patch patches.kernel.org/4.14.8-079-arm-ccn-perf-Prevent-module-unload-while-PMU-i.patch patches.kernel.org/4.14.8-080-crypto-tcrypt-fix-buffer-lengths-in-test_aead_.patch patches.kernel.org/4.14.8-081-mm-Handle-0-flags-in-_calc_vm_trans-macro.patch patches.kernel.org/4.14.8-082-net-hns3-fix-for-getting-advertised_caps-in-hn.patch patches.kernel.org/4.14.8-083-net-hns3-Fix-a-misuse-to-devm_free_irq.patch patches.kernel.org/4.14.8-084-staging-rtl8188eu-Revert-part-of-staging-rtl81.patch patches.kernel.org/4.14.8-085-clk-mediatek-add-the-option-for-determining-PL.patch patches.kernel.org/4.14.8-086-clk-imx-imx7d-Fix-parent-clock-for-OCRAM_CLK.patch patches.kernel.org/4.14.8-087-clk-imx6-refine-hdmi_isfr-s-parent-to-make-HDM.patch patches.kernel.org/4.14.8-088-media-camss-vfe-always-initialize-reg-at-vfe_s.patch patches.kernel.org/4.14.8-089-clk-hi6220-mark-clock-cs_atb_syspll-as-critica.patch patches.kernel.org/4.14.8-090-blk-mq-sched-dispatch-from-scheduler-IFF-progr.patch patches.kernel.org/4.14.8-091-clk-tegra-Use-readl_relaxed_poll_timeout_atomi.patch patches.kernel.org/4.14.8-092-clk-tegra-Fix-cclk_lp-divisor-register.patch patches.kernel.org/4.14.8-093-ppp-Destroy-the-mutex-when-cleanup.patch patches.kernel.org/4.14.8-094-ASoC-rsnd-rsnd_ssi_run_mods-needs-to-care-ssi_.patch patches.kernel.org/4.14.8-095-thermal-drivers-step_wise-Fix-temperature-regu.patch patches.kernel.org/4.14.8-096-misc-pci_endpoint_test-Fix-failure-path-return.patch patches.kernel.org/4.14.8-097-misc-pci_endpoint_test-Avoid-triggering-a-BUG.patch patches.kernel.org/4.14.8-098-scsi-scsi_debug-write_same-fix-error-report.patch patches.kernel.org/4.14.8-099-GFS2-Take-inode-off-order_write-list-when-sett.patch patches.kernel.org/4.14.8-100-media-usbtv-fix-brightness-and-contrast-contro.patch patches.kernel.org/4.14.8-101-rpmsg-glink-Initialize-the-intent_req_comp-com.patch patches.kernel.org/4.14.8-102-bcache-explicitly-destroy-mutex-while-exiting.patch patches.kernel.org/4.14.8-103-bcache-fix-wrong-cache_misses-statistics.patch patches.kernel.org/4.14.8-104-Ib-hfi1-Return-actual-operational-VLs-in-port-.patch patches.kernel.org/4.14.8-105-Bluetooth-hci_ldisc-Fix-another-race-when-clos.patch patches.kernel.org/4.14.8-106-arm64-prevent-regressions-in-compressed-kernel.patch patches.kernel.org/4.14.8-107-btrfs-fix-false-EIO-for-missing-device.patch patches.kernel.org/4.14.8-108-btrfs-Explicitly-handle-btrfs_update_root-fail.patch patches.kernel.org/4.14.8-109-btrfs-undo-writable-superblocke-when-sprouting.patch patches.kernel.org/4.14.8-110-btrfs-avoid-null-pointer-dereference-on-fs_inf.patch patches.kernel.org/4.14.8-111-btrfs-tests-Fix-a-memory-leak-in-error-handlin.patch patches.kernel.org/4.14.8-112-qtnfmac-modify-full-Tx-queue-error-reporting.patch patches.kernel.org/4.14.8-113-mtd-spi-nor-stm32-quadspi-Fix-uninitialized-er.patch patches.kernel.org/4.14.8-114-ARM64-dts-meson-gxbb-odroidc2-fix-usb1-power-s.patch patches.kernel.org/4.14.8-115-Bluetooth-btusb-Add-new-NFA344A-entry.patch patches.kernel.org/4.14.8-116-samples-bpf-adjust-rlimit-RLIMIT_MEMLOCK-for-x.patch patches.kernel.org/4.14.8-117-liquidio-fix-kernel-panic-in-VF-driver.patch patches.kernel.org/4.14.8-118-platform-x86-hp_accel-Add-quirk-for-HP-ProBook.patch patches.kernel.org/4.14.8-119-nvme-use-kref_get_unless_zero-in-nvme_find_get.patch patches.kernel.org/4.14.8-120-l2tp-cleanup-l2tp_tunnel_delete-calls.patch patches.kernel.org/4.14.8-121-xfs-fix-log-block-underflow-during-recovery-cy.patch patches.kernel.org/4.14.8-122-xfs-return-a-distinct-error-code-value-for-IGE.patch patches.kernel.org/4.14.8-123-xfs-fix-incorrect-extent-state-in-xfs_bmap_add.patch patches.kernel.org/4.14.8-124-net-dsa-lan9303-Do-not-disable-switch-fabric-p.patch patches.kernel.org/4.14.8-125-net-hns3-fix-a-bug-in-hclge_uninit_client_inst.patch patches.kernel.org/4.14.8-126-net-hns3-add-nic_client-check-when-initialize-.patch patches.kernel.org/4.14.8-127-net-hns3-fix-the-bug-of-hns3_set_txbd_baseinfo.patch patches.kernel.org/4.14.8-128-RDMA-cxgb4-Declare-stag-as-__be32.patch patches.kernel.org/4.14.8-129-PCI-Detach-driver-before-procfs-sysfs-teardown.patch patches.kernel.org/4.14.8-130-scsi-hisi_sas-fix-the-risk-of-freeing-slot-twi.patch patches.kernel.org/4.14.8-131-scsi-hpsa-cleanup-sas_phy-structures-in-sysfs-.patch patches.kernel.org/4.14.8-132-scsi-hpsa-destroy-sas-transport-properties-bef.patch patches.kernel.org/4.14.8-133-mfd-mxs-lradc-Fix-error-handling-in-mxs_lradc_.patch patches.kernel.org/4.14.8-134-net-hns3-fix-the-TX-RX-ring.queue_index-in-hns.patch patches.kernel.org/4.14.8-135-net-hns3-fix-the-bug-when-map-buffer-fail.patch patches.kernel.org/4.14.8-136-net-hns3-fix-a-bug-when-alloc-new-buffer.patch patches.kernel.org/4.14.8-137-serdev-ttyport-enforce-tty-driver-open-require.patch patches.kernel.org/4.14.8-138-powerpc-perf-hv-24x7-Fix-incorrect-comparison-.patch patches.kernel.org/4.14.8-139-powerpc-xmon-Check-before-calling-xive-functio.patch patches.kernel.org/4.14.8-140-soc-mediatek-pwrap-fix-compiler-errors.patch patches.kernel.org/4.14.8-141-ipv4-ipv4_default_advmss-should-use-route-mtu.patch patches.kernel.org/4.14.8-142-KVM-nVMX-Fix-EPT-switching-advertising.patch patches.kernel.org/4.14.8-143-tty-fix-oops-when-rmmod-8250.patch patches.kernel.org/4.14.8-144-dev-dax-fix-uninitialized-variable-build-warni.patch patches.kernel.org/4.14.8-145-pinctrl-adi2-Fix-Kconfig-build-problem.patch patches.kernel.org/4.14.8-146-raid5-Set-R5_Expanded-on-parity-devices-as-wel.patch patches.kernel.org/4.14.8-147-scsi-scsi_devinfo-Add-REPORTLUN2-to-EMC-SYMMET.patch patches.kernel.org/4.14.8-148-IB-core-Fix-use-workqueue-without-WQ_MEM_RECLA.patch patches.kernel.org/4.14.8-149-IB-core-Fix-calculation-of-maximum-RoCE-MTU.patch patches.kernel.org/4.14.8-150-vt6655-Fix-a-possible-sleep-in-atomic-bug-in-v.patch patches.kernel.org/4.14.8-151-IB-hfi1-Mask-out-A-bit-from-psn-trace.patch patches.kernel.org/4.14.8-152-rtl8188eu-Fix-a-possible-sleep-in-atomic-bug-i.patch patches.kernel.org/4.14.8-153-rtl8188eu-Fix-a-possible-sleep-in-atomic-bug-i.patch patches.kernel.org/4.14.8-154-ipmi_si-fix-memory-leak-on-new_smi.patch patches.kernel.org/4.14.8-155-nullb-fix-error-return-code-in-null_init.patch patches.kernel.org/4.14.8-156-scsi-sd-change-manage_start_stop-to-bool-in-sy.patch patches.kernel.org/4.14.8-157-scsi-sd-change-allow_restart-to-bool-in-sysfs-.patch patches.kernel.org/4.14.8-158-scsi-bfa-integer-overflow-in-debugfs.patch patches.kernel.org/4.14.8-159-raid5-ppl-check-recovery_offset-when-performin.patch patches.kernel.org/4.14.8-160-md-cluster-fix-wrong-condition-check-in-raid1_.patch patches.kernel.org/4.14.8-161-xprtrdma-Don-t-defer-fencing-an-async-RPC-s-ch.patch patches.kernel.org/4.14.8-162-udf-Avoid-overflow-when-session-starts-at-larg.patch patches.kernel.org/4.14.8-163-macvlan-Only-deliver-one-copy-of-the-frame-to-.patch patches.kernel.org/4.14.8-164-IB-core-Fix-endianness-annotation-in-rdma_is_m.patch patches.kernel.org/4.14.8-165-RDMA-cma-Avoid-triggering-undefined-behavior.patch patches.kernel.org/4.14.8-166-IB-ipoib-Grab-rtnl-lock-on-heavy-flush-when-ca.patch patches.kernel.org/4.14.8-167-icmp-don-t-fail-on-fragment-reassembly-time-ex.patch patches.kernel.org/4.14.8-168-lightnvm-pblk-prevent-gc-kicks-when-gc-is-not-.patch patches.kernel.org/4.14.8-169-lightnvm-pblk-fix-changing-GC-group-list-for-a.patch patches.kernel.org/4.14.8-170-lightnvm-pblk-use-right-flag-for-GC-allocation.patch patches.kernel.org/4.14.8-171-lightnvm-pblk-initialize-debug-stat-counter.patch patches.kernel.org/4.14.8-172-lightnvm-pblk-fix-min-size-for-page-mempool.patch patches.kernel.org/4.14.8-173-lightnvm-pblk-protect-line-bitmap-while-submit.patch patches.kernel.org/4.14.8-174-ath9k-fix-tx99-potential-info-leak.patch patches.kernel.org/4.14.8-175-ath10k-fix-core-PCI-suspend-when-WoWLAN-is-sup.patch patches.kernel.org/4.14.8-176-ath10k-fix-build-errors-with-CONFIG_PM.patch patches.kernel.org/4.14.8-177-usb-musb-da8xx-fix-babble-condition-handling.patch patches.kernel.org/4.14.8-178-Linux-4.14.8.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 ######################################################## # 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 ######################################################## # Simple export additions/removals ######################################################## ######################################################## # Bug workarounds for binutils ######################################################## +testing patches.suse/binutils2_26.patch ######################################################## # Scheduler / Core ######################################################## patches.suse/setuid-dumpable-wrongdir patches.suse/0002-futex-futex_wake_op-fix-sign_extend32-sign-bits.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 # bsc#1068032 patches.suse/x86-microcode-amd-add-support-for-fam17h-microcode-loading.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 ######################################################## ######################################################## # 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 patches.suse/VFS-Handle-lazytime-in-do_mount.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 ######################################################## patches.suse/dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch patches.suse/netlink-Add-netns-check-on-taps.patch ######################################################## # Netfilter ######################################################## patches.suse/netfilter-ip_conntrack_slp.patch patches.suse/netfilter-nfnetlink_cthelper-Add-missing-permission-.patch patches.suse/netfilter-xt_osf-Add-missing-permission-checks.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 # Remaining SCSI patches (garloff) # revert # bsc1069891 patches.suse/scsi-libfc-fix-ELS-request-handling.patch ######################################################## # DRM/Video ######################################################## ######################################################## # video4linux ######################################################## ######################################################## # Network ######################################################## ######################################################## # Wireless Networking ######################################################## patches.suse/b43-missing-firmware-info.patch patches.suse/iwlwifi-expose-default-fallback-ucode-api ######################################################## # 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 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/0001-AppArmor-basic-networking-rules.patch patches.suse/0002-apparmor-update-apparmor-basic-networking-rules-for-.patch patches.suse/0003-apparmor-Fix-quieting-of-audit-messages-for-network-.patch ######################################################## # Address space layout randomization ######################################################## ######################################################## # KDB v4.4 ######################################################## ######################################################## # Other patches for debugging ######################################################## patches.suse/crasher.patch # in upstream patches.suse/0001-objtool-Don-t-report-end-of-section-error-after-an-e.patch patches.suse/0002-x86-head-Remove-confusing-comment.patch patches.suse/0003-x86-head-Remove-unused-bad_address-code.patch patches.suse/0004-x86-head-Fix-head-ELF-function-annotations.patch patches.suse/0005-x86-boot-Annotate-verify_cpu-as-a-callable-function.patch patches.suse/0006-x86-xen-Fix-xen-head-ELF-annotations.patch patches.suse/0007-x86-xen-Add-unwind-hint-annotations.patch patches.suse/0008-x86-head-Add-unwind-hint-annotations.patch patches.suse/x86-stacktrace-Avoid-recording-save_stack_trace-wrap.patch patches.suse/x86-unwinder-Make-CONFIG_UNWINDER_ORC-y-the-default-.patch patches.suse/x86-unwind-Rename-unwinder-config-options-to-CONFIG_.patch patches.suse/x86-unwind-Make-CONFIG_UNWINDER_ORC-y-the-default-in.patch patches.suse/objtool-Print-top-level-commands-on-incorrect-usage.patch # submitted patches.suse/0001-x86-stacktrace-do-now-unwind-after-user-regs.patch patches.suse/0002-x86-stacktrace-make-clear-the-success-paths.patch patches.suse/0003-x86-stacktrace-remove-STACKTRACE_DUMP_ONCE-from-__sa.patch patches.suse/0004-x86-stacktrace-do-not-fail-for-ORC-with-regs-on-stac.patch patches.suse/0005-x86-stacktrace-orc-mark-it-as-reliable.patch ######################################################## # Kdump ######################################################## ######################################################## # cgroups ######################################################## ######################################################## # audit subsystem ######################################################## ######################################################## # Performance Monitoring, Tracing etc ######################################################## ######################################################## # KVM patches ######################################################## ######################################################## # Staging tree patches # new drivers that are going upstream ######################################################## ######################################################## # You'd better have a good reason for adding a patch # below here. ########################################################